@import url(https://fonts.googleapis.com/css?family=Rye);
@import url(https://fonts.googleapis.com/css?family=Maiden+Orange);
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

body {
	background-color: #FFF;
	font-family: Dosis, sans-serif;
	font-size: 16pt;
}

#s4-workspace{-webkit-overflow-scrolling:touch;}

/* COLORS ============================================= */

.White {
	background-color: #FFF;
}

.White a {
	color: #a73636;
}

.Blue {
	background-color: #7A8F91;
}

.Brown {
	background-color: #7c643e;
}

.container {
	padding:0;
}
.DarkBlue {
	background-color: #293857;
}

.Khaki {
	background-color: #eae5dd;
}

.Red {
	background-color: #812929;
}

/* BLACK BAR ============================================= */

.BlackBar {
	background-color: #000;
}

.BlackBar a,
.BlackBar a:visited {
	color: #EEE !important;
	float: right !important;
}

.Login {
	padding: 0;
}

.Login a:link {
	/*display: block;
	float: left !important;*/
	font-size: 10pt;
	height: 40px;
	padding: 7px 10px 0;
	/*text-align: center;*/
}

.Login a:hover {
	text-decoration: none;
	background-color: orange;
}

.SocialMedia {
	padding: 0;
}

.Donate a:link {
	display: block;
	font-size: 13pt;
	height: 40px;
	padding: 7px 0 0 0;
	text-align: center;
	width: 80px;
}

.Facebook a:link,
.Twitter a:link,
.YouTube a:link,
.TripAdvisor a:link,
.Yelp a:link,
.Instagram a:link {
	display: block;
	height: 40px;
	padding: 7px 0 0 0;
	text-align: center;
	width: 40px;
}

.Donate a:hover {
	background-color: green;
	text-decoration: none;
}

.Facebook a:hover {
	background-color: #3765a3;
}

.Twitter a:hover {
	background-color: #00aced;
}

.YouTube a:hover,
.Yelp a:hover {
	background-color: #df2a25;
}

.TripAdvisor a:hover {
	background-color: #1e892f;
}

.Instagram a:hover {
	background-color: #bca593;
}

#Admin li {
	float:left;
	list-style: none;
	margin: 0 5px;
	padding: 5px;
}

/* HEADER ============================================= */

.Header {
	background-color: ;
}

.Header img {
	max-height:170px;
	max-width:100%;
	padding: 10px 0 0 0;
}

/* SEARCH BAR ============================================= */
.Search {
	padding: 30px;
	text-align: center;
}

.Search .ms-srch-sb-border,
.Search .ms-srch-sb-borderFocused {
	background-color: white;
	border: none;
	font-size: 14pt;
	padding: 5px;
}

.Search .ms-srch-sb-searchImg {
	top: -66px;
}

.Search .ms-srch-sb-searchImg:hover {
	top: -78px;
}

.ms-srch-sb > .ms-srch-sb-searchLink {
	height: 26px;
	width: 26px;
}

/* Swap "go" image - this line hides the OOTB image */
.ms-srch-sb > .ms-srch-sb-searchLink img {
	display:none;
}

/* Add in custom "go" image - applied as background image to the <a> tag */
.ms-srch-sb > .ms-srch-sb-searchLink {
	background-image:url(/_catalogs/masterpage/OldCowtown/images/go.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* GLOBAL NAVIGATION ============================================= */

.navbar {
	border: 0 none;
	margin-bottom: 0 !important;
	min-height: 40px;
	padding: inherit;
}

.navbar-fixed-bottom, 
.navbar-fixed-top  {
	position: relative;
	z-index: 11; 								/* allow SP ribbon to display over navigation menu */
}

.navbar-inverse .navbar-nav > li > a {
	font-size:18pt;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
	background-color: #bf1932;
	color: #FFF !important;
}

.navbar-inverse .navbar-nav > .open > a,			/* NavBar Active Dropdown Menu */
.navbar-inverse .navbar-nav > .open > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover {
	background-color:  #293857;
}

.navbar-nav > li > a {								/* NavBar Links */
	color: #FFF !important;
	font-size: 16pt;
}

.navbar-inverse .navbar-nav > li > a:focus,		/* NavBar Hover */
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #293857;
	color: #FFF !important;
}

.dropdown-menu {
	background-color: #293857;
}

.dropdown-menu > li > a {							/* Dropdown Menu Links */
	color: #FFF !important;
	font-size: 14pt;
}

.dropdown-menu > li > a:focus,						/* Dropdown Menu Hover */
.dropdown-menu > li > a:hover {
	background-color: #3c517d;
	color: #FFF;
}

/* MULTICOLUMN MENU */

.dropdown-menu {
	min-width: 200px;
}

.dropdown-menu.columns-2 {
	min-width: 400px;
}

.dropdown-menu.columns-3 {
	min-width: 600px;
}

.dropdown-menu.columns-4 {
	min-width: 800px;
}

.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}

.multi-column-dropdown {
	list-style: outside none none;
	padding: 0;
}

.multi-column-dropdown li a {
	clear: both;
	color: #FFF;
	display: block;
	font-size: 15pt;
	line-height: 1.2em;
	margin: 10px 0;
	padding: 0;
	white-space: normal;
	
}

.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #F5F5F5;
}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

