/*
Theme Name: American Birkebeiner
Theme URI: https://www.birkie.com
Description: Theme for the American Birkebeiner Website
Author: Atom6 Industries
Author URI: https://www.atom6industries.com
*/

html, body {
  overscroll-behavior: none;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) rgba(0, 0, 0, 0.25);
}

.table code {
  font-size: 13px;
  font-weight: normal;
}

.btn-outline {
  color: #563d7c;
  background-color: #fff;
  border-color: #e5e5e5;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #fff;
  background-color: #563d7c;
  border-color: #563d7c;
}

.btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #cdbfe3;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
  color: #563d7c;
  text-shadow: none;
  background-color: #fff;
  border-color: #fff;
}

.footer-links {
  margin: 10px 0;
  padding-left: 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

.visible-on .col-xs-6 .hidden-xs,
.visible-on .col-xs-6 .hidden-sm,
.visible-on .col-xs-6 .hidden-md,
.visible-on .col-xs-6 .hidden-lg,
.hidden-on .col-xs-6 .hidden-xs,
.hidden-on .col-xs-6 .hidden-sm,
.hidden-on .col-xs-6 .hidden-md,
.hidden-on .col-xs-6 .hidden-lg {
  color: #999;
  border: 1px solid #ddd;
}
.visible-on .col-xs-6 .visible-xs,
.visible-on .col-xs-6 .visible-sm,
.visible-on .col-xs-6 .visible-md,
.visible-on .col-xs-6 .visible-lg,
.hidden-on .col-xs-6 .visible-xs,
.hidden-on .col-xs-6 .visible-sm,
.hidden-on .col-xs-6 .visible-md,
.hidden-on .col-xs-6 .visible-lg {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

main#main-content {
    font-size: 1.1rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Montserrat","Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1[id] {
  font-weight: bold;
  padding-top: 10px;
}

h1#home small {
    /* color: #b59e5f; */
}

h2 {
	font-weight:bold;
}

h3 {
	padding: 31.5px 0 10.5px 0;
	font-size:21px;
	line-height:28px;
	font-weight:bold;
	color: #c8102e;
}

h4 { line-height: 1.5; }

.carousel-indicators { z-index: 0; }

html {overflow-x:hidden;}

body {
  font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.618;
  overflow-x: hidden;
}

.adjusted-menu-col {
	flex-basis: 2.78%;
}

p { margin: 0 0 20px; }

p.lead { font-weight:400; }

.section {
    margin-bottom: 50px;
}

hr {
    border: 2px solid #eeeeee;
}

@media (max-width: 800px) {
    .list-group-item a { padding: 5px 15px !important; }
}
@media (min-width: 801px) {
    .list-group-item a { padding: 7px 15px !important; }
}

@media (max-width: 767px) {
    .ww-carousel { overflow:hidden; }
    #brand-carousel { height:300px; }
}
@media (max-width: 480px) {
    .nav-submenu {
        display:none;
    }
    .affix {
        width: 263px;
    }
    #brand-carousel { height:250px; }
}
@media (min-width: 768px) {
    .affix {
        width: 218px;
    }
	.navbar-collapse.collapse {
		display: none !important;
	}
  .ww-carousel { overflow:visible; }
  #brand-carousel { height:350px; }
}
@media (min-width: 992px) {
    .affix {
        /*width: 263px;*/
		width: 292px;
    }
}
@media (min-width: 1170px) {
    .affix {
        width: 263px;
    }
    #brand-carousel { 
		height:400px; 
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1320px;
	}
	.affix {
        width: 300px;
    }
}

#page-content-nav.affix { margin-top:-7px; }
#photo-page-content-nav.affix { margin-top:-327px; }
#custom-header-content-nav.affix { margin-top: -535px; }

/*
 * Main navigation
 */
 .top-subnav {
	padding: 4px 0;
	height: 34px;
	line-height: 26px;
	font-size: 13px;
	/*border-bottom: 1px solid #d9586d;*/
	/*background: #b40e29;*/
	/*background-color:#8d2528;*/
	/*background-color: #fff;*/
	background-color: rgba(245, 245, 245,0.95);
}
.top-subnav, 
.top-subnav a {
	/*color: #fff;*/
	color: #c8102e;
}
.top-subnav a {
	font-weight: bold;
	text-decoration: none;
}
.top-subnav a:hover {
	text-decoration: underline;
}
.site-footer .search-form {
	position: absolute;
	right: 20px;
	top: 10px;
}

