/*
____________________________________________________________________________
CSS DOCUMENT ***

 * Authored by Brad Shaw
 * brad@directmediaworks.com
 * www.directmediaworks.com

 * Copyrights, credits and inspiration are noted in the humans.txt file

____________________________________________________________________________
CONTENTS ***

____________________________________________________________________________
COLOUR PALETTE ***

 * #XXXXXX = primary light
 * #XXXXXX = primary dark
 * #XXXXXX = secondary light
 * #XXXXXX = secondary dark
 * #XXXXXX = tertiary light
 * #XXXXXX = tertiary dark

/*
____________________________________________________________________________
GRID ***/

/* uncomment to turn on outlining on all elements for debugging purposes */
/** {
	outline: 1px dotted red;
}*/

/* uncomment to turn on highlighting on all equal height elements for debugging purposes */
/*.equal {
	background: rgba(255,0,0,.25);
}*/

/* overrides the default Bootstrap gutter width of 30px (15px x 2), row must be the inverse of column */
[class*="col-"] {
	padding: 0 10px;
}

.row {
	margin: 0 -10px;
}

/*
____________________________________________________________________________
END GRID ***/

/*
____________________________________________________________________________
TYPOGRAPHY ***/

/*
____________________________________________________________________________
Global font */

/*
____________________________________________________________________________
TYPOGRAPHY ***/

body {
	font: 18px/1.5 'VAG Rounded W02 Thin', sans-serif;
	color: #333;
}

/*
____________________________________________________________________________
Headings */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	margin-top: 0;
	font-family: 'VAG Rounded W02 Bold', sans-serif;
	line-height: 1.1;
	color: rgb(247,147,30);
	text-decoration: none;
}

h1 {
	font-size: 36px;
	margin-bottom: 30px;
}

h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

h4 {
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
}

h6 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}

h4, h5, h6, h4 a, h5 a, h6 a, h3.sub, h4.sub, h5.sub, h6.sub {
	color: #666;
}

/*
____________________________________________________________________________
Other */

small {
	font-size: 66.66666666666667%;
}

.ordering-info {
	font-size: 77.77777777777778%;
}

.attention {
	color: #ff0000;
}

p {
	margin-bottom: 20px;
}

p + h2, p + h3, ul + h2, ul + h3, ol + h2, ol + h3 {
	margin-top: 40px;
}

strong {
	font-family: 'VAG Rounded W02 Bold', sans-serif;
	font-weight: normal;
}

hr {
	clear: both;
}

mark {
	color: #ccc;
	background: none;
}

/*
____________________________________________________________________________
Links */

#nohover a, a:hover {
	text-decoration: none;
}

a, a:active {
	color: rgb(247,147,30);
	text-decoration: none;
}

a:hover {
	color: rgb(247,147,30);
	text-decoration: underline;
}

/*
____________________________________________________________________________
Blockquotes */

blockquote {
	margin: 20px 0 20px 60px;
	padding: 0;
	border: none;
}

blockquote:before {
	margin-left: -60px;
	font-family: 'FontAwesome';
	font-size: 48px;
	line-height: 1;
	color: #ccc;
	float: left;
	text-decoration: none;
	content: "\f10d";
}

/*
____________________________________________________________________________
List Styles */

ul {
	margin: 0 0 20px 24px;
	padding: 0;
	list-style: disc outside;
}

ol {
	margin: 0 0 20px 24px;
	padding: 0;
	list-style: decimal outside;
}

li ul,
li ol {
	margin-bottom: 0;
}

.list-unstyled {
	margin: 0 0 20px;
}

.latin {
	list-style-type: lower-latin;
}

.roman {
	list-style-type: lower-roman;
}

.bullets li {
	margin: 0 0 0 -24px;
	padding: 0 0 0 24px;
	list-style: none;
	background: url(img/bullet-round-blue.png) 0 0 no-repeat;
}

.squares li {
	margin: 0 0 0 -24px;
	padding: 0 0 0 24px;
	list-style: none;
	background: url(img/bullet-square-blue.png) 0 0 no-repeat;
}

.arrows li {
	margin: 0 0 0 -24px;
	padding: 0 0 0 24px;
	list-style: none;
	background: url(img/bullet-arrow.png) 0 0 no-repeat;
}