.MenuHeader {
	color: #FFF;
	/*font-weight:bold;*/
	font-size:14pt;
	/*padding: 5px 10px;*/
}

.navbar-toggler {
	background-color:white;
}


/* UPCOMING EVENTS PANEL ============================================= */

.Parchment {
	background-color: khaki;
	background-image: url(/_catalogs/masterpage/OldCowtown/images/Parchment.jpg);
	background-position: top center;
	background-size: cover;
	padding: 25px 0 0 0;
}

.MoreEvents {
	margin: 0 10px 15px 0;
	text-align:right;
}

.MoreEvents a {
	color: white;
}

.EventDate{								/* Event date */
	background-color:#812929;
	color:white;
	font-size:18pt;
	padding:4px 14px;
	text-transform:uppercase
}

.Event img,.HPEvent img{					/* Event photo */
	margin-top:3px;
	width:100%
}

.EventBox {								/* Box containing event photo and information */
	padding:0 0 20px 0;
	width:100%;
}

.EventTitle{							/* Event title - Park & Rec homepage */
	color:#222;
	font-family: 'Rye', serif;
	font-size:20pt;
	line-height:1.2em;
	padding: 5px 0 0 0;
}

.EventFlyer {
	padding: 5px 0 0 0;
}

/* NEWS PANEL ============================================= */

.YellowLine {
	background-color: #333;
	height: 5px;
}

.ParchmentBlue {
	background-color: #3a4968;
	background-image: url(/_catalogs/masterpage/OldCowtown/images/ParchmentBlue.jpg);
	background-position: top center;
	background-size: cover;
}

/* FOOTER ============================================= */

.Footer {
	background-color: #333;
	color: #EEE;
	line-height: 1.4em;
	padding: 10px;
	font-size:12pt;
}

.Footer a {
	color: darkkhaki;
}

.FooterHeader {
	font-size:18pt;
	padding: 10px 0 0 0;
}

.SubFooterHeader {
	font-size: 14pt;
}

/* CAROUSEL ============================================= */
.carousel img {
	width: 100%;
}

.item {
	padding: 0;
}

.carousel-control {
	color: white !important;
}

/* ANNOUNCEMENT ============================================= */
.Announcement {
	background-color: firebrick;
	color: white;
	padding:5px;
}

.Announcement a {
	color:white;
	text-decoration: underline;
}

/* PANELS ============================================= */
.Panel {
	/*background-color: #EEE;*/
	padding: 10px;
}

.DarkBlue .PanelHeader {
	color: #FFF;
	font-family: 'Rye', serif;
	font-size:24pt;
	padding: 20px;
}

.PanelHeader2 {
	color: #333;
	font-family: 'Rye', serif;
	font-size:24pt;
}

.Box {
	background-color: gray;
	width: 100%;
	height: 200px;
}

.thumbnail img {			/*override Bootstrap*/
	width: 100%;
}

.Visit {
	background-color: #eae5dd;
	margin: 0;
	padding: 10px;
}

.Visit a,
.Visit a:visited {
	color: #812929;
}

.thumbnail a,
.thumbnail a:visited {
	color: #812929;
	/*font-size: 20pt;*/
}

/* BUTTONS ============================================= */
.btn-primary {
	background-color: #812929;
	border-color: #662121;
	color: #FFF !important;
	font-size: 16pt;
	margin: 5px;
	text-align: left;
}

.btn-primary.active,
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover, 
.open > .dropdown-toggle.btn-primary {
	background-color: #662121;
	border-color: #662121;
}

