:root {
    --darkgreen:#557B4F;
    --green:#89a541;
    --cta:var(--green);
    --lightgreen:#CDDB7A;
    --darkdarkblue:#3d5361;
    --darkblue:#006880;
    --blue:#0086AA;
    --lightblue:#89C3D2;
    /* --darkorange:#D08D2C; */
    --darkorange:#666;
    --orange:#F1BA19;
    --lightorange:#FFE383;
    --tint1:#B3C7D7;
    --tint2:#D7DDE6;
    --tint3:#EFF0F2;
    --burn1:#3B5460;
    --burn2:#5B7A8C;
    --burn3:#8FA4B4;
    
    --swiper-theme-color:#9ec045 !important;
}
html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
html,body,ul,ol,li,h1,h2,h3,h4,h5,p {
    margin:0;
    padding:0;
}
body,html {
    font-family: 'Montserrat', sans-serif;
    color:#556874;
}
h1,h2,h3,h4,h5 {
    color:var(--darkblue);
}
html {
    font-size:12px;
    box-sizing: border-box;
    /* font-family:sans-serif; */
    scroll-behavior: smooth;
    scroll-padding: 50px;
    font-family:"Tahoma",sans-serif;
}
*, *:before, *:after {
    box-sizing: inherit;
}
p a, main ul li a, h3 a, table td a, main ol li a, li a  {
    color:black;
}
p a:hover, main ul li a:hover, h3 a:hover, table td a:hover, main ol li a:hover, li a:hover {
    color:var(--green);
}
h3 a:hover {
    color:#777;
}

body#page_alias_home main {
    margin-top:8rem !important;
}

p.page_result {
    font-size: 1.5rem;
}

#social_bottom_mobile {
    list-style:none;
    /* background-image:url("/src/templates/escanaba/images/Patterns & Textures/Woodgrain-lightgrey.jpg"); */
    /* background-color:#eee; */
    padding:1rem;
    display:flex;
    justify-content: space-around;
    margin-top:1rem;
}

a.cta_link {
    color:var(--green);
    font-weight:bold;
    font-size:1.5rem;
    padding:0.7rem 1.2rem;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    transition:color 0.3s ease;
    background:white;
    margin-top: 1rem;
    padding-right: 1.7rem;
}
.favorites_list .fav_wrap a.cta_link {
    display:inline-flex;
    padding:0.5rem 1rem;
}
a.cta_link::after, .cta_text::after {
    content:"»";
    /* font-size:2em; */
    padding-left:1rem;
    font-weight:normal;
    /* transform:translateY(-0.05em); */
    transform:translateY(-0.2em) scale(2);
    display:inline-block; 
}
.fav_wrap .cta_link {
    display:inline-flex;
    padding:0.5rem 1rem;
}
.cta_text {
    position:relative;
}
.cta_text::after {
    /* position:absolute;
    top:-1.2rem;
    right:-1.5rem; */
}
a.cta_link:hover {
    /* color:var(--darkgreen); */
    color:white;
    cursor:pointer;
    background:var(--darkgreen);
}
#favorites .center .cta_link:hover {
    background:var(--darkgreen);
}
a.cta_link.small {
    font-size:1.1rem;
    margin-bottom:0;
    display:inline-flex;
    padding: 1rem 1.1em;
    padding-right:1.4em !important;
}
.cta_link:hover {
    color:white;
    background:var(--darkgreen);
}
.contain.readable.markup {
    margin-top:2rem;
}
img.tag_icon {
    width: 4rem;
    height: 4rem;
    border: 1px solid var(--darkdarkblue);
    object-fit: cover;
}
a.tag_link img {
    margin-right:1rem;
    transition:transform 0.3s ease;
}
a.tag_link {
    color:var(--darkdarkblue);
    transition:color 0.3s ease;
    font-weight:bold;
}
a.tag_link:hover img {
    transform:scale(1.1);
}
a.tag_link:hover {
    color:var(--green);
}

.explore.contain p {
    margin-top:0;
}


.member_description_full p img {
    max-width: 350px;
    width: 33%;
    padding: 0.25rem 0.5rem;
}

#mobile_menu {
    width:30rem;
    max-width:100vw;
    background:var(--darkblue);
    padding:2rem;
    position:fixed;
    top:0;
    right:0;
    height:100vh;
    transform:translateX(30rem);
    transition:all 0.3s ease-in-out;
    z-index:999;
    opacity:0;
    overflow-y: scroll;
}
#mobile_menu.active {
    transform:translateX(0vh);
    opacity:1;
}
.logo_and_close {
    display: flex;
    align-items:center;
    justify-content: center;
}
.logo_and_close img {
    max-width:16rem;
}
.close_mobile_menu {
    border:none;
    background:none;
}
.close_mobile_menu:focus {
    outline:none;
}
#close_menu_button_image {
    width:3rem;
    height:3rem;
    object-fit: contain;
}

form#mobile_search {
    display: flex;
    align-items: center;
    background:white;
    justify-content: space-around;
}
#mobile_search {
    margin:2rem;
}
#mobile_search_field, #desktop_search_form input {
    padding:0.5em;
    font-weight:bold;
    border:none;
    font-size:1.2rem;
}
#desktop_search_form input:focus {
    outline:none;
    /* outline:1px solid #aaa; */
}
#mobile_search_button, #desktop_search_form button {
    border:none;
    background: white;
    padding: 0.45rem;
}
#mobile_search_button:focus, #desktop_search_form button:focus {
    outline:none;
}
#mobile_search_image, #desktop_search_form img {
    width:1.5rem;
    height:1.5rem;
    object-fit:contain;
}
#desktop_search_form button {
    width: 2.5rem;
}
#desktop_search {
    position:relative;
}
#desktop_search:hover {
    cursor:pointer;
}
#desktop_search_button {
    background:none;
    border:none;
}
#desktop_search_button:focus {
    outline:none;
}
#desktop_search_image {
    width:1.6rem;
    height:1.6rem;
    object-fit: contain;
}
form#desktop_search_form {
    position: absolute;
    right: 0;
    display:flex;
    padding-top:1.6rem;
    pointer-events: none;
    transition:opacity 0.3s ease-in-out;
    opacity:0;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}
