@charset "utf-8";
/* CSS Document */

@media (max-width: 768px){
	
	
	#serviceContent{
		background-color:#0a85cc;
		position:relative;
		text-align:center;
		width:100%;
		clear: both;
		font-family:'source sans pro', sans serif;
		color:#fff;
		padding-bottom:60px;
		background-image:url(../images/network2.svg);
		background-position: -155px -50px;
		background-size: 180%;
		
	}
	
	#homeBackgroundImage{
		background-image:url(../images/tree_front.svg);
		background-repeat: no-repeat;
		background-position:center 200px;
		background-size:140%;
		padding-bottom:60px;
				
		
	}
	
	#serviceContent .headline{
		width:80%;
		margin:0 auto;
		font-size:3em;
		line-height:0.9em;
		font-weight:400;
		padding: 40px 30px 20px 30px;	
	}
	
	#serviceContent .textIntro{
		width:80%;
		margin:0 auto;
		font-size:1.5em;
		padding-bottom:20px;
		font-weight:400;
	}
	
	#serviceContent .arrowGraphic{
		width:30px;
		height:30px;
		margin:0 auto 30px auto;
		background-image: url(../images/arrows-white.svg);
		background-repeat: no-repeat;
		background-size:20px;
		background-position:center;
	}
	
	#serviceContent .subHead{
		font-size:1.8em;
		
	}
	
	#servicesTextBackground{
		background-color: rgba(0, 84, 166, 0.7);
		width:90%;
		margin:0 auto;
		padding:2em 0 3em 0;
	}
	
	
	.box{
		width:80%;
		margin:0 auto 1em auto;
		background-size:20px;
		background-position:center;
		border-style:solid;
		border-width:1px;

	}
	.boxHead{
		width:100%;
		background-color: rgba(11, 47, 95, 0.7);
		padding:0.8em 0 1em 0;
		font-size:1.2em;
	}
	.boxContent{
		width:100%;
		background-color: rgba(0, 84, 166, 0.7);
		padding:1em 0 1.6em 0;
		font-size: 1.4em;
	}
	
	/*---Positions Bullet Lists-------------------*/
	ul.boxList li{
		text-align:left;
		margin-left:26%;
		list-style:none;
	}
	
	ul.boxListHardware li{
		text-align:left;
		margin-left:40%;
		list-style:none;
	}
	
	
	
	
	/*This adds Backgrounds Bullets to Lists*/
	ul.boxlist{
		list-style-type:none;
		padding:0;
		margin:0;
	}
	
	li.bullet{
		background-image:url(../images/bullet-white.svg);
		background-repeat: no-repeat;
		background-size: 14px;
		background-position: left;
		padding-left:24px;		
	}
	/*END*/

	.textBody{
		width:80%;
		margin:0 auto;
		font-size: 1.2em;
		padding-bottom:2em;
		
	}
	
	.textBody p{
		
		margin-bottom:0.5em
	}
	
	/*------Text Blocks with Rules---------------------*/
	.itemServices{
		width:80%;
		margin:0 auto;
		padding:1em 0 1.5em 0 ;
	}
	
	.itemHeadServices{
		font-size:1.9em;
		line-height:0.9em;
	}
	
	.itemSubheadServices{
		font-size:1.2em;
	}
	
	.itemListServices{
		padding-top:1em;
		width:100%
		
	}
	
	/*-----Position of Bullet Lists-------------------*/
	
	.itemListServices .bullet{
		text-align:left;
		margin-left:10%;
		padding-bottom:0.4em;
		background-position: 0 5px;
	}

	
	.itemTextServices p{
		padding-bottom:0.3em;
	}
	.itemTextServices p span{
		font-style:italic;
	}

	
	.itemListHeadServices{
		padding-top:0.5em;
		font-size:1.4em;
	}
	
	
	
	
	
	.itemListHeadServices{
		font-size:1.4em;
	}
	
	.itemTextHeadServices{
		padding-top:0.5em;
		font-size:1.5em;
	}
	
	
	.itemBackground{
		background-color: rgba(0, 84, 166, 1.0);
		margin-bottom:1em;
		clear:both;
	}
	
	
	
	
}








