.it40-text--light {
    color: #fff;
}

.it40-text--center {
    text-align: center;
}

.it40-text--legal {
    font-size: 12px;
    line-height: 1.2;
}

.it40-link {
    color: #fff;
    text-decoration: underline;
}

.it40-link:hover {
    color: #fff;
}

a.btn.btn--white{background-color:#fff;color:#6ebe49;}

.it40-list--light {
    color: #fff;
}

.it40-list__item {
    margin-bottom: 20px;
}

.it40-eyebrow {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.it40-eyebrow--light {
    color: #fff;
}

.it40-eyebrow--compact {
    margin-bottom: 10px;
}

.it40-hero__heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
    color: #6ebe49;
    margin-bottom: 20px;
    text-align: center;
}

.it40-hero__subhead {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.it40-h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    color: #6ebe49;
    margin-bottom: 20px;
}

.it40-h2--light {
    color: #fff;
}

.it40-h3, .it40-h3--black {
    font-size: 34px;
    line-height: 1;
    font-weight: 300;
    color: #6ebe49;
    margin-bottom: 20px;
}

#data-edge .it40-h3{
    margin-bottom:unset;
}

.it40-h3--black{color:#000;}

#data-edge h4{
    color:#6ebe49;
    font-size:18px;
    margin-bottom:10px;
}

h3.it40-formTitle{
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    color:#6ebe49;
}

.it40-video {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.it40-video iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.it40-row {
    background-color: #000;
    padding: 60px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.it40-row--hero {
    padding: 30px 0 60px 0;
    background-image: url(../images/it-4-0-hero-row.jpg);
    margin-top: -28px;
}

.it40-row--explore {
    background-image: url(../images/it-4-0-illustration-timeline-01.svg), url(../images/it-4-0-infographic-background.jpg);
    background-size: contain, cover;
    background-position: bottom center, bottom center;
    min-height: 800px;
}

.it40-row--explore-2 {
    background-color: #6ebe49;
    background-image: url(../images/it-4-0-gartner-background.jpg);
    background-size: contain;
    background-position: bottom center;
}

.it40-row--action {
    background-image: url(../images/it-4-0-data-labs-row.jpg);
}

.it40-row__desc {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    margin-bottom: 60px;
}

.it40-row__desc--light {
    color: #fff;
}

.it40-row--flex{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
}
.it40-row--flex div.it40-flex-item{
    display:flex;
    flex-flow:column nowrap;
    align-items:center;
    align-content:center;
    flex: 0 1 26%;
}

.it40-row--flex div.it40-flex-item a.btn{
    margin-right:unset;
}

.it40-row--wideBox{margin-bottom:50px;}

.it40-anchor-tile {
    text-align: center;
    border: 3px solid #6ebe49;
    background-color: rgba(0,0,0,.8);
    padding: 10px 20px 20px;
}

.it40-anchor-tile__icon {
    margin-bottom: 10px;
    width: 78px;
}

.it40-anchor-tile__heading {
    font-size: 32px;
    line-height: 1.2;
    color: #6ebe49;
    margin-bottom: 10px;
}

.it40-anchor-tile__desc {
    color: #fff;
    line-height: 1.1875;
    margin-bottom: 20px;
}

.it40-ig__timeline {
    position: relative;
}

.it40-ig__h-line {
    display: block;
    width: 80%;
    height: 5px;
    background-color: #6ebe49;
    position: absolute;
    top: 140px;
    right: 0;
    left: 0;
    margin: auto;
}

.it40-ig__v-line {
    display: block;
    width: 6px;
    height: 80px;
    background-color: #6ebe49;
    position: absolute;
    top: 139px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
}

.it40-ig__bubble:hover .it40-ig__v-line {
    opacity: 1;
}

.it40-ig__bubble {
    display: block;
    text-align: center;
    background-color: #000;
    border: 4px solid #6ebe49;
    border-radius: 100px;
    width: 135px;
    height: 80px;
    margin: 70px auto 80px;
    padding-top: 55px;
    position: relative;
    z-index: 5;
}

.it40-ig__bubble:hover {
    text-decoration: none;
}

.it40-ig__bubble-text {
    color: #fff;
    font-size: 50px;
}

.it40-ig__bubble-text:hover {
    color: #fff;
}

.it40-ig__overlay {
    background-color: rgba(110,190,73,.9);
    padding: 60px 60px 60px;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
}

.it40-ig__bubble:hover + .it40-ig__overlay {
    opacity: 1;
}

.it40-ig__overlay-heading {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.it40-ig__overlay-desc {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.it40-video--large {
    margin-bottom: 70px;
}

.it40-box--dark {
    background-color: rgba(0,0,0,.8);
    margin-bottom:50px;
}

.it40-box--green{
    background-color:rgba(110,190,73,.8);
}

.it40-box--padded {
    padding: 30px;
    height: calc(100% - 60px);
}

.it40-box--gartner {
    background-image: url(../images/it-4-0-gartner-logo.png);
    background-repeat: no-repeat;
    background-position: bottom 30px right 60px;
}


#data-edge-form{
    margin: 60px 0 30px 20px;
    }

.data-edge-thankyou{
    text-align:center;
    margin-top:10%;
}

#data-edge-gate{
    color:#fff;
    width:80%
}

#data-edge-gate input{
    width:80%
}

#data-edge-form select{
    margin-bottom:20px;
    }
