@charset "utf-8";

body {
    font-family: 'Inter', sans-serif;
    color: #333333;
    background-color: #000000;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}



.imgfade {
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.imgfade:hover {
	opacity: 0.6;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}




.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.white {
	background-color: #FFF;
}


.black {
	background-color: #3d3d3d;
}


.green {
	background-color: #B7CD2C;
}


.orange {
	background-color: #F89A2C;
}

.greenlt {
	background-color: #EEEEEA;
}

.greendk {
	background-color: #849824;
}


.grey {
	background-color: #3D3D3F;
}

.greylt {
	background-color: #F1F1F1;
}
.greylt2 {
	background-color: #e6e6e6;
}
.img a {
    border-bottom-color: #FF0004;
}





.text-white {
	color: #FFF;
}
.text-green {
    color: #849824;
}



.link-white {
	color: #FFF;
	text-decoration: none;
}



.link-white:hover {
	color: #333;
	text-decoration: none;
}


.link-green {
	color: #B7CD2C;
	text-decoration: none;
}

.link-green:hover {
	color: #B7CD2C;
	text-decoration: none;
}



.link-button-outline {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 1px solid #FFF;
}
.link-button-outline:hover {
	color: #3d3d3d;
	background-color: #FFF;
}
.link-button-white {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #FFFFFF;
    border-bottom-style: none;
}
.link-button-white:hover {
    color: #ffffff;
    background-color: #000000;
    border-bottom-style: none;
}


.link-button-black {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #000000;
    border-bottom-style: none;
}
.link-button-black:hover {
    color: #ffffff;
    background-color: #333333;
    border-bottom-style: none;
}


.link-button-green4 {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #849824;
    border-bottom-style: none;
}
.link-button-green4:hover {
    color: #ffffff;
    background-color: #3d3d3d;
    border-bottom-style: none;
}


*::-webkit-input-placeholder {
    color: #666;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #666;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}




.link-rotate {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}


.link-rotate:hover {
	 transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.link-translate {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-translate:hover {
	-ms-transform: translate(20px,0px); /* IE 9 */
   	-webkit-transform: translate(20px,0px); /* Chrome, Safari, Opera */
    transform: translate(20px,0px);
}

.link-scale {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-scale:hover {
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}

.link-opacity {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.link-opacity:hover {
	opacity: 0.5;

}




.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}


.test {
    background-image: url(/images/2023/bgd_awards.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: auto;
    margin-left: auto;
    background-color: #666;
    background-attachment: fixed;
    font-weight: 300;
    font-style: italic;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:460px; /* your iframe height */
   top:460px;  /* your iframe height */
   margin-top:-460px;  /* your iframe height */
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
    border-bottom: 1px solid #849824;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a:hover {
    border-bottom: 1px solid #3D3D3D;
}


p a img {
    border-bottom: none !important;
}

p a img[src=""] {
    border-bottom: none !important;
    /* Add any other styles you want to reset */
}

.custom-image {
    border-bottom: none !important;
    /* Add any other styles you want to reset */
}



.highlight-box {
    width: 92%;
    margin-bottom: 25px;
    padding-top: 4%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 4%;
}
.highlight-box2 {
    width: 90%;
    margin-bottom: 30px;
    padding: 5%;
}
.highlight-box3 {
    width: 96%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
}


.back-to-top {
    background: none;
    margin-bottom: 20px;
    margin-right: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100;
    display: none;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: rgba(102,102,102,0.6);
}
.back-to-top:hover {
    background-color: rgba(0,0,0,1);
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}




@-webkit-keyframes spin1 {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
} 



.spin
{
-webkit-animation: spin1 2s infinite linear;
-moz-animation: spin1 2s infinite linear;
-o-animation: spin1 2s infinite linear;
-ms-animation: spin1 2s infinite linear;
animation: spin1 2s infinite linear;
    display: block;
}









** DESKTOP ** {
}
h1 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 38px;
    letter-spacing: -1px;
    text-transform: none;
}
h2, h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 0px;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: none;
}

h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 26px;
}
h5 {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0px;
    line-height: 22px;
    font-weight: 700;
}
h6 {
    font-size: 16px;
    font-weight: 700;
    padding: 0px;
    line-height: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-transform: uppercase;
}


.gridContainer {
    width: 94%;
    max-width: 1200px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 3%;
    padding-bottom: 0%;
    padding-left: 3%;
}
.gridContainerMobile {
	width: 96%;
	max-width: 1200px;
	margin: auto;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
}


.container_header {
    width: 100%;
    margin: 0px;
    background-color: #FFFFFF;
    z-index: 100;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    position: fixed;
    border-bottom: 1px solid #CCCCCC;
    top: 0px;
    left: 0px;
}




.container_footer {
	width: 100%;
}


.container {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.container.zerobm {
    padding-top: 0px;
    padding-bottom: 0px;
}
.container_callback {
    width: 100%;
    background-color: #F2F2F2;
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
}
.container_form {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}


.container_form input {
    width: 98%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    margin-bottom: 15px;
    border: 1px solid #B7CD2C;
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.container_form textarea {
    width: 98%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    margin-bottom: 15px;
    border: 1px solid #B7CD2C;
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.container_form select {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    margin-bottom: 15px;
    border: 1px solid #B7CD2C;
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.container_form label {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}



.container_map {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


.container_tab_content {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}



.container_banner {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    min-height: 609px;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 0px;
    margin-top: 91px;
}
.container_banner_sub {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    min-height: 500px;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 0px;
    margin-top: 112px;
}

.container_banner_sub_opacity {
    background-color: rgba(0,0,0,0);
}	


.banner-content {
    float: left;
    width: 100%;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.banner-content h6 {
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 32px;
}




.banner-left {
    width: 60%;
    margin-right: 0%;
    clear: none;
    float: left;
    margin-right: 5%;
    text-align: left;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.banner-left h3 {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.banner-left h4 {
    position: relative;
    font-size: 64px;
    line-height: 70px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 30px;
    margin-top: 0px;
    letter-spacing: -1px;
}
.banner-left h5 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 30px;
    margin-top: 0px;
}
.banner-right {
    width: 45%;
    padding-right: 0%;
    clear: none;
    float: left;
    text-align: center;
    height: auto;
}



.banner-content-sub {
    float: left;
    width: 100%;
    padding-top: 40px;
    text-align: center;
}
.banner-content-sub h5 {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 60px;
    line-height: normal;
    font-weight: 700;
    color: #FFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: -1px;
}
.banner-content-sub h6 {
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 32px;
}


.content {
	width: 100%;
	float: left;
}
.content-video {
    width: 70%;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
}
.intro {
    font-size: 18px;
    line-height: 26px;
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
}


.columns-wrap {
    width: 100%;
    float: left;
    margin-bottom: 45px;
}
.columns-wrap.zerobm {
    margin-bottom: 0px;
}



.columns1 {
	width: 100%;
	float: left;
}
.columns1-pad {
    width: 96%;
    float: left;
    padding-left: 2%;
    padding-top: 3%;
    padding-right: 2%;
    padding-bottom: 3%;
    margin-top: 5%;
}
.columns1 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 4px;
}
.columns2 {
    width: 47.5%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}


.columns2.last {
    margin-right: 0%;
    position: relative;
    float: left;
    margin-bottom: 0px;
}
.columns2-thankyou {
    width: 39.5%;
    margin-right: 0%;
    clear: none;
    padding-top: 4%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 4%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}
.columns2.landing {
    margin-right: 0%;
    position: relative;
    float: left;
    margin-bottom: 0px;
    background-color: #f2f2f2;
    width: 41.5%;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
}




.columns2-video {
    width: 46.5%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}


.columns2-video li {
    clear: none;
    margin-left: -15px;
    list-style-image: url(/images/bullet-tick.png);
    margin-bottom: 5px;
}

.columns2-video ul {
    margin-bottom: 5px;
}


.columns2-video-right {
    width: 48.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}


.columns2-video.last {
    margin-right: 0%;
    position: relative;
    float: left;
    margin-bottom: 0px;
}
.columns2-left {
    width: 48.5%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
}


.columns2-right {
    width: 46.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
}




.columns2-left2 {
    width: 47.5%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
}


.columns2-right2 {
    width: 47.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
}



.columns2-right li {
    clear: none;
    margin-left: -15px;
    list-style-image: url(/images/bullet-tick.png);
    margin-bottom: 5px;
}

.columns2-right ul {
    margin-bottom: 5px;
}



.columns2-callback {
    width: 42%;
    margin-right: 0%;
    clear: none;
    padding-top: 4%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 4%;
    margin-left: 0px;
    display: block;
    float: left;
    margin-top: 70px;
    margin-bottom: 70px;
}


.columns2-enquiry {
    width: 47.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    text-align: right;
}

.columns2-center {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}

.columns2 li {
    clear: none;
    margin-left: -8px;
    list-style-image: url(/images/bullet.png);
    margin-bottom: 12px;
}
.columns2 li.arrow  {
    list-style-image: url(/images/bullet-arrow.png);
}


.container-form {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(/images/2023/bgd_form.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
/*.zcwf_row {
    width: 20%;
    margin-right: 0%;
    clear: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}*/


.columns1-form {
    width: 80%;
    clear: none;
    padding-top: 0%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 0%;
    float: left;
}
/*.zcwf_row {
    width: 20%;
    margin-right: 0%;
    clear: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}*/


.columns1-form.newsletter {
    width: 100%;
    clear: none;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 0%;
    float: left;
}



.columns1-form input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 20px;
    border: 1px none #CCCCCC;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.columns1-form select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 20px;
    border: 1px none #B7CD2C;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.columns1-form textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 20px;
    border: 1px none #B7CD2C;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    height: 100px;
    background-color: #FFFFFF;
}


.columns1-form label {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 0px;

}


#formsubmit  {
    background-color: #B7CD2C;
    border-style: none;
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    line-height: 36px;
}
#formsubmit: hover  {
    background-color: #1B1B1A;
    border-style: none;
    width: 100%;
    color: #B7CD2C;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    line-height: 36px;
}


.columns2-wide {
    width: 70%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 5%;
}



.columns2-wide li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(/images/bullet.png);
}










.columns2-wide-sidebar {
    width: 25%;
    clear: none;
    float: left;
}
.columns2-wide-sidebar-content {
    width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;

}


.columns2-wide2 {
	width: 30%;
	margin-right: 5%;
	clear: none;
	float: left;
}


.columns2-wide-sidebar2 {
    width: 65%;
    clear: none;
    padding: 0%;
    float: left;
}
.columns2-wide-sidebar2.center {
    margin-left: 17.5%;
    margin-right: 17.5%;
}


.columns2-wide-sidebar2 input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #f1f1f1;
}

.columns2-wide-sidebar2 select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #B7CD2C;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #f1f1f1;
}

.columns2-wide-sidebar2 textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #B7CD2C;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    height: 100px;
    background-color: #f1f1f1;
}


.columns2-wide-sidebar2 label {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;

}










.columns2-table {
	display: table;
	width: 100%;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5%;
	margin-left: 0px;
}



.columns2-table-cell {
    display: table-cell;
    position: relative;
    width: 47.5%;
    vertical-align: center;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
}


.columns2-table-cell.mid {
    position: relative;
    width: 5%;
    border-radius: 0px;
    border: 0px solid #CCCCCC;
    padding-left: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    box-shadow: 0px 0px 0px 0px rgba(80, 80, 80, 0.2);
    background-color: #F1F1F1;
}
.columns2-table-cell-content {
	width: 90%;
	background-color: #3d3d3d;
	padding: 5%;
	color: #FFF;
}




.columns2-landing {
    width: 41.5%;
    clear: none;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    float: left;
}
.columns2-landing.center {
    margin-left: 17.5%;
    margin-right: 17.5%;
}


.columns2-landing input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.columns2-landing select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #B7CD2C;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.columns2-landing textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #B7CD2C;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    height: 100px;
    background-color: #FFFFFF;
}


.columns2-landing label {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;

}



.columns3 {
    width: 30%;
    clear: none;
    margin-right: 5%;
    float: left;
    margin-bottom: 2.5%;
}


.columns3.last {
	margin-right: 0%;
}

.columns3 img {
}

.columns3 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 4px;
}
.columns3 ul {
	clear: none;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-top: 0px;
	padding-top: 0px;
}
.columns3-pad.last {
	margin-right: 0%;
}
.columns3 h4 a {
	min-height: 25px;
	color: #B7CD2C;
}
.columns3 h4 a:hover {
	min-height: 25px;
	color: #FFFFFF;
}

.columns3 h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 23px;
}



.columns3-table {
    display: table;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}



.columns3-table-cell {
    display: table-cell;
    position: relative;
    width: 24%;
    vertical-align: top;
    /*border-radius: 20px;*/
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    text-align: center;
}





.columns3-table-cell.mid {
    position: relative;
    width: 5%;
    border-radius: 0px;
	padding-left: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;

}
.columns3-table-cell a:hover {

}
.columns3-table-cell-content {
	position: relative;
	width: 90%;
	float: left;
	background-color: #3d3d3d;
	padding: 5%;
	color: #FFF;
}


.columns4{
	clear: none;
	width: 22%;
	margin-right: 4%;
	float: left;
}

.columns4.last {
	margin-right: 0%;
}
.columns4 h4{
    min-height: 50px;
    margin-bottom: 0px;
}


.columns5 {
    clear: none;
    width: 18.4%;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 2%;
    margin-bottom: 2%;
}
.columns5.last {
    clear: none;
    width: 18%;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 2%;
}



.columns5-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.casestudy-quote {
    width: 92%;
    float: left;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
}
.casestudy-start {
    width: 84%;
    float: left;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    margin-top: 0px;
    margin-bottom: 40px;
    display: block;
}


.columns5-table-cell {
    display: table-cell;
    position: relative;
    width: 16%;
    font-size: 14px;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
}

.container_numbers {
    width: 100%;
    background-position: center top;
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-image: url(/images/2023/numbers_bgd.png);
    background-size: cover;
}


.container_numbers2 {
    width: 100%;
    background-position: center top;
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-image: url(/images/2023/numbers_bgd.png);
    background-size: cover;
}

/*.numbers {
	width: 100%;
	float: left;
	color: #FFF;
	text-align: center;
}


.numbers h4 {
    color: #B7CD2C;
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: -1px;
}
.numbers h4 span {
	letter-spacing: -1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.numbers h5 {
	color: #FFF;
	font-size: 20px;
	line-height: 23px;
	font-weight: 400;
}*/


.numbers {
    color: #849824;
    font-size: 90px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    display: block;
}

.numbers_wrap {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    margin-bottom: 50px;
}
.numbers_wrap h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0px;
    color: #B7CD2C;

}
.numbers_wrap h4 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #FFFFFF;

}