.top-subnav .search-form label {
	margin-bottom: 0;
}

.top-subnav .search-form .search-submit {
	display: none;
}

.top-subnav .search-field {
	background-color: transparent;
	background-image: url(https://www.birkie.com/wp-content/themes/birkie/images/search-icon-red.png);
	margin: 0;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 26px;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 1px;
}

.top-subnav .search-field:focus {
	background-image: none;
	padding: 0 0 0 8px;
	background-color: #fff;
	border: 2px solid #c8102e;
	cursor: text;
	outline: 0;
	width: 180px;
}

.navbar-topbar {
    background-image: url(https://www.birkie.com/wp-content/themes/birkie/images/50th-anniversary-top-bar.png);
	background-color: #1b365d;
    background-position: top center;
    background-repeat: no-repeat;
    height: 9px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1031;
	box-shadow: 0 3px 0 rgba(0,0,0,.1);
}

 .navbar-main {
    height: 80px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
	background-color: #c8102e;
    border-color: #1b365d;
    box-shadow: 0 1px 0 rgba(255,255,255,.1);
	top:0;
	padding:0;
	z-index:1030;
}

.bs-docs-nav .navbar-brand {
  color: #fff;
}
.navbar-main .navbar-links > div.bordered, .navbar-main .navbar-links > div.bordered-last {
    /*border-left:  1px solid #cc0014;*/
	border-left: 1px solid rgba(255,255,255,0.3);
    padding: 0;
}
.navbar-main .navbar-links > div.bordered-last {
    /*border-right: 1px solid #cc0014;*/
	border-right: 1px solid rgba(255,255,255,0.2);
}
.navbar-main .navbar-links > div > a {
  color: #fff;
  line-height: 64px;
  display: block;
  font-family: "Montserrat","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 23px;
  padding: 8px;
  text-decoration: none;
}
.navbar-main .navbar-links > div > a:hover {
  color: #fff;
  text-decoration: underline;
  background: none;
  /* background-color: #C30014; */
  /*background-color: #d90016;*/
  /* background-color: #495e7d; */
  background-color: #b40e29;
  text-shadow: none;
  box-shadow: none;
}
.navbar-main .navbar-links > .active > a,
.navbar-main .navbar-links > .active > a:hover {
  color: #fff;
  background: none;
  /* background-color: #C30014; */
  /* background-color: #d90016; */
  /* background-color: #495e7d; */
  background-color: #b40e29;
}

.navbar-main .navbar-links > .nav-logo > a {
  line-height: 80px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /*background: url('https://www.birkie.com/wp-content/themes/birkie/images/red_pattern_bg_dark.png') #b51f24;*/
  /*background-color: #1b365d;*/
  background-color: #c8102e;
}

.navbar-main .navbar-links > .nav-logo > a img {
  margin-top: 13px;
  vertical-align: top;
}

.navbar-main .navbar-links > .nav-logo:after {
  content: '';
  background-image: -webkit-radial-gradient(50% -30%, ellipse farthest-side, #000 0, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-radial-gradient(50% -30%, ellipse farthest-side, #000 0, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-radial-gradient(50% -30%, ellipse farthest-side, #000 0, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: radial-gradient(50% -30%, ellipse farthest-side, #000 0, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  bottom: -7px;
  height: 7px;
  left: 0;
  right: 0;
  z-index:-1;
}

.navbar-toggle .icon-bar {
    height: 4px;
}

.navbar-main .navbar-toggle {
  border-color: rgba(255,255,255,0.35);
  margin-top: 22px;
}
.navbar-main .navbar-toggle:hover, .navbar-main .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-main .navbar-toggle:hover .icon-bar, .navbar-main .navbar-toggle:focus .icon-bar {
  background-color: #e80016;
}

.navbar-secondary {
    margin: -15px 0 -15px -15px;
}

.navbar-main .navbar-collapse {
	background:#f5f5f5;
	border-top: none;
	border-bottom:4px solid #C30014;
	margin-top: 15px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	           box-shadow: 0 8px 6px -6px black;
}

.navbar-main .navbar-collapse #primary-links {
	background-color: #b40e29;
}

.navbar-main .navbar-collapse #primary-links div {
	border-right: 1px solid #c8102e;
}

.navbar-main .navbar-collapse #primary-links a {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color: white;
	text-transform:uppercase;
}

.navbar-main .navbar-collapse #primary-links div:hover {
	background-color: #e80016;
}

