/* Custom Colours */

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
    color: #666;
    line-height: 1.7em;
}

p {
    padding-bottom: 1em;
}

p:last-of-type {
    padding-bottom: 1em !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
}

h1 {
	font-weight:300;
	color:#0094a8;
	text-transform:uppercase;
	font-size:45px;
}

.blue {
	background-color:#0094a8;
}

.bluetext {
	color:#0094a8;
}

.darkblue {
	background-color:#263b92;
}

.darkbluetext {
	color:#263b92;
}

.green {
	background-color:#96c530;
}

.greentext {
	color:#96c530;
}

.pink {
	background-color:#dd0072;
}

.pinktext {
	color:#dd0072;
}

/* Custom Styles */

.et_pb_widget_area_left {
    border-right: none !important;
    padding-right: 0px !important;
}

.curvedbox {
	-webkit-border-radius: 22px 0px 22px 0px;
	-moz-border-radius: 22px 0px 22px 0px;
	border-radius: 22px 0px 22px 0px;
	color:#fff;
	padding:8px 16px;
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
	margin-bottom:15px;
}

.terminologybox-on {
	font-size:16px;
	-webkit-border-radius: 22px 0px 22px 0px;
	-moz-border-radius: 22px 0px 22px 0px;
	border-radius: 22px 0px 22px 0px;
	color:#fff;
	padding:6px 0px;
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
	margin-bottom:15px;
	background-color:#0094a8;
}

.terminologybox-off {
	font-size:16px;
	-webkit-border-radius: 22px 0px 22px 0px;
	-moz-border-radius: 22px 0px 22px 0px;
	border-radius: 22px 0px 22px 0px;
	color:#0094a8;
	padding:4px 0px;
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
	margin-bottom:15px;
	background-color:#fff;
	border:2px solid #0094a8;
}

circle {
	color:#fff;
   	width:200px;
	height:200px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	padding: 43px 66px;
}

circle .fa {
	width:70px;
	height:70px;
	text-align:center;
}

.fa-5x {
    font-size: 8em !important;
}

#main-footer {
    background-color: #EDEDED;
}

#footer-bottom {
	background-color:#0094a8 !important;
}

#footer-info {
    color: #fff;
    padding-bottom: 6px !important;
}

.footer-widget {
    color: #666;
}