.numbers_wrap h5 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #FFFFFF;

}



.footer {
    width: 100%;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
}


.footer-left {
    width: 32%;
    clear: none;
    float: left;
    text-align: left;
}

.footer-mid {
    width: 22%;
    clear: none;
    float: left;
    padding-left: 9%;
    padding-right: 5%;
}

.footer-right {
    width: 32%;
    clear: none;
    float: left;
}


.footer a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    border-bottom-style: none;
}
.footer a:hover {
    color: #EEEEEE;
    text-decoration: none;
}


.footer h5 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 21px;
    margin-top: 0px;
}



#video-container {
	position: absolute;
	background-position: center bottom;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#video-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 200;
}
video {
	position: absolute;
	z-index: 0;
	top: 0%;
}
video.fillWidth {
	width: 100%;
	z-index: 0;
}


#videoMessage {
	left: 0%;
	height: 100%;
	width: 100%;
	z-index: 300;
	position: absolute;
	top: 0px;
	float: left;
}



.button-upload {
	background-color: #0F6;
}



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

.text-center2 {
	text-align: center;
}


.hiring {
    width: 137px;
    height: 130px;
    display: block;
    position: fixed;
    top: 450px;
    right: 6px;
    z-index: 999;
}


.columns1_form {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.columns1_form.zerobm {
   margin-bottom: 0px;
}


.columns2_form {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.columns2_form.last {
    margin-right: 0%;
    position: relative;
    width: 48.5%;
}

.columns2_form ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form_text {
    font-family: Poppins, sans-serif;
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    border: 2px none #B7CD2C;
    background-color: #FFFFFF;
    height: 60px;
}
.form_text2 {
    font-family: Poppins, sans-serif;
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    border: 2px solid #B7CD2C;
    background-color: #FFFFFF;
    height: 60px;
}
.form_text.greylt {
   background-color: #f2f2f2;
}

.form_text2.greylt {
   background-color: #f2f2f2;
}

.form_textarea {
    font-family: Poppins, sans-serif;
    width: 94%;
    border: 2px none #B7CD2C;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.form_select {
    font-family: Poppins, sans-serif;
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: px;
    border: 2px none #B7CD2C;
    background-color: #FFFFFF;
    height: 60px;
    color: #666666;
}


.form_select.full {
    font-family: Poppins, sans-serif;
	width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
}


input[type=checkbox] {
  width: 25px;
  height: 30px;
  cursor: pointer;
  font-size: 24px;
  visibility: hidden;
padding-left: 5px;
	color: #B7CD2C; !important;
	margin-right: 10px;
}

input[type=checkbox]:after,
input[type=checkbox]::after {
  content: " ";
  background-color: #fff;
  display: inline-block;
	color: #B7CD2C; !important;
  width: 25px;
  height: 30px;
  visibility: visible;
  border: 2px solid #B7CD2C;
padding-left: 5px;
}

input[type=checkbox]:checked:after,
input[type=checkbox]:checked::after {
  content: "\2714";
  font-weight: bold;
	padding-left: 5px;
	color: #B7CD2C; !important;
}






.columns-zoho-dataform {
    width: 100%;
    clear: none;
    padding: 0%;
    float: left;
}


.columns-zoho-dataform-rest {
    width: 94%;
    clear: none;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    float: left;
    background-color: #FFFFFF;
}





.columns-zoho-dataform-col2 {
    width: 48%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 4%;
    margin-bottom: 10px;
}

.columns-zoho-dataform-col2.last {
    margin-right: 0px;
}


.columns-zoho-dataform input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #B7CD2C;
    font-size: 18px;
    line-height: 22px;
    background-color: #FFFFFF;
}

.columns-zoho-dataform select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #B7CD2C;
    font-size: 18px;
    line-height: 22px;
    background-color: #FFFFFF;
}

