/* Enter Your Custom CSS Here */
.site-content .collapseomatic:before{
  position: relative !important;
  left: -28px !important;
}

/* Milwaukee Harbor Webcam */
body.page-id-7612 #content { padding-top: 0.5em; }
body.page-id-7612 header.entry-header { margin-bottom: 0.1em; }
body.page-id-7612 h1.entry-title {margin-bottom: 0.2em; display: block; position: relative;}
body.page-id-7612 div#camwrapper { position: relative; top: 0px; left: 0px; height: 540px; width: 960px; }
body.page-id-7612 img#cam { height:540px; width: 960px; z-index: 2; position: absolute; top: 0px; left: 0px; }
body.page-id-7612 img#cam2 { height:540px; width: 960px; z-index: 1; position: absolute; top: 0px; left: 0px; }


/* Homepage Button Navigation */

.grid2x2 {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.grid2x2 > div {
  display: flex; 
  flex-basis: calc(50% - 40px);  
  justify-content: center;
  flex-direction: column;
}
.grid2x2 > div > div {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.box { margin: 20px 15px 20px 15px;}

@media only screen and (max-width: 809px) {
    .box4 {
        margin-top: -1px;
  	}
}

.panel-body .lcp_catlist li {
  list-style-type: none;
  padding-bottom: 15px;
}

.tabtitle, .responsive-tabs__heading, .responsive-tabs__heading--active {
 color:#333333 !important
}

.panel-button-icon {
	border: none;
    cursor: pointer;
    display: block;
    margin: 0;
    outline: none;
    position: relative;
    font-weight: bold;
    background-color: #747c82;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.panel-contact {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	border: 1px solid #dddddd;
}

.panel-contact > .panel-heading {
    background: #3d729d;
    color: #FFF;
}

.panel-contact .panel-button-icon {
	border: none;
    cursor: pointer;
    display: block;
    margin: 0;
    outline: none;
    position: relative;
    font-weight: bold;
    background-color: #6092ba;
    color: #fff !important;
    border-radius: 3px;
    text-decoration: none;
}

.panel-contact .panel-button-icon:hover {
	background-color: #7ba9ce;
}

.panel-contact .panel-button-icon .fa {
	background: #3d729d;
    color: #fff;
    line-height: 2.25em;
    width: 40px;
    text-align: center;
    border-radius: 3px;
  	border-top-right-radius: 0;
  	border-bottom-right-radius: 0;
    font-size: 1.07692em;
    font-weight: 300;
    font-weight: bold;
    margin-right: 10px;
}

.tags-links { display: none!important; }

.clrfix::after {
    content: "";
    clear: both;
    display: table;
}

.page-id-14642 .wp-video {
		width:300px !important;
		display: inline-block;
		float:left;
		margin: 10px;
}