/*
 * The CSS for harness.org.au.
 *
 * This file is created by RISE.
 *
 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.dropdown-menu.columns-2 { min-width:auto !important; }
	.dropdown-menu.columns-2 .col-sm-6 { width: 100% !important; }
	.dropdown-menu.columns-2.rtCol { float:none !important; }
}

body {
	font-family: "Karla", san-serif;
	background:#f7f7f7;
}

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.touch {
	-webkit-overflow-scrolling: touch;
}

a {
	color:#003c7a;
}

a:visited {
	color:#e37000;
}

.breadcrumb a:visited {
	color:#003c7a;
}

#fields a:visited {
	color:#003c7a;
}

#results a:visited {
	color:#003c7a;
}

.clearContent {
    clear: both;
}

.content {min-height:1200px;}

img {}

hr {
	margin-top:10px;
	margin-bottom:10px;
}

.mobile-flip {
	display:none;
}

.well {
	box-shadow:0 3px 6px rgba(0, 0, 0, 0.05);
}

.form-inline .control-label, .form-inline .form-group {
	margin-right:20px;
}

#crumblist li {
   pointer-events: none;
   cursor: default;
}

/* --- Buttons --- */

.ui-widget {

}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "Karla", san-serif !important;
}

.randomButton {
    display: block;
    float: right;
}

a.btn:visited {
    color: inherit;
}

/* --- END Buttons --- */

.maintain {
    width: 100%;
    text-align: center;
    min-height: 30px;
    margin-bottom: 5px;
    background: #168e04;
    color: #fff;
    display: block;
    position: relative;
    line-height: 2;
}

/* --- Special Font Types --- */

.h1, h1 {
	font-size:30px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 30px;
    margin-top: 10px;
}

.h5, h5 {
    font-size: 15px;
    font-weight: 700;
}

.color-h4 {
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size:16px;
	box-shadow:0 3px 6px #6d6d6d;
}

.color-h4 {
	background: #003c7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #0079c4 0%, #003c7a 70%, #0c3978 100%) repeat scroll 0 0); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0079c4 0%, #003c7a 70%, #0c3978 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0079c4 0%, #003c7a 70%, #0c3978 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c4', endColorstr='#0c3978',GradientType=0 ); /* IE6-9 */
}

.color-h4-green {
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size:16px;
	box-shadow:0 3px 6px #6d6d6d;
}

