html {
  scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Helvetica, Arial, "sans-serif";
	background-color: #fff;
	color: #4D4D4D;
}

h1, h2, h3, h4 {
	font-family: 'Lato', sans-serif;
	}	

a {
	color: #C1272D;
	text-decoration: none;
}

hr {
	height: 1px;
	border: 0;
	background-color: #ccc;
	margin: 20px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.buttonlink {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    width: 360px;
    height: 70px;
    background-color: #C1272D;
    cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 10px 20px 0;
	padding: 24px 20px 0px 20px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	-webkit-appearance: none;
}

.buttonlink:hover {
	color: #fff;
	background-color: #ED1C24;
}

.buttonlink2 {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    width: 400px;
    height: 80px;
    background-color: #C1272D;
    cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 8px 8px 0;
	padding: 28px 20px 0px 20px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	-webkit-appearance: none;
}

.buttonlink2:hover {
	color: #fff;
	background-color: #ED1C24;
}

header {
	background-image: url(images/apisecurity_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100px;
}

#header-content {
	max-width: 1200px;
	padding: 40px 20px 10px 20px;
	margin: 0 auto;
}

.logo {
	display: block;
	width: 178px;
	float: left;
}

#header-right {
	float: right;
	margin: 0;
	text-align: right;
}

#main-menu {
	margin: 0px;
}

#main-menu ul {
	margin: 0px;
	padding: 0px;
}

#main-menu ul li {
	list-style-type: none;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#main-menu a {
	color: #fff;
	text-decoration: none;
	padding: 0px 15px 10px 15px;
}

#main-menu a:hover {
	color: #FCEE21;
}

#m-menu {
  	display: none;
}

#banner-container {
	display: block;
	margin: 0 auto;
	padding: 140px 20px 140px 20px;
	max-width: 1200px;
	height: auto;
}

.banner-text {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

.banner-text img {
	width: 70%;
}

.banner-text p {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0 20px 0;
}

.banner-text2 {
	margin: 0;
	max-width: 60%;
	padding: 3% 0 0 0;
	vertical-align: top;
}

.banner-img2 {
	max-width: 40%;
	margin: 0 35px -4px 0;
	padding: 0;
	vertical-align: top;
}

#wrapper {
	position: relative;
}
	
#content {
	width: 100%;
}

#content h1 {
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#content h2 {
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 1px;
	color: #000;
	margin: 0 0 20px 0;
}

#content h3 {
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #C1272D;
	margin: 0 0 10px 0;
}

#content h4 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #333;
	margin: 0 0 10px 0;
}

#content-inner {
	max-width: 1200px;
	min-height: 300px;
	padding: 100px 20px 100px 20px;
	margin: 0 auto;
	text-align: center;
}

#content-inner2 {
	background-color: #fff;
	max-width: 100%;
}

#content-inner ol, ul {
    margin: 20px 20px 20px 0px;
	padding: 0 20px 0 40px;
}

#content-inner li {
    margin: 0 0 10px -10px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

