/***************************************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.4.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

/*****************************************

l2EbXJ!0rCLO3MHQV4

*****************************************/
/*****************************************
FONTS
******************************************/

@font-face {
    font-family: 'halyard-display-book-italic';
    src: url('library/fonts/halyard-display-book-italic-webfont.woff2') format('woff2'),
         url('library/fonts/halyard-display-book-italic-webfont.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'halyard-display';
    src: url('library/fonts/halyard-display-regular-webfont.woff2') format('woff2'),
         url('library/fonts/halyard-display-regular-webfont.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'halyard-display';
    src: url('library/fonts/halyard-display-medium-webfont.woff2') format('woff2'),
         url('library/fonts/halyard-display-medium-webfont.woff') format('woff');
    font-weight: 500;
}
/******************************************
 GENERAL STYLES
******************************************/

html {
	font-size: 100% !important;
}
body {
	color: #383838;
	font-family: 'pt-sans', sans-serif;
	font-size: 1.0625rem;
	font-weight: normal;
	line-height: 1.625rem;
}
h1, h2, h3, h4, h5, h6 {
	color: #11405F;
	font-family: 'halyard-display', sans-serif;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 2.8125rem;
}
h2 {
	font-size: 2.125rem;
}
h3 {
	font-size: 1.625rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}
a {
	color: #21BE8D;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #1a9870;
	text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img:-moz-loading:after,
img:-moz-loading:before {
  visibility: hidden;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin-bottom: 26px;
	margin-top: 26px;
	padding: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position:relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 100px 0;
}

.postid-41 h1.resizable-header, .page-id-11 h1.resizable-header{
	font-size: 2.2rem !important;
}



/******************************************
 CONTENT PANELS
******************************************/
/* Content Panel default settings */
.extra-content,
.extra-content-col-inner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Custom width container */
.container-custom-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/* Use Divup plugin to create boostrap grid in the WP editor */
.divup-wrap.row .div-1 {
	display: none;
}

/* More support for Bootstrap Grid */
.align-items-stretch .extra-content-col-inner {
    height: 100%;
}

blockquote {
    border-left: 7px solid #215E85;
    margin: 40px 0;
    padding: 0 30px;
}

blockquote p {
    font-weight: 400;
}


/******************************************
 TYPOGRAPHY
******************************************/
.font-100 {
	font-weight: 100;
}
.font-200 {
	font-weight: 200;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.font-800 {
	font-weight: 800;
}
.font-900 {
	font-weight: 900;
}
.fz-28 {
	font-size: 1.75rem;
}
.fz-22 {
	font-size: 1.375rem;
}
.fz-23 {
	font-size: 1.4375rem;
}
.fz-14 {
	font-size: 0.875rem;
}
.fz-12 {
	font-size: 0.75rem;
}
.text-white {
	color: #FFF;
}
.text-light-blue {
	color: #215E85;
}
.tk-halyard-display {
	letter-spacing: 2px!important;
	text-transform: uppercase!important;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],

input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	-webkit-appearance: none;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 0 0 15px !important;
	outline: none;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium,
div.gform_wrapper .left_label input.medium, div.gform_wrapper .left_label select.medium,
div.gform_wrapper .top_label input.large, div.gform_wrapper .top_label select.large,
div.gform_wrapper .left_label input.large, div.gform_wrapper .left_label select.large {
	height: 38px;
	width: 100%;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea {
	height: 42px;
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 5px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
    padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
}
input[type="submit"], button,
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
	background-color: #21BE8D;
    border: 2px solid rgba(0,0,0,0);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font: 600 0.9375rem/1.2em 'halyard-display', sans-serif;
    letter-spacing: 2.5px;
    min-width: 225px;
    padding: 19px 28px 19px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover, button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button:hover,
div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer .button.gform_button:hover, div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	background-color: #1a9870;
	color: #fff;
}
a.em-button {
	background-color: #21BE8D;
	border: 2px solid rgba(0,0,0,0);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font: 600 0.9375rem/1.2em 'halyard-display', sans-serif;
	letter-spacing: 2.5px;
	min-width: 225px;
	padding: 19px 28px 19px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.em-blue-background {
	background-color: #166988;
}
a.em-white-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	color: #fff;
}
a.em-green-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #21BE8D;
	color: #21BE8D;
}
a.em-button:hover {
	background-color: #1a9870;
	color: #fff;
	text-decoration: none;
}
a.em-green-border:hover {
	background-color: #1a9870;
	color: #fff;
	border: 2px solid #1a9870;
}
a.em-white-border:hover{
	border-color: #ffffff;
	background-color: #ffffff;
	color: #11405F;
}
a.pdf-link:before, a.doc-link:before {
	font-family: FontAwesome;
	font-size: 30px;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
a.doc-link:before {
	content: "\f0f6";
}
a.pdf-link:before {
	content: "\f1c1";
}
a.pdf-link, a.doc-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
    padding: 8px 0 6px 53px;
	position: relative;
}
a.hyper-link {
	background: url(library/images/icon-link@2x.png) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	font-weight: 500;
	padding: 0 0 0 32px;
	text-decoration: none;
}
a.em-download {
	background-image: url(library/images/download@2x.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	padding-left: 32px;
	padding-right: 63px;
}
p.testimonial {
	border-left: 7px solid #009ED2;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54545455em;
	margin: 22px 0;
	padding-left: 25px;
}
.list-inline {
	list-style: none;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 0;
}
.list-inline li {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}
.blue-dot,
.black-dot {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.blue-dot ul,
.black-dot ul {
	list-style: none;
	margin-left: 1rem;
	padding-left: 0;
}
.blue-dot li:before,
.black-dot li:before {
	background: #009ED2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 11px;
}
.black-dot li:before {
	background: #272525;
}
.blue-dot li,
.black-dot li {
	padding: 0 0 0 27px;
	position: relative;
}
.list-check-square,
.list-check {
	list-style: none;
	padding: 0;
}
.list-check-square li {
	background: url(library/images/check-square@2x.png) no-repeat 0 0.12em;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	margin: 1rem 0;
	padding-left: 30px;
}
.list-check li:before {
	color: #166988;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
.list-check li {
	font-weight: normal;
	margin: 1rem 0;
	padding-left: 40px;
	position: relative;
}
.no-bullet {
	margin-left: 0;
	padding: 0;
}
.no-bullet li ul, .no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square, ol.square {
	list-style-type: square;
}
ul.circle, ol.circle {
	list-style-type: circle;
}
ul.disc, ol.disc {
	list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
	list-style: none;
}
ul.d-xl-flex, ul.d-lg-flex, ul.d-md-flex, ul.d-sm-flex, ul.d-flex,
ol.d-xl-flex, ol.d-lg-flex, ol.d-md-flex, ul.d-sm-flex, ol.d-flex {
	list-style: none;
	margin: 26px -15px;
	padding: 0;
}
ul.d-xl-flex li, ul.d-lg-flex li, ul.d-md-flex li, ul.d-sm-flex li, ul.d-flex li,
ol.d-xl-flex li, ol.d-lg-flex li, ol.d-md-flex li, ul.d-sm-flex li, ol.d-flex li {
	padding: 0 15px;
}
ul.justify-content-center,
ol.justify-content-center {
    text-align: center;
}
table.table-style-1 {
	background: #0d294a5;
}
.table-style-1 td, .table-style-1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 15px 13px;
	text-align: left;
}
.table-style-1 th {
	background: #152e54;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.333333em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
	background: #e1e5ec;
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr, acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}

@media (max-width: 1400px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper .top_label input.medium,
	div.gform_wrapper .top_label select.medium,
	div.gform_wrapper .left_label input.medium,
	div.gform_wrapper .left_label select.medium,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .left_label input.large,
	div.gform_wrapper .left_label select.large,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 44px;
	}

	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 13px 30px 12px;
	}
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 42px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 42px;
	}
}

@media (max-width: 1199.98px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper .top_label input.medium,
	div.gform_wrapper .top_label select.medium,
	div.gform_wrapper .left_label input.medium,
	div.gform_wrapper .left_label select.medium,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .left_label input.large,
	div.gform_wrapper .left_label select.large,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 40px;
	}
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 11px 25px 10px;
	}
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 38px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 38px;
	}

    /*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable-lg, .notable-lg thead, .notable-lg tbody, .notable-lg tfoot, .notable-lg tr, .notable-lg th, .notable-lg td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable-lg thead tr, .notable-lg th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable-lg td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable-lg td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable-lg td:before {
		content: attr(data-heading);
	}
}

@media (max-width: 991.98px) {
	a.pdf-link:after, a.doc-link:after {
		right: 0;
	}
	a.pdf-link, a.doc-link {
		padding-right: 40px;
	}

    /*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable-md, .notable-md thead, .notable-md tbody, .notable-md tfoot, .notable-md tr, .notable-md th, .notable-md td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable-md thead tr, .notable-md th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable-md td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable-md td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable-md td:before {
		content: attr(data-heading);
	}
}

@media (max-width: 767.98px) {
	/*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td,
	.table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td,
	.table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td,
	.shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr, .notable th,
	.table-style-1 thead tr, .table-style-1 th,
	.table-style-2 thead tr, .table-style-2 th,
	.shop_table thead tr, .shop_table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-style-2 tr {
		border-top: 1px solid #e5e5e5;
	}
	.table-style-2 tbody tr:first-child {
		border-top: none;
	}
	.notable td,
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		content: attr(data-heading);
	}

	/* Custom Style */
	.shop_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.shop_table tbody tr:first-child {
		border-top: none;
	}
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.shop_table td {
		border-top: none !important;
	}
	.table-style-1 tr td:first-child,
	.table-style-2 tr td:first-child,
	.shop_table tr td:first-child, .shop_table tr th:first-child {
		padding-top: 10px !important;
	}
	.product-remove {
		line-height: 0.9em;
	}
	.list-check li {
		padding-left: 27px;
	}
	.list-check-square li {
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"] {
		font-size: 1.25rem;
		line-height: 1em;
		padding-bottom: 10px;
		padding-top: 11px;
	}
}

