/*
	Theme Name: Executive Pro Theme
	Theme URI: http://my.studiopress.com/themes/executive/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1

	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Executive Pro Brown
		- Executive Pro Green
		- Executive Pro Orange
		- Executive Pro Purple
		- Executive Pro Red
		- Executive Pro Teal
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.full-width-wrap:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.full-width-wrap:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*_Media*/
.media{margin:10px}.media,.bd{overflow:hidden;_overflow:visible;zoom:1}
.media .img{float:left;margin-right:10px}.media .img img{display:block}.media .imgr{float:right;margin-left:10px}
/*_Float*/
.listh{overflow:hidden}.right,.colr{float:right}
.left,.col,.col1,.col2,.col3,.col4,.listh li{float:left}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #FFF;
	color: #555;
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15.5px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
  	font-smoothing: antialiased;
  	text-rendering: optimizeLegibility\9;
}

header,.breadcrumb {
    font-family: Arial,sans-serif;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #224589;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	/*text-decoration: underline;*/
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
	color:#224589;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 16pt;
	font-weight: normal;
}

h6 {
	font-size: 16pt;
	font-weight: normal;
}
.green{
	color:#666;
}
h2.heading, #faq_module > h2,#faq_module .form-title{
	margin-bottom: 0;
	padding: 20px 50px;
    line-height: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #acbf28;
}
h3.heading{
	margin-bottom: 0;
	padding: 20px 50px;
    line-height: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #58585a;
}
h2.heading a,h3.heading a{
	color: #fff;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	display: inline-block;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

.site-button{
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	font-weight: bold;
	margin-right: 20px;
	padding: 0 30px 0 20px;
	text-transform: uppercase;

	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	text-transform: none;
}



input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #d1d2d4;
	color: #222;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding:10px 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #d1d2d4;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #048ec3;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #048ec3;
	border: none;
	text-decoration: none;
}

.button {
	border-radius: 0;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.home-cta a.button {
	display: inline-block;
	margin-top: -30px;
	text-align: center;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	/*border-bottom: 1px solid #ddd;*/
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #acbf28;
}


.classroomdates td, #course-enrolment td {
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
}
.classroomdates table tr:last-child td, #course-enrolment table tr:last-child td {
    border-bottom: none;
}
.classroomdates table td > table td, #course-enrolment table td > table td {
    border-bottom: 1px solid #ddd;
}
.classroomdates table table tr td, #course-enrolment table table tr td {
    border-bottom: 1px solid #ddd !important;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container, .full-width-wrap > * {
	margin: 0 auto;
	max-width: 965px;
}
.full-width-wrap {
	background: #fff url(/app/templates/default/images/header-bg.png) no-repeat center top;
}
.m-b {
	margin-bottom: 25px;
}
.m-t {
	margin-top: 25px;
}
.executive-pro-landing .site-container {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.executive-pro-home .site-inner {
	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 660px;
	padding: 0px 60px 10px;
}
.full-width-content .content {
	padding: 0 0 10px;
}
.content-sidebar .content {
	float: left;
	padding-left: 0;
}

.full-width-content .content {
	width: 100%;
}

.executive-pro-home .content {
	padding: 0;
}

.executive-pro-portfolio .content {
	padding: 40px 30px 0;
}

/* Primary Sidebar */

.sidebar-primary {
	/*background-color: #f8f8f8;*/
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float:right;
	margin-right: 5px;
	padding: 0;
	height: 26px;
	width: 26px;
	border: 0;
	background: url(/app/templates/default/images/icons.png) no-repeat;
	background-position: 0px -35px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}

.search-form input[type="search"] {
	float:right;
	padding:1px 5px;
	width: 150px;
	color: #888;
	background: #fff;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
	margin: 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
}
.breadcrumb a{
	color:#585858;
}
.breadcrumb a:last-child{

}
.executive-pro-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #64c9ea;
	text-decoration: none;
}

.archive-title,
.widget-title,
.executive-pro-portfolio .entry-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.executive-pro-home .home-cta .widget-title {
	font-size: 24px;
	margin-bottom: 6px;
	text-transform: none;
}

.executive-pro-home .home-cta .entry-title a,
.executive-pro-home .home-cta .widget-title,
.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #fff;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 18px;
}

/*
.executive-pro-home .featured-content .entry {
	margin-bottom: 36px;
}
*/
/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input, .enews-widget textarea {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #64c9ea;
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #222;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget {
	color: #ddd;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
	margin: 0;
	padding: 0;
}

.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
	background-color: #fff;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 3.5%;
	opacity: 1;
}

.content .genesis_responsive_slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.content .genesis_responsive_slider p {
	color: #ddd;
}

