@charset "UTF-8";
/* CSS Document */
.style9 .polaroid:nth-child(2n)
{
	-webkit-transform: rotate(4deg);  
	-moz-transform: rotate(4deg); 
	transform: rotate(4deg); 
}

.style10 .responsive-table .col-1 {
  flex-basis: 20%;
}
.style10 .responsive-table .col-2 {
  flex-basis: 25%;
}
.style10 .responsive-table .col-3 {
  flex-basis: 30%;
}
.style10 .responsive-table .col-4 {
  flex-basis: 25%;
}

.style6 a:nth-of-type(1) .img { background-image: url("/images/Reviews.jpg"); }
.style6 a:nth-of-type(2) .img { background-image: url("/images/Services.jpg"); }
.style6 a:nth-of-type(3) .img { background-image: url("/images/Careers.jpg"); }
.style6 a:nth-of-type(4) .img { background-image: url("/images/Events.jpg"); }