form#desktop_search_form.active {
    opacity:1;
    pointer-events: all;
}
.search_results_list {
    margin-left:2rem;
}

#menu_mobile-menu ul {
    list-style:none;
    margin:0;
}
#menu_mobile-menu > ul ul {
    max-height:0vh;
    overflow:hidden;
    transition:max-height 0.3s ease-in-out;
}
#menu_mobile-menu > ul li.active ul {
    max-height:100vh;
}
#menu_mobile-menu ul li {
    padding:0.6em 0em;
    font-size:1.5rem;
    position:relative;
}
#menu_mobile-menu ul li a, li.menu_heading .title_wrap, #menu_mobile-menu ul li span {
    position:relative;
    padding:1em;
}
.open_mobile_menu {
    border:none;
    background:none;
}
.open_mobile_menu:focus {
    outline:none;
}
.open_mobile_menu img {
    width:2.5rem;
    height:2.5rem;
    object-fit:contain;
}

#menu_mobile-menu a, li.menu_heading .title_wrap, #menu_mobile-menu span {
    font-family: 'Montserrat', sans-serif;
    font-weight:900;
    text-decoration:none;
}

#menu_mobile-menu > ul > li > a, li.menu_heading .title_wrap, #menu_mobile-menu > ul > li > span {
    color:white;
}
#menu_mobile-menu > ul > li ul {
    padding-left:0rem;
    padding-right:0rem;
    transition:padding 0.3s ease-in-out;
}
#menu_mobile-menu > ul > li.active ul {
    padding-left:2rem;
    padding-top:2rem;
}
#menu_mobile-menu > ul > li ul >  li a {
    color:var(--lightblue);
    text-transform:uppercase;
    font-size:70%;
}
#menu_mobile-menu li.parent:hover {
    cursor:pointer;
}
#menu_mobile-menu li.parent > a::after,  #menu_mobile-menu > ul > li.menu_heading > span.title_wrap::after, #menu_mobile-menu li.parent > span::after {
    content:"»";
    font-size:2em;
    padding-left:1rem;
    font-weight:normal;
    transform-origin: center;
    transform: translateX(0.5rem) translateY(-1.3rem) rotate(0deg) ;
    position:absolute;
    transition:transform 0.3s ease-in-out;
}
#menu_mobile-menu li.active ul {
    height:auto;
}
#menu_mobile-menu li.parent.active > span.title_wrap::after {
    transform: translateX(0.5rem) translateY(-1.3rem) rotate(90deg) ;
}



p {
    font-size:1rem;
    line-height:1.7;
}


/* end reset */

#crowdriff {
    margin-top:2rem;
    /* margin-bottom:2rem; */
    background:var(--darkblue);
}
#crowdriff .contains {
    padding-top:1rem;
    padding-bottom:1rem;
    background:var(--darkblue);
}
#crowdriff .after {
    height:5rem;
    transform:translateY(-1rem);
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;
    display:block;
    background:var(--darkblue);
    border-bottom:1rem solid white;
    width:100%;
}

button.ctalink, .button.ctalink {
    border:none;
    background:none;
    padding:0;
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
    margin-top:2rem;
    text-decoration:none;
}
button:hover {
    cursor:pointer;
}

:is(p a, .ctalink, table td a):hover {
    color:var(--green);
}

.single_blog_wrap table {
    margin-top:2rem;
    margin-bottom:2rem;
}

#subscribe_section {
    padding-top:2rem;
    padding-bottom:2rem;
    background:#ededf0;
}
#subscribe_section p {
    margin-top:2rem;
    max-width:40ch;
    margin-left:auto;
    margin-right:auto;
}
#subscribe_email, #mce-EMAIL {
    border:none;
    border-bottom:2px solid var(--darkblue);
    padding:1rem;
    font-size:1.5rem;
    text-align:center;
    max-width:20rem;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    background:transparent;
}
.mc-field-group label {
    display:none;
}
#subscribe_email::placeholder {
    opacity:0.5;
}
#subscribe_email:focus {
    outline:none;
    border-bottom:2px solid var(--green);
}


/* utility */

/* input:required {
    border-color: orange;
}
input:invalid, textarea:invalid {
    border-color:red;
}
input:required:valid, textarea:required:valid {
    border-color:green;
} */

h1 {
    line-height:1.15;
    margin-bottom:2rem;
    word-wrap: break-word; /* important for small screens */
    hyphens: auto;
    
}
.h1_top {
    font-weight:300;
    font-size:1.3rem;
    text-transform: uppercase;
}
.h1_bottom {
    font-weight:800;
    font-size:4rem;
    
}

.customhtml h3 {
    color:var(--darkblue);
    margin-top:1em;
    margin-bottom:0.5em;
}

.contain, .contains, .customhtml {
    width:100%;
    max-width:1500px;
    margin:0 auto;
    padding:0 1rem;
    position:relative;
}
.contain.readable {
    max-width:100ch;
}
.flex33 {
    width:33%;
}
.flex66 {
    width:66%;
}
.flex {
    display:flex;
}
.grid {
    display:grid;
}
.fullheight {
    height:100vh;
    background:#444;
}
.flex-center {
    align-items: center;
    justify-content: center;
}
.flex-left-center {
    align-items:center;
    justify-content: flex-start;
}
.flexcol {
    flex-direction: column;
}
/* end utililty */