@media (min-width: 769px){
	
	
		#serviceContent{
		background-color:#0a85cc;
		position:relative;
		text-align:center;
		width:100%;
		clear: both;
		font-family:'source sans pro', sans serif;
		color:#fff;
		padding-bottom:60px;
		background-image:url(../images/network2.svg);
		background-position: -155px -170px;
		background-size: 130%;
		
	}
	
	#serviceContent .headline{
		width:80%;
		margin:0 auto;
		font-size:3em;
		line-height:0.9em;
		font-weight:400;
		padding: 40px 30px 20px 30px;	
	}
	
	#serviceContent .textIntro{
		width:80%;
		margin:0 auto;
		font-size:1.5em;
		padding-bottom:20px;
		font-weight:400;
	}
	
	#serviceContent .arrowGraphic{
		width:30px;
		height:30px;
		margin:1em auto 1.5em auto;
		background-image: url(../images/arrows-white.svg);
		background-repeat: no-repeat;
		background-size:20px;
		background-position:center;
	}
	
	#serviceContent .subHead{
		font-size:1.8em;
		
	}
	
	#servicesTextBackground{
		background-color: rgba(0, 84, 166, 0.7);
		width:80%;
		margin:0 auto;
		padding:2em 0 3em 0;
		clear:both;
	}
	
	
	
	
	.box{
		width:30%;
		margin-left:24px;
		margin-right:0;
		margin-bottom:40px;
		background-size:20px;
		background-position:center;
		border-style:solid;
		border-width:1px;
		float:left;

	}
	.boxHead{
		width:100%;
		background-color: rgba(11, 47, 95, 0.7);
		padding:0.8em 0 1em 0;
		font-size:1.2em;
	}
	.boxContent{
		width:100%;
		height:250px;
		background-color: rgba(0, 84, 166, 0.7);
		padding:1em 0 1em 0;
		font-size: 1.2em;
	}
	

	
	
	
	
	
	/*---Positions Bullet Lists-------------------*/
	ul.boxList li{
		text-align:left;
		margin-left:12%;
		list-style:none;
	}
	
	ul.boxListHardware li{
		text-align:left;
		margin-left:34%;
		list-style:none;
	}
	
	
	
	
	/*This adds Backgrounds Bullets to Lists*/
	ul.boxlist{
		list-style:none;
		padding:0;
		margin:0;
	}
	
	li.bullet{
		background-image:url(../images/bullet-white.svg);
		background-repeat: no-repeat;
		background-size: 14px;
		background-position: left;
		padding-left:24px;		
	}
	/*END*/

	.textBody{
		width:42%;
		margin:0 auto;
		font-size: 1.2em;
		padding-bottom:2em;
		float:left;
		text-align:left;
		margin-left:2.2em;
	}
	
	.textBody p{
		
		margin-bottom:0.5em
	}
	
	/*------Text Blocks with Rules---------------------*/
	.itemServices{
		width:60%;
		margin:0 auto;
		padding:1em 0 1.5em 0 ;

		
	}
	
	.itemHeadServices{
		font-size:1.9em;
		line-height:0.9em;
	}
	
	.itemSubheadServices{
		font-size:1.2em;
	}
	
	.itemListServices{
		padding-top:1em;
		width:100%
		
	}
	
	/*-----Position of Bullet Lists-------------------*/
	
	.itemListServices .bullet{
		text-align:left;
		margin-left:10%;
		padding-bottom:0.4em;
		background-position: 0 5px;
	}

	.itemTextServices{
		padding-top:1em;
		padding-bottom:1.0em;
	}
	
	.itemTextServices p{
		padding-bottom:0.3em;
	}
	
	.itemTextServices p span{
		font-style:italic;
	}
	
	.itemListHeadServices{
		padding-top:0.5em;
		font-size:1.4em;
	}
	
	.itemTextHeadServices{
		padding-top:0.5em;
		font-size:1.5em;
	}
	
	.itemBackground{
		background-color: rgba(0, 84, 166, 1.0);
		margin-bottom:1em;
		clear:both;
	}
	
	
}




@media (max-width: 400px){
	
	#serviceContent .headline{
		width:80%;
		margin:0 auto;
		font-size:2.5em;
		line-height:0.9em;
		font-weight:400;
		padding: 40px 30px 20px 30px;	
	}
	#serviceContent .subHead{
		font-size:1.6em;
		
	}
	#servicesTextBackground{
		background-color: rgba(0, 84, 166, 0.7);
		width:98%;
		margin:0 auto;
		padding:2em 0 3em 0;
	}
	.box{
		width:90%;
		margin:0 auto 1em auto;
		background-size:20px;
		background-position:center;
		border-style:solid;
		border-width:1px;

	}
	.boxHead{
		width:100%;
		background-color: rgba(11, 47, 95, 0.7);
		padding:0.8em 0 1em 0;
		font-size:1.0em;
	}
	.boxContent{
		width:100%;
		background-color: rgba(0, 84, 166, 0.7);
		padding:1em 0 1.6em 0;
		font-size: 1em;
	}
	

	
	
	ul.boxList li{
		text-align:left;
		margin-left:20%;
		list-style:none;
	}
	
	ul.boxListHardware li{
		text-align:left;
		margin-left:35%;
		list-style:none;
	}
	
	
	
	
	
	
	
}






























