@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

header, section, footer, aside, nav, main, article, figure {
    display: block; 
} /* to make older browsers display html5 elements correctly */

* {
    box-sizing: border-box;
} /* to make sure that the padding and border are included in the total width and height of all box-level elements */

body {
	margin: 0;
	padding: 0;
	background-color: #191e39;
}			

body, td {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000000;
}

.clearfloat:after {
  content: "";
  display: table;
  clear: both;
}

h2 {
	font-size: 26px;
	font-weight: 600;
}

h3 {
	font-size: 18px;
	font-weight: 400;
}

.statement h3 {
	margin-top: 0;
}

@media (min-width: 1100px) {
	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 26px;
	}
}

section {
	padding: 1px;
}

#content-wrapper {
	background-color: #fff;
}

/* ------- Backgrounds --------- */

.page-header {
	background-color: #5cad2b;
	background-image: url(../images/bottom-centre-triangle-shallow-2000.svg);
	background-position: center 101%;
	background-repeat: no-repeat;
	background-size: 100% 65px;
	text-align: center;
	padding: 50px 20px 1px 20px;
}

.page-header2 {
	background-color: #5cad2b;
	background-image: url(../images/bottom-centre-triangle-shallow-blue-2000.svg);
	background-position: center 101%;
	background-repeat: no-repeat;
	background-size: 100% 65px;
	text-align: center;
	padding: 50px 20px 1px 20px;
}

.statement {
	background-color: #1e2d9d;
	background-image: url(../images/bottom-centre-triangle-shallow-2000.svg);
	background-position: center 101%;
	background-repeat: no-repeat;
	background-size: 100% 65px;
	text-align: center;
	padding: 1px 20px 10px 20px;
}

.prime-background {
	background: #5cad2b; /* Green */
}

.prime2-background {
	background: #1e2d9d; /* Blue */
}

.plain-background {
	background: #fff; /* White */
}

.event-default-page-bkgnd {
	background-color: #364e67;
	background-image: url(../images/top-bkgnd-triangle-shallow-2000.svg), url(../images/bottom-bkgnd-triangle-shallow-2000.svg), url(../images/event-default-bkgnd.jpg);
	background-position: center -1px, center 101%, 50% 50%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 77px, 100% 77px, cover;
}

.attendee-type-questions-bkgnd {
	background-color: #6f6f6f;
	background-image: url(../images/top-bkgnd-triangle-shallow-2000.svg), url(../images/bottom-bkgnd-triangle-shallow-2000.svg), url(../images/attendee-type-questions-bkgnd.jpg);
	background-position: center -1px, center 101%, 50% 50%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 77px, 100% 77px, cover;
}

.theme-selection-bkgnd {
	background-color: #323234;
	background-image: url(../images/top-bkgnd-triangle-shallow-2000.svg), url(../images/bottom-bkgnd-triangle-shallow-2000.svg), url(../images/theme-selection-bkgnd.jpg);
	background-position: center -1px, center 101%, 50% 50%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 77px, 100% 77px, cover;
}