.btn-purchase {
	background-color: #3c763d;
	border-color: #315f32;
	color: #FFF !important;
	font-size: 16pt;
	margin: 0 0 7px 0;
	text-align: left;
}

.btn-purchase.active,
.btn-purchase.focus, 
.btn-purchase:active, 
.btn-purchase:focus, 
.btn-purchase:hover, 
.open > .dropdown-toggle.btn-purchase {
	color: #FFF !important;
	font-size: 16pt;
}

.btn-purchase:hover {
	background-color: #315f32;
	border-color: #315f32;
}
.btn-blue {
	background-color: #293857;
	border-color: #1a2741;
	color: #FFF !important;
	font-size: 12pt;
	margin: 0 5px 5px 0;
	text-align: left;
}

.btn-blue.active,
.btn-blue.focus, 
.btn-blue:active, 
.btn-blue:focus, 
.btn-blue:hover, 
.open > .dropdown-toggle.btn-blue {
	color: #FFF !important;
}

.btn-blue:hover {
	background-color: #1a2741;
	border-color: #1a2741;
}

.btn-red {
	background-color: #812929;
	border-color: #662121;
	color: #FFF !important;
	font-size: 12pt;
	margin: 0 5px 5px 0;
	text-align: left;
}

.btn-red.active,
.btn-red.focus, 
.btn-red:active, 
.btn-red:focus, 
.btn-red:hover, 
.open > .dropdown-toggle.btn-red {
	background-color: #662121;
	border-color: #662121;
}

.btn-red:hover {
	background-color: #662121;
	border-color: #662121;
}

.btn-yellow {
	background-color: #ff9203;
	border-color: #dd7f03;
	color: #FFF !important;
	font-size: 12pt;
	margin: 0 5px 5px 0;
	text-align: left;
}

.btn-yellow.active,
.btn-yellow.focus, 
.btn-yellow:active, 
.btn-yellow:focus, 
.btn-yellow:hover, 
.open > .dropdown-toggle.btn-yellow {
	color: #FFF !important;
}

.btn-yellow:hover {
	background-color: #dd7f03;
	border-color: #dd7f03;
}

/* BANNER ============================================= */
.SPhoto {
	margin: 0;
}

/* PAGE TITLE ============================================= */
.PageTitle {
	color: #333;
	border-bottom: 1px solid #eae5dd;
	font-size: 30pt;
	font-weight: 700;
	padding: 20px;
}

/* SECTION TEXT ============================================= */
.SHeader {
	font-family: 'Rye', serif;
	font-size: 25pt;
	padding: 10px 0  0 0;
	text-align: center;
}

.SHeader2 {
	font-family: 'Rye', serif;
	font-size: 20pt;
}

.SDescription {
	font-size: 14pt;
	font-style: italic;
	padding: 0;
	text-align: center;
}

.CHeader {								/* Header for Events */
	font-family: 'Rye', serif;
	font-size: 25pt;
	line-height: 1.2em !important;
	padding: 10px 0  0 0;
}

.CHeader a {
	color: #333;
	text-decoration: none;
}

.QHeader {								/* Header for FAQ questions */
	font-size: 25pt;
	line-height: 1.2em !important;
	padding: 20px 0  0 0;
}

.Contact {
	font-family: 'Rye', serif;
	font-size: 18pt;
	font-weight: bold;
	padding: 10px 0  0 0;
}

.Exhibit img {
	/*border: 1px solid lightgrey;
	margin: 25px 0 0 0;
	padding: 10px;*/
	width: 100%;
}

.Border {
	border-bottom: 4px double lightgray;
}

h2 {
	color: #333 !important;
	font-size: 25pt !important;
	font-weight: 600 !important;
	line-height: 1.2em !important;
	padding: 10px 0  0 0 !important;
}

h3 {
	font-size: 20pt;
	font-weight: 700;
	line-height: 1.2em !important;
	padding: 10px 0  0 0;
}

p {
	padding: 0 0 20px 0;
}

/* MEMBERSHIP DATE ============================================= */

.Center {
	text-align:center;
}

.Single {
	background-color: DarkKhaki !important;
	color: #FFF;
}

.Companion {
	background-color: DarkOliveGreen !important;
	color: #FFF;
}

.Family {
	background-color: SteelBlue !important;
	color: #FFF;
}

.Pioneer {
	background-color: #514978 !important;
	color: #FFF;
}

.Patron {
	background-color: Tomato !important;
	color: #FFF;
}

