/*		BASE		*/
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	opacity: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
iframe {
	display: block;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.center-horizontally {
	margin: 0 auto;
}
.bottom-border {
	border-bottom: 1px solid #EEEEEE;
}
/*		/BASE		*/

.site_container {
	width: 100%;
}
.page_width {
	width: 990px;
	margin: 0 auto;
}
.main_container {
	min-height: 200px;
	background-color: #FFFFFF;
}
.main_container--push {
	min-height: 60vh;
}
.main_content {
	padding: 40px 0 40px 0;
}
.main_content > div:not(:first-child) {
	margin-top: 30px;
}
.footer_container {
	background-color: #F2F2F2;
	min-height: 100px;
}
.footer_content {
	padding: 50px 0 50px 0;
}
.widget {
}
.margin-top-80 {
	margin-top: 80px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-45 {
	margin-top: 45px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-35 {
	margin-top: 35px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-25 {
	margin-top: 25px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-10 {
	margin-top: 10px;
}
/*	LAYOUT	*/
.layout-100 {

}
.layout-100 .layout-column-100 {
	width: 100%;
}
.layout-66-33 {
}
.layout-66-33 .layout-column-66 {
	width: 650px;
	float: left;
	margin-right: 30px;
}
.layout-66-33 .layout-column-33{
	width: 310px;
	float: left;
}

.layout-50-50 {
}
.layout-50-50 .layout-column-50 {
	width: 480px;
	margin-right: 30px;
	float: left;
}
.layout-50-50 .layout-column-50:last-of-type {
	margin-right: 0;
}

.layout-33-66 {
}
.layout-33-66 .layout-column-33{
	width: 310px;
	float: left;
	margin-right: 30px;
}
.layout-33-66 .layout-column-66 {
	width: 650px;
	float: left;
}

.layout-33-33-33 {
}
.layout-33-33-33 .layout-column-33 {
	width: 310px;
	margin-right: 30px;
	float: left;
}
.layout-33-33-33 .layout-column-33:last-of-type {
	margin-right: 0;
}
.layout-29-65 {

}
.layout-29-65 .layout-column-29,
.layout-29-65 .layout-column-65 {
	float: left;
}
.layout-29-65 .layout-column-29 {
	width: 290px;
	margin-right: 60px;
}
.layout-29-65 .layout-column-65 {
	width: 640px;
}
.columns {
	width: 100%;
}
.column_left,
.column_right {
	float: left;
}

.column_left {
	margin-right: 30px;
}
.layout-100 .layout-column-100 .column_left,
.layout-100 .layout-column-100 .column_right {
	width: 480px;
}
.layout-100 .layout-29-65 .column_left,
.layout-100 .layout-29-65 .column_right {
	width: 290px;
}
.layout-100 .layout-29-65 .column_left {
	margin-right: 60px;
}
.layout-66-33 .layout-column-33 .column_left,
.layout-66-33 .layout-column-33 .column_right,
.layout-33-66 .layout-column-33 .column_left,
.layout-33-66 .layout-column-33 .column_right,
.layout-33-33-33 .layout-column-33 .column_left,
.layout-33-33-33 .layout-column-33 .column_right {
	width: 140px;
}
.layout-66-33 .layout-column-66 .column_left,
.layout-66-33 .layout-column-66 .column_right {
	width: 310px;
}
/*	/LAYOUT	*/

/*	HEADER NAVIGATION	*/
.header_navigation {
	min-height: 50px;
	background-color: #2F3131;
}
.main_navigation {
	list-style: none;
	padding: 0;
}
.main_navigation li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.main_navigation li a {
	color: #CDCDCD;
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	padding: 16px 36px 18px 36px;
	text-decoration: none;
}
.main_navigation li a:hover,
.main_navigation li a.active {
	color: #FFFFFF;
	background-color: #3B3D3D;
}
.mobile-navigation-container {
	display: none;
	padding: 10px 0;
}
.mobile-navigation-switch {
	/*border: 2px solid #6D9D31;*/
	border: none;
	display: block;
	margin: 0 auto;
	padding: 15px 8px 9px;
	width: 51px;
}
.mobile-navigation-switch:hover {
	background: #3B3D3D;
}
.mobile-navigation-switch .line {
	display: block;
	width: 35px;
	height: 3px;
	background: #FFFFFF;
	margin-bottom: 6px;
}
.mobile-navigation-switch:hover .line {
	background: #FFFFFF;
}

.mobile-navigation {
	list-style-type: none;
	margin: 15px auto 0 auto;
}
.mobile-navigation li {
	background: none;
	margin: 0;
	padding: 0;
}
.mobile-navigation li a {
	display: block;
	color: #CDCDCD;
	border-bottom: 1px solid #3b3d3d;
	font-size: 16px;
	padding: 12px 20px;
	text-decoration: none;
}
.mobile-navigation li:last-of-type a {
	border: none;
}
.mobile-navigation li a:hover,
.mobile-navigation li.active a{
	background: #3b3d3d;
	color: #ffffff;
}
/*	/HEADER NAVIGATION	*/

/*	HEADER BANER	*/
.header_baner {
	height: 170px;
	background: url("../images/header_bg.png");
	background-repeat: repeat-x; /*no-repeat*/
	/*background-position: center;*/
}
.header_logo {
}

.header_logo_link {
	display: block;
}
/*	/HEADER BANER	*/

/*	TEXT STYLES	*/
.page-title-wrapper {
	padding-bottom: 40px;
	border-bottom: 1px solid #EEEEEE;
}


/* SWAPPED .page-subtitle and .page-title then unswapped font colour and altered .page-title to 444 */
.page-title {
	color: #444444;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
.page-subtitle {
	color: #6D9D31;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
}


h2 {
	color: #2f3131;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	color: #6d9d31;
	font-size: 16px;
	font-weight: 700;
}
h3.footer {
	font-size: 14px;
}
h4 {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #2f3131;
}
h4:after {
	width: 40px;
	height: 2px;
	display: block;
	background: #6D9D31;
	margin-top: 15px;
	content: " ";
}
p,
ul li{
	font-weight: 400;
	font-size: 14px;
	color: #929292;
	line-height: 150%;
}
ul li {
	margin: 0 0 10px 0;
}

ul li {
	background: url("../images/bullet.png");
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	background-position: 0 4px;
}
a.text-link,
input[type="button"] {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #6d9d31;
	background: #FFFFFF;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	padding: 3px 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 5px;
	cursor: pointer;
}
a.text-link:hover,
input[type="button"]:hover {
	background-color: #6D9D31;
	border-color: #6D9D31;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #6d9d31;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.footer_content p {
	font-size: 13px;
}
.text-wrapper > p:not(:first-child) {
	margin-top: 20px;
}
/*	/TEXT STYLES	*/

/*		SOCIAL ICONS		*/
ul.social-icons li {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
}
ul.social-icons li a.social-icon {
	display: block;
	height: 60px;
	width: 60px;
	transition: background-position .3s ease;
	-moz-transition: background-position .3s ease;
	-webkit-transition: background-position .3s ease;
	-o-transition: background-position .3s ease;
}
ul.social-icons li a.facebook {
	background: url("../images/social/large/facebook.png");
}
ul.social-icons li a.linkedin {
	background: url("../images/social/large/linkedin.png");
}
ul.social-icons li a.twitter {
	background: url("../images/social/large/twitter.png");
}
ul.social-icons li a.blog {
	background: url("../images/social/large/imbase.png");
}
ul.social-icons li a:hover {
	background-position: 0 60px;
}
/*		/SOCIAL ICONS		*/


/*		FOUNDATION LOGOS		*/
ul.foundation-logos li {
	float: left;
	background: none;
	padding: 0;
	margin: 0 50px 0 30px;
}
ul.foundation-logos li:last-of-type {
	margin-right: 0;
}
ul.foundation-logos li a.fundation-logo {
	display: block;
	height: 110px;
	width: 140px;
}
ul.foundation-logos li a.imbase {
	background: url("../images/logos/imbase.png");
	background-size: contain;
	background-repeat: no-repeat;
}
ul.foundation-logos li a.iiau {
	background: url("../images/logos/iiau.png");
	background-size: contain;
	background-repeat: no-repeat;
}
ul.foundation-logos li a.aiip {
	background: url("../images/logos/aiip.png");
	background-size: contain;
	background-repeat: no-repeat;
}
ul.foundation-logos li a.cilip {
	background: url("../images/logos/cilip.png");
	background-size: contain;
	background-repeat: no-repeat;
}
ul.foundation-logos li a.ca {
	background: url("../images/logos/ca.png");
	background-size: contain;
	background-repeat: no-repeat;
}
ul.foundation-logos li a.alia {
	background: url("../images/logos/alia.png");
	background-size: contain;
	background-repeat: no-repeat;
}
ul.foundation-logos li a.nswbc {
	background: url("../images/logos/nswbc.png");
	background-size: contain;
	background-repeat: no-repeat;
}
ul.foundation-logos li a.sla {
	background: url("../images/logos/sla.png");
	background-size: contain;
	background-repeat: no-repeat;
}
/*		/FOUNDATION LOGOS		*/

/*		CONTACT INFO		*/
ul.contact-info li {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 150%;
}

/*		/CONTACT INFO		*/


/*		CONTACT DETAILS		*/
ul.contact-details > li {
	padding: 0 0 0 65px;
	margin: 0;
}
ul.contact-details > li:not(:first-child) {
	margin: 30px 0 0 0;
}
ul.contact-details > li:not(:last-child) {
	border-bottom: 1px solid #EEEEEE;
	padding: 0 0 25px 65px;
}
ul.contact-details > li ul.contact-info li{
	font-size: 14px;
}
ul.contact-details > li.post {
	background:  url("../images/icon_pointer.png") no-repeat -10px -7px;
}
ul.contact-details > li.address {
	background: url("../images/icon_pointer.png") no-repeat -10px -7px;
}
ul.contact-details > li.phone {
	background: url("../images/icon_phone.png") no-repeat -10px -7px;
}
ul.contact-details > li.mail {
	background: url("../images/icon_mail.png") no-repeat -10px -7px;
}
/*		/CONTACT DETAILS		*/


/*		ANNOUNCEMENT LIFECYCLE TOOLBOX		*/
.announcement-lifecycle-toolbox-container {
	background: url("../images/lt_banner.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 650px;
	width: 100%;
	height: 210px;
	position: relative;
}
.announcement-lifecycle-toolbox-content {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 220px;
}
.announcement-lifecycle-toolbox-content .text-wrapper {
	margin-top: 5px;
}
.announcement-lifecycle-toolbox-content .text-wrapper p {
	font-size: 16px;
}
.announcement-lifecycle-toolbox-content a.button {
	color: #FFFFFF;
	background-color: #c8cbcc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 25px;
	padding: 18px 24px 18px 24px;
	text-decoration: none;
	text-transform: uppercase;
}
.announcement-lifecycle-toolbox-content a.button:hover {
	background-color: #6d9d31;
}
/*		/ANNOUNCEMENT LIFECYCLE TOOLBOX		*/

/*		LIFECYCLE TOOLBOX		*/
.lifecycle-toolbox-container {
	background: url("../images/lifecycle_toolbox-V02.png");
	background-size: contain;
	height: 500px;
	width: 500px;
	margin: 0 auto;
	position: relative;
}
.lifecycle-toolbox-container a {
	color: #78d800;
}
.lifecycle-toolbox-container h2 {
	color: #FFFFFF;
	margin: 0;
	position: absolute;
}
.lifecycle-toolbox-container h2.dark {
	color: #333333;
	margin: 0;
	position: absolute;
}
.lifecycle-toolbox-container span,.lifecycle-toolbox-container span.dark {
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
}
.lifecycle-toolbox-container span.dark {
	color: #333333;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.lifecycle-toolbox-container .qlabs_tooltip_style_1 span {
	text-transform: none;
}

h2.step-1-number {
	right: 149px;
	top: 12px;
}
span.step-1-description {
	right: 161px;
	top: 84px;
}
h2.step-2-number {
	right: 14px;
	top: 145px;
}
span.step-2-description {
	right: 35px;
	top: 176px;
	width: 130px;
}
h2.step-3-number {
	right: 14px;
	top: 336px;
}
span.step-3-description {
	right: 60px;
	top: 307px;
}
h2.step-4-number {
	right: 149px;
	top: 469px;
}
span.step-4-description {
	right: 150px;
	top: 405px;
}
h2.step-5-number {
	left: 151px;
	top: 469px;
}
span.step-5-description {
	right: 282px;
	top: 400px;
	width: 100px;
}
h2.step-6-number {
	left: 17px;
	top: 336px;
}
span.step-6-description {
	left: 50px;
	top: 304px;
}
h2.step-7-number {
	left: 16px;
	top: 145px;
}
span.step-7-description {
	left: 8px;
	top: 175px;
	width: 145px;
}
h2.step-8-number {
	left: 149px;
	top: 12px;
}
span.step-8-description {
	left: 161px;
	top: 84px;
}
h2.step-9-number {
	left: 245px;
	top: 215px;
}
span.step-9-description {
	left: 186px;
	top: 255px;
}`
.lifecycle-toolbox-container .qlabs_tooltip_top span,
.lifecycle-toolbox-container .qlabs_tooltip_bottom span,
.lifecycle-toolbox-container .qlabs_tooltip_right span,
.lifecycle-toolbox-container .qlabs_tooltip_left span,
.lifecycle-toolbox-container .qlabs_tooltip_diagonal_right span,
.lifecycle-toolbox-container .qlabs_tooltip_diagonal_left span,
.lifecycle-toolbox-container .qlabs_tooltip_focus_top span,
.lifecycle-toolbox-container .qlabs_tooltip_focus_bottom span,
.lifecycle-toolbox-container .qlabs_tooltip_focus_right span,
.lifecycle-toolbox-container .qlabs_tooltip_focus_left span,
.lifecycle-toolbox-container 	.qlabs_tooltip_focus_diagonal_right span,
.lifecycle-toolbox-container .qlabs_tooltip_focus_diagonal_left span
{
	min-width: 150px; /* Tooltip Width */
}
/*		/LIFECYCLE TOOLBOX		*/

/*		TEAM MEMBER		*/
.team-member-container {
}
.team-member-image {
	background-color: #f2f2f2;
	height: 240px;
	width: 100%;
}
.team-member-info h3 {

}
.team-member-info p {
	color: #BBB;
	font-size: 13px;
	margin: 10px 0 0 0;
}
.team-member-info {
	margin-top: 20px;
}
.team-member-details {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 25px 0 25px 0;
	margin-top: 20px;
}
.team-member-details p {
	margin: 0;
}
ul.team-member-contact {
	margin-top: 20px;
}
ul.team-member-contact li {
	float: left;
	background: none;
	padding: 0;
	margin: 0 5px 0 0;
}
ul.team-member-contact li a.member-contact {
	background-color: #c8cbcc;
	display: block;
	height: 44px;
	width: 44px;
}
ul.team-member-contact li a.member-contact:hover {
	background-color: #6D9D31;
}
ul.team-member-contact li a.member-contact img {
	display: block;
}
/*		/TEAM MEMBER		*/

/*		EMBED IFRAMES: FB/TWITTER/GOOGLE MAP		*/

.twitter-timeline {
	height: 350px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

.google-map-wrapper iframe {
	width :100% !important;
}
/*		/EMBED IFRAMES: FB/TWITTER/GOOGLE MAP		*/

/*		REVOLUTION SLIDER		*/
.revolution-slider-container {
	width:100%;
	position:relative;
	padding:0;
}
.revolution-slider{
	width:100%;
	position:relative;
}
.slider-wrapper h2 {
	color: #2f3131;
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
}
.slider-wrapper h3 {
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	display: inline-block;
}
.slider-wrapper p.p1 {
	color: #555555;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
}
.slider-wrapper p.p2 {
	color: #555555;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}
.slider-wrapper p.p3 {
	color: #555555;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}
.slider-wrapper .b1 {
	display: inline-block;
	border: 1px solid #E5E5E5;
	padding: 8px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.slider-wrapper .b2 {
	background-color: #E3482F;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 12px;
}
.slider-wrapper .b1:hover,
.slider-wrapper .b2:hover {
	cursor: pointer;
}
.slide-1 {
	padding-top: 130px;
}
.slide-2,
.slide-3,
.slide-4,
.slide-5,
.slide-6,
.slide-7 {
	padding-top: 30px;
}
div[class*="text-box"] .title {
	padding: 15px 18px 15px 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div[class*="text-box"] .title.border-radius-bottom-none {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
div[class*="text-box"] .content {
	padding: 15px;
	border: 1px solid #E5E5E5;
	border-top: none;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
div.text-box-1 .title {
	background-color: #6d9d31;
}
div.text-box-2 .title {
	background-color: #3097be;
}
div.text-box-3 .title {
	background-color: #9470b6;
}
div.text-box-4 .title {
	background-color: #00aca6;
}
div.text-box-5 .title {
	background-color: #6d9d31;
	padding: 8px;
}
div.text-box-5 .content {
	padding: 10px;
}
div.text-box-5 ul li {
	background-image: url("../images/slider/slide_7_4.png");
	background-position: 0 6px;
	padding: 0 0 0 15px !important;
	margin: 0;
	color: #555555;
}
div.text-box-5 ul li ul {
	/*margin-top: 10px;*/
}
.down-arrow {
	margin: 10px auto;
}
.tp-bannertimer {
	background: #E5E5E5 !important;
	height: 8px;
}
/*		/REVOLUTION SLIDER		*/







#ppt-frame {
	width: 90vw;
	height: 100vw;
	max-width: 990px;
	max-height: 700px;
}