.navbar-main .navbar-collapse #primary-links div:hover a {
	text-decoration:none;
}

.navbar-collapse .navbar-nav > li > a {
	color: #333;
	text-shadow:none;
}

.navbar-collapse .navbar-nav > li > a:hover, .navbar-collapse .navbar-nav > li > a:focus {
	color: #333;
	background-color:#e5e5e5;
}

.navbar-collapse .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #999999;
	border-bottom-color: #999999;
}

.navbar-collapse .navbar-nav > .open > a, .navbar-collapse .navbar-nav > .open > a:hover, .navbar-collapse .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #C30014;
}

.navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
	color: #333;
	text-shadow:none;
}

.navbar-collapse .navbar-nav .open .dropdown-menu > li > a:hover {
	background-color: #e5e5e5;
	color: #333;
}

.nav-submenu {
	position: fixed;
	top: 65px;
	left: 0;
	right: 0;
	padding: 15px 20px;
	color: #777;
	background-color: #fafafa;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	z-index: 10;
}
.nav-submenu strong {
  color: #555;
}

#content-nav { z-index: 1; }

.affix     { margin-top: -155px; }
.affix-top { margin-top: -0; }

.list-group-item {
	padding: 0;
}
.list-group-item a {
	display: block;
	padding: 10px 15px;
}

.list-group-item:first-child {
    /*background-color: #f5f5f5;*/
}
.list-group-item.active a, .list-group-item.active:hover a, .list-group-item.active:focus a {
    color: #fff;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border-color: #cc0014;
	background-color: #c8102e;
}

.show-grid {
  margin-bottom: 15px;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);
}

.highlight {
  display: none; /* hidden by default, until >480px */
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

a.btn-homepage {
	color: #fff;
	line-height: 64px;
	display: block;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 23px;
	text-align: center;
	background: url('https://www.birkie.com/wp-content/themes/birkie/images/red_pattern_bg_dark.png') #b51f24;
	border-color: #b51f24;
}
a.btn-homepage:hover {
	background: none;
	background-color: #d90016;
	color: #fff;
}


.visible-on .col-xs-6 .hidden-xs,
.visible-on .col-xs-6 .hidden-sm,
.visible-on .col-xs-6 .hidden-md,
.visible-on .col-xs-6 .hidden-lg,
.hidden-on .col-xs-6 .hidden-xs,
.hidden-on .col-xs-6 .hidden-sm,
.hidden-on .col-xs-6 .hidden-md,
.hidden-on .col-xs-6 .hidden-lg {
  color: #999;
  border: 1px solid #ddd;
}
.visible-on .col-xs-6 .visible-xs,
.visible-on .col-xs-6 .visible-sm,
.visible-on .col-xs-6 .visible-md,
.visible-on .col-xs-6 .visible-lg,
.hidden-on .col-xs-6 .visible-xs,
.hidden-on .col-xs-6 .visible-sm,
.hidden-on .col-xs-6 .visible-md,
.hidden-on .col-xs-6 .visible-lg {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.table {
  background: #fff;
}

.table > tbody > tr > td {
	-webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}
.table > thead > tr > th {
	color: #9ca5a7;
	font-weight: normal;
	border-bottom-width: 0;
}
.table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}
.table > tbody > tr:last-child > td {
	border-bottom: 1px solid #DDDDDD;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #F3F3F3;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #e1e1e2;
}

.registration-button {
	width: 240px;
	height: 61px;
	cursor: pointer;
	border: none;
	background: url('images/register-now-button.png') no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	margin: 10px auto 15px auto;
}

.section-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}

#nav-page-content .section-header, #event-content .section-header {
	margin-top:-110px;padding-top:110px;
}

#nav-page-content > .section:nth-child(even), #event-content > .section:nth-child(odd) {
  padding-left: 3000px;
  margin-left: -3000px;
  padding-right: 3000px;
  margin-right: -3000px;
  background: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 40px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 40px;
}


.alignleft { 
	float:left;
	margin: 0 15px 15px 0;
}
.alignright { 
	float:right;
	margin: 0 0 15px 15px;
}