.Cedar1 {
	background-color: #ed3f21 !important;
	color: #FFF;
}

.Cedar2 {
	background-color: #e90000 !important;
	color: #FFF;
}

.SweetGrass {
	background-color: #77bc1c !important;
	color: #FFF;
}

.BearRoot {
	background-color: #8b4802 !important;
	color: #FFF;
}

/* CALENDAR DATE ============================================= */

time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 2em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #bf1932;
  border-bottom: 1px dashed #981529;
  box-shadow: 0 2px 0 #bf1932;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #bf1932;
}

time.icon span
{
  width: 100%;
  font-size: 2em;
  letter-spacing: -0.05em;
  padding-top: 1.3em;
  color: #2f2f2f;
}

time.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}



/* OVERRIDE BOOTSTRAP ============================================= */
.row {
	margin-left:0;
	margin-right:0;
}

.badge {
	background-color: #293857;
	font-size: 12pt;
	font-weight: normal;
}


/* OVERRIDE SHAREPOINT ============================================= */
.ms-fullWidth {
	margin: 0;
}

#s4-bodyContainer {
	padding-bottom: 0;
}

.ms-srch-item-path {
	display: none;
}

.ms-srch-hover-outerContainer
{
    display:none !important
}
.ms-webpart-zone, .ms-webpart-cell-vertical, .ms-webpart-chrome-vertical {
    display: block;
}

.ms-srch-upscope-top {
    display: none !important;
}

.ms-srch-item, .ms-srch-item-body, .ms-srch-item-path {
    width: 100% !important;
}

.ms-srch-ellipsis {
	white-space: normal;
	overflow: visible;
}

/* EVENTS CALENDAR ============================================= */

.Event {
	padding: 0;	
}

.ECImage {
	width: 100%;
}

.ECDate {
	background-color: #812929;
	color: white;
	font-size: 22pt;
	padding: 5px 10px;
}

.EC {
	border-bottom: 4px double lightgray;
	padding-bottom:20px;
	margin-bottom:20px;
}

.ECTitle {
	font-family: 'Rye', serif;
	font-size: 25pt;
	line-height: 1.2em !important;
	padding: 10px 0;
}

.ECBox {
	
}

.ECTickets {
	
}

.ECDescription {
	
}

/*-- PARK & RECREATION UPCOMING EVENTS CALENDAR */
.UpcomingEvents{						/* Upcoming Events */
	color:white;
	font-size:40pt;
	text-align:center
}
	
.Event .col-md-3{
	min-height: 500px;
}

.Event .col-md-9{
	padding:0
}

.dfwp-list li {
	margin-bottom: 0 !important;
}





.EventTitleDark{						/* Event title - All upcoming events page */
	color:#333;
	font-size:20pt;
	line-height:1.2em
}

.EventLocation{							/* Event location - Park & Rec homepage */
	color:khaki;
}

.EventLocationDark{						/* Event location - All upcoming events page */
	color:silver;
}

.EventTime{								/* Event time - Park & Rec homepage */
	color:white;
}

.EventTimeDark{							/* Event time - All upcoming events page */
	color:#333;
}

.Chalkboard{							/* Upcoming Events background on Park & Rec homepage */
	background:url('/_catalogs/masterpage/OldCowtown/images/Chalkboard.jpg');
	background-size:cover;
	padding:30px 0 0 0;
}

/* BLOG ============================================= */
.Article{
	background-color:#293857;
	border-bottom:1px dashed lightgray;
	color: white !important;
	margin:0;
	padding:0 0 20px 20px;
}

.Article h2{
	color: white;
	font-weight:bold
}

.Breadcrumb {
	background-color: lightgray;
	font-size: 11pt;
	margin: 0 0 30px 0;
	padding: 5px 20px;
}
	
.Date{
	font-size:16pt;
}

.Name{
	float:left;
	padding:0 5px 0 0
}

.PageContent {
	padding: 0 20px;
}

.PageContent p{
	line-height:1.3;
	margin:0 0 1em 0;
}

.PageContent ul li,
.PageContent ol li{
	line-height:1.3em
}

.PageContent ul,
.PageContent ol{
	margin:0 0 1em 0
}

.AddThis{
	padding:10px
}

.Tabs{
	background-color:#fff
}

.PRTitle{
	color:#333;
	font-size:24pt;
	font-weight:bold;
	padding:20px 10px
}

.PRHeadline a{
	color:#008999;
	font-size:22pt
}
	
