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

* {
	margin: 0;
	padding: 0;	
}

body {
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	font-family: Trebuchet MS, sans-serif;
}

img {
	display: block;	
	border: 0px;
}

.content {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.narrow-content {
	max-width: 700px;
	padding: 0 20px;
	margin: 0 auto;	
}

.medium-content {
	max-width: 828px;
	padding: 0 20px;
	margin: 0 auto;	
}

.blogs {
	max-width: 800px;
	padding: 0 20px;
	margin: 0 auto;
}

/*clear floats*/
.content::after, .list-item::after, .blogs::after {
	content: '';
	clear: both;
	display: block;
}

.centered {
	text-align: center;
}

.spacer {
	height: 25px;
}

.medium-spacer {
	height: 35px;
}

.big-spacer {
	height: 50px;
}

.main-logo {
	display: block;
	margin: 50px 0 40px 0;
	text-align: center;
}

.main-logo img {
	display: inline-block;
	width: 150px;
	height: auto;
}

h1 {	
	font-size: 32px;
	margin-bottom: 25px;
}

h2 {
	font-size: 32px;
	line-height: 1.3;
}

h3 {
	font-size: 28px;
	line-height: 1.3;
}

p {
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.5;
}

.grey {
	color: #58585a;
}

.blue {
	color: #43628f;
}

.dark-blue {
	color: #064b7c;
}

.white {
	color: #ffffff;
}

.bold {
	font-weight: bold;
}

.blue-bg-white-triangle {
	background-color: #064b7c;
}

.blue-bg-white-triangle div {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 39px solid #ffffff;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
}

.white-bg-blue-triangle {
	background-color: #ffffff;
}

.white-bg-blue-triangle div {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 39px solid #064b7c;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
}

.orange-bg-blue-triangle {
	background-color: #f58027;
}

.orange-bg-blue-triangle div {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 39px solid #064b7c;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
}

.white-bg-orange-triangle {
	background-color: #ffffff;
}

.white-bg-orange-triangle div {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 39px solid #f58027;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
}

.orange-bg-white-triangle {
	background-color: #f58027;
}

.orange-bg-white-triangle div {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 39px solid #ffffff;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
}

.blue-bg-section {
	background-color: #064b7c;
	padding: 15px 0;
}

.orange-bg-section {
	background-color: #f58027;
	padding: 50px 0 80px 0;
}

.left-gutter-50 {
	float: left;
	width: calc(50% - 50px);
	padding-right: 50px;
}

.right-gutter-50 {
	float: right;
	width: calc(50% - 50px);
	padding-left: 50px;
}

.image-container img {
	width: 100%;
	height: auto;
}

.list-item {
	margin-bottom: 35px;	
}

.list-item-bullet {
	width: 40px;
	float: left;
	margin-right: 25px;
}

.list-item-text {
	width: calc(100% - 65px);
	float: right;
}

.list-item-bullet div {
	width: 40px;
	height: 40px;
	background-image: url(images/icon-tick.png);
}

.list-item-text h3 {
	color: #064b7c;
	font-size: 21px;
	margin-bottom: 12px;
	padding-top: 8px;
	line-height: normal;
}

.list-item-text p {
	margin-bottom: 0;
	color: #58585a;
	font-size: 13px;
	padding-right: 40px;
}

.sub-text {
	color: #064b7c;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.sub-text a {
	color: #ef7b0f;
}

.left-pad-90 {
	padding-left: 90px;
}

.right-half {
	width: 50%;
	float: right;
}

.left-half {
	width: 50%;
	float: left;
}

/*feefo widget*/

.feefo-container {
	text-align: center;
}

feefowidget-container-carousel .feefowidget-carousel-container-single-review {
	width: 100%;
}

feefowidget-container-carousel .feefowidget-standard {
	border-radius: 10px !important;
	border-bottom-left-radius: 0 !important;
}

feefowidget-container-carousel .feefowidget-standard.feefowidget-border {
	border-color: #ffffff !important;
}

.feefowidget-standard {
	position: relative;
}

.feefowidget-standard::after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	bottom: -33px; 
	width: 0;
	height: 0;
	border-top: 33px solid #ffffff;
	border-right: 37px solid transparent;
}

.faq-item {
	margin-bottom: 14px;
	border-radius: 5px;	
	background-color: #fef5ec;
}

