/* ==================================================================================================== */
/*                                                                         Progressive Enhancement CSS  */
/* ==================================================================================================== */
/*           Layout Starting @ 720px Wide             */
/* ================================================== */
/*                     Base HTML                      */
/* ================================================== */










/* ==================================================================================================== */
/*                                                                                       Shared Classes */
/* ==================================================================================================== */

/* ================================================== */
/*                   Responsive UI                    */
/* ================================================== */










/* ==================================================================================================== */
/*                                                                                 jQuery UI Overwrites */
/* ==================================================================================================== */










/* ==================================================================================================== */
/*                                                                                           Site Icons */
/* ==================================================================================================== */

/* ================================================== */
/*                  Icons Placement                   */
/* ================================================== */











/* ==================================================================================================== */
/*                                                                                      Layout & Design */
/* ==================================================================================================== */

/* ================================================== */
/*                      Header                        */
/* ================================================== */





/* ================================================== */
/*                        Top                         */
/* ================================================== */
@media all and (min-width: 635px ) {
    #content .topContainer .section {
		height: 400px;
		padding-top: 150px;
	}
}

.topContainer br {
	display: block;	
}




/* ================================================== */
/*                        Tabs                        */
/* ================================================== */
/*
@media all and (min-width: 635px ) {
	.tabs {
		bottom: 0;
		display: block;
		position: absolute;
		width: 645px;
	}
	
	.tabs a {
		background-color: #333;
		color: #fff;
		display: inline-block;
		font: 400 14px/1.4em 'Roboto', sans-serif;
		height: 50px;
		margin-right: 6px;
		padding: 15px 0;
		text-align: center;
		width: 120px;
        vertical-align: bottom;
	}
    
    .tabs a.mobile {
        padding-top: 6px;
    }
	
	.products .banner_cta {
		bottom: 0;
		position: absolute;
		right: 15px;
	}
}
*/




/* ================================================== */
/*                      Content                       */
/* ================================================== */

@media all and (min-width: 635px ) {
	
	h3 br {
		display: block;	
	}

}

.bannerSep > img {
	height: 165px;
	overflow: hidden;
	width: auto;
}


/* ================================================== */
/*                      Home                          */
/* ================================================== */


.home h1 {
	font-size: 25px;
}

#content.home video {
	margin-left: -519px;
}


/* ================================================== */
/*                     Solutions                      */
/* ================================================== */

.solutions .left ul {
	width: auto;
}


/* ================================================== */
/*                       News                         */
/* ================================================== */

.news .main ul {
	width: auto;
}



/* ================================================== */
/*                     Partners                       */
/* ================================================== */

@media all and (min-width: 546px ) {
	.partners .logos {
		width: 519px;
	}
}



/* ================================================== */
/*                      Footer                        */
/* ================================================== */
#newsletter input {
	min-width: auto;
	width: 225px;
}

#footer address, #footer .email, #footer .phone {
	float: left;
	height: 90px;
	margin: 0 50px 20px 0;	
}


#footer .phone {
	margin-right: 0;	
}

.phone span {
	width: 110px;
}