.capacity-bkgnd {
	background-color: #323234;
	background-image: url(../images/top-bkgnd-triangle-shallow-2000.svg), url(../images/bottom-bkgnd-triangle-shallow-2000.svg), linear-gradient(to right, #00af3f 0%, #ccdc00 20%, #ffa912 40%, #ff5800 60%, #e00034 100%);
	background-position: center -1px, center 101%, 50% 50%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 77px, 100% 77px, cover;
}

.email-bkgnd {
	background-color: #f1f1f1;
	background-image: url(../images/top-bkgnd-triangle-shallow-2000.svg), url(../images/bottom-bkgnd-triangle-shallow-2000.svg), url(../images/email-bkgnd.jpg);
	background-position: center -1px, center 101%, 50% 50%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 77px, 100% 77px, cover;
}


/* ------- General Layout --------- */

.home-width {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 30px;
}

.inner-width {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.prime-padding {
	padding: 1px 30px 80px 30px;
}

.double-padding {
	padding: 100px 30px 80px 30px;
}

.secondary-padding {
	padding: 1px 30px 1px 30px;
}

section.splitscreen-cto {
	padding: 0px;
	display: block;
}

.split-one-cto {
	width: 100%;
	padding: 30px;
	text-align: center;
	margin: 0;
}

.split-one-cto a.plain-button {
	color:#5cad2b;
}

.split-one-cto a.plain-button:hover {
	color:#fff;
}

.split-two-cto {
	width: 100%;
	padding: 30px;
	text-align: center;
	margin: 0;
}

.split-two-cto a.plain-button {
	color:#1e2d9d;
}

.split-two-cto a.plain-button:hover {
	color:#fff;
}

@media (min-width: 800px) {
	
	section.splitscreen-cto {
	padding: 0px;
	display: flex;
	flex-direction: row;
	}

	.split-one-cto {
		width: 50%;
		padding: 30px;
		text-align: center;
		margin: 0;
	}

	.split-two-cto {
		width: 50%;
		padding: 30px;
		text-align: center;
		margin: 0;
	}

}

/* ------- Buttons and Links --------- */

a {
	text-decoration: none;
	color: #0164ea;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #5cad2b;
	font-weight: bold;
}

.oncolour a {
	text-decoration: none;
	color: #b4d7fc;
	font-weight: bold;
}

.oncolour a:hover {
	text-decoration: none;
	color: #9ed77b;
	font-weight: bold;
}

.title-button {
	text-align: center;
	margin: 50px 0px 30px 0px;
}

.feature-button {
	text-decoration: none;
	border: 3px solid #0164ea;
	background: #0164ea;
	color: #fff !important;
	padding: 15px 30px;
	border-radius: 50px;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
	white-space: nowrap;
}

.feature-button:hover {
	background-color: #fff;
	color: #0164ea !important;
}

.resize {
  -webkit-transform: scale(0.8); /* Safari */
  transform: scale(0.8);
}

@media (min-width: 800px) {
	.resize {
	  -webkit-transform: scale(1); /* Safari */
	  transform: scale(1);
	}
}

.plain-button {
	text-decoration: none;
	border: 3px solid #fff;
	background: rgba(255,255,255,1.0);
	color: #000;
	padding: 15px 30px;
	border-radius: 50px;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
	white-space: nowrap;
	font-weight: 600;
	cursor: pointer;
}

.plain-button:hover {
	background:  rgba(255,255,255,0.0);
	color: #fff;
}

.function-button {
	text-decoration: none;
	border: 3px solid #fff;
	background: rgba(255, 255, 255, 0.0);
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
	white-space: nowrap;
}

.function-button:hover {
	border: 3px solid #0164ea;
	color: #0164ea;
	background: rgba(255, 255, 255, 1.0);
}

.button-space-h {
	margin-left: 20px;
	margin-right: 20px;
}

.button-break {
	border-color: #ededed;
	border-style: solid none solid none;
	border-width: 2px;
	padding: 10px 1px;
	text-align: center;
}

.button-break .feature-button, .button-break .function-button {
	display: inline-block;
	margin: 20px;
}

.button-break .function-button {
	text-decoration: none;
	border: 3px solid #0164ea;
	background: rgba(255, 255, 255, 0.0);
	color: #0164ea;
	padding: 15px 30px;
	border-radius: 50px;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
	white-space: nowrap;
}

.button-break .function-button:hover {
	color: #fff;
	background: #0164ea;
}

.innerFooter .function-button {
	display: inline-block;
	text-decoration: none;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0.0);
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 50px;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
	white-space: nowrap;
	margin: 10px auto;
}

.innerFooter .function-button:hover {
	border: 2px solid #0164ea;
	color: #0164ea;
	background: rgba(255, 255, 255, 1.0);
}

@media (min-width: 768px) {
	.footer-base-nav li {
		display: inline;
		padding: 0 20px 0 0px;
		margin-bottom: 0px;
	}
}
	

/* ------- Top of screen --------- */

#contact-bar {
	height: 46px;
	padding: 1px 10px 1px 10px;
	background: #191e39;
}

#contact-bar-inner {
	width: 100%;
	margin: 0 auto 0 auto;
}

#header-logo {
	float: left;
	width: 250px;
	height: 29px;
	margin: 7px 0px 0px 10px;
	display: inline-block;
}

#contact-bar-text {
	float: right;
	width: 420px;
	margin: 12px 10px 0px 0px;
	text-align: right;
	font-size: 16px;
	color: #fff;
	display: none;
}

@media (min-width: 800px) {
	
	#contact-bar {
	height: 62px;
	}

	#header-logo {
		float: left;
		width: 368px;
		height: 43px;
		margin: 7px 0px 0px 10px;
		display: inline-block;
	}

	#contact-bar-text {
		margin: 21px 10px 0px 0px;
		display: inline-block;
	}
}

/* ------- Header --------- */

header.site-header {
	background: #5cad2b;
	padding: 1px 10px;
	position:-webkit-sticky;
	position:sticky;
	top:0px;
	padding:1px;
	transition: 0.5s all;
	z-index: 100;
}

.pictureHeader {
	width: 100%;
	min-height: 200px;
	max-height: 600px;
	overflow: hidden;
}

.pictureHeader img {
	width: 100%;
	height: auto;
	border: none;
}

.exhibitorManual {
	background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/exhibitor-manual-header-1000.jpg);
	background-position: center -1px, center 101%, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 65px, 100% 65px, cover;
}

.approvalProcess {
	background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/approval-process-header-1000.jpg);
	background-position: center -1px, center 101%, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 65px, 100% 65px, cover;
}