.content .genesis_responsive_slider p a {
	display: block;
	margin-top: 10px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(/app/templates/default/images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -20px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: -30px 0 0 0;
	padding-left: 20px;
	text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li {
	margin: 0 0 0 5px;
	padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav li a {
	background: url(/app/templates/default/images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}
.site-header .top-right-container {
	float: right;
	margin-top: 10px;
	color:#fff;
}
.top-right-container .social{
    float:left;
}
.top-right-container .login{
	margin-bottom: 18px;
    font-size:17px;
    text-align: right;
}
.btn-login{
	display: inline-block;
}
.btn-login:hover{
}
.top-right-container{
	float: right;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
}
.top-right-container a{

}
.top-right-container a:hover{
	text-decoration: none;
	color:#fff;
}
.top-right-container .btn-tel{
	line-height: 30px;
	font-size: 30px;
	font-weight: 400;
}
.top-right-container .social{
	line-height: 20px;
	font-size: 20px;
}
.top-right-container .social a{
	display: inline-block;
	margin:0 2px;
}
.contact-wrap{
	overflow: hidden;
	margin-top: 18px;
}
.contact-wrap .right{
	margin-left: 23px;
}
.contact-wrap .fa{
	color:#0c71c3;
}
.contact-wrap a{
	color:#2A2829;
}
.contact-wrap a:hover{
	color:#666;
}
.contact-wrap .btn-contact{
	display: inline-block;
	width: 167px;
	height: 46px;
	line-height: 46px;
	font-weight: 400;
	text-align: center;
	color:#fff;
	border:1px solid #fff;
	background: #033ca0;
}
.contact-wrap .btn-contact:hover{
	background: #bcc7db;
}
/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
	width: 320px;
}

.site-title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 5px;
}

.site-title a,
.site-title a:hover {
	color: #222;
	display: block;
	padding: 28px 0 0;
	text-decoration: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	float: left;
	margin: 0;
	max-width: 260px;
	min-height: 100px;
	padding: 0;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	clear: both;
	float: right;
	width: 820px;
}

.site-header .widget {
	padding: 28px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	width: 50%;
}

/* pods */
.pods-section{
	overflow: hidden;
	margin-bottom: 30px;
	float: left;
}
.pods-section .hdr{
	margin-bottom: 30px;
	padding:20px 50px;
	line-height: 30px;
	font-size: 28px;
	color:#fff;
	background: #58595b;
}
.pods-section .bdy > .col{
	float: left;
	padding:40px 35px 20px;
	width: 33.3333%;
	min-height: 400px;
	text-align: center;
	/*border-left:1px solid #ccc;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pods-section .bdy > .col:first-child{
	border-left:0;
}
.pods-section img{
	width: 130px;
	height: auto;
}
.pods-section .title{
	display: block;
	margin: 35px 0 10px;
	font-weight: bold;
	font-size: 20px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}
.genesis-nav-menu > .menu-item{

}
.genesis-nav-menu > .menu-item:first-child{
    border-left:0;
}
.genesis-nav-menu a {
	position: relative;
	color: #fff;
	display: block;
	padding: 10px 20px;
	position: relative;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.genesis-nav-menu li{
	position: relative;
}
.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	color: #fff;
	text-decoration: none;
}
.genesis-nav-menu > li:hover > a:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.genesis-nav-menu .current-menu-item > a {
	/*color: #009ad5;*/
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 20px 30px;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	z-index: 999;
	border:1px solid #fff;
	background: rgba(88,88,90,0.95);
}
.genesis-nav-menu .sub-menu .menu-item{
	display: block;
}
.genesis-nav-menu .sub-menu a {
	position: relative;
	padding:8px 0 5px 35px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	text-transform: none;
}
.genesis-nav-menu .sub-menu a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	margin-top:0;
	width: 18px;
	height: 18px;
	background: url(/app/templates/default/images/menu-arrow.png) no-repeat center left;
}
.genesis-nav-menu .sub-menu a:hover {
	text-decoration: underline;
}
.genesis-nav-menu .sub-menu a:hover:before{
	background: url(/app/templates/default/images/menu-arrow-green.png) no-repeat center left;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/*.genesis-nav-menu > .first > a {
	padding-left: 0;
}*/

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	background: url(../images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	padding-left: 16px;
}

.genesis-nav-menu > .twitter > a {
	background: url(../images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}
.nav-header .menu-item-home > a{
	font-size: 20px;
}
/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
	height:40px;
	font-size: 0;
}

.site-header .genesis-nav-menu a {
	padding: 12px 25px;
	line-height:1;
	font-size: 16px;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
	white-space:nowrap;
	font-size: 14px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -36px;
}

/* Primary Navigation
--------------------------------------------- */


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu li:hover,
.nav-secondary .genesis-nav-menu a:hover {
	background: none;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	background-color: #f2f2f2;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle,
.home-top {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 0px 30px 0;
}

.home-middle .widget,
.home-top .widget {
	float: left;
	padding: 0 2.8%;
	width: 33.33333333333%;
}

.home-middle .widget:nth-of-type(3n+1),
.home-top .widget:nth-of-type(3n+1) {
	clear: left;
}

.executive-pro-home a.more-link {
	clear: both;
	display: block;
	/*margin: 30px 0 0;*/
	font-size: 16px;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	background: #acbf28;
}
.executive-pro-home a.more-link:hover{
	background: #c5d16f;
}
.executive-pro-home .home-cta {
	background-color: #222;
	color: #ddd;
	float: left;
	padding: 60px;
	width: 100%
}

.executive-pro-home .home-cta p {
	color: #ddd;
}

/* Portfolio
--------------------------------------------- */

.executive-pro-portfolio .portfolio {
	float: left;
	padding: 0 30px 30px;
	width: 33.33333333%;
}

.executive-pro-portfolio .portfolio:nth-of-type(3n+1) {
	clear: left;
}

.single-portfolio .content {
	text-align: center;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.executive-pro-portfolio .entry,
.single-portfolio .entry {
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.widget.featured-content.featuredpage .entry-content > p {
    line-height: 1.3em;
}

/*.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}*/

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 5;
	margin: 0 0 24px -60px;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #64c9ea;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(/app/templates/default/images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}

.entry-footer .entry-tags {
	background: url(/app/templates/default/images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	padding-left: 10px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #64c9ea;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol > li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	text-indent: 0;
}

.widget ul > li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
	background: url(/app/templates/default/images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 30px 40px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets{
    overflow: hidden;
    line-height: 1.5;
    color: #eee;
    background: #BCBCBD;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 30px;
}
.footer-widgets .widget-title{
    margin-top:20px;
    text-transform:none;
    color:#acbf28;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0 2.8%;
	width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
	padding: 0 22px 22px;
    border: 1px solid #bbb;
}

.footer-widgets .widget {
	word-wrap: break-word;
}

.footer-widgets li {
	background: url(/app/templates/default/images/icon-li-footer.png) no-repeat 0 7px;
	background-size: 8px 8px;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets a{
    color:#fff;
}
.footer-widgets a:hover {
	text-decoration: none;
	color: #009ad5;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 15px;
	color: #fff;
	padding: 40px 0 0;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	background:#BCBCBD;
}
.wrap{
	margin:0 auto;
	max-width: 965px;
}
.site-footer a {
	color: #fff;
}

.site-footer p {
	margin: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Executive Pro Brown
--------------------------------------------- */

.executive-pro-brown a,
.executive-pro-brown .entry-title a:hover,
.executive-pro-brown .footer-widgets .entry-title a:hover {
	color: #a68064;
}

.executive-pro-brown .genesis-nav-menu a {
	color: #666;
}

.executive-pro-brown .entry-title a,
.executive-pro-brown .site-title a,
.executive-pro-brown .site-title a:hover,
.executive-pro-brown .site-footer a {
	color: #222;
}

.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-brown .footer-widgets .entry-title a,
.executive-pro-brown .genesis-nav-menu .current-menu-item > a,
.executive-pro-brown .genesis-nav-menu a:active,
.executive-pro-brown a.button {
	color: #fff;
}

.executive-pro-brown .comment-header .comment-meta a,
.executive-pro-brown .comment-metadata a {
	color: #bbb;
}

.executive-pro-brown .enews-widget input[type="submit"],
.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-brown .genesis-nav-menu .current-menu-item > a,
.executive-pro-brown .archive-pagination li a,
.executive-pro-brown a.button,
.executive-pro-brown button,
.executive-pro-brown input[type="button"],
.executive-pro-brown input[type="reset"],
.executive-pro-brown input[type="submit"] {
	background-color: #a68064;
}

.executive-pro-brown .archive-pagination li a:hover,
.executive-pro-brown .archive-pagination li.active a,
.executive-pro-brown a:hover.button,
.executive-pro-brown button:hover,
.executive-pro-brown input:hover[type="button"],
.executive-pro-brown input:hover[type="reset"],
.executive-pro-brown input:hover[type="submit"] {
	background-color: #b2886b;
}


/* Executive Pro Green
--------------------------------------------- */

.executive-pro-green a,
.executive-pro-green .entry-title a:hover,
.executive-pro-green .footer-widgets .entry-title a:hover {
	color: #60cd69;
}

.executive-pro-green .genesis-nav-menu a {
	color: #666;
}

.executive-pro-green .entry-title a,
.executive-pro-green .site-title a,
.executive-pro-green .site-title a:hover,
.executive-pro-green .site-footer a {
	color: #222;
}

.executive-pro-green .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-green .footer-widgets .entry-title a,
.executive-pro-green .genesis-nav-menu .current-menu-item > a,
.executive-pro-green .genesis-nav-menu a:active,
.executive-pro-green a.button {
	color: #fff;
}

.executive-pro-green .comment-header .comment-meta a,
.executive-pro-green .comment-metadata a {
	color: #bbb;
}

.executive-pro-green .enews-widget input[type="submit"],
.executive-pro-green .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-green .genesis-nav-menu .current-menu-item > a,
.executive-pro-green .archive-pagination li a,
.executive-pro-green a.button,
.executive-pro-green button,
.executive-pro-green input[type="button"],
.executive-pro-green input[type="reset"],
.executive-pro-green input[type="submit"] {
	background-color: #60cd69;
}

.executive-pro-green .archive-pagination li a:hover,
.executive-pro-green .archive-pagination li.active a,
.executive-pro-green a:hover.button,
.executive-pro-green button:hover,
.executive-pro-green input:hover[type="button"],
.executive-pro-green input:hover[type="reset"],
.executive-pro-green input:hover[type="submit"] {
	background-color: #66d970;
}

/* Executive Pro Orange
--------------------------------------------- */

.executive-pro-orange a,
.executive-pro-orange .entry-title a:hover,
.executive-pro-orange .footer-widgets .entry-title a:hover {
	color: #e0a24b;
}

.executive-pro-orange .genesis-nav-menu a {
	color: #666;
}

.executive-pro-orange .entry-title a,
.executive-pro-orange .site-title a,
.executive-pro-orange .site-title a:hover,
.executive-pro-orange .site-footer a {
	color: #222;
}

.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-orange .footer-widgets .entry-title a,
.executive-pro-orange .genesis-nav-menu .current-menu-item > a,
.executive-pro-orange .genesis-nav-menu a:active,
.executive-pro-orange a.button {
	color: #fff;
}

.executive-pro-orange .comment-header .comment-meta a,
.executive-pro-orange .comment-metadata a {
	color: #bbb;
}

.executive-pro-orange .enews-widget input[type="submit"],
.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-orange .genesis-nav-menu .current-menu-item > a,
.executive-pro-orange .archive-pagination li a,
.executive-pro-orange a.button,
.executive-pro-orange button,
.executive-pro-orange input[type="button"],
.executive-pro-orange input[type="reset"],
.executive-pro-orange input[type="submit"] {
	background-color: #e0a24b;
}

.executive-pro-orange .archive-pagination li a:hover,
.executive-pro-orange .archive-pagination li.active a,
.executive-pro-orange a:hover.button,
.executive-pro-orange button:hover,
.executive-pro-orange input:hover[type="button"],
.executive-pro-orange input:hover[type="reset"],
.executive-pro-orange input:hover[type="submit"] {
	background-color: #e9ad50;
}

/* Executive Pro Purple
--------------------------------------------- */

.executive-pro-purple a,
.executive-pro-purple .entry-title a:hover,
.executive-pro-purple .footer-widgets .entry-title a:hover {
	color: #9e63ec;
}

.executive-pro-purple .genesis-nav-menu a {
	color: #666;
}

.executive-pro-purple .entry-title a,
.executive-pro-purple .site-title a,
.executive-pro-purple .site-title a:hover,
.executive-pro-purple .site-footer a {
	color: #222;
}

.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-purple .footer-widgets .entry-title a,
.executive-pro-purple .genesis-nav-menu .current-menu-item > a,
.executive-pro-purple .genesis-nav-menu a:active,
.executive-pro-purple a.button {
	color: #fff;
}

.executive-pro-purple .comment-header .comment-meta a,
.executive-pro-purple .comment-metadata a {
	color: #bbb;
}

.executive-pro-purple .enews-widget input[type="submit"],
.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-purple .genesis-nav-menu .current-menu-item > a,
.executive-pro-purple .archive-pagination li a,
.executive-pro-purple a.button,
.executive-pro-purple button,
.executive-pro-purple input[type="button"],
.executive-pro-purple input[type="reset"],
.executive-pro-purple input[type="submit"] {
	background-color: #9e63ec;
}

.executive-pro-purple .archive-pagination li a:hover,
.executive-pro-purple .archive-pagination li.active a,
.executive-pro-purple a:hover.button,
.executive-pro-purple button:hover,
.executive-pro-purple input:hover[type="button"],
.executive-pro-purple input:hover[type="reset"],
.executive-pro-purple input:hover[type="submit"] {
	background-color: #a969f3;
}

/* Executive Pro Red
--------------------------------------------- */

.executive-pro-red a,
.executive-pro-red .entry-title a:hover,
.executive-pro-red .footer-widgets .entry-title a:hover {
	color: #e04b4b;
}

.executive-pro-red .genesis-nav-menu a {
	color: #666;
}

.executive-pro-red .entry-title a,
.executive-pro-red .site-title a,
.executive-pro-red .site-title a:hover,
.executive-pro-red .site-footer a {
	color: #222;
}

.executive-pro-red .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-red .footer-widgets .entry-title a,
.executive-pro-red .genesis-nav-menu .current-menu-item > a,
.executive-pro-red .genesis-nav-menu a:active,
.executive-pro-red a.button {
	color: #fff;
}

.executive-pro-red .comment-header .comment-meta a,
.executive-pro-red .comment-metadata a {
	color: #bbb;
}

.executive-pro-red .enews-widget input[type="submit"],
.executive-pro-red .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-red .genesis-nav-menu .current-menu-item > a,
.executive-pro-red .archive-pagination li a,
.executive-pro-red a.button,
.executive-pro-red button,
.executive-pro-red input[type="button"],
.executive-pro-red input[type="reset"],
.executive-pro-red input[type="submit"] {
	background-color: #e04b4b;
}

.executive-pro-red .archive-pagination li a:hover,
.executive-pro-red .archive-pagination li.active a,
.executive-pro-red a:hover.button,
.executive-pro-red button:hover,
.executive-pro-red input:hover[type="button"],
.executive-pro-red input:hover[type="reset"],
.executive-pro-red input:hover[type="submit"] {
	background-color: #e95050;
}

/* Executive Pro Teal
--------------------------------------------- */

.executive-pro-teal a,
.executive-pro-teal .entry-title a:hover,
.executive-pro-teal .footer-widgets .entry-title a:hover {
	color: #4be0d4;
}

.executive-pro-teal .genesis-nav-menu a {
	color: #666;
}

.executive-pro-teal .entry-title a,
.executive-pro-teal .site-title a,
.executive-pro-teal .site-title a:hover,
.executive-pro-teal .site-footer a {
	color: #222;
}

.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-teal .footer-widgets .entry-title a,
.executive-pro-teal .genesis-nav-menu .current-menu-item > a,
.executive-pro-teal .genesis-nav-menu a:active,
.executive-pro-teal a.button {
	color: #fff;
}

.executive-pro-teal .comment-header .comment-meta a,
.executive-pro-teal .comment-metadata a {
	color: #bbb;
}

.executive-pro-teal .enews-widget input[type="submit"],
.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-teal .genesis-nav-menu .current-menu-item > a,
.executive-pro-teal .archive-pagination li a,
.executive-pro-teal a.button,
.executive-pro-teal button,
.executive-pro-teal input[type="button"],
.executive-pro-teal input[type="reset"],
.executive-pro-teal input[type="submit"] {
	background-color: #4be0d4;
}

.executive-pro-teal .archive-pagination li a:hover,
.executive-pro-teal .archive-pagination li.active a,
.executive-pro-teal a:hover.button,
.executive-pro-teal button:hover,
.executive-pro-teal input:hover[type="button"],
.executive-pro-teal input:hover[type="reset"],
.executive-pro-teal input:hover[type="submit"] {
	background-color: #50e9df;
}

.slide-excerpt { width: 30%; }
.slide-excerpt { Top: 0; }
.slide-excerpt { Left: 0; }
.flexslider { max-width: 1140px; max-height: 445px; }
.slide-image { max-height: 445px; }
.top{
	padding:5px 0;
	font-size: 13px;
	background: #fff;
}
.top .social{
	float: right;
	padding-left:10px;
	border-left:1px solid #eee;
}
.top .login{
	float: right;
	padding:0 20px;
}
.top .menu-top{
	float: right;
}
.menu-top a{
	display: inline-block;
	padding:0 10px;
	color:#777;
}
.menu-top a:hover{
	color:#64C9EA;
	text-decoration: none;
}
a.login-icon:before,a.logout-icon:before{
	font-family: 'icon-font';
	margin-right:10px;
}
a.login-icon:before { content: '\1f464'; }
a.logout-icon:before { content: '\1f512'; }
.top .social a{
	color:#777;
}
.top .social a:hover{
	color:#64C9EA;
}
.header-wrap header{
	font-family: 'Avenir', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.logo{
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 12px;
	width: 287px;
	height: 113px;
	background: url(/resources/images/platinumlogonew.jpeg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.nav-wrap{
	border-top:1px solid #fff;
	border-bottom:1px solid #fbfcf6;
	background: #0c71c3;
}
.section-contact{
	overflow: hidden;
	padding:30px 0px;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	color:#fff;
	background: #F00088 url(/app/templates/default/images/contact-bg.jpg) no-repeat 35px center;
	-webkit-background-size: contain;
	background-size: contain;
}
.section-contact a{
	color:#fff;
}
.section-contact a:hover{
	color:#fff;
	text-decoration: underline;
}
.section-contact a:before{
    display:none;
}
.section-contact .btn:hover{
	text-decoration: none;
}
.section-login{
	overflow: hidden;
	padding:5px 55px;
	background: #acbf28;
}
.section-login > h3{
	float: left;
	margin: 0;
	color:#fff;
	line-height: 36px;
	font-size: 30px;
	font-weight: bold;
}
.section-login .form-login{
	float: right;
}




.section-elearninglogin {
    background: #acbf28 none repeat scroll 0 0;
    padding: 15px 55px;
    color:#fff;
}
.section-elearninglogin h3{
    color:#fff;
    display:inline;
}
.section-elearninglogin input{
	width:auto;
}
.section-elearninglogin .form-fields{
	float:right;
}
.section-elearninglogin .btn-arrow.grey{
	background: #58585a;
	height:45px;
}
.section-elearninglogin .grey.btn-arrow::before{
	border-color: #58585a;
	 border-bottom: 23px solid transparent;
    border-top: 22px solid transparent;
}
.section-elearninglogin .grey.loginbutton{
	background: #58585a;
}


.form-login input[type="text"],.form-login input[type="password"]{
	float: left;
	margin:0 8px;
	padding:5px 10px;
	height: 36px;
	border:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-login .btn-submit{
	position: relative;
	float: left;
	margin-left: 8px;
	height: 36px;
	background: #58585a;
}
.form-login .btn-submit:before{
	content: ' ';
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;

	border-left: 20px solid #58585a;
}
.form-login .btn-submit [type="submit"]{
	line-height: 36px;
	padding:0 15px;
	width: 150px;
	line-height: 36px;
	font-size: 22px;
	text-align: left;
	text-transform: uppercase;
	color:#fff;
	height: 36px;
	border: 0;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news_item .main_image {
	float: left;
	margin: 1em;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		.slide-excerpt { display: none !important; }
	}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.search-form input[type="search"] {
		/*background-image: url(/app/templates/default/images/icon-search@2x.png);*/
	}

	.content .entry-header .entry-meta .entry-comments-link a {
		background-image: url(/app/templates/default/images/icon-comments@2x.png)
	}

	.sidebar li {
		background-image: url(/app/templates/default/images/icon-li@2x.png);
	}

	.footer-widgets li {
		background-image: url(/app/templates/default/images/icon-li-footer@2x.png);
	}

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(/app/templates/default/images/icon-direction-nav@2x.png);
	}

	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(/app/templates/default/images/icon-control-nav@2x.png);
	}

	.genesis-nav-menu > .rss > a {
		background-image: url(/app/templates/default/images/icon-rss@2x.png);
	}

	.genesis-nav-menu > .twitter > a {
		background-image: url(/app/templates/default/images/icon-twitter-nav@2x.png);
	}

}

@media only screen and (max-width: 1200px) {

	.site-container, .full-width-wrap > * {
		max-width: 965px;
	}

	.site-header .widget-area {
		width: 700px;
	}
	/*
	.content {
		width: 660px;
	}
	*/
	.sidebar-primary {
		width: 300px;
	}

	.title-area {
		width: 260px;
	}

/*	.breadcrumb {
		margin: -30px -40px 30px;
	}*/

	.content {
		/*padding: 30px 40px 10px;*/
	}

	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

}

@media only screen and (max-width: 1023px) {

	.site-container, .full-width-wrap > * {
		max-width: 965px;
	}

	.content,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}

	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
	    float: none;
	    margin: 0 auto;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .search-form,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}

    /*
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}
    */
	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}

	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
	}

}

@media only screen and (max-width: 767px) {

	.site-container, .full-width-wrap > * {
		max-width: 630px;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle .widget,
	.home-top .widget,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.executive-pro-portfolio .portfolio,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		/*line-height: 1;*/
		padding: 16px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 20px;
		position: relative;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 8px 0 8px 35px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a {
		background: none;
		/*color: #666;*/
	}

	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #111;
	}

	.home-middle,
	.home-top,
	.executive-pro-portfolio .portfolio {
		text-align: center;
	}

	.executive-pro-portfolio .portfolio {
		padding: 0 0 30px;
	}

	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.nav-secondary .genesis-nav-menu > .first > a,
	.nav-secondary .genesis-nav-menu > .last > a,
	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
		padding: 12px;
	}

	.logo{
		margin: 20px auto 0;
	}
}

@media only screen and (max-width: 500px) {

	.entry-title {
		font-size: 24px;
	}

	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}

	.content {
		padding: 0 10px 10px;
	}
}

@media only screen and (max-width: 270px) {

    .header-image .site-title a {
        background-size: contain !important;
    }

    .site-title {
        font-size: 26px;
    }

}

/*programme pdf*/
.pdficonbox{
	float:right;
	clear: both;
}

.icon-pdf {
	background-image: url("/admin/images/icons/pdf_32.png");
	display: inline-block !important;
	height: 32px;
	width: 32px;
	background-size:cover;
	margin: 0 45px;
}







/* skip upcoming updates 14.9.3 */
/*upcoming update*/
#upcoming .enrol-icons {
	float: right;
}
#upcoming span.location
,#upcoming span.dates
,#upcoming span.vacancies
{
	clear:both;
	display:block;
}
#upcoming span.dates span
,#upcoming span.vacancies span
,#upcoming span.pricing span
{
	font-style: italic;
}
/*#upcoming .enrol-icons .icon-info-sign:before {
	content:"";
}
#upcoming .enrol-icons .icon-shopping-cart:before {
	content:"";
}
#upcoming .enrol-icons .icon-group:before {
	content:"";
}
#upcoming .enrol-icons .icon-info-sign {
	background: url("/app/templates/default/images/moreinfo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
}
#upcoming .enrol-icons .icon-shopping-cart {
	background: url("/app/templates/default/images/basket.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
}
#upcoming .enrol-icons .icon-group {
	background: url("/app/templates/default/images/users_two_16.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
}*/
#upcoming .enrol-icons i{
	height: 18px;
	width: 18px;
}
#upcoming h4{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color:#224589;
}
#upcoming h5 a{
	color: inherit;
	text-decoration: none;
}
#upcoming ul.enrol-icons li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
/* END upcoming */




.enquiryform ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*TABS*/
#finder{
	clear:both;
	overflow: hidden;
}
#finder .tabs{
	overflow: hidden;
}
#finder .tabs > a{
	display: block;
	float: left;
	margin-right: 1px;
	width: 225px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color:#fff;
	background: #acbf28;
}
#finder .tabs > a:hover{
	text-decoration: none;
}
#finder .tabs > a.active{
	background: #58585a;
}
.tabs-content{
	background: #58585a;
}
.tabs-content .bdy{
	display: none;
	padding:50px;

}
.tabs-content > div.active .bdy{
	display: block;
}
.tabs-content .hdr{
	display: none;
}
select{
	border-radius: 0;
	border:1px solid #d1d2d4;
	background:#fff url(/app/templates/default/images/arrow-d-g.jpg) no-repeat right 0px;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
  	-moz-appearance:none;
  	-o-appearance:none;
   	appearance:none;
}
select::-ms-expand {
    display: none;
}
.ie select,.ie9 select{
	background: #fff;
}
#coursefinder select{
	width: 100%;
	height: 50px;
	font-size: 16px;
}
#coursefinder .field{
	margin-bottom: 10px;
}
.home-section1{
	overflow: hidden;
}
.home-section1 .bdy>.col{
	padding:0 40px;
	width: 33.3333%;
	text-align: center;
	line-height: 1.5em;
	/*border-left:1px solid #d1d2d4;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home-section1 .bdy>.col:first-child{
	border-left: 0;
}
.home-section1 .bdy>.col > img{
	display: inline-block;
	max-width: 100%;
}
.home-section1 .title{
	display: block;
	margin-top: 50px;
	font-size: 16px;
	font-weight: bold;
	color:#000;
}
.home-section1 .more{
	position: relative;
	display: inline-block;
	margin-top: 10px;
	padding-right: 35px;
	line-height: 30px;
	text-decoration: underline;
}
.home-section1 .more:before{
	content: ' ';
	position: absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;

	border-left: 15px solid #009ad5;
}
.home-middle .widget-title{
    margin-bottom: 0;
    min-height:55px;
    font-size: 18px;
    font-weight:bold;
    /*color: #acbf28;*/
}
.home-middle .more-link{
	position: relative;
	display: block;
	margin-top: 10px;
	line-height: 30px;
	padding-right: 0;
}
.home-middle .more-link:after{
	content: ' ';
	display: inline-block;
	margin: 7px 0 0 8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    vertical-align: top;
}
.home-middle .alignnone{
	display: block;
}
.home-middle img{
	width: 100%;
}
#coursefinder br{
	display: none;
}
.content #location{
	overflow: hidden;
	padding:30px 40px;
	color:#888;
}
.content #location > .col{
	padding:0 15px;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact_us_module .content #location > .col .bdy {
    margin-left: 56px;
    line-height: 1.3em;
}

