/*
Theme Name: Acquire Newsroom
Theme URI: http://www.acquire.com.au/
Description: RESPONSIVE THEME
Version: 1.4.3
Author: Launchpadcreative
Author URI: http://launchpadcreative.com.au/
Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	background:#fafafa;
	font:300 16px/24px "Source Sans Pro",sans-serif;
	color:#4a4a4a;

}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:middle;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

.single-post .w-richtext a:hover {
	text-decoration: underline;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/**Custom Styles***/
@font-face {
	font-family:'museosans';
	src:url('fonts/MuseoSans.eot');
	src:url('fonts/MuseoSans.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSans.woff') format('woff'),
		url('fonts/MuseoSans.ttf') format('truetype'),
		url('fonts/MuseoSans.svg#MuseoSans') format('svg');
    font-weight:normal;
    font-style:normal;
}
.widepanelrows{
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
width: 100%;
}
.w-slider.techpart-slider{background-color:transparent;}
.w-slider{background: #ddd none repeat scroll 0 0;}
.footer-logo-column{text-align:left;}
.link_footer,
.link_footer:hover{color:#4a4a4a;display:inline;}
.play-icon-sml{marging:0;}
.white-p,
.breadcrumbs{text-align:left;}
.breadcrumbs a,
.breadcrumbs a:hover{color:#919191;display:inline;}
#fancybox-close{right:-45px;}
.tax-unit .content-div,
.project-registeration .content-div{text-align:left;}
.hero-image-panel{background-position: 50% 43%;background-repeat: no-repeat;background-size: cover;}
.register-text{color:white;}
.project-registeration .gform_wrapper .top_label .gfield_label{margin:0 0 5px;font-weight: 600;}
body.project-registeration .gform_wrapper label.gfield_label + div.ginput_container{margin-top:0;}
body.project-registeration .gform_wrapper .top_label input.medium,
body.project-registeration .gform_wrapper .top_label select.medium{ padding: 8px 12px;width: 100%;font-size:14px;}
.gfield_required{display:none;}
body.project-registeration .gform_wrapper .top_label li.gfield.gf_left_half input,
body.project-registeration .gform_wrapper .top_label li.gfield.gf_right_half input{width:100%;}
body.project-registeration .gform_wrapper .top_label li.accept-term .field-label{font-weight:normal;}
.cta-text,
.cta-text p {font-size: 20px;font-weight: 600;line-height: 30px;}
.cta-link {color: #ee3342;text-decoration: underline;}
.text-button { color: #ee3342;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;}
.view-units-text {display: inline-block;margin-right: 5px;}
.uber-menu .w-col-6{min-height:98px;}
.eventdetailslt {text-align:left;}

/***Single Unit Page***/
/*Accordian*/
 .accordion {
    width: 100%;
    padding:0px 0px 20px 0px;
}
.accordion .accordion-head,.accordion .accordion-head1 {

    position: relative;
    padding: 10px 0px;
    font-size:18px;
	color: #5da4d1;
	font-weight:500;
    cursor: pointer;
    overflow: hidden;
}
.accordion-head .headqa,.accordion-head1 .headqa{
	float:left;
	font-size:18px;
	    color: #4a4a4a;
    font-weight: 600;

}
.accordion .accordion-head * {
    cursor: pointer;
}
.accordion .accordion-head1 {
	cursor: text;
}
.accordion .accordion-head h4 {
    float: left;
}
.accordion .accordion-head:hover {
    /* filter: alpha(opacity=80);
    opacity: 0.80; */
}
.accordion .accordion-body {
    border: none;
	margin:10px 0px;
    padding: 10px 20px;
	background:#f3efeb;
    height: auto;
	color:#4a4a4a;
    display: none;
}
.arrow {
    float: left;
    width: 0px;
    height: 0px;
    padding:0px 10px;
}

.arrow:after{
content:"\f078";
	font-family: FontAwesome; font-weight: normal;
	color:#4a4a4a;
}

.accordion-head.open .arrow:after{
content:"\f077";
	font-family: FontAwesome; font-weight: normal;
	color:#4a4a4a;
}
.accordion-head.open .arrow {

    border-top-color: transparent;
}
.accordion-body ul{
 padding-left: 10px;
}
.accordion-body ul li{
	list-style-type:disc;
	margin:10px;
}
.accordion-body ul li ul li{list-style-type:none;}
.accordion-body ul li ul li:before{content:'-';margin-left: -20px;margin-right: 10px;}

.accordion-body a{	color:#4a4a4a;
	text-decoration:none;}
.accordion-body ul li a{
	color:#4a4a4a;
	text-decoration:none;
}
.pgtitle{
font-family: 'Maven Pro', sans-serif;
color: #00acc8;
}
/***End**/
.intro-para {display: block;font-weight: 300;margin-left: auto;margin-right: auto;width: 80%;}
.intro-para strong{font-weight: 300;}
.cta-text .tile p{font-size: 16px;font-weight: 300;line-height:24px;}
.faq-answer{margin-top: 15px;}
.unit-icon.detail {float: left;margin-right: 15px;}
.spacer {height: 50px;}
.tile.nova{ height: 420px;padding-left: 15px;padding-right: 15px;text-align: center;transition: background-color 500ms ease 0s;}
.tile.nova:hover{background-color:#e6e1dc;}
.partner-accrediation{ font-size: 14px;font-weight: 600;margin-bottom: 10px;}
.single-nova_partner .content-div,.single-post .content-div{text-align:left;}
.tile-atom {background-color: #f3efeb;border-bottom: 1px solid white;border-bottom-right-radius: 40px;padding: 30px;}
.tile-atom.sidebar,.tile-atom.course-sidebar {padding-top: 5px;}
.attendee-registration .tile-atom.tile-top.sidebar{border-bottom-right-radius: 40px;}
.tile-atom.tile-top.sidebar,
.newssidebar .tile-atom.tile-top.sidebar {border-bottom-right-radius: 0;}
.nova-sidebar-desc p a{margin:0;display: inline-block;max-width: 215px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.section-body.downloads-landing {background-color: #f3efeb;background-position: 50% 0;background-repeat: no-repeat;background-size: cover;border-bottom-style: none;}

/****Support Request Form***/
.lback-link{
color: #ee3342;
display: block;
text-align: left;
}
.w-form .gform_wrapper{
	margin:0px 0px;
	max-width:100%;
}
.w-form .gform_wrapper ul li.gfield{
	clear:none;
}
.w-form .gform_wrapper  input.medium, .w-form .gform_wrapper  .ginput_container input.medium, .w-form .gform_wrapper  .ginput_container select.medium{
	 vertical-align: middle;
    width: 100% !important;padding: 0px 10px;
}
.w-form .gform_wrapper .gform_body ul li.w-col.w-col-6,.w-form .gform_wrapper .gform_body ul li.w-col.w-col-12{
	padding-left: 10px;
    padding-right: 10px;
}

.w-form .gform_body{float:left;}

.w-form .gform_wrapper .gsection{
	margin:15px 0px 0px 0px;
	border-bottom:none;
}
.w-form .gform_wrapper .top_label .gfield_label{
	margin:0px 0px;
	font-weight: 600;
font-family:'Source Sans Pro', sans-serif;
  color: #4a4a4a;
}
.w-form .gform_wrapper .gfield_checkbox li label, .w-form  .gform_wrapper .gfield_radio li label{
	font-weight: 400;
font-family:'Source Sans Pro', sans-serif;
}
.w-form .gform_wrapper .gsection .gfield_label, .w-form .gform_wrapper h2.gsection_title, .w-form .gform_wrapper h3.gform_title{
font-size: 18px;
font-weight: 500;
font-family: 'Maven Pro', sans-serif;
line-height: 27px;
   color: #ee3342;
}

#whitepaper-download-form h3 {
  font-size:24px;
  font-weight: 400;
  padding-left: 10px;
}
.event-colum .w-form #gform_wrapper_2 .gfield_checkbox li{
	width:33%;
	float:left;
}

.event-colum .w-form .gform_wrapper .gfield_checkbox li{
	width:100%;
	float:left;
}

.w-form  .gform_wrapper .gform_footer input.button, .w-form  .gform_wrapper .gform_footer input[type="submit"]{
	 margin: 10px 0 0 10px;
}


.w-form  .gform_wrapper .top_label .gfield_description.validation_message,  .w-container  .gform_wrapper .gfield_description.validation_message{
display:none;
}
.w-form  .gform_wrapper li.gfield.gfield_error,  .w-form.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
border-top:none !important;
border-bottom:none !important;
background:none !important;
padding:0px;
margin-bottom: 0 !important;
margin-top: 0px !important;
margin-left:0px !important;
/*width: 50% !important;*/
}




.w-form  .gform_wrapper li.gfield.gfield_error.replc,  .w-form .gform_wrapper li.gfield.gfield_error.descr,.w-form .gform_wrapper li.gfield.gfield_error.admprefer, .w-form .gform_wrapper li.gfield.gfield_error.comp{
	width: 100% !important;
	max-width: 100% !important;
}

.w-form .gform_wrapper div.validation_error {
    border-bottom: 1px solid red !important;
    border-top: 1px solid red !important;
    clear: both;
    color: red !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 1.6em;
	display:none !important;
    padding: 1em 0;
    width: 96.5% !important;

}
.w-form #gform_wrapper_3 div.validation_error{display:block !important;border:0 !important;}
.w-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required{
	margin-top:0px !important;
	margin-bottom:0 !important;
}
.w-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .w-form .gform_wrapper li.gfield_html{
	max-width: 100% !important;
}

.w-form .gform_wrapper .gform_page_footer .button.gform_button, .w-form.gform_wrapper .gform_page_footer .button.gform_next_button{
	font-weight:600;
}

.w-form  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .w-form   .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .w-form .gform_wrapper li.payment-type > div.ginput_container,.w-form .gform_wrapper li.discount-code > div.ginput_container{
	margin-top:4.3px !important;
}
.w-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .w-form  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .w-form  .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .w-form  .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label
{
	margin-left:0px !important;
}

body .gform_wrapper label.gfield_label + div.ginput_container{
margin-top:0.375em !important;
}
.w-form  .gform_wrapper  .gform_page_fields ul li.gfield_error  input.medium,.w-form .gform_wrapper  .gform_page_fields ul li#field_2_14.gfield_error input ,.w-form .gform_wrapper  .gform_page_fields ul li#field_2_14.gfield_error select{
border: 1px solid red !important;
border-radius: 3px;
}
.w-form  .gform_wrapper li.gfield_error input[type="email"], .w-form  .gform_wrapper li.gfield_error input[type="number"], .w-form  .gform_wrapper li.gfield_error input[type="password"], .w-form  .gform_wrapper li.gfield_error input[type="tel"], .w-form  .gform_wrapper li.gfield_error input[type="text"], .w-form  .gform_wrapper li.gfield_error input[type="url"],
.w-form .gform_wrapper li.gfield_error textarea,.w-form  .gform_wrapper li.gfield_error select{
border: 1px solid red !important;
}
.w-form .gform_wrapper li textarea{
border: 1px solid #cccccc;padding: 5px 10px;
}

.w-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .w-form  .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label{
	font-weight:normal !important;
}
.section-body-normal{
	padding:70px 0px;
	background:#fff;
}
.w--open .w-dropdown-list.w--open{
	display:none;
}
body.page-template-template-without-header .header-no-image{
	padding-bottom: 10px;
}
.noheader.section-body{
	padding-top:10px;
	padding-bottom: 75px;
}
.noheader.section-body ._2nd-panel-div-block{
	text-align:left;
}
/***End**/
.unitsdetail-column1,.bp-rightcolum{
 /*margin-bottom: 50px;*/
    margin-top: 0;
    padding-top: 35px;
}
.bp-rightcolum{padding-top: 0;}
.visible-xs-block,
.visible-sm-block{display:none;}
.visible-md-block{display:inline-block;width:100%;}
.visible-xs-block > div,.visible-sm-block > div,.visible-md-block > div{margin-bottom:36px;}
.techbutton{
	float:left;
}
.table-grey-semibold{color: #4a4a4a;display: block;font-weight: 600;padding-right: 15px;text-align: left;}
.owl-theme {margin-top:70px;}
.owl-theme .owl-controls .owl-buttons{position:relative; top: -110px;}
.owl-theme .owl-controls .owl-buttons div.owl-prev{position:absolute;left: 0;background:transparent;opacity:1;}
.owl-theme .owl-controls .owl-buttons div.owl-next{position:absolute;right: 0;background:transparent;opacity:1;}
.owl-item .logo-container a{cursor:default;}
/*#wpaft-logo-slider.owl-carousel .owl-wrapper-outer {
    margin: 0 20px;
    max-width: 1070px;
    overflow: hidden;
    position: relative;
    width: 100%;
}*/
.view-units-text.blue-btn-text{text-align:left;}

/****Newsroom Page***/
.post-play-icon {
    margin-top: 38px;
}
.featured-article {
    background-position: 0 0px, 50% 50%;
    background-size: auto auto, cover;
    height: 400px;
    padding-left: 18px;
}
.fp-column {
    padding-left: 0;
    padding-right: 5px;
}
.fp-column.right {
    padding-right: 0;
}
.fa-angle-right {
    font-family: Fontawesome,sans-serif;
    font-size: 18px;
    margin-left: 5px;
}
.tile-atom.post {
    margin-bottom: 8px;
    padding: 0 0 8px;
	text-align:left;
}
.tile-atom.post.social {
    background-color: #ee3342;
}
.tile-atom.post.testimonial {
    background-color: #00acc8;
}
.post-tags {
    border-bottom: 1px solid white;
    border-top: 1px none white;
    color: #4a4a4a;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 0 18px 18px;
}
.post-tags a{
	 font-weight: 600;
}
.read-more {
   /* border-top: 1px solid white;*/
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
}
.fa-tag {
    font-family: Fontawesome,sans-serif;
    margin-right: 3px;
}

.post-title.social {
    color: white;
}
.technology .post-title{color: #00acc8;}
.technology .text-button{color: #00acc8;}
.technology .text-button.share{color:#FFF;}
.testimonial-caption{color: white;}
.name {
    font-weight: 600;
}

.post-excerpt{
	color: #4a4a4a;
}
.post-title.technology , .post-title.technology a{
    color: #00acc8;
}
.text-button.technology{
	color: #00acc8;
}
.post-title a {
	color:#ee3342;
	font-weight:300;
	text-align:left;
}
.tile-atom.post.quote {
    background-color: #00acc8;
	color:#FFF;
}
.tile-atom.post.quote h3 a{
	color:#FFF;
}

.tile-atom.post.aside {
    background-color:#ee3342;
	color:#FFF;
}
.tile-atom.post.aside h3 a {
	color:#FFF;
}

.post-excerpt.ac-quote, .post-excerpt.ac-aside{
  font-family: 'Maven Pro', sans-serif;
  color: white;
  font-weight: 500;
  font-size: 24px;
  margin-top: 10px;
  line-height: 30px;
  margin-bottom: 18px;
}
.post-excerpt.ac-quote:before,.post-excerpt.ac-aside:before{
	content:'"';
}
.post-excerpt.ac-quote:after,.post-excerpt.ac-aside:after{
	content:'"';
}
.tile-atom.sidebar.latest-news {
    padding-bottom: 15px;
    padding-top: 30px;
}
.actags a{display:inline-block;}
.single .back-link{margin-bottom: 70px;}

.post-title-detail {
    color: #ee3342;
    margin-bottom: 24px;
	/*margin-top: 15px;*/
	/* line-height:28px; */
}
.post-tags.detail-page {
    margin-bottom: 35px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.actagsection{
	padding-bottom: 150px;
    padding-top: 200px;
	text-align:left;
}
.actagsection h1{
	color: #ee3342;
}
.newssidebar .newsitems h3 a{
	color:#ee3342;
	text-decoration:none;
}
.tiles-row .ACQ4003 .text-button.units{
	display:none;
}
/** EVENT REGISTERATION **/
.event-reg-form{
	float:left;
	width:100%;
}
.event-reg-form .gform_wrapper .top_label .gfield_label {
  color:#4a4a4a;
  font-weight:600 !important;
}
.event-reg-form .gfield_required,.learning-registeration .gfield_required,.supprt-req-form .gfield_required {
	display:inline-block;
}

.event-reg-form select {
	background-image:linear-gradient(white 0, #f3f3f3 100%);
}
.event-reg-form .button{
	color: white;
	border: 0;
	font-weight:600;
	line-height: inherit;
}

.event-reg-form .gform_heading .gform_description {
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: 'Maven Pro', sans-serif;
    color: #ee3342;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.event-reg-form .gf_repeater_add {
	margin-right:10px;
	color: #4a4a4a;
    font-weight: 600;
	cursor:pointer;
}
.event-reg-form .gf_repeater_remove {
	color:#F00;
	font-weight: 600;
	cursor:pointer;
}

.garvity-gray {
	float:left;
	margin-top: 10px;
    padding: 30px;
    background-color: #f3efeb;
	width:100%;
}
.garvity-gray  ul {
	padding-left:0px;
}

.event-reg-form .gf_repeater_remove {float:right;left: 0;position: absolute;top: -60px;}
.event-reg-form .gform_page_footer  .gform_button{
	float:right;
	margin-top:0px;
}
.w-form .gform_wrapper .event-reg-form .gfield_checkbox li{
	width:100%;
}
.w-form .gform_wrapper .event-reg-form li.addtnatnde{
	display:none;
}

.w-form .gform_wrapper .top_label .gfield_error{
	width:100%;
}
/*.addtnatnde:nth-of-type(1){
	display:block;
}*/
.extra-txt{padding:5px 0 !important;}
.extra-txt h2{display:none !important;}


.event-reg-form  .button{
	padding-top:0px;
	padding-bottom:0px;
}

.cc-div{
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 30px;
	background-color: #f3efeb;
}
.cc-div .event-spec,
.cc-div  .w-col-stack  div {
text-align:left;
}
.prepageval {
	float:left;
	width:100%;
}
.prepageval .gform_title {
	 float:left;
	 width:100%;
	 text-align:left;
	 margin:10px 0px;
}
.featured-post-div-block a:hover{
	color: #ee3342;
}
/**End**/
.load-more {
    border: 1px solid #dadada;
    border-radius: 10px;
    color: #bbb;
    display: block;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 1170px;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: background-color 500ms ease 0s;
}
.single-event_detail.single .content-div,
.attendee-registration .content-div,
.single-learning_event .content-div,
.registration-thank-you .content-div,
.course-registration .content-div,
.single-hosted_event .content-div,
.single-conferences .content-div {text-align:left;}
.single-event_detail.single .back-link{margin-bottom:0;}
.event-detail {
    color: #ee3342;
}
.event-intro-p {
    font-weight: 600;
    margin-bottom: 15px;
}
.button.acq-hosted {
    display: inline-block;
	left: 50%;
	margin-left: -97px;
    margin-top: 20px;
	position:relative;
    width: 195px;
}
.evnt-prgm-txt{color: #4a4a4a;font-weight: 300;text-align: left;}
.attendee-registration .gform_wrapper li.gfield.gfield_creditcard_warning{border:none;}
.attendee-registration .gform_wrapper li.gfield.gfield_creditcard_warning > label{display:none;}
.attendee-registration .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message{display:none;}
.attendee-registration .gform_wrapper .gform_card_icon_container{display:none;}
.attendee-registration .gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code{float:left;}
.attendee-registration .gform_wrapper .ginput_complex label{font-size:16px;}
.registration-thank-you .w-form-done{display:block;text-align:center;padding:20px;}
.attendee-registration .gfield_price,
.attendee-registration .currency-hidden,
.attendee-registration .event-name-hidden,
.attendee-registration .event-id-hidden,
.course-registration .event-id-hidden,
.course-registration .event-name-hidden,
.course-registration .event-loc-hidden{display:none !important;}
.attendee-registration .card > div > span:first-child > label{display:inline-block;}
.attendee-registration .cc-icons {float: right;padding-right: 10px;}
.ginput_container_repeater-end{  background-color: #f3efeb;
      margin: 10px 10px 0;
    padding: 30px;
	clear:left;
	position: relative;
}

.atendehead{
	 margin: 0px 10px;
}
.event-colum .event-reg-form_wrapper.gform_wrapper .gform_page_footer{
	border-top:none;
}
.drop-close{display:none !important;}
.post-credits a{display:inline-block;}
/*.w-form #gform_wrapper_3 ul li.gfield{background-color: #f3efeb;margin-bottom: 0;}*/
.video .post-credits{color:#4a4a4a;}
.discount-row{display:none;}
.gform_wrapper .top_label .gfield_error.w-col-6{width:50%;}
.trms-cndtns .gfield_required{display:none;}
.events .bp-rightcolum{margin:0;}
.unt-lst{display:none;}
.video .page-template-template-page-with-sidebar {text-align:left;}
/*** Sidebar ***/
.tile-atom.tile-top {
    border-bottom-right-radius: 0;
}
.sidebar-widget h3{ font-size: 24px;font-weight: 300;line-height: 32px;margin-bottom: 24px;margin-top: 0;}
.dark-text{color: #4a4a4a;}
.dark-text a{font-weight:500;color: #4a4a4a;}
.page-template-default article{text-align:left;}
.newsitem .view-article{display:none;}
#fancybox-wrap{
	z-index:99999;
}

.supportcontdetails .tile-atom.sidebar, .supportcontdetails  .tile-atom.course-sidebar{
	text-align:left;
}
.blue-txt {
    color: #00acc8;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    padding-top: 3px;
    text-decoration: none;
}
.blue-txt i,
.bottom-section a i {margin-left:10px;}
.bottom-section{background-repeat:no-repeat;background-position:center center;background-size:cover;}
.bottom-section h2,
.bottom-section a{color:#fff;}
.body-contnr{display: block;margin-left: auto;margin-right: auto;max-width: 1600px;height:100%;}
.w-slider{height:850px;}
.section-body,.section-top{background:#fff;}

/*** GIM Suite Page ***/
.page-template-template-gim-suite .section-body.panel h2{color: #00acc8;font-weight: 200;}
.page-template-template-gim-suite .cta-sec h2{color: #00acc8;margin-top: 35px;margin-bottom: 20px;}
.page-template-template-gim-suite .section-body.cta-sec .icn-cntnr{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;width: 100%;margin-top: 65px;}
.page-template-template-gim-suite .section-body.cta-sec .icn-cntnr h3{font-size: 20px;line-height: 28px;color: #00acc8;}

.downloads-listing{float:left; width: 100%;}
.sitemap-container h4{font-weight:400;font-size:12px;margin-top: 0;margin-bottom: 12px;text-transform: uppercase;color: #9b9b9b;}
.sitemap-container ul{margin:0;padding:0;list-style-type:none;}
.sitemap-container ul li{margin-bottom:0;}

.owl-item img {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.uber-section,.section-breadcrumbs{
	 width: 100%;
	 max-width:1600px;
	 margin:0px auto;
}
.evnt-short-desc{font-weight:600;margin-bottom:15px;}
.no-margin{margin:0;}
.itemlist{float:left;}
.login-requestsection a{
	font-weight:600;
}
.prereqctitle{
	color: #ee3342;
	  font-weight: 600;
}
.learning-event-terms-conditions ._2nd-panel-div-block ul{
	margin-bottom:15px;
}
.contact .tooltipster-base,
.page-template-template-contact-child .tooltipster-base{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: medium none;}
.contact .tooltipster-base .tooltipster-content,
.page-template-template-contact-child .tooltipster-base .tooltipster-content{padding-bottom: 20px;}
.contact .tooltipster-base .tooltipster-content .button.sml,
.page-template-template-contact-child .tooltipster-base .tooltipster-content .button.sml{line-height: 30px;min-width:230px;position:relative;}
.contact .tooltipster-base .tooltipster-content .button.sml:after,
.page-template-template-contact-child .tooltipster-base .tooltipster-content .button.sml:after{content:'';position:absolute;width: 0;height: 0;border-style: solid;border-width: 16px 16.5px 0 16.5px;border-color: #ee3343 transparent transparent transparent;left:50%;margin-left:-16px;bottom:-16px;transition: border-color 500ms ease;}
.contact .tooltipster-base .tooltipster-content .button.sml:hover:after,
.page-template-template-contact-child .tooltipster-base .tooltipster-content .button.sml:hover:after{content:'';position:absolute;width: 0;height: 0;border-style: solid;border-width: 16px 16.5px 0 16.5px;border-color: #c52a37 transparent transparent transparent;left:50%;margin-left:-16px;bottom:-16px;transition: border-color 500ms ease;}
.contact .enquiry-section{margin-top: 50px;max-width: 595px;margin-left: auto;margin-right: auto;}
.contact .enquiry-section h2{font-size: 38px;line-height: 50px;margin-bottom: 45px;}
.contact .gform_wrapper .gform_footer{text-align: center;}
.contact .button.registration{margin-left: auto;margin-right: auto;width: 230px;height: 45px;text-transform: capitalize;padding-top:11px;}
.contact .gform_wrapper .gfield_required{display:inline-block;color:#4a4a4a;}
.contact .w-form .gform_wrapper .top_label .gfield_label{font-weight: 400;}
.contact .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100% !important;}
.contact .w-form .gform_wrapper .gfield_checkbox li label{font-size: 14px;color: #555555;margin-left: 10px;}
.contact .internal-hero-heading.contact-title{margin-bottom: 15px;}
.contact .map-marker.santiago{left: 385px;top: 393px;}
.contact .map-marker.johannesburg{left: 634px;top: 392px;}
.contact .map-marker.perth{left: 878px;top: 383px;}
.contact .map-marker.brisbane{left: 973px;top: 360px;}
.contact .map-marker.adelaide{left: 928px;top: 387px;}
.contact .section-body,
.page-template-template-contact-child .section-body{padding-top: 35px;}
.contact .world-map-div,
.page-template-template-contact-child .world-map-div{margin-bottom: 50px;}
.marker_info_contnr,
.marker_info_contnr h3{color:#fff;font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;font-size:16px;line-height:24px;}
.marker_info_contnr .marker_info_img{width:100%;}
.marker_info_contnr .marker_info_img img{width:100%;}
.submit-enqury-cntnr{padding:20px 0;background:#fff;}
.submit-enqury-cntnr a{color:#ee3342;font-weight:500;}
.submit-enqury-cntnr a i{margin-left: 5px;}
.w-nav[data-collapse="medium"] .w-nav-button{
	display:none;
}
#responsive-menu .responsive-menu{padding-top:20px;}
 .body-contnr #responsive-menu .appendLink{
display:none !important;
padding:12px 30px !important;
border-bottom:none !important;
border-left:none !important;
}
.body-contnr #responsive-menu .appendLink.rm-append-inactive img{transform: rotate(270deg);}
 .body-contnr #click-menu #RMX{
	 font-size: 36px;
    font-weight: 600;
	color:#4a4a4a !important;
 }

.body-contnr #responsive-menu{
	top:70px;
	box-shadow:none !important;
	max-width: unset;
}
.body-contnr #responsive-menu .responsive-menu li a{
	/*font-family: "FS Lola",sans-serif;*/
    font-size: 16px;
    font-weight: 400;
	padding:7px 0 7px 0% !important;
	width:auto !important;
}
.body-contnr #responsive-menu .responsive-menu  > li  > a{font-weight: 300;}
.body-contnr #responsive-menu .responsive-menu li ul{
	padding:0px;
}

.body-contnr #responsive-menu .responsive-menu li li a{
	padding:3px 0 3px 0% !important;
	color:#4a4a4a !important;
}
.lnglist{
	float: left;
    padding: 10px 0 50px;
    text-align: center;
    width: 100%;
}
.lnglist a{
	padding:0px 20px;
}

.lnglist i.lngfv{
	color:#FFF;
	padding:0px 5px;
	margin-left:5px;
}
.bottom-section a.lngbutton{
	border-radius: 20px;
	height: 40px;
	padding: 10px 25px;
	background:#FFF;
	color:#ee3342;
	text-transform:uppercase;
	clear:left;
}
 .gform_wrapper .admprefer .gfield_description.validation_message{display:block !important; color: red;}
 .register-column{
	 text-align:right;
 }
 .w-lightbox-backdrop{z-index: 4000;}
 .support-requests h1.post-title-detail,
 .login-request-form h1.post-title-detail,
 .w-form .gform_wrapper .blue-font h2.gsection_title,
 .w-form .gform_wrapper .blue-font h3.gsection_title,
 .support-requests .sidebar-widget h5,
 .login-request-form .sidebar-widget h3{color:#00acc8;}
 a.uber-pagename i .fa.acextlink.fa-external-link {font-size:15px;}
.acmenudesc{
	padding:0px 15px 0px 0px;
}
.btmcontentwrap{
	background:#f3efeb;
	padding: 100px 0px;
}
.btmcotnent{
	text-align:left;
}
.btmcotnent h2{
	color :#00acc8;
}
.btmcotnent a{
	color:#4a4a4a;
}

 .btmcotnent a i {
    margin-left: 4px;
    margin-top: 4px;
}
.btmcotnent p{padding:10px 0px;}
sup.sptm{
	font-size:15px;
}
body.gim-suite-2-2-release .section-body.panel-1 img.cornerstone-image{
	box-shadow:none;
}
.no-course {
    background-color: #f3efeb;
    color:#000;
	font-style:italic;
	font-weight:400;
	margin-top: 0;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 20px;
	padding-bottom: 20px;
}
.no-course a,.no-course a:hover{color:#000;}
.author-creds {margin:65px 0 15px;padding-bottom: 15px;}
.author-creds h5{margin-top:15px;}
.search td.gsc-clear-button{display:none;}
.search td.gsc-search-button{position:relative;}
.search input.gsc-search-button
{
	background-color: #fff !important;
    background-image: url("img/search-icon.jpg");
    background-position: right 0;
    background-repeat: no-repeat;
    border: medium none !important;
    cursor: pointer;
    height: 18px !important;
    margin: 0;
    min-width: 18px !important;
    padding: 0 !important;
    position: absolute;
    right: 50px;
    text-indent: -10000px;
    top: 10px;
    width: 18px;
}
.search td.gsc-table-cell-thumbnail{display: block !important;width: 120px;padding:1em 1em 1em 0;}
/*.search .gs-web-image-box,
.search .gs-web-image-box a,
.search .gs-web-image-box img.gs-image{min-width: 100px;width: 100%;}*/
.search .gs-web-image-box {display: none;}
.search .gsc-table-cell-snippet-close, .gs-promotion-text-cell{padding:1em 0;}
.search .gs-result .gs-title{text-align:left;}
.search .gcsc-branding{display:none;}
.search .gsc-cursor-box.gs-bidi-start-align{text-align:center;}
.search .gsc-control-cse .gsc-table-result{font-family:"Source Sans Pro",sans-serif;font-size:16px;}
.search input.gsc-input{background:none !important;}
.top-bar-div-block{height: 35px;padding-top:0;}
.top-bar-text-link{height: 35px;padding-top:5px;display:inline-block;font-weight:300;}
.strip-search {border-left: 1px solid #dcd7d3;border-right: 1px solid #dcd7d3;margin-left: 25px;padding-left: 35px;padding-right: 15px;}
#search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=80);
	display:none;
	z-index: 9999;
}
#search-overlay .search-form-contnr{position: relative; width: 100%; height: 100%;}
#search-overlay .search-form-contnr .search-form{position: absolute; top: 35%; left: 50%; width: 88%; margin-left: -44%;}
#search-overlay .search-form-contnr .search-form label{font-size: 24px; color: rgb(238, 51, 66); font-family: "Source Sans Pro",sans-serif; font-weight: normal; margin-bottom: 40px; line-height: 40px;}
#search-overlay .search-form-contnr .search-form input{background:#fbfbfb none repeat scroll 0 0;border-color: #cccccc;border-radius: 10px;font-size: 28px;height: 55px;max-width:800px;margin-left: auto;margin-right: auto;}
.tax-download_category .filter-nav.no-header-image{margin-top:0;}
.tax-download_category .w-col-3 .left strong,
.page-template-template-download-listing .left strong{display:block;}
.online-learning .tile.videos{display:inline-block;margin-left:15px;margin-right:15px;}

/*** Footer ***/
.connect-wrapper {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;color: #ee3342;font-weight: 600;}
.icons-wrapper{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.community-social-media-icns{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;margin-left: 12px;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.community-social-media-icns{-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.social-icon {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;width: 36px;height: 36px;margin-right: 12px;margin-left: 0px;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;border-radius: 18px;background-color: #ee3342;-webkit-transition: all 200ms ease;transition: all 200ms ease;color: #fff;}
.social-icon:hover {-webkit-transform: translate(0px, -3px);-ms-transform: translate(0px, -3px);transform: translate(0px, -3px);color: #fff;}
.sitemap-container{max-width: 1400px;padding-right: 12px;padding-left: 12px;}
.sitemap-div-block {width: 14.28%;margin-bottom: 24px;padding-right: 12px;text-align:left;}
.sitemap-link{margin-bottom: 12px;font-size: 14px;font-weight: 400;color: #ee3342;display: inline-block;width: auto;}
.sitemap-link:after{content: "\f105";font-size:9px;font-weight:300;font-family: FontAwesome;color: #ee3342;margin-left: 3px;}
.sitemap-link:hover:after{color: #444;}
.footer-3col-container{max-width: 1400px;}
.footer-sitemap{background-color: #f3efeb;}

/*** Back to top ***/
 #back-to-top{background: #464646 none repeat scroll 0 0;border-radius: 30px;bottom: 35px;color: #fff;padding: 14px 20px;position: fixed;right: 42px;text-transform: uppercase;transition: opacity 0.2s ease-out 0s;z-index: 9999;opacity:0;}
 #back-to-top i{margin-right:12px;}
 #back-to-top.show {opacity: 1;}

 /*** Loader ***/
 /*#overlay {background: #fff none repeat scroll 0 0;bottom: 0;display: none;left: 0;opacity: 0.8;position: fixed;right: 0;top: 0;z-index: 9999;}
 #loading {height: 34px;left: 50%;margin: -17px 0 0 -17px;position: absolute;top: 50%;width: 34px;}*/

 /***Storify ***/
.storify .hero-image-panel{background-position: 50% 100%;}
.storify .internal-hero-heading{display:none;}
.storify h3.blk-txt{color: #4a4a4a;}
.storify h4{ color: #4a4a4a;font-style: italic;font-weight: 400;}
.video-container {position: relative;padding-bottom: 35.25%;padding-top: 30px;height: 0;overflow: hidden;margin-left: auto;margin-right: auto;max-width: 780px;}
.video-container iframe,
.video-container object,
.video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {max-width: 100%;}
.grid-container{margin-left: auto;margin-right: auto;max-width: 875px;}
.tag-post{margin: 5px;padding: 0;text-align:center;font-family: "museosans"}
.tag-post #header h1{color: #555; margin-bottom: 10px;font-weight:bold;font-family: "museosans";}
.tag-post #content {margin: 0;overflow: hidden;padding-bottom: 0 !important;padding-left: 0;padding-right: 0;padding-top: 0;}
.tag-post .vignette {float: left;padding-top: 33%;position: relative;text-align: left;width: 33%;}
.tag-post .vignette .thumbnail {left: 0;overflow: hidden;padding-bottom: 100%;position: absolute;right: 10px;top: 5px;}
.tag-post .vignette .thumbnail div {background-color: black !important;background-size: cover !important;padding-bottom: 100%;position: absolute;width: 100%;}
.tag-post .vignette_bottom {min-height: 110px;padding: 0 10px 0 0;transition: all 1s ease 0s;}
.tag-post .vignette .attribution {height: 32px;line-height: 0.9;margin: 5px 0;}
.tag-post .vignette .attribution .avatar img {float: left;height: 32px;margin-right: 5px;width: 32px;}
.tag-post .vignette .attribution a {color: black;text-decoration: none;}
.tag-post .vignette .attribution .author_info .author a {font-size: 12px;font-weight: bold;}
.tag-post .vignette .attribution .author_info .timestamp {float: left;margin-right: 10px;}
.tag-post .vignette .attribution .author_info .timestamp a {color: #555;font-size: 10px;}
.tag-post .vignette .caption {clear: left;color: #555;font-size: 12px;height: 65px;line-height: 1.4;overflow: hidden;text-overflow: ellipsis;}
.tag-post .vignette .caption a {color: #333;text-decoration: none;}
.no-pad-top{padding-top:0 !important;}

/*** Nova Partner Listing ***/
.service-types-parent {margin-top: 24px;}
.service-type-btn {-moz-box-align: end;-moz-box-pack: center;align-items: flex-end;color: #ee3342;display: flex;font-size: 14px;justify-content: center;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center; -webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end; cursor: default;}
.service-type-btn:hover{color: #ee3342;}
.service-type-icon {align-self: center;font-size: 12px;margin-bottom: 3px;margin-left: 3px;-webkit-align-self: center;-ms-flex-item-align: center; cursor: pointer;z-index: 99;}
.service-info-contnr{background: #ee3342 none repeat scroll 0 0;border-bottom-right-radius: 40px;padding: 20px;text-align: center;width: 275px;position: relative;}
.service-info-contnr::after {width: 0;height: 0;border-style: solid;border-width: 31.2px 18px 0 18px;border-color: #ee3343 transparent transparent transparent;content: '';position:absolute;top:100%;left:50%;margin-left:-15px;}
.service-info-contnr img{margin-bottom: 8px;margin-top: 10px;width: 70px;}
.service-info-contnr h3{color: #fff;}
.service-info-contnr p{color: #f7a9af;}
.find-an-acquire-nova-partner .tooltipster-base{ background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: medium none;}
.find-an-acquire-nova-partner .tooltipster-base .tooltipster-content{overflow: visible;}
.partner-title h3{transition: color 500ms ease 0s;}
.partner-title h3:hover{color: #000;}
/*.tile-lnk {display:block;transition: background-color 500ms ease 0s;}
.tile-lnk:hover{background-color: #e6e1dc;}*/
.tile-lnk span{ position:absolute; width:100%;height:100%;top:0;left: 0;z-index: 1;}
.filtersection{padding:40px 24px;border-top:1px solid #e0e0e0;background:#fff;}
.filtersection.beige{background-color:#f3efeb}
.filtersection h4{margin-bottom: 8px;color: #ee3342;font-size: 18px;line-height: 24px;}
.filtertext{margin-right:16px;margin-left:16px;font-weight:600}
.filterwrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:24px;padding-right:96px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.filterdropdown {margin-right: 16px;margin-left: 16px;}
.largebutton.filter{margin-top:0;padding-right:64px}

/*** Learning Landing ***/
body.page-id-52 .learning-3col-wrapper {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;margin-top: 70px;padding: 48px 36px;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;background-color: #fff;flex-direction:column;}
.learning-3col-wrapper {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;margin-top: 70px;padding: 48px 36px;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;background-color: #fff;}
.learning-div {width: 33.3%;padding: 0px 35px;float:left;}
.div-block {margin-bottom: 70px;padding: 48px 30px;border-top: 1px solid #e7e7e7;border-bottom-right-radius: 40px;background-color: #fff;}
.button.sml {text-transform:none;color:#fff;font-weight: 600;height:auto;min-height:40px;padding-bottom:7px;}
.button.sml.brchr{margin-left:50px;}
.button.sml.secure{height: 40px;line-height: 40px;padding: 0;width: 180px;display: block;margin: 35px 0 15px;background-color: #00acc8;font-size: 14px;}
.button.sml.secure i{margin-right: 15px;}
.section-cta {display: block;max-width: 1600px;margin-right: auto;margin-left: auto;padding-top: 108px;padding-bottom: 108px;background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;}
.cta-btns-wrapper {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;max-width: 1170px;margin-right: auto;margin-left: auto;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;text-align: center;}
.button.sml.cta-btns {margin-right: 18px;margin-left: 18px;background-color: #fff;color: #ee3342;}
.page-template-template-learning-landing .section-body{border-bottom:none;padding:70px 0 0px;background-size:cover;display: inline-block;width: 100%;background: #f3efeb;}
.page-template-template-learning-landing #Top-Section{padding-bottom:140px;}
.page-template-template-learning-landing .section-cta{background-color:#ee3342;background-blend-mode: multiply;background-position:bottom;}
.page-template-template-learning-landing .section-cta h3{color: #fff;margin-bottom: 35px;}
.page-template-template-learning-landing .section-cta a.button.sml.cta-btns{color:#4a4a4a;margin-right: 28px;margin-left: 28px;}
.page-template-template-learning-landing h2.intro-para{margin-bottom: 30px;}
.page-template-template-learning-landing .intro-desc{font-family: 'Maven Pro', sans-serif;font-weight: 500;font-size: 22px;line-height: 30px;margin-bottom: 30px;}
.page-template-template-learning-landing .code-itm-cntnr{margin-top: 70px;display: flex;flex-wrap: wrap;justify-content: center;}
.page-template-template-learning-landing .code-itm{width: 20%;}
.page-template-template-learning-landing .code-itm a{color: #4a4a4a;font-weight: 600;}
.page-template-template-learning-landing .code-itm a img.right-arrow{margin-left: 5px;}
.page-template-template-learning-landing .left-column-div-block{padding-top: 0;}
.page-template-template-learning-landing .section-body.panel-2{background:#fff;padding-bottom:85px;}
.page-template-template-learning-landing .left-column-div-block h2{margin-bottom: 30px;}
.page-template-template-learning-landing .left-column-div-block .lrng-types{margin-top: 50px;}
.page-template-template-learning-landing .left-column-div-block .lrng-type-itm{text-align:center;}
.page-template-template-learning-landing .left-column-div-block .lrng-type-itm img{margin-bottom: 5px;vertical-align:middle;}
.page-template-template-learning-landing .left-column-div-block .lrng-type-itm h3{font-size: 16px;font-weight: 300;}
.page-template-template-learning-landing .left-column-div-block .lrng-type-itm .icn-cntnr{width:38px;height:38px;margin: auto;}


/*** Home ***/
.hero-container-new-cntnr{display: flex;height: 100%;align-items: center;padding-left: 15px;}
.hero-container-new {position: relative;left:auto;top: auto;z-index: 10;display: block;width: 100%;max-width: 1170px;text-align: left;margin-left: auto;margin-right: auto;}
.hero-container-new > * {width:50%;}
.home-hero{font-size: 56px;letter-spacing: -1px;line-height: 62px;font-weight: 400;text-shadow: 0 0 64px rgba(0,0,0,0.5);margin-bottom: 16px;}
.widepanel-copy.home-intro{margin-bottom: 0;font-weight: 400;font-size: 16px;letter-spacing: 0;line-height: 24px;}
.widepanel-copy.home-intro + a{font-size: 14px;font-weight: 500;background: transparent;font-family: 'Maven Pro', sans-serif;padding: 0;margin-top: 8px;line-height: 20px;min-height: auto;text-align: left;}
.slide-nav{bottom: 100px;}
.down-arrow{right: auto;bottom: 75px;display: inline-block;opacity: 1;text-align: left;}
.homehero{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100vh;max-height:800px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-position:50% -10%;background-size:cover;background-repeat:no-repeat}
.prequalnav{position:absolute;left:0;top:auto;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:1170px;margin-right:auto;margin-left:auto;padding:40px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;border-top-left-radius:8px;border-top-right-radius:8px;background-color:#fff;z-index: 9;display:none;}
.prequalnavcolumn{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.prequalnav .prequalnavcolumn:first-child{-webkit-box-flex:1.5;-webkit-flex:1.5;-ms-flex:1.5;flex:1.5}
.dropdownlabel{margin-bottom:8px;color:#333;font-size:16px;font-weight:400;text-align: left;}
.dropdownselector{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:'Maven Pro',sans-serif;color:#ee3342;font-size:18px;line-height:18px;font-weight:500;text-decoration:none;text-align:left;}
.btnarrowdropdown{margin-right:0;margin-left:16px;font-weight:400}
#Welcome,
.homeslider .slide-nav{display:none;}
.prequalsection{padding-right:24px;padding-left:24px;background-color:#f3efeb;display:none;}
.prequalcontainer{max-width:1170px;margin-right:auto;margin-left:auto;padding:80px 0}
.pqsubnav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;flex-wrap: wrap;}
.pqnavcolumn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:40px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;text-align:left;margin-bottom:15px;}
.pqdropdownlabel-copy{margin-right:8px;color:#333;font-size:16px;line-height:16px;font-weight:400}
.dropdowntoggle{padding-top:0;padding-bottom:0;padding-left:0;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-family:'Maven Pro',sans-serif;color:#ee3342;font-size:18px;line-height:18px;font-weight:500}
.icon {margin-right: 8px;}
.dropdownlist.w--open{border-radius:8px;background-color:#fff;box-shadow:1px 1px 4px 0 rgba(0,0,0,.22);font-family:'Maven Pro',sans-serif;font-weight:500}
.dropdownlink{-webkit-transition:background-color .2s ease;transition:background-color .2s ease;font-weight: 400;}
.dropdownlink:hover{background-color:#f3efeb}
.prequalanswers{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:48px;-webkit-box-pack:justify;-webkit-justify-content:flex-start;-ms-flex-pack:justify;justify-content:flex-start;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}
.prequalbuttons{width:23%;border-bottom-right-radius:40px;background-color:#fff;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;font-family:'Maven Pro',sans-serif;color:#333;font-size:18px;font-weight:500;text-decoration:none;margin:0 20px;}
.prequalbuttons:hover{background-color:#ee3342;color:#fff}
.prequalanswers .prequalbuttons:first-child{margin-left:0;}
.prequalimage {display: block;width: 100%;}
.prequaltitle {margin: 16px;text-decoration: none;text-align: left;}
.existingtextresutls{margin-top:32px;font-family:'Maven Pro',sans-serif;font-size:16px;line-height:150%;font-weight:400;text-align: left;}
.slct-wrpr{position:relative;display: inline-block;padding-right: 20px;}
.slct-wrpr select{font-family: 'Maven Pro',sans-serif;color: #ee3342;font-size: 18px;line-height: 18px;font-weight: 500;border: 0;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: transparent;cursor:pointer;}
.slct-wrpr:after{content:"\f107";position:absolute;left:auto;right: 0;top:0;font-family: Fontawesome,sans-serif;color:#ee3342;font-size: 20px;font-weight: 600;}
.slct-wrpr select option{color: #222;font-size: 16px;line-height: 24px;font-weight: 400;padding: 10px 20px;}
.geoscientific-soltn .prequalcontainer .prequalanswers{display:none;}
.fadeEle{opacity:0.5;}
.fadeEle a,
.fadeEle .w-dropdown-toggle{cursor:text;}
.homehero .section-breadcrumbs{display:none;}
.homehero .herocontent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:60%;padding-left:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.homeh1{color: #ee3342;text-align: left;margin-top: 32px;margin-bottom: 16px;font-size: 56px;line-height: 110%;}
.herotext {font-weight: 400;color:#333;text-align:left;}
.smallbutton{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;margin-top:16px;padding-right:32px;padding-left:32px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:28px;background-color:#ee3342;color:#fff;font-size:16px;line-height:16px;font-weight:400;text-decoration:none}
.smallbutton.contactsubmit{width:160px;margin-top:24px;margin-right:auto;margin-left:auto}
.smallbutton.contactsubmit.gsbtn{background-color:#00acc8}
.smallbutton.btnblue{background-color:#00acc8}
.smallbutton.filter{margin-top:0;padding-right:64px}
.smallbutton:hover{color:#fff;}
.home .body-contnr > main{border-top: 1px solid #e0e0e0;}
.home .join-sec .content-div{text-align:center;}
.home .join-sec .content-div .largebutton, .events-bookings-2 .join-sec .content-div .largebutton{width: auto;max-width: 200px;margin-left: auto;margin-right: auto;}


/*** Search Result Page ***/
.page-template-template-google-search .gsc-adBlock{display:none;}

/*** Subscription Thank You ***/
.subs-form-cntnt form{max-width: 850px;margin: auto;}
.subs-form-cntnt .col-md-6{width: 50%;float: left;padding: 0 15px;}
.subs-form-cntnt .receive-cntnr .col-md-6:first-child{text-align:right;}
.subs-form-cntnt .receive-cntnr .col-md-6 label{display: inline-block;}
.subs-form-cntnt .receive-cntnr .col-md-6 input[type="checkbox"]{margin-right: 12px;}
.subs-form-cntnt .btn-cntnr{display: inline-block;width: 100%;}
.subs-form-cntnt .btn-cntnr button{background-color: #ee3342;color: #fff;border: 0;border-radius: 5px;padding: 15px 18px;font-weight: bold;}
.subs-msg-cntnt {text-align: center;}
.subs-msg-cntnt p {font-weight: bold;color: #ee3342;}
.subscription-thank-you .section-top{padding-top: 220px;padding-bottom: 135px;}
.subscription-thank-you select{font-size:16px;}
.subscription-thank-you select option{padding:2px;}

.top-bar-text-link.fa-envelope-o::before{
display:none;
/* font-weight:400; */
}

.top-bar-text-link.fa-search::before{
display:none;
}
.top-bar-text-link.top-bar-btn {
 display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 18px;
   padding-right: 18px;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  font-family: 'Source Sans Pro', sans-serif;
  color: #ee3342;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  padding-top:0px;
}

.top-bar-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 18px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  font-family: 'Source Sans Pro', sans-serif;
  color: #ee3342;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.top-bar-btn.login-top-button {
  font-weight: 700;
}


.top-bar-btn.search {
  margin-left: 0px;

  color: #444;
  font-weight: 300;
}

.top-nav-icon {
  margin-left: 6px;
  font-family: Fontawesome, sans-serif;
  color: #333;
  font-weight: 400;
}
/*** Download Landing page ***/
.downloads-landing .learning-3col-wrapper{flex-wrap: wrap;justify-content: center;}
.downloads-landing .learning-3col-wrapper .learning-div{width: 50%;max-width: 410px;}
.downloads-landing .button.sml{background-color: #00acc8;}
.downloads-landing .button.sml i{margin-right: 20px;}

/*** Sign up page ***/
.signup-pg{max-width: 870px;margin: auto;text-align:center;}
.signup-pg h3{font-weight:500;}
.signup-pg .container{padding: 0 15px;}
.signup-pg .container .row{display: flex;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;align-items: center;margin-bottom:25px;}
.signup-pg .container .row .col-md-3{width: 25%;padding: 0 15px;float: left;}
.signup-pg .container .row .col-md-9{width: 60%;padding: 0 15px;float: left;}
.signup-pg .container .row label{text-align: right;}
.signup-pg input.css-checkbox[type="checkbox"]:not(old){margin: 0;opacity: 0;padding: 0;height: 16px;width: 16px;cursor: pointer;position: relative;left: 0;float: left;top: 20px;}
.signup-pg input.css-checkbox[type="checkbox"]:not(old) + label	{background: url('img/checkbox-new.png') 0 -16px no-repeat rgba(0,0,0,0);display: inline-block;line-height: 20px;margin: 0;padding-right: 0;width: 100%;text-align: left;padding-left: 30px;font-weight: 300;}
.signup-pg input.css-checkbox[type="checkbox"]:checked + label {background-position: 0 0px;}
.signup-pg .button.sml{border: 0;}

/***Menu fix***/
.w-nav-menu{height:70px;}
.w-nav-menu ul , .w-nav-menu ul li{height:100%}
.responsive-strip-menu ul{list-style-type: none;margin: 0;padding: 0;}
.responsive-strip-menu ul li a{font-weight: 300;font-size: 15px;}

/*** Course Detail ***/
.course-ttle{margin-top: 50px;margin-bottom: 40px;}
.crseDtls .back-link{margin-bottom: 70px;}

/*** Contact child page***/
.page-template-template-contact-child .header-no-image{background-color: #FFF;}
.page-template-template-contact-child .internal-hero-heading.contact-title{margin-bottom:0;}
.page-template-template-contact-child .map-marker.brisbane{left: 973px;top: 360px;}
.page-template-template-contact-child .map-marker.perth{left: 878px;top: 383px;}
.page-template-template-contact-child .map-marker.johannesburg{left: 634px;top: 392px;}
.page-template-template-contact-child .map-marker.santiago{left: 385px;top: 393px;}
.page-template-template-contact-child .map-marker.adelaide{left: 928px;top: 387px;}

/*** Course Sidebar ***/
.page-template-template-course-detail .event-right-column .button{margin-top: 25px;text-transform: none;margin-bottom: 10px;}
.txt-cntr{text-align:center;}
.page-template-template-course-detail .tile.registration a{display: block;text-align: left;font-weight: 600;}
.med-ico{margin-right: 15px;margin-bottom: 5px;}
.page-template-template-course-detail .event-right-column h5{margin-top:0;}
.page-template-template-course-detail .tile-atom{padding:0;}

/*** About Page ***/
.page-template-template-about .left-column-div-block,
.page-template-template-about .right-column-div-block{padding-top:0;}
.page-template-template-about .section-body.panel{padding-left:0;padding-right:0;}
.page-template-template-about .section-body.panel .w-row{display: flex;flex-wrap: wrap;align-items: center;}

.page-template-template-about .section-body.panel .column-1,
.page-template-template-about .left-column-div-block{padding-left: 0;}
.page-template-template-about .section-body.panel h2{margin-bottom:30px;}
.page-template-template-about .section-body.panel .intro-txt{font-family: 'Maven Pro', sans-serif;font-weight: 500;font-size: 20px;line-height: 28px;margin-bottom: 24px;}
.page-template-template-about .section-body.award-sec .glry-sec{text-align:center;margin-top: 30px;margin-bottom: 45px;}
.page-template-template-about .section-body.award-sec .glry-sec img{padding: 0 40px;}
.page-template-template-about .section-body.award-sec .award-content{text-align: center;margin-top: 30px;max-width: 1020px;margin-left: auto;margin-right: auto;font-size: 20px;}
.page-template-template-about .section-body.cta-sec h2{color: #4a4a4a;margin-top: 35px;margin-bottom: 20px;}
.page-template-template-about .section-body.cta-sec .icn-cntnr{display: inline-block;width: 100%;margin-top: 65px;}
.page-template-template-about .section-body.cta-sec .icn-cntnr .learning-div,
.page-template-template-gim-suite .section-body.cta-sec .icn-cntnr .learning-div{width: 25%}
.page-template-template-about .section-body.cta-sec .icn-cntnr .learning-div h3{font-size: 20px;line-height: 28px;}
.page-template-template-about .section-body.cta-sec .cta-btm-sec,
.page-template-template-gim-suite .section-body.cta-sec .cta-btm-sec{margin-top: 75px;}
.page-template-template-about .section-body.cta-sec .cta-btm-sec p,
.page-template-template-gim-suite .section-body.cta-sec .cta-btm-sec p{font-weight: 600;}
.page-template-template-about .section-body.cta-sec .cta-btm-sec a.button,
.page-template-template-gim-suite .section-body.cta-sec .cta-btm-sec a.button{margin-top:20px;}

/*** Gim Suite 3 ***/
.home-hero.gm3{text-shadow: unset;}

/*** Maintenance Page ***/
#hero-image{background-image:url('img/people.png');background-repeat:no-repeat;background-size:cover;}
#hero-image img{opacity:0;}

/*** Support Request ***/
.gform_wrapper.gf_browser_ie .gform_footer input.button{padding-right: 35px !important;padding-left: 40px !important;}

/*** Resource Landing ****/
.page-template-template-resources-landing .tiles-row.pathways{display: flex;flex-wrap: wrap;justify-content: center;}
.page-template-template-resources-landing .tiles-row.pathways .tile.pathways{height: calc(100% - 20px);min-height: 350px;position: relative;}
.page-template-template-resources-landing .tiles-row.pathways .tile.pathways img{max-width: 70px;}
.page-template-template-resources-landing .tiles-row.pathways .tile.pathways p{margin-bottom: 55px;}
.page-template-template-resources-landing .tiles-row.pathways .tile.pathways .text-button.units{position: absolute;bottom: 25px;left: 0;right: 0;}

/*** Support Overview ***/
.page-template-template-resources-landing.support h2,
.page-template-template-resources-landing.support h3,
.page-template-template-resources-landing.support .text-button{color: #00acc8;}

/*** Timeline ***/
.timeline-wrapper{display:block;max-width:1600px;margin-right:auto;margin-bottom:82px;margin-left:auto;padding-bottom:113px;background-color:#fff;background-image:url('img/background.jpg');background-position:50% 100%;background-size:contain;background-repeat:no-repeat}
.intro-wrapper{padding-top:70px;padding-bottom:58px;color:#4a4a4a;font-size:16px;line-height:24px;text-align:center}
.top-section-line{width:50%;height:50px;border-right:2px dotted #acacac}
.timeline-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.timeline-row a{text-align:left;}
.timeline-left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:14px 14px 30px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.timeline-parent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;text-decoration:none}
.timeline-tile{width:390px;min-height:170px;padding:24px;border-bottom:8px none #057ac9;border-bottom-right-radius:40px;background-color:#ee3342;box-shadow:0 6px 0 0 #b3212d;color:#fff;text-decoration:none}
.tile-year{margin-bottom:12px;font-size:11px}
.tile-heading{margin-top:0;margin-bottom:12px;color:#fff;font-size:20px;line-height:24px;font-weight:500;text-decoration:none}
.timeline-tile .text-block{color:hsla(0,0%,100%,.9);text-decoration:none;font-size: 14px;}
.timeline-readmore{display:inline-block;margin-top:12px;color:#fff;font-weight:400;text-decoration:none;font-size: 14px;}
.readmore-arrow{margin-left:3px;font-family:Fontawesome,sans-serif}
.timeline-readmore .right-arrow{margin-left:0;}
.timeline:not(body){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:60px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.year-marker{width:60px;padding-top:4px;padding-bottom:4px;border-radius:6px;background-color:#525252;color:#fff;text-align:center}
.verticle-line{width:50%;margin-right:30px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-right:2px solid #525252}
.timeline-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:14px 14px 30px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.loadmore-btn{display:block;width:170px;height:50px;margin-right:auto;margin-left:auto;padding-top:12px;border:2px solid #525252;border-radius:12px;background-color:#fff;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;color:#525252;font-size:18px;font-weight:600;text-align:center;text-decoration:none}
.loadmore-btn:hover {background-color: #e6e6e6;}
html.w-mod-js [data-ix=lightbox]{display:none;opacity:0}
.lightbox{position:fixed;left:0;top:0;right:0;bottom:0;z-index:10;display:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.81)}
/*.lightbox-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-bottom:48px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}*/
.lightbox-container{top:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:stretch;align-items:center;color:#333;}
.close-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
.close-btn{padding:12px}
/*.lightbox-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}*/
.lightbox-row{width:100%;max-width:900px;order:0;flex:0 1 auto;align-self:center;position:relative;}
.lightbox-arrow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:24px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position: absolute;top: calc(50% + 52px);margin-top: -38px;cursor:pointer;z-index: 9;}
.lightbox-arrow.prev{left: -63px;}
.lightbox-arrow.next{right: -63px;}
.lightbox-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.lightbox-tile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:900px;border-bottom-right-radius:40px;background-color:#f3efeb}
.lightbox-tile .imgcol {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content: center;align-items: center;}
/*.lightbox-tile img{max-width:435px;width:100%;}*/
.image {position: relative;}
.lightbox-copy-div{padding:36px 28px 36px 36px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-size:16px;line-height:24px;text-align:left;position: relative;}
.lightbox-copy-div .lightbox-scroll-cntnr{max-height: 435px;overflow-y: auto;}
.lightbox-h3{margin-top:24px;margin-bottom:12px;color:#ee3342}
.excerpt {font-weight: 400;}
.timeline-row:last-child .verticle-line{display:none;}
.lightbox-copy-div .lightbox-scroll-cntnr .jspVerticalBar{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #fff;border-radius: 25px;width: 8px;}
.lightbox-copy-div .lightbox-scroll-cntnr .jspVerticalBar .jspTrack{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
.lightbox-copy-div .lightbox-scroll-cntnr .jspVerticalBar .jspTrack .jspDrag{background: rgb(82, 82, 82) none repeat scroll 0% 0%;border-radius: 25px;}
.lightbox-copy-div .lightbox-scroll-cntnr .jspPane > * {padding-right:15px;}
.lightbox-vdo{position: relative;padding-bottom: 435px;height: 0;width: 100%;}
.lightbox-vdo iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-bottom-right-radius: 40px;}
.lightbox-vdo-close {position: absolute;top:12px;right: 12px;cursor:pointer;}
.lightbox-vdo-close i{font-size: 30px;color: #fff;}
.lightbox-cntnt-top-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content: space-between;}
.lightbox-play-icon{position: absolute;right: 45px;top: 36px;}
.lightbox-vdo-open{display: inline-block;}
.lightbox-vdo-open i{font-size: 30px;color: #525252;cursor:pointer;}
.page-template-template-timeline .intro-wrapper{padding-top:0;}
.tmln-galry-cntnr{width:450px;padding:0 15px;/*height:510px;padding: 90px 15px 0;*/}
.timelne-gallery.slick-slider .slick-track{display: flex;align-items: center;}
.timelne-gallery .slick-dots{display: flex;justify-content: center;margin: 0;padding: 1rem 0;list-style-type: none;}
.timelne-gallery .slick-dots li{margin: 0 5px;}
.timelne-gallery .slick-dots button{display: block;width: 12px;height: 12px;padding: 0;border: 2px solid #ee3342;border-radius: 100%;background-color: #ee3342;color:transparent;}
.timelne-gallery .slick-dots li.slick-active button{background-color: #f3efeb;}
/*.timelne-gallery .slick-slide,
.timelne-gallery .slick-slide img{height: 285px;}*/
.popup-cntnt > .slick-list{min-height:507px;}

body .gform_wrapper ul li.gfield.capt-opt{ clear: left;padding: 0px 0px 0px 0px;margin: 0px 10px 0px 0px;}

body .gform_wrapper ul li.gfield.capt-opt div.ginput_recaptcha div{margin:0px auto;}

/*** Gim Suite Software ***/
.herosection{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top: 140px;padding-top:112px;padding-bottom:112px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-image:url(https://uploads-ssl.webflow.com/5be90d7016344010cfc0acd4/5be929af1f965bb2e073e73f_websitebanner-gimsuite4-release-v2.jpg);background-position:50% 0;background-size:cover;background-repeat:no-repeat;text-align:left;}
.container1170{display:block;width:100%;max-width:1170px;margin-right:auto;margin-left:auto}
.herocontent {width: 50%;padding-left: 16px;}
.heading-3{margin-top:32px;margin-bottom:16px;color:#00acc8;font-size:56px;line-height:110%;font-weight:300;font-family: 'Maven Pro', sans-serif;}
.page-template-template-gim-suite-4 .blue-btn.button{height:40px;margin-top:24px;padding-top:8px;padding-right:32px;padding-left:32px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:20px;background-color:#00acc8;text-transform: inherit;font-weight: 300;}
.bodysection{padding-top: 112px;background:#fff;}
.page-template-template-gim-suite-4 .section-body{padding-top: 56px;padding-bottom: 56px;background:#fff;border-bottom: 0;}
.page-template-template-gim-suite-4 .section-body:first-child,
.page-template-template-gim-suite-5 .section-body:first-child{padding-top:0;}
.page-template-template-gim-suite-4 .section-body.panel-2{background: #f3efeb;}
.page-template-template-gim-suite-4 .section-body .w-row{display: flex;flex-wrap: wrap;align-items: center;}
.page-template-template-gim-suite-4 .section-body .w-row .right-column-div-block,
.page-template-template-gim-suite-4 .section-body .w-row .left-column-div-block{padding-top:0;}
.page-template-template-gim-suite-4 .section-body .w-row .right-column-div-block h2,
.page-template-template-gim-suite-4 .section-body .w-row .left-column-div-block h2,
.page-template-template-gim-suite-5 .section-body .w-row .right-column-div-block h2,
.page-template-template-gim-suite-5 .section-body .w-row .left-column-div-block h2{color:#00acc8;}
.page-template-template-gim-suite-4 .section-body.cta-sec{display:inline-block;width:100%;padding: 70px 10px;border-top: 1px solid #e7e7e7;}
.page-template-template-gim-suite-4 .section-body.cta-sec h2{color:#00acc8;margin-top: 35px;margin-bottom: 20px;}
.page-template-template-gim-suite-4 .section-body.cta-sec .icn-cntnr{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin-top:65px}
.page-template-template-gim-suite-4 .section-body.cta-sec h3{color:#00acc8;font-size: 20px;line-height: 28px;}
.page-template-template-gim-suite-4 .section-body.cta-sec .learning-div{width: 25%;}
.page-template-template-gim-suite-4 .latest-release-section.beige-release{background:#fff;padding-top: 20px;}
.page-template-template-gim-suite-4 .latest-release-section.beige-release > h2{margin-bottom: 95px;}
.page-template-template-gim-suite-4 .latest-releast-cta-section{background-color: #fff;color: #4a4a4a;}
.page-template-template-gim-suite-4 .latest-releast-cta-section .downloadintro{font-weight: 600;}
.page-template-template-gim-suite-4 .realease-btn{color: #00acc8;}
.page-template-template-gim-suite-4 .section-body.cta-sec .cta-btm-sec{margin-top: 75px;}
.page-template-template-gim-suite-4 .section-body.cta-sec .cta-btm-sec p{font-weight: 600;}
.page-template-template-gim-suite-4 .section-body.cta-sec .cta-btm-sec a{margin-top: 20px;font-weight: 600;}

/*** GIM Suite 5 ***/
.page-template-template-gim-suite-5 .section-body{border-bottom:0;}
.page-template-template-gim-suite-5 .section-body.panel-2{background: #fff;}
.page-template-template-gim-suite-5 .latest-release-section.beige-release{background: #fff;padding-top: 60px;padding-bottom: 150px;}
.page-template-template-gim-suite-5 .latest-release-section.beige-release > h2.widepanel-heading.gim-suite-blue{margin-bottom:95px;}
.page-template-template-gim-suite-5 .section-body .w-row{display:flex;flex-wrap: wrap;align-items: center;}
.page-template-template-gim-suite-5 .section-body .w-row .left-column-div-block,
.page-template-template-gim-suite-5 .section-body .w-row .right-column-div-block{padding-top:0;}
.page-template-template-gim-suite-5 .section-body.cta-sec{background-image:url('img/gimsuite-hero.jpg');background-repeat:no-repeat;background-position:50% 100%;background-size:cover;}
.page-template-template-gim-suite-5 .section-body.cta-sec ._2nd-panel-div-block{display: inline-block;width: 100%;}
.page-template-template-gim-suite-5 .section-body.cta-sec ._2nd-panel-div-block h2{margin-bottom: 78px;}
.page-template-template-gim-suite-5 .section-body.cta-sec ._2nd-panel-div-block h2,
.page-template-template-gim-suite-5 .section-body.cta-sec ._2nd-panel-div-block h3,
.page-template-template-gim-suite-5 .section-body.cta-sec .learning-div p{color:#fff;}
.page-template-template-gim-suite-5 .section-body.cta-sec .learning-div{width: 25%;}
.page-template-template-gim-suite-5 .latest-releast-cta-section{background: #fff;padding-top: 70px;padding-bottom:70px;}
.page-template-template-gim-suite-5 .latest-releast-cta-section .downloadintro{color: #4a4a4a;font-weight: 600;}
.page-template-template-gim-suite-5 .realease-btn{color:#00acc8;}
.page-template-template-gim-suite-5 .herosection p{margin-bottom: 16px;line-height: 150%;font-weight: 600;color:#fff;}
.page-template-template-gim-suite-5 .herosection .button.sml.blue-btn{margin-top: 24px;}
.iframe-wrapper {position: relative;padding-bottom: 56.25%;height: 0;}
.iframe-wrapper iframe{ position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/*** Gim Suite 4 ***/
.pum-container{padding: 48px 48px 32px !important; border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;border-top-right-radius: 0 !important; border-bottom-right-radius: 40px !important;background: #f3efeb !important;border:0px !important;max-width: 640px !important;}
.pum-container .popmake-title{padding: 10px;min-height: 25px;color: #4a4a4a !important;font-weight: 500 !important;font-size: 30px !important;margin: 20px 0px 0px 0px !important;width: 100%;text-align: center !important;text-shadow: none !important;}
.wdpu-head .wdpu-title{color:#4a4a4a;font-weight:500;font-size:30px;margin:20px 0px 0px 0px;}
.pum-container .wdpu-subtitle{color: #333 !important;font-size: 16px !important;padding: 5px 0 !important;text-align:center;}
.pum-container  .gform_wrapper ul li.gfield{clear: none;padding:0px 0px;}
.pum-container  .gform_wrapper ul {margin: 0px !important;width: 100%;list-style:none;padding: 0px;}
.pum-container  .gform_wrapper {padding:0;}
.pum-container .gform_wrapper li .ginput_container input[type="text"],
.pum-container .gform_wrapper li .ginput_container input[type="email"],
.pum-container .gform_wrapper li .ginput_container input[type="tel"]{display: block;width: 100%;height: 40px;padding: 8px 12px !important;margin-bottom: 16px;font-size: 14px;line-height: 1.428571429;color: #333;vertical-align: middle;background-color: #ffffff;border: 1px solid #cccccc;}
.pum-container  .gform_wrapper li .ginput_container textarea{display: block;width: 100%;height: 100px;padding: 8px 12px;margin-bottom: 16px;font-size: 14px;line-height: 1.428571429;color: #4a4a4a;vertical-align: middle;background-color: #ffffff;border: 1px solid #cccccc;}
.page-template-template-gim-suite-4 .pum-container .gform_wrapper .gform_footer .gform_button.button,
body.page-template-template-landing .pum-container .gform_wrapper .gform_footer .gform_button.button{ width:160px;background:#00acc8; display: inline-block;  height: 56px !important;  padding-right:48px;  padding-left: 48px;  padding-top : 9px !important;padding-bottom:12px;border:0;  border-radius: 25px; -webkit-transition: background-color 500ms ease;  transition: background-color 500ms ease;  color:#FFF;  margin-top:10px; font-weight: 600;  font-size: 18px;text-transform:capitalize;}
.pum-container  .gform_wrapper .gform_footer{text-align:center;padding-top:14px;margin-top:14px;}
.pum-container  .gform_wrapper  .gform_footer .button:hover {  background-color: #7E7E7E;  color: white;}
.wdpu-91681 .wdpu-close{background: #000;width: 40px;height: 40px;border-radius: 50%;border: 1px solid #fff;right: -20px;top: -20px;color:#FFF;line-height:40px;}
.wdpu-91681 .wdpu-close::before{    font-size:30px;    color:#FFF;}
.wdpu-91681 .wdpu-close:hover{    background: #000;    color:#FFF;}
.pum-container  .gform_wrapper .top_label .gfield_description.validation_message,
.pum-container   .gform_wrapper .gfield_description.validation_message{    display: none;}
.pum-container  .gform_wrapper div.validation_error{    display: none;}
.pum-container  .gform_wrapper li.gfield_error input[type="email"],
.pum-container  .gform_wrapper li.gfield_error input[type="number"],
.pum-container  .gform_wrapper li.gfield_error input[type="password"],
.pum-container  .gform_wrapper li.gfield_error input[type="tel"],
.pum-container  .gform_wrapper li.gfield_error input[type="text"],
.pum-container  .gform_wrapper li.gfield_error input[type="url"],
.pum-container  .gform_wrapper li.gfield_error textarea,
.pum-container  .gform_wrapper li.gfield_error select{    border: 1px solid red !important;}
.pum-container  .gform_wrapper li.gfield.gfield_error,
.pum-container  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{    border-top: none !important;border-bottom: none !important;background: none !important;padding: 0px;margin-bottom: 0 !important;margin-top: 0px !important;margin-left: 0px !important;}
.pum-container  .gfield_required{display:inline-block;}
.page-template-template-gim-suite-4 .pum-theme-98964 .pum-title,
.page-template-template-gim-suite-4 .pum-theme-98914 .pum-title,
.pum-theme-lightbox .pum-title,
.page-template-template-gim-suite-4 .pum-theme-98964 .gform_wrapper .top_label .gfield_label,
.page-template-template-gim-suite-4 .pum-theme-98914 .gform_wrapper .top_label .gfield_label,
.page-template-template-become-nova-network-partner .pum-theme-98964 .gform_wrapper .top_label .gfield_label,
.page-template-template-become-nova-network-partner .pum-theme-98914 .gform_wrapper .top_label .gfield_label,
body.page-template-template-landing .pum-theme-98914 .gform_wrapper .top_label .gfield_label{display:none;}
body.page-template-template-gim-suite-4 .gform_wrapper ul li.gfield,
.page-template-template-become-nova-network-partner .gform_wrapper ul li.gfield,
body.page-template-template-landing .gform_wrapper ul li.gfield{margin-top:0;margin-bottom: 0;}
body.page-template-template-gim-suite-4 .gform_wrapper ul li.w-col-6,
.page-template-template-become-nova-network-partner .gform_wrapper ul li.w-col-6,
body.page-template-template-landing .gform_wrapper ul li.w-col-6{padding-left:0 !important;padding-right:12px !important;}
body.page-template-template-gim-suite-4 .gform_wrapper ul li.w-col-6:nth-of-type(2n),
.page-template-template-become-nova-network-partner .gform_wrapper ul li.w-col-6:nth-of-type(2n){padding-right:0 !important;padding-left:12px !important;}
.privacyformtext{font-size: 13px;text-align: center;color:#333;}
.privacyformtext a{color: #333;font-weight: 300;text-decoration: underline;}
body.page-template-template-gim-suite-4 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100% !important;}
#pum-98964 .pum-container.custom-position{top:50px !important;}
body.page-template-template-gim-suite-4 .ctasection{padding:88px 24px;border-top:1px solid #e0e0e0;background: #fff;}
body.page-template-template-gim-suite-4 .ctacontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
body.page-template-template-gim-suite-4 h2.gimblue{color: #00acc8;margin-top: 0;margin-bottom: 16px;font-weight: 400;}
body.page-template-template-gim-suite-4 .ctarichtext{max-width:600px;}
.largebutton{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:56px;margin-top:24px;padding-right:48px;padding-left:48px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:28px;background-color:#ee3342;color:#fff;font-size:18px;line-height:18px;font-weight:600;text-decoration:none}
.largebutton:hover{color:#fff;}
.largebutton.contactsubmit{width:160px;margin-top:24px;margin-right:auto;margin-left:auto}
.page-template-template-events-new .largebutton {
    max-width: 205px !important;
    margin: auto;
}
.largebutton.contactsubmit.gsbtn{background-color:#00acc8}
.largebutton.btnblue{background-color:#00acc8}
.page-template-template-events-new .largebutton{max-width:205px; margin:auto;}
body.page-template-template-gim-suite-4 h3.gimblue{margin-top: 0;margin-bottom: 8px;color: #00acc8;}
.ctarichtext p{margin-bottom: 8px;}
.ctarichtext p a{color:#333;font-weight:400;}
.linksparent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:48px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.linkbutton{padding-right:24px;padding-left:24px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-decoration:none}
.linkicon-cntnr{width: 38px;height: 46px;margin-bottom: 16px;margin-left: auto;margin-right: auto;display:flex;align-items:center;}
.linkicon-cntnr .linkicon{margin-bottom:0;}
.gimblue{color: #00acc8 !important;}
.clickthrutitle{font-family:'Maven Pro',sans-serif;color:#ee3342;font-size:20px;line-height:28px;font-weight:400}
.textbutton{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:8px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:'Maven Pro',sans-serif;color:#ee3342;font-size:14px;font-weight:500;text-decoration:none;text-align:left;}
.textbutton.white{color:#fff}
.textbutton.clickthru{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#333}
.textbutton.grey{color:#333}
#pum-91705,
#pum-98964,#pum-110894{visibility:visible;}
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container{box-shadow:0px 0px 20px 0px rgba( 2, 2, 2, 0.3 );}

#pum-110894 .pum-container .pum-content li::before {
  background: transparent !important;
}

/*** Technology Partners ***/
.introsection{padding:80px 24px;border-top:1px solid #e0e0e0;background: #fff;}
.introsection.beige{background-color:#f3efeb}
._2colrow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
._2colrow.reverse{padding-right:0;padding-left:16px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
._2colrow.versatile{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.gsimage{width:48%;box-shadow:0 0 8px 0 rgba(0,0,0,.3)}
.contentwrapper{width:44%}
.contentwrapper.versatile2{padding-top:60px}
.video .page-template-template-technology-partners p,
.video .page-template-template-nova-network-services p{text-align:left;}
.tech-slider .intro-para p,
.page-template-template-nova-network-services .introsection p{text-align:center;}
.trechnobuttonswrapper{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.technobuttons{width:48%;border-bottom-right-radius:40px;background-color:#f3efeb;-webkit-transition:all .2s ease;transition:all .2s ease;font-family:'Maven Pro',sans-serif;color:#333;font-size:18px;font-weight:500;text-decoration:none}
.technobuttons:hover{background-color:#ee3342;color:#fff}
.technoimage{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-image:url('img/Brochure.jpg'),url('img/example-bg.png');background-position:0 0,0 0;background-size:125px,125px}
.technoimage.brochure{background-image:url('img/Brochure.jpg');background-position:50% 50%}
.technohover{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.45);font-family:FontAwesome,sans-serif;color:#fff;font-size:90px;font-weight:300;z-index:9;-webkit-transition:all .2s ease;transition:all .2s ease;opacity: 0;}
.technohover:hover{opacity:1;}
.technohover img{max-width: 90px;max-height: 90px;}
.technobuttontitle{padding:24px 32px 32px;text-decoration:none;text-align:left;}
.page-template-template-technology-partners .section-breadcrumbs,
.page-template-template-nova-network-services .section-breadcrumbs,
.page-template-template-nova-landing .section-breadcrumbs,
.page-template-template-become-nova-network-partner .section-breadcrumbs,
.gim-suite-thank-you .section-breadcrumbs{display:none;}
.page-template-template-technology-partners .hero-image-panel,
.page-template-template-nova-network-services .hero-image-panel,
.page-template-template-become-nova-network-partner .hero-image-panel{margin-top:105px;height: 255px;background-position: 50% 50%;padding-top: 112px;}
.page-template-template-technology-partners .internal-hero-heading,
.page-template-template-nova-network-services .internal-hero-heading,
.page-template-template-become-nova-network-partner .internal-hero-heading{margin-top: 0px;margin-bottom: 0px;color: #fff;font-size: 32px;line-height: 110%;}

/*** Nova Network services***/
.page-template-template-nova-network-services .introh1{margin-bottom: 16px;}
.page-template-template-nova-network-services ._2colrow .w-richtext p,
.page-template-template-nova-landing ._2colrow .w-richtext p,
.page-template-template-become-nova-network-partner ._2colrow .w-richtext p{margin-bottom: 8px;color: #333;text-align:left;}
.page-template-template-nova-network-services .panelh2,
.page-template-template-nova-landing .panelh2,
.page-template-template-become-nova-network-partner .panelh2{text-align:left;margin-bottom: 16px;}
.page-template-template-nova-network-services ._2colrow .w-richtext p a,
.page-template-template-nova-landing ._2colrow .w-richtext p a{text-align:left;}
.ctacontainer.w-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;max-width: 940px;}
.ctarichtext {max-width: 600px;}
.linkicon {margin-bottom: 16px;}

/*** Nova Network overview ***/
.page-template-template-nova-landing .herosection{margin-top: 105px;height: 255px;}

/*** Become Nova Network Partner ***/
.page-template-template-become-nova-network-partner .internal-hero-content{display:none;}
.introvideo{display:inline-block;margin-top:32px;margin-bottom:32px;background-color:#fff;width: 100%;max-width: 550px;}
.newsfeedtile{width:32%;padding:32px;border-bottom-right-radius:40px;background-color:#f3efeb;text-align:left;text-decoration:none}
#pum-91950,
#pum-98994,,#pum-110894{visibility:visible;}
.page-template-template-become-nova-network-partner .pum-container .gform_wrapper .gform_footer .gform_button.button{ width:160px;background:#ee3342; display: inline-block;  height: 56px !important;  padding-right:48px;  padding-left: 48px;  padding-top : 9px !important;padding-bottom:12px;border:0;  border-radius: 25px; -webkit-transition: background-color 500ms ease;  transition: background-color 500ms ease;  color:#FFF;  margin-top:10px; font-weight: 600;  font-size: 18px;text-transform:capitalize;}

/*** GIM Suite Thank You ***/
.thankyousection{padding: 115px 24px;text-align:center;}

.broken_link, a.broken_link{text-decoration:none !important;}


/*** Download page***/
body.page-id-338 .pum-container,body.archive.term-25 .pum-container{padding: 50px !important; border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;border-top-right-radius: 0 !important; border-bottom-right-radius: 40px !important;background: #f3efeb !important;border:0px !important; max-width: 800px !important;}

body.page-id-338 .pum-container .pum-content .wdpu-title,body.archive.term-25 .pum-container .pum-content .wdpu-title {
    color: #ee3342;
    font-weight: 800;
    font-family: 'FS Lola', sans-serif;
    font-size: 24px;
    line-height: 35px;
    margin: 40px 0px;
	text-align:center;
}

body.page-id-338 .pum-container .pum-content ul,body.archive.term-25 .pum-container .pum-content ul{
    max-width: 620px;
    margin: 0px auto;
	font-weight:400;
	color:#4a4a4a;
	list-style:none;
	padding-left:25px;
	width:100%;
}

body.page-id-338 .pum-container .pum-content li,body.archive.term-25 .pum-container .pum-content li{
	line-height: 23px;
	margin-bottom: 15px;
	padding-left:15px;
	font-size: 16px;
	font-weight: 400;
	color:#4a4a4a;
	font-family: 'Source Sans Pro', sans-serif;
	position:relative;
}
body.page-id-338 .pum-container .pum-content li::before,body.archive.term-25  .pum-container .pum-content li::before{
	content:"";
	background-color:#4a4a4a;
	width:3px;
	height:3px;
	position:absolute;
	top:11px;
	left:0px;
	border-radius:50%;

}
body.page-id-338 .pum-container .pum-content li a,body.archive.term-25 .pum-container .pum-content li a{
	text-decoration:underline;
	font-weight:400;
	color:#4a4a4a;
}

.softbtncotn {
	text-align:center;
	padding:30px 0px 20px 0px;
}

.softbtncotn button{
	border-radius:5px;
	border: 0px;
	padding:0p 40px;
}
/*.mktoForm{max-width:100%;width:100% !important;}
.mktoForm .mktoFormCol{width:100% !important;margin-bottom:0 !important;}
.mktoForm .mktoFormCol .mktoFieldWrap{width:100% !important;}
.mktoForm .mktoFormCol .mktoFieldWrap input[type=text],
.mktoForm .mktoFormCol .mktoFieldWrap input[type=email]{width:100% !important;padding: 5px 4px;margin-top: 0.375em;margin-bottom: 10px;}
.mktoForm .mktoFormCol .mktoFieldWrap label.mktoLabel{width: auto !important;font-weight: 400 !important;font-family: 'Source Sans Pro', sans-serif;color: #4a4a4a;font-size: 16px;}
.mktoForm .mktoFormCol .mktoFieldWrap .mktoCheckboxList{width:100% !important;}
.mktoForm .mktoFormCol .mktoFieldWrap .mktoCheckboxList > input{margin-top: 6px}
.mktoForm .mktoFormCol .mktoFieldWrap .mktoCheckboxList > label{margin-left: 10px;font-size: 14px;color: #555555;font-family: 'Source Sans Pro', sans-serif;font-weight: 400;display: inline-block;}
.mktoForm .mktoFormCol .mktoFieldWrap select.mktoField{width: 100% !important;padding: 2px 0 2px 3px;margin-top: 0.375em;margin-bottom: 10px;}
.mktoForm .mktoButtonRow{width: 100%;text-align: center;}
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple{margin-left:0 !important;}
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton{padding-right: 35px;padding-left: 40px;border-radius: 25px;background-color: #ee3342;border: 0;background-image: unset;font-size: 16px;font-weight: 600;margin-top:50px;}
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:focus,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:active{border:0;background-color: #ee3342;background-image: unset;}
.mktoForm .mktoFormCol .mktoOffset,
.mktoForm .mktoFormCol .mktoGutter{height:auto;}*/
.mktoForm input[type="checkbox"]{width: 1em;
    height: 1em;
    opacity: 1 !important;}
.mktoForm input[type="checkbox"] + label:before{display:none;}
/*.mktoForm input[type="checkbox"] + label{position:relative;width:100%;}
.mktoForm input[type="checkbox"] + label:before{content: "";position: absolute;width: 1em;height: 1em;margin-left: -1.5em;line-height: 1em;background-color: #fff;box-shadow: none;font-family: Arial, sans-serif;font-size: 13px;border: 1px solid #aeb0b6;border-radius: 2px;top:5px;}*/
.sidebar-widget h5.blueClr,
.insite-support-request .post-title-detail{color:#00acc8;}
.sidebar-widget a{word-wrap: break-word;}
.insite-supprt-req-form_wrapper form > div{width:100%;}
.notxt{color: #ee3342;font-family: 'Maven Pro', sans-serif;font-size: 20px;}

@media screen and (min-width: 1200px) {
  .w-container {
	max-width: 1170px;
  }
}

/*** Landing Page***/
.page-template-template-landing .herosection{padding-left:24px;padding-right:24px;margin-top:105px;}
.page-template-template-landing .herocontent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:60%;padding-left:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.page-template-template-landing h1{margin-top: 0px;margin-bottom: 16px;font-family:'Maven Pro', sans-serif;color: #ee3342;font-size: 56px;line-height: 110%;font-weight: 300;}
.page-template-template-landing p{margin-bottom: 8px;}
.vs-24 {width: 100%;height: 24px;}
.button-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.page-template-template-landing .button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:48px;padding-right:32px;padding-left:32px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:24px;background-color:#ee3342;text-transform: unset;font-weight:400;}
.hs-32 {width: 32px;height: 100%;}
.hero-logo {margin-bottom: 16px;}
.section{padding:88px 24px;border-top:1px solid #e0e0e0}
.section.beige {background-color: #f3efeb;}
.page-template-template-landing h2{margin-top: 0px;margin-bottom: 16px;font-family: 'Maven Pro', sans-serif;color: #ee3342;font-size: 32px;line-height: 130%;font-weight: 400;}
.page-template-template-landing .hrzntl p,
.page-template-template-landing .hrzntl h2{text-align:left;}
.page-template-template-landing .textbutton{font-size:16px;}
.page-template-template-landing .moreinformation .textbutton{color: #333 !important;}
.page-template-template-landing .moreinformation.whiteclass .textbutton{color:#fff !important;}
.page-template-template-landing .gsimage{box-shadow:unset;}
.page-template-template-landing .lightbox-link {position: relative;width: 48%;}
.page-template-template-landing .play-icon{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:Fa,sans-serif;color:#fff;font-size:72px;font-weight:300;text-shadow:0 0 24px rgba(0,0,0,0.5)}
.container750{max-width:750px;margin-right:auto;margin-left:auto}
.centred-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.page-template-template-landing .btnarrow{margin-top:0;}
.multimedia-image {width: 46%;}
.multimedia-video {position: relative;width: 46%;}
.vs-64 {height: 64px;}

.moreinformation .linkbutton { display: -webkit-box; display: -webkit-flex;display: -ms-flexbox;display: flex; padding-right: 24px; padding-left: 24px; -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;	  -webkit-flex-direction: column;	  -ms-flex-direction: column;	  flex-direction: column;	  -webkit-box-pack: start;	  -webkit-justify-content: flex-start;	  -ms-flex-pack: start;	  justify-content: flex-start;	  -webkit-box-align: center;	  -webkit-align-items: center;	  -ms-flex-align: center;	  align-items: center;	  -webkit-box-flex: 1;
	  -webkit-flex: 1;	  -ms-flex: 1;	  flex: 1;	  text-align: center;	  text-decoration: none;
	}

.page-template-template-landing .moreinformation.whiteclass h2,.page-template-template-landing  .moreinformation.whiteclass p,.moreinformation.whiteclass .linksparent .linkbutton a,.moreinformation.whiteclass .linkbutton h3{
	color:#FFF;
}
.page-template-template-landing .moreinformation.whiteclass .textbutton{
		color:#FFF;
}
.page-template-template-landing .newslistpanel .newsfeedtile .textbutton{
		color:#ee3342;
}

.page-template-template-landing .newslistpanel .newsfeedtile {
	height: 270px;
	  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}
.page-template-template-landing .newslistpanel .newsfeedtile .post-credits, .page-template-template-landing .newslistpanel .newsfeedtile h3{
	color:#FFF;
}
.page-template-template-landing .w-richtext li{text-align:left;}

.testimonial-slider {
    height: 250px;
    background-color: transparent;
}
.testimonial {
    padding-right: 54px;
    padding-left: 54px;
    text-align: center;
}

.testimonial-slider .w-slider-nav{
position: absolute;
z-index: 2;
top: auto;
right: 0;
bottom: 0;
left: 0;
margin: auto;
padding-top: 10px;
height: 40px;
opacity: 0.24;
font-size: 13px;
text-align:center;
-webkit-tap-highlight-color: rgba(0,0,0,0);

}

.testimonial-slider .w-slider-nav-invert	{
	color: #fff;
}

.vs-16 {
    width: 100%;
    height: 16px;
}
.button-wrapper.centred-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** Gim Suite Blue***/

.page-template-template-landing .gim-blue h1,.page-template-template-landing .gim-blue h2,.page-template-template-landing .gim-blue h3, .page-template-template-landing .gim-blue .textbutton{
	color:#00acc8;
}

.page-template-template-landing .gim-blue .button, .page-template-template-landing .gim-blue  .largebutton{
	background-color: #00acc8;
}

.page-template-template-landing .ldtemplate {
	background-color:#FFF;
}
/*** End of Landing Page***/

/*** Navbar new ***/
.navbar.navbar-new {margin:0;padding:0;}
.navbar-new .w-nav-menu{height:auto;}
.navbar-new .dropdown-link-new{font-weight:400;white-space: normal;}
.navbar-new .dropdown-link-new.title{font-weight:500;}
.navbar-new .button{height: 48px;text-transform:unset;}
.navbar-new .dropdown-list.w--open{margin-left: 0;left: 50%;transform: translateX(-50%);}
.navlink-small{font-weight: 400;font-size: 13px;}
.navlink-small.fa-search::before{display:none;}
.navbar-new .dropdown-toggle{padding-left: 20px;padding-right: 40px;vertical-align: top;display: inline-block;cursor:pointer;}
.navbar-new .w--nav-menu-open{display:block !important;position:absolute;top:100%;left:0;right:0;background:#C8C8C8;text-align:center;overflow:visible;min-width:200px}
.navbar-new .w-nav-overlay .w--nav-menu-open{top:0}

/*** Contact page ***/
.page-template-template-contact .tile.contact{margin-bottom:0;border-bottom-right-radius: 0;padding: 30px 30px 0;}
.page-template-template-contact .tiles-row .w-col-6 .tile.contact:last-of-type{border-bottom-right-radius: 40px;padding-bottom:30px;}
.contact-heading.head-office{font-size: 16px;line-height: 25px;color: #444;}
.page-template-template-contact .tile.contact.noTopPdng{padding-top: 0;}
.page-template-template-contact .tile.contact.noTopPdng .view-units-text{color: #444;}

#gform_fields_44 .field-label {display: none;}

/*newsroom list*/
.newsroom-slider {
	padding-bottom: 60px;
}
.newsroom-slider .slick-dotted.slick-slider
{
    margin-bottom: 80px;
}

.newsroom-slider .slick-dots
{
    position: absolute;
    bottom: 20px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.newsroom-slider .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.newsroom-slider .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 14px;
    height: 14px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.newsroom-slider .slick-dots li button:hover,
.newsroom-slider .slick-dots li button:focus
{
    outline: none;
}
.newsroom-slider .slick-dots li button:hover:before,
.newsroom-slider .slick-dots li button:focus:before
{
    opacity: 1;
}
.newsroom-slider .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 42px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 14px;
    height: 14px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.newsroom-slider .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.featured-articles-section.newsroom-section {background-color: white;}
.newsroom-slider .fp-column {position: relative;}
.newsroom-slider .featured-post-div-block {transform: translateY(70px); transition: all ease .3s;}
.newsroom-slider a:hover .featured-post-div-block {transform: translateY(10px);}
.newsroom-slider .featured-post-title {margin-bottom: 30px;}
.newsroom .newsfeedtile {overflow: hidden; position: relative;}
.newsroom .post-credits, .newsroom-slider .fp-column .post-credits {color: white; position: absolute; top: 32px; left: 32px; z-index: 1;}
.newsroom-slider .fp-column .post-credits {top: 45px;}
.newsroom .post-credits a, .newsroom-slider .fp-column .post-credits a {color: white;}
.newsroom .content h2 {text-align: left; font-size: 24px; line-height: 32px; color: white; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.newsroom .content {transform: translateY(50px); transition: all ease .3s;}
.newsroom .newsfeedtile:hover .content {transform: translateY(10px);}

.news-item {width:  100%;display: flex; padding: 0px; height: 75px;}
.news-item .picture {width: 112px; height: 75px; margin-right: 16px; flex: none;}
.news-item .picture img {width: 112px; height: 75px; border-radius: 0 0 20px 0;}
.news-item .content {text-align: left;}
.news-item .content h2 {color: #4A4A4A; font-size: 16px; line-height: 20px; margin-top: 0; text-align: left;}
.news-item .content .credits {color: #828282; font-size: 12px;}

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

	/*** Gim Suite Software ***/
	.page-template-template-gim-suite-4 .section-breadcrumbs,
	.page-template-template-gim-suite-5 .section-breadcrumbs{top: 70px;}
	.page-template-template-gim-suite-4 .herosection,
	.page-template-template-gim-suite-5 .herosection{margin-top: 105px;}
}

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

	/*** About Page ***/
	.page-template-template-about ._2nd-panel-div-block,
	.page-template-template-gim-suite ._2nd-panel-div-block{padding:0 15px;}

	.page-template-template-page-with-sidebar .event-colum{padding-left:15px;}

}

@media only screen and (min-width:991px) and (max-width:1050px) {
	.social-media-icon{
		margin-left:6px;
	}
	.world-map-div{
		width:950px;
	}
	.map-marker.perth {
		left: 767px;
		top: 353px;
	}
	.map-marker.canada{
		top: 147px;
		left: 189px;
	}
	.map-marker.manchester {
	  left: 463px;
    top: 129px;
}
.map-marker.brisbane {
    left: 866px;
    top: 324px;
}
	.map-marker.santiago {
		left: 273px;
    top: 368px;
	}
	.map-marker.belo-horizonte {
    left: 352px;
    top: 325px;
	}

	.map-marker.johannesburg {
     left: 532px;
    top: 352px;
}

	.map-marker.adelaide {
    left: 795px;
    top: 387px;
}

	/*** Hero Panel ****/
	.home-hero{font-size:50px;line-height:50px;}

	/*** Contact Page ***/
	.contact .enquiry-section{margin-top: 60px;}
	.contact .enquiry-section h2{margin-bottom:45px;}
	.contact .map-marker{left: 108px;}
	.contact .map-marker.santiago{left: 250px;}
	.contact .map-marker.johannesburg{left: 498px;}
	.contact .map-marker.perth{left: 743px;}
	.contact .map-marker.brisbane{left: 837px;}
	.contact .map-marker.adelaide{left: 795px;}

	/*** Contact child page***/
	.page-template-template-contact-child .map-marker.brisbane{left: 837px;}
	.page-template-template-contact-child .map-marker.perth{left: 743px;}
	.page-template-template-contact-child .map-marker.johannesburg{left: 498px;}
	.page-template-template-contact-child .map-marker.santiago{left: 250px;}
	.page-template-template-contact-child .map-marker{left: 108px;}
	.page-template-template-contact-child .map-marker.adelaide{left: 795px;}
}
@media only screen and (max-width:991px) {
	.footer-logo-column{text-align:center;}
	.event-colum .w-form #gform_wrapper_2 .gfield_checkbox li{
	width:50%;
	float:left;
}
	.visible-xs-block,
	.visible-md-block{display:none;}
	.visible-sm-block{display:inline-block;width:100%;}
	.featured-article{margin-bottom: 5px;}

	/*** Footer ***/
	.connect-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
	.icons-wrapper,
	.community-social-media-icns {margin-top: 12px;margin-left: 0px;}
	.social-icon {margin-right: 6px;margin-left: 6px;}
	.sitemap-link{margin-bottom: 8px;}

	/*** Learning Landing ***/
	.learning-3col-wrapper {padding-right: 24px;padding-left: 24px;}
	.learning-div {padding-right: 12px;padding-left: 12px;}

	/*** Home ***/
	.hero-container-new {left: 70px;}
	.homehero .herocontent {width: 80%;}

	/*** Subscription Thank You ***/
	.subscription-thank-you .section-top{padding-top: 165px;padding-bottom: 100px;}

	/*** Gim Suit Learning ***/
	.button.sml.brchr{margin-bottom: 24px;}

	.page-template-template-course-detail .event-right-column .button{height:auto;min-height:50px;}

	/*** Hero Panel ****/
	.home-hero{font-size:35px;line-height:35px;}

	/*** Contact Page ***/
	.contact .enquiry-section{margin-top: 45px;}
	.contact .enquiry-section h2{margin-bottom:30px;}
	.contact .map-marker.santiago{left: 217px;top: 240px;}
	.contact .map-marker.johannesburg{left: 376px;top: 239px;}
	.contact .map-marker.perth{left: 532px;top: 234px;}
	.contact .map-marker.brisbane{left: 593px;top: 220px;}
	.contact .map-marker.adelaide{left: 564px;top: 235px;}
	.page-template-template-contact .tile.contact{min-height:auto;}

	/*** About Page ***/
	.page-template-template-about .left-column-div-block,
	.page-template-template-about .right-column-div-block{padding-top: 0;}

	/*** Contact child page***/
	.page-template-template-contact-child .map-marker.brisbane{left: 593px;top: 220px;}
	.page-template-template-contact-child .map-marker.perth{left: 532px;top: 234px;}
	.page-template-template-contact-child .map-marker.johannesburg{left: 376px;top:239px;}
	.page-template-template-contact-child .map-marker.santiago{left: 217px;top: 240px;}
	.page-template-template-contact-child .map-marker.adelaide{left: 564px;top: 235px;}

	/*** Gim Suite Software ***/
	.container1170 {max-width: 90%;}

	/*** Timeline ***/
	.lightbox-arrow.prev{left:0;}
	.lightbox-arrow.next{right:0;}
	.tmln-galry-cntnr{width:100%;max-width:450px;/*height:380px;*/padding-top:65px;}

	/*** Technology Partners ***/
	._2colrow{padding-right:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
	._2colrow.reverse{padding-left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
	.gsimage{width:100%;margin-bottom:6px}
	.contentwrapper{width:100%;padding-right:20px;padding-left:20px}
	.trechnobuttonswrapper{padding-right:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}

	/*** Landing Page ***/
	.page-template-template-landing .herocontent {width: 80%;}
	.page-template-template-landing .lightbox-link{width:100%;margin-bottom:32px;padding-right:20px;padding-left:20px}
	.multimedia-image{width:100%;margin-bottom:32px;padding-right:20px;padding-left:20px}
	.multimedia-video {width: 100%;margin-bottom: 32px;padding-right: 20px;padding-left: 20px;}

	/*** Navbar new ***/
	.nav-right{display:none;}
	.navbar-new.w-nav[data-collapse="medium"] .w-nav-button{display:block;padding-top: 30px;}
	.navbar-new .navicon{color:#303030}
	.navbar-new .responsive-nav{display:block;}
	.navbar-new .w-nav-menu{width:auto;}
	.responsive-nav h4{font-size: 18px;margin-top: 10px;margin-bottom: 8px;line-height: 24px;}
	.responsive-nav-link{margin-left:0;color:#333;font-weight:400;}
	.responsive-nav-col .title{font-weight:400;margin-left:0;margin-bottom: 16px;color: #ee3342;text-align: left;}
	.responsive-nav-col a{margin-left: 0;color: #333;font-weight: 400;margin-bottom: 8px;text-align: left;}

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

	/***Storify ***/
	.vignette {padding-top: 50% !important;width: 50% !important;}

	/*** Resource Landing ****/
	.page-template-template-resources-landing .tiles-row.pathways .tile.pathways{min-height: 395px;}
}
@media only screen and (max-width:767px) {
	.sitemap-heading,
	.sitemap-div-block{text-align:center;}
	.w-form .gform_wrapper .gform_body ul li.w-col.w-col-6,.w-form .gform_wrapper .gform_body ul li.w-col.w-col-12{
	padding-left: 10px;
    padding-right: 10px;
	width:100%;
}
.w-form .gform_wrapper li.gfield.gfield_error, .w-form.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	width:100% !important;
}
.w-form  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .w-form  .gform_wrapper li.gfield_html{
		width:100% !important;
		max-width:100% !important;
}
	.visible-sm-block,
	.visible-md-block{display:none;}
	.visible-xs-block{display:inline-block;width:100%;}
	.w-dropdown{display:block}
	.w-dropdown > div {margin-top:5px;}
	.w-dropdown .w-dropdown-list{position: relative;}
	.contact .tooltipster-base{display:none;}
	.bottom-section a.lngbutton{
		color:#ee3342;
	}
	.register-column{
	 text-align:left;
	}
	.learning-3col-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
	.learning-div,
	.downloads-landing .learning-3col-wrapper .learning-div{width: 100%;margin-bottom: 36px;}
	.downloads-landing .learning-3col-wrapper .learning-div{max-width:100%;}
	.cta-btns-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
	.button.sml {margin-bottom: 24px;}

	/*** Home ***/
	.hero-container-new {left: 0;top: 0;width: 100%;}
	.hero-container-new > * {width: 100%;}
	.homehero{justify-content: space-between;}
	.prequalnav{padding-right:32px;padding-left:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
	.prequalnavcolumn {margin-bottom: 0px;}
	.dropdownlabel {margin-bottom: 24px;}
	.dropdownselector {margin-bottom: 16px;}
	.homehero {height: 750px;}
	.prequalsection{padding-right:0;padding-left:0}
	.prequalcontainer{padding-right:32px;padding-left:32px}
	.pqdropdownlabel-copy {margin-bottom: 24px;line-height: 25px;}
	.prequalanswers{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
	.prequalbuttons {width: 100%;margin-bottom: 24px;margin-left:0;margin-right:0;}
	.homehero .herocontent{width:100%;padding-bottom:90px;padding-left:32px}
	.homeh1 {font-size: 40px;}

	/*** Subscription Thank You ***/
	.subs-form-cntnt .col-md-6{width:100%;}
	.subs-form-cntnt .receive-cntnr .col-md-6:first-child{text-align:left;}
	.subs-form-cntnt .btn-cntnr{text-align:center;}
	.subscription-thank-you .section-top{padding-top: 120px;padding-bottom: 75px;}

	/*** Sign up ***/
	.signup-pg .container .row .col-md-3,
	.signup-pg .container .row .col-md-9{width:100%;}
	.signup-pg .container .row label{text-align:left;}

	/*** Footer***/
	.sitemap-div-block{width: 100%;padding-right: 0px;}

	/*** About Page ***/
	.page-template-template-about .section-body.cta-sec .icn-cntnr .learning-div,
	.page-template-template-gim-suite .section-body.cta-sec .icn-cntnr .learning-div{width: 50%;}

	/*** Learning Landing ***/
	.page-template-template-learning-landing .code-itm{width: 50%;margin-bottom: 25px;}

	/*** Resource Landing ****/
	.page-template-template-resources-landing .tiles-row.pathways .tile.pathways{min-height: 350px;}

	/*** Gim Suite Software ***/
	.herocontent {width: 100%;}
	.page-template-template-gim-suite-4 .section-body.cta-sec .learning-div,
	.page-template-template-gim-suite-5 .section-body.cta-sec .learning-div{width: 50%;}
	.page-template-template-gim-suite-4 .herosection,
	.page-template-template-gim-suite-5 .herosection{margin-top: 30px;}

	/*** Timeline ***/
	.lightbox-tile{display: block;}
	.lightbox-tile img{margin: 35px auto 10px;}
	.lightbox-row{height: 100%;overflow-y: auto;}

	/*** GIM Suite 4 ***/
	body.page-template-template-gim-suite-4 .gform_wrapper ul li.w-col-6,
	.page-template-template-become-nova-network-partner .gform_wrapper ul li.w-col-6,
	body.page-template-template-landing .gform_wrapper ul li.w-col-6 {padding-left:0 !important;padding-right:0 !important;}
	body.page-template-template-gim-suite-4 .gform_wrapper ul li.w-col-6:nth-of-type(2n),
	.page-template-template-become-nova-network-partner .gform_wrapper ul li.w-col-6:nth-of-type(2n),
	body.page-template-template-landing .gform_wrapper ul li.w-col-6:nth-of-type(2n){padding-right:0 !important;padding-left:0 !important;}
	.linksparent{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
	.linkbutton {padding-bottom: 32px;}

	/*** Technology Partners ***/
	.contentwrapper{display:block;margin-right:auto;margin-left:auto}
	.contentwrapper.versatile2{display:block;margin-right:auto;margin-left:auto}
	.technobuttons{width:100%;margin-bottom:24px}
	.page-template-template-technology-partners .hero-image-panel,
	.page-template-template-nova-network-services .hero-image-panel,
	.page-template-template-become-nova-network-partner .hero-image-panel{margin-top:0px;}


	/*** Nova Network overview ***/
	.page-template-template-nova-landing .herosection{margin-top: 0}
	.newsfeedtile{width:100%;margin-bottom: 15px;}

	/*** Become Nova Network Partner ***/
	.introvideo{position: relative;padding-bottom: 56.25%;height: 0;}
	.introvideo iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

	/*** Landing Page ***/
	.page-template-template-landing .herosection{margin-top:0;}
	.page-template-template-landing .herocontent{width:100%;padding-bottom:90px;padding-left:32px;}
	.testimonial-slider { height: 300px; }
	.page-template-template-landing h1{font-size:42px;}

	.top-nav-div{display:none;}

	/*** Contact page ***/
	.page-template-template-contact .tiles-row .w-col-6{margin-bottom:20px;}
	.page-template-template-contact .tile.contact{min-height: unset;}
	.page-template-template-contact .tile.contact a{text-align:left;}
}

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

	/*** Gim Suit Learning ***/
	.button.sml.brchr{margin-left:0;}

	/*** Gim Suite Software ***/
	.herocontent {width: 100%;}

	/*** GIM Suite 4 ***/
	.page-template-template-gim-suite-4 .section-body.cta-sec .learning-div{width: 50%;}
	.page-template-template-gim-suite-4 .herosection{margin-top: 30px;}
}

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

	/***Storify ***/
	.vignette {padding-top: 100% !important;width: 100% !important;}

	/*** About Page ***/
	.page-template-template-about .section-body.cta-sec .icn-cntnr .learning-div,
	.page-template-template-gim-suite .section-body.cta-sec .icn-cntnr .learning-div{width: 100%;}
	.page-template-template-about .section-body.award-sec .glry-sec img{margin-bottom: 36px;}
	.page-template-template-about .section-body.award-sec .glry-sec img:last-child{margin-bottom:0;}

	/*** Learning Landing ***/
	.page-template-template-learning-landing .code-itm{width: 100%;}

	/*** Gim Suite Software ***/
	.page-template-template-gim-suite-4 .section-body.cta-sec .learning-div,
	.page-template-template-gim-suite-5 .section-body.cta-sec .learning-div{width: 100%;}

	/*** Timeline ***/
	.tmln-galry-cntnr{padding-top:45px;}
}

@media only screen and (max-width:479px) {
		.event-colum  .w-form #gform_wrapper_2 .gfield_checkbox li{
	width:100%;
	float:left;
}
	.attendee-registration .cc-icons{width:46%;padding:5px 0 0 ;}
	.featured-post-excerpt{display:none;}
	.text-button {text-align:left;}
	/*.w-slider{height:500px;}*/


	/*** Gim Suit Learning ***/
	.page-template-template-learning-landing .section-cta a.button.sml.cta-btns{margin-right: 20px;margin-left: 20px;}

	/*** Careers ***/
	.page-template-template-page-with-sidebar .content-div a,
	.downloads-listing a{display:inline-block;}

	/*** Course Detail ***/
	.page-template-template-course-detail .event-right-column .button{padding-bottom:11px;}

	/*** Timeline ***/
	.timeline-left,
	.timeline-right{padding-top:12px;padding-bottom:12px}
	.timeline-row a,
	.timeline-tile{width:100%;}

	/*** Technology Partners ***/
	.contentwrapper{padding-right:8px;padding-left:8px}

	/*** Single Post ***/
	.single-post .event-colum a{display:inline-block;}

}
@media screen and (max-width: 767px) and (min-width: 679px) {

	/*** GIM Suite 4 ***/
	.pum-container  .gform_wrapper {padding:0px 30px;}
	.pum-container.gform_wrapper li.companyd .ginput_container input[type="text"]{width:90%;}
	.pum-container.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100%;}
	.pum-container .gform_wrapper .top_label .gfield_error.w-col-6{width:100%;}
	#pum-98964 .pum-container.custom-position{top:50px !important;}
}
@media screen and (max-width: 680px) and (min-width: 320px) {

	/*** GIM Suite 4 ***/
	.pum-container .gform_wrapper {padding:0px 10px;}
	.pum-container .wdpu-subtitle{padding:20px !important;}
	.pum-container.gform_wrapper li.companyd .ginput_container input[type="text"]{width:90% !important;}
	.pum-container .gform_wrapper .top_label .gfield_error.w-col-6{width:100%;}
	.pum-container .gform_wrapper .gform_footer input.button,
	.pum-container  .gform_wrapper .gform_footer input[type="submit"],
	.pum-container .gform_wrapper .gform_page_footer input.button,
	.pum-container  .gform_wrapper .gform_page_footer input[type="submit"]{width:auto;}
	.pum-theme-98964 .pum-content + .pum-close,
	.pum-theme-98914 .pum-content + .pum-close,
	.pum-theme-lightbox .pum-content + .pum-close{top: -4px !important;right: -4px !important;}
}

@media screen and (max-width: 384px) and (min-width: 320px) {

	/*** GIM Suite 4  ***/
	.pum-container{padding: 10px !important; border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;border-top-right-radius: 0 !important; border-bottom-right-radius: 40px !important;border:0px !important;top:-30px !important;}
	.pum-container .gform_wrapper {padding:0px 10px !important;}
	.pum-container .gform_wrapper .top_label .gfield_error.w-col-6{width:100%;}
	.pum-container .gform_wrapper .gform_footer input.button,
	.pum-container  .gform_wrapper .gform_footer input[type="submit"],
	.pum-container .gform_wrapper .gform_page_footer input.button,
	.pum-container  .gform_wrapper .gform_page_footer input[type="submit"]{width:auto;}
	.pum-theme-98964 .pum-content + .pum-close,
	.pum-theme-98914 .pum-content + .pum-close,
	.pum-theme-lightbox .pum-content + .pum-close{top: -4pxpx !important;right: -4px !important;}
}