.intro {
	display: block;
	width: 80%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

.intro p {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 20px 0;
}

.benefits {
	display: inline-block;
	width: 46%;
	box-sizing: border-box;
	margin: 50px 10px 50px 10px;
	vertical-align: middle;
	padding: 70px 80px;
}

.benefits p {
	font-size: 18px;
	line-height: 26px;
	color: #4D4D4D;
	vertical-align: middle;
	margin: 0px;
}

.benefitsimg-right {
	float: right;
	display: inline-block;
	width: 46%;
	box-sizing: border-box;
	margin: 50px 10px 50px 10px;
	vertical-align: top;
	padding: 0px 50px;
}

.benefitsimg-right img {
	width: 100%;
}

.benefitsimg-left {
	float: left;
	display: inline-block;
	width: 46%;
	box-sizing: border-box;
	margin: 50px 10px 50px 10px;
	vertical-align: top;
	padding: 0px 50px;
}

.benefitsimg-left img {
	width: 100%;
}

.leftbox {
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
	margin: 10px 15px 10px 15px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

.leftbox p {
	font-size: 14px;
	line-height: 22px;
	color: #4D4D4D;
	margin: 0px;
}

.leftbox img {
	margin: 10px auto 10px auto;
}

.centerbox {
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;
	vertical-align: top;
	padding: 15px;
}

.centerbox p {
	font-size: 16px;
	line-height: 26px;
	color: #4D4D4D;
	margin: 0px;
}

.centerbox img {
	margin: 10px auto 10px auto;
}

.speakers {
	display: inline-block;
	width: 19%;
	padding: 0;
	margin: 0 5px 30px 0;
	vertical-align: top;
	text-align: center;
}

.speakers img {
	width: 90%;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.speakers .name {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
}

.speakers p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}

.client {
	display: inline-block;
	margin: 0 20px 40px 20px;
}

.client img {
	height: 50px;
}

/* Style the button that is used to open and close the collapsible content */

.collapsible {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
    width: auto;
    background-color: #FFCC06;
    cursor: pointer;
    border: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0px 10px 10px 0;
	padding: 10px 20px 10px 20px;
	text-align: left;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	-webkit-appearance: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  	color: #000;
	background-color: #FBB03B;
}

.collapsible:active {
  	color: #000;
	background-color: #FBB03B;
	border: 0px;
}

.collapsible:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 10px;
}

.active:after {
  content: "\2212";
}

/* Style the collapsible content. Note: hidden by default */
.collapsible2 {
  margin-top: 20px;
  padding: 0px 20px;
  background-color: #F0F0F0;
  max-height: 0;
  text-align: left;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.faq {
	display: inline-block;
	width: 46%;
	box-sizing: border-box;
	margin: 0px 20px 10px 0px;
	vertical-align: top;
	padding: 0px;
}

.faq p {
	font-size: 16px;
	line-height: 24px;
	color: #4D4D4D;
	margin: 0px;
}

/* Content Pages */

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 20px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#page-content {
	width: 100%;
	display: block;
	background-color: #fff;
	color: #333;
	padding: 40px 30px;
	box-sizing: border-box;
}

#page-content h3 {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #333;
	margin: 0 0 20px 0;
}

#page-content p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 20px 20px 0;
}

#page-content ol, ul {
    margin: 0 10px 20px 0px;
	padding: 0 0 0 30px;
}

#page-content li {
    margin: 0 0 10px -10px;
}

.enquiry {
	width: 60%;
	margin: 0 auto;
}

.enquiry input[type=text] {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 15px 0 15px;
	margin: 0px 10px 10px 0;
	height: 60px;
	border: 1px solid #ccc;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.enquiry input[type=text]:focus {
	border: 1px solid #C1272D;
}

.enquiry select {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 15px 0 15px;
	margin: 0px 10px 10px 0;
	height: 60px;
	border: 1px solid #ccc;
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	border-radius: 3px;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}

.enquiry select::-ms-expand {
    display: none;
}

.enquiry textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin: 0px 10px 10px 0;
	height: 150px;
	border: 1px solid #ccc;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	vertical-align: top;
	border-radius: 3px;
}

.enquiry .ebutton {
	position: relative;
	vertical-align: top;
    width: auto;
    height: 60px;
	background-color: #C1272D;
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0px 30px;
	color: #fff;
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	-webkit-appearance: none;
}

.enquiry .ebutton:hover {
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	color: #fff;
	background-color: #ED1C24;
}

.enquiry label {
	font-size: 14px;
	}

.form-error {
	margin: 0;
	padding: 0 !important;
}

.form-error ul {
	color: #dc0000;
	margin: 0;
	padding-left: 17px;
}

#sidebar {
	width: 30%;
	float: right;
	padding: 0;
}

#sidebar p {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 28px;
}

.sidebarimg {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	border-radius: 50%;
}

.sidebarimg img {
	width: 100%;
}

#sidebar ol, ul {
    margin: 0 10px 40px 0px;
	padding: 0 0 0 30px;
}

#sidebar li {
    margin: 0 0 10px -10px;
}

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

.social img {
	width: 48px;
	}


.dim {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
}

.popup {
	cursor: pointer;
}

.pop-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
	padding: 10px;
	background-color: #006464;
	//margin: 0 auto;
	//max-width: 1000px;
	//width: 100%;
}

.pop-box img {
	max-width: 800px;
	//width: auto;
	width: 100%;
}

.pop-desc {
	padding-top: 5px;
}

.pop-box p {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #fff;
}

.close {
	float: right;
	border: 1px solid #000;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 10px;
	background-color: #fff;
	//color: #fff;
}

