.service-office-intro{
    display:flex;
    align-items:stretch;
    width:100%;
    background-color:#050f32;
}
.loc-image{
    width:70%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left:-20%;
}
.dallas .loc-image{
    background-image:url('/images/locations/dallas/dallas-skyline.jpeg');
    background-position: center right !important;
}

#proudly-dallas .product-pic{
    background-image:url('/images/locations/dallas/proudly-dallas.jpg');
    background-position:center center;
}
.ecs #proudly-dallas .product-pic,
.copiers #proudly-dallas .product-pic{
    background-image:url('/images/locations/dallas/dallas-open-house.png');
    background-position:center bottom;
}
.oklahoma.city .loc-image{
    background-image:url('/images/locations/okc/OKC Office at Night.jpg');
    background-position: center right !important;
}

#proudly-okc .product-pic{
    background-image:url('/images/locations/okc/okc-skyline.jpg');
    background-position:center center;
}


.austin .loc-image{
    background-image:url('/images/locations/austin/ImageNet SM-7.jpg');
    background-position: center right !important;
}
.austin.mit-intro .loc-image{
    background-image:url('/images/locations/austin/conference-room.jpg');
    background-position: center right !important;
}
.austin.ecs-intro .loc-image{
    background-image:url('/images/locations/austin/ImageNet SM-24.jpg');
    background-position: center right !important;
}


.kansas.city .loc-image{
    background-image:url('/images/locations/kansas-city/kc-skyline.jpg');
    background-position: center right !important;
}
.kansas.city.mit-intro .loc-image{
    background-image:url('/images/locations/kansas-city/kc-skyline2.jpg');
    background-position: center right !important;
}
.kansas.city.ecs-intro .loc-image{
    background-image:url('/images/locations/kansas-city/kc-skyline3.jpg');
    background-position: center right !important;
}

.tulsa .loc-image{
    background-image:url('/images/locations/tulsa/Tulsa-Front.jpg');
    background-position: center right !important;
}
.tulsa.mit-intro .loc-image{
    background-image:url('/images/locations/tulsa/Tulsa Skyline.jpg');
    background-position: center right !important;
}
.tulsa.ecs-intro .loc-image{
    background-image:url('/images/locations/tulsa/upward building final.jpg');
    background-position: center right !important;
}

.houston .loc-image{
    background-image:url('/images/locations/houston/printers.jpg');
    background-position: center right !important;
}
.houston.mit-intro .loc-image{
    background-image:url('/images/locations/houston/conference-room.jpg');
    background-position: center right !important;
}
.houston.ecs-intro .loc-image{
    background-image:url('/images/locations/houston/event.jpg');
    background-position: center right !important;
}

.lubbock .loc-image{
    background-image:url('/images/locations/lubbock/lubbock-1.jpg');
    background-position: center right !important;
}
.lubbock.mit-intro .loc-image{
    background-image:url('/images/locations/lubbock/lubbock-2.jpg');
    background-position: center right !important;
}
.lubbock.ecs-intro .loc-image{
    background-image:url('/images/locations/lubbock/lubbock-3.jpg');
    background-position: center right !important;
}



#proudly-okc .product-pic{
    background-image:url('/images/locations/okc/okc-skyline.jpg');
    background-position:center center;
}
#proudly-austin .product-pic{
    background-image:url('/images/locations/austin/austin-skyline.jpg');
    background-position:center center;
}
#proudly-kc .product-pic{
    background-image:url('/images/locations/kansas-city/kc-skyline2.jpg');
    background-position:center center;
}
#proudly-tulsa .product-pic{
    background-image:url('/images/locations/tulsa/Tulsa Skyline.jpg');
    background-position:center center;
}
#proudly-houston .product-pic{
    background-image:url('/images/locations/houston/houston-skyline.jpg');
    background-position:center center;
}
#proudly-lubbock .product-pic{
    background-image:url('/images/locations/lubbock/lubbock-3.jpg');
    background-position:center center;
}




.service-office-intro>div:nth-of-type(1){
    background:url('/images/locations/location-service-page-bg.png') center right no-repeat;
    background-size:cover;
    padding: 100px;
    width:50%;
    z-index: 10;
}
.service-office-intro>div:nth-of-type(1)>div{
    width:90%;
}
.service-office-intro h1{
    font-size:3em;
    line-height: 1em;
    color:#ffffff;
}
.service-office-intro h2{
    color:#a1b4ed;
    font-size:1.6em;
}
.service-office-intro p{
    color:#a1b4ed;
    font-size:1.5em;
}
.service-office-intro .Btn{
    margin-top: 25px;
}

@media (max-width: 1350px) {
    .service-office-intro{
        background-size: cover;

    }
}
@media (max-width: 1100px) {
    .service-office-intro>div:nth-of-type(1){
        padding:50px 25px;
        width:65%;
    }
}
@media (max-width: 650px) {
    .service-office-intro{
        display:block;
    }
    .service-office-intro>div{
        width:100% !important;
    }
    .service-office-intro>div:nth-of-type(1){
        background:url('/images/locations/location-service-wide-bg.png') center center no-repeat;
        background-size: cover;
    }
    .service-office-intro>div:nth-of-type(1) div{
        width:100%;
        text-align: center;
    }
    .service-office-intro h1{
        font-size: 2.5em;

    }
    .loc-image{
        height:50vh;
        margin:0;
    }
}

