/*
Theme Name: The Theme
Theme URI: https://accessknowledge.com.au/
Description: A Theme for Rob.
Version: 1.0.1
Author: Dave Spencer
Author URI: http://noosawebdesign.com.au
*/

html, body {
	height: 100%;
}  

body.theme {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

#wrap {
    height: auto !important;
    margin: 0 auto -374px;
    min-height: 100%;
    padding: 0 0 374px;
    transition: all 0.2s ease 0s;
}

.theme h1, 
.theme h2, 
.theme h3, 
.theme h4, 
.theme h5, 
.theme h6 {
	font-family: 'Cabin', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

.theme h1 .fa {
	color:#0c3b60;
	margin-right: 12px;
	width: 50px;
	text-align: center;
}

.theme h1 span {
	font-size: 24px;
}

.theme h4 {
	color:#0c3b60;
}


.theme a {
	color:#00b2e2;
	text-decoration: none;
}

.theme a:hover, 
.theme a:focus {
	color:#0c3b60;
	text-decoration: none;
}

.theme hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

div[contenteditable=""] {
   border:1px solid #e0e0e0;
   resize:none; 
   background-color: #f0f0f0;
}

.theme .flex-row {
	align-items: center;
    display: flex;
    margin-bottom: 4px;
}
.theme .row.block-row {
	display: block;
}

.theme .input-row {
    min-height: 34px;
}

.theme .bottom-row {
    position: absolute;
    bottom: 22px;
    width: 100%;
}

.box-container {
	padding: 30px;
}

.section-body {
	padding:8px 12px;
	border-radius: 4px;
	margin:8px auto;
}

.section-grey {
	background-color: #fafafa;
}

.theme .navbar {
	min-height: 164px;
	margin-bottom: 0;
}

.theme .pushy .active{
	background: #0c3b60;
}

.top-container {
	background-color:#0c3b60;
	padding: 6px 0;
}

.top-container .navbar-nav {
	list-style: none;
	padding-left:20px;
	margin:0;
}

.theme .navbar-default .top-container .navbar-nav { 
    margin-top: 2px;
}

.theme .navbar-default .top-container .navbar-nav > li > a {
    color:#ccc;
    text-transform: uppercase;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
}

.theme .navbar-default .top-container .navbar-nav > li > a:hover,
.theme .navbar-default .top-container .navbar-nav > li > a:focus {
	text-shadow: 0px 0px 22px rgb(255, 252, 255);
	color:#fff;
}

.theme .navbar-default .top-container .navbar-nav > .active > a,
.theme .navbar-default .top-container .navbar-nav > .active > a:hover,
.theme .navbar-default .top-container .navbar-nav > .active > a:focus { 
    background:none;
	box-shadow: none;
	background-color: transparent;
    color:#fff;
    text-shadow: none;
}

.nav-login {
    font-size: 20px;
}

.nav-login span{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-login a {
    color:#ccc;
}

.nav-login a:hover {
	color: #fff;
}

.theme .navbar-brand a {
	margin-top: 0px;
}

.theme .navbar-header{
    padding: 4px;
    position: absolute;
}

.theme .navbar-header a {
    padding: 0;
    color:#2d2d2d;
    transition: all 0.2s ease 0s;
    margin-right: 12px;
}

.theme .navbar-title  {
    position: absolute;
    top:0px;
    left:30px;
    width:300px;
    color:#0c3b60;
    text-align: right;
}

.theme .navbar-title h2 {
	margin-top: 14px;
    font-weight: 400;
}

.theme .navbar-title h2 span {
    font-weight: 700;
}

.theme .navbar-title h4 {
	margin-top: 48px;
    font-weight: 400;
    font-style: italic;
    
}

.theme .navbar-header a:hover,
.theme .navbar-header a:focus {
    color:#0c3b60;
}

.theme .navbar-default {
	background-color: rgba(255, 255, 255, 0.95);
	border: none;   
    background-image: none;
    transition: all 0.5s ease 0s;
}

.theme .front-page .navbar-default {
	border-color: #fff;
}

.theme .navbar-default .navbar-toggle {
    border-radius: 0;
    margin: 0;
    padding: 8px;
	position: absolute;
	top:14px;
	right:12px;
    color: #0c3b60;
    border:none;
    background-color:transparent;
}

.theme .navbar-default .navbar-toggle:hover,
.theme .navbar-default .navbar-toggle:focus {
	background-color:transparent;
	color: #2d2d2d;
}

.theme .navbar-default .navbar-nav { 
    margin-top: 46px;
}

.theme .navbar-default .navbar-nav > li > a {
    color:#0c3b60;
    text-transform: uppercase;
    padding: 14px 0px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 16px;
}

.theme .navbar-default .navbar-nav > li > a:hover,
.theme .navbar-default .navbar-nav > li > a:focus {
	text-shadow: 0px 0px 22px rgb(255, 252, 255);
	color:#00b2e2;
}

.theme .navbar-default .navbar-nav > .active > a,
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus { 
    background:none;
	box-shadow: none;
	background-color: transparent;
    color:#2d2d2d;
    text-shadow: none;
}

.theme .navbar-default .navbar-nav > .open > a, 
.theme .navbar-default .navbar-nav > .open > a:hover, 
.theme .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #0c3b60;
}

.theme .nav > li.dropdown {
    position: relative;
}

.theme .navbar-right .dropdown-menu {
    right: inherit;
}

.theme .dropdown-menu > .active > a, 
.theme .dropdown-menu > .active > a:focus, 
.theme .dropdown-menu > .active > a:hover {
    background-color: #0c3b60;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.theme .reset {
	height:100px;
}

.slide {
	width:100%;
	height: 480px;
	cursor: pointer;
	position:relative;
	background-repeat:no-repeat;
	background-position: top center;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;
}

.sliders {
	height: 480px;
	width:100%;
	transition: all 0.2s ease 0s;
}

.slide-nav-container {
    position: absolute;
    z-index: 99;
}

.slide-nav-container a,
.slide-nav-container a:focus {
	color:#00b2e2;
	font-size: 20px;
	padding: 10px 20px
}

.slide-nav-container a:hover {
	color:#fff;
}

.slide-nav-left  {
	bottom: 5%;
	left:2%;
}

.slide-nav-right  {
	bottom: 5%;
	right:2%;
}

.home-underlay-left {
	position: absolute;
	width:50%;
	height: 480px;
	background-image: linear-gradient(to right, rgba(33, 33, 33, 1), rgba(33, 33, 33, 0));
}
.home-underlay-right {
	position: absolute;
	width:50%;
	height: 480px;
	background-image: linear-gradient(to left, rgba(33, 33, 33, 1), rgba(33, 33, 33, 0));
	right:0;
}

.home-tag {
	color:#fff;	
	width:100%;
    padding: 0;
    position: absolute;
}

.home-tag .home-title p {
	margin:0;
	line-height: 1;
}

.home-tag-md {
	top: 10%;
	max-width: 36%;
}

.home-tag-md .home-title {
	font-size:36px;
}

.home-tag-md .home-text {
	font-size: 18px;
	margin-top:20px;
}

.home-tag-sm {
	top: 10%;
	max-width: 50%;
}

.home-tag-sm .home-title {
	font-size:26px;
}

.home-tag-sm .home-text {
	font-size:16px;
	margin-top:10px;
}

.home-tag-xs {
	top: 10%;
	max-width: 50%;
}

.home-tag-xs .home-title {
	font-size:26px;
}

.home-tag-xs .home-text {
	font-size:14px;
	margin-top:10px;
}

.content-section h2 {
	margin-top: 0;
}

.masonry {
    margin: 0 auto;
}

.item {
    padding: 0 16px 18px;
    position: relative;
    text-align: center;
    width: 264px;
}

.faq-answer {
	display:none;
}

.event {
	padding:20px 0;
	position: relative;
	min-height: 156px;
}

.theme  .attention {
	background-color: #FCF8E3;
    border-color: #FF0000;
}

.event-image {
	display: block;
    margin: -16px auto 0 auto;
    min-height: 240px;
    width: 100%; 
    background-size: contain;
	background-position: center center bottom;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.event-image:hover {
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}

.event-details h3 {
	margin-top: 0;
	margin-bottom: 6px;
} 

.event-buttons {
	display: inline-flex;
}

.event ul {
	padding-left: 16px;
}	

.header-image {
	padding: 20px 0;
}

.page-container h5 {
	color:#0c3b60;
}

.center-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.responsive-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid #eee;
}

.theme .toggle-target {
	display: none;
}

.page-container {
    padding-top:170px;
    padding-bottom: 28px;
}

.section-container {
	padding-bottom:28px;
}

.page-container .form-control {
	color:#555;
	padding:8px;
	font-size: 13px;
	height: inherit;
	margin-bottom: 6px
}

.course-container h3 {
	color:#0c3b60;
	margin-top: 10px;
	margin-bottom: 4px;
}
.course-container 9 {
	margin-bottom: 20px;
}

.course-container .course-post {
	border-left:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	position: relative;
}

.course-container .course-post .course-tag {
	padding:6px 20px;
	background-color: #0c3b60;
	color:#fff;
	font-weight: bold;
	position: absolute;
	top:5px;
	left:5px;
}

.course-container .course-post .course-body {
	padding:12px 12px 20px 12px;
}

.course-container .course-post .course-body h4 {
	text-transform: none;
	min-height: 50px;
	margin-top: 0;
}

.course-container .course-post .course-body p {
	color: #0c3b60;
	margin-bottom: 6px;
}

.course-container .course-apply a {
	display:block;
	padding:6px;
	background-color: #0c3b60;
	width:100%;
	text-align: center;
	color:#fff;
	font-weight: bold;
}

.course-container .course-apply a:hover {
	background-color: #7e693e;
}

.course-container {
	padding-top: 10px;
	padding-bottom: 48px;
}

.course-container {
	background-color: #f7f7f7;
}

.footer-container {
	background-color: #333;
	color:#ccc;
	padding-bottom: 20px;
	font-size: 14px;
}

.footer-container .container {
	border-bottom: 1px solid #444;
}

.footer-container h3 {
	font-size: 16px;
	margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.footer-container .fa-ul {
	margin-left:22px;
}

.footer-container .fa-li {
    top: 6px;
}

.footer-container a,
.copy-container a {
    color:#ddd;
}

.footer-container a:hover,
.copy-container a:hover,
.footer-container a:focus,
.copy-container a:focus {
	color:#fff;
	text-decoration: none;
}

.footer-container .menu-item {
	padding:2px 0;
	font-size: 14px;
}

.footer-container .featured {
	list-style-type: none;
    padding-left: 0;
}

.footer-container .featured > li > a:before {
	content: "\f07a";
	font-family: FontAwesome;
	padding-right: 7px;
}

.credit-container {
	background-color: #333;
	color:#ddd;
	padding-top:20px;
	font-size: 14px;
}

.credit-container .container {
	border-bottom: 1px solid #444;
}

.credit-container p {
	margin-bottom: 14px;
}

.credit-container .navbar-nav {
	list-style: none;
	padding-left:20px;
}

.credit-container .grey {
	border-right: 1px solid #777;
	padding-right: 10px;
	margin-right: 10px;
}

.credit-container .navbar-nav > li {
	border-right: 1px solid #777;
}

.credit-container .navbar-nav > li:last-child {
	border-right: none;
}

.credit-container .navbar-nav > li > a {
	padding:0 10px;
	color:#fff;
}

.credit-container .navbar-nav > li > a:last-child {
	border-right: none;
}

.credit-container .navbar-nav > li > a:hover,
.credit-container .navbar-nav > li > a:focus {
	color:#ccc;
}

.credit-container a {
	color:#fff;
	text-decoration: none;
}

.credit-container a:hover,
.credit-container a:focus {
	color:#ccc;
}

.copy-container {
	background-color: #333;
	color:#ccc;
	font-size: 12px;
	padding-bottom: 20px;
}

/* icons */

.fa {
	cursor: pointer;
}

.fa-sort-desc, .fa-sort-asc {
	font-size:11px;
	color:#999;
	position: absolute;
	right:2px;
}

.fa-sort-desc {
	top:6px;
}

.fa-sort-asc {
	top:10px;
}

.fa-left {
	margin-left: 10px;
}

.fa-right {
	margin-right: 8px;
	width:16px;
	text-align: center;
}

.fa-dropdown {
	position: relative;
	padding:4px 0;
}

/* Table Styles */

.theme table {
	width: 100%;
}

.theme td {
	background-color: #fff;
	padding:6px;
	vertical-align: top;
}

.theme td table td {
	padding:2px 0;
}

.theme .table-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.theme .table-container th {
    font-size: 16px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 0px 6px 6px;
    line-height: 32px;
}

.theme .table-container tr:nth-child(odd) { 
	background-color:#f7f7f7; 
}

.theme .table-container tr:nth-child(even) { 
	background-color:#fbfbfb; 
}

.theme .table-container td {
    border: 1px solid #e0e0e0;
    padding: 6px;
    vertical-align: top;
}
.table-container .column-sort {
	cursor: pointer;
	color: #2a3890;
	font-size: 16px;
}

.fixed-column-1 {
	width:30px;
	text-align: center;
}

.fixed-column-2 {
	width:150px;
}


/* Mailchimp */

.footer-container #mc_embed_signup .mc-field-group {
    width: 100%;
}

.footer-container #mc_embed_signup .mc-field-group label {
    font-weight: normal;
}


