/* Top Nav Overrides */

.or-navbar {
    background: #0a4771;
}

.or-navbar-search-wrapper,
.or-navbar-search-submit-button,
.or-navbar-search-submit-button:hover,
.or-navbar-search-submit-button:focus {
    background: #01a190;
}

/* Header Overrides */

.or-header {
    background-color: #0a4771;
    background-image: url('/osmb/Style%20Library/BoatingActivitySplash.png');
	background-attachment:scroll;
    background-position-y: bottom;
    padding-left: 0;
    padding-right: 20px;
}

.or-header .or-header-overlay {
	background:#000; 
	opacity:0.1;

}
.or-header-logo {
	background:url('/osmb/Style%20Library/OSMB_logos_60-1.svg');
	background-size: contain; 
}

.or-header-title {
	padding-left: 20px;
}

.or-header-content {
	padding:20px;
}

.or-header-logo-wrapper {
	padding: 20px;
}

/* Helpful Page Poll Overrides */

.helpfulPollQuestion .btn-primary {
    background-color: #0a4771;
    border-color: #083758;
}

/* Style Overrides */

.or-taskbox-title {
	background: rgba(10, 71, 113, .8);
}

h2.card-title.text-xs-center.text-center.or-taskbox-title, h3.card-title.text-xs-center.text-center.or-taskbox-title {
	font-size: 18px;
}

.or-navbar-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.or-navbar-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.or-navbar-search-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.or-navbar-search-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/* fix for subtitle pages with js esri map embed */
.osmb-boating-facilities-pages-floating-restrooms-aspx small.or-header-site-description, .osmb-boating-facilities-pages-pumpout-and-dump-stations-aspx small.or-header-site-description {
    position: relative;
	z-index: 0;
	bottom: auto;
	margin-bottom: 0px;
}
body.user-anonymous,
#s4-bodyContainer {
  font-family: "Overpass", Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height:1.6 !important;
}