.content #location h3{
	margin-bottom: 15px;
	padding-left: 55px;
	line-height: 45px;
	font-size: 40px;
	font-weight: bold;
	background: url(/app/templates/default/images/icon-location.png) no-repeat;
}
.menu-footer{
	overflow: hidden;
	margin: 0 -15px 25px;
	padding: 0;
	line-height: 1.3;
	list-style: none;
}
.menu-footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-footer > li{
	float: left;
	padding:0 15px;
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-footer h3, .menu-footer h3 > a{
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	color:#032879;
}
.menu-footer .sub-menu li{
	margin-bottom: 12px;
}
.menu-footer a{
	color:#112633;
}
.menu-footer a:hover{
	color:#666;
	text-decoration: underline;
}
.menu-footer h3 > a:hover{
	text-decoration: none;
	color:#647cac;
}
.copyright{
	padding:20px 0;
	font-size: 13px;
	color:#000;
	background: #fff;
}
.copyright a{
	color:#000;
}
.copyright a:hover{
	text-decoration: underline;
}
.copyright .right{
	font-size: 12px;
	text-align: right;
}
.social-bottom{
	line-height: 35px;
	text-align: center;
}
.social-bottom > a{
	display: inline-block;
	margin:0 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 22px;
	color:#000;
	border:1px solid #000;
	border-radius: 50%;
}
.social-bottom > a:hover{
	background: #009ad5;
}

.entry-content h2.heading, .entry-content h3.heading {
    margin: 30px 0 30px 0;
}

/*accordion*/
.accordion_category h2, .expand-box h4{
    margin: 30px 0 30px 0;
}
.accordion_category.expanded, .expand-box.expanded{
	margin: 0;
}
.accordion_category > h2, .expand-box > h4 {
    position: relative;
   /* margin: 0;*/
    padding: 20px 50px;
    line-height: 30px;
    font-size: 28px;
    color: #fff;
    background: #58585a;
    cursor: pointer;
}
.accordion_category > h2:before,.expand-box > h4:before {
    content: "\f067";
    position: absolute;
    top: 18px;
    right: 50px;
    font: normal normal normal 38px/1 FontAwesome;
    color:#acbf28;
}
.accordion_category.expanded > h2, .expand-box.expanded > h4{
	background: #acbf28;
}
.accordion_category.expanded > h2:before, .expand-box.expanded > h4:before {
    content: "\f068";
    color:#fff;
}
.accordion-category-body, .expand-box-body{
    display: none;
    overflow: hidden;
    padding:0px 50px;
}
.expand-box-body{
	padding-right: 0;
}
.expand-box-body.no-padding{
	padding:35px 0px;
}
.accordion_category.last .accordion-category-body,.expand-box.last .expand-box-body{

}
.accordion-items{
    margin:15px 0;
}
.accordion-items > .accordion-item{
    padding:0 0 15px;
    margin-bottom:15px;
    border-bottom:1px solid #ddd;
}
.accordion-items .accordion-item:nth-last-child(1){
    border-bottom:0;
}
.accordion-item h3{
    font-size: 15px;
    font-weight: 600;
    color:#0A6389;
    cursor: pointer;
}
.accordion-items .accordion-item-body{
    display: none;
    padding-top: 15px;
}
.accordion_category .links{
    padding-bottom:15px;
}
.training-courses .pdficonbox{
    clear:both;
}
.top-content-bar{
	overflow: hidden;
	margin-bottom: 25px;
}
.top-content-bar .right{
	width: 190px;
}
.widget_search .widget-title{
	display: none;
}
.hero-image{
	display: block;
	position: relative;
	/*margin:0 0 45px;*/
}
.hero-image > img{
	display: block;
	width: 100%;
}
.hero-image .hero-overlay{
	position: absolute;
	left:0;
	bottom:20px;
	padding:0 45px;
	height: 90px;
	line-height: 30px;
	font-size: 25px;
	background: #fff;
}
/* .hero-image .hero-overlay h1{ */
.hero-overlay h1 {
	font-weight: bold;
	font-size: 26px;
	white-space: nowrap;
	color:#000;
}
.hero-overlay .inner h1 {
	margin-bottom: 0px;
	line-height: 30px;
	font-weight: normal;
	font-size: 25px;
	white-space: nowrap;
	color:#acbf28;
}
.hero-image .hero-overlay:after{
	content:'';
	position: absolute;
	top:0;
	right:-25px;
	width: 0;
	height: 0;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;

	border-left: 25px solid #fff;
}
.hero-image .hero-overlay .inner{
	position: relative;
	top:50%;
}
.course-information,.intro-section{
	overflow: hidden;
	margin-bottom: 20px;
}
.course-information .intro-content,
.intro-section .intro-content{
	/*overflow: hidden;*/
    padding: 25px 0 25px 0px;
    font-size: 15px;
}
/*2015.09.21 | limit the height to match the enquiry form. */
.training-courses-programme .course-information.intro-section {
   /* height: 540px;*/
}
.section-apply .hdr{
	padding:20px 50px;
	line-height: 30px;
	font-size: 28px;
	font-weight: bold;
	color:#fff;
	background: #74c04d;
}
.section-apply .bdy{
	border-bottom:1px #ccc solid;
}
.form-apply,.intro-enquiry{
	float: right;
	margin-bottom: -1px;
	border-left: 20px solid #fff;
	max-width: 300px
}
.form-apply > .form-inner,
.intro-section > .form-inner{
	margin:0 auto;
	width: 340px;
	max-width: 100%;
}
.btn-apply{
	display: block;
	border-bottom: 2px solid #fff;
}
.btn-apply > img{
	display: block;
	margin:0 auto;
	width: 100%;
	max-width:340px;
}
.form-apply .form-wrap,
#more-info-form .more-info{
	padding:20px 11% 34px;
	color:#fff;
	background: #58595b;
}
#more-info-form .more-info .widget-title{
	font-size: 24px;
	text-transform: none;
	color:#fff;
}
.form-apply label,
.intro-section label{
	display: none;
}
#landing-signup .widget-title{
	margin-bottom: 18px;
	font-size: 24px;
}
#landing-signup input[type="text"],#landing-signup input[type="email"],#landing-signup select,
.intro-section input[type="text"],.intro-section input[type="email"],.intro-section select{
	display: block;
	margin-bottom: 20px;
	padding:10px 20px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	color:#555;
	border:1px solid #d1d2d4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
#landing-signup input[type="submit"],
.intro-section input[type="submit"]{
	display: block;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color:#0194d3;
	border:1px solid #d1d2d4;
	border-radius: 0;
	background: #fff url(/app/templates/default/images/arrow-r.jpg) no-repeat right 0px;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.section-apply .desc{
	overflow: hidden;
	padding: 25px 0 25px 50px;
	font-size: 20px;
}
.section-apply .desc p{
	margin:0 0 30px;
}
.travel-section1{
	overflow: hidden;
}
.section-course{
	overflow: hidden;
}
.section-course .desc{
	overflow: hidden;
}
.section-course .info{
	overflow: hidden;
}
.section-course .topics{
	overflow: hidden;
}
.travel-section1{
	overflow: hidden;
	margin-bottom: 30px;
}
.travel-section1 .hdr{
	margin-bottom: 30px;
	padding:20px 50px;
	line-height: 30px;
	font-size: 28px;
	color:#fff;
	background: #58595b;
}
.travel-section1 .bdy > .col{
	float: left;
	padding:0px 35px 0px;
	width: 33.3333%;
	min-height: 350px;
	text-align: center;
	border-left:1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.travel-section1 .bdy > .col:first-child{
	border-left:0;
}
.travel-section1 img{
	width: 130px;
	height: 130px;
}
.travel-section1 .title{
	display: block;
	margin: 35px 0 10px;
	font-weight: bold;
	font-size: 20px;
}
.box-image{
	margin:0 0 45px;
	line-height: 1.2;
	font-size: 20px;
	color:#fff;
	background: #58595b;
}
.box-image .img{
	margin: 0;
	width: 52.5%;
}
.box-image .imgr{
	width: 47.5%
}
.box-image .img img{
	width: 100%;
}
.box-image .bd{
	padding:20px 35px;
}
.box-image h3{
	margin-bottom: 10px;
	font-size: 24px;
}
.box-image p{
	margin:0 0 10px;
}
.section-course{
	overflow: hidden;
	margin-bottom: 40px;
}
.section-course .hdr{
	position: relative;
	font-size: 20px;
	color:#fff;
	background: #58595b;
}
.section-course .hdr.active{
	background: #74c04d;
}

.section-course .hdr h2{
	margin: 0;
}
.section-course .hdr a{
	position: relative;
	z-index: 1;
	display: block;
	padding:20px 50px;
	line-height: 30px;
	font-size: 28px;
	color:#fff;
}
.section-course .hdr a:hover{
	color:#fff;
	text-decoration: none;
}
.section-course .hdr a span{
	font-size: 23px;
	font-weight: normal;
}
.section-course .hdr .fa{
	position: absolute;
	z-index: 0;
	right: 50px;
	top:18px;
	font-size: 40px;
}
.section-course .hdr .fa-plus{
	color:#009ad5;
}
.section-course .bdy{
	display: none;
}
.section-course .desc{
	overflow: hidden;
}
.section-course .desc p{
	margin:0 0 10px;
}
.section-course .desc .left{
	padding: 40px 0px 48px 50px;
	width: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-course .desc .right{
	padding:35px 0;
	width: 15%;
	text-align: center;
}
.section-course .desc .right img{
	width: 83%;
}
.section-course .info{
    padding: 40px 0px 48px 50px;
	overflow: hidden;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.section-course .info > .col{
	width: 33.3333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-course label{
	line-height: 1.6;
	color:#74c04d;
}
.section-course .topics{
	overflow: hidden;
	padding:35px 0px 35px 50px;
}
.section-course .topics > .col{
	padding-right: 30px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-course .topics ul, .expand-box-body ul, .extra_content ul, .intro-content ul, .content-fields ul {
	/*margin: 20px 0 0;*/
	padding: 0;
	list-style: none;
}
.section-course .topics li, .expand-box-body li, .extra_content li, .intro-content li, .content-fields li, .entry-content > ul > li {
	position: relative;
	/*margin:0 0 18px 0;*/
	padding-left: 38px;
	list-style: none !important;
	padding-top: 1px;
}
.section-course .topics li:before, .expand-box-body li:before, .extra_content li:before, .intro-content li:before, .content-fields li:before, .entry-content > ul > li:before{
	content:'';
	position: absolute;
	left:0;
	top:5px;
	width: 12px;
	height: 12px;
	border-radius: 30px;
	background: #58595b;
	margin-top: 0.2em;
}
.section-course .buttons{
	margin-bottom: 50px;
	padding:30px 0;
	text-align: center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.section-course .buttons a{
	display: inline-block;
	margin:0 30px;
	width: 200px;
	line-height: 48px;
	height: 48px;
	font-size: 25px;
	text-align: center;
	color:#fff;
	font-weight: bold;
	border-radius: 60px;
	background: #0194d3;
}
.section-course .buttons a:hover{
	text-decoration: none;
}
.nrt-wrap{
	margin:40px 0 0 20px;
}
h2.course-dates{
	padding: 20px 50px;
    line-height: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #58585a;
}
.nrt-training h2.course-dates {
	width: 85%;
}
#course-dates .btn-apply-wrap{
	text-align: right;
}
#course-dates .btn-apply{
	position: relative;
	display: inline-block;
	margin-right:20px;
	padding:0 30px 0 20px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	border:0;
	background: #acbf28;
}
#course-dates .btn-apply:hover{
	text-decoration: none;
}
#course-dates .btn-apply:before{
	content:' ';
	position: absolute;
	right:-20px;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 20px solid #acbf28;
}
#coursefinder .field{
	margin-bottom: 20px;
}
#finder_state{
	float: left;
	width: 25%;
}
#finder_type{
	float: left;
	padding-left: 20px;
	width: 75%;
}
#finder_course{
	clear: both;
	margin-bottom: 0 !important;
}
.finder_content.quals .bdy ul,
.finder_content.shortcourses .bdy ul{
	overflow: hidden;
}
.finder_content.quals .bdy li,
.finder_content.shortcourses .bdy li{
	float: left;
	padding: 8px;
	width: 33.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.finder_content.quals .bdy li a,
.finder_content.shortcourses .bdy li a{
	display: table;
	width: 100%;
	height: 100px;
	font-weight: bold;
	color:#fff;
	background: #224589;
}
.finder_content.quals .bdy li a:hover,
.finder_content.shortcourses .bdy li a:hover{
	text-decoration: none;
	background: #f360b7;
}
.finder_content.quals .bdy li a > .text,
.finder_content.shortcourses .bdy li a > .text{
	display: table-cell;
	padding:0 10px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
}
.finder_content.quals .bdy li a > .text p,
.finder_content.shortcourses .bdy li a > .text p{
	margin-bottom: 0;
}
.news-slider .slide-excerpt{
	right: 0;
	left: auto;
	line-height: 1.1;
}
.news-slider .slide-excerpt p{
	line-height: 1.3;
}
.news-slider .genesis_responsive_slider h2 a{
	text-transform: none;
}
.news-slider .slide-excerpt .more-link{
	text-transform: uppercase;
}
.news-slider .genesis_responsive_slider .flex-control-nav{
	padding: 0 20px;
	text-align: right;
}
.content .genesis_responsive_slider .flex-control-nav li{
	margin:0 0 0 8px;
}
.content .genesis_responsive_slider .flex-control-nav li a{
	border-radius: 15px;
	background: #fff;
}
.content .genesis_responsive_slider .flex-control-nav li a.active{
	background: #acbf28;
}
#news_archive{
	overflow: hidden;
	padding:15px 15px 15px 50px;
	background: #58585a;
	margin-bottom: 30px;
}
#news_archive h3{
	float: left;
	margin: 0;
	line-height: 40px;
	font-size: 28px;
}
#news_archive select{
	float: left;
	padding:5px 10px;
	margin-right: 2%;
	width: 18%;
	height: 40px;
}
#news_archive [type="submit"]{
	float: left;
	padding: 0;
	width: 10%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color:#555;
	border-radius: 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#news_archive .site-button{
	float: left;
	padding: 0;
	width: 10%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color:#555;
	border-radius: 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.featured-content .thumbnail{
	display: block;
	margin-bottom: 20px;
	/*min-height: 170px;*/
}
.featured-content .video-thumbnail{
	min-height: 150px;
}
.featured-content .widget-title{
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: none;
}
.featured-content .published{
	margin-bottom: 10px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#course-dates tbody {
    border-bottom: none;
}

