/* ==========================================================================

  stackstorm-consulting.css
  
  Index:
  - HubSpot Imports 
  - Intro
  - Netflix CTA
  - What/how StackStorm
  - Examples
  - Question
  - Client Logos
  - Check Bullets 
  - SVG Adjustements for IE 10+
  
/* ==========================================================================

/*--------------------------- HubSpot Imports -----------------------------*/                    
                   
      
  

/*------------------------------- Intro -----------------------------------*/  

.stackstorm-intro .custom-image-hero h3 {
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 22px;
}

@media (min-width: 992px ) {
    .stackstorm-intro .custom-image-hero img.custom-image-hero--img-right {
        width: 60%;
        height: 60%;
        margin-right: -144px;
    }
}
@media (min-width: 992px ) and (max-width: 1441px) {
    .stackstorm-intro {
        overflow: hidden;
    }
}

/*-------------------------- Netflix CTA ----------------------------------*/  

.custom-stackstorm-page .custom-image-cta {
    justify-content: space-between;
    align-items: center;
}

.custom-stackstorm-page .custom-image-cta-text {
    max-width: 600px;
}

/*--------------------- What/how StackStorm ----------------------------------*/  

.stackstorm-how .custom-image-hero-content {
    width: 100%;
}
.stackstorm-what .custom-image-hero img,
.stackstorm-how .custom-image-hero img{
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
    
}

/*------------------------------- Examples ----------------------------------*/  
.body-container .stackstorm-examples p {
    font-size: 15px;
    line-height: 1.5;
}


/*------------------------------- Question ----------------------------------*/ 

.stackstorm-question {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/hubfs/stackstorm/stackstorm-workflow-designer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #744f6b;
}
.stackstorm-question blockquote {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    color: white;
    font-size: 22px;
}


/*------------------------------- Client Logos ------------------------------*/ 

.stackstorm-clients {
    text-align: center;
    margin-top: 80px;
}
.body-container ul.stackstorm-client-logos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.stackstorm-client-logos li {
    background-image: url(/hubfs/stackstorm/stackstorm-client-logos.svg);
    margin: 10px 20px;
    background-size: 997px;
    height: 80px; 
}
.stackstorm-client-logos span {
    display: none;
}
.stackstorm-client-logos li.target {
    background-position: 0 0;
    width: 63px;
}
.stackstorm-client-logos li.toyota {
    background-position: -88px 0;
    width: 128px;
}
.stackstorm-client-logos li.cisco {
    background-position: -242px 0;
    width: 85px;
}
.stackstorm-client-logos li.fujitsu {
    background-position: -352px 0;
    width: 104px;
}
.stackstorm-client-logos li.facebook {
    background-position: -484px 0;
    width: 117px;
}
.stackstorm-client-logos li.netflix {
    background-position: -624px 0;
    width: 104px;
}
.stackstorm-client-logos li.symantec {
    background-position: -754px 0;
    width: 135px;
}
.stackstorm-client-logos li.pearson {
    background-position: -914px 0;
    width: 83px;
}


/*----------------------------- Check Bullets ------------------------------*/ 

.custom-stackstorm-page .check-bullets {
    margin-top: 40px;
    text-align: left;
}
.custom-stackstorm-page .check-bullets li {
    padding-bottom: 20px;
}

/*--------------------- SVG Adjustements for IE 10+ -------------------------*/ 
/* Referece: https://css-tricks.com/scale-svg/
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .svg-inline-responsive-1 {
        padding-bottom: 50%; 
        height: 1px; 
        overflow: visible;
    }
    .svg-inline-responsive-2 {
        padding-bottom: 70%; 
        height: 1px; 
        overflow: visible;
    }
}