.navbar:after {
	background-image: -webkit-radial-gradient(50% -30%, ellipse farthest-side, #000 0, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-radial-gradient(50% -30%, ellipse farthest-side, #000 0, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-radial-gradient(50% -30%, ellipse farthest-side, #000 0, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, 0) 100%);
	background-image: radial-gradient(50% -30%, ellipse farthest-side, #000 0, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, 0) 100%);
	display: block;
	position: absolute;
	bottom: -7px;
	height: 7px;
	left: 0;
	right: 0;
	z-index:-1;
}

.page-header { position:relative; }
.page-header { border-bottom: 1px solid #e5e5e5; }

.breadcrumb {
	font-size: 12px;
}
.breadcrumb a {
	color: #e80016;
}

@media (max-width: 767.98px) {
	.breadcrumb {
		padding-top: 0 !important;
	}
	.breadcrumb > .active,
	.breadcrumb li:first-of-type,
	.breadcrumb li:nth-of-type(2):before {
		display: none;
	}
	.post-thumbnail-breadcrumb {
		visibility: hidden;
		height: 0;
	}
}

#birkie-trailheads h2 {
	/*color: #fff;
	margin-top: 30px;*/
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
	text-align: center;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#tablepress-12-no-3 td.column-1,#tablepress-13-no-3 td.column-1 { font-weight: bold; }

#tablepress-24-no-3, #tablepress-25-no-3, #tablepress-26-no-3,
#tablepress-24-no-3 th, #tablepress-25-no-3 th, #tablepress-26-no-3 th { text-align: center;font-size: 13px; }

#tablepress-24-no-3 tr.row-2, #tablepress-25-no-3 tr.row-2, #tablepress-26-no-3 tr.row-2 { font-weight: bold;text-decoration: underline; }

#tablepress-24-no-3 th, #tablepress-25-no-3 th, #tablepress-26-no-3 th { font-size: 21px;line-height: 28px;font-weight: bold;color: #c8102e; }

#brand-carousel .carousel-inner { overflow: visible; }

#brand-carousel .item img {
   left: -9999px;  /*important */
   right: -9999px;  /*important */
   margin: 0 auto;  /*important */
   max-width: none;  /*important */
   min-width: 100%;
   position: absolute;
   height:400px;
}

.countdown_container {
	overflow: hidden;
	display: inline-block;
	float:right;
}

.countdown_row {
	clear: both;
	display: block;
	text-align: center;
	overflow: hidden;
}

.countdown_section {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding-top: 5px;
	text-align: center;
}

.countdown_amount {
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font: 35px/1.5 'Open Sans Condensed',sans-serif;
	font-weight: bold;
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #3A3A3A), color-stop(0.5, #635b63) );
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
	text-shadow: rgb(0, 0, 0) 1px 1px 1px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 1.5;
	background: linear-gradient(rgb(99, 91, 99) 50%, rgb(58, 58, 58) 50%);
}

.countdown_txt {
	padding: 5px;
	font-family: 'Open Sans Condensed',sans-serif;
	display: block;
	clear: both;
	float: none;
	position: relative;
	z-index: 99;
	text-align: center;
}

.wp-polls IMG { display:block; max-width: 95%; height: auto; }
.wp-polls ul li { width: 33% !important; text-align: center !important; float: left; margin-bottom: 40px; }
.wp-polls INPUT { margin: 0px auto; }

#footer-top {
	background-color:#eee;
	border-top:2px solid #ccc;
	padding:40px 0;
	z-index: 1;
	position: relative;
}
#footer-top a {
	padding: 0.375rem 0.75rem;
	text-decoration: none;
}
#footer-top a:hover {
	text-decoration: underline;
}
#footer-top h4 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#footer-top ul {
	padding-left: 0;
	list-style: none;
}

#footer-top li {
	border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.social-icons {
	text-align: center;
	margin-top: 40px;
}

.social-icons a {
    margin: 0 5px;
	text-decoration: none !important;
	display: inline-block;
}

@media (min-width: 768px) {
	.social-icons {
		margin-top: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		text-align: right;
	}
}

.width-auto { width: auto; }
.width-25 { max-width:25%; }
.width-50 { max-width:50%; }
.width-75 { max-width:75%; }

#main-content img {
	max-width: 100%;
	height:auto;
}

#main-content .alignright, #main-content .alignleft {
    max-width: 45%;
    height: auto;
}

.btn-primary {
    color: #ffffff;
    /*background-color: #495e7d;*/
    border-color: #1b365d;
	background-color: #1b365d;
	font-weight: bold;
}

.btn-danger {
    color: #ffffff;
    background-color: #c8102e;
    border-color: #940f1c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #6a83a9;
    border-color: #285e8e;
	box-shadow: 0px 0px 10px 2px rgba(44, 44, 44, 0.2);
}