.rich_image.pull-right {
    float:right;
    max-width:50%;
    margin-left:2rem;
    margin-bottom:2rem;
    margin-top:2rem;
    clear:both;
}
.rich_image.pull-left {
    float:left;
    max-width:50%;
    margin-right:2rem;
    margin-bottom:2rem;
    margin-top:2rem;
    clear:both;
}
h1 {
    clear:both;
}

#favorites {
    background-color:#ddd;
    background-image:url("/src/templates/escanaba/images/Patterns & Textures/topographicmappattern@0.5x.png");
    padding-bottom:2rem;

}
#favorites .center .cta_link {
    margin-right:auto;
    margin-left:auto;
    left:0;
    right:0;
    background:white;
    width:auto;
    display:inline-block;
    padding:1rem 2rem;
    box-shadow:3px 3px 10px rgba(0,0,0,0.3);
}
#favorites .center .cta_link::after {
    display:none;
}
.fav_wrap {
    max-width: 40rem;
    display: inline-flex;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
    margin: 1rem;
    width: 100%;
}
img.fav_left_image {
    object-fit: cover;
    width: 12rem;
    height: 100%;
    flex-shrink:0;
}
.fav_right {
    padding:1rem;
    background:white;
    width: 100%;
}
.fav_right h1 {
    margin-bottom:0;
}
ul.tags {
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    margin-top:1rem;
}
.fav_wrap .short_note {
    font-weight:normal;
    color:var(--darkorange);
    margin:1rem 0;
    line-height:1.2;
}
ul.tags li {
    margin:0.25rem;
}
ul.tags li a {
    /* display:inline-block; */
    padding:0.2em 0.4em;
    background:#fff;
    /* border:1px solid #ccc; */
    color:#888;
    text-decoration:none;
    font-size:0.7rem;
    border-radius:0.5em;
    transition:all 0.3s ease;
    display:inline-flex;
    align-items:center;
}
ul.tags li a:hover {
    /* border:1px solid #aaa; */
    color:black;
    filter:drop-shadow(0 0 5px rgba(0,0,0,0.2));
}

.fav_wrap .cta_link {
    padding:0;
}
ul.tags li a img {
    margin-right:0.5rem;
}

.open_mobile_menu {
    position:absolute;
    top:1.1rem;
    right:1.1rem;
    transition:top 1s ease;
    filter:drop-shadow(0 0 3px rgba(0,0,0,0.4));
}
body.scrolled .open_mobile_menu {
    top:6.5rem;
}
body.scrolled nav#top_nav_section {
    overflow:visible !important;
}

button.close_mobile_menu {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

section#events_filter_section {
    background: var(--darkgreen);
    overflow: hidden;
    margin:3rem 0;
}
section#events_filter_section form {
    display:flex;
    justify-content: center;
    align-items: center;
    margin:2rem;
}
section#events_filter_section form .form-group {
    margin:0 1rem;
}
.filter_submit_button {
    border:none; 
    box-shadow:0 0 5px rgba(0,0,0,0.2);
    /* background:white; */
    padding: 0.5rem;
    background: #D08D2C;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
section#events_filter_section h4 {
    display:none;
}


#similar {
    margin-top:3rem;
}

.readable :is(ul,ol) {
    margin:2rem;
}
.readable :is(ul,ol) li {
    margin:0.5em 0;
    line-height: 1.8;
}
.readable h1 {
    font-size:3rem;
    margin-top:1em;
}
.readable h2 {
    font-size:2rem;
    margin-top:1em;
    margin-bottom:1em;
}
.readable h3, main h3 {
    color: var(--darkorange);
    margin:1em 0;
    font-weight:bold;
}
h3.match_header {
    border-bottom: 1px solid #ddd;
    /* padding-bottom: 1rem; */
    /* padding-top: 1rem; */
    border-top: 1px solid #ddd;
    background: #eee;
    color: #888;
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
span.match_type {
    font-weight: 400;
    color: #444;
}
.readable h4 {
    margin:1em 0;
    font-weight:bold;
}
.form-group.date label {
    color: white;
    font-size: 80%;
    font-weight: 200;
    margin-right: 1rem;
}
#events_filter_section h4 {
    color:white;
}
#event_filter_results h5 {
    text-align: center;
    margin-bottom: 2rem;
}
section#events_filter_section {
    background: var(--darkgreen);
    overflow: hidden;
    margin: 3rem 0;
    margin-top:0;
    position:relative;
}
@media screen and (min-width:900px) {
    section#events_filter_section {
        position: sticky;
        top: 4.9rem;
        z-index: 3;
    }
    .tag_filter_wrap {
        position:relative;
        /* top: 11.4rem; */
        background:white;
        /* box-shadow:3px 3px 10px rgba(0,0,0,0.3); */
        z-index:2;
    }
    h1{
        word-wrap: normal;
        hyphens: unset;
    }
}
section#events_filter_section form .form-group {
    margin: 0 0.5rem;
    max-width: 33%;
}
input[type="date"] {
    font-family: sans-serif;
    font-size: 12px;
    width: 100%;
}

#events_intro {
    margin:2rem;
}

.events_view_all_wrap.center {
    text-align: center;
    display: flex;
    justify-content: center;
}

