/* request_sc:regular*/
/* Last-Modified: Thu, 20 Apr 2023 09:08:01 GMT [ver: ] */
/* Current-Time:Thu, 20 Apr 2023 05:06:48 -0500*/
/* NOT Pulled From Cache */
/*Import Josefin Sans font*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700");


p {margin:0px;padding:0px;}

/*THIS IS PART OF HIS SEMI-CUSTOM SITE CODE.  DO NOT EDIT, REMOVE OR ALTER UNLESS DIRECTED TO DO SO BY A MEMBER OF THE DEVELOPMENT TEAM*/

body, h1, h2, h3, h4, h5, h6, a, p {font-family: "Josefin Sans";}
.site-title a {font-family: "Josefin Sans"; font-weight: 500;}
.header {font-family: "Josefin Sans";}
.faso-header {font-family: "Josefin Sans";}
.main-nav {font-family: "Josefin Sans";}
.content {font-family: "Josefin Sans";}
.page-title {font-family: "Josefin Sans";}
.content-section {font-family: "Josefin Sans";}
.faso-main-section-main {font-family: "Josefin Sans";}
.footer {font-family: "Josefin Sans";}
.faso-footer {font-family: "Josefin Sans";}
.row {font-family: "Josefin Sans";}
.works-header {font-family: "Josefin Sans";}
.faso-workszoom-link-contact {font-family: "Josefin Sans";}
.faso-contact-input-submit {font-family: "Josefin Sans";}
.faso-en-button-submit {font-family: "Josefin Sans";}
.faso-comment-submit-button {font-family: "Josefin Sans";}
.btn, input[type='submit'] {font-family: "Josefin Sans";}

/*Euro - add texture to 'cell' backgrounds - ct - 12/12/16*/
.cell-inner {background-image:url('https://images.fasosites.com/13369/2255679org.jpg');}

/*Euro - Main page image size/alignment - ct- 12/12/16*/
.faso-main-section-main .col-2-3 {width: 99%;}

/*Eurostyle - code to add three feature areas on main page - ct - 12/13/16*/
.faso-main-section-main .col-2-3 {width: 100%}
.faso-main-data-mainpagetext img {width: 100%;}

.main-page-banner {margin-bottom: 10px;}


.row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.feature {
	margin-bottom: 100px !important;
}

.feature img {
	float: left;
	margin-right: 50px;
	width: 194px;
	height: auto;
}

.feature .details {
	overflow: hidden;
}

.feature h2 {
	font-size: 22px;
}

.feature h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.feature .col-1-4 {
	text-align: right;
	padding-right: 50px;
}

.feature .col-3-4 {
	border-left: 1px solid #e1e1e1;
	padding-left: 50px;
}

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

a.arrow-link {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	text-decoration: none;
}

a.arrow-link:after {
	font-family: 'FontAwesome';
	font-size: 13px;
	content: '\f105';
	position: relative;
	top: 0;
	right: -5px;
}

@media only screen and (max-width : 768px) {
	.feature img {
		width: 120px;
	}
	
}

@media only screen and (max-width: 640px) {
	.alpha { padding: 0; }
	.omega { padding: 0; }
}