footer {
	width: 100%;
	padding: 40px 0;
	margin: -6px 0 0 0;
	text-align: center;
	}
	
footer p {
	padding: 0 20px;
	font-size: 13px;
	line-height: 24px;
	}

.clearfix::after{content:""; display:block; clear:both; visibility:hidden; height:0;}


@media screen and (max-width:1024px) {

#content h3 {
	font-size: 24px;
	line-height: 30px;
}

.benefits {
	margin: 50px 10px 50px 10px;
	padding: 40px 60px;
}

.benefitsimg-right {
	margin: 50px 10px 50px 10px;
	padding: 0px 20px;
}

.benefitsimg-left {
	margin: 50px 10px 50px 10px;
	padding: 0px 20px;
}

.services {
	min-height: 200px;
}
	
.services p {
	font-size: 16px;
	line-height: 26px;
}
	
}

@media screen and (max-width:768px) {

#m-menu {
	display: block;
  	background-color: #333;
  	margin: 0;
  	position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
#m-menu #myLinks {
  display: none;
}

/* Style navigation menu links */
#m-menu a {
  color: #fff;
  padding: 28px 20px;
  text-decoration: none;
  font-size: 24px;
  text-align: left;
  display: block;
  border-bottom: 1px solid #000;
}

/* Style the hamburger menu */
#m-menu a.icon {
 	display: block;
 	position: absolute;
	font-size: 32px;
	padding: 5px 10px;
  	right: 20px;
  	top: 20px;
	border: none;
}
	
#header-content {
	padding: 10px 20px 0 20px;
}
	
.logo {
	margin: 20px 10px 10px 0;
}

#header-right {
	display: none;
}
	
#main-menu {
	display: none;
}
	
.banner-text {
	width: 70%;
}

.banner-text img {
	width: 100%;
}

#content-inner {
	padding: 50px 20px 50px 20px;
	height: auto;
}

#content-inner ol, ul {
    margin: 20px 20px 40px 10px;
	padding: 0 4px 0 40px;
}

.intro {
	width: 90%;
}

.benefits {
	display: block;
	width: 80%;
	margin: 50px auto;
	padding: 40px 60px;
}

.benefits p {
	font-size: 16px;
	line-height: 26px;
}

.benefitsimg-right {
	float: none;
	display: block;
	width: 70%;
	margin: 50px auto;
	padding: 0px 20px;
}

.benefitsimg-left {
	float: none;
	display: block;
	width: 70%;
	margin: 50px auto;
	padding: 0px 20px;
}
	
.centerbox, .leftbox {
	margin: 10px 10px 10px 10px;
	padding: 0px;
}

.speakers {
	width: 23%;
}

.collapsible {
	font-size: 17px;
	padding: 10px 10px 10px 10px;
}

.faq {
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

	
#sidebar {
	width: 90%;
	float: none;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

}

@media screen and (max-width:640px) {
	
.buttonlink {
	display: block;
    width: 90%;
	margin: 10px auto;
}

.buttonlink2 {
	display: block;
	width: 90%;
	margin: 10px auto;
}

.enquiry .ebutton {
    width: 100%;
	margin: 10px 0;
	padding: 0px 10px 0px 10px;
}
	
header {
	background-position: 10% 0%;
}
	
#banner-container {
	padding: 80px 20px 100px 20px;
}
	
.banner-text {
	width: 100%;
}
	
.banner-text p {
	font-size: 16px;
	line-height: 28px;
}
	
#content h2 {
	font-size: 34px;
	line-height: 42px;
	letter-spacing: 0px;
}
	
.intro {
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}

.intro p {
	font-size: 18px;
	line-height: 28px;
}

.benefits {
	width: 100%;
	margin: 0px auto 60px auto;
	padding: 20px 20px;
}

.benefitsimg-right {
	width: 90%;
	margin: 40px auto;
	padding: 0px 0px;
}

.benefitsimg-left {
	width: 90%;
	margin: 40px auto;
	padding: 0px 0px;
}

.centerbox, .leftbox {
	display: block;
	width: 100%;
	margin: 20px 0px 40px 0px;
	padding: 0px;
	min-height: auto;
}

.speakers {
	width: 46%;
}

.client {
	display: inline-block;
	margin: 0 20px 40px 20px;
}

.enquiry {
	width: 100%;
	margin: 0 auto;
}
	
}