.stars li {
	margin: 0 0 0 -24px;
	padding: 0 0 0 24px;
	list-style: none;
	background: url(img/bullet-star.png) 0 0 no-repeat;
}

.smallchecks li {
	margin: 0 0 0 -16px;
	padding: 0 0 0 16px;
	list-style: none;
	background: url(img/bullet-checkmark-green-small.png) 0 0 no-repeat;
}

.largechecks li {
	margin: 0 0 0 -22px;
	padding: 0 0 0 22px;
	font-family: source-sans-pro, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	list-style: none;
	background: url(img/bullet-checkmark-green-large.png) 0 0 no-repeat;
}

.color {
	color: #ee0000;
}

.color_bullets {
	color: #333;
}

.media-list {
	margin-left: 0px;
}

.media-list li {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.byline {
	font-size: 14px;
}

.byline .author {
	font-weight: 700;
}

/*
____________________________________________________________________________
END TYPOGRAPHY ***/

/*
____________________________________________________________________________
Vertical Align Center */

.vertical-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.vertical-center {
	display: table-cell;
	vertical-align: middle;
}

.vertical-bottom {
	display: table-cell;
	vertical-align: bottom;
}

/*
____________________________________________________________________________
Preheader */

.preheader {
	position: relative;
	width: 100%;
	padding: 10px 0;
	background: rgb(247,147,30);
}

.preheader h3, .preheader h4, .preheader h5 {
	margin: 0;
	color: #fff;
}

.preheader a {
	color: #fff;
}

.preheader form {
	margin: 0;
}

.login {
	text-align: right;
}

.login .form-control {
	width: 150px;
}

/*
____________________________________________________________________________
Main Header */

.navbar-brand {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*
____________________________________________________________________________
Navigation */

/* top nav */
.navbar {
	margin-bottom: 0;
}

.navbar [class*="col-"] {
	height: 110px;
}

.navbar-collapse {
	padding: 0;
}

.navbar-default {
	background: rgba(255,255,255,1);
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
	border-radius: 0;
	border-width: 0;
}

.nav.navbar-nav a {
	font-family: 'VAG Rounded W02 Bold', sans-serif;
	padding: 3px 0;
	margin: 0 8px;
	border-bottom: 3px solid rgba(0,42,100,0);
}

.nav.navbar-nav a:hover, .nav.navbar-nav .current-menu-item a {
	color: rgb(0,42,100) !important;
	border-bottom: 3px solid rgba(0,42,100,1);
}

/* side nav */
.side-nav {
	margin-bottom: 0;
	margin-left: 0;
}

.nav.side-nav a {
	font-family: 'VAG Rounded W02 Bold', sans-serif;
	padding: 3px 0 3px 12px;
	color: #777;
	border-bottom: 2px solid #eee;
}

.nav.side-nav .nav a {
	font-family: 'VAG Rounded W02 Thin', sans-serif;
	font-size: 16px;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #eee;
}

.nav.side-nav a:hover, .nav.side-nav .current-menu-item>a {
	color: rgb(0,42,100) !important;
	background: #fff;
}

.nav.side-nav a:hover:before, .nav.side-nav .current-menu-item>a:before {
	float: left;
	margin: 0 0 0 -12px;
	font-family: FontAwesome;
	font-size: 18px;
	color: rgb(0,42,100);
	content: "\f0da";
}

.nav.side-nav .nav a:hover:before, .nav.side-nav .nav .current-menu-item>a:before {
	font-size: 16px;
}

/* store nav */
.store-nav {
	margin-bottom: 20px;
	margin-left: 0;
}

.nav.store-nav a {
	font-family: 'VAG Rounded W02 Bold', sans-serif;
	padding: 3px 0 3px 12px;
	color: #777;
}

.nav.store-nav .nav a {
	font-family: 'VAG Rounded W02 Thin', sans-serif;
	font-size: 16px;
	padding: 3px 0 3px 12px;

}

.nav.store-nav a:hover, .nav.store-nav a {
	color: rgb(0,42,100) !important;
	background: #fff;
}

.nav.store-nav a:hover:before, .nav.store-nav .current-menu-item>a:before {
	float: left;
	margin: 0 0 0 -12px;
	font-family: FontAwesome;
	font-size: 18px;
	color: rgb(0,42,100);
	content: "\f0da";
}

.nav.store-nav .nav a:hover:before, .nav.store-nav .nav .current-menu-item>a:before {
	font-size: 16px;
}

/* tabs */

ul.nav.nav-tabs {
	margin: 0 0 20px 0;
}

/*
____________________________________________________________________________
Feature */

.img-header {
margin-bottom: 20px;
}

.content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.jumbotron {
	position: relative;
	height: 500px;
	padding: 0;
	margin: 0 0 20px 0;
	background: url(img/featured-home.jpg) no-repeat center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.jumbotron h1, .jumbotron h3 {
	color: #fff;
	text-shadow: 1px 1px 2px rgb(0,0,0);
}

.jumbotron h1 {
	font-size: 48px;
	margin-bottom: 20px;
}

.jumbotron h3 {
	margin-bottom: 20px;
}

.jumbotron .caption {
	width: 100%;
	padding: 20px 0 0;
	position: absolute;
	bottom: 0;
	background: rgba(6,35,77,.75);
}

.full-width {
	width: 100%;
	padding: 30px 0 0;
}

.masthead {
	margin-bottom: 20px;
}

.feature {
	margin-bottom: 20px;
}

.highlights {
	padding-top: 20px;
	padding-bottom: 20px;
}

.call-to-action {
	margin-bottom: 40px;
}

.australia {
	padding: 20px 0 10px;
	margin-bottom: 40px;
}

.australia hr {
	margin-bottom: 30px;
}

.australia .fa-heart {
	color: #d9534f;
}

.australia .fa-group {
	color: #47a447;
}

.australia .fa-microphone {
	color: #428bca;
}

.australia a:hover {
	text-decoration: none;
}

.australia h4 {
	color: #666;
}

.australia .fa {
	margin-bottom: 30px;
}

.australia h4:hover {
	text-decoration: underline;
}

.video-wrapper, .map-wrapper {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe, .map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.issuuembed {
	margin-bottom: 40px;
}

/*
____________________________________________________________________________
Text Widget Code */

.col-sm-3 .widgettitle {
	color: #428bca;
}

.col-sm-3 li {
	list-style: none;
}

.widget_recent_entries {
	list-style: none;
}

.widget_recent_comments {
	list-style: none;
}

.widget_recent_entries li {
	list-style: none;
}

.widget_recent_comments li {
	list-style: none;
}

/*
____________________________________________________________________________
Event Calendar Custom ***/

#tribe-events-header > div.tribe-events-event-meta {
	float: none;
	clear: both;
	border: 0;
	margin: 5px 0 15px 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	overflow: visible;
}

div.duration {
	float: none;
	clear: both;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	overflow: visible;
}

.tribe-events-page-title {
	text-align: left !important;
}

/* widget general */

.tribe-mini-calendar-event .list-date {
	display: none !important;
}

.tribe-mini-calendar-event .list-info {
	margin: 3px 0 !important;
}

.tribe-mini-calendar-event .duration {
	display: block;
	padding: 3px 0 5px;
	font-family: 'VAG Rounded W02 Thin', sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #777;
}

/* widget training nav */

.tribe-mini-calendar-event {
	width: auto !important;
	margin: 0 0 0 60px !important;
	padding: 0 !important;
	border-bottom: 1px solid #eee !important;
}

h2.entry-title.summary {
	margin-bottom: 0;
}

.tribe-mini-calendar-event h2.entry-title.summary a {
	display: block;
	font-family: 'VAG Rounded W02 Thin', sans-serif;
	font-size: 16px;
	padding: 5px 0 5px 0;
	color: #777;
}

.tribe-mini-calendar-event h2.entry-title.summary a small {
	font-family: 'VAG Rounded W02 Thin', sans-serif;
	font-size: 12px;
	color: #777;
}

.tribe-mini-calendar-event h2.entry-title.summary a:hover,
.tribe-mini-calendar-event h2.entry-title.summary .current-menu-item>a {
	color: rgb(0,42,100) !important;
	background: #fff;
	text-decoration: none;
}

.tribe-mini-calendar-event h2.entry-title.summary a:hover:before,
.tribe-mini-calendar-event h2.entry-title.summary .current-menu-item>a:before {
	float: left;
	margin: 0 0 0 -12px;
	font-family: FontAwesome;
	font-size: 16px;
	color: rgb(0,42,100);
	content: "\f0da";
}

.tribe-events-widget-link {
	margin-left: 60px;
}

/* widget home page */

.home .tribe-events-first .list-info {
	margin-top: 0 !important;
}

.home .tribe-events-last {
	margin-bottom: 5px !important;
}

.home .tribe-mini-calendar-event {
	margin: 0 !important;
}

.home .tribe-mini-calendar-event h2.entry-title.summary a {
	display: block;
	font-family: 'VAG Rounded W02 Thin', sans-serif;
	font-size: 18px;
	padding: 5px 0 5px 0;
	color: #777;
}

.home .tribe-mini-calendar-event h2.entry-title.summary a small {
	margin: 3px 0;
	display: block;
	font-family: 'VAG Rounded W02 Thin', sans-serif;
	font-size: 14px;
	color: #777;
}

.home .tribe-mini-calendar-event h2.entry-title.summary a:hover {
	color: rgb(0,42,100) !important;
	background: #fff;
	text-decoration: underline;
}

.home .tribe-mini-calendar-event h2.entry-title.summary a:hover:before,
.home .tribe-mini-calendar-event h2.entry-title.summary .current-menu-item>a:before {
	display: none;
}

/* widget home learn more button */

.home .tribe-events-widget-link {
	margin: 0;
}

.home .tribe-events-widget-link a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-user-select: none;
	color: #FFF;
	background-color: #428BCA;
	border-color: #357EBD;
	font-family: 'VAG Rounded W02 Bold',sans-serif;
}

.home .tribe-events-widget-link a:after {
	content: "»";
	padding-left: 3px;
}

.home .tribe-events-widget-link a:focus {
	text-decoration: none;
}

.home .tribe-events-widget-link a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #3276B1;
	border-color: #285E8E;
}


.tickets_price, .tickets_price .amount {
	font-family: 'VAG Rounded W02 Bold', sans-serif !important;
	font-weight: normal !important;
	font-style: normal !important;
	color: #666 !important;
}

.tickets_description {
	font-size: 66.66666666666667% !important;
}

.tribe-events-cal-links {
	margin-bottom: 20px;
}

/*
____________________________________________________________________________
Top Nav User Login and Dropdown */

.user-login-topnav {
	color: #fff;
}

.dropdown-menu {
	text-align:center; left: 320px;
	z-index: 10000;
}

.dropdown-menu li a:hover {
	background-color: #f7931e;
	color: #fff;
}

/*
____________________________________________________________________________
Main menu sub-menu items */

ul#menu ul.sub-menu li {
	list-style-type: none;
}

