/**
 * file  isv-1.css
 * version  3.1 080119
 * description  css for /partners learn, sell, build, and offer pages
 * copyright  (c) 2018 IBM
 * owner J M Holtman
 * last change: free cloud credits offer
 *--------------------------------------------------------------------------*/
/*  base  */
/* hiding the marketplace link */
#ibm-com .ibm-mh-marketplace-link{
  display: none;
}

/* sections */

#ibm-com section#why-section,
#ibm-com section#how-section {
    padding-bottom: 8vw;
}

/* colors */
.ibm-gray-20 {
    color: #DCDCDC;
}
/* hide partner button on mobile hamburger menu */
#ibm-com .ibm-mobilemenu .ibm-button-link {
  display: none;
}
/* redefining button styles */
body .isv-main a{
  transition: all 0.5s ease 0s;
  color: #0062FF;
}
body .isv-main a:hover,
body .isv-main a:active,
body .isv-main a:focus{
  color: #0044DE;
}
#ibm-com header .ibm-btn-pri,
#ibm-com main .ibm-btn-pri {
  transition: all 0.5s ease 0s;
  background-color: #0062FF;
  border: 1px #0062FF;
  color: #fff;
  text-align: left;
  position: relative;
  min-height: 100px;
  padding: 11px 18px;
  padding-right: 7vw;
}

#ibm-com main #isv-hero2 p.ibm-ind-link {
  padding-top: 24px;
}
#ibm-com main #isv-hero2 .ibm-btn-pri ,
#ibm-com main #isv-hero .ibm-btn-pri{
  padding: 11px 60px 11px 18px;
  min-height: 45px;
}
#ibm-com header .ibm-btn-pri:hover,
#ibm-com main .ibm-btn-pri:hover {
  background-color: #0044DE;
  border: 1px #0044DE;
}
#ibm-com .ibm-btn-pri:before {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  bottom:20px;
  left: auto;
}
#ibm-com #isv-hero2 .ibm-btn-pri:before ,
#ibm-com #isv-hero .ibm-btn-pri:before {
     bottom: 17px;
     position: absolute;
     right: 30px;
     width: 16px;
}
#ibm-com .ibm-btn-link{
  position: relative;
  color: #0062FF;
  padding: 11px 18px;
  padding-left: 0;
  padding-right: 25px !important;
}
#ibm-com .ibm-btn-link:hover, #ibm-com .ibm-btn-link:focus, #ibm-com .ibm-btn-link:active{
  color: #0044DE;
}
#ibm-com .ibm-btn-link:before {
  right: -5px;
  left:auto;
}

#ibm-com.isv-others .pd-right{
  padding-right: 2vw;
}
/* dealing with the link in the L1 nagivation */
#ibm-com.isv-others .ibm-sitenav-menu-list .ibm-btn-pri {
  padding: 6px 18px;
  min-height: 20px;
}
#ibm-com.isv-others .ibm-sitenav-menu-list .ibm-btn-pri:after {
  display: none;
}

#ibm-com.isv-others #ibm-content-body{
  padding-top:0;
}

/* styling the buttons and links in the cards */
#ibm-com.isv-others [class*='isv-band-'] .isv-content-col .ibm-card h3{
  top:0;
  line-height: 1.2;
}

#ibm-com.isv-others .ibm-card .ibm-card__content .isv-icon {
  margin-top: 1vw;
  margin-bottom: 3vw;
}
#ibm-com.isv-others.isv-build .ibm-card .ibm-card__content .isv-icon {
  margin-bottom: 1vw;
}
#ibm-com.isv-others.isv-build .ibm-card .ibm-card__content .isv-icon + p {
  padding: 0 1vw;
}
html.ibm-grid-small .isv-build-free .ibm-card__content div.ibm-center:not(:first-child) img.isv-icon {
  padding-top: 3vw;
}
#ibm-com.isv-others .ibm-card .ibm-card__footer.isv-btn {
  position: relative;
  text-align: right;
  margin-top: 15px;
}
#ibm-com.isv-others .ibm-card .ibm-card__footer.isv-btn p {
  padding: 0;
  margin: 0;
  bottom: 0;
  right: 0;
}
#ibm-com.isv-others .ibm-card .ibm-card__footer.isv-btn p .ibm-btn-pri {
  margin: 0;
}