#course-dates tr td[colspan] {
    border-top: none;
}
.full-width{
	width: 100%;
	height: auto;
}

#classroomdates > p.course-dates {
    display: none;
}

#classroomdates .statepicker {
    float: right;
   /* position: relative;*/
    right: 25px;
    top: -116px;
    width: 125px;
}

@media(max-width: 440px){
	#classroomdates .statepicker {
	    float: none;
	    position: inherit;
	    width: 125px;
	}
}

.state-name-display {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0 10px;
}


.course-information.intro-section .full-width {
    width: 59%;
}

.course-information.intro-section .intro-content img {
	 max-width: 570px;
	 height:auto !important;
}
.content-body{
	overflow: hidden;
	padding:30px 0 30px 50px;
}
.entry-content .cols-content {
	padding:0 15px;
}
.entry-content .cols-content li{
	float: left;
	list-style: none;
	margin: 0;
	padding:0 25px;
	width: 33.3333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.entry-content .cols-content li:before{
	display: none;
}
.entry-content .cols-content li img{
	display: inline-block;
	width: 100%;
}
.grey-box{
	padding:10px 15px;
	background: #58585a;
}
.grey-box p{
	margin: 0;
}
.grey-box a{
	cursor: pointer;
}
.grey-box a:hover{
	text-decoration: none;
}
.action-blue{
	display: inline-block;
	position: relative;
	padding:0 35px 0 15px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 16pt;
	color:#fff;
	background: #048ec3;
}
.action-blue:before{
	content: '';
	position: absolute;
	right: -30px;
	top:0;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;

	border-left: 30px solid #048ec3;
}

.action-green{
	display: inline-block;
	position: relative;
	padding:0 35px 0 15px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 16pt;
	color:#fff;
	background: #acbf28;
}
.action-green:before{
	content: '';
	position: absolute;
	right: -30px;
	top:0;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;

	border-left: 30px solid #acbf28;
}
.btn-arrow{
	display: inline-block;
	position: relative;
	padding:0;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16pt;
	color:#fff;
	background: #048ec3;
}
.btn-arrow:before{
	content: '';
	position: absolute;
	right: -25px;
	top:0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;

	border-left: 25px solid #048ec3;
}
.f-message{
    margin-bottom: 10px;
}
.enquiry-links{
	overflow: hidden;
	padding:35px 50px;
	padding-left: 0;
	font-size: 28px;
	font-weight: bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.enquiry-links li{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.enquiry-links a{
	position: relative;
	display: block;
	padding:0 45px 0 0;
	padding-left: 0;
	line-height: 65px;
	color:#000;
}
.enquiry-links a:hover{
	text-decoration: none;
}
.enquiry-links a:before{
	content: '';
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -13px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;

	border-left: 16px solid #009ad5;
}
.personal-enquiry{
	float: left;
	//background: url(/app/templates/default/images/btn-personal-enquire.png) no-repeat;
}
/*.corporate-enquiry{
	float: right;
	background: url(/app/templates/default/images/btn-corporate-enquiry.png) no-repeat;
}*/


#enquirydiv #course-enrolment > .tableBox {
    background: #bcbcbd none repeat scroll 0 0;
    color: white;
}


/*location page*/
.training-courses-locations .content-fields .phone {
    background: rgba(0, 0, 0, 0) url("/app/templates/default/images/icon-phone-45.png") no-repeat scroll 0 0;
    min-height: 45px;
    padding-left: 55px;
    padding-top: 10px;
}
.training-courses-locations .content-fields .phone-thirteen {
    background: rgba(0, 0, 0, 0) url("/app/templates/default/images/icon-phone-thirteen-45.png") no-repeat scroll 0 0;
    min-height: 45px;
    padding-left: 55px;
    padding-top: 10px;
}
.training-courses-locations .content-fields .email {
    background: rgba(0, 0, 0, 0) url("/app/templates/default/images/icon-email-45.png") no-repeat scroll 0 0;
    min-height: 45px;
    padding-left: 55px;
    padding-top: 10px;
}
.training-courses-locations .content-fields .location {
    background: rgba(0, 0, 0, 0) url("/app/templates/default/images/icon-pin-45.png") no-repeat scroll 0 0;
    min-height: 45px;
    padding-left: 55px;
    padding-top: 3px;
}
.training-courses-locations .content-fields ul.address-details li{
	float:left;
	list-style: none;
	width:50%;
}



.pods-section .col a::before {
	border-bottom: 13px solid transparent;
    border-left: 13px solid #009ad5;
    border-top: 13px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 0;
}
.pods-section .col a {
    clear: both;
    display: block;
    margin: 30px 0 0;
}
.pods-section .col a {
    display: block;
    line-height: 30px;
    margin-top: 5px;
    padding-right: 0px;
    position: relative;
    width: 135px;
    margin-left: 15%;
}
.flex-direction-nav{
	margin: 0 !important;
}
.flex-direction-nav li{
	list-style: none !important
}
.flexslider .slides{
	margin-bottom: 0 !important;
}
.pagination > ul{
	list-style: none;
}
.pagination > ul li{
	display: inline-block;
	margin:0 30px 0 0;
	list-style: none;
}
.pagination > ul li a{
	display: inline-block;
	padding:0 5px;
	height: 20px;
	line-height: 20px;
	color:#555;
}
.pagination > ul li.active a{
	font-weight: bold;
	color:#acbf28;
}
.section-elearninglogin .grey.loginbutton{
	padding: 0 50px 0 15px;
}
.section-elearninglogin .btn-arrow{
	float: left;
}
.section-elearninglogin input[type="text"],.section-elearninglogin input[type="password"]{
	float: left;
	margin-right: 10px;
	line-height: 23px;
	font-size: 18px;
	color:#acbf28;
}
.section-elearninglogin ::-webkit-input-placeholder {
   color: #acbf28;
}

.section-elearninglogin :-moz-placeholder { /* Firefox 18- */
   color: #acbf28;
}

.section-elearninglogin ::-moz-placeholder {  /* Firefox 19+ */
   color: #acbf28;
}

.section-elearninglogin :-ms-input-placeholder {
   color: #acbf28;
}
/**
 * FAQs
 */
 #faq_module{
 	margin-bottom: 50px;
 }
 #faq_module > h2,#faq_module .form-title, #faq_module .faq_search > h3,
 #faq_module .faq_search_form > h2{
	margin-bottom: 0;
	padding: 20px 50px;
    line-height: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #acbf28;
}
.faq_category.last{
	margin-bottom: 50px;
}
#faq_module .faq_category > h2{
	padding:15px 15px 15px 50px;
}
#faq_module .faq_category > h2:before{
	top: 16px;
}
.faq-category-body{

}
#faq_module .questions > .question, #faq_module .faq_category .links{
	padding-left: 35px;
}
#faq_module .form-title{
	margin-bottom: 20px;
}
.faq-ask-question .form-row{
	margin: 0 0 10px;
	padding: 0 0 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#faq_module .form-label-wrap{
	float: left;
}
#faq_module .form-field-wrap{
	display: block;
	overflow: hidden;
	width: auto;
}
#faq_module .f-submit .form-label-wrap{
	height: 10px;
}
#faq_module .f-submit .form-field-wrap{
	position: relative;
	float: left;
	overflow: visible;
}
#faq_module .f-submit .form-field-wrap:before{
	content:' ';
	position: absolute;
	right:-20px;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 20px solid #048ec3;
}
#faq_module .f-submit input[type="submit"]{
	padding:0 50px 0 20px;
	height: 36px;
}
.form-field-wrap input[type=text],
.form-field-wrap input[type=email],
.form-field-wrap input[type=tel],
.form-field-wrap input[type=password],
.form-field-wrap select,
.form-field-wrap textarea{
	border-radius: 0 !important;
}
#faq_module .faq_search .info,#faq_module .faq_search .faq_search_item{
	padding-left: 50px;
}
#faq_module .faq_search .info{
	padding-top: 15px;
}
.faq_item{
	padding:15px 0 15px 50px;
}
#faq_module .faq_search_form{
	overflow: hidden;
	margin-bottom: 25px;
}
#faq_module .faq_search_form > h2{
	margin-bottom: 20px;
}
.faq_search_form > p,.faq_search_form > form{
	padding-left: 50px;
}
.faq_search_form br{
	display: none;
}
.faq_search_form input.input{
	float: left;
	width: 70%;
}
.faq_search_form input[type="submit"]{
	float: right;
	padding: 0 10px !important;
	width: 28%;
	height: 44px;
	line-height: 44px;
}