.color-h4-green {
	background: #007731; /* Old browsers */
	background: -moz-linear-gradient(top,  #00c13a 0%, #007731 70%, #0b772f 100%) repeat scroll 0 0); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00c13a 0%, #007731 70%, #0b772f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #00c13a 0%, #007731 70%, #0b772f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c13a', endColorstr='#0b772f',GradientType=0 ); /* IE6-9 */
}

.color-h4-red {
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size:16px;
	box-shadow:0 3px 6px #6d6d6d;
}

.color-h4-red {
	background: #750017; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf002f 0%, #750017 70%, #750b20 100%) repeat scroll 0 0); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bf002f 0%, #750017 70%, #750b20 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bf002f 0%, #750017 70%, #750b20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf002f', endColorstr='#750b20',GradientType=0 ); /* IE6-9 */
}

.color-h4-yellow {
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size:16px;
	box-shadow:0 3px 6px #6d6d6d;
}

.color-h4-yellow {
	background: #753c00; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf6c00 0%, #753c00 70%, #75420b 100%) repeat scroll 0 0); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bf6c00 0%, #753c00 70%, #75420b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bf6c00 0%, #753c00 70%, #75420b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf6c00', endColorstr='#75420b',GradientType=0 ); /* IE6-9 */
}

.color-h4-teal {
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size:16px;
	box-shadow:0 3px 6px #6d6d6d;
}

.color-h4-teal {
	background: #006d77; /* Old browsers */
	background: -moz-linear-gradient(top,  #00a7c1 0%, #006d77 70%, #0b6077 100%) repeat scroll 0 0); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00a7c1 0%, #006d77 70%, #0b6077 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #00a7c1 0%, #006d77 70%, #0b6077 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c13a', endColorstr='#0b772f',GradientType=0 ); /* IE6-9 */
}

/*.threed-block {
	background:#f2f2f2;
	padding:6px;
	box-shadow:0 3px 6px #ccc;
}

.threed-block .color-h4, .threed-block .color-h4-red, .threed-block .color-h4-green, .threed-block .color-h4-yellow {
	margin-top:0;
}

.col-md-4.threed-block {
	background:#f2f2f2;
	padding:6px;
	box-shadow:0 3px 6px #ccc;
	margin-left:15px !important;
	margin-right:0 !important;
	width:31.4% !important;
}*/

.list-alt {
	padding:1px;
	background:none;
	line-height:1;
	color:#999;
}


/* --- END Special Font Types --- */

.container {
	padding-left:0;
	padding-right:0;
	width:1200px;
}

.row .col-md-4 > div {
    margin-left: 10px;
    /*max-height: 275px;*/
    overflow: auto;
	height:300px;
}

.col-md-7-63 {
    width: 66.3333%;
	float:left;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-md-5-37 {
    width: 33.6667%;
	float:left;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

/* --- Header --- */

.nexttogo-wrapper {
	background:#303030;
	min-height:35px;
}

.next-race {
	color: #fff;
    display: table;
    font-size: 11px;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
	font-weight:700;
}

.next-race li {
	display:table-cell;
	vertical-align:middle;
}

.next-race li span a {
	color:#fff;
}

/* --- Next Race Dropdown Menu --- */

.next-race-nav {
	display: inline-block;
	background: url("../png/menu-white.png") no-repeat scroll left center;
	vertical-align:text-top;
	height:16px;
}

.next-race-nav > li > a:focus, .next-race-nav > li > a:hover {
    background:none;
    text-decoration: none;
}

.next-race-nav .open > a, .next-race-nav .open > a:focus, .next-race-nav .open > a:hover {
	background:none;
}

.next-race-nav li {
	text-align:left;
	display:block;
}

.next-race-nav > li > a {
	padding: 8px 15px;
}

.next-race-nav .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 11px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 50px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
	left:-1px;
    z-index: 1000;
}

.next-race-nav .dropdown-menu li a {
    font-weight: 300;
    padding: 3px 10px;
}

/* --- END Next Race Dropdown Menu --- */

#header-banner {
	float:right;
	margin-top:1.65%;
	width:728px;
}

#side-banner {
	float:right;
	margin-top:20px;
}

#side-banner div {
	margin-bottom:20px;
}

.navbar-header {
	width:100%;
}

.navbar-brand {
	height:auto;
	padding:10px;
}

.navbar-brand-new {
	height:auto;
	padding:10px;
	width: 60% !important;
	margin-left: 3rem;
	margin-top: 1rem;
}

.mobile-menu {
	display:none;
}

.navbar {
	margin-bottom:10px;
}

.navbar-nav {
	width:100%;
	display:table;
	background:#ccc;
	box-shadow:0 3px 6px #6d6d6d;
}

.navbar-nav li {
	text-align:center;
}

.navbar-nav > li > a {
	padding-top:5px;
	padding-bottom:5px;
}

.nav > li {
	float:none;
	display:table-cell;
}

.navbar-inverse {
	background:none;
	border: medium none;
    box-shadow: none;
}

.navbar-inverse .navbar-nav > .active > a {
	background-color: #112844;
}

.navbar-inverse .navbar-nav > li > a {
	color:#112844;
	text-shadow:none;
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
	color:#49688E;
	background:#eeeeee;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color:#112844;
	background:none;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color:#49688E;
	background:#eeeeee;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-image:none;
	background-color:#112844;
	color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color:#49688E;
	background:#eeeeee;
}

.open .dropdown-menu {
	display:block !important;
}

.nav li:hover .dropdown-menu {
	/*display:none;*/
}

/* --- Multi Column Menu --- */

.dropdown-menu {
	min-width: 200px;
}

.dropdown-menu div.col-sm-12 {
	padding-left: 0;
}

.dropdown-menu.rtCol {
	float: right;
	right:0;
	left:unset;
}

.dropdown-menu.columns-2 {
	min-width: 400px !important;
}

.dropdown-menu.columns-2.smCol {
	min-width: 300px !important;
}

.dropdown-menu.columns-2.rtCol {
	float: right;
	right:0;
	left:unset;
}