.fullheight > img {
    object-position: center;
    object-fit: cover;
    width:100%;
    display:block;
    position:absolute;
    height:100vh;
}
#nav#top_nav_section .gradient {
    display:block;
    position:absolute;
    width:100%;
    height:10rem;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 81%);
}
nav#top_nav_section {
    position: fixed;
    top: 0;
    height: 10rem;
    z-index:5;
    background-color:rgba(255,255,255,0);
    width:100%;
    transition:all 1s ease;
}
body.scrolled nav#top_nav_section {
    background-color:var(--burn1);
    height:5rem;
}
#top_nav_section a {
    color:white;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
}
.custom_nav_section_el {
    color:white;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
}
.swiper-container {
    overflow:hidden; /* fix swiper bug introduced aug 2021 */
    position:relative;
}
.swiper_event_content {
    display:block;
    overflow:hidden;
}
.swiper_slide a {
    text-decoration:none;
}
.swiper-slide.event {
    align-items:center;
    display:flex;
    text-decoration:none;
    background-color: var(--darkblue);
}
.swiper-slide.event a {
    text-decoration:none;
    width:100%;
    padding:2rem;
    border:1px solid white;
}
.swiper-slide.event h5 {
    color:white;
    text-decoration:none;
    position:relative;
    z-index:2;
    text-align:center;
    width:90%;
    font-size:1.2rem;
    transition:transform 0.3s ease;
}
.swiper-slide.event:hover h5 {
    transform:scale(1.2);
}


.event_start_sm {
    font-weight:200;
    font-family: 'Montserrat', sans-serif;
}

img.swiper_bg {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    filter:saturate(0.7) brightness(0.7) contrast(0.7);
}

.blog_preview {
    width:100%;
    height:auto;
    display:flex;
    position:relative;
    align-items: flex-end;
    text-decoration:none;
    min-height: 30rem;
    margin-bottom: 2rem;
}
.blog_list_wrap h4 {
    font-size:1.5rem;
    margin-bottom:0.5rem;
}
.blog_list_wrap h5 {
    margin-bottom:1rem;
}

.thumb.square.pull-right {
    width:15rem;
    height:10rem;
    margin-left:1rem;
    margin-bottom:1rem;
    float:right;
    object-fit: contain;
}

.single_blog_wrap h5 {
    margin-top:-1rem;
    margin-bottom:3rem;
    font-weight:200;
    font-size:1rem;
}

.customform input, .customform textarea, .customform select {
    max-width:80%;
    width:80ch;
    border:1px solid rgba(0,0,0,0.3);
    background:white;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    padding:0.5em;
}
.customform input[type="checkbox"] {
    box-shadow:none;
    border:none;
    margin-right:1rem;
    
}
.customform .field {
    margin-top:1rem;
}
.customform .field label {
    margin-bottom:0.5rem;
    /* display:inline-block; */
    display: flex !important;
    flex-direction: column;
}
.customform .field label.checkbox {
    flex-direction:row;
}
.customform .field label.checkbox input {
    width:auto;
    max-width:auto;
}
.customform button {
    border:none;
    padding:0.5rem 1rem;
    color:var(--green);
    background:white;
    margin-top:2rem;
    display:inline-block;
    font-size:1.3rem;
    font-weight:bold;
    transition:all 0.3s ease;
}
.customform .help {
    margin-top:1em;
    font-size:70%;
    font-style:italic;
    margin-left:1em;
}
.customform textarea {
    height:8em;
}
.customform button:hover {
    color:white;
    background:var(--darkgreen);
}

#latest_blog_wrap {
    padding-left:2rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top:2rem;
}
p.note {
    font-size:0.8rem;
    opacity:0.8;
    text-align:center;
}
.event_preview.hidden {
    display:none;
}
.event_preview {
    /* transition:all 0.3s ease;
    max-height:20rem;
    overflow:hidden; */
}

.tag_filter_list {
    margin-bottom:2rem;
    
}
li.tag.filter_tag {
    opacity: 0.7;
    transform: scale(0.8);
    transition:all 0.3s ease;
}
li.tag.filter_tag a {
    color:#888;
    font-weight:bold;
    transition:color 0.3s ease;
}
li.tag.filter_tag.show {
    opacity:1;
    transform:scale(1);
}
li.tag.filter_tag.show a {
    color:#555;
}

.fishicon {
    max-width:6rem;
}
.fishicon img {
    max-width:100%;
}

.temp_and_desc {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.weather.flex {
    align-items:center;
}
.weather_desc {
    font-weight: 200;
    font-size: 0.9rem;
    line-height: 1;
}
.weather_temp {
    font-weight: 500;
    font-size: 1.3rem;
}
.weather img.weather_icon {
    max-width: 3rem;
    margin-left:0.2rem;
}

div#fish_report_teaser {
    background: var(--darkblue);
    position: absolute;
    right: 20vmin;
    bottom: 20vmin;
    color: white;
    /* display:none; */
}
.white_border_wrap {
    margin: 1rem;
    border: 1px solid white;
    padding: 1rem;
}
div#fish_report_teaser .flex {
    align-items:center;
}
.fish_x {
    padding: 1rem;
}
.fish_msg {
    max-width:25ch;
    margin-left:1rem;
}
div#fish_report_teaser h5 {
    color:lightblue;
    text-transform: uppercase;
    font-weight:200;
    margin-top:0;
    font-size:1.5rem;
    margin-bottom:0.5em;
}
div#fish_report_teaser a {
    color:white;
    text-decoration:none;
    font-weight:bold;
}
div#fish_report_teaser a:hover {
    color:var(--lightblue);
}
#fish_hide {
    max-width:4rem;
}
#fish_hide:hover {
    opacity:0.7;
}
.explore_item {
    text-decoration:none;
}