.contact-us-wrap #location{
	margin-bottom:10px;
}

div#coursefinder select, div#news_archive select {
    color: #58585a;
    background: #fff url(/app/templates/default/images/arrow.jpg) no-repeat right 0;
}


.pagination > ul li.jump-link a{
	color:#acbf28;
}
.pagination > ul li.disabled a:hover{
	text-decoration:none;
	cursor: default;
}


div#course-enrolment #location {
    margin-bottom: auto;
    padding: 2px;
    background:#fff url(/app/templates/default/images/arrow-d-g.jpg) no-repeat right 0px;
}

#enquirydiv #course-enrolment .site-button {
    clear: both;
    margin: 0;
    padding: 0px 20px;
    text-align: left;
    width: 225px;
}

#enquirydiv #course-enrolment .btn-arrow {
    clear: both;
    margin: 10px 0 0 185px;
}


h1.hero-overlay {
    color: #acbf28;
}

#location .col h3 a{
	color:#acbf28;
}
#location .col h3 a:hover{
	text-decoration: none;
}




.site-header .social-container {
    color: #D4D4D4;
}
.top-right-container .btn-login{
	padding-right: 25px;
	line-height: 17px;
	font-weight: bold;
	color:#c1d72f;
	background: url(/app/templates/default/images/icon-login.png) no-repeat center right;
}