#footer-top li a {
    color: #275277;
}

.wp-block-separator {
    border: 1px solid #eee !important;
    border-left: none;
    border-right: none;
    width: 200px;
    margin: 5rem auto;
}

.wp-block-image figure, .wp-block-gallery, center {
    margin-bottom: 20px;
}

.mt-0 {
	margin-top: 0;
}

.pt-0 {
	padding-top: 0;
}

.w-100 {
	width:100%;
}

.wp-block-quote p.has-text-color a, .wp-block-quote.has-text-color a {
    color: #428bca;
}

.wp-block-button__link {
    color: #fff;
    background-color: #495e7d;
    border-radius: 4px !important;
}

.wp-block-button__link:hover, .wp-block-button__link:focus {
    color: #fff;
    text-decoration: underline;
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

blockquote p {
    line-height: 1.4;
}

@media (min-width: 992px) {
	.jetpack-instant-search .jetpack-instant-search__search-results-wrapper {
		max-width: 55%;
	}
}
@media (min-width: 768px) {
	.jetpack-instant-search .jetpack-instant-search__search-results-wrapper {
		max-width: 85%;
	}
}

@media (min-width: 992px) {
	.jetpack-instant-search .jetpack-instant-search__search-results-wrapper {
		max-width: 80%;
	}
}

@media (min-width: 1400px) {
	.jetpack-instant-search .jetpack-instant-search__search-results-wrapper {
		max-width: 55%;
	}
}

.jetpack-instant-search .jetpack-instant-search__search-result-expanded__copy-container {
	width: 100%;
}

.jetpack-instant-search__search-result {
    margin: 0 0 2em;
    border-bottom: 1px solid #e6f1f5;
    padding-bottom: 2em;
}

.jetpack-instant-search__overlay .jetpack-instant-search__search-filters-title,
.jetpack-instant-search__search-result-expanded__path,
.jetpack-instant-search__search-result-expanded__footer,
.jetpack-instant-search__search-result-expanded__image-link,
.jetpack-instant-search__search-result-expanded__content {
	display: none !important;
}

.jetpack-instant-search .jetpack-instant-search__search-results-list.is-format-expanded {
    padding-top: 1em;
}

.jetpack-instant-search__overlay .widget_recent_entries ul {
	padding-left: 0;
    list-style: none;
}

.jetpack-instant-search__overlay .widget_recent_entries li {
    margin-bottom: 20px;
}

.jetpack-instant-search .jetpack-instant-search__search-result-expanded .jetpack-instant-search__search-result-expanded__title {
    padding: 0;
}

.jetpack-instant-search .jetpack-instant-search__search-result-title-link,
.jetpack-instant-search .jetpack-instant-search__widget-area .widget a {
	color: #428bca;
}

.jetpack-instant-search__overlay .widget_recent_entries .post-date {
    text-transform: uppercase;
    color: #c8102e;
    font-size: 75%;
    display: block;
}

#menu-popular-pages-for-search {
    padding-left: 0;
    list-style: none;
}

#menu-popular-pages-for-search a {
    display: block;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 4px;
}

.tribe-events-header__events-bar {
	display: none !important;
}

.tribe-events-single {
	margin-top: 40px;
	margin-bottom: 15px;
}

.tribe-events-back {
	margin-bottom: 10px !important;
}

.tribe-events-single>.tribe_events {
    display: block !important;
    overflow: hidden !important;
}

.tribe-events-single>.tribe_events>.tribe-events-event-image {
	width: 40% !important;
    float: right;
    margin: 0 0 20px 20px;
}

.tribe-events-event-meta.primary {
	clear: both;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }
}

.tribe-events .tribe-events-calendar-list__event-featured-image {
    border-radius: 4px;
}

.accordion-button:not(.collapsed) {
    color: #c8102e;
}

.accordion-button:not(.collapsed)::after {
	background-color: #c8102e;
}

.accordion-flush > div.accordion-item {
    margin-top: 1em;
}

.accordion-flush > div.accordion-item ~ div.accordion-item {
    margin-top: 0;
}

.text-body-emphasis {
	color: #c8102e !important;
}
.nav-link:hover {
	text-decoration: underline;
	color: #212121;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0.5;
}
.mask+.container {
	position: relative;
	color: #fff;
}

.accordion-button {
	font-size: 1.25rem;
	font-weight: 700;
	padding: var(--bs-accordion-btn-padding-y) 0;
}

