html{
  color: #000000;
  font-size: 1em;
  line-height: 1.4;
  font-family: Gotham\ 4r, Helvetica, Arial, sans-serif;
}

html,
body{
   width:100%;
   height:100%;
   margin:0;
   padding:0;
}

h1,h2,h3{
  font-weight:normal;
  margin:.5em 0;
}

::-moz-selection{
  background: #dadada;
  text-shadow: none;
}

::selection{
  background: #dadada;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video{
  vertical-align: middle;
}

/* Hide visually and from screen readers */
.hidden,
[hidden]{
  display: none !important;
}

/* Hide visually */
.sr-only{
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/* Hidden and Focusable when navigated to via the keyboard: */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Header Styles */
div.kohls-spacer{
  width:100%;
  height:95px;
}

header{
  background:#000000;
  color:#ffffff;
  position:fixed;
  width:100%;
  top:0px;
  z-index:999;
}

.header-container{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  display:flex;
  align-items:center;
}

a.kohls-logo{
  display:flex;
  text-decoration:none;
  width:40%;
  margin-left:3em;
  align-items: center;
}

a.kohls-logo svg{
  display:inline-block;
  padding-right:10px;
  width:40%;
  height:auto;
  vertical-align:middle;
}

a.kohls-logo span{
  color:#ffffff;
  text-decoration:none;
  display:inline-block;
  padding:0 0 0 10px;
  border-left:1px solid #ffffff;
  font-family: Gotham\ 5r, Helvetica, Arial, sans-serif;
  vertical-align:middle;
  font-size: 1.75em;
  margin: 1em 0;
}
 
  /* main-nav */
  body{-webkit-animation: bugfix infinite 1s; }
  @-webkit-keyframes bugfix{from {padding:0;} to {padding:0;}}
  
  nav[role="main-nav"] input[type=checkbox]{
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  nav[role="main-nav"] label{ 
    display:none;
    cursor: pointer;
    user-select:none;
  }
  
  nav[role="main-nav"]{
    position:relative;
    width:60%;
    text-align:right;
    margin-right:1.75em;
  }
      
  nav[role="main-nav"] a,
  nav[role="main-nav"] label{
      color:#ffffff;
      text-decoration:none;
      font: 1.4em sans-serif;
      transition:color .3s ease-in-out;
    }
      
    nav[role="main-nav"] ul{
      padding: 0;  
      margin: 0 auto;  
      width:100%;
      height:100%;
      list-style:none;
    }
      
    nav[role="main-nav"] ul li{
      display:inline-block;
      padding:0 .75em;
      text-align:center;
      transition-duration: .3s;
      transition-timing-function: ease-in-out;
      transition-property: color;
      cursor: pointer;
      height: 100%;
      box-sizing: border-box;
    }
      
    nav[role="main-nav"] ul li:hover{
      color:#fff;
    }
      
    nav[role="main-nav"] ul li a{
      display:block;
      height:100%;
      line-height:100%;
      color:#fff;
      background:#000000;
      font-size:1.5em;
      font-family: Gotham\ 4r, Helvetica, Arial, sans-serif;
    }

    nav[role="main-nav"] ul li a.active{
      border-bottom:1px solid #ffffff;
    }

    nav[role="main-nav"] ul li a:hover{
      color:#fff;
      border-bottom:3px solid #ffffff;
    }

    nav[role="main-nav"] ul li.active a{
      border-bottom:1px solid #ffffff;
    }
  /* Content Styles */

  .kohls-width-container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
  }

    /* Text & Image Section Styles */
    .kohls-two-block{
      width:100%;
      max-width:1200px;
      margin:3em auto;
      display:flex;
      align-items:center;
    }

    .kohls-two-block div.kohls-blurb{
      width:40%;
      box-sizing:border-box;
    }

    .kohls-two-block div.kohls-blurb p{
      font-size:1.25em;
    }

    .kohls-two-block.text-left div.kohls-blurb{
      padding:1em 3em 0 0;
    }

    .kohls-two-block.text-right div.kohls-blurb{
      padding:1em 0 0 3em;
    }

    .kohls-two-block div.kohls-blurb h1{
      font-size:3.5em;
      margin:.5em 0;
    }

    .kohls-two-block div.kohls-img{
      width:60%;
    }

    .kohls-two-block div.kohls-img img{
      width:100%;
      height:auto;
    }

      /* Slideshow Styles */
      @keyframes fader {
        from { opacity: 1.0; }
        to   { opacity: 0.0; }
      }

      .kohls-two-block div.kohls-img ul{
        position: relative;
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        height: 100%;
        min-height:30em;
      }

      .kohls-two-block div.kohls-img ul > li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .kohls-two-block div.kohls-img ul > li:first-of-type {
        animation-name: fader;
        animation-delay: 2s;
        animation-duration: 1s;
        z-index: 20;
      }
    
      .kohls-two-block div.kohls-img ul > li:nth-of-type(2) {
        z-index: 10;
      }
    
      .kohls-two-block div.kohls-img ul > li:nth-of-type(n+3) {
        display: none;
      }

    /* Grey Text Box */
    .kohls-grey-blurb{
      width:100%;
      background:#F1F2F2;
      padding:1em 0 2em 0;
      text-align:center;
    }

    .kohls-grey-blurb h3{
      font-size:2.25em;
    }

    .kohls-grey-blurb p{
      max-width:75%;
      line-height:1.8em;
      font-size:1.13em;
      margin:0 auto;
    }

    /* Botton VisNav */
    section.kohls-bottom-nav{
      margin:4em auto;
      max-width:1200px;
    }

    section.kohls-bottom-nav ul{
      list-style:none;
      display:flex;
      flex-wrap:nowrap;
      margin:0px;
      padding:0px;
    }

    section.kohls-bottom-nav ul li{
      width:25%;
      box-sizing:border-box;
      list-style:none;
      padding:0 1em;
      text-align:center;
    }

    section.kohls-bottom-nav ul li a{
      text-decoration:none;
      color:#000000;
    }

    section.kohls-bottom-nav ul li a:hover{
      text-decoration:underline;
    }

    section.kohls-bottom-nav ul li a img{
      width:100%;
      height:auto;
    }

    section.kohls-bottom-nav ul li a p{
      color:#000000;
      text-decoration:none;
      font-size:1.5em;
      font-family: Gotham\ 7r, Helvetica, Arial, sans-serif;
    }

    /* About Us */
    .kohls-power{
      width:100%;
      background:#F1F2F2;
      padding:3em 0;
      text-align:center;
    }

    .kohls-width-container.power{
      display:flex;
      align-items: center;
      justify-content: center;
    }

    .kohls-width-container.power h3{
      width:33%;
      font-size:3em;
    }

    div.kohls-width-container.power div.kohls-power-icons{
      width:67%;
      display:flex;
      flex-wrap:wrap;
    }

    div.kohls-width-container.power div.kohls-power-icons div.power-icon{
      width:33%;
      transition:2s;
      opacity:0;
      display:flex;
      flex-flow:column wrap;
    }

    .no-js div.kohls-width-container.power div.kohls-power-icons div.power-icon,
    .tce-scale{
      opacity:1 !important;
    }

    div.kohls-width-container.power div.kohls-power-icons div.power-icon div.about-svg{
      width:100%;
      height:7.5em;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    div.kohls-width-container.power div.kohls-power-icons div.power-icon div.about-desc{
      width:100%;
    }

    div.kohls-width-container.power div.kohls-power-icons div.power-icon h4{
      font-family: Gotham\ 7r, Helvetica, Arial, sans-serif;
      font-size:2em;
      margin:.25em 0px;
    }

    div.kohls-width-container.power div.kohls-power-icons div.power-icon p{
      font-family: Gotham\ 4r, Helvetica, Arial, sans-serif;
      font-size:.9em;
      color:#000000;
      margin:0px 0 1em 0;
    }

    .kohls-audience{
      width:100%;
      max-width:1200px;
      padding:3em 0;
      text-align:center;
      margin:0 auto;
    }

    .kohls-audience h3{
      font-size:2.5em;
      margin:0px;
    }

    .audience-segments{
      display:flex;
      margin-top:2em;
      justify-content:space-between;
    }

    .kohls-segment{
      width:23%;
      text-align:left;
      transition:2s;
      opacity:0;
    }

    .no-js .kohls-segment{
      opacity:1;
    }

    .kohls-segment svg{
      background:#f1f2f2;
      width:100%;
      height:7em;
      padding:2em 0;
    }

    .kohls-segment h4{
      font-family: Gotham\ 7r, Helvetica, Arial, sans-serif;
      font-size:1.4em;
      margin: 0.5em 0;
    }

    .kohls-grey-blurb.offers{
      padding:2em 0;
    }

    /* What We Offer Styles */
    .kohls-width-container.platform {
      display:flex;
      max-width:900px;
      align-items:center;
    }

    .kohls-audience ul{
      padding-left:20px;
      font-size:.9em;
    }

    .kohls-audience ul li{
      padding-bottom:5px;
    }

    .kohls-width-container.platform  p{
      font-size:.95em;
      line-height:1.4em;
      margin:0;
      text-align:left;
      padding-left:2em;
    }

    .kohls-audience.engagement h3{
      font-size:1.75em;
    }

    .kohls-audience.engagement .audience-segments{
      flex-wrap:wrap;
      justify-content:center;
    }

    .kohls-audience.engagement .kohls-segment{
      margin:0 1% 1em 1%;
    }

    /* Contact Us */
    .kohls-two-block.text-left.contact .kohls-blurb{
      width:60%;
    }

    .kohls-two-block.text-left.contact .kohls-img{
      width:40%;
    }

    form.kmn-contact{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
    }

    .kohl-input{
      width:46%;
    }

    .kohl-input label{
      display:block;
      font-family: Gotham\ 7r, Helvetica, Arial, sans-serif;
      color:#000000;
      font-size:1.2em;
    }

    .kohl-input input,
    .kohl-input select,
    .kohl-input textarea{
      width:100%;
      border:none;
      margin-bottom:1em;
      background:#F1F2F2;
      color:#000000;
      height:50px;
      padding:0 10px;
      border-bottom:2px solid #000000;
      box-sizing:border-box;
    }

    .kohl-input input:invalid{
      border:1px solid red;
    }

    .kohl-input.help{
      width:100%;
    }

    .kohl-input.help textarea{
      height:100px;
      padding:5px;
    }

    #k-email2{
      opacity:0;
        position:absolute;
        top:0;
        left:0;
        height:0;
        width:0;
        z-index:-1;
    }

    form.kmn-contact input.kmn-submit{
      background:#000000;
      color:#ffffff;
      border:none;
      font-family: Gotham\ 7r, Helvetica, Arial, sans-serif;
      font-size:1.2em;
      padding:0 25px;
      height:50px;
      line-height:50px;
    }

    form.kmn-contact input.kmn-submit:hover,
    form.kmn-contact input.kmn-submit:focus{
      background:#333333;
      cursor:pointer;
    }

    div.contect-form-success{
      background:#f1f2f2;
      text-align:center;
      padding:2em 1em;
      display:none;
    }

    div.contect-form-success p.form-success-heading{
      font-family: Gotham\ 7r, Helvetica, Arial, sans-serif;
      font-size:1.4em !important;
    }

    .kohls-two-block div.kohls-blurb div.contect-form-success p{
      font-size:1em;
    }

    span.kmn-team{
      font-family: Gotham\ 7r, Helvetica, Arial, sans-serif;
    }

  /* Footer Styles */
  footer{
    margin:4em 0 0 0;
    text-align:center;
    padding-bottom:1em;
  }     


/* Desktop Styles */
@media only screen and (max-width: 1200px){
  nav[role="main-nav"] ul li a{
    font-size:1em;
  }

  .kohls-two-block,
  .kohls-grey-blurb,
  .kohls-width-container.power,
  .kohls-audience,
  footer{
    box-sizing:border-box;
    padding-left:2em !important;
    padding-right:2em !important;
  }
}

@media only screen and (max-width: 1024px){
  .kohls-two-block{
    margin:1em 0;
  }
}

/* Tablet Styles */
@media only screen and (max-width:1023px){
  a.kohls-logo {
    width:100%;
     display:inline-block;
     text-decoration: none;
     width:auto;
     margin-left:1em;
     padding:10px 0;
 }

  a.kohls-logo svg {
     padding-right: 0px;
     width: 60%;
     height: auto;
     margin-bottom:5px
  }

  a.kohls-logo span {
     color: #ffffff;
     padding: 0px;
     border-left:0;
     border-top:1px solid #ffffff;
     font-size: 1.75em;
     margin:0;
 }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
  nav[role="main-nav"]{
    width:75%;
  }

  div.kohls-width-container.power div.kohls-power-icons div.power-icon div.about-svg{
    height:10em;
  }
}

/* MCOM Styles */
@media only screen and (max-width: 767px){
    /* Menu Styles */
    .header-container{
      flex-wrap:wrap;
    }
  
    nav[role="main-nav"]{
      width:100%;
      min-height:0px;
      margin-right:0px;
      background:#ffffff;
    }
   
     nav[role="main-nav"] ul{
        display:none;
        height:100%;
        box-shadow:0px 5px 10px #cccccc;
      }
   
      nav[role="main-nav"] label{
         position:relative;
         display:block;
         width:100%;
         min-height:0px;
         padding:0;
         font-size:1.1em;
         margin:0;
         height:0px;
         text-indent:9999px;
       }
       
       nav[role="main-nav"] label:after{
         position: absolute;
         right:.25em;
         top:-1.25em;
         content:"\2261";
         font-size:5em;
       }
       
       nav[role="main-nav"] input[type=checkbox]:checked ~ label:after{
         color:#cccccc;
       }
           
       nav[role="main-nav"] input[type=checkbox]:checked ~ ul{
         display:block;
       }

       nav[role="main-nav"] input[type=checkbox]:checked ~ ul:before{
        content: ' ';
        width:0; 
        height:0; 
        border-left:10px solid transparent;
        border-right:10px solid transparent;
        border-bottom:10px solid #ffffff;
        position:absolute;
        top:-10px;
        right:2.3em;
      }
           
       nav[role="main-nav"] input[type=checkbox]:checked ~ ul li{
         display:block;
         width:100%;
         text-align:left;
         padding:0;
         border-bottom:1px solid #dadada;
       }
  
       nav[role="main-nav"] input[type=checkbox]:checked ~ ul li a{
         padding:.75em 0 .75em 1em;
         background:none;
         color:#000000;
         font-size:1.25em;
       }
  
       nav[role="main-nav"] input[type=checkbox]:checked ~ ul li a:hover{
         border:none;
       }
       
       /*nav[role="main-nav"] input[type=checkbox]:checked ~ ul li:after{
          position:absolute;
          right:30px;
           content:"\203A"; 
          font: bold 1.4em sans-serif;
        }*/

    /* General Styles */

    .kohls-two-block{
      flex-wrap:wrap;
      margin:2em 0;
      padding:0 1.5em;
    }

    .kohls-two-block div.kohls-blurb,
    .kohls-two-block div.kohls-img{
      width:100%;
      padding:0px;
    }

    .kohls-two-block.text-left div.kohls-blurb,
    .kohls-two-block.text-right div.kohls-blurb{
      order:2;
      padding:1em 0 0;
    }

    .kohls-two-block div.kohls-blurb h2{
      font-size:2.5em;
    }

    .kohls-two-block div.kohls-blurb p{
      font-size:1em;
    }

    .kohls-two-block.text-left div.kohls-img{
      order:1;
      height:30vh;
      min-height:10em;
    }

    .kohls-two-block div.kohls-img ul{
      min-height:10em;
    }

    .kohls-grey-blurb h3{
      font-size:1.5em;
    }

    .kohls-grey-blurb p{
      max-width:100%;
      font-size:1em;
    }

    section.kohls-bottom-nav ul{
      flex-wrap:wrap;
    }

    section.kohls-bottom-nav ul li{
      width:50%;
    }

    section.kohls-bottom-nav ul li a p{
      font-size:1em;
    }

    /* About Us - Power & Audience Sections */
    .kohls-power,
    .kohls-audience{
      padding:1em 0;
    }

    .kohls-width-container.power,
    .kohls-audience{
      padding:0 1.5em;
      box-sizing:border-box;
    }

    .kohls-audience{
      margin-top:1em;
    }

    .kohls-width-container.power,
    .audience-segments{
      flex-wrap:wrap;
    }

    div.kohls-width-container.power div.kohls-power-icons div.power-icon div.about-svg{
      max-height:10em;
      min-height:10em;
    }

    .kohls-width-container.power h3,
    .kohls-audience h3{
      font-size:2.25em;
    }

    .kohls-width-container.power h3,
    .kohls-width-container.power div.kohls-power-icons,
    div.kohls-width-container.power div.kohls-power-icons{
      width:100%;
    }

    div.kohls-width-container.power div.kohls-power-icons div.power-icon{
      width: 50%;
    }

    div.kohls-segment{
      width:46%;
    }

    .kohls-width-container.platform {
      flex-wrap:wrap;
      justify-content:center;
    }

    .kohls-width-container.platform  p{
      margin-top:1em;
    }


    /* Contact */
    .kohls-two-block.text-left.contact .kohls-blurb{
      width:100%;
    }

    .kohls-two-block.text-left.contact div.kohls-img{
      width:100%;
      height:auto;
      max-height: 30em;
      overflow: hidden;
    }

    .kohl-input{
      width:100%;
    }
}


/* Print styles */
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.koddi-logo {
  width: calc(150em/16);
  height: auto;
}