/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";
@import "layouts/entensys_landing.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */
#block-views-slider-block-block-10 .vscc_controls_next a {
    left: 177px;
    transform: rotate(180deg);
}
#block-block-63{
	text-align:center;
	font-size:24px;
	line-height:120%;
	color:#223a5e;
	margin:50px 0 55px 0;
}