.accordion-button::after {
	background-color: #c8102e;
	background-color: #8d2528;
	width: 28px;
	height: 28px;
	border-radius: 20px;
	background-position: center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
}

.accordion-button:focus {
	box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body {
	padding: 1.5rem 0 0;
}

@media (min-width: 768px) {
	.accordion-button {
		font-size: 2rem;
		padding: 2.15rem 1.25rem;
	}
	.accordion-button::after {
		width: 36px;
		height: 36px;
	}
	.accordion-body {
		padding: 2.25rem 1.25rem 0;
	}
}

@media (min-width: 992px) {
	.accordion-button {
		font-size: 2.15rem;
	}
	.accordion-body {
		padding: 3rem 1.25rem 0;
	}
}

.btn-default {
	border: 1px solid #dee2e6;
	background: #f5f5f5;
}

.btn-default:hover {
	background-color: #e0e0e0;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.15);
}

.btn:active {
	box-shadow: none;
}

.btn:hover {
	/*box-shadow: none;*/
}

.btn-lg {
	padding: 1rem;
	font-weight: bold;
}

main h3 {
	font-size: calc(1.375rem + 0.9vw);
	font-size: calc(1.15rem + 0.9vw);
	line-height: 1.2;
	margin-top: 3rem;
}

main h4 {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	main h3 {
		font-size: 2.15rem;
		font-size: 1.9rem;
	}
}

.section h3:nth-child(1) {
	padding-top: 0;
	margin-top: 0;
}

#title-sponsor-carousel .carousel-item {
	background-color: #fff;
	padding: 5px 15px;
}

.event-skideshe h3 {
	color: #ff671f;
}

.event-skideshe .btn-primary {;
	background-color: #ef4a81;
	border-color: #ef4a81;
}

.event-skideshe .btn-primary:hover, .event-skideshe .btn-primary:focus, .event-skideshe .btn-primary:active {
	background-color: #ff671f;
	border-color: #ff671f;
}

.event-skideshe .btn-light {
	background-color: #ff671f;
	border-color: #ff671f;
	color: #fff;
}

.event-skideshe .accordion-button::after {
	background-color: #ef4a81;
}

.event-skideshe .accordion-button:not(.collapsed) {
	color: #ef4a81;
}

.event-skideshe .accordion-button:not(.collapsed)::after {
	/*background-color: #7f2855;*/
}

.event-skideshe .bg-dark {
	background-color: rgba(127, 40, 85, 0.8) !important;
}

.nav-link {
    padding: .25rem;
	color: #1b365d;
}

.autohide{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
}
.scrolled-down{
	transform:translateY(-150%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
	transform:translateY(0); transition: all 0.3s ease-in-out;
}

.wp-block-quote {
    border-left: 8px solid var(--bs-accordion-border-color);
    padding: 0.75rem 0 0.75rem 1.5rem;
    font-size: 1.2rem;
}

.wp-block-media-text {
    background: #f5f5f5;
    padding: 1.5rem;
    border-radius: 1rem;
}
#home-bg-video iframe {
	transition: opacity 500ms ease-in-out;
	transition-delay: 250ms;
}

  .dropdown-panel {
	background-color: #fff;
	border-bottom: 5px solid #cf0000;
	padding: 55px 0 40px;
	font-size: 16px;
	line-height: 28px;
	position: fixed;
	max-height: 88vh;
	overflow-y: scroll !important;
	width: 100%;
	top: 98px;
	/*top:73px;*/
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
  }
  .dropdown-panel h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #c8102e;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	font-size: 20px;
  }
  .dropdown-panel ul {
	padding-left: 0;
	list-style-type:none;
	margin-bottom:30px;
  }
  .dropdown-panel ul.news {
	border-bottom:1px solid #f1f1f1;
	margin-bottom: 20px;
  }
  .dropdown-panel ul.news li {
	padding-left: 0;
	list-style-type:none;
	margin-bottom:25px;
	line-height:20px;
  }
  .dropdown-panel small {
	text-transform: uppercase;
	color: #c8102e;
	font-size:75%;
  }
  .navbar-main .navbar-links > div > a.dropdown-open {
	color: #c8102e;
	background-color: #fff;
  }
  .dropdown-indicator {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-top: 5px solid #fff;
	position: absolute;
	top: 30px;
	margin-left: 10px;
  }
  .navbar-main .navbar-links > div > a.dropdown-open > .dropdown-indicator {
	border-top: 5px solid #c8102e;
  }
  .navbar-main .navbar-links > div > a.dropdown-open:hover > .dropdown-indicator {
	border-top: 5px solid #fff;
  }
  #main-nav-mtv.dropdown-open > #mtv-red-white-logo { display:none; }
  #main-nav-mtv.dropdown-open > #mtv-red-logo { display:block !important; }
  #footer-top {
	background-color:#eee;
	border-top:2px solid #ccc;
	padding:40px 0;
	z-index: 1;
    position: relative;
}
  }
  #footer-top h4 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
  }
  #footer-top ul {
	padding-left: 0;
	list-style: none;
  }
  #footer-bottom {
	background-color:#ccc;
  }
  .text-center th { text-align:center; }
  .zoom-icon { top: 85px !important; }
  .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
