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

#estimatedcosts .modal-body iframe {
    width:100%!important;
    height: 520px!important;
}
#estimatedcosts .modal-body {
    height:580px;
}

.update-target {
	line-height: 2.4;
}

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 -45px;
    min-height: 100%;
    padding: 0 0 45px;
    transition: all 0.2s ease 0s;
}

.theme h1, 
.theme h2, 
.theme h3, 
.theme h4, 
.theme h5, 
.theme h6 {
    font-weight: 600;
}

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

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

.theme h4 {
	color:#9a0000;
}

.industry hr {
    margin-bottom: 2px;
    margin-top: 12px;
}

.theme a {
	color:#9a0000;
	text-decoration: none;
}

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

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

.quantity {
   border:1px solid #e0e0e0;
   background-color: #f0f0f0;
   width:100%;
   padding-right: 4px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.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-body h4{
	margin-top: 2px;
}

.section-grey {
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
}

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

.theme .pushy .active{
	background: #9a0000;
}

.nav-login {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 20px;
}

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

.nav-login a,
.countdown {
    color:#9a0000;
}

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

.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:100px;
}

.theme .navbar-title h1 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 16px;
    letter-spacing: 2px;
}

.theme .navbar-title h2 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 23px;
    
}

.theme .navbar-title h3 {
    margin-top: 0;
    letter-spacing: -0.7px;
}

.theme .navbar-title h4 {
    margin-top: 2px;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.theme .navbar-header a:hover,
.theme .navbar-header a:focus {
    color:#9a0000;
}

.theme .navbar-default {
	background-color: rgba(255, 255, 255, 0.95);
	border-color: #9a0000;   
    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:32px;
	right:0px;
    color: #9a0000;
    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:#9a0000;
    text-transform: uppercase;
    padding: 14px 0px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
}

.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:#777;
}

.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: #9a0000;
}

.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: #9a0000;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.theme .reset {
	height:100px;
}

.slide {
	width:100%;
	height: 640px;
	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: 640px;
	width:100%;
	transition: all 0.2s ease 0s;
}

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

.slide-nav-container a {
	color:#ccc;
	font-size: 20px;
	padding: 10px 20px
}

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

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

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

.home-underlay-left {
	position: absolute;
	width:50%;
	height: 640px;
	background-image: linear-gradient(to right, rgba(33, 33, 33, 1), rgba(33, 33, 33, 0));
}
.home-underlay-right {
	position: absolute;
	width:50%;
	height: 640px;
	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: 6%;
	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;
}

.grid {
    margin: 20px auto;
}

.grid-item {
    padding: 0 16px;
    position: relative;
    width: 238px;
    margin-bottom: 16px;
    text-align: center;
}

.messages h4 {
	margin-top: 0;
}

.messages p {
	margin-bottom: 2px;
}
.messages p:last-child {
    font-weight: bold;
    font-size: 16px; 
}

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

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

.theme  .attention {
	background-color: rgba(154, 0, 0, 0.05);
    outline: 1px solid #9a0000;
}

.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:#9a0000;
}

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

.responsive {
	padding:20px 32px;
}

.transact-logo {
	padding-top: 20px;
}

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

.page-container {
	padding-top:100px;
}

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

.page-container #mc_embed_signup .mc-field-group label {
	margin-bottom: 0px;
}

.page-container #mc_embed_signup .mc-field-group input {
	color:#555;
	padding:8px;
	font-size: 13px;
	height: inherit;
	margin-bottom: 6px;
	text-indent: 0;
}

.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 {
    color:#ddd;
}

.footer-container a:hover,
.footer-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 .navbar-nav {
	list-style: none;
	padding-left:20px;
}

.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 a {
	color:#fff;
	text-decoration: none;
}

.credit-container a:hover, 
.credit-container a:focus {
	color:#9a0000;
	text-decoration: none;
}
.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 */

body .rtodata-column-sort {
	float:right;
	margin-right:4px;
	cursor: pointer;
}

.theme table,
.newbery table,
.rtodata-webinar-login table {
	width:100%;
}

.newbery th {
	background-color: #eee;
	border:1px solid #e0e0e0;
	padding:6px;
}

.newbery .table-sub-header td {
	background-color: #fafafa;
	border:1px solid #e0e0e0;
	border-top: none;
	padding:6px;
}

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

.newbery td:first-child {
	min-width: 180px;
}

th .nav > li > a {
    padding: 4px 0px;
    display: inline-block;
}

td .nav > li > a {
    padding: 0px;
}

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

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

.abn-results {
	display:none;
	list-style: outside none none;
	padding: 0 40px 0 0;
	position: absolute;
	left: 15px;
    top: 35px;
}

.abn-results > li {
	padding: 6px;
	cursor: pointer;
}

.abn-results > li:hover {
	background-color: #f7f7f7;
}


/* 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;
  max-height: calc(100vh - 108px);
  overflow-y: scroll;
}

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

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

/* Utilties */

.theme .text-newbery {
    color: #9a0000;
}

.theme .btn-newbery {
    background-color: #9a0000;
    border-color: #9a0000;
    color: #fff;
}

.theme .btn-newbery:hover,
.theme .btn-newbery:focus {
	color:#fff;
	background-color: #777;
	border-color: #777;
}

.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;
}

.revolver {
	cursor:pointer; 
}

/* Nibbsy Stuff */

select option {
	padding-left: 0;
}

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

.rtodata-course-list tbody > tr th,
.rtodata-service-list tbody > tr th,
.rtodata-course-calendar tbody > tr th,
.rtodata-service-calendar tbody > tr th {
    padding-top: 10px;
    padding-bottom: 4px;
    color: #9a0000;
    font-size: 16px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 6px 6px 6px;
    line-height: 32px;
}

.rtodata-course-list tbody > tr td,
.rtodata-service-list tbody > tr td,
.rtodata-course-calendar tbody > tr td,
.rtodata-service-calendar tbody > tr td {
	border: 1px solid #e0e0e0;
    padding: 6px;
    vertical-align: top;
}

.rtodata-course-list .rtodata-plan p,
.rtodata-service-list .rtodata-schedule p {
	padding-top: 12px;
}

.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 #9a0000;
}

.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;
    vertical-align: top;
}

.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,
.theme .rtodata-course-apply {
    background-color: #9a0000;
    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,
.theme .rtodata-course-apply:hover,
.theme .rtodata-course-apply:focus {
	color:#fff;
	background-color: #777;
	border-color: #777;
}

.theme .rtodata-course-apply {
	float:right;

.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%;
	}
}