.columns-zoho-dataform textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #B7CD2C;
    font-size: 18px;
    line-height: 22px;
    height: 100px;
    background-color: #FFFFFF;
}


.columns-zoho-dataform label {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}



.columns-zoho-dataform h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
    font-size: 26px;
    line-height: 29px;

}



.calendly-inline-widget {
    width: 100%;
    height: 800px;
}



.parent {
  position: relative;
  /* Add any other styling you need for the parent container */
}

.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Add any styling you need for the child div */
}


.container_tab {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 22px;
}


.highlight-box4 {
    width: 94%;
    padding-bottom: 3%;
    padding-top: 3%;
    background-color: #B7CD2C;
    float: left;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 24px;
    margin-top: 40px;
}


.circle {
    background-color: #B7CD2C;
	padding: 8px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-weight: 700;
}

.circle-orange {
    background-color: #F89A2C;
    padding: 8px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-weight: 700;
}


.form-center {
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
}


.hide-desktop {
	display: none;
}

.hide-tablet {
	display: block;
}

.hide-mobile {
    display: inline-block;
}

.hide-desktop-tablet {
	display: none;
}

.hide-tablet-mobile {
	display: inline-block;
}
.hide-tabletsm-mobile {
	display: inline-block;
}





/* Tablet Layout: 1120px to 481px. Inherits styles from: Desktop Layout. */

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