.product-service-intro{
    padding:50px 25px;
    max-width:870px;
    margin:0 auto;
    display: block;
    text-align: center;;
}
.product-service-intro h3{
    color:#095587;
    font-size:2em;
    font-weight: 600;
}


.services{
    display:block;
    margin:25px auto 30px;
    max-width:1200px;
    text-align:center;
}
.services h2{
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase;
}
.services ul{
    list-style: none;

}
.services li{
    display:inline-block;
    position: relative;
    margin-right:10px;
    font-size:1.1em;
}
.services li::after{
    content:"|";
    color:#888888;
    position: absolute;
    right:-10px;
}
.services ul li:last-of-type::after{
    display:none;
}

.product-line{
	overflow: hidden;
	display: flex;
	align-items:center;
    min-height:500px;
}
.product-line:nth-of-type(2n){
	background:#f1f1f1;
}
.product-line .bit-40,
.product-line .bit-2{
	padding:100px .3em;
}
.product-line .bit-60,
.product-line .bit-2{
	height:100%;
}
.product-line .bit-40,
.product-line .bit-2{
	position: relative;
	height:100%;
}
.product-line .bit-40>div,
.product-line .bit-2>div{
	width:100%;
}
.product-line,
.product-line .bit-60,
.product-line .bit-2{
	height:auto;
}
.product-line h3{
	position: relative;
	color:#7e7e7e;
	text-transform: uppercase;
	margin-bottom:35px;
}
.product-line h3::after{
	content: "";
    position: absolute;
    height: 2px;
    width: 52px;
    background-color: #ea8021;
    margin: 0 auto;
    left: 0;
    bottom: -10px;
	
}
.product-line h4{
	color:#095587;
	font-size:2em;
	font-weight: normal;
}
.product-line p,
.product-line ul,
.product-service-intro p{
	color:#757576;
	font-size: 1.3em;
}
.product-line .bit-40 a,
.product-line .bit-2 a{
	color:#ea8021;
	font-size: 1.3em;
}
.product-line .bit-40>div,
.product-line .bit-2>div{
	padding:0 25px;
}

.product-pic{
	align-self:stretch;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    box-shadow: 2px 12px 48.5px 1.5px rgba(70, 69, 69, 0.4); 
}
/*//////////////////////
Managed IT Pictures
//////////////////////*/
#cybersecurity .product-pic{
	background-image:url('/images/products/managed-it/cybersecurity/antivirus.png');
}
#twen-four-service .product-pic{
	background-image:url('/images/products/managed-it/mit-chat-banner.png');
    background-position:top center;
}
#disaster-recovery .product-pic{
	background-image:url('/images/products/managed-it/data-backup-banner.png');
}
#tech-planning .product-pic{
	background-image:url('/images/products/managed-it/planning-banner.png');
}

/*//////////////////////
Copiers and Printer Pictures
//////////////////////*/
#copiers-printers .product-pic{
    background-image:url('/images/products/print-scan-copy/hp-print.png');
    background-position:center right;
}
#twen-four-service .product-pic{
    background-image:url('/images/products/managed-it/mit-chat-banner.png');
    background-position:top center;
}
#managed-print .product-pic{
    background-image:url('/images/products/print-scan-copy/software-header.png');
}
#purchase-options .product-pic{
    background-image:url('/images/products/print-scan-copy/workgroup-banner.jpg');
}

/*//////////////////////
ECS Pictures
//////////////////////*/
#analysis .product-pic{
    background-image:url('/images/products/ecs/analysis.png');
    background-position:center center;
}
#doc-mgmt .product-pic{
    background-image:url('/images/products/ecs/document.png');
    background-position:center right;
}
#doc-process .product-pic{
    background-image:url('/images/products/ecs/doc-process.png');
    background-position:center right;
}
#esig .product-pic{
    background-image:url('/images/products/ecs/esig.png');
    background-position:center right;
}
#records-mgmt .product-pic{
    background-image:url('/images/products/ecs/record-mgmt.png');
    background-position:top center;
}
#digital-forms .product-pic{
    background-image:url('/images/products/ecs/digital-forms.png');
}
#workflow-automation .product-pic{
    background-image:url('/images/products/ecs/implementation.png');
}
#reporting .product-pic{
    background-image:url('/images/products/ecs/who-we-help.png');
}





.service-testimonial .test-name{
    font-size:1.5em;
}



@media (max-width: 770px) {
	.product-line{
		display:block;
	}
	.product-line .bit-60,
	.product-line .bit-40{
		width:100%;
		display:block !important;
		float:none;
		
	}
	.product-line .bit-40,
	.product-line .bit-2{
		padding:40px .3em;
	}
	.product-pic{
		height:300px !important;
	}
}

@media (max-width: 400px) {
	.product-pic{
		height:200px !important;
	}

}

#learn{
        padding:75px 0 50px;
}
#learn p{
    font-size:1.3em;
}
#learn .Btn{
        margin:50px auto 25px;
        display: block;
        width:175px;
        text-align: center;
}