@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: inherit;
		margin-bottom: 0;
	}
}

@media (max-width: 575.98px) {
	p.testimonial {
		border-left-width: 8px;
		padding-left: 15px;
	}
	a.pdf-link, a.doc-link {
		padding-left: 40px;
	}
}


/******************************************
 SIDEBAR
******************************************/
.main-sidebar .widget {
	margin-bottom: 67px;
}
.main-sidebar h3.widgettitle {
	font-size: 1.0625rem;
	font-family: 'halyard-display', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: right;
	text-transform: uppercase;
}
.main-sidebar .widget_categories ul {
	margin: 0;
	padding: 0;
}
.main-sidebar .widget_categories ul li {
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
	padding-right: 25px;
	position: relative;
	text-align: right;
}
.main-sidebar .widget_categories ul li a {
	color: #383838;
	font-family: 'halyard-display', sans-serif;
	font-weight: 400;
	text-decoration: underline;
}
.main-sidebar .widget_categories ul li a:hover {
	color: #48BED9;
}
.main-sidebar .widget_categories ul li:before {
    content: '';
    background-image: url(library/images/bullet@2x.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    height: 7px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 9px;
    width: 7px;
}
/******************************************
 IMAGE SCROLLER
******************************************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}


/******************************************
 ACCORDION
******************************************/
.accordion {
	margin: -20px 0 30px;
}
.accordion > p {
	display: none; /* Fix empty P tag */
}
h3.accordion-title:before {
	content: "\002B";
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1em;
	margin-top: -9px;
	position: absolute;
	right: 25px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	border: 2px solid #ED1B24;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 50px 0 0;
	padding: 30px 60px 30px 30px;
	position: relative;
}
h3.accordion-title.open {
	background: #009ED2;
	border-color: #009ED2;
	color: #fff;
}
.accordion-content {
	background: #F2F2F2;
	margin: 0;
	padding: 15px 40px;
}


/******************************************
 WP-TILES
******************************************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}


/******************************************
 FLEXSLIDER
******************************************/
.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
	left: -10%;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "";
}
.flex-direction-nav .flex-nav-prev a {
	background-image: url(library/images/prev@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 73px auto;
	left: 0;
}
.flex-direction-nav .flex-nav-next a {
	background-image: url(library/images/next@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 73px auto;
	right: 0;
}
.flex-direction-nav .flex-nav-prev a:hover {
	background-image: url(library/images/prev-hover@2x.png);
}
.flex-direction-nav .flex-nav-next a:hover {
	background-image: url(library/images/next-hover@2x.png);
}
.flex-direction-nav a {
	font-size: 0;
	height: 55px;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 73px;
}
.flexslider .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/******************************************
 NEXTGEN FLEXSLIDER
******************************************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}

/******************************************
GRAVITY FORM
******************************************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul.gform_fields {
	margin: 0 -8px !important;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 25px 0;
	padding-left: 8px !important;
	padding-right: 8px !important;
}
.gform_wrapper form li #extensions_message {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: none;
	font-weight: inherit;
	margin: 0 0 4px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .gform_footer {
	margin: 50px 0 0;
	padding: 0;
}
div.gform_wrapper div.validation_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	background: none;
	border: 0 !important;
	padding: 0;
}
div.gform_wrapper div.validation_error {
	color: #ff0000;
}
div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: none !important;
}
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0;
}
div.gform_wrapper.gform_validation_error .top_label input.medium,
div.gform_wrapper.gform_validation_error .top_label select.medium {
	width: 100%;
}
div.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
div.gform_wrapper li.gfield_error textarea {
	border-bottom: 1px solid #ff0000;
	border-left: none;
	border-right: none;
	border-top: none;
}
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description::after {
	content: "\2b06";
}
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color: #ff0000;
	padding: 3px 0 0;
}
.ui-datepicker-title select {
	height: auto;
	width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #FFF;
}
::-moz-placeholder { /* Firefox 19+ */
  	color: #FFF;
}
:-ms-input-placeholder { /* IE 10+ */
  	color: #FFF;
}
:-moz-placeholder { /* Firefox 18- */
  	color: #FFF;
}
@media (max-width: 640px) {
}


/******************************************
 BLOG
******************************************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);

	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	margin-bottom: 53px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	position: absolute;
	right: -15px;
	top: 35px;
	z-index: 99;
}
.post-list-date-inner {
    background-color: #215E85;
    border-right: 0;
    height: 55px;
    line-height: 55px;
    max-width: 150px;
    position: relative;
    text-align: right;
    width: 100%;
}
.post-list-date-inner:after {
	content: "";
	display: block;
	background-color: #215E85;
	border-right: 0;
	height: 55px;
	position: absolute;
	left: -10px;
	text-align: right;
	top: 0;
	transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	width: 55px;
	z-index: -1;
}
.post-list-date span {
	color: #FFF;
	font-family: 'halyard-display', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 19px 22px;
	text-transform: uppercase;
}
h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.post-list-thumbnail img {
	margin-left: -155%;
	max-height: 270px;
	max-width: none;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content-inner {
	background-color: #F8F5F0;
	height: 100%;
	padding: 45px 45px 40px 60px;
}
.post-list-content-inner h4 {
	line-height: 120%;
}
.post-list-content-inner h4 a {
	color: #383838;
}
.post-list-content p {
	margin-bottom: 13px;
	margin-top: 0;
}
a.read-full {
	display: block;
	font-weight: 700;
	text-decoration: underline;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 1.8125rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0;
}
.pagination, .nav-single {
	position: relative;
	width: 100%;
}
.pagination ul {
	width: 100%;
}
.pagination ul:after, .nav-single:before {
	bottom: 0;
	content: '';
	background-color: #EBE4DB;
	left: 0;
	height: 1px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.pagination li, .pagination li:first-child {
	border: 0;
}
.pagination li.prev-parent, .nav-single .prev-article {
	float: left;
	width: auto;
}
.pagination li.next-parent, .nav-single .next-article{
	float: right;
	width: auto;
}
.pagination li.prev-parent a {
	padding-left: 0;
	padding-right: 20px;
}
.pagination li.next-parent a {
	padding-left: 20px;
	padding-right: 0;
}
.pagination li:first-child{
	padding-left: 0;
}
.pagination li:last-child {
	padding-right: 0;
}
.pagination li.current-parent:first-child {
	padding-left: 20px;
}
.pagination li {
	background: #FFF;
	float: none;
	padding: 0;
	position: relative;
	width: 56px;
	z-index: 999;
}
.pagination a.prev,
.pagination a.next,
.nav-single a
{
	background: #FFF;
	border: 0 !important;
	font-family: 'halyard-display', sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}
.pagination a,
.pagination span {
	background-color: #FFF;
	border: 1.5px solid #215E85 !important;
	border: 0;
	color: #215E85;
	display: inline-block;
	font-family: 'halyard-display', sans-serif;
	font-size: 1.5625rem;
	font-weight: 600;
	height: 42px;
	line-height: 2.65rem;
	margin: 0 auto;
	padding: 0;
	width: 51px;

}
.pagination a.next:hover, .pagination a.prev:hover, .pagination a.next:hover, .pagination a.prev:hover, .nav-single a:hover {
	background: none;
	color: #21BE8D !important;
}
.pagination span  {
	position: relative;
}
.pagination span:hover, .pagination .current, .pagination .current a, .pagination a:hover {
	border-color: transparent !important;
	background: #21BE8D;
	color: #FFF !important;
}
.pagination .current-parent {
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
}
.pagination .current-parent .current {
	padding-left: 0;
	padding-right: 0;
}
.nav-single {
	margin-top: 60px;
}
.nav-single .prev-article a, .nav-single .next-article a {
	background: #FFF;
}
.nav-single .prev-article a {
	padding-right: 15px;
}
.nav-single .next-article a {
	padding-left: 15px;
}
/******************************************
 NAVIGATION
******************************************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	float: left;
	padding: 0 17px;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	border-bottom: 1.5px solid transparent;
	border-top: 1.5px solid transparent;
	color: #11405F;
	display: block;
	font: 600 0.9375rem/48px 'halyard-display', sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 17px;
	margin-left: 7px;
	margin-top: -2px;
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	-ms-transition: transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	vertical-align: middle;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: FlipV;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	border-bottom: 1.5px solid #21BE8D;
	border-top: 1.5px solid #21BE8D;
	color: #21BE8D;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: 600;
}
nav.main-nav ul.nav li ul {
	background: #1B4D60;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 17px;
	top: 100%;
	z-index: 9999;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	font: 600 0.9375rem/48px 'pt-sans', sans-serif;
	letter-spacing: 2px;
	line-height: 140%;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover {
	background: #21BE8D;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: #166988;
}


/******************************************
 SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	background: rgba(0,0,0,0);
	right: 15px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
	background: #215E85;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #68B9BC;
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 28px;
}
.sfm-navicon {
	width: 28px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}


/******************************************
 LAYOUT STYLES
******************************************/
/*** Enter your style for global layout here ***/
body {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.main-header {
	padding-bottom: 24px;
	padding-top: 26px;
}
.main-header .logo img {
	max-width: 142px;
}
.header-phone .em-button {
	min-width: auto;
}
.header-phone .em-button, .em-button.em-phone {
	font-size: 1.125rem;
	letter-spacing: 0;
	padding: 12px 30px 11px;
	position: relative;
}
.header-phone .em-button:before, .em-button.em-phone:before {
	content: '\f095';
	font-family: 'FontAwesome';
	font-size: 14px;
	padding-right: 10px;
}
.header-right {
	padding-top: 8px;
}
/*Bottom Content*/
.bottom-content {
	background-color: #215E85;
	padding: 45px 0;
	position: relative;
	text-align: center;
}
.bottom-content:after {
	content: '';
	background-image: url(library/images/bottom-content-drone.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 624px;
	position: absolute;
	right: 16%;
	top: -38%;
	width: 409px;
}
.bottom-content h3 {
	font-weight: 700;
}
.bottom-content p, .bottom-content h3 {
	color: #FFF;
}
.bottom-content p {
	line-height: 1.625rem;
	margin-bottom: 15px;
	margin-top: 15px;
}
/*Testimonials*/
.testimonial-section {
	position: relative;
}
.our-testimonials .testimonial-content {
	background-image: url(library/images/quotation@2x.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 57px auto;
	margin: 0 auto;
	max-width: 850px;
	padding-top: 55px;
	text-align: center;
}
.our-testimonials .testimonial-content blockquote p {
	font-family: 'halyard-display-book-italic', sans-serif;
	font-size: 1.5rem;
	line-height: 2.25rem;
}
.our-testimonials .testimonial-content cite span {
	font-family: 'halyard-display', sans-serif;
	display: block;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.our-testimonials .testimonial-content cite span.title {
	font-size: 0.8125rem;
	font-weight: 500;
}
/*** Homepage - Enter any style for elements on homepage here ***/

.hellobar {
	padding: 20px;
	text-align: center;
	font-size: 14px;
	background: #21BE8D;
	color: #fff;
	font-weight: bold;
	display: none;
}

/*Banner*/
.banner-area {
	background-image: url(https://www.uavtrainingaustralia.com.au/wp-content/uploads/banner_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 93px;
	padding-top: 80px;
}
.banner-area * {
	color: #FFF;
}
.banner-area h1 {
	line-height: 3.063rem;
	margin-bottom: 32px;
	margin-top: 20px;
}
.banner-area p {
	margin-bottom: 33px;
}
/*Our Partners*/
.our-partners {
	border-bottom: 1px solid rgba(112,112,112,0.29);
	padding-bottom: 31px;
	padding-top: 32px;
}
.our-partners p {
	letter-spacing: 0;
	margin-bottom: 0;
	text-transform: inherit;
}
.our-partners ul {
	margin-bottom: 0;
}
.our-partners ul li  {
	vertical-align: middle;
}
/*Courses*/
.our-courses h4 {
	font-size: 1.625rem;
}
.our-courses h4 span {
	color: #383838;
	font-family: 'pt-sans', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
}
.our-courses .course-content .course-image {
	margin-bottom: 25px;
	position: relative;
}
.our-courses .course-content .course-image a {
	cursor: pointer;
}
.our-courses .course-content .course-image:after {
	background-color: transparent;
	content: '';
	height: 100%;
    position: absolute;
	right: 60px;
	top: 0;
    transform: skew(-15deg);
    width: 100px;
    z-index: 999;
}
.our-courses .course-content a:hover .course-image:after {
	background-color: rgba(33,94,133,0.6);
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	margin: auto;
    position: absolute;
	right: 0;
	top: 0;
	transform: none;
    width: 100%;
}
.our-courses .course-content {
	margin-bottom: 45px;
}
.our-courses .course-content p {
	margin: 0;
}
.our-courses .course-content .find-out-more {
	display: none;
}
.our-courses .course-content span {
	background-color: transparent;
	bottom: 13px;
	display: inline-block;
	padding: 16px 10px;
	position: absolute;
	right: 9px;
	text-align: center;
	width: 73px;
	z-index: 99999;
}
.our-courses .course-content a:hover span {
	background-color: transparent;
}
.our-courses .course-content h5 {
	color: #383838;
}
.our-courses .course-content a {
	/*font-weight: 700;
	text-decoration: underline;*/
	margin-top: 26px;
}
/* .Reconising */
.recognising-who-serve {
	background: #ebe4db url(https://www.uavtrainingaustralia.com.au/wp-content/uploads/bg-recognising@2x.png) no-repeat right 100px center;
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	margin-top: 80px;
	padding: 64px 620px 64px 100px;
}
.recognising-who-serve h2 {
	font-size: 1.625rem;
	font-weight: bold;
}
.recognising-who-serve p {
	margin-bottom: 0;
}
/*Free Guide*/
.free-guide img {
	max-width: none;
    max-height: 640px;
    margin-left: -65%;
    margin-top: -25%;
    width: 169.3%;
}
.free-guide .extra-content-col.column-02 .extra-content-col-inner {
	padding: 80px 0 45px 115px;
	position: relative;
}
.free-guide .extra-content-col.column-02 .extra-content-col-inner:before {
	bottom: 12%;
	color: #FFF;
	content: 'LEARN TO FLY - DOWNLOAD OUR FREE BROCHURE';
	font-family: 'halyard-display';
	font-size: 0.75rem;
	font-weight: 500;
	left: 5px;
	letter-spacing: 2px;
	position: absolute;
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 999;
}
.free-guide .extra-content-col.column-02 .extra-content-col-inner:after {
	background-color: #11405F;
	bottom: 0;
	content: '';
	height: 100%;
	left: -4px;
	margin: auto 0;
	position: absolute;
	top: 0;
	width: 46px;
}
.free-guide h2 {
	line-height: 2.375rem;
}
/*Why Choose Us*/
.why-choose-us {
	position: relative;
	text-align: center;
}
.why-choose-us:after {
	bottom: -31%;
	content: '';
	background-image: url(library/images/why-choose-us-drone.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 254px;
	position: absolute;
	left: 7%;
	width: 392px;
}
.why-choose-us * {
	color: #FFF;
	font-family: 'halyard-display';
	text-align: center;
}
.why-choose-us .white-border {
	border: 1px solid rgba(255,255,255,0.36);
	padding-bottom: 11px;
	padding-top: 11px;
}
.why-choose-us p {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 33px;
}
.why-choose-us h2 {
	font-size: 3.4375rem;
	font-weight: 700;
	margin-bottom: 0;
}

/* Courses Table */
.courses-table-container {
	margin-top: 43px;
}
.courses-table-container table {
	width: 100%;
}
.courses-table-container table th {
	background-color: #EBE4DB;
	color: #383838;
	font-size: 1.25rem;
	text-align: left;
}
.courses-table-container table th,
.courses-table-container table td {
	font-family: 'halyard-display', sans-serif;
	font-weight: 500 !important;
	padding: 15px 33px;
}
.courses-table-container table td {
	color: #ffffff;
	font-size: 1.125rem;
	vertical-align: top;
}
.courses-table-container table td p:first-child {
	margin-top: 0;
}
.courses-table-container table td:last-child {
	padding-right: 0;
	text-align: right;
}
.courses-table-container table tbody tr {
	border-bottom: 1px solid #215E85;
}
.courses-table-container table tbody tr:last-child {
	border-bottom: none;
}
/*Image Gallery*/
.image-gallery {
	overflow: hidden;
}
.image-gallery .container-fluid {
	padding: 0;
}
.image-gallery ul {
	margin-left: -8px;
	margin-right: -8px;
	padding: 0;
}
.image-gallery li {
	list-style: none;
	margin: 0;
	padding: 0 8px;
	width: 20%;
}
/*Footer*/
.main-footer {
	padding-bottom: 136px;
	padding-top: 125px;
}
.footer-nav {
	-webkit-columns: 3;
     -moz-columns: 3;
    columns: 3;
    padding: 0;
    padding-bottom: 55px;
    margin: 0;
}
.footer-nav li {
	display: block;
	margin-bottom: 10px;
	padding-left: 23px;
	position: relative;
}
.footer-nav li:before {
	content: '';
	background-image: url(library/images/bullet@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	height: 7px;
	left: 0;
	margin: auto 0;
	position: absolute;
	top: 9px;
	width: 7px;
}
.footer-nav li a {
	color: #383838;
	font-family: 'halyard-display', sans-serif;
	position: relative;
}
.footer-nav li a:hover, .footer-nav li a[aria-current="page"] {
	color: #48BED9;
	/*font-weight: 500;*/
}
.footer-top {
	border-bottom: 1px solid #EBE4DB;
}
.footer-top h4 {
	font-size: 1.875rem;
}
.footer-bottom {
	padding-top: 30px;
}
.footer-bottom ul {
	margin: 0;
}
/*.social-container .social-inner {
	max-width: 120px;
}*/
.social-container p {
	font-size: 0.625rem;
	font-weight: 600;
	margin-bottom: 12px;
}
.social-container ul li {
	padding-left: 7px;
	padding-right: 7px;
}
.contact-info ul {
	margin: 0;
	padding: 0;
}
.contact-info li {
	list-style: none;
}
.contact-info li a {
	font-family: 'halyard-display', sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	position: relative;
}
.contact-info li.contact-phone a:before {
	content: '\f095';
	font-family: 'FontAwesome';
	font-size: 15px;
	padding-right: 10px;
}
.contact-info li.contact-email a:before {
	content: '\f0e0';
	font-family: 'FontAwesome';
	font-size: 11px;
	padding-right: 10px;
}
.footer-uav {
	text-align: center;
}
.footer-colophon {
	background-color: #215E85;
	padding: 12px 0;
}
.footer-colophon p {
	color: #FFF;
	font-family: 'halyard-display', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	margin: 0;
}
.footer-colophon p a {
	color: #FFF;
}
/*** Internal Pages - Enter any style for elements on internal pages here ***/
.inner-banner {
	background-image: url(library/images/inner-banner.png);
	background-position: right center;
	background-size: cover;
	padding-bottom: 77px;
	padding-top: 89px;
	position: relative;
}
.inner-banner h1 {
	color: #FFF;
	font-size: 3.4375rem;
}
.inner-banner::before {
	content: '';
	background-repeat: no-repeat;
	height: 130%;
	position: absolute;
	width: 560px;
	right: 24%;
	top: -2%;
	z-index: 99;
}
/*About Us*/
.about-us-row-02 {
	padding: 10px 0;
}
.about-us-row-02 p {
	margin: 0;
}
.our-ceo .em-button {
	max-width: 300px;
	width: 100%;
}

/*UAV Courses*/
.page-contact .inner-banner::before {
	top: 22%;
	width: 680px;
}
.page-courses .inner-banner:before, .single-our_courses .inner-banner:before, .page-uav-courses .inner-banner::before {
	top: 15%;
}
.single-our_courses .inner-banner:before {
	background-image: url(library/images/courses-drone.png);
}
.page-courses .inner-banner h1 {
	font-size: 3.4375rem;
	line-height: 97%;
	margin-bottom: 0 !important;
}
.page-courses .inner-banner h5, .single-our_courses .inner-banner h5 {
	color: #FFF;
	display: block;
	font-size: 1.375rem;
	line-height: 120%;
	margin-bottom: 0;
}
.single-our_courses .inner-banner h5 {
	margin-bottom: 15px;
}
.single-our_courses .inner-banner {
	background-image: url(library/images/courses-banner.jpg);
	padding-bottom: 54px;
	padding-top: 75px;
}
.single-our_courses.postid-51 .inner-banner, .single-our_courses.postid-59 .inner-banner {
	padding-bottom: 42px;
	padding-top: 36px;
}
.single-our_courses .inner-banner h1 {
	font-size: 2.8125rem;
	line-height: 110%;
	margin-top: 0 !important;
}
.course-link-block a:hover {
	text-decoration: none;
}
.course-link-block-inner {
	background-color: #215E85;
	margin-top: 30px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
}
.course-link-block-inner:after {
	background-image: url(library/images/blue-arrow.png);
	background-repeat: no-repeat;
	bottom: 0;
	content: '';
	height: 42px;
	position: absolute;
	right: 0;
	width: 44px;
}
.course-link-block-inner h5 {
	line-height: 1.6875rem;
}
.course-link-block-inner * {
	color: #FFF;
}
.the-courses .course-enquiry p, .the-courses .course-enquiry div, .contact-wrapper p, .contact-wrapper div {
	color: #FFF;
}
.the-courses .course-gallery {
	margin-bottom: 40px;
}
.the-courses .course-gallery ul {
	margin: 0;
	padding: 0;
}
.the-courses .course-gallery ul li {
	float: left;
	list-style: none;
	padding: 0 8px;
	width: 33.333%
}
.the-courses .course-details .gray-box {
	background-color: #F8F5F0;
	padding: 25px 25px 18px 25px;
}
.the-courses .course-details h6 {
	font-family: 'halyard-display', sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 26px;
	text-transform: uppercase;
}
.the-courses .course-details .gray-box h6 {
	margin-bottom: 0;
}
.the-courses .course-details .gray-box h4 {
	color: #383838;
	font-family: 'halyard-display', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}
.the-courses .course-details .course-inclusions ul {
	margin: 0;
	padding: 0;
}
.the-courses .course-details .course-inclusions ul li {
	background-image: url(library/images/bullet@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	list-style: none;
	margin-bottom: 15px;
	padding-left: 35px;
}
.the-courses .course-details .course-inclusions ul li a {
	color: #383838;
	text-decoration: underline;
}
.the-courses .course-details .course-inclusions ul li a:hover {
	color: #48BED9;
	font-weight: 700;
}
.the-courses .course-details .course-margin, .the-courses .course-details .brochures .course-margin:first-child {
	margin-top: 45px;
}
.the-courses .course-details .brochures .course-margin{
	margin-top: 28px;
}
.the-courses .course-details .brochures p.additional-note {
	margin-bottom: 8px;
}
.the-courses .course-details .brochures p.additional-note a {
	text-decoration: underline;
}
.the-courses .course-enquiry, .contact-wrapper .extra-content-col-inner {
	background-color: #11405F;
	padding: 37px 50px 57px;
}
.the-courses .course-enquiry h5, .contact-wrapper .extra-content-col-inner h5 {
	color: #FFF;
	font-family: 'halyard-display', sans-serif;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 23px;
	text-align: center;
	text-transform: uppercase;
}
.the-courses .course-enquiry div.gform_wrapper .gform_footer {
	margin-top: 25px;
}
.date {
	background: url('https://www.uavtrainingaustralia.com.au/wp-content/uploads/icon-calender.jpg') no-repeat left center;
	padding: 10px 0 10px 50px;
	margin-bottom: 40px;
	font-size: 18px;
}
.single-our_courses.postid-59 .the-courses .course-enquiry textarea, .single-our_courses.postid-51 .the-courses .course-enquiry textarea {
	height: 70px;
}
#field_2_5 textarea {
	font-weight: 800;
	pointer-events: none;
	height: auto;
	min-height: 42px;
	max-height: 66px;
}
.the-courses .additional-note {
	font-size: 0.9375rem;
	font-weight: 700;
	font-style: italic;
	margin: 0;
	margin-top: 18px;
}
.the-courses .course-notes {
	border: 2px solid #48BED9;
	padding: 25px 30px 30px;
}
.the-courses .course-notes h6 {
	margin-bottom: 0;
}
.the-courses .course-notes p {
	font-size: 0.9375rem;
	font-weight: 700;
	font-style: italic;
	margin: 0;
}

/*Courses Scroll*/
.course-scroll-container .the-courses {
	border-bottom: 1px solid #EBE4DB;
	margin-bottom: 65px;
	padding-bottom: 95px;
}
.course-scroll-container .the-courses:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.course-scroll-container .the-courses h2 {
	margin-bottom: 55px;
}
.course-scroll-container .the-courses .course-gallery {
	margin-bottom: 0;
	margin-top: 85px;
}
/*Blog*/
.single .inner-banner:before {
	background-image: url(library/images/courses-drone.png);
}
.blog .inner-banner::before,
body.category .inner-banner::before{
	background-image: url(library/images/about-drone.png);
}
.blog .inner-banner h2, body.category .inner-banner h2, .single .inner-banner h2 {
	color: #FFF;
	font-size: 3.4375rem;
}
.wpp-list {
	padding: 0;
}
.wpp-list li {
	list-style: none;
	margin-bottom: 55px;
	padding: 0;
}
.wpp-list li img {
	margin-bottom: 33px;
}
.wpp-list li h5 {
	clear: both;
}
.wpp-list li h5 a {
	color: #383838;
}
.wpp-list li p {
	margin-bottom: 12px;
	margin-top: 15px;
}
.grey {
	background-color: #F8F5F0;
    display: inline-block;
    padding: 19px 33px;
}
.post-cat.grey {
	margin-left: 10px;
}
.grey span, .grey span a {
	color: #11405F;
	display: block;
	font-family: 'halyard-display', sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.single h1.single-title {
	color: #11405F;
	display: block;
	font-family: 'halyard-display', sans-serif;
	font-size: 2.125rem;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 19px;
	margin-top: 55px;
}
.single .blog-images img {
	margin-bottom: 58px;
}
.single .mainbody {
	overflow: hidden;
}
.hentry header {
	max-width: 570px;
}
/*Contact Page*/
.contact-wrapper div.gform_wrapper ul.gform_fields li.gfield {
    margin: 14px 0;
}
.contact-wrapper div.gform_wrapper .gform_footer input[type="submit"] {
	display: block;
	margin: 0 auto;
	max-width: 313px;
}
.our-map .extra-content-col-inner,
.our-map p,
.our-map iframe {
	height: 100%;
}
.our-map p {
	margin: 0;
}
.our-map iframe {
	display: block;
	margin-left: -15px;
	max-width: none;
}
.contact-information h5 {
	color: #383838;
	letter-spacing: 4px;
}
.contact-information .grey-box-inner {
	background-color: #f5f5f5;
	margin-bottom: 12px;
	padding: 14px 15px;
	text-align: center;
}
.contact-information .grey-box-inner:hover {
	background-color: #dcdcdc;
}
.contact-information .grey-box-inner p {
	line-height: 120%;
}
.contact-information .grey-box-inner p, .contact-information .grey-box-inner h6 {
	margin: 0;
}
.contact-information .grey-box-inner span {
	color: #383838;
	font-family: 'halyard-display', sans-serif;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 2px;
}
.contact-information .grey-box-inner a {
	position: relative;
}
.contact-information .phone-contact .grey-box-inner a:before {
    content: '\f095';
    font-family: 'FontAwesome';
    font-size: 15px;
    padding-right: 10px;
}
.contact-information .email-contact .grey-box-inner a:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    font-size: 11px;
    padding-right: 10px;
    vertical-align: middle;
}

/******************************************
 RESPONSIVE STYLES
******************************************/
@media (min-width: 1440px) {
	.flex-direction-nav .flex-prev {
		left: -12.5%;
	}
	.flex-direction-nav .flex-next {
		right: -12.5%;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
	.main-header .logo img {
		margin-left: -15px;
	}
	.banner-area .banner-overlay {
		padding-right: 5rem;
	}
	.our-partners ul li:first-child {
		width: 12%;
	}
	.our-partners ul li:nth-child(2) {
		text-align: center;
		width: 18%;
	}
	.our-partners ul li:nth-child(3) {
		text-align: center;
		width: 18%;
	}
	.our-partners ul li:nth-child(4) {
		text-align: center;
		width: 18%;
	}
	.our-partners ul li:nth-child(5) {
		text-align: center;
		width: 18%;
	}
	.our-partners ul li:last-child {
		text-align: right;
		width: 14%;
	}
	.social-container ul  {
		margin: 0 -7px;
	}
	.home-row-07 {
		padding-bottom: 140px;
		padding-top: 204px;
	}
	.blog .main-sidebar {
		padding-left: 85px;
	}
	.home .our-testimonials {
		padding-bottom: 209px;
	}
}
@media(min-width: 992px) {
	.single .mw-none {
		max-width: none;
		max-height: 418px;
		margin-top: -45.5%;
	}
	.flex-control-nav {
		display: none;
	}
	.free-guide .hidden-button {
		display: none;
	}
}
@media(min-width: 768px) {
	.the-courses .course-gallery ul {
		margin-left: -8px;
		margin-right: -8px;
	}
}
@media (max-width: 1440px) {
	/* General Styles */
	.accordion {
		margin-top: 0;
	}
	h3.accordion-title {
		margin-top: 30px;
		padding: 20px 60px 20px 20px;
	}

	/*** Enter your custom style here ***/
	.main-header {
		padding-bottom: 13px;
		padding-top: 13px;
	}
	.main-header .logo img {
		width: 120px;
	}
	.banner-area {
		padding-bottom: 70px;
		padding-top: 70px;
	}
	.banner-area h1 {
		font-size: 2.375rem;
		margin-bottom: 18px;
	}
	.banner-area p {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.banner-area .list-inline {
		margin-bottom: 0;
	}
}
@media(max-width: 1300px) {
	.free-guide {
		background-size: cover !important;
	}
}
@media (max-width: 1199.98px) {
	body {
		font-size: 1rem;
	}
	h2, h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.5rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1rem;
	}
	.sfm-rollback {
		display: block;
		width: 0;
	}
    ul.d-xl-flex li,
	ol.d-xl-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* General Styles */
	.testimonial-box:after {
		left: 24px;
	}
	.testimonial-box {
		font-size: 1.25rem;
		padding: 50px 30px 10px 40px;
	}
	.free-quote-bar,
	.free-quote-bar p {
		text-align: center;
	}

	/*** Enter your custom style here ***/
	.inner-banner::before, .bottom-content:after, .why-choose-us:after, .header-right  {
		display: none;
	}
	.our-partners ul {
		text-align: center;
	}
	.our-partners ul li {
		width: 24.5%;
	}
	.free-guide img {
		margin-top: 0;
	}
	.free-guide a.em-download {
		background-image: none;
		padding-right: 28px;
	}
	.wpp-list {
		padding-left: 25px;
	}
	.the-courses .course-enquiry, .contact-wrapper .extra-content-col-inner {
		padding: 37px 30px 57px;
	}
	div.sfm-label-metro .sfm-navicon-button {
		top: 60px !important;
	}
	.free-guide img {
		margin-left: -63%;
	}
	.main-footer {
		padding-bottom: 50px;
		padding-top: 47px;
	}
	.footer-top {
		display: none;
	}
	.footer-bottom {
		padding-top: 0;
	}
	.social-container {
		text-align: center;
	}
	.social-container p {
		font-size: 10px;
	}
	.social-container .social-inner {
		max-width: 100%;
	}
	.social-container ul li, .footer-bottom ul.footer-logos li {
		display: inline-block;
	}
	.footer-bottom ul.footer-logos li {
		padding: 0 15px;
	}
	.footer-bottom ul.footer-logos li:first-child img {
		width: 39px;
	}
	.footer-bottom ul.footer-logos li:nth-child(2) img {
		width: 142px;
	}
	.footer-bottom ul.footer-logos li:last-child img {
		width: 85px;
	}
	.footer-bottom ul.footer-logos {
		text-align: center;
	}
	.contact-info, .footer-bottom ul.footer-logos {
		padding-top: 30px;
		text-align: center;
	}
	.contact-info a {
		font-size: 18px;
	}
	.contact-info li {
	    margin-bottom: 10px;
	}
	.footer-uav {
		display: none;
	}
	.footer-colophon {
		padding: 19px 0;
	}
	.footer-colophon p {
		font-size: 14px;
		line-height: 19px;
		text-align: center;
	}
	.footer-colophon span {
		display: block;
	}
	.footer-colophon .footer-divider {
		display: none;
	}
	.recognising-who-serve {
		background-position: right 30px center;
		padding: 44px 440px 44px 30px;
	}
}

@media (max-width: 991.98px) {
	h2, h3 {
		font-size: 1.75rem;
	}
	h5 {
		font-size: 1rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	p {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}
    ul.d-lg-flex li,
	ol.d-lg-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* Testimonials */
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		width: 200px;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 150px;
	}

	/* General Styles */
	.extra-content,
	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar {
		padding: 30px 0;
	}
	.border-bottom .container {
		padding-bottom: 30px;
	}
	.border-top .container {
		padding-top: 30px;
	}
	.background-only-panel {
		height: 250px !important;
	}
	.free-quote-bar {
		text-align: center;
	}
	.free-quote-bar h2 {
		margin-top: 0;
	}
	.free-quote-bar .col-md-4 {
		margin-top: 30px;
	}
	.free-quote-bar p {
		text-align: center;
	}
	.staff-panel {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.staff-panel-first {
		padding-top: 30px;
	}
	.staff-panel .extra-content-col {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.staff-panel .column-01 p {
		margin: 0;
	}
	.testimonial-box:after {
		top: 12px;
	}
	.accordion {
		margin-top: 10px;
	}
	h3.accordion-title {
		margin-top: 20px;
		padding: 15px 60px 15px 15px;
	}
	.accordion-content {
		padding: 15px 30px;
	}
	.contact-form .column-02, .get-a-quote-row-01 .column-02 {
		max-width: none;
	}

	/*** Enter your custom style here ***/
	.post-list-thumbnail img {
		max-height: 100%;
		max-width: 100%;
		margin-left: 0;
		width: 100%;
	}
	.inner-banner {
		padding: 40px 0 30px;
	}
	.single .blog-images img {
		display: block;
		margin: 20px auto;
	}
	.our-courses h4 span {
		float: none !important;
	}
	.our-map {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.contact-wrapper {
		padding-bottom: 0;
		padding-top: 0;
	}
	.our-map iframe {
		display: block;
		margin-left: 0;
		margin-top: 30px;
		max-width: 100%;
		width: 100%;
	}
	.flex-direction-nav {
		display: none;
	}
	.flex-control-paging li a {
		background-color: rgba(72, 190, 271, 0.19);
		box-shadow: none;
		height: 10px;
		width: 10px;
	}
	.flex-control-paging li a.flex-active {
		background-color: #48BED9;
	}
	.flex-control-nav li {
	    margin: 0 5px;
	}
	.our-testimonials {
		padding-bottom: 75px;
		padding-top: 50px;
	}
	.free-guide {
		background-image: none !important;
		overflow: hidden;
		text-align: center;
	}
	.free-guide h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.free-guide h2 {
		font-size: 25px;
		line-height: 29px;
	}
	.free-guide p {
		font-size: 17px;
		line-height: 26px;
	}
	.free-guide .extra-content-col.column-02 .extra-content-col-inner:before, .free-guide .extra-content-col.column-02 .extra-content-col-inner:after {
		display: none;
	}
	.free-guide .extra-content-col.column-02 .extra-content-col-inner {
		padding: 50px 0 30px;
	}
	.free-guide a.em-download {
		background-image: none;
		font-size: 15px;
		padding: 19px 28px 19px;
	}
	.free-guide img {
		margin-top: 0;
	}
	.free-guide .hidden-button-small {
		display: none;
	}
	.right-image-bg  {
		background-image: none !important;
	}
	.our-ceo {
		text-align: center;
	}
	.our-ceo .extra-content-col.column-02 {
		padding-left: 15px !important;
	}
	.the-courses .course-enquiry {
		margin-top: 40px;
	}
	.post-list-date {
		right: 15px;
	}
	.main-sidebar {
		text-align: center;
	}
	.main-sidebar h3.widgettitle, .main-sidebar .widget_categories ul li {
		text-align: left;
	}
	.main-sidebar .widget_categories ul li {
		padding-left: 25px;
		padding-right: 0;
	}
	.main-sidebar .widget_categories ul li:before {
	    background-position: left center;
	    left: 0;
	    right: auto;
	}
	.wpp-thumbnail {
		float: none;
	}
	.the-courses .course-details .gray-box {
		margin-bottom: 20px;
	}
	.home-row-07 h2 {
		line-height: 110%;
	}
	.the-courses .course-gallery {
		margin-bottom: 30px;
	}
	.the-courses .course-details .course-margin, .the-courses .course-details .brochures .course-margin:first-child {
		margin-top: 15px;
	}
	.single-our-courses {
		padding-top: 50px;
	}
	.wpp-list {
		padding-left: 0;
	}
	.recognising-who-serve {
		background-image: none;
		padding: 30px;
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	html {
		font-size: 87.5% !important;
	}
	h1, h2 {
		font-size: 1.75rem;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
    ul.d-md-flex li,
	ol.d-md-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* Testimonials */
	.contact-form .testimonials-list {
		margin-top: 0;
	}
	.testimonials-list {
		margin-top: -15px;
	}
	.testimonials-list .quote {
		margin: 15px 0;
		text-align: center;
	}
	.testimonials-list blockquote {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		background-position: center top;
		padding-top: 20px;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote,
	.woothemes-testimonials-layout-03 .testimonial-content {
		max-width: none;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote {
		width: 100%;
	}
	.woothemes-testimonials-layout-03 .testimonials-list .quote {
		display: block;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		margin-bottom: 20px;
		text-align: center;
		width: auto;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 80px;
	}

	/* Content Panels */
	.column-equal-height .row, .column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}
	.list-inline {
		display: block;
		margin: 0;
	}
	.list-inline li {
		display: block;
		padding: 7.5px 0;
		text-align: center;
	}

	/* General Styles */

	.post-list-content-inner {
		padding:40px;
	}
	.logos-panel {
		text-align: center;
	}
	.logos-panel ul {
		display: block;
	}
	.logos-panel ul li:before {
		display: none;
	}
	.logos-panel ul li {
		float: none;
		padding: 12px 0;
		width: auto;
	}
	.extra-content .testimonials-list blockquote p {
		max-width: none;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
		left: 50%;
		margin-left: -34px;
		top: 0;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote {
		padding-left: 0;
		padding-top: 100px;
	}
	.woothemes-testimonials-layout-04 .testimonials-list .author {
		padding-left: 0;
	}
	.accordion {
		margin-top: 15px;
	}
	h3.accordion-title {
		margin-top: 15px;
		padding: 12px 50px 12px 15px;
	}
	h3.accordion-title:before {
		right: 15px;
	}
	.accordion-content {
		padding: 10px 20px;
	}

	/*** Enter your custom style here ***/
	.main-header .logo img {
		max-width: 88px;
	}
	.banner-area {
		background-color: #205E85;
		background-image: url(library/images/mobile-bg@2x.jpg);
		background-position: center bottom;
	    background-repeat: no-repeat;
		padding-bottom: 134px;
		padding-top: 50px;
		position: relative;
		text-align: center;
	}
	.banner-area:after {
		content: '';
		background-image: url(library/images/courses-drone.png);
	    background-repeat: no-repeat;
	    background-size: 299px auto;
	    bottom: -7%;
	    height: 145px;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    width: 299px;
	    right: 0;
	    z-index: 99;
	}
	.banner-area h3 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.banner-area h1 {
		font-size: 26px;
		line-height: 30px;
		margin-top: 0;
	}
	.banner-area p {
		display: none;
	}
	a.em-button {
		font-size: 15px;
	}
	.our-partners p {
		font-size: 14px;
		margin-bottom: 20px;
		text-align: center;
	}
	.our-partners ul {
		text-align: center;
	}
	.our-partners ul li {
		display: none;
		width: 48%;
	}
	.our-partners ul li:nth-child(2) img {
		width: 98px;
	}
	.our-partners ul li:first-child, .our-partners ul li:nth-child(2) {
		display: inline-block !important;
	}
	.home .our-courses {
		padding-top: 0;
		text-align: center;
	}
	.home .our-courses h4, .home .our-courses img, .home .our-courses .course-content p, .home .our-courses .course-content span {
		display: none;
	}
	.home .our-courses .course-content .find-out-more {
		display: block;
		font-size: 17px;
	}
	.home .our-courses h5 {
		font-size: 19px;
	}
	.home .our-courses .course-content {
		margin-bottom: 0;
		padding-bottom: 30px;
		position: relative;
	}
	.home .our-courses .course-content:after {
		content: '';
		background-color: rgba(112,112,112,0.29);
	    bottom: 0;
	    height: 1px;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    width: 132px;
	    right: 0;
	}
	.home .our-courses .course-block:last-child .course-content:after {
		display: none;
	}
	.home .our-courses .course-block:last-child .course-content {
		padding-bottom: 0;
	}
	.bottom-section {
    	margin: 0 auto;
		max-width: 260px;
		position: relative;
		z-index: 9999;
	}
	.bottom-content {
		padding-bottom: 126px;
	}
	.bottom-content h3 {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	.bottom-content p {
		display: none;
	}
	.bottom-content p:last-child {
		display: block;
	}
	.bottom-content .em-button {
		min-width: 198px;
	}
	.bottom-content:after {
		bottom: -20%;
		content: '';
		display: block;
		background-image: url(library/images/bottom-content-drone.png);
		background-repeat: no-repeat;
		background-size: 320px auto;
		height: 370px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: auto;
		width: 320px;
	}
	.our-testimonials {
		padding-top: 110px;
	}
	.our-testimonials .testimonial-content {
		background-size: 36px auto;
	}
	.extra-content .testimonials-list blockquote {
		margin: 0;
	}
	.extra-content .testimonials-list blockquote p {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 25px;
		margin-top: 0;
	}
	.extra-content .testimonials-list blockquote {
		padding-top: 0;
	}
	.our-testimonials .testimonial-content cite span {
		font-size: 15px;
	}
	.our-testimonials .testimonial-content cite span.title {
		font-size: 13px;
	}
	.flex-control-nav {
		left: 0;
	}
	.free-guide .extra-content-col.column-01 {
		position: relative;
	}
	.free-guide .extra-content-col.column-01 .extra-content-col-inner:before {
		background-color: #11405F;
		bottom: auto;
		color: #FFF;
		content: 'LEARN TO FLY';
		font-family: 'halyard-display';
		font-size: 12px;
		font-weight: 500;
		left: 0;
		letter-spacing: 2px;
		padding: 12px 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
	    z-index: 999;
	}
	.why-choose-us {
		padding-bottom: 80px;
		padding-top: 67px;
		position: relative;
	}
	.why-choose-us h4, .home-row-07 h4 {
		font-size: 24px;
		line-height: 28px;
	}
	.why-choose-us p br {
		display: none;
	}
	.why-choose-us h2 {
		font-size: 32px;
	}
	.why-choose-us .white-border {
		max-width: 160px;
		margin: 0 auto;
	}
	.why-choose-us h4 {
		margin-bottom: 25px !important;
	}
	.why-choose-us p {
		font-size: 12px;
		margin-top: 16px;
	}
	.why-choose-us .extra-content-col {
		padding-top: 0;
	}
	.why-choose-us:after {
		bottom: -13%;
		content: '';
		display: block;
		background-image: url(library/images/why-choose-us-drone.png);
		background-repeat: no-repeat;
		background-size: 280px auto;
		height: 182px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: auto;
		width: 280px;
	}
	.home-row-07 {
		padding-top: 130px;
		text-align: center;
	}
	.home-row-07 img {
		display: block;
		max-width: 227px;
		margin: 0 auto;
	}
	.home-row-07 p {
		font-size: 17px;
		line-height: 26px;
		margin-bottom: 40px;
		margin-top: 25px;
	}
	.home-row-07 p:last-child {
		margin: 0;
	}
	.courses-table-container table td:before,
	.courses-table-container table td {
		text-align: center !important;
	}
	.courses-table-container table td:last-child a {
		min-width: auto !important;
		padding: 12px 20px;
	}
	.image-gallery li {
		margin-bottom: 6px;
		padding: 0 3px;
		width: 50%;
	}
	.image-gallery li:last-child {
		display: none;
	}
	div.sfm-label-metro .sfm-navicon-button {
		top: 40px !important;
	}
	.post-list-content-inner, .eq-heights {
		min-height: 1px !important;
	}
}

@media (max-width: 575.98px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
    ul.d-sm-flex li,
	ol.d-sm-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}

	/*** Enter your custom style here ***/
	.free-guide .extra-content-col.column-01 {
		background-image: url(https://www.uavtrainingaustralia.com.au/wp-content/uploads/drone-pattern.png);
		padding-top: 50px;
		position: relative;
	}
	.the-courses .course-gallery ul li {
		float: none;
		margin: 15px 0;
		text-align: center;
		width: 100%;
	}
	div.gform_wrapper .gform_footer input[type="submit"] {
		font-size: 15px;
		letter-spacing: 1px;
		padding: 11px 10px 10px;
	}
	.post-cat.grey {
		margin-left: 0;
	}
	.single-post .article-header  {
		text-align: center;
	}
	.single-post .article-header .grey {
		min-width: 170px;
	}
	.single-post .article-header .post-cat.grey {
		margin-top: 15px;
	}
	.single-post a.em-green-border {
		display: block;
		margin: 0 auto;
		max-width: 225px;
	}
}