** TABLET ** {
}

h1 {

}
h2, h3 {

}

h4 {

}
h5 {
    font-size: 18px;
    line-height: 22px;
}
h6 {
    margin-top: 0px;
    padding-top: 0px;
}

.gridContainer {
    width: 90%;
    clear: none;
    float: none;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}

.zeroMargin_tablet {
margin-left: 0;
}
	
.container_header {
    position: relative;
}	


.container {
    padding-top: 60px;
    padding-bottom: 60px;

}

.container_footer {

}

	
	
.container_banner {
    min-height: 400px;
    margin-top: 0px;
}	
	
	
.container_banner_sub {
    margin-top: 0px;
}	


	
.banner-content {
    float: left;
    width: 100%;
    text-align: center;
}
	
.banner-content h6 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 0px;
}	



.banner-left {
    clear: none;
    float: left;
    text-align: left;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-top: 40px;
    width: 80%;
}

.banner-left h3 {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.banner-left h4 {
    overflow: hidden;
    position: relative;
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
    margin-top: 0px;
}
.banner-left h5 {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 25px;
    margin-top: 0px;
}
.banner-right {
    padding-right: 0%;
    clear: none;
    float: left;
    text-align: center;
}	
	
	
	
	
	
	
	
.banner-content-sub {
    padding-top: 40px;
}
.banner-content-sub h5 {
    font-size: 54px;
    line-height: 58px;
}
.banner-content-sub h6 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 0px;
}
	
	
.container_callback {
    background-size: cover;
    background-position: center center;
}	
	