#data-edge-form input[type="checkbox"]{
    margin:0;
}
#data-edge-form input#data-edge-submit{
    padding:10px 22px 9px 22px;
    font-size:14px;
    margin-top:20px;
    }

.it40-form {
    padding-top: 40px;
    display: none;
}

/*
.it40-form__submit-message.hidden {
    display: none;
}
*/

.it40-form__checkbox {
    margin-top: 15px;
    margin-bottom: 30px;
}

.it40-form__input,
input.it40-form__input {
    display: block;
    margin-bottom: 10px;
}




#in-athena #action .row-fluid .span12{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    justify-content: flex-start;
}


#in-athena #action .row-fluid .span12 .it40-box--padded{
    display:flex;
    flex-flow:column nowrap;
    align-items:flex-start;
    justify-content:center;
    flex: 0 1 45%;
}

.it40-tile {
    margin-bottom: 30px;
}

.it40-tile__image {
    margin-bottom: 50px;
}

.it40-labs-logo {
    display: block;
    margin: 0 auto 10px auto;
}

.it40-disclaimer {
    padding-top: 60px;
    padding-bottom: 30px;
}

.what-it-40{
    padding-bottom: 39px !important;
}

.athena{
/*  padding-bottom: 142px !important; */
}

#wht-it{
    position: relative !important;
    top: 19px !important;
}

.focus-learn-more: lang(fr-ca){
    margin-top: 75px !important;
}

#data-edge-image{
        width:100%;
        height:280px;
        background: url("/www-content/enterprise-storage/it-4-0/images/Seagate_Data-at-the-Edge_510x340.jpg") top left no-repeat;
        background-size: contain;
    }

/*  #athenaPara{margin-bottom: -34px;} */

@media(min-width: 320px) and (max-width: 767px){
    .athena{
/*         padding-bottom: 24px !important;    */
        margin-top: 20px !important;
    }
    #athenaPara{
/*         margin-bottom: 35px !important;    */
    }
    #data-edge-gate{
        width:80%;
        margin:0 auto;
    }
    #data-edge-form input{
        width:80%;
    }
}

@media(min-width: 768px) and (max-width: 979px){
    .what-it-40 {
        padding-bottom: 36px !important;
    }
    .gartner{
/*        padding-bottom: 85px !important;    */
        background-position: bottom 80px;
    }
    #data-edge-gate {
        width:100%;
    }
    .data-edge-form input{
        width:100%;
    }
    .athena {
/*         padding-bottom: 369px !important;    */
    }
    #athenaPara {
/*         margin-bottom: -110px !important;    */
    }
    #data-edge-image{
        width:100%;
        height:340px;
        background: url("/www-content/enterprise-storage/it-4-0/images/Seagate_Data-at-the-Edge_300x340.jpg") top center no-repeat;
    }
}

@media(min-width: 980px) and (max-width: 1199px){
    .athena {
/*         padding-bottom: 205px !important;    */
    }
    .it40-box--gartner {
        background-position: bottom 10px;
    }
}