.zoomIntegration {
	background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/zoom-integration-header-1000.jpg);
	background-position: center -1px, center 101%, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 65px, 100% 65px, cover;
}

.bestMatch {
	background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/best-match-header-1000.jpg);
	background-position: center -1px, center 101%, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 65px, 100% 65px, cover;
}

.diaryMessaging {
	background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/diary-messaging-header-1000.jpg);
	background-position: center -1px, center 101%, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 65px, 100% 65px, cover;
}

.diarySystem {
	background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/diary-header-1000.jpg);
	background-position: center -1px, center 101%, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 65px, 100% 65px, cover;
}

.projectManaged {
	background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/project-managed-header-1000.jpg);
	background-position: center -1px, center 101%, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 65px, 100% 65px, cover;
}

@media screen and (min-width: 1001px) {
	
	.exhibitorManual {
		background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/exhibitor-manual-header.jpg);
		background-position: center -1px, center 101%, center center;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 100% 65px, 100% 65px, cover;
	}
	.approvalProcess {
		background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/approval-process-header.jpg);
		background-position: center -1px, center 101%, center center;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 100% 65px, 100% 65px, cover;
	}
	.zoomIntegration {
		background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/zoom-integration-header.jpg);
		background-position: center -1px, center 101%, center center;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 100% 65px, 100% 65px, cover;
	}
	.bestMatch {
		background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/best-match-header.jpg);
		background-position: center -1px, center 101%, center center;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 100% 65px, 100% 65px, cover;
	}
	.diaryMessaging {
		background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/diary-messaging-header.jpg);
		background-position: center -1px, center 101%, center center;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 100% 65px, 100% 65px, cover;
	}
	.diarySystem {
		background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/diary-header.jpg);
		background-position: center -1px, center 101%, center center;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 100% 65px, 100% 65px, cover;
	}
	.projectManaged {
		background: url(../images/top-centre-triangle-shallow-green-2000.svg), url(../images/bottom-centre-triangle-shallow-blue-2000.svg), url(../images/project-managed-header.jpg);
		background-position: center -1px, center 101%, center center;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 100% 65px, 100% 65px, cover;
	}
}

@media screen and (min-width: 1885px) {
	.pictureHeader {
	max-height: 600px;
	}
}
/*
@media screen and (min-width: 2000px) {
	.pictureHeader {
	max-height: 650px;
	}
}

@media screen and (min-width: 2300px) {
	.pictureHeader {
	max-height: 700px;
	}
}
*/
/*------- FOOTER ------------------------------------------- */	

.outerFooter {
	background-color: #191e39;
	margin: 0;
	padding-bottom: 30px;
}
	
.innerFooter {
	width: 100%;
	max-width: 1024px;
	position: relative;
	color: #fff;
	font-size: 12px;
	padding: 50px 1px 30px 1px;
	margin: 0 auto;
}
	
.innerFooter ul {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}

.innerFooter ul.top-gap {
	margin-top: 20px;
}

.innerFooter ul a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.innerFooter ul a:hover {
	color: #6fb708;
	text-decoration: none;
}

.innerFooter li {
	margin-bottom: 5px;
}

.footerCol {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

	
.col1 {
	width: 150px;
	margin: 0 15px 15px 15px;
}
	
.col2 {
	width: 130px;
	margin: 0 15px 15px 15px;
}
	
.col3 {
	width: 150px;
	margin: 0 15px 15px 15px;
}
	
.col4 {
	width: 160px;
	margin: 0 15px 15px 15px;
}

.col5 {
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
}

.col5 p {
	margin-top: 0px;
}

@media (min-width: 530px) {
	.col5 {
	width: 180px;
	margin: 0 15px 15px 15px;
	padding: 0 0 0 0;
	}
}

.footerTitle {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#footer-graphics {
	padding: 5px 15px;
}

.footer-padding {
	padding: 0 15px;
}

#imex-promotion {
	box-sizing: border-box;
	display: block;
	width: 100%;
	vertical-align: top;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	text-align: center;
}

#imex-promotion img {
    display: block;
    margin: 0 auto;
	width: 100%;
	max-width: 320px;
	height: auto;
}

#imex-promotion p {
	margin: 10px 0;
	text-align: center;
}

#iso27001 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	vertical-align: top;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	text-align: center;
}

#iso27001 img {
	border: none;
}

@media (min-width: 950px) {

	#imex-promotion {
		box-sizing: border-box;
		display: inline-block;
		width: 49%;
		vertical-align: top;
		padding: 0 0 15px 0;
		margin: 0 0 0 0;
		text-align: left;
	}

	#imex-promotion img {
		display: block;
		margin: 0 0;
	}

	#imex-promotion p {
		margin: 10px 0;
		text-align: left;
	}
