button#searchDropdown.dropdown-toggle::after {
  display: none !important;
}

button#searchDropdown {
  color: white;
}

footer {
  background-color: #444548;
  width: 100%;
  line-height: normal !important;
  white-space: normal !important;
  color: white;
}

.footer-container {
  padding-left: 0px;
  padding-right: 0px;
}
.footer-container h2 {
  text-transform: uppercase;
}

.footer-links-col {
  background-color: #575757;
  color: white;
}

.footer-links {
  margin-left: auto;
  margin-right: 0px;
}
.footer-links h2 {
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-links ul {
  list-style-type: none;
  padding-left: 0px;
}
.footer-links li {
  font-size: 0.9em;
  margin-bottom: 15px;
}
.footer-links a {
  color: inherit;
}

.footer-contact-us-col {
  background-color: #4D4E50;
  color: white;
}
.footer-contact-us-col h2 {
  text-transform: uppercase;
}

.footer-contact-us {
  text-align: center;
}
.footer-contact-us h2 {
  font-size: 1.2em;
  line-height: 60px;
}
.footer-contact-us .email {
  font-size: 0.9em;
  margin-top: auto;
  margin-bottom: 10px;
}
.footer-contact-us .subscribe-form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.footer-bottom {
  background-color: #444548;
  line-height: 60px;
}
.footer-bottom .right {
  text-align: right;
}
.footer-bottom .center {
  text-align: center;
}

.weather-cards {
  flex: inherit;
  flex-grow: inherit;
  display: inline-flex;
}

.weather-card-next {
  width: 40px;
  height: 100%;
  background-color: #0E75BD;
  vertical-align: middle;
  color: white;
  cursor: pointer;
}
.weather-card-next p {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
}

.weather-card.collapsed {
  width: auto;
  max-width: 160px;
  cursor: pointer;
}
.weather-card.collapsed .temperature {
  font-size: 1.5em !important;
}
.weather-card.collapsed .temperature h3 {
  display: none;
}
.weather-card.collapsed .weather-dials {
  opacity: 0;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: height 0s, max-height 0s;
}
.weather-card.collapsed .daily-toggle {
  display: none;
}
.weather-card.collapsed .weather-icon {
  width: 100%;
}
.weather-card.collapsed .weather-icon svg {
  margin-left: 22px;
}
.weather-card.collapsed .forecast-text {
  margin-left: 30px;
}
.weather-card.collapsed .forecast-text .wind {
  display: initial;
}

.weather-card {
  display: inline-block;
  position: relative;
  border: 1px solid #EEEEEE;
  margin-right: 2px;
  width: 100%;
  max-width: 100%;
  transition: max-width 0.5s;
}
.weather-card .day {
  background-color: #3F4351;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 1.2em;
}
.weather-card .weather-icon {
  display: inline-block;
  vertical-align: top;
}
.weather-card .weather-icon svg {
  width: 115px;
  height: 115px;
}
.weather-card .forecast-text {
  display: inline-block;
  padding-left: 10px;
}
.weather-card .forecast-text .temperature {
  font-size: 2em;
  padding-top: 5px;
}
.weather-card .forecast-text .temperature h3 {
  font-size: 0.5em;
}
.weather-card .forecast-text .chance-of-precip {
  margin-top: 5px;
}
.weather-card .forecast-text .wind {
  display: none;
  margin-top: 5px;
}
.weather-card .forecast-text .icon {
  margin-right: 5px;
  width: 20px;
}
.weather-card .weather-dials {
  height: auto;
  max-height: 500px;
  margin-left: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.5s linear 0.25s, opacity 0.5s linear 0.25s;
}
.weather-card .dial {
  display: inline-block;
  width: 110px;
  position: relative;
}
.weather-card .dial svg {
  width: 65px;
  height: 65px;
}
.weather-card .dial .indicator {
  position: absolute;
  transform: translate(-100%, 0%);
}
.weather-card .dial h3 {
  font-size: 0.7em;
  margin: 0;
  margin-top: 5px;
  font-weight: bold;
}
.weather-card .daily-toggle {
  color: #0E75BD;
  position: absolute;
  right: 10px;
  top: 10px;
}

.featured-tag {
  border: solid 1px black;
  padding: 1px;
  text-align: center;
  width: 100px;
}

.featured-fishing-report {
  margin: 20px;
  text-align: left;
}
.featured-fishing-report .image {
  background-color: black;
  text-align: center;
}
.featured-fishing-report .image img {
  max-height: 320px;
}
.featured-fishing-report .created-date-icon {
  vertical-align: middle;
  font-size: 20px;
  padding-bottom: 1px;
}
.featured-fishing-report .header {
  font-size: 13px;
  vertical-align: middle;
  text-align: left;
  padding-top: 10px;
}
.featured-fishing-report .header i.fas {
  vertical-align: middle;
  font-size: 20px;
  padding-bottom: 1px;
  padding-right: 5px;
}
.featured-fishing-report .read-more-container {
  padding-top: 20px;
}
.featured-fishing-report .report {
  text-align: left;
  max-height: 200px;
  overflow: hidden;
  overflow-y: hidden;
  text-overflow: clip;
}
.featured-fishing-report .report h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20pt;
  color: #777777;
  text-align: left;
}
.featured-fishing-report .report .fade-out {
  width: 100%;
  position: absolute;
  height: 20px;
  top: 180px;
  background-image: linear-gradient(0, white, transparent);
}