@media (max-width: 767px) {
    .it40-eyebrow {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .it40-h2 {
        font-size: 24px;
    }
    .it40-h3, .it40-h3--black {
        font-size: 22px;
    }
    .it40-row {
        padding: 20px 0;
    }
    .it40-row__desc {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .it40-row--flex div.it40-flex-item {
        flex:0 1 28%;
    }
    .it40-row--hero {
        padding-top: 40px;
        background-image: url(../images/it-4-0-hero-row-mobile.jpg);
    }
    .it40-hero__heading {
        font-size: 28px;
    }
    .it40-hero__subhead {
        font-size: 16px;
        margin-bottom: 40px;
        text-align: center;
    }
    .m-row {
        display: flex;
    }
    .span4.m-span6 {
        width: 48.717948718%;
        float: left;
        margin-left: 2.564102564%;
        flex: 1;
        display: flex;
    }
    .span4.m-span6:first-child {
        margin-left: 0;
    }
    .span3.m-span3 {
        width: 23.076923077%;
        margin-left: 2.564102564%;
        float: left;
    }
    .span3.m-span3:first-child {
        margin-left: 0;
    }
    .it40-anchor-tile {
        padding: 30px 10px 30px 10px;
    }
    .it40-anchor-tile__heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .it40-anchor-tile__desc {
        font-size: 14px;
    }
    .it40-ig__h-line {
        width: 80%;
        top: 55px;
    }
    .it40-ig__v-line {
        width: 6px;
        height: 60px;
        top: 74px;
    }
    .it40-ig__bubble {
        border-width: 3px;
        border-radius: 71px;
        width: 71px;
        height: 46px;
        margin: 20px auto 60px;
        padding-top: 25px;
    }
    .it40-ig__bubble-text {
        font-size: 30px;
    }
    .it40-ig__overlay {
        padding: 30px 20px 30px;
    }
    .it40-ig__overlay-heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .it40-ig__overlay-desc {
        font-size: 16px;
    }
    .it40-row--explore {
        min-height: 540px;
        transition: background-position 1s;
        background-position: bottom center, bottom center;
        background-size: 1200px, cover;
    }

    #in-athena #action .row-fluid .span12 {
        display:block;
    }

    .it40-box--padded {
        padding: 10px 10px 30px 10px;
    }

    .it40-form {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
    }
    .it40-form__submit-message {
        padding-top: 0;
        margin-bottom: 80px; /* avoid overlap of logo */
    }
    .it40-form__input {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .it40-box--gartner {
        background-position: bottom 30px right 30px;
    }
    .it40-tile {
        text-align: center;
    }
    .it40-tile__image {
        margin-bottom: 20px;  
    }
}

@media (max-width: 650px) {
    .it40-row--flex{
        flex-flow: column nowrap;
    }
    .it40-row--flex div.it40-flex-item {
        margin-bottom:20px;
    }
    div.it40-flex-item .btn{
        width:80%;
    }
    .it40-anchor-tile__desc{
        width:80%;
    }
}

@media (max-width: 450px){
    .it40-box--gartner{
        background-position: bottom 10px right 30px;
        padding-bottom: 30px;
    }
}

/* --------------------- Stay Informed Styles ---------- */

#cta-informed{
    margin-top:40px;
    text-align:center;
}

#cta-informed h3{
    color:#fff;
    margin-bottom:10px;
}

#it4signup.modal {
    box-sizing: content-box;
    position: fixed !important;
    width: 30%;
    border: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    overflow:visible;
    padding-left:35%;
    margin: 0;
    min-width:400px;
}

.popModal{
    top: 0 !important;
    left: 0;
    margin: 0;
    padding-left: 30%;
    padding-top: 5%;
    padding-right: 100%;
    padding-bottom: 100%;
}

#it4signup > button.close {
    position: relative;
    right: 7px;
    font-size: 30px;
}

#it4signup > h2{
    padding: 10px;
    background-color: #6ebe49;
    color: #fff;
}

#it4maillist{
    padding:20px;
    background-color:#fff;
}

#it4maillist input{
    width:80%;
}

#it4submit{
    margin-top:20px;
}

input[type="submit"]{
    width:unset !important;
}

input[type="checkbox"]{
    width:auto !important;
}

.it40-thank-you{
    text-align:center;
    background-color:#fff;
}

.it40-thank-you .it4thanks{
    background-color:#fff;
    padding: 30px 0 10px 0;
    font-size: 24px;
}

@media(max-width:1199px){
    #it4signup.modal {
        width: 40%;
        padding-left:30%;
    }
}

@media(max-width:979px){
    #it4signup.modal {
        width: 50%;
        padding-left:25%;
    }
}

@media(max-width:650px){
    #it4signup.modal{
        width:60%;
        padding-left:10%;
    }
}

@media(max-width:500px){
    #it4signup.modal{
        width:100%;
        padding-left:0%;
    }
    #it4signup > button.close {
        right:20px;
    }
    .popModal{
        padding-left:0;
    }
}

/* --------------------   End Stay Informed Styles ----- */