ul#menu li ul.sub-menu li a {
	text-decoration: none;
	color: #777;
}

/* make the parent of sub-menu relative */
ul#menu li {
	position: relative;
}

/* sub menu */
ul#menu li ul.sub-menu {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 200px;
}

ul#menu li:hover ul.sub-menu {
	display: block;
}

/*
____________________________________________________________________________
Images */

.img-header {
	margin-bottom: 20px;
}

.img-wrapper-left {
	float: left;
	width: 33.333333%;
	margin: 0 20px 20px 0;
}

.img-wrapper-right {
	float: right;
	width: 33.333333%;
	margin: 0 0 20px 20px;
}

.img-responsive {
	margin-right: auto;
	margin-left: auto;
}

.img-thumbnail {
	border-radius: 10px;
}

.thumb, .thumb:hover {
	color: #999;
	text-decoration: none !important;
}

.image-caption {
	display: block;
	margin-top: 5px;
	font-size: 65%;
	text-align: center;
	color: #999;
	text-decoration: none !important;
}

.icon {
	margin-right: 10px;
}

/*
____________________________________________________________________________
Tables */

.table {
	border-bottom: 2px solid #ccc;
	margin-bottom: 40px;
	font-size: 18px;
}

.table>thead>tr>th {
	font-family: 'VAG Rounded W02 Bold', sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #666;
}