.articledate{
	background-color:#FFF;
	float:left;
	margin:0 10px 0 0;
	min-height:68px;
	min-width:68px
}

.ArticleMonth{
	background-color:#812929;
	color:white;
	padding:2px;
	text-align:center;
	text-transform:uppercase
}
	
.ArticleDay{
	background-color:#EEE;
	font-size:25pt;
	font-weight:bold;
	line-height:.75em;
	padding:10px 0 0 0;
	text-align:center
}

.ArticleDDay{
	background-color:#EEE;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase
}

.ArticleDescription{
	border-bottom:1px solid #EEE;
	margin:0 0 20px 0;
	padding:0 0 20px 0
}

.HeadlinesButton{
	margin:0 0 20px 0;
	padding:0 20px 0 0;
	text-align:center
}

.ClassBar {
	background-color: #263247;
	color: white;
	padding: 20px;
}

.ClassBar h2 {
	color: white;
	font-weight: 700;
	padding: 10px 0;
	size: 24pt;
	text-transform: uppercase;
}

.Alert {
	background-color: #be1e2d;
	color: white; 
	padding: 5px;
	text-align: center;
}

.Alert a:link {
	color: white;
	text-decoration: underline;
}

.BXSlider {
	font-size: 14pt;
	margin: 0 100px;
	padding: 10px;
	text-align: center;
}

a:link, a:visited {
	color: darkkhaki;
}

/* HIDDEN WEBPART */

div.ms-webpart-cell-vertical-inline-table {
	display:block;
}

/* GROUPED LIST LIBRARIES */

table.ms-listviewtable {								/* Table */
	/*border-top: 1px solid #d3d6d8;*/
	border: none;
	margin-bottom: 20px;
	width: 100%;
}

th.ms-vh-icon.ms-minWidthHeader {
	display:none;
}

.ms-listviewtable .ms-gb, 								/* Collapsible Bars */
.ms-listviewtable .ms-gb2 {
	/*background-color: #e2e3e5;*/
	background-color: none;
	/*border: 1px solid #d3d6d8;*/
	border: none;
	color: #333;
	font-size: 18pt;
	font-weight: 600;
	padding: 10px;
	white-space: normal;
}

.ms-itmHoverEnabled:hover > * {							/* Hover State */
	background-color: transparent;
	/*border-bottom: 1px solid #d3d6d8;*/
	border: none;
}

.ms-commentcollapse-iconouter,
.ms-commentexpand-iconouter {
	width:auto;
	float:left;
	height:auto;
	padding:0 10px 0 0
}

.ms-commentcollapse-iconouter img,
.ms-commentexpand-iconouter img {
	display:none
}

.ms-commentexpand-iconouter::after{						/* Icon for Collapsible Bars */
	font:normal normal normal 32px/1 FontAwesome;
	content:"\2b";
}
	
.ms-commentcollapse-iconouter::after{
	font:normal normal normal 32px/1 FontAwesome;		/* Icon for Collapsible Bars */
	content:"\f068";
}

.ms-commentexpand-iconouter::after,						/* Color & Font Size for Icons for Collapsible Bars */
.ms-commentcollapse-iconouter::after {
	color: #333;
	font-size: 12pt;
}

table.ms-listviewtable tbody tr td {					/* Table Cells */
	background-color: transparent;
	/*border-bottom: 1px solid #d3d6d8 !important;*/
	border: none;
}

.ms-cellstyle, 											/* Table Cells */
.ms-cellStyleNonEditable, 
.ms-cellStyleMenuHover, 
.ms-MenuCellStyle-TdHover, 
.ms-MenuCellStyle-MenuDivHover {
	padding: 10px !important;
}

.ms-vh2,
.ms-gb span:nth-child(2) {
	display:none !important;
}

.ms-cellstyle:first-of-type {
	/*border-left: 1px solid #d3d6d8;*/
	border: none;
}

table.ms-listviewtable tbody > tr > td.ms-vb-lastCell {
	/*border-right: 1px solid #d3d6d8;*/
	border: none;
}

.ms-vh-div {
	display:none;
}

.ms-vb a.ms-listlink, 
.ms-vb2 a.ms-listlink, 
.ms-vb-user a.ms-listlink, 
.ms-vb a.ms-listlink:visited, 
.ms-vb a.ms-listlink:visited:hover {
	color: darkkhaki;
	text-decoration: underline;
}