.columns-wrap {

}



.content {

}
	
	
.columns1-form {
    width: 80%;
    clear: none;
    padding-top: 0%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 0%;
    float: left;
}	
	
	

.columns2 {
}


.columns2-wide {

}

.columns2-wide-sidebar {

}



.columns2-wide-data {
	width: 60%;
	margin-right: 5%;
	clear: none;
}

.columns2-wide-data-sidebar {
	width: 100%;
	position: relative;
	clear: none;
}
	
	
.columns2-pad {
    min-height: 600px;
}
	
	
.columns2-callback {
    width: 62%;
    margin-right: 0%;
    clear: none;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
    margin-left: 0px;
    display: block;
    float: left;
    margin-top: 40px;
}	


.columns2-pad.last {
}
	

.columns3 {
}

.columns3 h4 a {
	font-size: 16px;
	line-height: 18px;
}





.columns4{

}	


.numbers h4 {
	font-size: 60px;
	line-height: 40px;
}

.numbers h5 {
	font-size: 18px;
	line-height: 21px;
}
	
	
	
.numbers_wrap h3 {
    font-size: 26px;
    line-height: 30px;

}
.numbers_wrap h4 {
    font-size: 40px;
    line-height: 54px;

}

.numbers_wrap h5 {
    font-size: 16px;
    line-height: 19px;

}
	
	
.calendly-inline-widget {
    width: 100%;
    height: 1200px;
}	
	
	
.numbers {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    display: block;
}	
	
	
.hide-tablet {
	display: none;
}
	