/*
	#iso27001 {
		box-sizing: border-box;
		display: inline-block;
		width: 49%;
		vertical-align: top;
		padding: 0 0 15px 0;
		margin: 0 0 0 0;
		text-align: center;
	}
*/
	
}

/* ------- Side Slider --------- */

.side-slider-container {
    height: 100%; /* 100% Full-height */
    width: 100%;
	max-width: 430px;
    position: fixed; /* Stay in place */
    z-index: 101; /* Stay on top */
    top: 0;
    left: -430px; /* 0 left - change this with JavaScript */
    background-color: #0164ea; /* Blue */
    overflow-x: hidden; /* Disable horizontal scroll */
	padding: 50px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the side-slider-container */
	color: #fff;
}
 
/* Position and style the close button (top right corner) */
.side-slider-container .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 40px;
    color: #fff;
	text-decoration: none;
}
 
/* Style the dulled out screen effect when the slide out form is displayed */
#dull-screen {
	width:100vw;
	height:100vh;
	position: fixed; /* Stay in place */
	top: 0;
	left: 0;
	display: none;
    transition: all 0.50s ease-in;
	z-index: 100;
	background-color: rgba(25, 30, 57, 0.5)
    
}

.side-form {
	width: 100%;
	padding: 1px;
	font-family: inherit;
	font-size: 100%;
}

.side-form .form-row {
	width: 100%;
	margin: 20px 0px;
	padding: 1px;
}

.side-form .form-row label {
	width: 100%;
	display: block;
	margin: 0px 0px 10px 0px;
}

.side-form .form-row input {
	display: block;
	margin: 5px 0px;
}

.side-form .form-row input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}

.side-form .form-row input[type=text], textarea {
    padding: 1em;
	border: none;
	width: 100%;
	background-color: #d1e7fe;
}

.side-form .form-row input[type=text]:focus, textarea:focus {
	outline: none;
	background-color: #fff;
}

.side-form .form-button-row {
	width: 100%;
	margin: 40px 0px;
	padding: 1px;
	text-align: center;
}

.side-form .form-button-row input.submit {
	padding: 15px 30px;
	border: 3px solid #fff;
	border-radius: 50px;
	color: #1e2d9d;
	text-decoration: none;
    background: rgba(255,255,255,1.0);
	cursor: pointer;
	margin: 0 auto;
	white-space: nowrap;
	font-weight: 600;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
}

.side-form .form-button-row input.submit:hover {
	background:  rgba(255,255,255,0.0);
	color: #fff;
}

/* ------- Homepage --------- */

section.site-intro {
	background-color: #5cad2b;
	background: #5cad2b url(../images/2colour-bottom-bkgnd-triangle-2000.svg);
	background-position: center 101%;
	background-repeat: no-repeat;
	background-size: 100% 326px;
	text-align: center;
	padding: 50px 20px 1px 20px;
}

.section-text {
	vertical-align: top;
	display: block;
	width: 100%;
	text-align: left;	
	padding: 1px 1px 1px 1px;	
}

.button-bottom {
	margin: 0px 0px 0px 0px;
}

.text-bottom {
	margin: 0px 0px 0px 0px;
}

.section-image {
	vertical-align: top;
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 1px 20px 1px;
}

.right-image {
	margin: 0px 0px 0px 0px;
}

.left-image {
	margin: 0px 0px 0px 0px;
}

@media (min-width: 890px) {

	.section-text {
		vertical-align: top;
		display: inline-block;
		width: 49%;
		text-align: left;
		padding: 1px 1px 1px 1px;		
	}
	
	.button-bottom {
		margin: 0px 0px 80px 0px;
	}

	.text-bottom {
		margin: 0px 0px 160px 0px;
	}

	.section-image {
		vertical-align: middle;
		display: inline-block;
		width: 49%;
		text-align: center;
		padding: 1px 1px 20px 1px;
	}

	.right-image {
		padding: 0px 0px 0px 40px;
	}
	
	.left-image {
		padding: 0px 40px 0px 0px;
	}

}

@media (min-width: 2000px) {

	.button-bottom {
		margin: 0px 0px 100px 0px;
	}

	.text-bottom {
		margin: 0px 0px 190px 0px;
	}

}

.section-image img {
	width: 100%;
	max-width: 800px;
	height: auto;
}

.section-text h2 {
	font-size: 30px;
	margin: 0px 0px 1em 0px;
}

.site-title {
	margin: 0;
	text-align: center;
	padding: 20px 20px 1px 20px;
}

.site-title  h1 {
	font-size: 36px;
	margin: 0px 0px 0px 0px;
}

.site-title p.sub-title {
	font-size: 26px;
	margin: 6px 0px 0px 0px;
	font-weight: bold;
}

.statement-text {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 20px 1px 20px;
}

.statement-text  h2 {
	font-size: 26px;
	margin: 0px 0px 0px 0px;
}

