/* Industry subpage styles.

   requires:    /common/framework/css/framework.ja.css
                /common/framework/css/gui.ja.css
                home.css.ja
   ========================================================================== */

/* ==========================================================================
   global overrides
   ========================================================================== */

/* ==========================================================================
   header
   ========================================================================== */

#industry #title-outer a.badge {
    background: #5e5287;
    color: #fff;
    font-size: 0.875rem;
    left: auto;
    padding: 0 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    letter-spacing: .05em;
    line-height: 1.96;
}

#industry #title-outer a.badge:hover {
    background: #8364B9;
}

header#title-outer {
    background: #F7F6F6;
}

header#title-outer img {
    width: 100%;
    max-width: 15.625rem;
    margin-top: 1.6rem;
}

#industry h1,
#industry span.head-title {
    color: #8364b9;
    font-size: 1.8rem;
    font-weight: 400;
}

#industry span.head-title {
    font-size: 1rem;
}

#industry span.title-desc {
    color: #656565;
    font-size: 1.125rem;
    font-weight: 300;
}

#industry h2:first-child {
    padding-top:0;
}

#industry h2 {
    color: #8364b9;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 1.25rem 0;
    text-align: left;
}

#industry .page-width {
    padding: 2.5rem 0;
}
.thumbnail {
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 15px rgba(237, 237, 239);
    height: auto;
    padding: 1.0rem;
    width: 30%;
}
.thumbnail img{
    width: 100%;
}

/* ==========================================================================
   Industrial page setup
   ========================================================================== */

#industry #badge-wrapper {
    height: 2rem;
    display: block;
    margin-bottom: 2.0rem;
}

#industry .thumbnail span {
    color: #444a59;
    display:block;
    font-size: 1rem;
    font-weight: 400;
    max-width: fit-content;
    padding: 0.8rem 0 0 0;
}



/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens less than (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    #title-inner {
        padding-top: 20%;
    }
     #industry h1 {
    	font-size: 1.7rem;
	}
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    #intro .title-wrapper-inner {
        width: 12.0rem;
        height: 12.0rem;
    }
    #title-inner {
        padding-top: 22%;
    }
    #intro h1 {
        font-size: 3rem;
        line-height: 1;
    }
    #intro .title-wrapper-inner p.text {
        font-size: 0.9rem;
        line-height: 1.0;
        padding: 0.5rem 0.5rem;
    }
    #get-us-start .page-width {
        padding-top: 3rem;
    }
    #title-outer a.badge {
        font-size: 1rem;
        left: 1rem;
    }
    .thumbnail {
    	width: 40%;
 	}
 	#industry h1 {
    	font-size: 2.0rem;
	}
}

/* styles for small screens (600px)
   ========================================================================== */
@media all and (max-width: 600px) {
 
	#industry h2 {
	    margin-top:0.625rem;
	} 
	.thumbnail {
    	width: max-content;
    	height: auto;
    	max-width:25rem;
   }
   .thumbnail:nth-child(2n) {
        margin-right: auto;
        padding-right: 1.0rem;
   }
   .thumbnail img {
   	    width: 100%;
    	max-width: 300px;
	}

}



/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
}

/* printer styles
   ========================================================================== */

@media print {}