.hide-desktop-tablet {
	display: none;
}	

.hide-tablet-mobile {
	display: none;
}
	
.hide-tabletsm-mobile {
	display: inline-block;
}	





}








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

** TABLET SMALL ** {
}


h1 {
    font-size: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    line-height: 36px;
    letter-spacing: -1px;
    text-transform: none;
}
h2, h3 {
    font-size: 28px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    line-height: 32px;
    letter-spacing: -1px;
    text-transform: none;
}

h4 {
    font-size: 22px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 26px;
}
h5 {
    margin: 0px;
    padding: 0px;
}
h6 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
	
	
.gridContainer {
    width: 86%;
    clear: none;
    float: none;
    padding-right: 7%;
    padding-left: 7%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}	


.container_header {
    padding-bottom: 0px;
    position: relative;
}

.container_banner {
    margin-top: 0px;
    background-position: center center;
}	
	
	
.container_banner_sub {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    min-height: 350px;
    padding-top: 0px;
    margin-top: 0px;
    background-position: 75% 25%;
}
	
	
.container_banner_sub_opacity {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    min-height: 350px;
    padding-top: 0px;
    margin-top: 0px;
	background-color: rgba(0,0,0,0.5);
}		

	
.banner-content {
    float: left;
    width: 100%;
    padding-top: 60px;
    text-align: center;
}
	
	
.banner-content h6 {
    font-size: 18px;
    line-height: 20px;
}	



.banner-left {
    width: 100%;
    margin-right: 0%;
    clear: none;
    float: left;
    margin-right: 0%;
    text-align: center;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.banner-left h3 {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.banner-left h4 {
    overflow: hidden;
    position: relative;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
    margin-top: 0px;
}
.banner-left h5 {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 25px;
    margin-top: 0px;
}
.banner-right {
    width: 100%;
    padding-right: 0%;
    clear: none;
    float: left;
    text-align: center;
    padding-left: 0%;
}	
		
	
.banner-content-sub {
    padding-top: 20px;
}

	
.banner-content-sub h5 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 10px;
}
	
.banner-content-sub h6 {
    font-size: 18px;
    line-height: 20px;
}	




#video-container {
	display: none;
}
	
	
.content-video {
    width: 100%;
    float: left;
    margin-right: 0%;
	margin-left: 0%;
}	



.numbers h4 {
    font-size: 60px;
    line-height: 20px;
}
	
.columns-wrap {
    margin-bottom: 55px;
}	
	
	
.columns1-type {
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 40px;
}		
	

.columns1-pad {
	width: 84%;
	margin-bottom: 15px;
	padding: 8%;
}
	
	
.columns1-form {
    width: 100%;
    clear: none;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 0%;
    float: left;
}	
	



.columns2 {
    width: 100%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-bottom: 30px;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}
	
	
.columns2-thankyou {
    width: 88%;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
}	
	
	
.columns2-video {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
}
.columns2-video-right {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
	 
}
	
	
.video-container {
	margin-bottom: 15px;
}	
	
	
.columns2-left {
    width: 100%;
    margin-right: 0%;
}


.columns2-right {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
}
	
	



.columns2-left2 {
    width: 100%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
}


.columns2-right2 {
    width: 100%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
	margin-bottom: 30px;
}	
	
	
	

	
	
.columns2-enquiry {
    text-align: left;
    width: 100%;
}	


.columns2-table {
    margin-bottom: 6%;
}

.columns2-table-cell {
    display: block;
    width: 88%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
    padding-top: 6%;
}

.columns2-table-cell.mid {
    display: block;
    width: 94%;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
}

.columns2-table-cell-content {
	width: 94%;
	padding: 3%;
	color: #FFF;
}


.columns2-cta {
	margin-bottom: 0%;
	text-align: left;
	margin-top: 30px;
	display: block;
	clear: none;
	float: left;
}


.columns2-wide {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 40px;
}

.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}
	
	
.columns2-wide2 {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 40px;
}

.columns2-wide-sidebar2 {
	width: 100%;
	margin: 0px;
}	