/*i.fa.fa-phone.fa-phone:before{
    content: "";
    background: url("/app/templates/default/images/phone-grey.jpg");
    width: 25px;
    height: 19px;
    display: block;
    background-size: 26px 20px;
}*/


.programme-type-description {
    margin: 0 0 45px;
}


.home-slider h2 a{
	color: #acbf28 !important;
    font-size: 1.5em !important;
}
.home-slider h2 a span{
	color:#959595;
}



h4.widgettitle a, h4.widgettitle a:hover{
	color:inherit;
	text-decoration: inherit;
}




.btn-apply {
    display: block;
    border-bottom: 2px solid #fff;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding: 0 30px 0 20px;
    height: 36px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #fff;
    border: 0;
    background: #224589;
}
.btn-apply:before {
    content: ' ';
    position: absolute;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 20px solid #224589;
}
.btn-apply:hover {
	text-decoration: none;
}
.btn-apply-wrap.programme-link {
    margin-bottom: 10px;
}
.programme-link .btn-apply, .programme-type .btn-apply {
    padding-top: 8px;
    height: 50px;
}
.programme-link .btn-apply:before, .programme-type .btn-apply:before{
	border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #224589;
    top: 0px;
    right: -25px;
}


.content .social > a {
    display: inline-block;
    margin: 0 4px;
    width: 35px;
    height: 35px;
    line-height: 36px;
    font-size: 19px;
    color: #fff;
    border-radius: 55px;
    background: #d1d2d4;
    text-align: center;
}