.speech-bubble {
  filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
  padding: 0.5rem 2rem;
  position: relative;
  background: white;
}
.speech-bubble::before {
  border: 12.5px solid transparent;
  border-right: 12.5px solid white;
  border-left: 0;
  height: 0;
  width: 0;
  border-right-width: 25px;
  content: "";
  display: block;
  position: absolute;
  bottom: 1.5rem;
  left: -25px;
  transform-origin: center;
  transform: rotate(-31deg) skew(-25deg) translateX(5px);
}

.subject-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  font-weight: 600;
  padding-bottom: 10px;
}
.subject-row .date {
  margin-left: auto;
}

.avatar {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  width: 100px;
}

.mapIcon {
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -100%);
}

.mapIconContainer {
  width: 50px;
  height: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.mapIconContainer p {
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  width: 50px;
  height: 50px;
  color: white;
  line-height: 50px;
  text-align: center;
  transform: translate(0, -100%);
}

#map-popover {
  background: #333;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 4px;
}

#map-arrow,
#map-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: -1;
}

#map-arrow::before {
  content: "";
  transform: rotate(45deg);
  background: #333;
}

#map-popover[data-popper-placement^=top] > #map-arrow {
  bottom: -4px;
}

#map-popover[data-popper-placement^=bottom] > #map-arrow {
  top: -4px;
}

#map-popover[data-popper-placement^=left] > #map-arrow {
  right: -4px;
}

#map-popover[data-popper-placement^=right] > #map-arrow {
  left: -4px;
}

#map-popover {
  /* ... */
  display: none;
}

#map-popover[data-show] {
  display: block;
}

.wave-forecast-day {
  width: 250px;
  float: left;
  display: block;
  padding: 10px;
  border: 1px solid #EEEEEE;
  margin-left: -1px;
}
.wave-forecast-day h1 {
  font-size: 1.3rem;
}
.weather-cards {
  flex: inherit;
  flex-grow: inherit;
  display: inline-flex;
}

.weather-card-next {
  width: 40px;
  height: 100%;
  background-color: #0E75BD;
  vertical-align: middle;
  color: white;
  cursor: pointer;
}
.weather-card-next p {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
}

.weather-card.collapsed {
  width: auto;
  max-width: 160px;
  cursor: pointer;
}
.weather-card.collapsed .temperature {
  font-size: 1.5em !important;
}
.weather-card.collapsed .temperature h3 {
  display: none;
}
.weather-card.collapsed .weather-dials {
  opacity: 0;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: height 0s, max-height 0s;
}
.weather-card.collapsed .daily-toggle {
  display: none;
}
.weather-card.collapsed .weather-icon {
  width: 100%;
}
.weather-card.collapsed .weather-icon svg {
  margin-left: 22px;
}
.weather-card.collapsed .forecast-text {
  margin-left: 30px;
}
.weather-card.collapsed .forecast-text .wind {
  display: initial;
}