.columns2-wide-data {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.columns2-wide-data-sidebar {
	width: 100%;
}

	
.columns2-pad {
    width: 88%;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
	min-height: 0px;
	margin-bottom: 35px;
}


.columns2-pad.last {
    margin-right: 0%;
    position: relative;
    float: left;
}
	
.container_callback {
    min-height: 540px;
    background-size: cover;
    background-position: right center;
}	
	
	
.columns2-callback {
    width: 74%;
    margin-right: 0%;
    clear: none;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
    margin-left: 0px;
    display: block;
    float: left;
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #FFFFFF95;
}
	
	
.columns2-landing {
    width: 88%;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
}

	


.columns3 {
	clear: none;
	margin-bottom: 8%;
	width: 100%;
}
.columns3.last {
    margin-bottom: 0px;

}

.columns3-table {
	padding-bottom: 6%;
}

.columns3-table-cell {
    display: block;
    width: 83%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
    text-align: center;
}

.columns3-table-cell.mid {
    display: block;
    width: 100%;
    padding-top: 2%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 2%;
}




.columns3-table-cell.greydk {
	position: relative;
	background-color: #3D3D3F;
}
.columns3-table-cell.greylt {
    position: relative;
}

.columns-features {
    margin-bottom: 40px;
}	
	
.columns3-features1 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
}
.columns3-features2 {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 10px;
}
.columns3-features3 {
    width: 100%;
    text-align: left;
}	
	

.columns4 {
    clear: none;
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.columns4 img {
}

.columns4.last {
	clear: none;
	margin-bottom: 2%;
	width: 100%;
	margin-right: 0%;
}
    
    
.columns4 h4{
    min-height: 0px;
    margin-bottom: 30px;
}    


.columns4-table-cell {
	display: block;
	width: 100%;
	font-size: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0%;
}



.columns3-shortcuts {
    clear: none;
    width: 100%;
    float: left;
    text-align: center;
    border-right-width: 0px;
    min-height: 0px;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid #FFFFFF;
}




.columns3-shortcuts.selected {
	clear: none;
	width: 50%;
	float: left;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-height: 0px;
}



.columns3-shortcuts.last {

}
	
.columns3-shortcuts a {
}
.columns3-shortcuts a:hover {

}

.columns5 {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    margin-top: 0px;
}
.columns5.last {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    margin-top: 0px;
}


.columns6 {
	width: 22%;
	margin-right: 1%;
	margin-left: 1%;
}
	
.text-center {
	text-align: left;
}
	
.numbers {
    font-size: 80px;
    line-height: 82px;
}	
	
	
.columns2-jobs {
	width: 100%;
	margin-right: 0%;
    margin-bottom: 20px;
} 
    
.columns2-jobs.last {
	width: 100%;
	margin-right: 0%;
    margin-bottom: 20px;
}   	
	
	
	
.columns-team-left {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 30px;
}

.columns-team-right {
    width: 100%;
}


.columns-team-right h4 {
    margin-bottom: 0px;
}




.columns-team-left2 {
    width: 100%;
}

.columns-team-right2 {
   width: 100%;
   margin-right: 0%;
margin-bottom: 30px;

}


.columns-team-left2 h4 {
    margin-bottom: 0px;
}	
	
	
	
	
.highlight-box4 {
    width: 88%;
    padding-bottom: 6%;
    padding-top: 6%;
    padding-left: 6%;
    padding-right: 6%;
}
	
.hiring {
    width: 85px;
    height: 82px;
}
	


.snowflake {
    width: 100px;
    height: 99px;
}
	
	
.columns1_form {

}
.columns1_form.zerobm {

}


.columns2_form {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 15px;
}


.columns2_form.last {
    width: 100%;
}	
	
	
.columns2_form.zerobm {
    margin-bottom: 0px;
}
	
	
	
	
.columns-zoho-dataform {

}


.columns-zoho-dataform-rest {
    width: 84%;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
}





.columns-zoho-dataform-col2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
}

.columns-zoho-dataform-col2.last {
    margin-right: 0px;
}


.columns-zoho-dataform input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #B7CD2C;
    font-size: 18px;
    line-height: 22px;
    background-color: #FFFFFF;
}

.columns-zoho-dataform select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #B7CD2C;
    font-size: 18px;
    line-height: 22px;
    background-color: #FFFFFF;
}

.columns-zoho-dataform textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #B7CD2C;
    font-size: 18px;
    line-height: 22px;
    height: 100px;
    background-color: #FFFFFF;
}


.columns-zoho-dataform label {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}



.columns-zoho-dataform h3 {
    font-size: 24px;
    line-height: 27px;

}	
	
	
.footer-left {
    width: 100%;
    clear: none;
    float: left;
    text-align: left;
	margin-bottom: 30px;
}

.footer-mid {
    width: 100%;
    clear: none;
    float: left;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-right {
    width: 100%;
    clear: none;
    float: left;
    text-align: left;
}	
	


	
	
.hide-desktop {

}

.hide-tablet {

}

.hide-mobile {

}

.hide-tablet-mobile {
}
	
.hide-desktop-tablet {
	display: inline-block;
}
	
.hide-tabletsm-mobile {
	display: none;
}	

		

	
	

	


}




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