.statement-text p.sub-title {
	width: 80%;
	font-size: 15px;
	margin: 14px auto 0px auto;
	color: #999999;
	line-height: 1.5;
}

@media (min-width: 800px) {

	.section-text h2 {
		font-size: 30px;
		margin: 0px 0px 1em 0px;
	}
	
	.site-title {
	padding: 20px 10px 20px 10px;
	}
	
	.site-title h1 {
		font-size: 36px;
		margin: 0px 0px 0px 0px;
	}
	
	.site-title p.sub-title {
		font-size: 36px;
		margin: 6px 0px 0px 0px;
		font-weight: bold;
	}
	
	.statement-text {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	}
	
	.statement-text h2 {
		font-size: 28px;
		margin: 0px 0px 0px 0px;
	}
	
	.statement-text p.sub-title {
		width: 100%;
		max-width: 400px;
		font-size: 15px;
		margin: 20px auto 0px auto;
		line-height: 1.5;
	}
}

@media (min-width: 1000px) {

	.section-text h2 {
		font-size: 36px;
		margin: 0px 0px 1em 0px;
	}
	
	.site-title {
	padding: 50px 20px 50px 20px;
	}
	
	.site-title h1 {
		font-size: 46px;
		margin: 0px 0px 0px 0px;
	}
	
	.site-title p.sub-title {
		font-size: 36px;
		margin: 6px 0px 0px 0px;
		font-weight: bold;
	}
	
	.statement-text {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 20px 40px 20px;
	}
	
	.statement-text h2 {
		font-size: 36px;
		margin: 0px 0px 0px 0px;
	}
	
	.statement-text p.sub-title {
		width: 100%;
		max-width: 500px;
		font-size: 18px;
		margin: 20px auto 0px auto;
		line-height: 1.5;
	}
}

.section-text p.button-para {
	margin: 40px 0;
	text-align: center;
}

.oncolour {
	color: #fff;
}

/* ----- Team Intro section ---- */

section.team-intro {
	padding: 10px 20px 1px 20px;
	text-align: center;	
}

div.width-reducer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

div.home-icon-link-box {
    position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
    max-width: 300px;
    background: #fff;
    color: #000;
    padding: 10px;
	margin: 5px;
	text-align: center;
}

@media (min-width: 1000px) {
	div.home-icon-link-box {
		padding: 20px;
		margin: 10px;
	}
}
div.home-icon-link-box img {
	height: 100px;
	width: auto;
}

div.home-icon-link-box h3 {
	font-size: 18px;
	font-weight: bold;
}

div.home-icon-link-box p {
	font-size: 14px;
	color: #999999;
}

div.home-icon-link-box p.link-box-link {
	font-size: 14px;
	color: #1e79ca;
	font-weight: bold;
}

div.home-icon-link-box:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}

a.div-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* Makes sure the link doesn't get underlined */
    z-index: 10; /* raises anchor tag above everything else in div */
    background-color: white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=0); /*workaround to make clickable in IE */
}

.home-icon-text-box {
	display: block;
	vertical-align: top;
	width: 100%;
	margin: 0;
}