/* bands */
/*042018*/
#ibm-com [class*='isv-band-']{
  padding-top: 5vw;
  padding-bottom: 5vw;
}

/* defining the general text elements that will be used */
#ibm-com [class*='isv-band-'] .isv-heading-col{}
#ibm-com [class*='isv-band-'] .isv-heading-col h2{
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.5rem;
  padding:0;
  position: relative;
  top:-10px;
}

#ibm-com [class*='isv-band-'] .isv-heading-col p{}


#ibm-com [class*='isv-band-'] .isv-content-col p{
  /* margin-bottom: 1.1rem; */
}
#ibm-com [class*='isv-band-'] .isv-content-col h3{
  position: relative;
  top:-5px;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 2.25rem;
}

#ibm-com section[id*='why-'] .isv-content-col h3,
#ibm-com .isv-content-col h3#get-started-free,
#ibm-com .isv-content-col h3#learning-paths {
  top: 0;
  font-weight: 600;
}

#ibm-com [class*='isv-band-'] .isv-content-col h3.isv-number-head{
  font-size: 3rem;
  font-weight: normal;
  line-height: 3.5rem;
  font-weight: 300;
  position: relative;
}
/* #ibm-com [class*='isv-band-'] .isv-content-col h3.isv-number-head.nh-line:before{
  content: "";
  height: 1px;
  width: 75%;
  background: #323232;
  position: absolute;
  top: 40%;
  left:20%;
} */
#ibm-com [class*='isv-band-'] .isv-content-col h5{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

#ibm-com [class*='isv-band-'] .isv-content-col h6{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}
#ibm-com [class*='isv-band-'] .isv-content-col h5.mb,
#ibm-com [class*='isv-band-'] .isv-content-col h6.mb{
  margin-bottom: 2.5rem;
}

#ibm-com [class*='isv-band-'] > .ibm-fluid{
  padding-bottom:0;
}

#ibm-com [class*='isv-band-'] .isv-content-col > .ibm-fluid + .ibm-fluid{
  margin-top: 3vw;
}

#ibm-com [class*='isv-band-'] .isv-content-col .ibm-fluid.isv-nomt {
    margin-top: 0;
}

#ibm-com [class*='isv-band-'] .isv-content-col.isv-double-stack > .ibm-fluid + .ibm-fluid {
  margin-top: 1vw;
}

#ibm-com [class*='isv-band-'] hr {
    border: 0;
    height: 1px;
    background: #D8D8D8;
    margin-bottom: 3vw;
}

#ibm-com [class*='isv-band-'] blockquote p{
  font-size: 3rem;
  line-height: 1.2;
  color:#1FB3CF;
  font-family: "ibm-plex-mono","Menlo","DejaVu Sans Mono","Bitstream Vera Sans Mono",Courier,monospace;
  position: relative;
  padding-top:3vw;
}
#ibm-com [class*='isv-band-'] blockquote p:before{
  content: "";
  display:block;
  background: #1FB3CF;
  height:3px;
  width: 20%;
  position: absolute;
  top:0;
  left:0;
}

#ibm-com .isv-band-white{
  color: #000000;
  background: #ffffff;
}
#ibm-com .isv-band-white + .isv-band-white{
  padding-top: 0;
}

#ibm-com .isv-band-dark-grey{
  color: #FFFFFF;
  background: #171717;
}
#ibm-com .isv-band-light-grey{
  color: #000000;
  background: #F3F3F3;
}
#ibm-com .isv-band-light-grey hr{
    border: 0;
    height: 1px;
    background: #D8D8D8;
    margin-bottom: 3vw;
}