** MOBILE ** {
}


/* Mobile Layout: 480px and below. */
  
h1 {
    font-size: 30px;
    line-height: 34px;
}

h2, h3 {
    font-size: 26px;
    line-height: 30px;

}

h4 {
    margin-bottom: 25px;

}
h5 {

}
h6 {

}

.gridContainer {
    width: 80%;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 10%;
    padding-bottom: 0%;
    padding-left: 10%;
}
.gridContainerMobile {
	width: 100%;
	padding: 0px;
}

#container_banner_sub {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	min-height: 250px;
	height: 200px;
}

.banner-left-slider-sub h1 {
	font-size: 40px;
	line-height: 44px;
	padding: 0px;
	margin-top: 10%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-weight: 700;
}



	

	



.container_navigation {
	background-color: #CCFF33;
}


.container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.container_footer {
}
	
.container_shortcuts {
	display:none;
}	





.content-tabs-wrapper {
	width: 100%;
	color: #333;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 0px;
}
.content-tabs {
	width: 100%;
	color: #333;
	top: 0px;
	position: relative;
}

.content {
	width: 100%;
	padding: 0%;
	margin: 0px;
}

.video-left {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: center;
}
.video-right {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	line-height: 0px;
}


.columns-wrap.trans {
    width: 88%;
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
}	



.columns2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.columns2-center {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}


	
	
.columns2-table-cell {

}

.columns2-table-cell.mid {

}
	
	
.columns2-video li {
    margin-left: -15px;
    margin-bottom: 5px;
    padding-left: 10px;
}	

	
.columns2-video ul {
    margin-bottom: 15px;
}
	
	
.columns2-right li {
    margin-left: -15px;
    margin-bottom: 5px;
	padding-left: 10px;
}

.columns2-right ul {
    margin-bottom: 15px;
}	
	






.columns3 {
    clear: none;
    margin-bottom: 50px;
    width: 100%;
    margin-right: 0px;
}
.columns3-pad {
	clear: none;
	margin-bottom: 15px;
	width: 92%;
	padding: 4%;
	min-height: 0px;
}
.columns3 img {
}


.columns3-table {
    display: table;
    width: 100%;
    padding-bottom: 0px;
}


.columns3-table-cell-nopad {
	display: block;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	font-size: 14px;
	border-bottom-style: none;
	background-color: #F0F4F9;
	margin: 0px;
}

.columns3-table-cell-teasers {
	display: block;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 60px;
	padding-left: 5%;
}



.columns3-table-link {
}


.columns3-table-link a {

}


.columns3-table h5 {
	min-height: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}
.columns4 {
    clear: none;
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.columns4 img {

}

.columns4.last {
	clear: none;
	margin-bottom: 2%;
	width: 100%;
	margin-right: 0%;
}


.columns4-table-cell {
	display: block;
	width: 100%;
	font-size: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0%;
}

	

.iframe-newsletter {
	height: 560px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.iframe-contact {
	height: 700px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


.social {
	font-size: 18px;
}

.footerleft {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.footerright {
	width: 100%;
	text-align: center;
}

#enquiryform input {
	font-size: 14px;

}

.header-unit {
	height: 250px;
}

#video-container {
	display: none;
}


.numbers h4 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0px;
}


#contactform input {
	width: 90%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-top: 4%;
	padding-right: 6%;
	padding-bottom: 4%;
	padding-left: 4%;
}
	
.hide-tabletsm-mobile {
	display: none;
}	
	
.container_numbers {
   background-image: url(/images/numbers/num_bgd-mob.jpg);
    background-position: center bottom;
}	
		
	
	
.numbers_wrap h3 {
    font-size: 26px;
    line-height: 30px;

}
.numbers_wrap h4 {
    font-size: 48px;
    line-height: 52px;

}

.numbers_wrap h5 {
    font-size: 16px;
    line-height: 19px;

}
	
	
.columns2-pad {
    width: 84%;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
	min-height: 0px;
}


.columns2-pad.last {
    margin-right: 0%;
    position: relative;
    float: left;
}	
	
	
.calendly-inline-widget {
    width: 100%;
    height: 1150px;
}
	

.hide-desktop {
	display: inline-block;
}
	
.hide-tablet {
	display: inline-block;
}	
	
.hide-mobile {
	display: none;
}
	
.hide-desktop-tablet {
	display: inline-block;
}	

.hide-tablet-mobile {
}
	
.hide-tabletsm-mobile {
	display: none;
}	





}