.home-icon-box {
	float: none;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.home-icon-box img {
	position: static;
	top: 0px;
	left: 0px;
	margin: 0 auto;
}

.home-text-box {
	float: none;
	width: 100%;
	vertical-align: top;
	padding-top: 6px;
	text-align: center;
	color: #000000;
}

.home-text-box-title {
	font-size: 18px;
	margin: 0 0;
}

@media (min-width: 890px) {
	.home-icon-text-box {
		display: block;
		vertical-align: top;
		width: 100%;
		margin: 0;
	}

	.home-icon-box {
		float: left;
		vertical-align: top;
		width: 70px;
		text-align: left;
	}

	.home-icon-box img {
		position: relative;
		top: 8px;
		left: 0px;
		margin: 0 0;
	}

	.home-text-box {
		float: left;
		width: calc(100% - 70px);
		vertical-align: top;
		padding-top: 6px;
		text-align: left;
		color: #000000;
	}

}

/* ----- Homepage Testimonial boxes ---- */

section.home-customers {
	text-align: center;
	padding: 20px 20px 1px 20px;
}

.testimonial-box {
	display: block;
	vertical-align: top;
	width: 100%;
	max-width: 360px;
	margin: 20px auto 20px auto;
	text-align: center;
	border-radius: 22px;
	background: #5cad2b;
	border: 3px solid #5cad2b;
}

.testimonial-box-text-container {
	background: #fff;
	text-align: left;
	color: #000000;
	margin: 0;
	padding: 20px 20px 70px 20px;
	border-radius: 20px 20px 0px 0px;    
}

.testimonial-box-text {
	width: 100%;
	max-width: 320px;
	height: 10.5em;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1.5em;
}

.testimonial-link a {
	text-decoration: none;
	color: #bfbfbf;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
}

.testimonial-link a:hover {
    color: #6fb708;
    text-decoration: none;
}

.testimonial-box-name-container {
	position: relative;
	background: #5cad2b;
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding: 1px;
	border-radius: 0px 0px 20px 20px; 
}

.testimonial-box-name {
	padding: 10px 20px 20px 20px;
	margin: 0;
	font-size: 12px;
}

.testimonial-name {
	font-size: 14px;
}

.testimonial-box-image {
	margin: -50px auto 0px auto;
	z-index: 10;
	text-align: center;
}

.section-text-left {
	vertical-align: top;
	display: block;
	width: 100%;
	text-align: left;	
	padding: 1px;
	margin: 0px 0px 0px 0px;	
}

.section-text-right {
	vertical-align: top;
	display: block;
	width: 100%;
	text-align: left;	
	padding: 1px;
	margin: 0px 0px 0px 0px;	
}

p.button-para {
	margin: 40px 0;
	text-align: center;
}

@media (min-width: 890px) {

	.section-text-left {
		vertical-align: top;
		display: inline-block;
		width: 40%;
		max-width: 500px;
		text-align: left;
		margin: 0px 0px 0px 0px;		
	}
	
	.section-text-right {
		vertical-align: top;
		display: inline-block;
		width: 40%;
		text-align: left;
		margin: 0px 0px 0px 0px;		
	}

}

.base-cto {
	text-align: center;
	background: #5cad2b;
	padding: 40px 20px 20px 20px;
	color: #fff;	
}

.base-cto p {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.base-cto2 {
	text-align: center;
	background: #5cad2b;
	padding: 40px 20px 20px 20px;
	color: #fff;	
}

.base-cto2 p {
	margin: 0;
	padding: 0 0 40px 0;
	vertical-align: middle;
}

.base-cto2 .cto-title {
	font-size: 30px;
}

.cto-title {
	font-size: 36px;
}

.base-cto .feature-button {
	display: inline-block;
	position: relative;
	top: 0px;
	vertical-align: middle;
	text-decoration: none;
	border: 3px solid #0164ea;
	background: #0164ea;
	font-size: 16px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
	white-space: nowrap;
	margin: 10px 20px;
}

.base-cto .feature-button:hover {
	background: #fff;
	color: #0164ea;
}

@media (min-width: 1000px) {
	.base-cto .feature-button {
		top: -9px;
	}
}

.midpage-cto {
	text-align: center;
	background: #5cad2b;
	padding: 30px 20px 30px 20px;
	color: #fff;	
}

.midpage-cto h3 {
	margin: 0px 0px 20px 0px;
	font-size: 20px;
}

@media (min-width: 1100px) {
	.midpage-cto h3 {
		font-size: 40px;
	}
}

.midpage-cto p {
	margin: 20px 0;
	padding: 0;
	vertical-align: middle;
}

.midpage-cto a.feature-button {
	box-sizing: border-box;
	margin: 10px;
}

p.inline-cto {
	margin: 40px 0px 30px 0px;
}

/* ----- Other pages ---- */

.page-title {
	margin: 0;
	text-align: center;
	padding: 20px 20px 1px 20px;
}

.page-title  h1 {
	font-size: 27px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.page-title p.sub-title {
	font-size: 26px;
	margin: 6px 0px 0px 0px;
	font-weight: bold;
}

.page-title2 {
	margin: 0;
	text-align: center;
	padding: 1px 20px 10px 20px;
}

.page-title2  h1 {
	font-size: 27px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.page-title2 p.sub-title {
	font-size: 18px;
	margin: 8px 0px 0px 0px;
	font-weight: normal;
}

@media (min-width: 1100px) {

	.page-title {
	padding: 50px 20px 50px 20px;
	}
	
	.page-title h1 {
		font-size: 42px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	.page-title p.sub-title {
		font-size: 36px;
		margin: 6px 0px 0px 0px;
		font-weight: bold;
	}
	
	.page-title2 {
	padding: 20px 20px 50px 20px;
	}
	
	.page-title2 h1 {
		font-size: 42px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	.page-title2 p.sub-title {
		font-size: 28px;
		margin: 14px 0px 0px 0px;
		font-weight: normal;
	}
	
}

.phone-number {
	font-size: 28px;
	font-weight: 600;
}

.phone-number img {
	vertical-align: middle;
	margin-right: 10px;
}

/* ----- FAQs ----- */

ul.faq-menu {
	list-style-type: none;
	width: 100%;
	margin: 0 0 2em 0;
	padding: 1px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: flex-start;
}

ul.faq-menu li {
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin: 10px;
}

.faq-menu a {
	width: 100%;
	display: block;
	color: #fff !important;
	text-decoration: none;
	padding: 15px 30px;
	background: #0164ea;
	border-radius: 50px;
	border: 3px solid #0164ea;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
}

.faq-menu a:hover {
	color: #0164ea !important;
	text-decoration: none;
	background-color: #fff;
}

.to-top {
	text-align: right;
	padding: 1px;
	padding: 0 0 10px 0;
}

.to-top-box {
	width: 23px;
	text-align: center;
	margin-left: auto;	
}

.to-top-box a {
	display: block;
	width: 23px;
	height: 23px;
	background: url(../images/to-top.png) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.to-top-box a:hover {
	background-position: -23px 0px;
}

.anchor {
	width: 20px;
}

/*------------------------------------------------------------------------------
  Guides
---------------------------------------------------------------------------------*/

ul.iconLinks {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}

ul.multicolumn {
	width: 100%;
	overflow: hidden;
}

ul.multicolumn li {
	float: none;
	display: block;
	padding-right: 0;
}

ul.multicolumn li.col2 {
	width: 100%;
}


li.pdfLink {
	background: url(../images/pdf-icon.png) no-repeat left top;
	min-height: 37px;
	padding-left: 45px;
	margin-bottom: 1.5em;	
}

li.mailLink {
	background: url(../images/email-icon.png) no-repeat left top;
	min-height: 37px;
	padding-left: 45px;
	margin-bottom: 1.5em;
}

li.phoneLink {
	background: url(../images/phone-icon.png) no-repeat left top;
	min-height: 37px;
	padding-left: 45px;
	margin-bottom: 1.5em;
}

li.liLink {
	background: url(../images/linkedin-icon.png) no-repeat left top;
	min-height: 37px;
	padding-left: 45px;
	margin-bottom: 1.5em;	
}

li.newsLink {
	background: url(../images/news-icon.png) no-repeat left top;
	min-height: 37px;
	padding-left: 45px;
	margin-bottom: 1.5em;	
}

li.guideLink {
	background: url(../images/guide-icon.png) no-repeat left top;
	min-height: 37px;
	padding-left: 45px;
	margin-bottom: 1.5em;
}

li.multiLine {
	padding-top: 8px;
	}

@media screen and (min-width: 1300px) { 
	
	ul.multicolumn li {
	float:left;
	display:inline;
	padding-right: 10px;
	}

	ul.multicolumn li.col2 {
		width: 45%;
	}
}

/*------------------------------------------------------------------------------
  SM Landing
---------------------------------------------------------------------------------*/

#smlanding {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#smlanding h1 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
    padding-top: 0;
}

#smlanding h2 {
	margin-top: 0em;
}

#smlanding .center-content h2 {
	text-align: center;
}

#smlanding .statement h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

#smlanding ul {
    font-size: 18px;
    text-align: left;
	margin-top: 1em;
}

#smlanding ul li {
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
	margin-bottom: 0.6em;
}

@media screen and (min-width: 800px) {
	#smlanding ul li {
    font-size: 20px;
	}
}


#smlanding li::marker {
  color: #0164ea;
  font-size: 1.5em;
}