.table h2, table h3 {
	margin-bottom: 0;
}

.sot>thead>tr>th {
	font-family: 'VAG Rounded W02 Bold', sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: rgb(247,147,30);
	text-align: center;
}

.sot>tbody>tr>td {
	vertical-align: middle;
}

.sot .subheader td {
	font-family: 'VAG Rounded W02 Bold', sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #666;
}

.sot .level {
	width: 10%;
}

.sot .target, .sot .camera, .sot .goal {
	width: 30%;
}

.sot .target-two {
	width: 60%;
}

.sot .target-three {
	width: 90%;
}

.as .level {
	width: 10%;
}

.as .say, .as .nonsense, .as .camera, .question {
	width: 30%;
}

.analytic, .synthetic {
	width: 35%;
}

.resources-title {
	width: 35%;
}

.resources-description {
	width: 55%;
}

.resources-image {
	width: 10%;
}

.ptp {
	font-size: 21px;
}

.ptp>tbody>tr>td{
	vertical-align: middle;
}

.ptp>thead>tr>th {
	font-family: 'VAG Rounded W02 Bold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #666;
}

.ptp .title {
	font-family: 'VAG Rounded W02 Bold', sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #666;
}

.ptp a:before {
	margin-right: 8px;
	content: "\f152";
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #ccc;
	display:inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.ptp a:hover:before {
	text-decoration: none;
}

.ptp .img-responsive {
	display: inline-block;
	max-width: 40%;
	height: auto;
	margin: 0;
}

.ptp .phoneme, .ptp .blend, .ptp .word {
	width: 20%;
}

/*
____________________________________________________________________________
Footer */

footer {
	width: 100%;
}

/*
____________________________________________________________________________
Prefooter */

.prefooter {
	padding: 40px 0;
	background: rgb(247,147,30);
}

.prefooter h3, .prefooter a {
	color: #fff;
}

.prefooter a:hover .fa {
	text-decoration: none
}

/*
____________________________________________________________________________
Main Footer */

.footer {
	padding: 40px 0;
	color: #fff;
	background: rgb(6,35,77);
}

/*
____________________________________________________________________________
Subfooter */

.subfooter {
	padding: 10px 0;
	color: #ccc;
	background: #000;
}

.copyright {
	text-align: left;
}

.terms {
	text-align: right;
}

.subfooter a {
	color: #ccc;
}

.subfooter a:hover {
	color: #fff;
}

/*
____________________________________________________________________________
END STRUCTURE ***/

/*
_____________________________________________________________________________
Buttons */

a.button, button.button, input.button, #review_form #submit {
	background: black;
}