.dropdown-menu.columns-2 .col-sm-6 {
	padding-left:0;
	padding-right:0;
	width:48%;
}

.dropdown-menu.columns-3 {
	min-width: 600px !important;
}

.dropdown-menu.columns-3 .col-sm-4 {
	padding-left:0;
	padding-right:0;
}

.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}

.multi-column-dropdown {
	list-style: none;
}

.multi-column-dropdown li {
	text-align:left;
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #112844;
	white-space: normal;
}

.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #112844;
	background-color: none;
	text-decoration:underline;
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.menuSepHeader {
	padding: 5px 15px;
	font-weight: 700;
}

/* --- END Multi Column Menu --- */

/* --- Homepage Carousel --- */

#homepage .carousel {
    margin-left: auto;
    margin-right: auto;
    /*margin-top: -91px;*/
    margin-bottom: 0;
	max-width: 1200px;
}

#homepage .carousel .item {
    background-color: #555;
	height:450px;
}

#homepage .carousel .carousel-indicators {
	display:none;
}

#homepage .carousel .carousel-caption {
	background:none;
	padding:0 2em;
	display:none;
}

.carousel-indicators {
	display:none;
}

.carousel-caption {
	left:0;
	right:0;
	bottom:0;
	text-align:right;
}

.carousel-caption p {
	display:none;
}

#homepage .carousel .carousel-caption h3 {
	font-size:16px;
	margin-bottom: 10px;
}

.carousel-caption .btn {
	display:none;
}

#homepage .carousel .row.item .container {
	background:none;
}

div#headerImagesCollapse {
    background-color: inherit;
    height: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    text-align: right;
}

#headerImagesCollapseControl {
	color: #fff;
	display: block;
	padding-right: 10px;
	padding-top: 35px;
	position: relative;
	z-index: 1;
}

#headerImagesCollapseControl a {
	color:#fff;
	font-size:12px;
}

#headerImagesExpandControlBtn {
	color:#003c7a !important;
}

#headerImages {
    overflow: hidden;
}

/* --- END Homepage Carousel --- */

/* --- Tabs --- */

.nav-tabs {
	width:100%;
	display:table;
}

.nav > li {
	text-align:center;
}

.nav-tabs > li > a {
	min-height:45px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	/*background-color:rgba(0, 80, 160,0.9);*/
	color:#fff;
	background: #003c7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #0079c4 0%, #003c7a 70%, #0c3978 100) repeat scroll 0 0); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0079c4 0%, #003c7a 70%, #0c3978 100); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0079c4 0%, #003c7a 70%, #0c3978 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c4', endColorstr='#0c3978',GradientType=0 ); /* IE6-9 */
}

#homepage .tab-content {
	margin-top:0;
}

.tab-content {
	margin-top:30px;
}

/* --- END Tabs --- */

/* --- Columns --- */

.col-md-45 {
	width:45%;
}

.col-md-55 {
	width:55%;
}

.col-md-45, .col-md-55 {
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	float:left;
}

/* --- END Columns --- */

/* --- Tables & Lists --- */

.fullHeader {
	color: #fff;
	padding: 10px;
	width: 100%;
	box-shadow:0 3px 6px #6d6d6d;
	background: #003c7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #0079c4 0%, #003c7a 70%, #0c3978 100) repeat scroll 0 0); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0079c4 0%, #003c7a 70%, #0c3978 100); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0079c4 0%, #003c7a 70%, #0c3978 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c4', endColorstr='#0c3978',GradientType=0 ); /* IE6-9 */
}

.meetingList {
	width:85%;
}

.meetingList th {
	padding:10px;
}

.meetingList td {
	padding:10px;
}

.meetingListFull {
	width:100%;
}

.meetingListFull th {
	padding:10px;
}

.meetingListFull td {
	padding:10px;
}

.meetingListFull tr.cancelled {
	text-decoration: line-through;
}

.dateHeader {
	padding-left:0 !important;
	padding-right:0 !important;
}

.dateHeader h4 {
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size:16px;
	box-shadow:0 3px 6px #6d6d6d;
	background: #003c7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #0079c4 0%, #003c7a 70%, #0c3978 100) repeat scroll 0 0); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0079c4 0%, #003c7a 70%, #0c3978 100); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0079c4 0%, #003c7a 70%, #0c3978 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c4', endColorstr='#0c3978',GradientType=0 ); /* IE6-9 */
}