#smlanding section.oncolour li::marker {
  color: #ffffff;
  font-size: 1.5em;
}

#smlanding section.page-title {
	margin: 0;
	text-align: center;
	padding: 20px 20px 1px 20px;
}

#smlanding section.page-title  h1 {
	text-align: center;
	font-size: 26px;
	margin: 0px 0px 0px 0px;
	font-weight: 600;
}

@media (min-width: 1100px) {

	#smlanding section.page-title {
	padding: 50px 20px 50px 20px;
	}
	
	#smlanding section.page-title h1 {
		font-size: 42px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
}

#smlanding section.statement {
	background: #1e2d9d;
    text-align: center;
    padding: 1px 20px 10px 20px;
}

#smlanding section.oncolour {
	color: #fff;
}

#smlanding div.inner-width {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

#smlanding div.prime-padding {
	padding: 1px 20px 80px 20px;
}

#smlanding div.statement-padding {
	padding: 1px 20px 20px 20px;
}

#smlanding div.section-padding {
	padding: 20px 20px 10px 20px;
}

#smlanding div.top-section-padding {
	padding: 30px 20px 10px 20px;
}

#smlanding div.last-section-padding {
	padding: 20px 20px 110px 20px;
}

@media (min-width: 320px) {
	#smlanding div.top-section-padding {
	padding: 70px 20px 10px 20px;
	}
}

@media (min-width: 800px) {
	#smlanding div.prime-padding {
	padding: 1px 30px 80px 30px;
	}
	#smlanding div.statement-padding {
	padding: 20px 30px 20px 30px;
	}
	#smlanding div.section-padding {
	padding: 30px 30px 30px 30px;
	}
	#smlanding div.top-section-padding {
	padding: 70px 30px 30px 30px;
	}
	#smlanding div.last-section-padding {
	padding: 30px 30px 110px 30px;
	}
}

@media (min-width: 1200px) {
	#smlanding div.top-section-padding {
	padding: 70px 30px 30px 30px;
	}
}