#ibm-com .isv-band-light-purple{
  color: #000000;
  background: #E6D6FF;
}

#ibm-com .isv-band-light-purple a{
  color: #054ADA;
}

/* special link colors */
#ibm-com .isv-band-dark-grey .ibm-btn-link,
#ibm-com .isv-band-dark-grey .ibm-external-link,
#ibm-com .isv-band-dark-grey li:before{
  color: #ffffff;
}

/* special styles for cards */
#ibm-com .isv-band-white.card-grey.card-seamless .ibm-card{
  border:none;
  border-right: 2px solid #ffffff;
}
#ibm-com .isv-band-light-grey.card-seamless .ibm-card{
  border:none;
  border-right: 2px solid #F3F3F3;
}

#ibm-com .card-transparent .ibm-card .ibm-card__footer .ibm-btn-link{
  padding-left:0;
}



#ibm-com .isv-band-light-grey.card-white.card-seamless .ibm-card{
  border:none;
  border-right: 2px solid #F3F3F3;
}
#ibm-com [class*='isv-band-'].card-white .ibm-card{
  border:none;
}

#ibm-com [class*='isv-band-'].card-transparent .ibm-card .isv-icon{
  margin-bottom: 3vw;
}

#ibm-com [class*='isv-band-'].card-transparent .ibm-card{
  border:none;
  background: none;
}
#ibm-com [class*='isv-band-'].card-transparent .ibm-card .ibm-card__content {
    padding: 0;
}
#ibm-com [class*='isv-band-'].card-transparent .ibm-card .ibm-ind-link{
  margin:0;
}

#ibm-com [class*='isv-band-'].card-grey .ibm-card{
  border-color: #F3F3F3;
  background: #F3F3F3;
}

#startBuilding .ibm-card .ibm-card__footer {
    position: relative;
    text-align: right;
    margin-top: 15px;
}
#startBuilding .ibm-card .ibm-card__footer p {
    padding: 0;
    margin: 0;
    bottom: 0;
    right: 0;
}
#startBuilding .ibm-card .ibm-card__footer p .ibm-btn-pri {
    text-align: left;
    margin: 0;
    padding: 10px 10vw 40px 10px;
}
#startBuilding .isv-card__subhead {
    font-weight: 600;
    color: #000C55;
    margin-top: 1vw;
    margin-bottom: 0;
    padding:0;
}

#ibm-com.isv-others .ibm-card .isv-card__head{
  font-size: 1.875rem;
  line-height: 1.2;
}

#ibm-com [class*='isv-band-'] .isv-card__head1 span {
    font-size: 2.125rem;

}
#ibm-com [class*='isv-band-'] .isv-card__head1 {
    font-size: 2.875rem;
    color: #000000;
    font-weight: 300;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

#ibm-com [class*='isv-band-'] .isv-card__head1.isv-free-offer {
    margin-top: 0;
}

#ibm-com [class*='isv-band-'] .ibm-card__content .isv-strike {
    padding-bottom: 0;
    text-decoration: line-through;
    font-size:1.25rem;
}

#ibm-com [class*='isv-band-'] .ibm-card__content .isv-strike + h2 {
    margin-top:.5vw;
}

#ibm-com [class*='isv-band-'] .ibm-card__content .isv-strike + h2 + p.ibm-small {
    margin-top: -20px;
    line-height: 1.25rem;
}

#ibm-com [class*='isv-band-'] .isv-card__text p.isv-offer-leadin {
    margin-bottom: 0;
}

#ibm-com [class*='isv-band-'] .isv-card__text p.isv-offer-leadin + p.isv-offer-leadin {
    padding-bottom: 0;
}

#ibm-com [class*='isv-band-'] .isv-card__text p.isv-offer-small {
    line-height: 1.25rem;
}

#isv-case-studies .ibm-card .ibm-card__header{
  margin-bottom: 1vw;
}
#isv-case-studies .ibm-card .ibm-card__header p{
  color: #A4A4A4;
  margin:0;
  padding:0;
}