.col-xs-15 { width: 20%;float: left; }
.section > ul {margin-bottom:20px;}
.section h3:nth-child(3), article.post h3:nth-child(2) { padding-top: 0; }
@media (min-width: 768px) { .col-sm-15 { width: 20%;float: left; } .col-sm-2-mod { width: 11.11111%; } }
@media (min-width: 992px) { .col-md-15 { width: 20%;float: left; } }
@media (min-width: 1200px) { .col-lg-15 { width: 20%;float: left; } }
#gear-bag-detail-wrap button:after { content: '- View Less Gear Bag Details'; }
#gear-bag-detail-wrap button.collapsed:after  { content: '+ View More Gear Bag Details'; }
#gear-bag-detail-wrap .btn-link:hover, .btn-link:focus { outline: none; }
@media (max-width: 991.98px) {
	.navbar-main .navbar-links > div > a {
		  font-size: 20px;
	}
	.dropdown-indicator {
    margin-left: 3px;
	}
}
.birkie-card-link {
	margin-bottom: 15px;
}
.birkie-card-link img {
	width: 100%;
	-webkit-transition: ease all 200ms;
	-o-transition: ease all 200ms;
	transition: ease all 200ms;
}
.birkie-card-link a {
	position: relative;
	display: block;
	-webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.birkie-card-link a div {
	position: absolute;bottom: 10px;left: 0;right: 0;font-size: 22px;font-weight: bold;color: #fff;line-height: 1.3;background: rgba(0,0,0,0.75);height: 60px;
}
.birkie-card-link a div small {
	font-weight: 400;display: block;font-size: 75%;color: rgba(255,255,255,0.75);
}
.birkie-card-link a div, .birkie-card-link a div small {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow-x:clip;
}
.birkie-card-link a:hover img {
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	transform: scale(1.025);
}
.birkie-card-link a:hover {
    -moz-box-shadow: 1px 1px 5px #888;
    -webkit-box-shadow: 1px 1px 5px #888;
    box-shadow: 1px 1px 5px #888;
}
/*@media (max-width: 767.98px) {*/
@media (max-width: 1199.98px) {
	.birkie-card-link a div {
		font-size: 18px;
		height: 50px;
	}
}
@media (max-width: 575.98px) {
	.birkie-card-link {
		width: 360px;
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	}
	.birkie-card-link a div {
		font-size: 16px;
		height: 45px;
	}
}

lite-youtube {
	/*
	left: 0px;
	width: 100%;
	height: 100%;
	max-width: none;
	*/
	position: absolute;
	top: 0;
	bottom: 0;
	--lite-youtube-frame-shadow-visible: no;
}
lite-youtube::before {
	background-image:none;
}

.has-vivid-red-color { color: #c8102e !important; }
.wp-block-button__link {
	/*background-color: #495e7d;*/
	background-color: #1b365d;
	margin-bottom: 1.5em;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
	font-weight: bold;
}
.btn-outline-danger {
	border-width: 2px;
}


:root {
		--bs-navbar-toggler-border-color: rgba(255,255,255,0.35);
		--bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.35%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
	}
	.modal-title {
		font-weight: 400;
		font-size: 1rem;
		opacity: 0.5;
		text-align: center;
	}
	.modal .list-group-item:first-child {
		display:none;
	}
	.modal .list-group-item {
		padding: 1rem 0.5rem;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.25rem;
	}
	.navbar-toggler {
		border-color: rgba(255,255,255,0.35);
	}
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.35%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.navbar-toggler > div {
		font-size: 12px;
		text-transform: uppercase;
		color: rgba(255,255,255,0.35);
	}

#birkie-week-home-page,
.birkie-week-home-page {
	/*background: url('https://www.birkie.com/wp-content/uploads/2020/05/summer-bg.jpg') no-repeat center bottom fixed;*/
	background: url('https://www.birkie.com/wp-content/uploads/2017/11/winter-bg-2.jpg') no-repeat center bottom fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 1px solid #e0e0e0;
	padding: 7rem 0 6rem;
}
@media (max-width: 767px) {
	#birkie-week-home-page, .birkie-week-home-page { padding: 3rem 0; }
}
.birkie-event-btn-row > div { margin-bottom:20px; }
@media (max-width: 767px) {
	.birkie-event-btn-row > .col-6 {
		margin-bottom:16px;
		padding-right: 8px;
		padding-left: 8px;
	}
}
#birkie-week-home-page a img,
.birkie-week-home-page a img {
	aspect-ratio: auto 9 / 5;
}

#birkie-week-home-page a,
.birkie-week-home-page a {
	box-shadow: 0px 2px 5px #888;
	display: block;
	background-color: #f5f5f5;
}
#birkie-week-home-page a:hover,
.birkie-week-home-page a:hover {
	box-shadow: none;
}
#birkie-week-home-page a.button,
.birkie-week-home-page a.button {
	background-color: #b51f24;
	text-align: center;
	padding: 10px 15px;
	display: block;
	margin-bottom: 15px;
	height: 200px;
	color: #f1be4b;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 26px;
	text-decoration: none;
}
#birkie-week-home-page a.button:hover,
.birkie-week-home-page a.button:hover {
	color: #fff;
	background: #d90016;
}
#birkie-week-home-page a.button small,
.birkie-week-home-page a.button small {
	font-weight: normal;
	font-size: 16px;
}
#birkie-week-home-page .countdown a,
.birkie-week-home-page .countdown a {
	background: transparent;
	text-decoration: none;
}
	.countdown {
		background-color: #b51f24;
		text-align: center;
		padding: 10px 10px 0 10px;
		border-radius: 0.5rem;
		/*box-shadow: 0px 2px 5px #888;*/
	}
	.countdown span.time-block {
		background-color: rgba(50,50,50,.2);
		display: block;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		font-size: 26px;
		line-height: 1.1;
		padding-top: 8px;
	}
	.countdown small.time-labels {
		background-color: rgba(50,50,50,.2);
		display: block;
		text-transform: uppercase;
		color: #fff;
		padding-bottom: 5px;
	}
	.countdown p.countdown-btn-wrapper {
		margin-bottom: 3px;
	}
	.countdown a.btn-countdown-register {
		color: #fff;
		font-weight: bold;
		border: 2px solid #2bb6dd;
		background-color: #049bb6;
		padding: 3px 15px;
		margin-bottom: 3px;
		text-transform: uppercase;
	}
	
	.countdown .col-3, .countdown .col-2, .countdown .col-4, .countdown .col-6 { padding: 0; }

	.countdown .stretched-link::after {
		box-shadow: 0px 0px 10px 2px rgba(33, 33, 33, 0.75);
	}

	.countdown .stretched-link:hover::after {
		box-shadow: none;
	}
	
	@media only screen and (min-width : 320px) {
		.countdown span.time-block { font-size: 24px; }
		.countdown small.time-labels { font-size: 10px; }
	}
	@media only screen and (min-width : 480px) {
		.countdown span.time-block { font-size: 24px; }
		.countdown small.time-labels { font-size: 10px; }
	}
	@media only screen and (min-width : 768px) {
		.countdown span.time-block { font-size: 28px; }
		.countdown small.time-labels { font-size: 12px; }
	}
	@media only screen and (min-width : 992px) {
		.countdown span.time-block { font-size: 30px; }
		.countdown small.time-labels { font-size: 14px; }
	}
	@media only screen and (min-width : 1200px) {
		.countdown span.time-block { font-size: 32px; }
		.countdown small.time-labels { font-size: 14px; }
	}

.anchor-link {
    padding: 0 .175rem;
    font-weight: 400;
    color: rgba(13, 110, 253, 0.5);
    text-decoration: none;
    opacity: 0;
    transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
	margin-left: .75rem;
}

.anchor-link::after {
    content: "#";
}

.anchor-link:focus, .anchor-link:hover, :hover>.anchor-link, :target>.anchor-link {
    color: rgba(13, 110, 253, 0.5);
    text-decoration: none;
    opacity: 1;
}

.balance-text {
	text-wrap: balance;
}