#meetings-widget td {
	padding:2px 3px;
}

.even {
	background:#e2e2e2;
}

.row0 {
	background:#e2e2e2;
}

.readMore {
    float: right;
    font-size: 12px;
    font-weight: normal;
    /*height: 100%;*/
    margin-right: 25px;
    margin-top: 20px;
}

.lastUpdated {
	float: right;
    font-style: italic;
    font-weight: 700;
    padding-top: 30px;
}

/* --- END Tables & Lists --- */

/* --- Home Videos --- */

*.youTubeHighlight td {
    text-align: center;
    vertical-align: top;
}

.ytp-gradient-top {
    display: none;
}

.ytp-chrome-top {
    display: none;
}

.html5lightbox {
    display: block;
    height: 180px;
	position:absolute;
}

.html5lightbox::before {
    background: rgba(0, 0, 0, 0.4) url("../png/overlay-icon-video.png") no-repeat scroll center center;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.8s ease 0s;
    width: 100%;
}

.html5lightbox:hover::before {
    opacity: 1;
}

.home-videos {
    list-style: outside none none;
    min-height: 300px;
    padding: 15px 0 0;
}

.home-videos li {
    float: left;
    margin-left: 40px;
    margin-right: 10px;
	margin-bottom: 10px;
    width: 300px;
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 3px rgba(91, 91, 91, 0.26);
    box-sizing: border-box;
    display: block;
    float: left;
    list-style-type: none;
    opacity: 1;
    overflow: hidden;
    padding: 0;
	height:320px;
}

.home-videos li.first {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.home-videos li.last {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
}

.home-videos li span {
	background: #ccc none repeat scroll 0 0;
    display: block;
    float: right;
    margin-right: 2px;
    padding: 2px 10px;
    text-align: center;
    width: auto;
	font-size:11px;
}

.home-videos li p {
	padding:0 10px 10px;
	height:90px;
}

.home-videos-div {
    min-height: 190px;
}

.home-videos-div img {
    min-height: 180px;
    object-fit: none;
	max-width:300px;
}

/* --- END Home Videos --- */

/* --- Footer --- */

footer.footer-wrapper {
	margin:2em 0 0;
}

.col-foot {
	width:14.28%;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	float:left;
}

.footer-top {
	margin-top:1em !important;
	margin-bottom:1em !important;
}

.footer-logo {
	display:block;
	height:70px;
}

.nav-social {
	display: table;
    font-size: 16px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.nav-social li a {
	padding:4px 10px !important;
}

.footer-middle {

}

.footer-breadcrumb {
	border-radius: 4px;
    display: table;
    float: none;
    list-style: outside none none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px;
	font-size:12px;
}

.footer-breadcrumb li {
	display:inline-block;
}

.footer-breadcrumb > li + li::before {
    color: #ccc;
    content: "| ";
    padding: 0 5px;
}

.footer-bottom .breadcrumb a:visited {
    color: #fff;
}

#switchView {
	border-radius: 4px;
    display: table;
    float: none;
    list-style: outside none none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px;
	font-size:12px;
}

#switchView .btn-default {
	background-color:inherit;
}

#switchView .btn-default.active, #switchView .btn-default:active, #switchView .btn-default:hover, #switchView .open > .dropdown-toggle.btn-default {
	background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}


/* --- END Footer --- */

.bx-wrapper .bx-controls-direction a {
	z-index: 11 !important;
}

/* bightcove modal start */

.bc-overlay{
	position: fixed;
    z-index: 1052;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

#brightcoveModal .modal-dialog {
	width: 95%;
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	#brightcoveModal .modal-dialog {
		width: 817px;;
	}
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	#brightcoveModal .modal-dialog {
		width: 868px;
	}
 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
	#brightcoveModal .modal-dialog {
		width: 976px;
	}
 }

#brightcoveModal .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

#brightcoveModal .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

#brightcoveModal .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

#brightcoveModal .model-text {
    color: #333;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    overflow: hidden;
    text-align: left;
	margin-top: 8px;;
}

#brightcoveModal .modal-body {
	padding: 8px;
}

/* bightcove modal end */