.question {
	color: #064b7c;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	padding: 25px 100px 25px 40px;
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 50px top 32px;
}

.answer {
	padding: 0 100px 10px 40px;
	display: none;
}

.answer p {
	color: #58585a;
	font-size: 14px;
	margin-bottom: 15px;
}

.answer a {
	color: #ef7b0f;
}

.faq-item.open {
	background-color: #fbdec3;
}

.faq-item.open .question {
	background-image: url(images/arrow-up.png);
}

.blog-item {
	width: 50%;
	float: left;
	text-align: center;
}

.blog-item-thumb {
	display: block;
	max-width: 288px;
	margin: 0 auto 23px auto;
}

.blog-item-thumb img {
	width: 100%;
	height: auto;
}

.blog-item-title {
	color: #ef7b0f;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 40px;
}

.green-button {
	display: inline-block;
	border-radius: 7px;
	color: #ffffff;	
	background: #54aa1b;
	background: -moz-linear-gradient(top, #54aa1b 0%, #54aa1b 50%, #499815 51%, #499815 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #54aa1b), color-stop(50%, #54aa1b), color-stop(51%, #499815), color-stop(100%, #499815));
	background: -webkit-linear-gradient(top, #54aa1b 0%, #54aa1b 50%, #499815 51%, #499815 100%);
	background: -o-linear-gradient(top, #54aa1b 0%, #54aa1b 50%, #499815 51%, #499815 100%);
	background: -ms-linear-gradient(top, #54aa1b 0%, #54aa1b 50%, #499815 51%, #499815 100%);
	background: linear-gradient(to bottom, #54aa1b 0%, #54aa1b 50%, #499815 51%, #499815 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54aa1b', endColorstr='#499815', GradientType=0 );
	padding: 15px 60px;
	text-decoration: none;
	font-size: 18px;
	margin: 10px 0;
}

.has-links a {
	color: #ef7b0f;
}

.social {
	text-align: center;
	padding: 55px 20px 30px 20px;
}

.social-item {
	display: inline-block;
	margin: 0 20px 20px 0;
}

.social-item:last-child {
	margin-right: 0;
}

.footer p {
	font-size: 12px;
}

/*-------------------------------------------*/
/* #Tablet (Portrait)*/
/*-------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1040px) {
	
	.left-gutter-50 {
		width: calc(50% - 20px);
		padding-right: 20px;
	}

	.right-gutter-50 {
		width: calc(50% - 20px);
		padding-left: 20px;
	}
	
	.list-item {
		padding-right: 0;
	}
	
	.left-pad-90 {
		padding-left: 40px;
	}

	
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	
	.left-gutter-50 {
		float: none;
		width: 100%;
		padding-right: 0;			
	}

	.right-gutter-50 {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.image-container {
		padding-bottom: 30px;
	}

	.list-item {
		padding-right: 0;
	}
	
	.left-pad-90 {
		padding-left: 0;
	}
	
	.right-half, .left-half {
		width: 100%;
		float: none;
	}

	.question {
		font-size: 18px;
		padding: 25px 80px 25px 25px;
		background-position: right 30px top 31px;
	}

	.answer {
		padding: 0 80px 10px 25px;
	}

	.blog-item {
		width: 100%;
		float: none;
	}
	



	
}


/*-------------------------------------------*/
/* #MOBILE 320px (Portrait)*/
/*-------------------------------------------*/ 
@media only screen and (max-width: 480px) , screen and (max-device-width: 480px) {
	
	.left-gutter-50 {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.right-gutter-50 {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.image-container {
		padding-bottom: 30px;
	}

	.list-item {
		padding-right: 0;
	}
	
	.left-pad-90 {
		padding-left: 0;
	}
	
	.right-half, .left-half {
		width: 100%;
		float: none;
	}
	
	.question {
		font-size: 18px;
		padding: 25px 80px 25px 25px;
		background-position: right 30px top 31px;
	}

	.answer {
		padding: 0 80px 10px 25px;
	}
	
	.blog-item {
		width: 100%;
		float: none;
	}
	
	.social-item {
		margin: 0 8px 8px 0;
	}
	
}

@media only screen and (min-width: 425px) {
	h1 {
		font-size: 44px;
	}
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 52px;
	}
	.main-logo img {
		width: 185px;
	}
}
