/******************************************************************
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.1.4
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

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

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@font-face {
	font-family: 'azo_sansregular';
	src: url('library/fonts/rui_abreu_-_azosans-regular-webfont.woff2') format('woff2'),  url('library/fonts/rui_abreu_-_azosans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body {
	color: #474d59;
	font-family: 'azo_sansregular';
	font-size: 1.05rem;
	font-weight: 300;
	line-height: 1.7em
}
h1, h2, h3, h4, h5, h6 {
	color: #474d59;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 3.1875rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1.125rem;
}
h6 {
	font-size: 1rem;
}
a {
	color: #faa749;
	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: #faa749;
	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.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin-bottom: 12px;
	margin-top: 12px;
	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%;
}
.wrap {
 *zoom: 1;
}
.wrap:before, .wrap:after,
.row:before, .row:after {
	content: "";
	display: table;
	line-height: 0;
}
.wrap:after,
.row:after {
	clear: both;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
	hyphens: none;
}
.sfm-rollback {
	display: none;
}
#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;
}
/*********************
LAYOUT STYLES
*********************/
.center {
	margin: 0 auto;
	max-width: 1212px;
	padding-left: 20px;
	padding-right: 20px;
}
.wrapper {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.extra_content {
	padding: 30px 0;
}
.extra-content-cols {
	margin: 0 -15px;
}
.extra-content-col {
	float: left;
	margin: 15px 0;
	padding: 0 15px;
}
.extra-content-col-02 .extra-content-col {
	width: 50%;
}
.extra-content-col-03 .extra-content-col {
	width: 33.333333%;
}
.extra-content-col-04 .extra-content-col {
	width: 25%;
}
.extra-content-col-05 .extra-content-col {
	width: 20%;
}
.extra-content-col-06 .extra-content-col {
	width: 16.6666667%;
}
.extra-content-col-02 .extra-content-col:nth-child:(2n+1), .extra-content-col-03 .extra-content-col:nth-child:(3n+1), .extra-content-col-04 .extra-content-col:nth-child:(4n+1), .extra-content-col-05 .extra-content-col:nth-child:(5n+1), .extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
 clear: both;
}
/*** Enter your style for global layout here ***/
/*********************
HEADER
*********************/
.main-header, .top-menu, .main-header .logo, .inner .main-header .banner-form, .home .main-header .logo a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.main-header {
	background-color: #1176ba;
	position: relative;
	z-index: 909090;
}
.main-header.shrink {
	background-color: #1176ba;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 909090;
}
.main-header .logo {
	float: left;
	margin-right: 50px;
	padding-top: 18px;
	max-width: 280px;
}
.main-header .top-menu, .main-header .header-phone {
	float: left;
}
.main-header .header-right, .main-header .header-button {
	float: right;
}
.main-header .header-right {
	padding-top: 18px;
}
.main-header .header-phone {
	background: url(library/images/phone-icon.png) no-repeat left center;
	color: #FFF;
	font-size: 1.375rem;
	margin-top: 16px;
	padding-left: 15px;
}
.main-header .header-phone a {
	color: #FFF;
	text-decoration: none;
}
.main-header .header-button {
	padding-left: 63px;
}
.main-header .header-button .login-btn {
	margin-right: 12px;
	padding: 16px 12px 16px 12px;
}
/*********************
BANNER
*********************/
.inner-banner {
	background: url(library/images/banner-inner.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 5.5%;
	padding-top: 5.5%;
	text-align: center;
}
.inner-banner h1 {
	color: #FFF;
	font-size: 3.75rem;
	margin-top: 0 !important;
}
.inner-banner p {
	color: #FFF;
	font-size: 1.5rem;
}
.inner-banner .sub-text {
	margin: 0 auto;
	max-width: 500px;
}
.banner-area {
	background: url(library/images/banner-image.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 2.4%;
	padding-top: 7.5%;
	text-align: center;
}
.banner-area h2 {
	color: #FFF;
	font-size: 3.75rem;
	margin-bottom: 25px;
}
.banner-area p {
	color: #FFF;
	font-size: 1.5rem;
}
.banner-area .banner-btns {
	margin-bottom: 60px;
	margin-top: 60px;
}
.banner-area .banner-btns a:first-child {
	margin-right: 12px;
}
.banner-area .banner-clients .list-inline {
	margin-top: 40px;
	padding-left: 0;
	text-align: center;
}
.banner-area .banner-clients .list-inline li {
	display: inline-block;
	list-style: none;
	margin-right: 6%;
	width: 18%;
}
.banner-area .banner-clients .list-inline li img {
	vertical-align: middle;
}
.banner-area .banner-clients .list-inline li:last-child {
	margin-right: 0;
}
/* Homepage - Enter any style for elements on homepage here */

.logo-panel {
	text-align:center;
	padding:70px 0;
}
.logo-panel ul {
	margin:0;
	padding:0;
	list-style:none;
}
.logo-panel ul li {
	float:left;
	width:25%;
	margin:25px 0;
}
.logo-panel ul li img {
	max-width:100%;
}
.portal-buttons .courses {
	float: left;
	width: 25%;
	position: relative;
}
.portal-buttons .courses .courses-content {
	padding: 35px 30px 100px;
}
.portal-buttons .courses .courses-content img.courses-icon {
	display: inline-block;
	padding-right: 15px;
}
.portal-buttons .courses .courses-content h4 {
	background-position: left 7px;
	background-repeat: no-repeat;
	background-size: 40px;
	color: #FFF;
	display: inline-block;
	font-size: 1.75rem;
	/*min-height: 81px;*/
    padding-bottom: 30px;
	padding-left: 55px;
	position: relative;
}
.portal-buttons .courses .courses-content h4:after {
	background-image: url('/wp-content/uploads/thornley-squiggle.png');
	bottom: 0;
	content: '';
	left: 60px;
	position: absolute;
	width: 60px;
	height: 12px;
}
.portal-buttons .courses .portal-orange h4:after {
	background-image: url('/wp-content/uploads/thornley-squiggle-coloured.png');
}
.portal-buttons .courses .courses-content .short-desc {
	padding-left: 55px;
}
.portal-buttons .courses .courses-content .short-desc p {
	color: #FFF;
	line-height: 170%;
	margin-bottom: 50px;
}
.portal-buttons .courses .courses-content a.em-button {
	background-position: 85% center;
	background-repeat: no-repeat;
	font-size: 1.25rem;
	padding: 25px 85px 25px 25px;
	position: absolute;
	bottom: 37px;
}
.portal-buttons .courses .portal-orange a.em-button {
	background-color: #1176ba;
	background-image: url(library/images/dark-blue-circle-arrow.png);
	-moz-box-shadow: 00px 8px 30px rgba(179, 180, 27, 0.8);
	-webkit-box-shadow: 0px 8px 30px rgba(179, 180, 27, 0.8);
	box-shadow: 0px 15px 40px rgba(179, 180, 27, 0.8);
	color: #fff;
}
.portal-buttons .courses .portal-orange a.em-button:hover {
	background-color: #05578e;
}
.portal-buttons .courses .portal-grey a.em-button {
	background-color: #1176ba;
	background-image: url(library/images/dark-blue-circle-arrow.png);
	-moz-box-shadow: 0px 8px 30px rgba(148, 177, 47, .8);
	-webkit-box-shadow: 0px 8px 30px rgba(148, 177, 47, .8);
	box-shadow: 0px 10px 40px rgba(148, 177, 47, .8);
	color: #fff;
}
.portal-buttons .courses .portal-grey a.em-button:hover {
	background-color: #05578e;
}
.portal-buttons .courses .portal-orange h4, .portal-buttons .courses .portal-orange .short-desc p {
	color: #646464;
}
.portal-buttons .courses .portal-grey h4, .portal-buttons .courses .portal-grey .short-desc p {
	color: #fff;
}
.portal-buttons .courses .portal-blue a.em-button {
	background-color: #1176ba;
	background-image: url(library/images/dark-blue-circle-arrow.png);
	-moz-box-shadow: 0px 15px 40px rgba(109, 168, 42, .8);
	-webkit-box-shadow: 0px 15px 40px rgba(109, 168, 42, .8);
	box-shadow: 0px 15px 40px rgba(109, 168, 42, .8);
}
.portal-buttons .courses .portal-blue a.em-button:hover {
	background-color: #05578e;
}
.portal-buttons .courses .portal-dark-grey a.em-button {
	background-color: #1176ba;
	background-image: url(library/images/dark-blue-circle-arrow.png);
	-moz-box-shadow: rgba(93, 93, 93, .8);
	-webkit-box-shadow: rgba(93, 93, 93, .8);
	box-shadow: 0px 15px 40px rgba(93, 93, 93, .8);
}
.portal-buttons .courses .portal-dark-grey a.em-button:hover {
	background-color: #05578e;
}
/*** Enter your custom style for elements on homepage here ***/
.why-choose-us .why-choose-us-content h5 {
	color:#ffffff !important;
	font-size: 20px;
}
.companies .companies-description {
	padding: 3.2% 0;
	text-align: center;
}
.companies .companies-description .center {
	max-width: 600px;
	margin: 0 auto;
}
.companies .companies-description h3 {
	font-size: 1.875rem;
	padding-bottom: 50px;
	position: relative;
}
.companies .companies-description h3:after {
	background-image: url('/wp-content/uploads/thornley-squiggle-coloured.png');
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 60px;
	height: 12px;
	right: 0;
	margin: 0 auto;
}
.companies .tabs-menu {
	background-color: #f2f2f2;
}
.companies ul.tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.companies ul.tabs li {
	background: none;
	color: #646464;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	margin-left: -6px;
	padding: 20px 34px;
	position: relative;
}
.companies ul.tabs li:after {
	background-color: #dddedf;
	bottom: 0;
	content: '';
	height: 28px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}
.companies ul.tabs li:last-child:after, .companies ul.tabs li:hover:after {
	display: none;
}
.companies ul.tabs li.current:after {
	display: none;
}
.companies ul.tabs li.current, .companies ul.tabs li:hover {
	background: #FFF;
	margin-left: -6px;
}
.companies .tabs-content {
	clear: both;
	padding-bottom: 2.9%;
	padding-top: 3.65%;
}
.companies .tab-content {
	display: none;
	padding: 15px;
}
.companies .tab-content.current {
	display: inherit;
}
.companies .company-content {
	float: left;
}
.companies .left-content {
	width: 48%;
	padding-right: 60px;
}
.companies .right-content {
	width: 52%;
}
.companies .left-content h6 {
	font-family: 'azo_sansregular';
	font-size: 1.625rem;
	margin: 15px 0;
}
.companies .left-content p:first-child {
	margin-bottom: 0;
}
.companies .left-content p {
	line-height: 200%;
	margin-bottom: 35px;
}
.companies .left-content a.em-button {
	background-color: #ffab4a;
	background-image: url(library/images/orange-arrow.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	font-size: 1.25rem;
	padding: 25px 100px 25px 15px;
	-moz-box-shadow: 0px 15px 40px rgba(214, 136, 49, 0.26);
	-webkit-box-shadow: 0px 15px 40px rgba(214, 136, 49, 0.26);
	box-shadow: 0px 15px 40px rgba(214, 136, 49, 0.26);
}
.companies .other-companies {
	clear: both;
	margin-top: 40px;
}
.companies .other-companies ul {
	margin-top: 5px;
	padding-left: 0;
	text-align: center;
}
.companies .other-companies li {
	display: inline-block;
	list-style: none;
}
.why-choose-us .why-choose-us-content {
	background-color: #868686;
}
.why-choose-us .why-choose-us-content h3 {
	color: #FFF;
	font-size: 1.875rem;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.why-choose-us .why-choose-us-content h3:after {
	background-image: url('/wp-content/uploads/thornley-squiggle.png');
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 60px;
	height: 12px;
	right: 0;
	margin: 0 auto;
}
.why-choose-us .why-choose-us-content, .why-choose-us .why-choose-image {
	float: left;
	width: 50%;
}
.why-choose-us .why-choose-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.why-choose-us .why-choose-us-content ul {
	margin-top: 40px;
	padding-left: 0;
}
.why-choose-us .why-choose-us-content ul li {
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	line-height: 160%;
	list-style: none;
	margin-bottom: 48px;
	padding-left: 80px;
}
.why-choose-us .why-choose-us-content ul li:last-child {
	margin-bottom: 0;
}
.why-choose-us .why-inner {
	padding: 9.5% 10.5%;
}
.clients {
	background-color: #1881c5;
	padding-bottom: 4.2%;
	padding-top: 4.2%;
}
.clients h3 {
	color: #FFF;
	font-size: 1.875rem;
	padding-bottom: 50px;
	position: relative;
}
.clients h3:after {
	background-image: url(/wp-content/uploads/thornley-squiggle.png);
	bottom: 20px;
	content: '';
	left: 0;
	position: absolute;
	width: 60px;
	height: 12px;
	right: 0;
	margin: 0 auto;
}
.clients-description {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 6.4%;
	text-align: center;
}
.clients p {
	color: #FFF;
}
.clients ul {
	padding-left: 0;
}
.clients li {
	list-style: none;
	display: inline-block;
	padding: 15px 0;
	width: 24%;
	text-align: center;
}
.clients li img {
	vertical-align: middle;
}
.page-template-page-upcoming-courses .bottom-bar {
	margin-top: 0;
}
.bottom-bar {
	margin-top: 0px;
}
.upcoming-courses {
	background-color: #f2f2f2;
	padding-bottom: 3.2%;
	padding-top: 4%;
}
.upcoming-courses h3 {
	color: #646464;
	font-size: 1.875rem;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.upcoming-courses h3:after {
	background-image: url('/wp-content/uploads/thornley-squiggle-coloured.png');
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 60px;
	height: 12px;
	right: 0;
	margin: 0 auto;
}
.upcoming-courses .upcoming-course-wrap {
	margin: 0 -15px;
	margin-top: 40px;
}
.upcoming-courses .upcoming-course {
	background-color: #fff;
	-moz-box-shadow: 0px 8px 30px #c6c2c2;
	-webkit-box-shadow: 00px 8px 30px #c6c2c2;
	box-shadow: 00px 8px 30px #c6c2c2;
	float: left;
	margin: 0 1.5%;
	margin-bottom: 36px;
	padding: 3.3% 2.2%;
	width: 47%;
}
.upcoming-courses .upcoming-course .course-container {
	float: left;
	width: 24%;
}
.upcoming-courses .upcoming-course .course-date {
	border: 1px solid #dddddd;
	border-radius: 50%;
	height: 120px;
	position: relative;
	text-align: center;
	width: 120px;
}
.upcoming-courses .upcoming-course .course-date .course-date-month,
.upcoming-courses .upcoming-course .course-date img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.upcoming-courses .upcoming-course .course-location {
	text-align:center;
	max-width: 120px;
	margin: 20px 0;
}
.upcoming-courses .upcoming-course .course-date .day {
	font-size: 2.625rem;
	font-weight: 600;
	margin-bottom: 12px;
}
.upcoming-courses .upcoming-course .course-date .month {
	font-size: 1.25rem;
	font-weight: 600;
}
.upcoming-courses .upcoming-course .course-desc {
	float: left;
	padding-left: 25px;
	width: 76%;
}
.upcoming-courses .upcoming-course .course-desc h4 {
	font-family: 'azo_sansregular';
	font-size: 1.625rem;
}
.upcoming-courses .upcoming-course .course-desc p {
	margin-bottom: 25px;
}
.upcoming-courses .upcoming-course .course-desc a {
	background-image: url(library/images/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #faa749;
	font-size: 1.25rem;
	padding-right: 50px;
}
.upcoming-courses .upcoming-course .course-date .tbc {
	font-family: 'azo_sansregular';
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 35%;
}
/*.inner .bottom-bar {
    margin-top: 5%;
}*/

.home .bottom-bar {
	margin-top: 0px;
}
.bottom-bar {
	background-color: #1881c5;
	padding-bottom: 3.5%;
	padding-top: 4.2%;
	text-align: center;/*margin-top: 30px;*/
}
.bottom-bar-inner {
	max-width: 600px;
	margin: 0 auto;
}
.bottom-bar h3 {
	color: #FFF;
	font-size: 1.875rem;
	margin-bottom: 30px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.bottom-bar h3:after {
	background-image: url('/wp-content/uploads/thornley-squiggle.png');
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 60px;
	height: 12px;
	right: 0;
	margin: 0 auto;
}
.bottom-bar p {
	color: #FFF;
}
.bottom-bar a.em-button,
a.em-arrow {
	background-color: #ffab4a;
	background-image: url(library/images/orange-arrow.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	font-size: 1.25rem;
	margin-top: 60px;
	padding: 25px 100px 25px 25px;
}
.bottom-bar a.em-button:hover,
a.em-arrow:hover {
	background-color: #ff9a26;
}
.bottom-bar span.talk {
	color: #8accf7;
	display: block;
	font-size: 0.875rem;
	margin-top: 15px;
}
/*********************
ABOUT US
*********************/
.inner #content {
	padding-bottom: 4%;
	padding-top: 5%;
}
#content {
	background-color: #f2f2f2;
}
.inner #content h3 {
	color: #646464;
	font-size: 1.875rem;
	margin-bottom: 30px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.inner #content h3:after {
	background-image: url('/wp-content/uploads/thornley-squiggle-coloured.png');
	bottom: 20px;
	content: '';
	left: 0;
	position: absolute;
	width: 60px;
	height: 12px;
	right: 0;
	margin: 0 auto;
}
#content .content-inner {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.about-us-row-01 {
	padding-bottom: 1%;
	padding-top: 3.7%;
}
.about-us-row-01 p {
	margin-bottom: 25px;
}
/* -- corporate-programes */

.corporate-programes,
.available-programmes,
.what-client-say,
.sigma-training {
	padding:100px 0;
}
.corporate-programes h1 {
    font-size: 2.625rem;
    margin-bottom: 50px;
    text-align: center;
}
.sigma-training .center {
	max-width:800px;
	text-align:center;
}
.what-client-say {
	text-align:center;
}
.what-client-say h4 {
	color:#1176ba;
	font-weight:bold;
}
.what-client-say .ezcol p {
	font-size:0.9375rem;
	margin-bottom:20px;
}
.what-client-say .ezcol p:last-child {
	margin-bottom:0;
	line-height:normal;
}
.orange-bg .ezcol-one-half {
	background-color: #868686;
	padding-bottom: 8%;
	padding-left: 7%;
	padding-right: 6.5%;
	padding-top: 9.7%;
}
.orange-bg .ezcol-one-half h3 {
	color: #FFF;
	font-size: 1.875rem;
	margin-bottom: 30px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.orange-bg .ezcol-one-half h3:after {
	background-image: url('/wp-content/uploads/thornley-squiggle.png');
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 60px;
	height: 12px;
	right: 0;
	margin: 0 auto;
}
.orange-bg .ezcol-one-half ul {
	padding-left: 0;
}
.orange-bg .ezcol-one-half ul li {
	background-image: url(library/images/white-arrow.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 160%;
	list-style: none;
	margin-bottom: 15px;
	padding-left: 25px;
}
.page-id-9 #content {
	background-color: #fff;
}
.page-id-9 .inner #content {
	padding-bottom: 0;
}
.page-id-9 #content .content-inner {
	max-width: 100%;
}
.page-id-235 .resources-content {
	padding: 50px 0px 50px 0px;
}
.page-id-235 .bottom-bar {
	margin-top:0px !important;
}
/*********************
COURSES
*********************/

.product-details .product-main-image img {
    display: none;
}

.home .courses-icon {
	display: none;
}
.our-courses {
	padding-bottom: 4.2%;
	padding-top: 4%;
}
.course-information .course-heading {
	display: inline-block;
	font-family: 'Playfair Display', serif;
	font-size: 1.25rem;
	margin: 0;
	width: 175px;
}
.course-information .course-info-left {
	float: left;
	padding-right: 60px;
	width: 68%;
}
.course-information .course-info-left h2 {
	display: none;
	font-size: 2.625rem;
}
.course-information .course-info-left tr {
	display: block;
	margin-bottom: 30px;
}
.course-information .course-info-left tr td:nth-child(1) {
	padding-bottom: 0;
	padding-top: 3px;
}
.course-information .course-info-left tr td:nth-child(2) {
	padding-top: 5px;
}
.course-information .course-info-right {
	border-radius: 8px;
	-moz-border-radius: 8px;
	float: left;
	width: 32%;
}
.course-information .course-info-right .course-price-wrap {
	background-color: #f5f5f5;
	moz-box-shadow: 00px 8px 30px #c6c2c2;
	-webkit-box-shadow: 0px 8px 30px #c6c2c2;
	box-shadow: 0px 8px 30px #c6c2c2;
	padding: 35px;
	margin-bottom: 30px;
}
.course-information .course-info-right span.credit-note {
	color: #646464;
	display: block;
	font-size: 0.875rem;
	margin-bottom: 10px;
}
.course-information .course-info-right img {
	display: block;
}
.course-information .course-info-right .cost {
	font-size: 1.5rem;
	margin: 0;
	margin-bottom: 15px;
}
.course-information .course-info-right span.note {
	font-size: 0.9375rem;
}
.course-information .course-info-right .course-heading {
	width: 100%;
}
.course-information .course-info-right .book-btn {
	text-align: center;
}
.course-information .course-info-right a.em-button {
	background-color: #ffab4a;
	background-image: url(library/images/orange-arrow.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	font-size: 1.25rem;
	margin-top: 35px;
	padding: 25px 90px 25px 20px;
}
.course-information .course-info-right a.em-button:hover {
	background-color: #ff9a26;
}
.our-courses-inner {
	background-color: #f2f2f2;
}
.our-courses ul.tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.our-courses ul.tabs li {
	background: #ffab4a;
	-moz-border-radius-top-left: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	margin-right: 3px;
	padding: 20px 15px;
	position: relative;
}
.our-courses ul.tabs li:last-child {
	margin-right: 0;
}
.our-courses ul.tabs li.current, .our-courses ul.tabs li:hover {
	background: #f2f2f2;
	color: #646464;
}
.our-courses .tab-content {
	display: none;
	padding: 40px;
}
.our-courses .tab-content.current {
	display: inherit;
}
.our-courses .inner-course {
	float: left;
	padding-right: 30px;
	width: 67%;
}
.sidebar-courses {
	background-color: #1176ba;
	float: left;
	max-width: 368px;
	padding: 30px 35px;
	width: 33%;
}
.sidebar-courses .sidebar-course {
	background-color: #1881c5;
	margin-bottom: 30px;
	padding: 25px 20px;
}
.sidebar-courses h3 {
	color: #FFF;
	font-family: 'azo_sansregular';
	font-size: 1.5rem;
}
.sidebar-courses .sidebar-course .sidebar-course-container {
	float: left;
	width: 33%;
}
.sidebar-courses .sidebar-course .course-date {
	border: 1px solid #dddddd;
	border-radius: 50%;
	color: #FFF;
	font-weight: 600;
	height: 90px;
	padding: 25% 3%;
	text-align: center;
	width: 90px;
}
.sidebar-courses .sidebar-course .sidebar-course-desc {
	float: left;
	padding-left: 25px;
	width: 67%;
}
.sidebar-courses .sidebar-course .course-date .day {
	font-size: 1.625rem;
}
.sidebar-courses .sidebar-course .sidebar-course-desc h4 {
	color: #FFF;
	font-family: 'azo_sansregular';
	font-size: 1.625rem;
}
.sidebar-courses .sidebar-course .sidebar-course-desc a {
	background-image: url(library/images/arrow-blue.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #8accf7;
	font-size: 1.25rem;
	padding-right: 50px;
}
.sidebar-courses .jqTransformSelectWrapper {
	background-color: transparent !important;
	border: 0 !important;
	margin-bottom: 10px !important;
	width: auto !important;
}
.sidebar-courses .jqTransformSelectWrapper a.jqTransformSelectOpen, .sidebar-courses .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	display: none !important;
	width: auto !important;
}
.sidebar-courses .jqTransformSelectWrapper div span {
	border-bottom: 2px dotted #FFF !important;
	color: #FFF;
	display: inline-block !important;
	font-family: 'azo_sansregular';
	font-size: 1.5rem;
	padding: 0 !important;
	width: auto !important;
}
.sidebar-courses .jqTransformSelectWrapper div span:after {
	content: '';
	background: url('library/images/icons8-Expand Arrow-50.png') center no-repeat;
	background-size: 100%;
	width: 19px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
	top: -4px;
}
.sidebar-courses .jqTransformSelectWrapper ul {
	background: #1990e0 !important;
	border: 0 !important;
	min-height: 165px;
	top: 0 !important;
}
.sidebar-courses .jqTransformSelectWrapper ul a {
	color: #FFF !important;
	font-size: 1.5rem !important;
	background: #1990e0 !important;
	padding: 15px 15px !important;
}
.sidebar-courses .jqTransformSelectWrapper ul a.selected, .sidebar-courses .jqTransformSelectWrapper ul a:hover {
	background: rgba(255,255,255,0.15) !important;
	color: #FFF;
}
/*********************
LOCATIONS
*********************/
#locations .center {
	max-width: 1000px;
	width: 100%;
}
#locations .location {
	float: left;
	margin-bottom: 30px;
	padding: 0 23px;
	width: 50%;
}
#locations .location-bg {
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-top-left: 8px;
	border-top-left-radius: 8px;
}
#locations .location-orange {
	-moz-box-shadow: 0px 0x 30px #c6c2c2;
	-webkit-box-shadow: 0px 0px 30px #c6c2c2;
	box-shadow: 0px 0 30px #c6c2c2;
}
#locations .location-grey {
	-moz-box-shadow: 0px 0x 30px #c6c2c2;
	-webkit-box-shadow: 0px 0px 30px #c6c2c2;
	box-shadow: 0px 0 30px #c6c2c2;
}
#locations .location-blue {
	-moz-box-shadow: 0px 0x 30px #c6c2c2;
	-webkit-box-shadow: 0px 0px 30px #c6c2c2;
	box-shadow: 0px 0 30px #c6c2c2;
}
#locations .location .location-content {
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-top-left: 8px;
	border-top-left-radius: 8px;
	padding: 45px 45px 25px 45px;
}
#locations .location h4 {
	color: #FFF;
	font-size: 1.75rem;
	padding-bottom: 15px;
	position: relative;
}
#locations .location h4:after {
	background-color: #FFF;
	bottom: 0;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 30px;
}
#locations .location ul {
	padding-left: 0;
}
#locations .location ul li {
	color: #FFF;
	list-style: none;
	padding-left: 30px;
}
#locations .location ul li.location-address {
	background-image: url(library/images/map-white1.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
#locations .location ul li.location-number {
	background-image: url(library/images/phone-white.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}
#locations .location iframe {
	display: block;
	max-height: 275px;
}
#locations .location .map p {
	margin: 0;
}
#locations .location-grey h4, #locations .location-grey ul li {
	color: #4f4e4e;
}
#locations .location-grey ul li.location-address {
	background-image: url(library/images/map-grey.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
#locations .location-grey ul li.location-number {
	background-image: url(library/images/phone-grey.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}
#locations .location-grey h4:after {
	background-color: #1176ba;
}
#locations .location-blue h4:after {
	background-color: #faa749;
}
/*********************
CONTACT US
*********************/
.contact-info-left {
	width: 57% !important;
}
.contact-info-right {
	width: 37% !important;
}
.contact-form {
	background-color: #f2f2f2;
	padding: 45px 50px 50px 50px;
}
.contact-form h3, .contact-info-right h3 {
	font-family: 'Playfair Display', serif;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
	border: 0 !important;
	height: 50px !important;
}
.contact-form form h6 {
	color: #faa749;
	font-family: 'azo_sansregular';
	font-size: 1.25rem;
	text-align: center;
}
.contact-form form p {
	font-size: 0.875rem;
	text-align: center;
}
.contact-form form span {
	color: #d20000;
}
.contact-form .gform_wrapper .top_label .gfield_label {
	margin-bottom: 12px;
}
.contact-form input[type="submit"] {
	background-color: #ffab4a !important;
	background-image: url(library/images/orange-arrow.png);
	background-position: 70% center;
	background-repeat: no-repeat;
	display: block !important;
	font-size: 1.25rem !important;
	height: auto !important;
	margin-top: 35px !important;
	padding: 25px 25px 25px 15px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center !important;
	width: 100% !important;
}
.contact-info-right .top-text {
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	padding: 25px 0;
}
.contact-info-right ul {
	padding-left: 0;
}
.contact-info-right ul li {
	background-position: left 10px;
	background-repeat: no-repeat;
	list-style: none;
	margin-bottom: 0;
	padding-left: 85px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.contact-info-right ul li.first {
	background-image: url(library/images/list-first.png);
}
.contact-info-right ul li.second {
	background-image: url(library/images/list-second.png);
}
.contact-info-right ul li.third {
	background-image: url(library/images/list-third.png);
}
.contact-info-right .call-us {
	padding: 0px;
}
.contact-info-right .call-us h5 {
	color: #1881c5;
	font-family: 'azo_sansregular';
	font-size: 1.25rem;
	margin-bottom: 25px;
}
.contact-info-right .call-us span {
	color: #faa749;
	text-decoration: underline;
}
.contact-info-right .additional-text {
	background-image: url(library/images/quotation.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 60px;
}
.contact-info-right .additional-text h4 {
	font-family: 'azo_sansregular';
	font-size: 1.625rem;
}
.contact-info-right .additional-text p {
	line-height: 180%;
}
.contact-info-right .call-us {
	text-align: center;
}
/*********************
SUCCESS STORIES
*********************/
ul.success-stories {
	padding-left: 0;
}
ul.success-stories li {
	display: inline-block;
	width: 24.5%;
}
/*********************
SIDEBAR
*********************/

.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}
/*********************
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: 30px 0;
}
h3.accordion-title:before {
	content: "\002B";
	font-weight: 600;
	line-height: 1em;
	margin-top: -12px;
	position: absolute;
	right: 34px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	background: #bac5cc;
	color: #FFF;
	font-family: 'azo_sansregular';
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 29px 60px 29px 28px;
	position: relative;
}
.accordion-content {
	background: #FFF;
	margin: -4px 0 23px;
	padding: 30px;
}
/*********************
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;
}
/*********************
WOOCOMMERCE
*********************/
.em-shopping-cart-wdg.hidden {
	display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}
/* Category Listing Page */
.woocommerce ul.products li.product {
 *zoom: 1;
}
.woocommerce ul.products li.product:before, .woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce ul.products li.product {
	border-top: 1px solid #c4c9d0;
	float: none;
	margin: 56px 0 0;
	padding: 51px 0 0;
	width: auto;
}
.woocommerce ul.products li.product:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
	background: rgba(179,35,23,0.6);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}