.training-courses-programme .extra_content .section-course .desc {
    margin: 40px 0px;
}

.expand-box-body.content-fields-section p {
    margin: 0;
}

a.btn-programme-apply {
    width: 100%;
    /*background-color: #58595B;*/
    display: block;
    margin-bottom: 3px;
}

.entry-content a.readmore.site-button.btn-apply {
    margin-left: 50px;
}



.company-booking .form-field-wrap, .company-registration .form-field-wrap {
    width: 400px;
}

.p-l-r {
    padding-left: 50px;
    padding-right: 50px;
}
.padded-box {
    padding: 35px 50px;
}


td.location-programme-separator{
	display:none;
}

table#course-dates {
    margin-top: 20px;
}


.state-selector-wrap{
	position: relative;
}
.state-selector-wrap .statepicker{
	    position: absolute;
}


/*2105.10.22 | FKS-768 */
/*
.entry-content > h6, .entry-content > h3, .entry-content > p, .training-courses-locations .entry-content ul, .entry-content > ul{
   padding-left:50px;
   padding-right:50px;
}
*/
ul.slides {
    padding-left: 0;
}
.blog-wrap a.readmore.site-button.btn-apply {
    margin-left: 50px;
}
.blog-wrap h2.heading:first-of-type {
    margin: 0;
}
.blog-wrap h2.heading:first-of-type + .module{
	margin-top:20px;
}
.blog-wrap p.hero-image {
    margin-top: 0 !important;
}
.entry-content > table {
    margin: 0 50px;
    max-width: 90%;
}
.entry-content p[class] {
    padding: inherit;
}
.entry-content h2.heading + p, .entry-content h2.heading + table {
    margin-top: 20px;
}
h2.enquire-now {
    margin-top:20px;
}
p.course-dates, p.state-name-display {
    padding: 0 50px;
}
table#course-dates {
    margin: 0 50px;
    max-width: 90%;
}
.widget-wrap article .entry-content > p {
    padding: inherit;
}
.news_item {
    padding: 0 50px;
}


/*2015.10.29 | video */
.video-embed iframe{
	margin: 5px 50px 20px;
	max-width: 860px;
}