#isv-case-studies .ibm-card .ibm-card__image {
  margin-bottom: 2vw;
  /* background: rgba(255,255,255,0.9); */
}
#isv-case-studies .ibm-card .ibm-card__image img {
  /* max-height: 125px;
  width:100%; */
}
#isv-case-studies .ibm-card .ibm-card__image .ibm-video-player-con{
  margin:0;
}
#isv-case-studies .ibm-card .ibm-card__image .ibm-video-player-con .ibm-video-placeholder .ibm-play-link::after {
    width: 40px;
    height: 40px;
}
#isv-case-studies .ibm-card .ibm-card__image .ibm-video-player-con .ibm-video-placeholder .ibm-play-link::before {
    font-size: 50px;
}
#isv-case-studies .ibm-card .ibm-card__image .ibm-video-player-con .ibm-video-title,
#isv-case-studies .ibm-card .ibm-card__image .ibm-video-player-con .ibm-video-info{
  display: none;
}

/* specific to isvOffers section */
#ibm-com #getStarted .ibm-fluid ~ .ibm-fluid.isv-lastrow {
    margin-bottom: 20px;
    margin-top: 2px;
}

#ibm-com #getStarted .ibm-fluid ~ .ibm-fluid.isv-setmargin {
    margin-top: 6vw;
    margin-bottom: 0;
}

#ibm-com #getStarted .ibm-card.isv-build-free {
  border-bottom: 2px solid #ffffff;
}

html.ibm-grid-xlarge #getStarted .ibm-card,
html.ibm-grid-large #getStarted .ibm-card,
html.ibm-grid-medium #getStarted .ibm-card {
    margin-bottom: 0;
}

#ibm-com #isvOffers[class*='isv-band-'] .isv-content-col > .ibm-fluid + .ibm-fluid{
  margin-top: 1vw;
}

@media only screen and (max-width: 999px) and (min-width: 800px){
  #ibm-com [class*='isv-band-'] .isv-heading-col{
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 2vw;
  }
  #ibm-com [class*='isv-band-'] .isv-heading-col h2 br{
    display:none;
  }
  #ibm-com [class*='isv-band-'] .isv-content-col{
    float: none;
    clear: both;
    width: 100%;
  }
  #ibm-com #isv-hero .isv-heading-col,
  #ibm-com #isv-hero2 .isv-heading-col{
    width: 50%;
    float:left;
    clear:left;
  }

  /* specific for the hero sections */
  #ibm-com #isv-hero,
  #ibm-com #isv-hero2{
    /* background-image: none !important; */
    background-size: 50% !important;
    background-position: bottom -100px right -25% !important;
    min-height:auto !important;
  }
  #ibm-com #isv-hero.hero-learn{
    /* background-image: none !important; */
    background-size: 30% !important;
    background-position: bottom -40px right 15% !important;
    min-height:auto !important;
  }

  /* specifcally for the blinking hero  */
  #ibm-com #isv-hero.hero-build.livetype #buildCommand {
    background-size: 562px  373px !important;
    bottom: -300px !important;
    /* right: -30% !important; */
    right: auto !important;
    left: 55% !important;
  }
  #ibm-com #isv-hero.hero-build.livetype #buildCommand .inner .demo{
    font-size: 1rem !important;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 799px) and (min-width: 700px){
  #ibm-com #isv-hero,
  #ibm-com #isv-hero2{
    /* background-image: none !important; */
    background-size: 50% !important;
    background-position: bottom -100px right -25% !important;
    min-height:auto !important;
  }
  #ibm-com #isv-hero.hero-learn{
    /* background-image: none !important; */
    background-size: 30% !important;
    background-position: bottom 0px right 15% !important;
    min-height:auto !important;
  }
}
@media only screen and (max-width: 699px) and (min-width: 0){
  #ibm-com #isv-hero,
  #ibm-com #isv-hero2{
    background-image: none !important;
    min-height:auto !important;
  }
  #ibm-com #isv-hero.hero-build #buildCommand{
    display: none !important;
  }
  #ibm-com #isv-hero .isv-heading-col,
  #ibm-com #isv-hero2 .isv-heading-col {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
}