/* Yamm!3 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

.yamm .yamm-content {
  padding: 20px 30px;
  min-width:360px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.yamm .media-body {
    width: auto;
}

/* Utilties */

.theme .text-theme {
    color: #0c3b60;
}

.theme .btn-theme {
    background-color: #0c3b60;
    border-color: #0c3b60;
    color: #fff;
}

.theme .btn-theme:hover,
.theme .btn-theme:focus {
	color:#fff;
	background-color: #00b2e2;
	border-color: #0194bb;
}

.loading {
	text-align: center;
	position: absolute;
	width:100%;
	display:none;
	z-index: 1040;
	top:0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.loading > div {
	background-color:rgba(255, 255, 255, 0.9);
	padding:40px;
}

.loading span {
	border-radius: 4px;
	color:#fff;
	padding:16px 48px;
	box-shadow: 3px 3px 4px 0px rgba(128, 128, 128, 0.75);
}

.process {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.success {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.highlight {
	outline: 1px solid #ffcc00;
	background-color: #fef9e3 !important;
}

.relative {
	position: relative;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignright {
    margin-left:10px;
}

img.alignleft {
    margin-right:20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ellipsis {
	overflow-x: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}

/* Nibbsy Stuff */

input.alert,
select.alert { 
	/*border:1px solid #ff0000;*/
	outline: 1px solid #ffcc00;
}

.rtodata-course-registration table {
	margin-bottom:  12px;
}

.rtodata-course-registration tbody {
	
}

.rtodata-course-registration tbody > tr th {
    padding-top: 10px;
    padding-bottom: 4px;
    border-bottom:  1px solid #0c3b60;
}

.rtodata-course-registration tbody tr:nth-child(2) td {
    padding-top: 10px;
}

.rtodata-course-registration tbody tr:last-child td {
}

.rtodata-course-registration td, 
.rtodata-course-registration th {
    padding: 2px 4px 2px;
}

.rtodata-course-registration .course-section td {
    padding: 8px 4px 2px;
}

.rtodata-course-registration th {
    font-size: 18px;
}

.rtodata-course-registration [type="text"],
.rtodata-course-registration [type="email"],
.rtodata-course-registration select,
.rtodata-course-registration textarea {
    color: #555;
    font-size: 13px;
    height: inherit;
    margin-bottom: 3px;
    padding: 6px 8px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.rtodata-course-detail ul,
.rtodata-course-registration ul {
	padding-left: 0px;
	list-style: none;
}

.rtodata-course-registration .registration-submit,
.rtodata-login-form .rtodata-login-submit,
.rtodata-registration-form .rtodata-registration-submit,
.rtodata-selection-form .rtodata-registration-submit {
    background-color: #0c3b60;
    color: #fff;
    font-size: 14px;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.rtodata-course-registration .registration-submit:hover,
.rtodata-course-registration .registration-submit:focus,
.rtodata-login-form .rtodata-login-submit:hover,
.rtodata-login-form .rtodata-login-submit:focus,
.rtodata-registration-form .rtodata-registration-submit:hover,
.rtodata-registration-form .rtodata-registration-submit:focus,
.rtodata-selection-form .rtodata-registration-submit:hover,
.rtodata-selection-form .rtodata-registration-submit:focus {
	color:#fff;
	background-color: #777;
	border-color: #777;
}

.rtodata-course-registration .registration-response,
.rtodata-registration-form .registration-response,
.rtodata-login-form .rtodata-login-response,
.rtodata-selection-form .rtodata-selection-response {
	text-align: center;
}

.rtodata-webinar-view {
	text-align: center;
}

.rtodata-registration-response {
	margin-top: 20px;
}

@media (max-width: 500px) {
	.home-text {
		display:none;
	}
	.home-tag-xs {
	  max-width: 50%;
	}
}