.weather-card {
  display: inline-block;
  position: relative;
  border: 1px solid #EEEEEE;
  margin-right: 2px;
  width: 100%;
  max-width: 100%;
  transition: max-width 0.5s;
}
.weather-card .day {
  background-color: #3F4351;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 1.2em;
}
.weather-card .weather-icon {
  display: inline-block;
  vertical-align: top;
}
.weather-card .weather-icon svg {
  width: 115px;
  height: 115px;
}
.weather-card .forecast-text {
  display: inline-block;
  padding-left: 10px;
}
.weather-card .forecast-text .temperature {
  font-size: 2em;
  padding-top: 5px;
}
.weather-card .forecast-text .temperature h3 {
  font-size: 0.5em;
}
.weather-card .forecast-text .chance-of-precip {
  margin-top: 5px;
}
.weather-card .forecast-text .wind {
  display: none;
  margin-top: 5px;
}
.weather-card .forecast-text .icon {
  margin-right: 5px;
  width: 20px;
}
.weather-card .weather-dials {
  height: auto;
  max-height: 500px;
  margin-left: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.5s linear 0.25s, opacity 0.5s linear 0.25s;
}
.weather-card .dial {
  display: inline-block;
  width: 110px;
  position: relative;
}
.weather-card .dial svg {
  width: 65px;
  height: 65px;
}
.weather-card .dial .indicator {
  position: absolute;
  transform: translate(-100%, 0%);
}
.weather-card .dial h3 {
  font-size: 0.7em;
  margin: 0;
  margin-top: 5px;
  font-weight: bold;
}
.weather-card .daily-toggle {
  color: #0E75BD;
  position: absolute;
  right: 10px;
  top: 10px;
}

.pagination {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  background-color: #F6F6F6;
}
.pagination li {
  color: #0E75BD;
  font-size: 1.2em;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.pagination li.active {
  color: black;
  border: solid 1px #EEEEEE;
  align-content: center;
  text-align: center;
}

.boat-landing-card {
  width: 100%;
  min-width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 295px;
  cursor: pointer;
}

.fishing-spot-card {
  width: 100%;
  min-width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 295px;
  cursor: pointer;
}
.fishing-spot-card .card-title {
  color: #0E75BD;
}

.data-card {
  margin-top: 20px;
}
.data-card .card-body .media {
  display: flex;
  align-items: flex-start;
}
.data-card .card-body .media .icon-container {
  color: #6c757d !important;
  margin: 0px;
  border-radius: 50% !important;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  text-align: center !important;
}
.data-card .card-body .media .media-body {
  margin-right: 1em;
  text-align: right !important;
  margin-left: auto;
}
.data-card .card-body .media .media-body p {
  color: #6c757d;
}
.data-card .card-body .media .media-body h2 {
  font-weight: 400;
}
.data-card .card-body .media .media-body .title {
  text-transform: uppercase;
}
.data-card .card-body .media .media-body .value {
  margin-bottom: 0px;
}

.tides-chart {
  height: 300px;
}

.tides-text h2 {
  margin-top: 0px;
  font-size: 1.2em;
  color: #777777;
}
.tides-text h3 {
  margin-top: 20px;
  font-size: 1.2em;
  color: #777777;
}
.tides-text .tides-header-row {
  font-weight: bold;
  color: #212529;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 10px;
  margin-top: 15px;
}

.monthly-calendar {
  width: 100%;
  border: 1px solid #EEEEEE;
}
.monthly-calendar .calendar-title {
  text-align: center;
  background: #3F4351;
  color: white;
}
.monthly-calendar .weeknames {
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  color: #212529;
}
.monthly-calendar .week {
  border-top: 1px solid #EEEEEE;
}
.monthly-calendar .today {
  background: #E4EEFF;
}
.monthly-calendar .today .day-number {
  font-weight: bold !important;
  color: #212529 !important;
}
.monthly-calendar .day {
  border-left: 1px solid #EEEEEE;
  padding: 10px;
  margin-left: -1px;
  min-width: 100px;
  border-bottom: 1px solid #EEEEEE;
}
.monthly-calendar .day .day-number {
  color: #777777;
  font-size: 1.2em;
  padding-left: 10px;
  margin-bottom: 10px;
}
.monthly-calendar .day .day-contents {
  text-align: right;
  font-size: 0.8em;
}

.fishing-report {
  margin: 10px;
  text-align: left;
}
.fishing-report .image {
  text-align: center;
}
.fishing-report .image img {
  max-height: 200px;
}
.fishing-report .header {
  font-size: 13px;
  vertical-align: middle;
  text-align: left;
  padding-top: 10px;
}
.fishing-report .header i.fas {
  vertical-align: middle;
  font-size: 15px;
  padding-bottom: 1px;
  padding-right: 5px;
}
.fishing-report .report {
  text-align: left;
  max-height: 150px;
  overflow: hidden;
  overflow-y: hidden;
  text-overflow: clip;
}
.fishing-report .report h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15pt;
  color: #777777;
  text-align: left;
}
.fishing-report .report a h2 {
  color: #0E75BD !important;
}
.fishing-report .report .fade-out {
  width: 100%;
  position: absolute;
  height: 20px;
  top: 130px;
}