.gradient {
    background: linear-gradient(180deg, rgba(0,0,20,0.7) 0%, rgba(255,255,255,0) 100%);
    height:13rem;
    opacity:1;
    pointer-events:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    transition:all 1s ease;
}
body.scrolled .gradient {
    height:0;
    opacity:0;
}

#latest_wrap.flex    {
    display:block;
    margin-top:2rem;
    margin-bottom:2rem;
}

section#latest {
    background-image:url("/src/templates/escanaba/images/map_bg.png");
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
}

.latest_blog_content {
    position:relative;
    z-index:2;
    /* background:rgba(255,255,255,0.9); */
    background:white;
    padding:2rem;
    width:100%;
    box-shadow:3px 3px 10px rgba(0,0,0,0.3);
    align-self: flex-end;
    /* margin-bottom:2rem; */
}
.latest_blog_content h3 {
    color:var(--darkblue);
}
.latest_blog_content p {
    margin:1em 0;
    color:#556874;
}

#top_nav_wrap {
    align-items: center;
    justify-content: space-between;
    height: 10rem;
    padding-top: 0rem;
    transition:all 1s ease;
}
#top_nav_list > li {
    width:10rem;
    text-align: center;
}
#top_nav_list  > li:first-child {
    /* weather */
    text-align:left;
}
body.scrolled #top_nav_wrap {
    height: 5rem;
    padding-top:0;
}
body.hero_count_0 main {
    margin-top:13rem; /* push main down if no hero */
}
body.hero_count_0.view_333333 main {
    margin-top:0rem; /* ...but not if in member view */
}

main .readable p {
    margin-bottom:1rem;
}
main .readable p:last-child {
    margin-bottom:0;
}
p {
    line-height:1.8;
}

h2 {
    text-transform:normal;
}

nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

li.home_link {
    text-align:center;
}
li.home_link img {
    width:20rem;
    transition:all 1s ease;
    max-width: 75%;
}
body.scrolled li.home_link img {
    width:8rem;
}



#top_nav_list {
    width:100%;
    justify-content: space-between;
    align-items: center;
}

section#explore {
    margin-top:2rem;
}
.explore_top {
    display:flex;
    justify-content: space-between;
}
#desktop_explore_grid {
    position:relative;
    width:60%;
    /* left:30%; */
    min-height:32rem;
    justify-self: flex-end;
}
#desktop_explore_grid > div {
    overflow:hidden;
    position:absolute;
}
#explore_item_1 { width:15rem; height:10rem; left:5rem; top:5rem; transform-origin:bottom right; }
#explore_item_2 { width:25rem; height:18rem; left:22rem; top:0; transform-origin:bottom left; }
#explore_item_3 { width:20rem; height:13rem; left:0; top:17rem; transform-origin:top right; }
#explore_item_4 { width:15rem; height:10rem; left:22rem; top:20rem; transform-origin:top left;}
#explore_item_5 { width:10rem; height:8rem; left:39rem; top:20rem; transform-origin:top right;}

.explore_item {
    display:flex;
    transition:all 0.3s ease;
    transform:scale(1);
    opacity:1;
    position:absolute;
    box-shadow:3px 3px 10px rgba(0,0,0,0.3);
}
.explore_item img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
}
.explore_item.shrink {
    transform:scale(0.9);
    opacity:0.5;
}
.explore_item:hover {
    transform:scale(1.1);
    opacity:1;
    cursor:pointer;
}
.pull_bottom_explore_title {
    text-align:center;
    background:white;
    width:100%;
    align-self:flex-end;
    padding:1rem;
    z-index:2;
}

#touch_explore_grid, #latest_events_swiper {
    width:100%;
    height:24rem;
}

.swiper_event_content {
    margin: 1rem;
    outline: 1px solid rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 16rem;
    width:100%;
}


:is(#touch_explore_grid,#latest_events_swiper) .touch_explore_item {
    width:20rem;
    height:18rem;
    box-shadow:3px 3px 10px rgba(0,0,0,0.3);
    margin-bottom:2rem;
}

#desktop_explore_grid {
    display:none;
}

.swiper-wrapper {
    height:auto !important;
}
.swiper-pagination-bullet {
    width:22px !important;
    height:22px !important;
    opacity:0.9 !important;
    background-color:#D5DBE4 !important;
    border:2px solid white;

}
.swiper-pagination-bullet-active {
    background-color:var(--green) !important;
    border:2px solid white;

}

section#latest {
    margin-top:2rem;
}
#latest_events_wrap {
    margin-top:5rem;
    width:50%;
}


#top_nav_list .home_link {
    margin:0 auto;
}
#top_nav_list li:not(.home_link) {
    display:none;
}
#top_nav_list a, #top_nav_list .custom_nav_section_el {
    transition:color 0.3s ease;
    cursor: pointer
}
#top_nav_list a:hover {
    /* color:var(--darkdarkblue);
    color:var(--lightorange); */
    color:var(--green);
}
#top_nav_list a.active {
    color:var(--green);
}
.custom_nav_section_el {
    transition:color 0.3s ease;
}
.custom_nav_section_el:hover {
    /* color:var(--darkdarkblue);
    color:var(--lightorange); */
    color:var(--green);
}
.custom_nav_section_el.active {
    color:var(--green);
}

#seasonteaser_top {
    align-items: flex-end;
    margin-bottom:2rem;
}


.teaser_link {
    display:block;
    width:20rem;
    height:20rem;
    position:relative;
    overflow:hidden;
    text-decoration:none;
}
.teaser_img {
    position:absolute;
    top:0;
    left:0;
    width:20rem;
    height:20rem;
    object-fit: cover;
    transition:all 0.3s ease;
}
.teaser_content_wrap {
    margin:1rem;
    outline:1px solid rgba(255,255,255,0.9);
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 18rem;
}

