@charset "UTF-8";
/* CSS Document */

#solutions{
	padding:20px;
	background:#FFF;
	margin:13px 0 20px;
}

#solutions h1{
	font-size:3.3em;
	color:#333;
}

#banner{
	width:310px;
	height:240px;
	background:url(../images/banner_pic1.jpg) no-repeat;
	float:left;
	position:relative;
	padding:20px 370px 20px 20px;
	color:#666;
}

#banner .btnYellow{
	position:absolute;
	bottom:7%;
	left:3%;
	width:290px;
	
	-webkit-box-shadow: 2px 3px 15px 0px rgba(92,92,92,1);
	-moz-box-shadow: 2px 3px 15px 0px rgba(92,92,92,1);
	box-shadow: 2px 3px 15px 0px rgba(92,92,92,1);
}

#banner p{
	font-size:1.3em;
	line-height:21px;
}

#cancellations{
	width:200px;
	height:260px;
	background:#393939;
	display:inline-block;
	margin-left:20px;
	color:#fff;
	padding:10px;
}

#cancellations h1{
	font-size:2.2em;
	text-transform:uppercase;
	color:#fff;
}

#cancellations h2{
	font-size:1.7em;
	padding-top:5px;
	color:#CCC;
}

#cancellations p{
	font-size:1.2em;
	line-height:15px;
	margin-top:5px;
	letter-spacing:.05em;
}

.btnCancelLiveChat, .btnCancelPhone{
	text-align:center;
	font-size:1.4em;
	margin:10px 0;
	font-weight:bold;
	padding:5px;
}

#serviceIntro{
	padding:20px;
	background:#bbb;
	margin:20px -20px -20px -20px;
}

#serviceIntro h1{
	font-size:2em;
	color:#fff;
	background:#393939;
	margin:-20px;
	margin-bottom:20px;
	padding:10px 20px;
}
#serviceIntro p{
	font-size:1.4em;
	line-height:20px;	
}

#operations{
	padding:20px 0;
	background:#EDEDED;
	overflow:hidden;
}


#operations section{
	width:225px;
	float:left;
	padding:0 0 0 20px;
}

#operations section:nth-child(4){
	padding-right:20px;	
	width:205px;
}

#operations h1{
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:15px;
}

#operations img{
	margin-bottom:4px;	
}

#operations p{
	font-size:1.2em;
	line-height:20px;
	margin-bottom:5px;
	text-align:justify;
}

/*=============== MEDIA QUERIES ============*/

@media screen and (max-width: 800px) {

#banner{
	width:100%;
	height:auto;
	background:none;
	padding:0;
}

#banner p{
	font-size: 1.2em;
	line-height: 20px;
	padding: 0 12px 12px 12px;
}


#banner .btnYellow{
	position: initial;
	width: 300px;
	text-align:center;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

#cancellations{
	width: 94%;
	height:auto;
	background:#393939;
	display:inline-block;
	margin:0;
	color:#fff;
}

#cancellations h1{
	padding:0 !important;
}

#cancellations h2{
	font-size:1.5em;
}


#solutions{
	margin:0;
	padding:0;
}

#solutions h1{
	font-size:1.3em;
	padding:10px;
}

#serviceIntro{
	margin:0;
}

#serviceIntro h1{
	font-size:1.5em !important;
	font-weight:bold;
	color: #333;
	background:none;
	margin-bottom: -3px;
	padding: 11px 18px;
}

#serviceIntro p{
	font-size: 1.2em;
	line-height: 17px;	
}

#solutions h1{
	font-size:1.9em;
}


#solutionCenter img{
	width:100%;
	height:100px;
}

#operations{
	padding:2px;
}

#operations h1{
	font-size:1.6em;
	margin:10px 0;
}

#operations p{
	font-size:1.2em;
	line-height:18px;
}

#operations section, #operations section:nth-child(4){
	width: 86%;
	padding:0 0 0 20px;
}

.btnCancelLiveChat{
	padding:13px;
}
}