.woocommerce ul.products li.product > a:after {
	border: 1px solid #fff;
	color: #fff;
	content: "View Product Details";
	font-size: 1.38888889rem;
	height: 68px;
	left: 50%;
	line-height: 68px;
	margin: -34px 0 0 -145px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 290px;
}
.woocommerce ul.products li.product-category> a:after {
	content: "View Range";
	margin-left: -101px;
	width: 202px;
}
.woocommerce ul.products li.product > a:hover:before, .woocommerce ul.products li.product > a:hover:after {
	opacity: 1;
	visibility: visible;
}
.woocommerce ul.products li.product > a {
	float: left;
	margin-top: 5px;
	position: relative;
	width: 47.169811%;
}
.woocommerce ul.products li.product > a > h3 {
	display: none;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.cat-list-info, .product-list-info {
	float: right;
	padding-bottom: 60px;
	width: 47.169811%;
}
.cat-list-title, .product-listing-title {
	color: #596060;
	font-size: 1.444444rem;
	font-weight: 300;
}
.cat-list-title a, .product-listing-title a {
	color: #596060;
}
.cat-list-title a:hover, .product-listing-title a:hover {
	color: #b32317;
}
.cat-list-link, .product-list-link {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 47.169811%;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	font-size: 1.055556rem;
	padding-bottom: 13px;
	padding-top: 14px;
}
/* Product Archive - Listing View */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
	content: "Order By:";
	font-size: 1.111111rem;
	left: 0;
	line-height: 36px;
	position: absolute;
	top: 0;
}
.woocommerce form.woocommerce-ordering {
	float: none;
	margin: 0 150px 35px 0;
	padding-left: 90px;
	position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
	width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
	font-size: 14px;
	line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	font-size: 28px;
	line-height: 36px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price {
	color: #b32317;
	font-size: 1rem;
	font-weight: 500;
	margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku, body.em-grid-view-mode ul.products li.product .price, body.em-grid-view-mode .product-listing-size, body.em-grid-view-mode .product-list-des, body.em-grid-view-mode .product-list-link {
	display: none;
}
body.em-grid-view-mode ul.products {
	margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
	border-top: none;
	float: left;
	margin: 50px 0 0 !important;
	padding-top: 0;
	width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
	float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
	clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
	display: block;
	float: none;
	width: auto;
}
body.em-grid-view-mode .product-list-info {
	float: none;
	padding: 0;
	width: auto;
}
body.em-grid-view-mode .product-listing-title {
	margin-top: 20px;
}
.woocommerce ul.products, .woocommerce ul.products * {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
/*********************
TESTIMONIALS
*********************/
.widget_woothemes_testimonials > .testimonials {
 *zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before, .widget_woothemes_testimonials > .testimonials:after {
	content: "";
	display: table;
	line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
	clear: both;
}
.widget_woothemes_testimonials > .testimonials {
	position: relative;
}
.testimonials-list .quote > img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 164px;
}
.testimonials-list .quote blockquote {
	font-size: 1.8125rem;
	line-height: 1.3384083em;
	margin: 15px 0 22px 210px;
}
.testimonials-list .quote blockquote p {
	font-size: 1.6875rem;
	line-height: 1.333333em;
	margin: 0;
}
.testimonials-list .quote .author {
	display: block;
	font-size: 1.4375rem;
	font-style: normal;
	margin: 0 0 0 210px;
}
/*********************
FLEXSLIDER
*********************/
.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0,0,0,0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(0,0,0,1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev {
	left: 10px;
}
.flex-direction-nav .flex-next {
	right: 10px;
}
.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 li.gfield {
	margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label, div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
	width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
	width: 100%;
}
div.gform_wrapper .gform_footer {
	padding: 0;
}
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;
}
/*********************
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 {
	border-top: 1px solid #e5e5e5;
	margin-top: 5%;
	padding-top: 6.5%;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.875rem;
	margin-bottom: 20px;
}
h2.entry-title a:hover {
	color: #faa749;
	text-decoration: none;
}
.post-list-thumbnail {
	float: left;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
	width: 31%;
}
.post-list-thumbnail img {
	border: 4px solid rgba(244, 244, 244, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post-list-content {
	float: left;
	padding-left: 30px;
	width: 69%;
}
.post-content {
	margin-bottom: 20px;
}
.post-list-content a.em-button {
	background-color: #f5f5f5;
	background-image: url(library/images/grey-arrow.png);
	background-position: 85% center;
	background-repeat: no-repeat;
	-moz-box-shadow: 00px 8px 30px #c6c2c2;
	-webkit-box-shadow: 0px 8px 30px #c6c2c2;
	box-shadow: 0px 8px 30px #c6c2c2;
	color: #646464;
	font-size: 1.25rem;
	padding: 25px 120px 25px 30px;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.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: 2.625rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0 0 0;
}
.the-post-content {
	background-color: #f6f6f6;
	padding: 50px 80px;
}
.the-post-content h4 {
	font-size: 1.875rem;
	margin-top: 40px;
	position: relative;
}
.the-post-content h4:first-child {
	margin-top: 0;
}
.the-post-content h4:after {
	background-image: url(library/images/icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	bottom: 0;
	content: '';
	height: 21px;
	left: -65px;
	margin: auto 0;
	position: absolute;
	top: 0;
	width: 56px;
}
.the-post-content h4:first-child:after {
	display: none;
}
.the-post-content blockquote {
	border-left: 10px solid #faa749;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-top: 30px;
	padding-left: 30px;
}
.the-post-content blockquote p {
	font-family: 'Playfair Display', serif;
	font-size: 1.375rem;
}
.the-post-content img {
	margin-bottom: 15px;
	margin-top: 15px;
}
.hentry header {
	border: 0;
}
.hentry header p {
	color: #474d59;
	font-family: 'Playfair Display', serif;
	font-size: 1.25rem;
	font-style: normal;
	margin-bottom: 20px;
}
/*********************
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;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	color: #fff;
	display: block;
	font-size: 1.111111rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	line-height: 95px;
	padding: 2px 20px 0 20px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
nav.main-nav ul.nav > li.current-menu-item:first-child > a:before, nav.main-nav ul.nav > li.current-parent-item:first-child > a:before, nav.main-nav ul.nav > li.current-menu-ancestor:first-child > a:before, nav.main-nav ul.nav > li:first-child:hover > a:before {
	color: #fff;
}
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 {
}
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: normal;
}
nav.main-nav ul.nav li ul {
	background: #1176ba;
	font-size: 1.111111rem;
	font-weight: normal;
	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: 0;
	top: 100%;
}
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;
	padding: 8px 14px;
	text-decoration: none;
}
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, nav.main-nav ul.nav li ul li a:hover {
	background: #152e54;
}
/*********************
SuperFly Menu
*********************/
.sfm-navicon-button {
	padding: 20px 8px;
}
/*********************
Responsive Menu
*********************/
div#responsive_menu_pro {
	z-index: 9998;
}
div#responsive_menu_pro_button {
	bottom: 0;
	padding: 12px 16px;
	position: absolute;
	right: 0;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines .responsive_menu_pro_button_line {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines, #responsive_menu_pro_button_text {
	float: left;
}
#responsive_menu_pro_button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	margin-left: 10px;
}
div#responsive_menu_pro_button #responsive_menu_x {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
}
#responsive_menu_pro .responsive_menu_pro_menu ul {
	margin: 0;
	padding-left: 0;
}
#responsive_menu_pro div.responsive-menu-social {
	margin: 20px 0 0 -12px !important;
}
.responsive-menu-social a {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 22px;
	height: 37px;
	line-height: 37px;
	margin-left: 12px;
	text-align: center;
	text-decoration: none;
	width: 37px;
}
.responsive-menu-social a:hover {
	color: #fff;
}
/*********************
BACK TO TOP
*********************/
.cd-top {
	background: rgba(123,33,42, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	bottom: 30px;
	display: inline-block;
	height: 44px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-indent: 100%;
	visibility: hidden;
	white-space: nowrap;
	width: 44px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.no-touch .cd-top:hover {
	background-color: #7b212a;
	opacity: 1;
}
/*********************
CONTENT
*********************/

.resources-content h3,
h3.color-border {
	color: #474d59;
	font-size: 1.875rem;
	margin-bottom: 30px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.resources-content h3:after,
h3.color-border:after {
	background-image: url(/wp-content/uploads/thornley-squiggle-coloured.png);
	bottom: 20px;
	content: '';
	left: 0;
	position: absolute;
	width: 60px;
	height: 12px;
	right: 0;
	margin: 0 auto;
}
/*********************
FOOTER
*********************/
.main-footer {
	padding-bottom: 2.6%;
	padding-top: 3.2%;
}
.main-footer #gform_ajax_spinner_2 {
	display: none !important;
}
.main-footer .footer-col {
	float: left;
}
.main-footer .footer-col h3.widgettitle {
	font-family: 'azo_sansregular';
	font-size: 1.25rem;
}
.main-footer .footer-col-1 {
	padding-right: 30px;
	padding-top: 0;
	margin-top: -16px;
	width: 38%;
}
.main-footer .footer-col-2 {
	padding-right: 35px;
	width: 30%;
}
.main-footer .footer-col-2 .contact-us {
	padding-top: 12px;
}
.main-footer .footer-col-2 .contact-number {
	background-image: url(library/images/phone.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	font-size: 1.5rem;
	margin: 0;
	padding-left: 25px;
}
.main-footer .footer-col-2 .social-media {
	float: left;
	margin: 0;
}
.main-footer .footer-col-2 .social-media li {
	display: inline-block;
	padding: 0 5px;
}
.main-footer .footer-col-3 {
	width: 31%;
}
.main-footer .footer-col-3 .gform_wrapper .gform_footer {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
}
.main-footer .footer-col-3 .gform_wrapper form {
	position: relative;
}
.main-footer .footer-col-3 .gform_wrapper form input[type="text"] {
	background-color: #f2f2f2;
	border: 0 !important;
	height: 52px !important;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-top-right: 8px;
	border-top-right-radius: 8px;
	padding: 15px 25px !important;
}
.main-footer .footer-col-3 .gform_wrapper form input[type="submit"] {
	background-color: #faa749;
	height: 52px !important;
	margin: 0 !important;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-top-right: 8px;
	border-top-right-radius: 8px;
}
.main-footer .copyright {
	clear: both;
	color: #474d59;
	font-size: 0.875rem;
	margin-top: 4%;
	text-align: center;
}
.main-footer .copyright a {
	color: #474d59;
}
.map {
	position: relative;
}
.map p:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.map.active-map p:after {
	display: none;
}
.subscribe p img {
    margin: 0 11px;
}
/*********************
RESPONSIVE STYLES
*********************/
@media (min-width: 992px) {
	.col-sm-6 {
		float: left;
		padding: 0 15px;
		width: 50%;
	}
}
@media(min-width: 1200px) {
.upcoming-courses .upcoming-course .course-date .tbc {
	font-family: 'azo_sansregular';
	font-size: 2.15rem;
}
}
@media(max-width: 1750px) {
.portal-buttons .courses .portal-dark-grey a.em-button {
	background-position: 92% center;
	padding: 25px 85px 25px 15px;
}
}
@media(max-width: 1700px) {
nav.main-nav ul.nav > li > a {
	font-size: 1rem;
	padding: 2px 15px 0 15px;
}
.main-header .header-phone {
	font-size: 1.1rem;
}
.header-button .em-button {
	padding: 17px 28px 16px;
}
.main-header .header-button {
	padding-left: 30px;
}
}
@media (max-width: 1490px) {
.main-header .logo {
	margin-right: 45px;
	max-width: 240px;
	margin-top:5px;
}
.portal-buttons .courses .courses-content .short-desc {
	padding-left: 20px;
}
.portal-buttons .courses .courses-content {
/*padding: 35px 30px;*/
    }
nav.main-nav ul.nav > li > a {
	padding: 2px 8px 0 8px;
}
.header-button .em-button {
	padding: 17px 12px 17px;
}
.header-button .em-button.talk-btn {
	margin-top: 2px;
}
}
@media(max-width: 1340px) {
.main-header .logo {
	margin-right: 15px;
	max-width: 220px;
	margin-top:5px;
}
}
@media(max-width: 1025px) {
.main-header .logo {
	margin-left: 0px;
	margin-top: 5px;
	max-width: 220px;
}
}
@media(max-width: 1280px) {
.main-header .logo {
	margin-left: 0px;
	max-width: 210px;
	margin-top: 10px;
}
.main-header .header-right {
	margin-bottom: 18px;
}
}
@media(max-width: 1270px) {
.main-header .logo {
	margin-left: 30px;
	max-width: 210px;
	margin-top: 10px;
}
.main-header .top-menu {
	display: none;
}
.sfm-rollback {
	display: block;
	width: 0;
}
@media(max-width: 1170px) {
 .upcoming-courses .upcoming-course .course-desc {
 padding-left: 5px;
}
 .upcoming-courses .upcoming-course .course-date .month {
 font-size: 1rem;
}
 .orange-bg .ezcol-one-half h3 {
 font-size: 1.5rem;
}
 .our-courses .inner-course, .sidebar-courses {
 float: none;
 width: 100%;
}
 .sidebar-courses {
 margin: 0 auto;
 margin-top: 30px;
}
 .our-courses .inner-course {
 padding-right: 0;
}
 h2.entry-title {
 font-size: 1.575rem;
}
 .post-list-content a.em-button {
 padding: 17px 100px 18px 30px;
}
.logo-panel ul li {
	width:33%;
}
}
@media (max-width: 1023px) {
h1 {
	font-size: 3rem;
}
h2, .banner-area h2 {
	font-size: 2.25rem;
}
h2.entry-title {
	font-size: 1.375rem;
}
.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;
}
div.ezcol-last + .ezcol-divider {
	clear: both !important;
	display: block !important;
}
.cd-top {
	bottom: 20px;
	right: 20px;
}
.extra-content-col-05 .extra-content-col {
	width: 50%;
}
.extra-content-col-06 .extra-content-col {
	width: 33.333333%;
}
 .extra-content-col-05 .extra-content-col:nth-child:(5n+1),  .extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
 clear: none;
}
 .extra-content-col-05 .extra-content-col:nth-child:(2n+1),  .extra-content-col-06 .extra-content-col:nth-child:(3n+1) {
 clear: both;
}
/* WooCommerce */
    .woocommerce ul.products li.product > a:after {
	font-size: 1.25rem;
	height: 50px;
	line-height: 50px;
	margin: -25px 0 0 -100px;
	width: 200px;
}
.cat-list-info, .product-list-info {
	padding-bottom: 0;
}
.cat-list-link, .product-list-link {
	margin-top: 15px;
	position: static;
	width: auto;
}
.woocommerce ul.products li.product .price {
	margin: 14px 0 12px;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	font-size: 1rem;
}
body.em-grid-view-mode ul.products {
	margin-top: -30px;
}
body.em-grid-view-mode ul.products li.product {
	margin-top: 30px !important;
}
body.em-grid-view-mode .product-listing-title {
	margin-top: 10px;
}
.woocommerce div.product .product_title {
	font-size: 2.125rem;
	margin-bottom: 20px;
}
/*** Enter your custom style here ***/

.public-class {
	display: none;
}
.banner-area h2 {
	font-size: 2.75rem;
}
.banner-area p {
	font-size: 1.2rem;
}
.corporate-programes, .available-programmes, .what-client-say, .sigma-training {
    padding: 50px 0;
}
}
@media (max-width: 1023px) and (min-width: 768px) {
/* Responsive Column */
    div.ezcol-one-half,  div.ezcol-one-third,  div.ezcol-two-third {
	margin-right: 4%;
}
div.ezcol-one-third {
	width: 30.666% !important;
}
div.ezcol-two-third {
	width: 65.334% !important;
}
div.ezcol-last {
	float: right;
	margin-right: 0;
}
.upcoming-courses .upcoming-course .course-date {
	height: 75px;
	padding: 18%;
	width: 75px;
}
.upcoming-courses .upcoming-course .course-date .day {
	font-size: 1.7rem;
}
.upcoming-courses .upcoming-course .course-date .day {
	margin-bottom: 0;
}
}
@media (max-width: 1360px) {
.portal-buttons .courses {
	float: left;
	width: 50%;
}
}
@media(max-width: 991px) {
.companies ul.tabs li {
	font-size: 1rem;
	padding: 20px 25px;
}
.portal-buttons .courses .courses-content a.em-button {
	background-position: 93% center;
	font-size: 1.15rem;
	padding: 25px 80px 25px 20px;
}
.companies .left-content, .companies .right-content {
	float: none;
	width: 100%;
	padding-right: 0;
}
.companies .right-content img {
	display: block;
	margin: 30px auto 0 auto;
}
.course-information .course-info-right a.em-button {
	font-size: 1rem;
	padding: 25px 68px 25px 15px;
	background-position: right 15px center;
	background-size: 40px;
}
.our-courses ul.tabs li {
	padding: 20px 15px;
}
#locations .location {
	width: 50%;
}
.contact-info-left {
	width: 100% !important;
}
.contact-info-right {
	width: 100% !important;
}
.contact-info-right ul li {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left center;
}
}
@media(max-width: 840px) {
.main-footer .footer-col-1, .main-footer .footer-col-2 {
	width: 50%;
}
.main-footer .footer-col-3 {
	clear: both;
	float: none;
	padding-top: 30px;
	width: 100%;
}
}
@media (max-width: 767px) {
html {
	font-size: 87.5% !important;
}
.post-list-thumbnail {
	float: none;
	text-align: center;
	width: 100%;
}
.post-list-content {
	float: none;
	text-align: center;
	width: 100%;
}
.postlist > article.post {
	margin-top: 25px;
	padding-top: 25px;
}
.csColumn {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}
div.ezcol-one-half,  div.ezcol-one-third, div.ezcol-two-third {
	margin-right: 0;
	width: 100% !important;
}
.cd-top {
	bottom: 10px;
	right: 10px;
}
.extra-content-col-04 .extra-content-col  .extra-content-col-05 .extra-content-col,  .extra-content-col-06 .extra-content-col {
	width: 50%;
}
 .extra-content-col-04 .extra-content-col:nth-child:(2n+1),  .extra-content-col-06 .extra-content-col:nth-child:(2n+1) {
 clear: both;
}
/* WooCommerce */
    .woocommerce ul.products li.product {
	margin-top: 26px;
	padding-top: 22px;
}
.woocommerce ul.products li.product > a {
	display: block;
	float: none;
	margin: 0;
	width: auto;
}
.cat-list-info, .product-list-info {
	float: none;
	margin: 20px 0 0;
	width: auto;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.product-listing-switch-view {
	float: none;
	margin: 0 0 15px;
}
.woocommerce form.woocommerce-ordering {
	margin-right: 0;
	padding-left: 80px;
}
body.em-grid-view-mode ul.products {
	margin: -20px auto 0;
	max-width: 500px;
}
body.em-grid-view-mode ul.products li.product {
	float: none !important;
	margin: 20px 0 0 !important;
	width: auto;
}
body.em-grid-view-mode .product-list-info {
	margin-top: 0;
}
/* Responsive Column */
    .ezcol-one-quarter, .ezcol-one-half, .ezcol-three-quarter, .ezcol-one-third, .ezcol-two-third, .ezcol-one-fifth, .ezcol-two-fifth, .ezcol-three-fifth, .ezcol-four-fifth {
	margin-bottom: 10px;
	margin-top: 10px;
}
/*** Enter your custom style here ***/
    .portal-buttons .courses {
	float: left;
	width: 100%;
}
.companies ul.tabs li {
	float: none;
	display: block;
}
.companies ul.tabs li:after {
	display: none;
}
.companies .tabs-menu > .center {
	padding-left: 0;
	padding-right: 0;
}
.companies .tab-content {
	min-height: auto !important;
}
.banner-area .banner-clients {
	display: none;
}
.main-header .logo {
	float: none;
	text-align: center;
	margin: 0 auto !important;
}
.main-header .top-menu, .main-header .header-phone, .main-header .header-right, .main-header .header-button {
	display: inline-block;
	float: none;
	text-align: center;
}
.main-header .header-right {
	width: 100%;
}
.main-header .logo img {
	display: block;
	margin: 0 auto;
}
.main-header .header-phone {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 5px;
}
.main-header .logo {
	margin-right: 0;
}
.main-header .top-menu {
	display: none;
}
.main-header .header-right {
	padding-top: 18px;
}
.upcoming-courses .upcoming-course {
	float: none;
	max-width: 567px;
	margin: 0 auto;
	margin-bottom: 36px;
	width: 100%;
}
.upcoming-courses .upcoming-course .course-container {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 100%;
}
.upcoming-courses .upcoming-course .course-desc {
	float: none;
	display: inline-block;
	width:100%;
}
.main-footer .footer-col-2 .social-media, .main-footer .footer-col-2 .contact-number {
	float: none;
}
.main-footer .footer-col-2 .social-media {
	padding-left: 0;
}
.main-footer .footer-col-2 .contact-number {
	display: inline-block;
	margin-bottom: 15px;
}
.upcoming-courses .upcoming-course-wrap {
	margin: 0;
}
.main-footer .footer-col {
	float: none;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
.main-footer .footer-col-1, .main-footer .footer-col-2, .main-footer .footer-col-3 {
	padding: 0;
}
.why-choose-us .why-choose-us-content, .why-choose-us .why-choose-image {
	float: none;
	width: 100%;
}
.why-choose-us .why-choose-image {
	display: none;
}
.extra-content .column-01, .extra-content .column-02 {
	float: none;
	width: 100%;
}
.orange-bg .ezcol-one-half h3 {
	font-size: 1.25rem;
}
.course-information .course-info-left, .course-information .course-info-right {
	float: none;
	width: 100%;
}
.course-information .course-info-left {
	padding-left: 0;
	text-align: center;
}
.our-courses ul.tabs li {
	border-bottom: 1px solid #FFF;
	border-radius: 0;
	display: block;
	margin-right: 0;
}
h2 {
	font-size: 1.75rem;
}
.clients, .bottom-bar {
	padding-top: 8%;
}
.banner-area .arrow {
	display: none;
}
h3 {
	padding-bottom: 15px !important;
}
h3:after {
	display: none !important;
}
.companies .left-content a.em-button {
	width: 273px;
	max-width: 100%;
	display: block;
	margin: auto;
}
.main-footer {
	padding:50px 0;
}
.main-footer .footer-col {
	margin-bottom: 0;
}
.main-footer .footer-col-1 {
	margin-bottom: 10px;
}
.main-footer .footer-col h3.widgettitle {
	margin-bottom: 0;
	padding-bottom: 0 !important;
	margin-top: 10px;
}
.orange-bg .ezcol-one-half {
	padding-bottom: 5%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5.7%;
	min-height: initial !important;
}
.logo-panel ul li {
	width:50%;
}

}
@media (max-width: 667px) {
.clients li {
	margin-bottom: 15px;
	width: 49%;
}
.clients li img {
	max-width: 80%;
}
.companies .other-companies li {
	margin-bottom: 15px;
}
.main-header.shrink {
	left: 0;
	position: relative !important;
	top: 0;
	width: 100%;
	z-index: 909090;
}
#locations .location {
	float: none;
	width: 100%;
}
.banner-area h2 {
	font-size: 2.25rem;
}
ul.success-stories li {
	display: inline-block;
	width: 49.5%;
}
.companies .companies-description {
	padding: 30px 0 15px 0;
}
}
@media (max-width: 550px) {
#sfm-sidebar .sfm-menu li a {
	font-size: 16px !important;
}
#sfm-sidebar .sfm-menu .sfm-child-menu li a {
	padding-right: 15px;
}
.contact-form input[type="submit"] {
	padding: 25px 84px 25px 15px !important;
	background-position: center right 25px;
}
.logo-panel ul li {
	width: 100%;
	margin: 10px 0;
}
}
@media (max-width: 480px) {
.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;
}
.extra-content-cols .extra-content-col {
	width: 100%;
}
/*** Enter your custom style here ***/
    .companies ul.tabs li {
	font-size: 1rem;
}
.banner-area h2 {
	font-size: 1.75rem;
}
.main-header .header-button {
	padding-left: 10px;
}
.portal-buttons .courses .courses-content {
	min-height: 0 !important;
}
.companies .left-content a.em-button {
	font-size: 1rem;
}
.companies .other-companies li {
	margin-right: 0px;
	width: 49%;
}
.upcoming-courses .upcoming-course {
	padding: 20px;
	min-height:auto !important;
	text-align:center;
}
.main-header .header-phone {
	font-size: 1.4rem;
}
.portal-buttons .courses .courses-content a.em-button {
	width: 100%;
	text-align: left;
}
ul.success-stories img.aligncenter {
	margin-bottom: 0;
}
.upcoming-courses .upcoming-course .course-date {
	margin:0 auto;
}
.upcoming-courses .upcoming-course .course-location {
	margin:20px auto;
}
.portal-buttons .courses .courses-content .short-desc {
	position: relative;
	padding-bottom: 45px;
}
.portal-buttons .courses .courses-content a.em-button {
	width: 90%;
	text-align: left;
	padding: 25px 28% 25px 7%;
	bottom: 0;
}
.portal-buttons .courses .courses-content {
	padding: 35px 30px;
}
.resources-content h3, h3.color-border {
	margin-bottom:0;
}
.bottom-bar a.em-button, a.em-arrow {
	margin-top:20px;
}
.what-client-say .ezcol p {
	min-height:auto !important;
}
.banner-area h2 br,
.banner-area p br {
	display:none;
}
}
@media(max-width: 412px) {
ul.success-stories li {
	width: 100%;
}
}
@media(max-width: 379px) {
.banner-area .banner-btns a:first-child {
	margin-right: 0;
}
.banner-area .banner-btns a {
	display: block;
	max-width: 190px;
	margin: 0 auto !important;
	margin-bottom: 15px !important;
}
}