#smlanding section.inner-cto {
	background: #ffffff;
	text-align: center;	
	padding: 10px 20px 10px 20px;
	color: #fff;
}

#smlanding section.inner-cto div.inner-width {
	text-align:center;
}

#smlanding section.inner-cto div.inner-width p {
	text-align:center;
	margin: 0;
	padding: 0;
}

#smlanding section.base-cto2 {
	text-align: center;
	background: #5cad2b;
	padding: 1px 20px 20px 20px;
	margin: 0;
	color: #fff;	
}

#smlanding section.base-cto2 p {
	margin: 0 0 1.5em 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;	
}

#smlanding p.big-quote {
	margin: 1.5em 0 0.5em 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	line-height: 1.2;
	color: #1e2d9d;
}

@media (min-width: 800px) {
	#smlanding p.big-quote {
	margin: 1.8em 0 0.5em 0;
	font-size: 1.2em;
	line-height: 1.3;
	}
}

@media (min-width: 1800px) {
	#smlanding p.big-quote {
	font-size: 1.4em;
	line-height: 1.4;
	}
}

#smlanding p.quote-ref {
	text-align: right;
	margin: 0.5em 0 1.5em 0;
	color: #0164ea;
	font-size: 0.9em;
}

#smlanding div.centre-div {
	text-align: center;
}

#smlanding div.center-content {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}

#smlanding .base-cto2 .cto-title {
    font-size: 22px;
	font-weight: 600;
}

@media (min-width: 800px) {
	#smlanding section.base-cto2 p {
	margin: 1.5em 0 1.5em 0;
	}
	#smlanding .base-cto2 .cto-title {
    font-size: 26px;
	}
}

@media (min-width: 1100px) {
	#smlanding .base-cto2 .cto-title {
		font-size: 32px;
		font-weight: normal;
	}
}

/* ------- Backgrounds --------- */

#smlanding section.page-header2 {
	background-color: #5cad2b;
	background-image: url(../images/bottom-centre-triangle-shallow-blue-2000.svg);
	background-position: center 101%;
	background-repeat: no-repeat;
	background-size: 100% 65px;
	text-align: center;
	padding: 20px 0px 1px 0px;
}

@media screen and (min-width: 500px) {
	#smlanding section.page-header2 {
		padding: 50px 20px 1px 20px;
	}
}

.smtop-background {
	background-color: #fff;
	background-image: url(../images/blue-above-centre-triangle-shallow-2000.svg);
	background-position: center -1px;
	background-repeat: no-repeat;
	background-size: 100% 77px;
}

.above-basecto-background {
	background-color: #fff;
	background-image: url(../images/bottom-centre-triangle-shallow-green-2000.svg);
	background-position: center bottom -1px;
	background-repeat: no-repeat;
	background-size: 100% 77px;
}

/* ------- Buttons and Links --------- */

#smlanding section.oncolour a {
	text-decoration: none;
	color: #b4d7fc;
	font-weight: bold;
}

#smlanding section.oncolour a:hover {
	text-decoration: none;
	color: #9ed77b;
	font-weight: bold;
}

#smlanding p.title-button {
	text-align: center;
	margin: 30px 0px 10px 0px;
}

@media screen and (min-width: 500px) {
	#smlanding p.title-button {
	margin: 50px 0px 30px 0px;
	}
}

#smlanding p.title-button a.feature-button {
	display: inline-block;
	position: relative;
	top: 0px;
	vertical-align: middle;
	text-decoration: none;
	border: 3px solid #0164ea;
	background: #0164ea;
	font-size: 18px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
	white-space: normal;
	margin: 0px auto;
}

#smlanding section.inner-cto a.feature-button {
	display: inline-block;
	position: relative;
	top: 0px;
	vertical-align: middle;
	text-decoration: none;
	border: 3px solid #0164ea;
	background: #0164ea;
	font-size: 18px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
	white-space: normal;
	margin: 0px auto;
}

#smlanding section.inner-cto a.feature-button:hover {
	background: #fff;
	color: #0164ea;
	opacity: 1;
}

#smlanding section.base-cto2 a.feature-button {
	display: inline-block;
	position: relative;
	top: 0px;
	vertical-align: middle;
	text-decoration: none;
	border: 3px solid #0164ea;
	background: #0164ea;
	font-size: 18px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	-webkit-transition: all 0.50s ease-in;
	transition: all 0.50s ease-in;
	white-space: normal;
	margin: 0px auto;
}

#smlanding section.base-cto2 a.feature-button:hover {
	background: #fff;
	color: #0164ea;
	opacity: 1;
}

@media (min-width: 440px) {
	#smlanding p.title-button a.feature-button, #smlanding section.inner-cto a.feature-button, #smlanding section.base-cto2 a.feature-button {
	white-space: nowrap;	
	}
}