.btn {
	font-family: 'VAG Rounded W02 Bold', sans-serif;
}

.fa-facebook-square:hover {
	color: rgb(59,89,152);
}

.fa-twitter-square:hover {
	color: rgb(0,172,237);
}

.fa-google-plus-square:hover {
	color: rgb(221,75,57);
}

.fa-youtube-square:hover {
	color: rgb(238,45,67);
}

.fa-pinterest-square:hover {
	color: rgb(203,32,39);
}

.fa-linkedin-square:hover {
	color: rgb(9,119,181);
}

.btn-read-more {
	border: 2px;
	background: none;
}

/*
____________________________________________________________________________
END FORMS ***/

/*
____________________________________________________________________________
MEDIA QUERIES ***/

/*
____________________________________________________________________________
Global Transitions */

.fa, .nav a {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

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

	.navbar [class*="col-"] {
		height: 98px;
	}

	.navbar-collapse {
		padding: 0;
	}

}

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

	.navbar [class*="col-"] {
		height: 80px;
	}

	.jumbotron {
		height: 400px;
	}

	.jumbotron .caption {
		padding: 10px 0 0;
	}

	.jumbotron h1 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.jumbotron h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}

	.newsletter {
		margin-bottom: 40px;
	}

	.australia .col-md-4[class*="col-"] {
		clear: both;
		margin-bottom: 20px;
	}

	.australia .col-md-4[class*="col-"]:last-child {
		clear: both;
		margin-bottom: 0;
	}

	.contact-info {
		display: none;
	}

	.login {
		text-align: center;
	}

	.navbar-collapse {
		padding: 0;
	}

}

/* styles for mobile */
@media screen and (max-width: 768px) {

	.navbar [class*="col-"] {
		height: auto;
	}

	.jumbotron {
		height: 300px;
	}

	.login .form-control {
		width: 100%;
	}

	.copyright,
	.terms {
		text-align: center;
	}

	.navbar-collapse {
		padding: 0 15px;
	}

}

/*
____________________________________________________________________________
END MEDIA QUERIES ***/

/*
____________________________________________________________________________
END CSS DOCUMENT ***/