h3 {
    text-decoration:none;
    color:white;
    transition:transform 0.3s ease;
    font-size:1.5rem;
}


#seasonteaser_bottom {
    flex-wrap:wrap;
    justify-content: center;
    gap:2rem;
    list-style:none;
}

#seasonteaser_bottom li a {
    width:100%;
}
#seasonteaser_bottom li img {
    width:100%;
} 
#seasonteaser_bottom li {
    width:45%;
}


#social_links .contain.flex {
    display:block;
    
    margin-top:2rem;
    margin-bottom:2rem;
}
.social_link {
    transition:opacity 0.3s ease;
}
.social_link:hover {
    opacity:0.7;
}

@media screen and (min-width:900px) {
    div#fish_report_teaser {
        display:block;
    }
}

@media screen and (min-width:700px) {
    #social_links .contain.flex {
        display:flex;
    }
    #social_bottom {
        margin-top:0;
    }
    html {
        font-size:14px;
    }
    
}

#social_links .flex {
    align-items: flex-end;
}
#social_links h1 {
    margin-bottom:0;
    margin-right:2rem;
}
#social_bottom {
    list-style:none;
    margin-top:1rem;
}
#social_bottom li {
    margin-right:2rem;
}
#social_bottom li:last-child {
    margin-right:0;
}
.social_link {
    display:block;
    width:4rem;
    height:4rem;
}
.social_link img {
    max-width:100%;
}

div#messages {
    /* position: fixed; */
    top: 12rem;
    width: 100%;
    /* height: 5rem; */
    z-index: 99;
    opacity: 0.7;
    position: absolute;
    text-align:center;
}
.alert.notification p {
    color:white;
    padding:1em;
}
.alert.notification.is-danger {
    background: red;
}
.alert.notification button {
    display:none;
}

.member_hero_image, .event_hero_image {
    width:100%;
    max-width:2200px;
    max-height:42vh;
    /* height:42vh; */ /* use this for fixed height - no jump on load, but highly cropped images in smaller devices */
    object-fit: cover;
    display:block;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    /* margin-bottom:2rem; */
    margin-top: -13rem; /* pull back up under top menu */
}
.member_details h1, .event_details h1 {
    margin-bottom:1rem;
    font-size:3rem;
}
.member_details h3, .event_details h3 {
    color:#5c798b;
    font-weight:bold;
    text-transform: uppercase;
    font-size:1.1rem;
    margin-bottom:1rem;
}
.member_details .cta_link, .event_details .cta_link {
    margin-top:0;
    margin-bottom:1rem !important;
}
.related_tags h2 {
    margin-top:2rem;
}
.member_details h3 a, .event_details h3 a {
    text-decoration:none;
    color:#5c798b;
}



.megamenu {
    position:fixed;
    left:0;
    right:0;
    top:12rem;
    width:90%;
    z-index:210;
    max-width:1920px;
    margin-left:auto;
    margin-right:auto;
    box-shadow:3px 3px 10px rgba(0,0,0,0.3);
    /* overflow:hidden; */
    pointer-events: none;
    opacity:0;
    transition:opacity 0.3s ease;
}
#stay_megamenu {
    width:auto;
}
.megamenu.active {
    opacity:1;
    pointer-events:all;
}
.megamenu_left_bg {
    /* background-image:url("/src/templates/escanaba/images/Patterns & Textures/Woodgrain-lightgrey.jpg"); */
    background-color:#eee;
    background-size:cover;
}
main p.image_preview {
    margin:0;
}
main p.image_preview img {
    max-height: 15rem;
    width: 100%;
    object-fit: cover;
}

.blog_wrap_item {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    margin: 2rem;
    display: flex;
    flex-direction: column;
}
.blog_preview_contents {
    padding:1rem;
    display: flex;
    flex-direction: column;
}
.blog_preview_contents h4 {
    margin-top:0;
}
.single_blog_wrap > h5  {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}

.woodgrain_wrap {
    /* background-image:url("/src/templates/escanaba/images/Patterns & Textures/Woodgrain-lightgrey.jpg"); */
    background-color: #eee;
    background-size:cover;
    /* margin-top:1rem; */
    margin-bottom:1rem;
    overflow:hidden;
}
.woodgrain {
    overflow:hidden;
    /* background-image:url("/src/templates/escanaba/images/Patterns & Textures/Woodgrain-lightgrey.jpg"); */
    background-color: #eee;
    background-size:auto;
    background-repeat:repeat;
}
.woodgrain .contain h1 {
    margin-top:2rem;
    margin-bottom:2rem;
}
.woodgrain.tagpage {
    margin-bottom:3rem;
}