.body-row:nth-child(even) .fade-out {
  background-image: linear-gradient(0, #F6F6F6, transparent);
}

.body-row:nth-child(odd) .fade-out {
  background-image: linear-gradient(0, white, transparent);
}

.boat-landing-popup {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0;
  width: 210px;
}
.boat-landing-popup img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
  border-radius: 0.25rem !important;
}
.boat-landing-popup .popup-image {
  margin: 0;
  padding: 0;
}
.boat-landing-popup .popup-title {
  margin: 0;
  padding: 0;
  text-align: center;
}

.boat-ramp-container {
  margin-top: 40px;
  margin-bottom: 20px;
}
.boat-ramp-container h4 {
  font-size: 1.2em;
}
.boat-ramp-container .boat-ramp-image-large {
  max-width: 450px;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}
.boat-ramp-container .boat-ramp-details {
  display: inline-block;
  vertical-align: top;
}

.boat-ramp-amenities {
  margin-bottom: 20px;
}

#locationMap {
  margin-top: 30px;
  height: 500px;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-bottom: none;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.location-details {
  background-color: #3F4351;
  color: white;
  border: 1px solid #EEEEEE;
  border-top: none;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 20px;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.location-details .location-title {
  font-size: 1.5em;
}
.location-details .location-description {
  font-size: 1.2em;
}
.location-details .location-coords {
  float: right;
  font-size: 1.5em;
}

.home-sponsor-row .col {
  text-align: center;
}
.home-sponsor-row .col img {
  max-width: 250px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

h1 {
  text-transform: uppercase;
}

.settings a {
  text-transform: uppercase;
}

.sponsor-row {
  border: 1px solid #F6F6F6;
  margin: 15px;
  padding: 15px;
}
.sponsor-row .logo-col {
  text-align: center;
}
.sponsor-row .logo-col img {
  max-width: 350px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}

.moonIcon {
  font-size: 25px;
  position: absolute;
  right: 5px;
  top: 2px;
}

.tides-graph {
  height: 400px;
}

.tides-day {
  min-width: 200px;
  border: 1px solid #EEEEEE;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 10px;
}
.tides-day .tides-text {
  font-size: 0.9em;
  text-align: center;
}
.tides-day .tides-title {
  text-align: center;
  font-size: 1.1em;
  color: #212529;
  margin-bottom: 10px;
}

a {
  color: #0E75BD;
  display: contents;
}

.row {
  margin-left: auto !important;
  margin-right: auto !important;
}

.body-row {
  padding-bottom: 20px;
}
.body-row .body-col {
  max-width: 1270px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
.body-row .header {
  padding-top: 10px;
}
.body-row .header h1 {
  font-size: 1.4rem;
  display: inline;
  color: #777777;
  padding-right: 15px;
}
.body-row .header .settings {
  text-align: right;
}

.body-row:nth-child(odd) {
  background-color: #FFFFFF;
}

.body-row:nth-child(even) {
  background-color: #F6F6F6;
}

.btn-outline-primary {
  color: #0E75BD !important;
  border-color: #0E75BD !important;
  border-radius: 0px !important;
}

.btn-outline-primary:hover {
  background-color: #0E75BD !important;
  color: white !important;
}

.btn-primary {
  color: #fff;
  background-color: #0E75BD;
  border-color: #0E75BD;
}

footer {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}

html {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

nav {
  margin-bottom: 20px;
  background-color: #252525;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
nav a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
nav a.nav-link {
  font-weight: 500;
  font-size: 11pt;
  color: white !important;
  padding-left: 25px;
  padding-right: 25px;
}
nav .nav-item {
  margin-left: 25px;
  margin-right: 25px;
}

/*# sourceMappingURL=site.css.map */