/*2015.11.04*/
.programme-type-link{
	display:none;
}
.accordion-items {
    margin: 0;
}
.accordion-items > .accordion-item {
    padding: 15px 0 10px;
    margin-bottom: 0px;
}
.content .genesis_responsive_slider .slide-excerpt {
    padding: 1% 1% 3% 5%;
}

/*2015.11.06*/
.home-slider h2 a {
    color: #acbf28 !important;
    font-size: 1em !important;
}


.content .genesis_responsive_slider .slide-excerpt {
    padding: 3% 3% 3% 3%;
}

ul.flex-direction-nav {
    display: none;
}

.blog-wrap .content .genesis_responsive_slider .slide-excerpt {
    padding: 3% 3% 3% 3%;
    position: absolute;
    right: 0px;
    left: initial;
}


div#news_archive .site-button{
    color: #009ad5;
}

#news_archive .news-archive-controls{
	float:right;
	margin:0;
	padding: 0 40px 0 0;
}

#news_archive .news-archive-controls li{
	float:left;
	list-style-type: none;
	margin-left: 10px;
}

#news_archive .news-archive-controls li:nth-of-type(1) select {
    width: 199px;
}
#news_archive .news-archive-controls li:nth-of-type(2) select {
    width: 100px;
}
#news_archive .news-archive-controls li:nth-of-type(3) select {
    width: 100px;
}

div#news_archive .news-archive-controls .site-button{
    width: 80px;
}

/*2015.11.10 | position the nrt logo to the bottom right on programme content.*/
.intro-content .spacer {
    height: calc(100% - 83px);
    width: 0px;
    float: right;
}
.intro-content .nrt {
    height: 83px;
    float: right;
    clear: right;
  width: 107px;
  box-sizing: border-box;
}
.programme-content.intro-content {
    max-width: 550px;
    /*height: 560px;*/
    float: left;
}
.form-apply, .intro-enquiry{
	display: inline-block;
	margin-top: 20px;
}



.four-o-four {
    padding: 0 50px;
}
.four-o-four p[class] {
    padding: 0 0px;
}


/*.intro-content li {
    list-style-position: inside;
    list-style-type: inherit;
}*/

.training-courses-locations > p {
    padding: 0 50px;
}

.feature-section{
	overflow: hidden;
	background:#eaeaea url(/app/templates/default/images/feature-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.video-wrap{
	padding-bottom:32px;
	background: url(/app/templates/default/images/shadow.png) no-repeat center bottom;
	-webkit-background-size: contain;
	background-size: contain;
}
.feature-home{
	overflow: hidden;
	padding:35px 0 10px;
}
.feature-home .left{
	width: 66.6666%;
}
.feature-home .right{
	padding-left: 30px;
	width: 33.33333%;
}
.feature-home h3{
	margin-bottom: 20px;
}
.feature-home .title{
	font-weight: bold;
	color:#000;
}
.upcoming-list{
	overflow: hidden;
	padding-bottom: 15px;
}
.upcoming-list li{
	margin-bottom: 15px;
}
.btn{
	display: inline-block;
	padding:10px 30px;
	font-size: 16px;
	font-weight: 400;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	color:#fff;
	border:1px solid #fff;
	background: #224589;
}
.btn:hover{
	background: #f360b7;
}

.site-container {
	padding-top: 27px;
}
.about-section{
	overflow: hidden;
	margin-bottom: 35px;
	color:#fff;
	background: #acbf28;
}
.about-section .left{
	padding:45px 30px 10px;
	width: 33.3333%;
}
.about-section .right{
	width: 66.6666%;
}
.about-section h3{
	font-size: 18px;
	font-weight: 600;
	color:#fff;
}
.about-section .btn{
	margin-top: 15px;
	padding:5px 30px;
	background: #acbf28;
}
.about-section .btn:hover{
	background: #c5d16f;
}
.about-section .btn span{
	position: relative;
	display: block;
	padding-right: 20px;
}
.about-section .btn span:before{
	content: '';
	position: absolute;
	right: 0;
	top:50%;
	margin-top:-8px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;

	border-left: 8px solid #fff;
}
.about-section .right img{
	display: block;
	width: 100%;
}
.breadcrumbs-wrap{
	height: 40px;
	line-height: 40px;
	color:#000;
	border-bottom:1px solid #fff;
	background: #ebebeb;
}
.banner-wrap{
	position: relative;
}
.banner-wrap > img{
	width: 100%	;
	height: auto;
}
.banner-wrap .caption{
	position: absolute;
	left: 0;
	bottom: 0;
	padding:15px;
	font-size: 15px;
	text-align: center;
	color:#fff;
	background: rgba(0,0,0,0.7);
}
.content-blocks{
	margin:20px -15px;
}
.content-blocks > .block{
	overflow: hidden;
	float:left;
	margin-bottom: 30px;
	padding:0 15px;
	width: 50%;
}
.content-blocks > .block:nth-child(2n+1) {
    clear: both
}
.content-blocks .post-content{
	padding:30px;
	color:#fff;
	background: #99ac14;
}
.content-blocks .post-content .right{
	float: right;
	width:33.3333%;
}
.content-blocks .post-content .bd{
	padding-right:15px;
}
.content-blocks .post-content .info{
	line-height:1.2;
}
.content-blocks .post-content .info p{
	margin-bottom:8px;
}
.feature-home .sidebar li{
	margin-bottom: 20px;
	padding: 0;
	font-size: 14px;
	background: none;
}
.feature-home .sidebar h5{
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
}
.feature-home .sidebar br,
.feature-home .sidebar .location{
	display: none;
}
.feature-home .sidebar em.cost{
	display: inline-block;
	margin-left: 10px;
}
.contact-bar{
	clear:both;
}
.contactform{
	margin-bottom: 20px;
}
.contact-us-wrap h3{
	color:#000;
}
.btn-info-pack{
	display: block;
	margin-top: 20px;
	padding:15px 10px;
	line-height: 1;
	font-size: 26px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color:#fff;
	cursor: pointer;
	background: #c1d82f;
}
#recent-posts-3{
	padding:0;
}
.related-courses, #recent-posts-3 > .widget-wrap{
	margin-top: 20px;
	padding:20px;
	line-height: 1.2;
	color:#fff;
	background: #99ac14;
	font-size: 15.5px;
}
.related-courses h3, #recent-posts-3 > .widget-wrap > h4 {
	margin-bottom: 20px 24px;
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#fff;
	border-bottom: 1px solid #fff;
	text-transform: initial;
}
.related-courses a, #recent-posts-3 > .widget-wrap a{
	display: block;
	margin-bottom: 10px;
	color:#fff;
}
.related-courses a:hover, #recent-posts-3 > .widget-wrap a:hover{
	text-decoration: underline;
}
#recent-posts-3.widget ul > li{
	list-style-type: none;
	padding:0;
	background:none;
}
#recent-posts-3.widget ul > li.active :before{
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left:-25px;
	top:2px;
}
#recent-posts-3.widget ul > li.active {
    position: relative;
}
#recent-posts-3.widget ul {
	padding:5px;
}

.menu-courses .sub-menu{
	overflow: hidden;
}
.menu-courses .sub-menu > .col{
	padding-right: 20px;
}
.menu-courses .sub-menu > .col > li > a{
	padding-left: 0;
	font-size: 15px;
    font-weight: bold;
    color: #c2d82f;
    text-transform: capitalize;
}
.menu-courses .sub-menu > .col > li > a:hover{
	text-decoration: none;
}
.menu-courses .sub-menu > .col > li > a:before{
	display: none;
}
.menu-courses .sub-menu .sub-menu{
	position: relative;
	display: block;
	left: 0;
	top: 0;
	opacity: 1;
	margin: 0 !important;
	padding: 0 !important;
	border:0;
	background: none;
}



/*share icons*/
#shareIcons{
	clear:both;
	margin: 15px 0;
}
#shareIcons:before {
    content: "Share this page:";
    margin-right: 10px;
    position: relative;
    top: 10px;
}
.jssocials-shares {
    display: inline-block;
}


/*contact us*/
.page-map h2 {
    display: none;
}
.page-map #map_canvas{
	width:100% !important;
	height:400px !important;
	/*margin-bottom: 40px;*/
}
.page-map br {
    display: none;
}

.vacancies-display {
	text-align: left !important;
}


.group_url {
    background: #3498db
}

.group_url:hover {
    background: #3cb0fd
}

.enrol_url {
    background: #d98934
}

.enrol_url:hover {
    background: #c4792d
}

.info_url {
    background: #aacb46
}

.info_url:hover {
    background: #729928
}

.group_url,.enrol_url,.info_url {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff !important;
    font-size: 12px;
    font-family: "Open Sans",serif;
    padding: 10px;
    margin-right: 4px;
    text-decoration: none;
    display: inline-block;
    text-shadow: none;
    float: right
}