.megamenu_contents {
    /* width:calc(100%-4rem); */
    margin:2rem;
    border:2px solid var(--darkblue);
    /* padding:2rem; */
    display:flex;
    gap:2rem;
    overflow:hidden;
    position:relative;
    justify-content: space-between;
}
#stay_megamenu {
    width:65rem;
}
#stay_megamenu .megamenu_contents {
    padding:2rem;
    padding-bottom:0;
}
.megamenu_contents :is(.left,.right) {
    padding:2rem;
}
.megamenu_contents .all {
    width:100%;
}
.megamenu_contents .left {
    /* width:75%; */
    width:100%;
    /* padding-right:0; */
    padding-bottom:0;
}
.megamenu_contents .right {
    background:white;
    width:25%;
    display:none; /* not used anymore */
}
.megamenu_contents * {
    text-decoration:none;
}
.mega_image {
    display:block;
    object-fit: cover;
    /* height:15rem; */
    height:12rem;
    max-width:100%;
    width:100%;
    transition:transform 0.3s ease;
    max-height: 18vh;
}
.mega_image_a {
    position:relative;
    width:33%;
    overflow:hidden;
}
#stay_megamenu .mega_image_a {
    width:50%;
}
.mega_image_a:hover .mega_image {
    transform:scale(1.1);
}
.mega_image_row_wrap {
    display:flex;
    justify-content: space-between;
    align-items:center;
    width:100%;
    gap:2rem;
}
.mega_image_row_wrap.row1 {
    margin-bottom:1rem;
}
h4.mega_image_label {
    color:white;
    background:var(--darkblue);
    padding:0.5em 1em;
    transform:translateY(-1em);
    width:80%;
    left:10%;
    text-transform: uppercase;
    font-size:1.2rem;
    position:relative;
    text-align:center;
}
ul.mega_link_list {
    list-style:none;
    margin:0;
    padding:0;
    margin-left:3rem;
    margin-bottom:1rem;
}
ul.mega_link_list a {
    text-transform:uppercase;
    margin-bottom:2rem;
    font-size:1.2rem;
    font-weight:bold;
    display:inline-block;
    color:var(--darkdarkblue);
    transition:color 0.3s ease;
}
ul.mega_link_list li:last-child a {
    margin-bottom:0;
}
ul.mega_link_list a:hover {
    color:var(--blue);
}

.tag_featured_page_heading {
    text-align:center;
    margin-bottom:2rem;
}

.mega_title {
    margin:3rem;
    font-size:2.5rem;
}

.right .cta_link {
    padding-left:3rem;
}
.right .cta_link:hover {
    /* background:white; */
    background:var(--darkgreen);
}




.footer_content_wrap {
    /* background-image:url("images/Patterns & Textures/Woodgrain-darkbluegrey.jpg"); */
    background-image:none;
    background-color:var(--darkdarkblue);
    background-size:cover;
    padding:2rem;
}
.contain.center {
    text-align:center;
}

footer p a {
    color:white;
}

#menu_footer-menu ul {
    list-style:none;
    display:flex;
    justify-content: center;
    flex-wrap:wrap; /* ensure no craziness on small mobile screens */
}
#menu_footer-menu ul li {
    margin-left:1rem;
    margin-right:1rem;
    margin-top:2rem;
}
#menu_footer-menu ul li a {
    color:white;
    text-decoration:none;
    font-weight:bold;
    font-size:1.0rem;
    text-transform: uppercase;
}
#menu_footer-menu ul li a:hover {
    color:var(--lightblue);
}
footer {
    background:var(--darkdarkblue);
}
footer h2 {
    font-weight: 300;
    font-size: 1.3rem;
    line-height:2em;
    color:white;
    margin:2rem 0;
}
footer h2 a {
    color: var(--lightblue);
}
.footer_logo {
    width:20rem;
    max-width:80%;
}
.footer_moreinfo {
    padding:2rem 1rem;
    color:white;
}
.ctalink {
    display:block;
    text-align:center;
    font-size:1.3rem;
    font-weight:bold;
    color:var(--green);
}
ul.mini_tag_list li {
    width:100%;
    display:flex;
}
ul.mini_tag_list, ul.tag_list {
    margin:0;
    padding:0;
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
    list-style:none;
}

.tags li.tag {
    display:flex;
    align-items:center;
}
.mini_tag_icon {
    width:2rem;
}

ul.tag_list li {
    /* width: 27rem; */
    width: 22rem;
}

#grey_curve {
    height:2rem;
    background-image:url(images/grey_curve.png);

    width:100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#crowdriff {
    display:none;
}
@media screen and (min-width:700px) {
    #grey_curve {
        height:4rem;
        background-image:url(images/blue_curve.png);
        width:100%;
        background-color:#ededf0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #crowdriff {
        display:block;
    }
    ul.tag_list li {
        /* width:auto; */
        /* width: 27rem; */
        width:22rem;
    }
    ul.tag_list {
        justify-content:flex-start;
    }
}
.tag_list li a {
    text-decoration:none;
    align-items:center;
    margin: 2rem;
}

.tag.swiper-slide img {
    transition:transform 0.3s ease;
}
.tag.swiper-slide:hover img {
    transform:scale(1.1);
}

.tag.swiper-slide {
    width:20rem;
    height:20rem;
    display: flex;
    background: aliceblue;
    box-shadow:3px 3px 10px rgba(0,0,0,0.3);
    margin-bottom:4rem;
    text-decoration:none;
    overflow:hidden;
}
.tag_image {
    width:20em;
    height:20em;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}


#content_page_header {
    margin-top:-13rem;
    position:relative;
    width:100%;
    height:45vh;
    display:flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom:3rem; */
}
img.content_header {
    object-fit:cover;
    width:100%;
    height:100%;
    position:absolute;
}
#content_page_header h1 {
    color:white;
    font-size:3rem;
    font-weight:900;
    padding:0.25em 0.5em;
    border:1px solid white;
    margin:0;
    text-align:center;
}
.content_page_heading_wrap {
    margin-top:15vh;
    overflow:hidden;
    z-index:1;
    padding: 1rem;
    background-color:#3D5361aa;
}
.markup h2 {
    margin-bottom:1em;
}
.readable img, .contain img {
    max-width:100%;
}
.contain iframe {
    display:block;
    margin-top:2rem;
    margin-bottom:2rem;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    max-width: 100%;
}
video {
    max-width:100%;
}