/* hero */

/* specific changes for the offering heros */
#ibm-com #isv-hero{
  box-sizing: border-box;
  min-height:400px;
  padding-top: 3.5vw;
}
#ibm-com #isv-hero2{
  box-sizing: border-box;
  min-height: 400px;
  padding-top: 3.5vw;
}
#ibm-com #isv-hero2.hero-wc,
#ibm-com #isv-hero2.hero-cos {
  padding-bottom: 2vw;
}
#ibm-com #isv-hero.hero-build{
  background-image: url('//1.www.s81c.com/common/partners/start/img/hero-command.png');
  background-size: 750px;
  background-repeat: no-repeat;
  background-position: bottom -200px right -220px;
  padding-bottom:0;
}
#ibm-com #isv-hero.hero-build .isv-inline-btns{
  margin-top:7vw;
  padding:0;
}
#ibm-com #isv-hero.hero-build .isv-inline-btns .ibm-btn-pri{
  display: inline-block;
  min-height:45px;
  padding-right: 5vw;
  margin-bottom:0;
}
#ibm-com #isv-hero.hero-sell{
  background-image: url('//1.www.s81c.com/common/partners/start/img/hero-globe.png');
  background-size: 490px 490px;
  background-repeat: no-repeat;
  background-position: bottom -130px right 10%;
}
#ibm-com #isv-hero.hero-faq h1{
    padding-top: 25px;
}
#ibm-com #isv-hero.hero-faq{
  background-image: url('//1.www.s81c.com/common/partners/start/img/hero-faq.png');
  background-repeat: no-repeat;
  background-position: bottom 0 right 10%;
}
html.ibm-grid-medium #ibm-com #isv-hero.hero-faq{
    background-size: 250px 250px !important;
    background-position: 90% !important;
}
#ibm-com #isv-hero.hero-learn{
  background-image: url('//1.www.s81c.com/common/partners/start/img/hero-learn.png');
  background-size: 320px;
  background-repeat: no-repeat;
  background-position: bottom -25px right 25%;
}

/* livetype cursor example */
#ibm-com #isv-hero.hero-build.livetype{
  background-image: none;
  overflow: hidden;
  position: relative;
}
#ibm-com #isv-hero.hero-build.livetype #buildCommand{
  bottom: -200px;
  right: -220px;
  width: 750px;
  height: 498px;
  background-image: url('//1.www.s81c.com/common/partners/start/img/hero-command-blank.png');
  background-size: 750px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-bottom:0;
  position: absolute;

}
#ibm-com #isv-hero.hero-build.livetype #buildCommand .inner{
  margin: 5px;
  position: relative;
  top: 30px;
  padding: 20px;
  box-sizing: border-box;
}
#ibm-com #isv-hero.hero-build.livetype #buildCommand .inner .demo {
  color: #1FB3CF;
  font-size: 1.125rem;
  font-family: "ibm-plex-mono","Menlo","DejaVu Sans Mono","Bitstream Vera Sans Mono",Courier,monospace;
  line-height: 1.2;
  padding-bottom:5px;
  white-space: nowrap;
}
#ibm-com #isv-hero.hero-build.livetype #buildCommand .inner .demo .textCursor:after {
  content: "";
  position: relative;
  bottom: -4px;
  right: 0px;
  display: inline-block;
  background-color: #418cff;
  width: 10px;
  height: 18px;
  animation: c 1s ease-in-out infinite;
}
@keyframes c {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

#ibm-com #isv-hero p.isv-subtitle {
    font-size: 1.25rem;
    padding-top: 10px;
}
#ibm-com #isv-hero h1,
#ibm-com #isv-hero2 h1{
  font-size: 3rem;
  line-height: 1.2;
  color: #ffffff;
  font-weight:500;
}
#ibm-com #isv-hero2 h1{
  color: #000;
  margin-bottom: 1vw;
}
#ibm-com #isv-hero h1 span,
#ibm-com #isv-hero2 h1 span{
  font-weight:300;
  display: block;
}