video.herovideo {
    width:100%;
    /* height:100%; */
    height:100vh; /* fix mobile safari gray bar */
    object-fit:cover;
    position:absolute;
    top:0;
    left:0;
}

.city_sep {
    text-align:center;
}
.spacer {
    margin-top:2rem;
}

video.hover_video.square {
    width: 100%;
    position: absolute;
    height: 100%;
    background: black;
    object-fit:cover;
}
.explore_item video {
    opacity:0;
    transition:opacity 0.3s ease;
}
.explore_item:hover video {
    opacity:1;
}

.favorites_list {
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    justify-content: center;
}
.favorites_header_wrap {
    background-color:var(--darkgreen);
    margin-top:3rem;
    margin-bottom:3rem;
}
.favorites_header_wrap h2 {
    font-size:2rem;
    text-align:center;
    margin:0;
    padding:1em;
    color:white;
}

#tagged_members h2 {
    margin-top:3rem;
    margin-bottom:1rem;
}

#latest_blog_wrap {
    padding-left:0rem;
    width: 100%;
}
#latest_events_wrap {
    width:100%;
}

h2.event_dates {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.2rem;
    margin-top: 0.5em;
}
h3.event_times {
    font-size: 1rem;
    font-weight:200;
    margin-top:0.5em;
}
.event_run_info {
    font-weight: normal;
    font-style: italic;
    color: #888;
    text-transform: none;
    font-size: 70%;
    /* margin-left: 2rem; */
    display: block;
    margin-bottom: 1rem;
}

.crowdriff_masonry_item:hover {
    cursor:pointer;
}

#related_tags h2, #page_list h2 {
    margin-top:3rem;
}

.blog_2col {
    display:flex;
    gap:2rem;
}
.blog_2col .blog2 {
    display:none;
}
@media screen and (min-width:800px) {
    #seasonteaser_bottom li {
        width:47%;
    }
    section#events_filter_section h4 {
        display:block;
    }
    #seasonteaser_bottom li a {
        width:100%;
    }
    #seasonteaser_bottom li img {
        width:100%;
    }
    #latest_blog_wrap {
        /* margin-top:0; */
        margin-top: -5rem;
    }

    #latest_wrap.flex {
        display:flex;
    }
    #latest_blog_wrap {
        padding-left:2rem;
        width: 100%;
    }
    .blog_2col .blog2 {
        display:block;
    }
    #latest_events_wrap {
        width:50%;
    }
    
}

@media screen and (min-width:1440px) {
    #seasonteaser_bottom li {
        width:20rem;
    }
    .teaser_link h3 {
        text-shadow:0 0 5px black, 0 0 20px rgba(0,0,0,0.5);
    }
    .teaser_link:hover h3 {
        transform:scale(1.3);
    }
    .teaser_link:hover .teaser_img {
        filter:saturate(0.5) contrast(0.5) grayscale(0.5);
    }
    /* .teaser_link.spring:hover .teaser_img {
        filter:saturate(0.8) contrast(0.5) hue-rotate(-100deg);
    }
    .teaser_link.summer:hover .teaser_img {
        filter:saturate(0.8) contrast(0.5) hue-rotate(34deg);
    }
    .teaser_link.fall:hover .teaser_img {
        filter:saturate(0.8) contrast(0.5) hue-rotate(180deg) sepia(0.2);
    } */
    #seasonteaser {
        margin-top:2rem; margin-bottom:2rem;
    }
    #seasonteaser_bottom {
        flex-wrap:wrap;
    }
    #seasonteaser_top h1 {
        margin-bottom:0;
        margin-right:2rem;
    }
    #seasonteaser_bottom {
        justify-content: space-between;
        list-style:none;
        margin:0;
        padding:0;
    }
    #seasonteaser_bottom li:nth-child(even) {
        margin-top:4rem;
    }
    .teaser_link video {
        opacity:0;
        transition:opacity 0.3s ease;
    }
    .teaser_link:hover video {
        opacity:1;
    }
}

@media screen and (min-width:1300px) {
    .blog_list_wrap {
        display:flex;
        flex-wrap:wrap;
        position:relative;
    }
    .blog_wrap_item {
        max-width:43%;
    }
    html {
        font-size:16px;
    }
    .explore_verbiage {
        max-width: 39%;
        padding-right: 2rem;
    }
    img.tag_icon {
        width: 5rem;
        height: 5rem;
    }
    #top_nav_wrap {
        padding-top: 2rem;
    }
    .open_mobile_menu {
        display:none;
    }
    #top_nav_list .home_link {
        margin:0 0;
    }
    #touch_explore_grid {
        display:none;
    }
    #desktop_explore_grid {
        display:block;
    }
    #top_nav_list li:not(.home_link) {
        display:block;
    }

    

    
    
}

aside.social_sharing {
    text-align: center;
}
.share_icons {
    display:flex;
    gap:2em;
    justify-content: center;
}



/* dark mode for northern lights page */
#page_alias_northern-lights-music-fest {
    background: black;
}
#page_alias_northern-lights-music-fest footer {
    background: white;
}
#page_alias_northern-lights-music-fest :is(main h2) {
    color:var(--blue);
}
#page_alias_northern-lights-music-fest :is(main h1) {
    color:var(--green);
}
#page_alias_northern-lights-music-fest :is(p, .h1_top) {
    color:#ccc;
}
#page_alias_northern-lights-music-fest #subscribe_section :is(p, .h1_top) {
    color: #556874;
}
#page_alias_northern-lights-music-fest :is(p a, .ctalink, table td a):hover {
    color: var(--lightorange);
    text-decoration: none;
}
/* end dark mode */

#page_alias_northern-lights-music-fest .member_hero_image, #lightings {
    display:none !important;
}