#ibm-com #isv-hero2.hero-cos{
  background-color: #fff;
  color: #000;
  background-image: url('//1.www.s81c.com/common/partners/start/img/hero-cos.png');
  background-size: 501px;
  background-repeat: no-repeat;
  background-position: top -20px right 20%;
}

html.ibm-grid-xlarge #ibm-com #isv-hero2.hero-cos{
  background-position: right 10% bottom 35%;
}

html.ibm-grid-large #ibm-com #isv-hero2.hero-cos{
  background-position: right 1% bottom 15%;
  background-size: 35% auto !important;
}

html.ibm-grid-medium #ibm-com #isv-hero2.hero-cos{
      /* background-size: 35% !important;
      background-position: right 1% bottom 18% !important;
      min-height:auto !important; */
      background-image: none;
}

#ibm-com #isv-hero2.hero-cs{
  background-color: #fff;
  background-image: url('//1.www.s81c.com/common/partners/start/img/redhat-container-logo.svg');
  color: #000;
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: top -40px right 20%;
}

html.ibm-grid-xlarge #ibm-com #isv-hero2.hero-cs{
  background-position: right 10% bottom 65%;
}

html.ibm-grid-large #ibm-com #isv-hero2.hero-cs{
  background-position: right 10% bottom 65%;
  /* background-size: 35% auto !important; */
}

html.ibm-grid-medium #ibm-com #isv-hero2.hero-cs{
      /* background-size: 40% !important;
      background-position: right 2% bottom 10% !important;
      min-height:auto !important; */
      background-image: none;
}

#ibm-com #isv-hero2.hero-wc{
  background-color: #fff;
  color: #000;
  background-image: url('//1.www.s81c.com/common/partners/start/img/hero-watson-3.png');
  background-repeat: no-repeat;
  background-size: 435px auto;
}

html.ibm-grid-xlarge #ibm-com #isv-hero2.hero-wc{
  background-position: right 10% bottom 35%;
}

html.ibm-grid-large #ibm-com #isv-hero2.hero-wc{
  background-position: right 1% bottom 15%;
}

html.ibm-grid-medium #ibm-com #isv-hero2.hero-wc{
      /* background-size: 35% !important;
      background-position: right 1% bottom 18% !important;
      min-height:auto !important; */
      background-image: none;
}

#ibm-com #isv-hero2.hero-bc{
  background-color: #fff;
  color: #000;
  background-image: url('//1.www.s81c.com/common/partners/start/img/hero-blockchain-3.png');
  background-size: 551px;
  background-repeat: no-repeat;
  background-position: right 0 top -100px;
}

html.ibm-grid-xlarge #ibm-com #isv-hero2.hero-bc {
  background-position: right -30px top -90px;
}

html.ibm-grid-large #ibm-com #isv-hero2.hero-bc {
  background-position: right -30px top -95px;
}

html.ibm-grid-medium #ibm-com #isv-hero2.hero-bc {
  background-image: none;
}

#ibm-com #isv-hero2.hero-fcc{
  background-color: #fff;
  color: #000;
  background-image: url('//1.www.s81c.com/common/partners/start/img/fcc.svg');
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: top -40px right 20%;
}

html.ibm-grid-xlarge #ibm-com #isv-hero2.hero-fcc{
  background-position: right 10% bottom 50%;
}

html.ibm-grid-large #ibm-com #isv-hero2.hero-fcc{
  background-position: right 9% bottom 50%;
  background-size: 35% auto !important;
}

html.ibm-grid-medium #ibm-com #isv-hero2.hero-fcc{
      background-image: none;
}

.isv-hero-cs-hr{
    border: 0.4px solid #e0e0e0;
}
