/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

body {
  font-style: normal;
  line-height: 1.5; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem; }

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap; }

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

.mbr-section-title {
  font-style: normal;
  line-height: 1.0; }

.mbr-section-subtitle {
  line-height: 1.3; }

.mbr-text {
  font-style: normal;
  line-height: 1.6; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type='hidden'] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex; }

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

.btn-form {
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

[type='submit'] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px; }

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em; }
  .form-control, .form-control:focus {
    border: 1px solid #e8e8e8; }
  .form-active .form-control:invalid {
    border-color: red; }

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative; }
  .alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px); }
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1024px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal; }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center; }

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type='range'] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1024px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important; }

html,
body {
  height: auto;
  min-height: 100vh; }

.dropup .dropdown-toggle::after {
  display: none; }

/*# sourceMappingURL=style.css.map */
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.25rem;
    font-size: calc( 2.4625rem + (4.25 - 2.4625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4625rem + (4.25 - 2.4625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9rem + (3 - 1.9) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9rem + (3 - 1.9) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.045rem + (1.1 - 1.045) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.045rem + (1.1 - 1.045) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.225rem + (1.5 - 1.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.225rem + (1.5 - 1.225) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 0.3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #cc8304 !important;
}
.bg-info {
  background-color: #092f60 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #f9f295 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #830000 !important;
  border-color: #830000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #360000 !important;
  border-color: #360000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #360000 !important;
  border-color: #360000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #092f60 !important;
  border-color: #092f60 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #020d1a !important;
  border-color: #020d1a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #020d1a !important;
  border-color: #020d1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #cc8304 !important;
  border-color: #cc8304 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #815303 !important;
  border-color: #815303 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #815303 !important;
  border-color: #815303 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
  color: #877e08 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1d0000;
  color: #1d0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #830000;
  border-color: #830000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #830000 !important;
  border-color: #830000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000103;
  color: #000103;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #092f60;
  border-color: #092f60;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #092f60 !important;
  border-color: #092f60 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #684302;
  color: #684302;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #cc8304;
  border-color: #cc8304;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #cc8304 !important;
  border-color: #cc8304 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f4e634;
  color: #f4e634;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #877e08;
  background-color: #f9f295;
  border-color: #f9f295;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #877e08 !important;
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #830000 !important;
}
.text-success {
  color: #cc8304 !important;
}
.text-info {
  color: #092f60 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #f9f295 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1d0000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #684302 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000103 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f4e634 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #092f60;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #f9f295;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fddb9f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1468d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #830000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-uk8BW1vcWf body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
}
.cid-uk8BW1vcWf .container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.cid-uk8BW1vcWf #calendar {
  margin: 20px 0;
  position: relative;
  width: 100%;
}
.cid-uk8BW1vcWf .calendar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uk8BW1vcWf .calendar-nav button {
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  color: #fff;
}
.cid-uk8BW1vcWf #calendar-month-year {
  font-size: 1.2em;
  text-align: center;
  width: 70%;
  color: #fff;
  margin: 0 20px;
  padding: 2px 0;
}
.cid-uk8BW1vcWf #calendar-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uk8BW1vcWf #calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-shadow: 0px 0px 0px black;
  text-align: center;
  font-weight: bold;
  color: #fff;
  gap: 5px;
  font-size: 1em;
  margin-bottom: 10px;
}
.cid-uk8BW1vcWf #calendar-days div {
  text-shadow: 0px 0px 0px black;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 0.7em;
  background-color: darkred;
}
.cid-uk8BW1vcWf #calendar-dates {
  text-shadow: 0px 0px 0px black;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  text-align: center;
  height: auto;
}
.cid-uk8BW1vcWf .day {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  flex-direction: column;
}
.cid-uk8BW1vcWf .day.disabled,
.cid-uk8BW1vcWf .day.past {
  background: rgba(169, 169, 169, 0.6);
  color: #000;
  cursor: not-allowed;
  background-color: rgba(169, 169, 169, 0.6);
}
.cid-uk8BW1vcWf .day.selected {
  background: #007bff;
  color: #fff;
  border: 2px solid #2196F3;
}
.cid-uk8BW1vcWf .day.booked {
  background: rgba(139, 0, 0, 0.6);
  color: #fff;
  background-color: rgba(139, 0, 0, 0.6);
  cursor: pointer;
}
.cid-uk8BW1vcWf .day.available {
  background: rgba(0, 128, 0, 0.6);
  color: #fff;
  background-color: rgba(0, 128, 0, 0.6);
}
.cid-uk8BW1vcWf .trip-options {
  display: none;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  z-index: 1001;
}
.cid-uk8BW1vcWf .trip-options-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  color: white;
}
.cid-uk8BW1vcWf .trip-options-header h2 {
  margin: 0;
  font-size: 1.5em;
  color: #fff !important;
}
.cid-uk8BW1vcWf .close-trip-options {
  color: #ff0000 !important;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 1px;
}
.cid-uk8BW1vcWf .close-trip-options:hover,
.cid-uk8BW1vcWf .close-trip-options:focus,
.cid-uk8BW1vcWf .close:hover,
.cid-uk8BW1vcWf .close:focus {
  color: darkred !important;
  text-decoration: none;
}
.cid-uk8BW1vcWf .modal {
  display: none;
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 450px;
  max-height: 80%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #ddd;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.cid-uk8BW1vcWf .modal-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  text-align: left;
  margin: auto;
  max-height: calc(20vh);
  overflow-y: auto;
}
.cid-uk8BW1vcWf .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.cid-uk8BW1vcWf .modal-header h2 {
  margin: 0;
  font-size: 1.5em;
  color: #fff;
}
.cid-uk8BW1vcWf .close {
  color: #ff0000 !important;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uk8BW1vcWf .close:hover,
.cid-uk8BW1vcWf .close:focus {
  color: darkred !important;
  text-decoration: none;
}
.cid-uk8BW1vcWf .modal-content form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #fff;
}
.cid-uk8BW1vcWf .modal-content form input {
  width: calc(80%);
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.cid-uk8BW1vcWf .modal-content form button {
  background-color: #fff;
  color: darkgreen;
  padding: 10px 20px;
  border: 2px solid darkgreen;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}
.cid-uk8BW1vcWf .modal-content form button:hover {
  background-color: #e6ffe6;
}
.cid-uk8BW1vcWf .overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uk8BW1vcWf #trip-options {
  display: none;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
.cid-uk8BW1vcWf #overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uk8BW1vcWf h2 {
  color: #000000;
}
.cid-uk8BW1vcWf .modal-logo {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 100px;
}
.cid-uk8BW1vcWf .modal-content form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .cid-uk8BW1vcWf .modal-content {
    width: 95%;
    padding: 10px;
    padding-top: 5px;
  }
  .cid-uk8BW1vcWf img {
    width: 100%;
    margin: 0 auto;
  }
  .cid-uk8BW1vcWf .modal-content form button {
    width: 100%;
    padding: 10px;
  }
  .cid-uk8BW1vcWf #calendar-container {
    width: 100%;
    padding: 5px;
    max-width: 100%;
    height: auto;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
  }
  .cid-uk8BW1vcWf .day {
    padding: 3px;
    font-size: 0.8em;
  }
  .cid-uk8BW1vcWf h1 {
    font-size: 1.3em;
  }
  .cid-uk8BW1vcWf h2 {
    font-size: 1.3em;
  }
  .cid-uk8BW1vcWf #calendar-month-year {
    font-size: 1em;
    padding: 2px 0;
  }
  .cid-uk8BW1vcWf .close-trip-options {
    color: #ff0000 !important;
    font-size: 1em;
  }
  .cid-uk8BW1vcWf #trip-options h2 {
    font-size: 1em;
  }
  .cid-uk8BW1vcWf .title {
    padding: 0;
  }
  .cid-uk8BW1vcWf .container-fluid {
    padding: 0;
  }
  .cid-uk8BW1vcWf #calendar-days,
  .cid-uk8BW1vcWf #calendar-dates {
    font-size: 0.7em;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    display: grid;
    width: 100%;
  }
  .cid-uk8BW1vcWf #calendar-legend .legend-item span {
    font-size: 1em !important;
  }
  .cid-uk8BW1vcWf .media-container-row {
    margin: 0;
  }
  .cid-uk8BW1vcWf .status-text {
    display: block;
    text-align: center;
    line-height: 1.2;
    font-size: 1em;
    margin-top: 1px;
    padding: 0 2px;
  }
  .cid-uk8BW1vcWf h1,
  .cid-uk8BW1vcWf h2 {
    font-size: 1.2em;
  }
  .cid-uk8BW1vcWf .legend-item {
    font-size: 1em !important;
  }
  .cid-uk8BW1vcWf #calendar-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .cid-uk8BW1vcWf .day,
  .cid-uk8BW1vcWf #calendar-days div {
    padding: 2px;
    font-size: 0.7em;
    min-width: 40px;
    min-height: 40px;
    height: auto;
    box-sizing: border-box;
  }
  .cid-uk8BW1vcWf #calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
  }
  .cid-uk8BW1vcWf #calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
  }
  .cid-uk8BW1vcWf .date {
    font-size: 1em;
    font-weight: bold;
  }
  .cid-uk8BW1vcWf #calendar-legend {
    margin-top: 2px;
    font-size: 0.7em;
  }
  .cid-uk8BW1vcWf .legend-color {
    width: 10px;
    height: 10px;
  }
  .cid-uk8BW1vcWf .calendar-nav button {
    font-size: 1em;
    padding: 1px 3px;
  }
  .cid-uk8BW1vcWf body {
    padding-top: 0;
  }
  .cid-uk8BW1vcWf .logo {
    margin-top: 0;
    padding-top: 0;
    max-width: 100%;
    height: auto;
  }
  .cid-uk8BW1vcWf .container {
    margin-top: 0;
    padding-top: 0;
  }
  .cid-uk8BW1vcWf .calendar-nav,
  .cid-uk8BW1vcWf .calendar-days,
  .cid-uk8BW1vcWf .calendar-dates {
    margin-top: 5px;
  }
  .cid-uk8BW1vcWf .header {
    margin-top: 0;
    padding-top: 0;
  }
  .cid-uk8BW1vcWf .logo img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }
  .cid-uk8BW1vcWf .logo-container {
    margin-top: -200px;
    padding-top: 5px;
    text-align: center;
  }
  .cid-uk8BW1vcWf .mbr-section.content4 {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
  }
  .cid-uk8BW1vcWf .container-fluid.custom-padding {
    padding: 5px 0;
  }
  .cid-uk8BW1vcWf .title h1 {
    margin-top: 10px;
  }
}
.cid-uk8BW1vcWf #calendar-container {
  margin: 20px auto;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #ddd;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.cid-uk8BW1vcWf #prev-month,
.cid-uk8BW1vcWf #next-month {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
.cid-uk8BW1vcWf .modal-confirm {
  display: none;
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 450px;
  max-height: calc(80vh);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uk8BW1vcWf .modal-content-confirm {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.cid-uk8BW1vcWf .custom-calendar .day {
  color: #000 !important;
}
.cid-uk8BW1vcWf .custom-calendar .day.disabled {
  background: rgba(255, 255, 255, 0.3);
  color: #000 !important;
}
.cid-uk8BW1vcWf .custom-calendar .day.selected {
  background: #007bff;
  color: #fff !important;
}
.cid-uk8BW1vcWf .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uk8BW1vcWf .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uk8BW1vcWf #trip-options .trip-options-header h2 {
  color: #fff !important;
}
.cid-uk8BW1vcWf .modal-content,
.cid-uk8BW1vcWf .modal-content h2,
.cid-uk8BW1vcWf .modal-content p,
.cid-uk8BW1vcWf .modal-content span,
.cid-uk8BW1vcWf .modal-content label,
.cid-uk8BW1vcWf .modal-content input,
.cid-uk8BW1vcWf .modal-content button {
  color: #ffffff !important;
}
.cid-uk8BW1vcWf .modal-content .close {
  color: #ff0000 !important;
}
.cid-uk8BW1vcWf .modal-content button[type="submit"] {
  background-color: #007bff;
  border-color: #007bff;
  color: #ffffff !important;
}
.cid-uk8BW1vcWf .modal-content button[type="submit"]:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}
.cid-uk8BW1vcWf #continue {
  background-color: #007bff;
  color: #ffffff !important;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
.cid-uk8BW1vcWf #continue:hover {
  background-color: #0056b3;
}
.cid-uk8BW1vcWf #trip-options,
.cid-uk8BW1vcWf #modal {
  color: #ffffff !important;
}
.cid-uk8BW1vcWf #trip-options *,
.cid-uk8BW1vcWf #modal * {
  color: #ffffff !important;
}
.cid-uk8BW1vcWf #trip-options h2,
.cid-uk8BW1vcWf #modal h2 {
  color: #ffffff !important;
  font-weight: bold;
}
.cid-uk8BW1vcWf #trip-options label {
  color: #ffffff !important;
}
.cid-uk8BW1vcWf #modal button[type="submit"] {
  background-color: #28a745;
  color: #ffffff !important;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
.cid-uk8BW1vcWf #modal button[type="submit"]:hover {
  background-color: #218838;
}
.cid-uk8BW1vcWf #calendar-days div,
.cid-uk8BW1vcWf #calendar-dates .day {
  color: white !important;
}
.cid-uk8BW1vcWf #calendar-dates .day.selected {
  background-color: #007bff;
  color: #ffffff !important;
}
.cid-uk8BW1vcWf #trip-options .close-trip-options,
.cid-uk8BW1vcWf #modal .close,
.cid-uk8BW1vcWf .modal-confirm .close {
  color: #ff0000 !important;
}
.cid-uk8BW1vcWf #trip-options .close-trip-options:hover,
.cid-uk8BW1vcWf #trip-options .close-trip-options:focus,
.cid-uk8BW1vcWf #modal .close:hover,
.cid-uk8BW1vcWf #modal .close:focus,
.cid-uk8BW1vcWf .modal-confirm .close:hover,
.cid-uk8BW1vcWf .modal-confirm .close:focus {
  color: darkred !important;
}
.cid-uk8BW1vcWf #trip-options .close-trip-options,
.cid-uk8BW1vcWf #modal .close,
.cid-uk8BW1vcWf .modal-confirm .close,
.cid-uk8BW1vcWf .close-trip-options,
.cid-uk8BW1vcWf .close {
  color: #ff0000 !important;
}
.cid-uk8BW1vcWf .close-trip-options:hover,
.cid-uk8BW1vcWf .close-trip-options:focus {
  color: darkred !important;
  text-decoration: none;
}
.cid-uk8BW1vcWf #calendar-dates .day.disabled {
  background: rgba(139, 0, 0, 0.6);
  color: #fff;
  cursor: not-allowed;
}
.cid-uk8BW1vcWf #calendar-dates .day.not-disabled {
  background: rgba(0, 128, 0, 0.6);
  color: #fff;
}
@media (min-width: 1024px) {
  .cid-uk8BW1vcWf #calendar-container {
    width: 70%;
    max-width: 1200px;
    padding: 20px;
  }
  .cid-uk8BW1vcWf #calendar-days,
  .cid-uk8BW1vcWf #calendar-dates {
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
  }
  .cid-uk8BW1vcWf #calendar-dates .day,
  .cid-uk8BW1vcWf #calendar-days div {
    font-size: 1em;
    padding: 5px;
    min-width: 60px;
    min-height: 40px;
  }
  .cid-uk8BW1vcWf #calendar-month-year {
    font-size: 1.5em;
    text-align: center;
    width: auto;
    flex: 1;
  }
  .cid-uk8BW1vcWf .calendar-nav button {
    font-size: 1.5em;
  }
  .cid-uk8BW1vcWf #calendar-controls {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cid-uk8BW1vcWf DIV {
  text-align: center;
}
.cid-uk8BW1vcWf H2 {
  color: #000000;
}
.cid-uk8BW1vcWf #calendar-legend {
  display: flex;
  justify-content: center;
  margin-top: 2px;
  font-size: 0.5em;
}
.cid-uk8BW1vcWf .legend-item {
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: white;
  font-size: 1em !important;
}
.cid-uk8BW1vcWf .legend-color {
  width: 6px;
  height: 6px;
  margin-right: 5px;
}
.cid-uk8BW1vcWf .legend-color.available {
  background-color: rgba(0, 128, 0, 0.7);
}
.cid-uk8BW1vcWf .legend-color.taken {
  background-color: rgba(139, 0, 0, 0.7);
}
.cid-uk8BW1vcWf .day.past {
  background: rgba(80, 80, 80, 0.6);
  color: #000;
  cursor: not-allowed;
  background-color: #333333;
}
.cid-uk8BW1vcWf .day.default {
  background-color: #f0f0f0;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  cursor: pointer;
}
.cid-uk8BW1vcWf #calendar-dates .day.available {
  background: rgba(0, 88, 0, 0.6);
  color: #fff;
  background-color: #4CAF50;
}
.cid-uk8BW1vcWf #calendar-dates .day.booked {
  background: darkred;
  color: #fff;
  background-color: darkred;
}
.cid-uk8BW1vcWf #calendar-dates .day.past {
  background: rgba(80, 80, 80, 0.6);
  color: #000;
  cursor: not-allowed;
  background-color: #333333;
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uk8BW1vcWf #calendar-dates .day {
  animation: slideIn 0.5s ease-in-out;
}
.cid-uk8BW1vcWf #calendar-dates .day:nth-child(7n+1) {
  animation-delay: 0.1s;
}
.cid-uk8BW1vcWf #calendar-dates .day:nth-child(7n+2) {
  animation-delay: 2s;
}
.cid-uk8BW1vcWf #calendar-dates .day:nth-child(7n+3) {
  animation-delay: 0.3s;
}
.cid-uk8BW1vcWf #calendar-dates .day:nth-child(7n+4) {
  animation-delay: 0.4s;
}
.cid-uk8BW1vcWf #calendar-dates .day:nth-child(7n+5) {
  animation-delay: 0.5s;
}
.cid-uk8BW1vcWf #calendar-dates .day:nth-child(7n+6) {
  animation-delay: 0.6s;
}
.cid-uk8BW1vcWf #calendar-dates .day:nth-child(7n+7) {
  animation-delay: 0.7s;
}
.cid-uk8BW1vcWf #calendar-legend .legend-item span {
  font-size: 1em !important;
}
.cid-uk8BW1vcWf .date {
  font-size: 1em;
}
.cid-uk8BW1vcWf .status-text {
  font-size: 1em;
  margin-top: 2px;
  display: block;
  text-align: center;
  line-height: 1.2;
}
.cid-uk8BW1vcWf .day.booked a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.cid-uk8BW1vcWf .day.booked:hover a {
  text-decoration: underline;
}
.cid-uk8BW1vcWf .custom-calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-uk8BW1vcWf .custom-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uk8BW1vcWf #calendar-days,
.cid-uk8BW1vcWf #calendar-dates {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  text-align: center;
}
.cid-uk8BW1vcWf .day,
.cid-uk8BW1vcWf #calendar-days div {
  padding: 2px;
  font-size: 1em;
  min-width: 0;
  min-height: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-height: 600px) and (max-width: 400px) {
  .cid-uk8BW1vcWf #calendar-container {
    max-height: 90vh;
  }
  .cid-uk8BW1vcWf .day,
  .cid-uk8BW1vcWf #calendar-days div {
    font-size: 0.8em;
    padding: 1px;
  }
  .cid-uk8BW1vcWf body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    top: 10px;
    padding: 0;
  }
}
@media (max-height: 700px) and (max-width: 400px) {
  .cid-uk8BW1vcWf #calendar-container {
    max-height: 98vh;
  }
  .cid-uk8BW1vcWf .day,
  .cid-uk8BW1vcWf #calendar-days div {
    font-size: 0.5em;
    padding: 0;
  }
  .cid-uk8BW1vcWf .status-text {
    font-size: 0.4em;
  }
}
@media (max-width: 320px) {
  .cid-uk8BW1vcWf .day,
  .cid-uk8BW1vcWf #calendar-days div {
    font-size: 0.5em;
    padding: 0;
  }
  .cid-uk8BW1vcWf .status-text {
    font-size: 0.5em;
  }
  .cid-uk8BW1vcWf #calendar-month-year {
    font-size: 0.7em;
  }
}
@media (min-width: 768px) {
  .cid-uk8BW1vcWf .day,
  .cid-uk8BW1vcWf #calendar-days div {
    font-size: 0.8em;
    padding: 5px;
  }
  .cid-uk8BW1vcWf .status-text {
    font-size: 0.7em;
  }
  .cid-uk8BW1vcWf #calendar-month-year {
    font-size: 1.2em;
  }
}
.cid-uj71DwIcVJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uj71DwIcVJ .mbr-section-title {
  color: #ffffff;
}
.cid-uj71DwIcVJ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uj71DwIcVJ .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uj71DwIcVJ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uj71DwIcVJ .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-uj71DwIcVJ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uj71DwIcVJ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #06182d;
}
.cid-uj71DwIcVJ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uj71DwIcVJ .items .list-item:last-child .listico {
  display: none;
}
.cid-tJJqsmzAkM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cb513216-836x627.jpg");
}
.cid-tJJqsmzAkM .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-tJJqsmzAkM .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tJJqsmzAkM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tJJqsmzAkM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tJJqsmzAkM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tJJqsmzAkM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tJJqsmzAkM a.close:hover {
  color: #ffffff;
}
.cid-tJJqsmzAkM P {
  text-align: left;
}
.cid-tJJqsmzAkM .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-tJJqsmzAkM .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uj71EocSqg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uj71EocSqg .mbr-section-title {
  color: #ffffff;
}
.cid-uj71EocSqg .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uj71EocSqg .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uj71EocSqg .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uj71EocSqg .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-uj71EocSqg .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uj71EocSqg .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #06182d;
}
.cid-uj71EocSqg .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uj71EocSqg .items .list-item:last-child .listico {
  display: none;
}
.cid-t5qY4BfUdp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-t5qY4BfUdp .item {
  padding-bottom: 2rem;
}
.cid-t5qY4BfUdp .item-wrapper {
  height: 100%;
}
.cid-t5qY4BfUdp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t5qY4BfUdp .carousel-control,
.cid-t5qY4BfUdp .close {
  background: #1b1b1b;
}
.cid-t5qY4BfUdp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t5qY4BfUdp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t5qY4BfUdp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-t5qY4BfUdp .close::before {
  content: '\e91a';
}
.cid-t5qY4BfUdp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5qY4BfUdp .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-t5qY4BfUdp .carousel-inner > .active {
  display: block;
}
.cid-t5qY4BfUdp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5qY4BfUdp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5qY4BfUdp .carousel-control .icon-next,
.cid-t5qY4BfUdp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t5qY4BfUdp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t5qY4BfUdp .carousel-control,
  .cid-t5qY4BfUdp .carousel-indicators,
  .cid-t5qY4BfUdp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t5qY4BfUdp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t5qY4BfUdp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t5qY4BfUdp .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-t5qY4BfUdp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5qY4BfUdp .carousel-indicators {
    display: none;
  }
}
.cid-t5qY4BfUdp .carousel-indicators .active,
.cid-t5qY4BfUdp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-t5qY4BfUdp .carousel-indicators .active {
  background: #fff;
}
.cid-t5qY4BfUdp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t5qY4BfUdp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t5qY4BfUdp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t5qY4BfUdp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t5qY4BfUdp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t5qY4BfUdp .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-t5qY4BfUdp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t5qY4BfUdp .carousel {
  width: 100%;
}
.cid-t5qY4BfUdp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t5qY4BfUdp .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-t5qY4BfUdp .modal.fade .modal-dialog,
.cid-t5qY4BfUdp .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-t5qY4BfUdp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t5qY4BfUdp a {
  display: block;
}
.cid-t5qY4BfUdp a.img {
  pointer-events: none;
}
.cid-uj71ESsR0L {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uj71ESsR0L .mbr-section-title {
  color: #ffffff;
}
.cid-uj71ESsR0L .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uj71ESsR0L .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uj71ESsR0L .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uj71ESsR0L .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-uj71ESsR0L .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uj71ESsR0L .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #06182d;
}
.cid-uj71ESsR0L .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uj71ESsR0L .items .list-item:last-child .listico {
  display: none;
}
.cid-rRrmkQYVqO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-rRrmkQYVqO .mbr-text {
  color: #262409;
}
.cid-rRrmkQYVqO .mbr-text p {
  background: #ffffff;
}
.cid-sUygF0Xllw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-sUygF0Xllw .mbr-text {
  color: #000000;
}
.cid-sUygF0Xllw .mbr-text p {
  background: #ffffff;
}
.cid-rRwiTssl3g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rRwiTssl3g .mbr-section-subtitle {
  color: #767676;
}
.cid-tJJqBRD4wr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/youtube-1920x1080.jpg");
  text-shadow: 2px 2px 5px black;
}
.cid-rRwiOyxo2a {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRwiOyxo2a .mbr-section-subtitle {
  color: #767676;
}
.cid-sUxTP7Pyyr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #092f60;
}
.cid-sUxTP7Pyyr .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUxTP7Pyyr .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-sUxTP7Pyyr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUxTP7Pyyr .inner-container {
    width: 100% !important;
  }
}
.cid-rRClueLoH6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rRClueLoH6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tZHyVWKZVo {
  background: #767676;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #767676, #ffffff);
}
.cid-tZHyVWKZVo .video-block2 {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tZHyVWKZVo .video-block2 {
    width: 100% !important;
  }
}
.cid-rRClvGUS7v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRClvGUS7v .mbr-section-subtitle {
  color: #767676;
}
.cid-rRaH5eVMwh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRaH5eVMwh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaH5eVMwh p {
  color: #767676;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaH5eVMwh .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rRaH5eVMwh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rRaH5eVMwh .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rRaH5eVMwh .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rRaH5eVMwh .border_wrapper {
  border-left: 1px solid #cc8304;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rRaH5eVMwh .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rRaH5eVMwh .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rRaH5eVMwh .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rRaH5eVMwh .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rRaH5eVMwh .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rRaH5eVMwh p.col-right {
    padding-top: 1rem;
  }
}
.cid-rRaH5eVMwh .card-title {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
  text-align: left;
}
.cid-rRaH5eVMwh P {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaH5eVMwh .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 1em 4em 1em 4em;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
  top: 0px;
  right: 1px;
  -webkit-box-shadow: 10px 10px 5px #000;
  padding-left: 40px;
}
.cid-rRaH5eVMwh .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rRaH5eVMwh .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-rRaH5eVMwh .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-rRwiYkLtT1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRwiYkLtT1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rRwj4qPn7u {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRwj4qPn7u .mbr-section-subtitle {
  color: #767676;
}
.cid-rRqBwU3NeQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #092f60;
}
.cid-rRqBwU3NeQ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rRqBwU3NeQ .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rRqBwU3NeQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rRqBwU3NeQ .inner-container {
    width: 100% !important;
  }
}
.cid-rRqBwU3NeQ .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-rRqBwU3NeQ .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tAQMgJNHTH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-tAQMgJNHTH .mbr-section-subtitle {
  color: #767676;
}
.cid-tAQMfFaiVM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-tAQMfFaiVM .mbr-section-subtitle {
  color: #767676;
}
.cid-rRwj9X8Tcl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rRwj9X8Tcl .mbr-section-subtitle {
  color: #767676;
}
.cid-t41NwgDwQA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-t41NwgDwQA .card-box {
  padding: 0 2rem;
}
.cid-t41NwgDwQA .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t41NwgDwQA .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t41NwgDwQA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t41NwgDwQA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t41NwgDwQA .mbr-text {
  color: #767676;
}
.cid-t41NwgDwQA .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #465052;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t41NwgDwQA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t41NwgDwQA .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t41NwgDwQA .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-t41NwgDwQA .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-rRDFgVsg40 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rRDFgVsg40 .mbr-section-subtitle {
  color: #767676;
}
.cid-t41ZmWFMwS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-t41ZmWFMwS .card-box {
  padding: 0 2rem;
}
.cid-t41ZmWFMwS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t41ZmWFMwS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t41ZmWFMwS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t41ZmWFMwS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t41ZmWFMwS .mbr-text {
  color: #767676;
}
.cid-t41ZmWFMwS .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #092f60;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t41ZmWFMwS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t41ZmWFMwS .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t41ZmWFMwS .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-t41ZmWFMwS .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-sJ6i7EFEcH {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6i7EFEcH .container {
  max-width: 1400px;
}
.cid-sJ6i7EFEcH .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6i7EFEcH .soc-item a {
  padding-top: 5px;
}
.cid-sJ6i7EFEcH .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6i7EFEcH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6i7EFEcH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6i7EFEcH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6i7EFEcH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6i7EFEcH #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6i7EFEcH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6i7EFEcH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6i7EFEcH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6i7EFEcH .card-img {
  width: auto;
}
.cid-sJ6i7EFEcH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6i7EFEcH .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6i7EFEcH .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6i7EFEcH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6i7EFEcH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6i7EFEcH .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6i7EFEcH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6i7EFEcH img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6i7EFEcH .item {
    justify-content: center;
  }
  .cid-sJ6i7EFEcH .quote::after {
    left: 60px;
  }
}
.cid-sJ6i7EFEcH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6i7EFEcH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6i7EFEcH .text1 {
  color: #ffffff;
}
.cid-sJ6i7EFEcH .item-title {
  color: #ffffff;
}
.cid-sJ6i7EFEcH H5 {
  color: #ffffff;
}
.cid-sJ6i7EFEcH .theme {
  color: #ffffff;
}
.cid-sJ6i7EFEcH .copyright > p {
  color: #ff3366;
}
.cid-sJ6i7EFEcH .text2 {
  color: #ffffff;
}
.cid-uThUmjuLFV {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uThUmjuLFV H3 {
  text-align: left;
}
.cid-uThUmjuLFV P {
  color: #303030;
}
.cid-t1IzKlOVjN.popup-builder {
  background-color: #ffffff;
}
.cid-t1IzKlOVjN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1IzKlOVjN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1IzKlOVjN .modal-content,
.cid-t1IzKlOVjN .modal-dialog {
  height: auto;
}
.cid-t1IzKlOVjN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1IzKlOVjN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1IzKlOVjN .form-wrapper .mbr-form .form-group,
  .cid-t1IzKlOVjN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1IzKlOVjN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1IzKlOVjN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1IzKlOVjN .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t1IzKlOVjN .pt-0 {
  padding-top: 0 !important;
}
.cid-t1IzKlOVjN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1IzKlOVjN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1IzKlOVjN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1IzKlOVjN .modal-open {
  overflow: hidden;
}
.cid-t1IzKlOVjN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1IzKlOVjN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1IzKlOVjN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1IzKlOVjN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t1IzKlOVjN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1IzKlOVjN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1IzKlOVjN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1IzKlOVjN .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t1IzKlOVjN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1IzKlOVjN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1IzKlOVjN .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1IzKlOVjN .modal-backdrop.show {
  opacity: .5;
}
.cid-t1IzKlOVjN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t1IzKlOVjN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1IzKlOVjN .modal-header {
    padding: 1rem;
  }
}
.cid-t1IzKlOVjN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1IzKlOVjN .modal-header .close svg {
  fill: #353535;
}
.cid-t1IzKlOVjN .modal-header .close:hover {
  opacity: 1;
}
.cid-t1IzKlOVjN .modal-header .close:focus {
  outline: none;
}
.cid-t1IzKlOVjN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-t1IzKlOVjN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1IzKlOVjN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1IzKlOVjN .modal-body {
    padding: 1rem;
  }
}
.cid-t1IzKlOVjN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t1IzKlOVjN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1IzKlOVjN .modal-footer {
    padding: 1rem;
  }
}
.cid-t1IzKlOVjN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1IzKlOVjN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1IzKlOVjN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1IzKlOVjN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1IzKlOVjN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1IzKlOVjN .modal-lg,
  .cid-t1IzKlOVjN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1IzKlOVjN .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1IzKlOVjN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1IzKlOVjN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t1IzKlOVjN .form-group {
  margin-bottom: 1rem;
}
.cid-t1IzKlOVjN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1IzKlOVjN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1IzKlOVjN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t1IzKlOVjN .mbr-section-btn {
  margin: 0;
}
.cid-t1IzKlOVjN .mbr-section-btn .btn {
  margin: 0;
}
.cid-tp9Vh6hEET.popup-builder {
  background-color: #ffffff;
}
.cid-tp9Vh6hEET.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tp9Vh6hEET.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tp9Vh6hEET .modal-content,
.cid-tp9Vh6hEET .modal-dialog {
  height: auto;
}
.cid-tp9Vh6hEET .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tp9Vh6hEET .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tp9Vh6hEET .form-wrapper .mbr-form .form-group,
  .cid-tp9Vh6hEET .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tp9Vh6hEET .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tp9Vh6hEET .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tp9Vh6hEET .mbr-text {
  text-align: left;
}
.cid-tp9Vh6hEET .pt-0 {
  padding-top: 0 !important;
}
.cid-tp9Vh6hEET .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tp9Vh6hEET .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tp9Vh6hEET .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tp9Vh6hEET .modal-open {
  overflow: hidden;
}
.cid-tp9Vh6hEET .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tp9Vh6hEET .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tp9Vh6hEET .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tp9Vh6hEET .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tp9Vh6hEET .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tp9Vh6hEET .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tp9Vh6hEET .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tp9Vh6hEET .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tp9Vh6hEET .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tp9Vh6hEET .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tp9Vh6hEET .modal-backdrop.fade {
  opacity: 0;
}
.cid-tp9Vh6hEET .modal-backdrop.show {
  opacity: .5;
}
.cid-tp9Vh6hEET .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tp9Vh6hEET .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tp9Vh6hEET .modal-header {
    padding: 1rem;
  }
}
.cid-tp9Vh6hEET .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tp9Vh6hEET .modal-header .close svg {
  fill: #353535;
}
.cid-tp9Vh6hEET .modal-header .close:hover {
  opacity: 1;
}
.cid-tp9Vh6hEET .modal-header .close:focus {
  outline: none;
}
.cid-tp9Vh6hEET .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tp9Vh6hEET .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tp9Vh6hEET .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tp9Vh6hEET .modal-body {
    padding: 1rem;
  }
}
.cid-tp9Vh6hEET .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tp9Vh6hEET .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tp9Vh6hEET .modal-footer {
    padding: 1rem;
  }
}
.cid-tp9Vh6hEET .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tp9Vh6hEET .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tp9Vh6hEET .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tp9Vh6hEET .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tp9Vh6hEET .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tp9Vh6hEET .modal-lg,
  .cid-tp9Vh6hEET .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tp9Vh6hEET .modal-xl {
    max-width: 1140px;
  }
}
.cid-tp9Vh6hEET .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tp9Vh6hEET .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tp9Vh6hEET .form-group {
  margin-bottom: 1rem;
}
.cid-tp9Vh6hEET .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tp9Vh6hEET .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tp9Vh6hEET .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tp9Vh6hEET .mbr-section-btn {
  margin: 0;
}
.cid-tp9Vh6hEET .mbr-section-btn .btn {
  margin: 0;
}
.cid-udvvmorRDz.popup-builder {
  background-color: #ffffff;
}
.cid-udvvmorRDz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvvmorRDz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvvmorRDz .modal-content,
.cid-udvvmorRDz .modal-dialog {
  height: auto;
}
.cid-udvvmorRDz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvvmorRDz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvvmorRDz .form-wrapper .mbr-form .form-group,
  .cid-udvvmorRDz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvvmorRDz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvvmorRDz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvvmorRDz .mbr-text {
  text-align: left;
}
.cid-udvvmorRDz .pt-0 {
  padding-top: 0 !important;
}
.cid-udvvmorRDz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvvmorRDz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvvmorRDz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvvmorRDz .modal-open {
  overflow: hidden;
}
.cid-udvvmorRDz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvvmorRDz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvvmorRDz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvvmorRDz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvvmorRDz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvvmorRDz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvvmorRDz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvvmorRDz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvvmorRDz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvvmorRDz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvvmorRDz .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvvmorRDz .modal-backdrop.show {
  opacity: .5;
}
.cid-udvvmorRDz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvvmorRDz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvvmorRDz .modal-header {
    padding: 1rem;
  }
}
.cid-udvvmorRDz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvvmorRDz .modal-header .close svg {
  fill: #353535;
}
.cid-udvvmorRDz .modal-header .close:hover {
  opacity: 1;
}
.cid-udvvmorRDz .modal-header .close:focus {
  outline: none;
}
.cid-udvvmorRDz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvvmorRDz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvvmorRDz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvvmorRDz .modal-body {
    padding: 1rem;
  }
}
.cid-udvvmorRDz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvvmorRDz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvvmorRDz .modal-footer {
    padding: 1rem;
  }
}
.cid-udvvmorRDz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvvmorRDz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvvmorRDz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvvmorRDz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvvmorRDz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvvmorRDz .modal-lg,
  .cid-udvvmorRDz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvvmorRDz .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvvmorRDz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvvmorRDz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvvmorRDz .form-group {
  margin-bottom: 1rem;
}
.cid-udvvmorRDz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvvmorRDz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvvmorRDz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvvmorRDz .mbr-section-btn {
  margin: 0;
}
.cid-udvvmorRDz .mbr-section-btn .btn {
  margin: 0;
}
.cid-rR6IoZM5T2 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ejsg4n6wkaesqzc-1200x800.jpg");
  text-shadow: 2px 2px 5px black;
}
.cid-rR6IoZM5T2 .title {
  margin-bottom: 2rem;
}
.cid-rR6IoZM5T2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rR6IoZM5T2 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rR6IoZM5T2 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rR6IoZM5T2 textarea.form-control {
  min-height: 188px;
}
.cid-rR6IoZM5T2 H2 {
  color: #ffffff;
}
.cid-rR6IoZM5T2 LABEL {
  color: #ffffff;
  text-align: center;
}
.cid-rR6IoZM5T2 .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-rR6IoZM5T2 .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-rRl0Vqs9rf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRl0Vqs9rf .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcEBWekE1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcEBWekE1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6qCEmdaA {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6qCEmdaA .container {
  max-width: 1400px;
}
.cid-sJ6qCEmdaA .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6qCEmdaA .soc-item a {
  padding-top: 5px;
}
.cid-sJ6qCEmdaA .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6qCEmdaA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6qCEmdaA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6qCEmdaA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6qCEmdaA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6qCEmdaA #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6qCEmdaA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6qCEmdaA .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6qCEmdaA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6qCEmdaA .card-img {
  width: auto;
}
.cid-sJ6qCEmdaA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6qCEmdaA .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6qCEmdaA .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6qCEmdaA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6qCEmdaA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6qCEmdaA .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6qCEmdaA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6qCEmdaA img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6qCEmdaA .item {
    justify-content: center;
  }
  .cid-sJ6qCEmdaA .quote::after {
    left: 60px;
  }
}
.cid-sJ6qCEmdaA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6qCEmdaA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6qCEmdaA .text1 {
  color: #ffffff;
}
.cid-sJ6qCEmdaA .item-title {
  color: #ffffff;
}
.cid-sJ6qCEmdaA H5 {
  color: #ffffff;
}
.cid-sJ6qCEmdaA .theme {
  color: #ffffff;
}
.cid-sJ6qCEmdaA .copyright > p {
  color: #ff3366;
}
.cid-sJ6qCEmdaA .text2 {
  color: #ffffff;
}
.cid-s2HC5xnwaO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-s2HC5xnwaO H3 {
  text-align: left;
}
.cid-s2HC5xnwaO .lines {
  line-height: .5em;
}
.cid-udvwwUSl7f.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUSl7f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUSl7f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUSl7f .modal-content,
.cid-udvwwUSl7f .modal-dialog {
  height: auto;
}
.cid-udvwwUSl7f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUSl7f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUSl7f .form-wrapper .mbr-form .form-group,
  .cid-udvwwUSl7f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUSl7f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUSl7f .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUSl7f .mbr-text {
  text-align: left;
}
.cid-udvwwUSl7f .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUSl7f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUSl7f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUSl7f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUSl7f .modal-open {
  overflow: hidden;
}
.cid-udvwwUSl7f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUSl7f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUSl7f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUSl7f .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUSl7f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUSl7f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUSl7f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUSl7f .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUSl7f .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUSl7f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUSl7f .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUSl7f .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUSl7f .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUSl7f .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSl7f .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUSl7f .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUSl7f .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUSl7f .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUSl7f .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUSl7f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUSl7f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUSl7f .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSl7f .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUSl7f .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUSl7f .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSl7f .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUSl7f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUSl7f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUSl7f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUSl7f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUSl7f .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUSl7f .modal-lg,
  .cid-udvwwUSl7f .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUSl7f .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUSl7f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUSl7f .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUSl7f .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUSl7f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUSl7f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUSl7f .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUSl7f .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUSl7f .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-rRbYEd8cLO {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-5-1920x1275.webp");
}
.cid-rRbYEd8cLO .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rRbYEd8cLO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ba953a;
  display: inline-block;
}
.cid-rRbYEd8cLO .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRbYEd8cLO .first-table {
  margin: 0;
}
.cid-rRbYEd8cLO .first-table.two-items {
  margin-right: 15px;
}
.cid-rRbYEd8cLO .first-table .table-head-wrapper {
  background: #232323;
}
.cid-rRbYEd8cLO .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-rRbYEd8cLO .second-table .table-head-wrapper {
  background: #ba953a;
}
.cid-rRbYEd8cLO .table {
  padding: 2rem;
  background: #093f60;
  position: relative;
}
.cid-rRbYEd8cLO .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-rRbYEd8cLO .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-rRbYEd8cLO .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-rRbYEd8cLO .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-rRbYEd8cLO .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-rRbYEd8cLO .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #ba953a;
}
.cid-rRbYEd8cLO .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-rRbYEd8cLO .first-table,
  .cid-rRbYEd8cLO .second-table {
    margin: 0 15px;
  }
  .cid-rRbYEd8cLO .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-rRbYEd8cLO .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-rRbYEd8cLO .first-table,
  .cid-rRbYEd8cLO .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-rRbYEd8cLO .main-head {
    padding-bottom: 2rem;
  }
}
.cid-rRbYEd8cLO .main-text,
.cid-rRbYEd8cLO .main-btn {
  text-align: left;
  color: #f9f295;
}
.cid-rRbYEd8cLO .mbr-section-subtitle,
.cid-rRbYEd8cLO .underline {
  text-align: center;
  color: #ffffff;
}
.cid-rRbYEd8cLO .main-title {
  text-align: center;
}
.cid-rRbYEd8cLO .table-heading {
  color: #ffffff;
  text-align: left;
}
.cid-rRbYEd8cLO .pricing-value {
  color: #ffffff;
  text-align: left;
}
.cid-rRbYEd8cLO .table-pricing {
  color: #ffffff;
  text-align: left;
}
.cid-rRbYEd8cLO P {
  text-align: center;
  color: #ffffff;
}
.cid-rRbYEd8cLO .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-rRbYEd8cLO .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rRbYEd8cLO .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-rRbYEd8cLO .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-rRbYEd8cLO .table .mbr-section-btn,
.cid-rRbYEd8cLO .list-group {
  text-align: left;
  color: #ffffff;
}
.cid-u1L7ACvm2v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-u1L7ACvm2v .mbr-section-subtitle {
  color: #767676;
}
.cid-sSP1Jg221N {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/location-how-to-install-a-fishfinder-11-2022-photo-by-overtons.webp");
}
.cid-sSP1Jg221N .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sSP1Jg221N .underline .line {
  width: 2rem;
  height: 1px;
  background: #ba953a;
  display: inline-block;
}
.cid-sSP1Jg221N .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSP1Jg221N .first-table {
  margin: 0;
}
.cid-sSP1Jg221N .first-table.two-items {
  margin-right: 15px;
}
.cid-sSP1Jg221N .first-table .table-head-wrapper {
  background: #232323;
}
.cid-sSP1Jg221N .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-sSP1Jg221N .second-table .table-head-wrapper {
  background: #ba953a;
}
.cid-sSP1Jg221N .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-sSP1Jg221N .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-sSP1Jg221N .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-sSP1Jg221N .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-sSP1Jg221N .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-sSP1Jg221N .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-sSP1Jg221N .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #ba953a;
}
.cid-sSP1Jg221N .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-sSP1Jg221N .first-table,
  .cid-sSP1Jg221N .second-table {
    margin: 0 15px;
  }
  .cid-sSP1Jg221N .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sSP1Jg221N .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sSP1Jg221N .first-table,
  .cid-sSP1Jg221N .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-sSP1Jg221N .main-head {
    padding-bottom: 2rem;
  }
}
.cid-sSP1Jg221N .main-text,
.cid-sSP1Jg221N .main-btn {
  text-align: left;
}
.cid-sSP1Jg221N .mbr-section-subtitle,
.cid-sSP1Jg221N .underline {
  text-align: left;
  color: #ffffff;
}
.cid-sSP1Jg221N .main-title {
  text-align: center;
}
.cid-sSP1Jg221N .table-heading {
  color: #ffffff;
}
.cid-sSP1Jg221N .pricing-value {
  color: #ffffff;
}
.cid-sSP1Jg221N .table-pricing {
  color: #ffffff;
}
.cid-sSP1Jg221N P {
  text-align: center;
  color: #ffffff;
}
.cid-sSP1Jg221N .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-sSP1Jg221N .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-sSP1Jg221N .table .mbr-section-btn,
.cid-sSP1Jg221N .list-group {
  text-align: left;
}
.cid-sSP1Jg221N .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-sSP1Jg221N .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-rRiUrwaWj0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRiUrwaWj0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rRiUw2gJJH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRiUw2gJJH .mbr-section-subtitle {
  color: #767676;
}
.cid-tAQEHmTPY4 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1426.jpg");
}
.cid-tAQEHmTPY4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ba953a;
  display: inline-block;
}
.cid-tAQEHmTPY4 .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tAQEHmTPY4 .first-table {
  margin: 0;
}
.cid-tAQEHmTPY4 .first-table.two-items {
  margin-right: 15px;
}
.cid-tAQEHmTPY4 .first-table .table-head-wrapper {
  background: #232323;
}
.cid-tAQEHmTPY4 .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-tAQEHmTPY4 .second-table .table-head-wrapper {
  background: #ba953a;
}
.cid-tAQEHmTPY4 .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-tAQEHmTPY4 .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-tAQEHmTPY4 .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-tAQEHmTPY4 .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-tAQEHmTPY4 .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-tAQEHmTPY4 .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-tAQEHmTPY4 .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #ba953a;
}
.cid-tAQEHmTPY4 .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-tAQEHmTPY4 .first-table,
  .cid-tAQEHmTPY4 .second-table {
    margin: 0 15px;
  }
  .cid-tAQEHmTPY4 .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tAQEHmTPY4 .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-tAQEHmTPY4 .first-table,
  .cid-tAQEHmTPY4 .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-tAQEHmTPY4 .main-head {
    padding-bottom: 2rem;
  }
}
.cid-tAQEHmTPY4 .main-text,
.cid-tAQEHmTPY4 .main-btn {
  text-align: left;
}
.cid-tAQEHmTPY4 .mbr-section-subtitle,
.cid-tAQEHmTPY4 .underline {
  text-align: left;
  color: #ffffff;
}
.cid-tAQEHmTPY4 .main-title {
  text-align: center;
}
.cid-tAQEHmTPY4 .table-heading {
  color: #ffffff;
}
.cid-tAQEHmTPY4 .pricing-value {
  color: #ffffff;
}
.cid-tAQEHmTPY4 .table-pricing {
  color: #ffffff;
}
.cid-tAQEHmTPY4 P {
  text-align: center;
  color: #ffffff;
}
.cid-tAQEHmTPY4 .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-tAQEHmTPY4 .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-tAQEHmTPY4 .table .mbr-section-btn,
.cid-tAQEHmTPY4 .list-group {
  text-align: left;
}
.cid-tAQEHmTPY4 .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-tAQEHmTPY4 .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-ux4CaSwkub {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ux4CaSwkub .mbr-section-subtitle {
  color: #767676;
}
.cid-ux4wMz1CaI {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-ux4wMz1CaI .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ux4wMz1CaI .underline .line {
  width: 2rem;
  height: 1px;
  background: #ba953a;
  display: inline-block;
}
.cid-ux4wMz1CaI .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux4wMz1CaI .first-table {
  margin: 0;
}
.cid-ux4wMz1CaI .first-table.two-items {
  margin-right: 15px;
}
.cid-ux4wMz1CaI .first-table .table-head-wrapper {
  background: #232323;
}
.cid-ux4wMz1CaI .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-ux4wMz1CaI .second-table .table-head-wrapper {
  background: #ba953a;
}
.cid-ux4wMz1CaI .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-ux4wMz1CaI .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-ux4wMz1CaI .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-ux4wMz1CaI .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-ux4wMz1CaI .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-ux4wMz1CaI .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-ux4wMz1CaI .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #ba953a;
}
.cid-ux4wMz1CaI .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-ux4wMz1CaI .first-table,
  .cid-ux4wMz1CaI .second-table {
    margin: 0 15px;
  }
  .cid-ux4wMz1CaI .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ux4wMz1CaI .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-ux4wMz1CaI .first-table,
  .cid-ux4wMz1CaI .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-ux4wMz1CaI .main-head {
    padding-bottom: 2rem;
  }
}
.cid-ux4wMz1CaI .main-text,
.cid-ux4wMz1CaI .main-btn {
  text-align: left;
}
.cid-ux4wMz1CaI .mbr-section-subtitle,
.cid-ux4wMz1CaI .underline {
  text-align: left;
  color: #ffffff;
}
.cid-ux4wMz1CaI .main-title {
  text-align: center;
}
.cid-ux4wMz1CaI .table-heading {
  color: #ffffff;
}
.cid-ux4wMz1CaI .pricing-value {
  color: #ffffff;
}
.cid-ux4wMz1CaI .table-pricing {
  color: #ffffff;
}
.cid-ux4wMz1CaI P {
  text-align: center;
  color: #ffffff;
}
.cid-ux4wMz1CaI .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-ux4wMz1CaI .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-ux4wMz1CaI .table .mbr-section-btn,
.cid-ux4wMz1CaI .list-group {
  text-align: left;
}
.cid-ux4wMz1CaI .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-ux4wMz1CaI .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-ux4C9vE2Lk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ux4C9vE2Lk .mbr-section-subtitle {
  color: #767676;
}
.cid-rRljjUNmlQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rRljjUNmlQ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rRljjUNmlQ .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rRljjUNmlQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rRljjUNmlQ .inner-container {
    width: 100% !important;
  }
}
.cid-rRn6IBs03B {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRn6IBs03B .mbr-section-subtitle {
  color: #767676;
}
.cid-rRn6Hb29HB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRn6Hb29HB .mbr-section-subtitle {
  color: #767676;
}
.cid-rRiQqwx8dM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fishing-trip-at-reed-bingham-state-park-1433445417-1140x760.webp");
  position: relative;
  overflow: hidden;
}
.cid-rRiQqwx8dM .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rRiQqwx8dM #e1_circle,
.cid-rRiQqwx8dM #e3_circle,
.cid-rRiQqwx8dM #e4_circle,
.cid-rRiQqwx8dM #e5_circle {
  fill: #ba953a !important;
}
.cid-rRiQqwx8dM #e6_circle {
  fill: #f5d27a !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rRiQqwx8dM .round {
  border-radius: 100%;
  position: absolute;
  background-color: #ba953a;
  animation: orbit 4s linear infinite;
}
.cid-rRiQqwx8dM .rev {
  animation: rev 4s linear infinite;
}
.cid-rRiQqwx8dM .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rRiQqwx8dM .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rRiQqwx8dM .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rRiQqwx8dM .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rRiQqwx8dM .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rRiQqwx8dM .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rRiQqwx8dM .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rRiQqwx8dM .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rRiQqwx8dM .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rRiQqwx8dM .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rRiQqwx8dM .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rRiQqwx8dM H1 {
  color: #000000;
}
.cid-rRiQqwx8dM .mbr-text,
.cid-rRiQqwx8dM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rRiQqwx8dM img {
  width: 100%;
  margin: 0 auto;
}
.cid-rRiQqwx8dM H3 {
  color: #000000;
}
.cid-rRl15XrebE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRl15XrebE .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcEMWuwtx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ba953a;
}
.cid-rRcEMWuwtx .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6qcMXbaZ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6qcMXbaZ .container {
  max-width: 1400px;
}
.cid-sJ6qcMXbaZ .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6qcMXbaZ .soc-item a {
  padding-top: 5px;
}
.cid-sJ6qcMXbaZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6qcMXbaZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6qcMXbaZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6qcMXbaZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6qcMXbaZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6qcMXbaZ #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6qcMXbaZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6qcMXbaZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6qcMXbaZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6qcMXbaZ .card-img {
  width: auto;
}
.cid-sJ6qcMXbaZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6qcMXbaZ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6qcMXbaZ .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6qcMXbaZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6qcMXbaZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6qcMXbaZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6qcMXbaZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6qcMXbaZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6qcMXbaZ .item {
    justify-content: center;
  }
  .cid-sJ6qcMXbaZ .quote::after {
    left: 60px;
  }
}
.cid-sJ6qcMXbaZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6qcMXbaZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6qcMXbaZ .text1 {
  color: #ffffff;
}
.cid-sJ6qcMXbaZ .item-title {
  color: #ffffff;
}
.cid-sJ6qcMXbaZ H5 {
  color: #ffffff;
  text-align: left;
}
.cid-sJ6qcMXbaZ .theme {
  color: #ffffff;
}
.cid-sJ6qcMXbaZ .copyright > p {
  color: #ff3366;
}
.cid-sJ6qcMXbaZ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rRcEM4VjUJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rRcEM4VjUJ H3 {
  text-align: left;
}
.cid-rRcEM4VjUJ .lines {
  line-height: .8em;
}
.cid-udvwwUSuuZ.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUSuuZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUSuuZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUSuuZ .modal-content,
.cid-udvwwUSuuZ .modal-dialog {
  height: auto;
}
.cid-udvwwUSuuZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUSuuZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUSuuZ .form-wrapper .mbr-form .form-group,
  .cid-udvwwUSuuZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUSuuZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUSuuZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUSuuZ .mbr-text {
  text-align: left;
}
.cid-udvwwUSuuZ .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUSuuZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUSuuZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUSuuZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUSuuZ .modal-open {
  overflow: hidden;
}
.cid-udvwwUSuuZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUSuuZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUSuuZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUSuuZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUSuuZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUSuuZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUSuuZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUSuuZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUSuuZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUSuuZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUSuuZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUSuuZ .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUSuuZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUSuuZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSuuZ .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUSuuZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUSuuZ .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUSuuZ .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUSuuZ .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUSuuZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUSuuZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUSuuZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSuuZ .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUSuuZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUSuuZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSuuZ .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUSuuZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUSuuZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUSuuZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUSuuZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUSuuZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUSuuZ .modal-lg,
  .cid-udvwwUSuuZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUSuuZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUSuuZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUSuuZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUSuuZ .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUSuuZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUSuuZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUSuuZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUSuuZ .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUSuuZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-rR9KfYHKJ7 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background2-1920x1084.webp");
}
.cid-rR9KfYHKJ7 .container {
  max-width: 1500px;
}
.cid-rR9KfYHKJ7 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rR9KfYHKJ7 img:hover {
  transform: scale(1.1);
}
.cid-rR9KfYHKJ7 .row {
  background: #ffffff;
}
.cid-rR9KfYHKJ7 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-rR9KfYHKJ7 h2 {
  padding: 0;
  margin: 0;
}
.cid-rR9KfYHKJ7 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rR9KfYHKJ7 .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-rR9KfYHKJ7 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rR9KfYHKJ7 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rR9KfYHKJ7 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rR9KfYHKJ7 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rR9KfYHKJ7 .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rR9KfYHKJ7 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rR9KfYHKJ7 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rR9KfYHKJ7 .row {
    margin: 0rem;
  }
  .cid-rR9KfYHKJ7 .text-col {
    padding: 2rem 1rem;
  }
  .cid-rR9KfYHKJ7 .number {
    margin-right: 2rem;
  }
  .cid-rR9KfYHKJ7 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-rR9KfYHKJ7 H2 {
  color: #333333;
}
.cid-rR9KfYHKJ7 .mbr-text {
  color: #767676;
}
.cid-t41W36Ezks {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-t41W36Ezks .mbr-section-subtitle {
  color: #767676;
}
.cid-t41VZKjZrE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/1-1-1920x1080.webp");
}
.cid-t41VZKjZrE .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-t41VZKjZrE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t41VZKjZrE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t41VZKjZrE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t41VZKjZrE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t41VZKjZrE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t41VZKjZrE a.close:hover {
  color: #ffffff;
}
.cid-t41VZKjZrE P {
  text-align: left;
}
.cid-t41W4F2wSs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-t41W4F2wSs .mbr-section-subtitle {
  color: #767676;
}
.cid-rSWsftILWv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1275.webp");
}
.cid-rSWsftILWv .mbr-text {
  margin: 0;
}
.cid-rSWsftILWv .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rSWsftILWv .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rSWsftILWv .row-element,
.cid-rSWsftILWv .image-element {
  padding: 0;
}
.cid-rSWsftILWv .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSWsftILWv .image-element .img-wrap {
  width: 100% !important;
}
.cid-rSWsftILWv .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSWsftILWv .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSWsftILWv .carousel-item.active,
.cid-rSWsftILWv .carousel-item-next,
.cid-rSWsftILWv .carousel-item-prev {
  display: flex;
}
.cid-rSWsftILWv .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-rSWsftILWv .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-rSWsftILWv .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rSWsftILWv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rSWsftILWv .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rSWsftILWv .carousel-controls {
    display: block;
  }
  .cid-rSWsftILWv .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rSWsftILWv .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rSWsftILWv .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rSWsftILWv .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rSWsftILWv .text-element {
    padding: 1rem;
  }
  .cid-rSWsftILWv .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSWsftILWv .image-element {
    min-width: 50%;
  }
  .cid-rSWsftILWv .media-container-row {
    width: 100%;
  }
}
.cid-rSWsftILWv .mbr-text,
.cid-rSWsftILWv .link {
  text-align: left;
}
.cid-rRcCSu3ikf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcCSu3ikf .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcAAGz35Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcAAGz35Z .mbr-section-subtitle {
  color: #767676;
}
.cid-rR9RV08H0P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rR9RV08H0P h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  text-shadow: 2px 2px 5px black;
}
.cid-rR9RV08H0P p {
  color: #767676;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.cid-rR9RV08H0P .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rR9RV08H0P .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rR9RV08H0P .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rR9RV08H0P .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rR9RV08H0P .border_wrapper {
  border-left: 1px solid #cc8304;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rR9RV08H0P .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rR9RV08H0P .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rR9RV08H0P .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rR9RV08H0P .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rR9RV08H0P .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rR9RV08H0P p.col-right {
    padding-top: 1rem;
  }
}
.cid-rR9RV08H0P .card-title {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
  text-align: left;
}
.cid-rR9RV08H0P P {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-rR9RV08H0P .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 1em 4em 1em 4em;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
  top: 0px;
  right: 1px;
  -webkit-box-shadow: 10px 10px 5px #000;
  padding-left: 40px;
}
.cid-rR9RV08H0P .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rRcEJVl1Dq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ba953a;
}
.cid-rRcEJVl1Dq .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6q4VgDIG {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6q4VgDIG .container {
  max-width: 1400px;
}
.cid-sJ6q4VgDIG .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6q4VgDIG .soc-item a {
  padding-top: 5px;
}
.cid-sJ6q4VgDIG .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6q4VgDIG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6q4VgDIG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6q4VgDIG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6q4VgDIG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6q4VgDIG #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6q4VgDIG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6q4VgDIG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6q4VgDIG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6q4VgDIG .card-img {
  width: auto;
}
.cid-sJ6q4VgDIG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6q4VgDIG .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6q4VgDIG .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6q4VgDIG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6q4VgDIG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6q4VgDIG .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6q4VgDIG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6q4VgDIG img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6q4VgDIG .item {
    justify-content: center;
  }
  .cid-sJ6q4VgDIG .quote::after {
    left: 60px;
  }
}
.cid-sJ6q4VgDIG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6q4VgDIG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6q4VgDIG .text1 {
  color: #ffffff;
}
.cid-sJ6q4VgDIG .item-title {
  color: #ffffff;
}
.cid-sJ6q4VgDIG H5 {
  color: #ffffff;
}
.cid-sJ6q4VgDIG .theme {
  color: #ffffff;
}
.cid-sJ6q4VgDIG .copyright > p {
  color: #ff3366;
}
.cid-sJ6q4VgDIG .text2 {
  color: #ffffff;
}
.cid-rRcEJgzHBd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rRcEJgzHBd H3 {
  text-align: left;
}
.cid-rRcEJgzHBd .lines {
  line-height: .8em;
}
.cid-udvwwUSytH.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUSytH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUSytH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUSytH .modal-content,
.cid-udvwwUSytH .modal-dialog {
  height: auto;
}
.cid-udvwwUSytH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUSytH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUSytH .form-wrapper .mbr-form .form-group,
  .cid-udvwwUSytH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUSytH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUSytH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUSytH .mbr-text {
  text-align: left;
}
.cid-udvwwUSytH .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUSytH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUSytH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUSytH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUSytH .modal-open {
  overflow: hidden;
}
.cid-udvwwUSytH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUSytH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUSytH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUSytH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUSytH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUSytH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUSytH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUSytH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUSytH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUSytH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUSytH .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUSytH .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUSytH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUSytH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSytH .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUSytH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUSytH .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUSytH .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUSytH .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUSytH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUSytH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUSytH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSytH .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUSytH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUSytH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSytH .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUSytH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUSytH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUSytH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUSytH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUSytH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUSytH .modal-lg,
  .cid-udvwwUSytH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUSytH .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUSytH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUSytH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUSytH .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUSytH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUSytH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUSytH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUSytH .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUSytH .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-rTNcVppUOT {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/jf40mbhg-copy-1280x853.webp");
}
.cid-rTNcVppUOT P {
  color: #767676;
}
.cid-rTNcVppUOT .mbr-text,
.cid-rTNcVppUOT .mbr-section-btn {
  color: #000000;
}
.cid-rTNcVppUOT .btn {
  top: 0;
  right: 0px;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  position: relative;
  text-shadow: 0px 0px 0px black;
}
.cid-rTNcVppUOT .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-sie2w2HIY7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffb63f;
}
.cid-sie2w2HIY7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sie2w2HIY7 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sie2snsOh0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ba953a;
}
.cid-sie2snsOh0 .card-box {
  padding: 0 2rem;
}
.cid-sie2snsOh0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sie2snsOh0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sie2snsOh0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sie2snsOh0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sie2snsOh0 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sie2snsOh0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sie2snsOh0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sie2snsOh0 P {
  text-align: center;
  color: #ffffff;
}
.cid-sie2snsOh0 .btn {
  top: 0px;
  right: 0px;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-sie2us2lpS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffb63f;
}
.cid-sie2us2lpS .mbr-section-subtitle {
  color: #767676;
}
.cid-sie2us2lpS .btn {
  margin: 0 0 .5rem 0;
}
.cid-sSP3TA7XVc {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/understanding-your-fish-finder.webp");
}
.cid-sSP3TA7XVc P {
  color: #767676;
}
.cid-sSP3TA7XVc .mbr-text,
.cid-sSP3TA7XVc .mbr-section-btn {
  color: #ffffff;
}
.cid-sSP3TA7XVc .btn {
  top: 0px;
  right: 0px;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-sSP3TA7XVc H1 {
  color: #ffffff;
}
.cid-sSP3TA7XVc H3 {
  color: #ffffff;
}
.cid-sSP3TA7XVc H2 {
  color: #ffffff;
}
.cid-tAQI9ZLUTh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffb63f;
}
.cid-tAQI9ZLUTh .mbr-section-subtitle {
  color: #767676;
}
.cid-tAQI9ZLUTh .btn {
  margin: 0 0 .5rem 0;
}
.cid-ux4xKDYc5d {
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
  text-shadow: 2px 2px 5px black;
}
.cid-ux4xKDYc5d P {
  color: #767676;
}
.cid-ux4xKDYc5d .mbr-text,
.cid-ux4xKDYc5d .mbr-section-btn {
  color: #ffffff;
}
.cid-ux4xKDYc5d .btn {
  top: 0px;
  right: 0px;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-ux4xKDYc5d H1 {
  color: #ffffff;
}
.cid-ux4xKDYc5d H3 {
  color: #ffffff;
}
.cid-ux4xKDYc5d H2 {
  color: #ffffff;
}
.cid-ux4xKDYc5d DIV {
  text-align: left;
}
.cid-tAQG8UON6v {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpg");
}
.cid-tAQG8UON6v P {
  color: #767676;
}
.cid-tAQG8UON6v .mbr-text,
.cid-tAQG8UON6v .mbr-section-btn {
  color: #ffffff;
}
.cid-tAQG8UON6v .btn {
  top: 0px;
  right: 0px;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-tAQG8UON6v H1 {
  color: #ffffff;
}
.cid-tAQG8UON6v H3 {
  color: #ffffff;
}
.cid-tAQG8UON6v H2 {
  color: #ffffff;
}
.cid-sJ6q7ZVAbV {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6q7ZVAbV .container {
  max-width: 1400px;
}
.cid-sJ6q7ZVAbV .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6q7ZVAbV .soc-item a {
  padding-top: 5px;
}
.cid-sJ6q7ZVAbV .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6q7ZVAbV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6q7ZVAbV .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6q7ZVAbV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6q7ZVAbV svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6q7ZVAbV #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6q7ZVAbV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6q7ZVAbV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6q7ZVAbV .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6q7ZVAbV .card-img {
  width: auto;
}
.cid-sJ6q7ZVAbV .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6q7ZVAbV .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6q7ZVAbV .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6q7ZVAbV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6q7ZVAbV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6q7ZVAbV .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6q7ZVAbV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6q7ZVAbV img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6q7ZVAbV .item {
    justify-content: center;
  }
  .cid-sJ6q7ZVAbV .quote::after {
    left: 60px;
  }
}
.cid-sJ6q7ZVAbV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6q7ZVAbV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6q7ZVAbV .text1 {
  color: #ffffff;
}
.cid-sJ6q7ZVAbV .item-title {
  color: #ffffff;
}
.cid-sJ6q7ZVAbV H5 {
  color: #ffffff;
}
.cid-sJ6q7ZVAbV .theme {
  color: #ffffff;
}
.cid-sJ6q7ZVAbV .copyright > p {
  color: #ff3366;
}
.cid-sJ6q7ZVAbV .text2 {
  color: #ffffff;
}
.cid-udvwwUSxLY.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUSxLY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUSxLY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUSxLY .modal-content,
.cid-udvwwUSxLY .modal-dialog {
  height: auto;
}
.cid-udvwwUSxLY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUSxLY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUSxLY .form-wrapper .mbr-form .form-group,
  .cid-udvwwUSxLY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUSxLY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUSxLY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUSxLY .mbr-text {
  text-align: left;
}
.cid-udvwwUSxLY .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUSxLY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUSxLY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUSxLY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUSxLY .modal-open {
  overflow: hidden;
}
.cid-udvwwUSxLY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUSxLY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUSxLY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUSxLY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUSxLY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUSxLY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUSxLY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUSxLY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUSxLY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUSxLY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUSxLY .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUSxLY .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUSxLY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUSxLY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSxLY .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUSxLY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUSxLY .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUSxLY .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUSxLY .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUSxLY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUSxLY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUSxLY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSxLY .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUSxLY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUSxLY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSxLY .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUSxLY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUSxLY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUSxLY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUSxLY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUSxLY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUSxLY .modal-lg,
  .cid-udvwwUSxLY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUSxLY .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUSxLY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUSxLY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUSxLY .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUSxLY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUSxLY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUSxLY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUSxLY .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUSxLY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-rSYQQFOTQ3 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/007-1920x1281.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-rSYQQFOTQ3 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rSYQQFOTQ3 .text-block {
  position: relative;
  z-index: 0;
}
.cid-rSYQQFOTQ3 .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-rSYQQFOTQ3 .box {
  left: 20%;
}
.cid-rSYQQFOTQ3 .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rSYQQFOTQ3 .mbr-section-text,
.cid-rSYQQFOTQ3 .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rSYQQFOTQ3 .text-box {
    display: none;
  }
  .cid-rSYQQFOTQ3 .mbr-section-title,
  .cid-rSYQQFOTQ3 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rSYQQFOTQ3 .box {
    display: none;
  }
  .cid-rSYQQFOTQ3 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSYQQFOTQ3 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSYQQFOTQ3 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rSYQQFOTQ3 .mbr-section-text {
  color: #ffffff;
}
.cid-rSYQQFOTQ3 .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-rSYQQFOTQ3 .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rSYQQFOTQ3 .mbr-section-subtitle {
  text-align: right;
  color: #f5d27a;
}
.cid-rSYQQFOTQ3 .mbr-section-title {
  color: #f5d27a;
}
.cid-rSYQRIKYzN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/007-1920x1281.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-rSYQRIKYzN .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rSYQRIKYzN .text-block {
  position: relative;
  z-index: 0;
}
.cid-rSYQRIKYzN .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-rSYQRIKYzN .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rSYQRIKYzN .box {
  right: 20%;
}
.cid-rSYQRIKYzN .text-box {
  right: 0;
}
.cid-rSYQRIKYzN .mbr-section-title,
.cid-rSYQRIKYzN .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-rSYQRIKYzN .text-box {
    display: none;
  }
  .cid-rSYQRIKYzN .mbr-section-title,
  .cid-rSYQRIKYzN .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rSYQRIKYzN .box {
    display: none;
  }
  .cid-rSYQRIKYzN .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSYQRIKYzN .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSYQRIKYzN .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rSYQRIKYzN .mbr-section-text {
  color: #ffffff;
}
.cid-rSYQRIKYzN .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-rSYQRIKYzN .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rSYQRIKYzN .mbr-section-subtitle {
  text-align: right;
  color: #f5d27a;
}
.cid-rSYQRIKYzN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rSYQRIKYzN .mbr-section-title {
  color: #f5d27a;
}
.cid-rSYQVHkoNN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/007-1920x1281.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-rSYQVHkoNN .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rSYQVHkoNN .text-block {
  position: relative;
  z-index: 0;
}
.cid-rSYQVHkoNN .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-rSYQVHkoNN .box {
  left: 20%;
}
.cid-rSYQVHkoNN .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rSYQVHkoNN .mbr-section-text,
.cid-rSYQVHkoNN .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rSYQVHkoNN .text-box {
    display: none;
  }
  .cid-rSYQVHkoNN .mbr-section-title,
  .cid-rSYQVHkoNN .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rSYQVHkoNN .box {
    display: none;
  }
  .cid-rSYQVHkoNN .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSYQVHkoNN .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSYQVHkoNN .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rSYQVHkoNN .mbr-section-text {
  color: #ffffff;
}
.cid-rSYQVHkoNN .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-rSYQVHkoNN .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rSYQVHkoNN .mbr-section-subtitle {
  text-align: right;
  color: #f5d27a;
}
.cid-rSYQVHkoNN .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rSYQVHkoNN .mbr-section-title {
  color: #f5d27a;
}
.cid-tCsfHP9wW6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/pexels-photo-7967392-2000x1333.jpg");
  text-shadow: 2px 2px 5px black;
}
.cid-tCsfHP9wW6 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tCsfHP9wW6 .text-block {
  position: relative;
  z-index: 0;
}
.cid-tCsfHP9wW6 .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-tCsfHP9wW6 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tCsfHP9wW6 .box {
  right: 20%;
}
.cid-tCsfHP9wW6 .text-box {
  right: 0;
}
.cid-tCsfHP9wW6 .mbr-section-title,
.cid-tCsfHP9wW6 .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-tCsfHP9wW6 .text-box {
    display: none;
  }
  .cid-tCsfHP9wW6 .mbr-section-title,
  .cid-tCsfHP9wW6 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tCsfHP9wW6 .box {
    display: none;
  }
  .cid-tCsfHP9wW6 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tCsfHP9wW6 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCsfHP9wW6 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tCsfHP9wW6 .mbr-section-text {
  color: #ffffff;
}
.cid-tCsfHP9wW6 .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-tCsfHP9wW6 .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-tCsfHP9wW6 .mbr-section-subtitle {
  text-align: right;
  color: #f5d27a;
}
.cid-tCsfHP9wW6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tCsfHP9wW6 .mbr-section-title {
  color: #ffffff;
}
.cid-rSYQCvYNUw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ba953a;
}
.cid-rSYQCvYNUw .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6qfFO08B {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6qfFO08B .container {
  max-width: 1400px;
}
.cid-sJ6qfFO08B .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6qfFO08B .soc-item a {
  padding-top: 5px;
}
.cid-sJ6qfFO08B .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6qfFO08B .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6qfFO08B .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6qfFO08B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6qfFO08B svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6qfFO08B #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6qfFO08B .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6qfFO08B .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6qfFO08B .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6qfFO08B .card-img {
  width: auto;
}
.cid-sJ6qfFO08B .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6qfFO08B .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6qfFO08B .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6qfFO08B .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6qfFO08B .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6qfFO08B .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6qfFO08B .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6qfFO08B img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6qfFO08B .item {
    justify-content: center;
  }
  .cid-sJ6qfFO08B .quote::after {
    left: 60px;
  }
}
.cid-sJ6qfFO08B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6qfFO08B .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6qfFO08B .text1 {
  color: #ffffff;
}
.cid-sJ6qfFO08B .item-title {
  color: #ffffff;
}
.cid-sJ6qfFO08B H5 {
  color: #ffffff;
}
.cid-sJ6qfFO08B .theme {
  color: #ffffff;
}
.cid-sJ6qfFO08B .copyright > p {
  color: #ff3366;
}
.cid-sJ6qfFO08B .text2 {
  color: #ffffff;
}
.cid-rSYQCxNkO7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rSYQCxNkO7 H3 {
  text-align: left;
}
.cid-rSYQCxNkO7 .lines {
  line-height: .8em;
}
.cid-udvwwUSXLi.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUSXLi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUSXLi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUSXLi .modal-content,
.cid-udvwwUSXLi .modal-dialog {
  height: auto;
}
.cid-udvwwUSXLi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUSXLi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUSXLi .form-wrapper .mbr-form .form-group,
  .cid-udvwwUSXLi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUSXLi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUSXLi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUSXLi .mbr-text {
  text-align: left;
}
.cid-udvwwUSXLi .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUSXLi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUSXLi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUSXLi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUSXLi .modal-open {
  overflow: hidden;
}
.cid-udvwwUSXLi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUSXLi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUSXLi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUSXLi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUSXLi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUSXLi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUSXLi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUSXLi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUSXLi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUSXLi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUSXLi .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUSXLi .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUSXLi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUSXLi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSXLi .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUSXLi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUSXLi .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUSXLi .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUSXLi .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUSXLi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUSXLi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUSXLi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSXLi .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUSXLi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUSXLi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSXLi .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUSXLi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUSXLi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUSXLi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUSXLi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUSXLi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUSXLi .modal-lg,
  .cid-udvwwUSXLi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUSXLi .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUSXLi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUSXLi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUSXLi .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUSXLi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUSXLi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUSXLi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUSXLi .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUSXLi .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-rR955kAQSr {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-rR955kAQSr .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rR955kAQSr .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-rR955kAQSr .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rR955kAQSr .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rR955kAQSr .link {
  letter-spacing: 2px;
}
.cid-rR955kAQSr .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-rR955kAQSr .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rR955kAQSr .card {
    padding-bottom: 2rem;
  }
}
.cid-rR955kAQSr .card-text,
.cid-rR955kAQSr .link {
  color: #232323;
}
.cid-rR955kAQSr .main-title {
  color: #ffffff;
}
.cid-rRcD0ql5Bf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcD0ql5Bf .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcAEdYrwR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcAEdYrwR .mbr-section-subtitle {
  color: #767676;
}
.cid-rR9b6Btcnq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rR9b6Btcnq .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rR9b6Btcnq .section-text {
  padding: 2rem 0;
}
.cid-rR9b6Btcnq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rR9b6Btcnq .inner-container {
    width: 100% !important;
  }
}
.cid-rRcCZveW9i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcCZveW9i .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcADDje2b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcADDje2b .mbr-section-subtitle {
  color: #767676;
}
.cid-rRaJKj9cOy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRaJKj9cOy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaJKj9cOy p {
  color: #767676;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaJKj9cOy .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rRaJKj9cOy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rRaJKj9cOy .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rRaJKj9cOy .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rRaJKj9cOy .border_wrapper {
  border-left: 1px solid #cc8304;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rRaJKj9cOy .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rRaJKj9cOy .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rRaJKj9cOy .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rRaJKj9cOy .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rRaJKj9cOy .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rRaJKj9cOy p.col-right {
    padding-top: 1rem;
  }
}
.cid-rRaJKj9cOy .card-title {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
  text-align: left;
}
.cid-rRaJKj9cOy P {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaJKj9cOy .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 1em 4em 1em 4em;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
  top: 0px;
  right: 1px;
  -webkit-box-shadow: 10px 10px 5px #000;
  padding-left: 40px;
}
.cid-rRaJKj9cOy .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rRcEQ24Jzo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ba953a;
}
.cid-rRcEQ24Jzo .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6qiA2BEY {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6qiA2BEY .container {
  max-width: 1400px;
}
.cid-sJ6qiA2BEY .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6qiA2BEY .soc-item a {
  padding-top: 5px;
}
.cid-sJ6qiA2BEY .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6qiA2BEY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6qiA2BEY .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6qiA2BEY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6qiA2BEY svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6qiA2BEY #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6qiA2BEY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6qiA2BEY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6qiA2BEY .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6qiA2BEY .card-img {
  width: auto;
}
.cid-sJ6qiA2BEY .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6qiA2BEY .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6qiA2BEY .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6qiA2BEY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6qiA2BEY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6qiA2BEY .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6qiA2BEY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6qiA2BEY img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6qiA2BEY .item {
    justify-content: center;
  }
  .cid-sJ6qiA2BEY .quote::after {
    left: 60px;
  }
}
.cid-sJ6qiA2BEY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6qiA2BEY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6qiA2BEY .text1 {
  color: #ffffff;
}
.cid-sJ6qiA2BEY .item-title {
  color: #ffffff;
}
.cid-sJ6qiA2BEY H5 {
  color: #ffffff;
}
.cid-sJ6qiA2BEY .theme {
  color: #ffffff;
}
.cid-sJ6qiA2BEY .copyright > p {
  color: #ff3366;
}
.cid-sJ6qiA2BEY .text2 {
  color: #ffffff;
}
.cid-rRcEPb0leP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rRcEPb0leP H3 {
  text-align: left;
}
.cid-rRcEPb0leP .lines {
  line-height: .8em;
}
.cid-udvwwUSubI.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUSubI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUSubI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUSubI .modal-content,
.cid-udvwwUSubI .modal-dialog {
  height: auto;
}
.cid-udvwwUSubI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUSubI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUSubI .form-wrapper .mbr-form .form-group,
  .cid-udvwwUSubI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUSubI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUSubI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUSubI .mbr-text {
  text-align: left;
}
.cid-udvwwUSubI .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUSubI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUSubI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUSubI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUSubI .modal-open {
  overflow: hidden;
}
.cid-udvwwUSubI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUSubI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUSubI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUSubI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUSubI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUSubI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUSubI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUSubI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUSubI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUSubI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUSubI .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUSubI .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUSubI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUSubI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSubI .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUSubI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUSubI .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUSubI .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUSubI .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUSubI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUSubI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUSubI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSubI .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUSubI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUSubI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSubI .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUSubI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUSubI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUSubI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUSubI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUSubI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUSubI .modal-lg,
  .cid-udvwwUSubI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUSubI .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUSubI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUSubI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUSubI .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUSubI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUSubI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUSubI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUSubI .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUSubI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-rR9c8owje3 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-rR9c8owje3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rR9c8owje3 .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-rR9c8owje3 .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rR9c8owje3 .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rR9c8owje3 .link {
  letter-spacing: 2px;
}
.cid-rR9c8owje3 .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-rR9c8owje3 .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rR9c8owje3 .card {
    padding-bottom: 2rem;
  }
}
.cid-rR9c8owje3 .card-text,
.cid-rR9c8owje3 .link {
  color: #232323;
}
.cid-rR9c8owje3 .main-title {
  color: #ffffff;
}
.cid-rRcD4FYEdR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcD4FYEdR .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcAFGHvmo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcAFGHvmo .mbr-section-subtitle {
  color: #767676;
}
.cid-rR9c8KFJpD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rR9c8KFJpD .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rR9c8KFJpD .section-text {
  padding: 2rem 0;
}
.cid-rR9c8KFJpD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rR9c8KFJpD .inner-container {
    width: 100% !important;
  }
}
.cid-rRcD77zxGA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcD77zxGA .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcAG1UKIN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcAG1UKIN .mbr-section-subtitle {
  color: #767676;
}
.cid-rRaJNwI9RY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRaJNwI9RY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaJNwI9RY p {
  color: #767676;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaJNwI9RY .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rRaJNwI9RY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rRaJNwI9RY .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rRaJNwI9RY .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rRaJNwI9RY .border_wrapper {
  border-left: 1px solid #cc8304;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rRaJNwI9RY .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rRaJNwI9RY .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rRaJNwI9RY .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rRaJNwI9RY .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rRaJNwI9RY .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rRaJNwI9RY p.col-right {
    padding-top: 1rem;
  }
}
.cid-rRaJNwI9RY .card-title {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
  text-align: left;
}
.cid-rRaJNwI9RY P {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaJNwI9RY .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 1em 4em 1em 4em;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
  top: 0px;
  right: 1px;
  -webkit-box-shadow: 10px 10px 5px #000;
  padding-left: 40px;
}
.cid-rRaJNwI9RY .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rRcESzC7yU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ba953a;
}
.cid-rRcESzC7yU .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6ql84oTR {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6ql84oTR .container {
  max-width: 1400px;
}
.cid-sJ6ql84oTR .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6ql84oTR .soc-item a {
  padding-top: 5px;
}
.cid-sJ6ql84oTR .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6ql84oTR .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6ql84oTR .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6ql84oTR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6ql84oTR svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6ql84oTR #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6ql84oTR .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6ql84oTR .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6ql84oTR .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6ql84oTR .card-img {
  width: auto;
}
.cid-sJ6ql84oTR .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6ql84oTR .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6ql84oTR .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6ql84oTR .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6ql84oTR .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6ql84oTR .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6ql84oTR .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6ql84oTR img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6ql84oTR .item {
    justify-content: center;
  }
  .cid-sJ6ql84oTR .quote::after {
    left: 60px;
  }
}
.cid-sJ6ql84oTR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6ql84oTR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6ql84oTR .text1 {
  color: #ffffff;
}
.cid-sJ6ql84oTR .item-title {
  color: #ffffff;
}
.cid-sJ6ql84oTR H5 {
  color: #ffffff;
}
.cid-sJ6ql84oTR .theme {
  color: #ffffff;
}
.cid-sJ6ql84oTR .copyright > p {
  color: #ff3366;
}
.cid-sJ6ql84oTR .text2 {
  color: #ffffff;
}
.cid-rRcERZMGml {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rRcERZMGml H3 {
  text-align: left;
}
.cid-rRcERZMGml .lines {
  line-height: .8em;
}
.cid-udvwwUSVka.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUSVka.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUSVka.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUSVka .modal-content,
.cid-udvwwUSVka .modal-dialog {
  height: auto;
}
.cid-udvwwUSVka .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUSVka .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUSVka .form-wrapper .mbr-form .form-group,
  .cid-udvwwUSVka .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUSVka .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUSVka .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUSVka .mbr-text {
  text-align: left;
}
.cid-udvwwUSVka .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUSVka .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUSVka .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUSVka .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUSVka .modal-open {
  overflow: hidden;
}
.cid-udvwwUSVka .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUSVka .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUSVka .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUSVka .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUSVka .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUSVka .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUSVka .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUSVka .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUSVka .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUSVka .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUSVka .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUSVka .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUSVka .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUSVka .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSVka .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUSVka .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUSVka .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUSVka .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUSVka .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUSVka .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUSVka .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUSVka .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSVka .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUSVka .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUSVka .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSVka .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUSVka .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUSVka .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUSVka .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUSVka .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUSVka .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUSVka .modal-lg,
  .cid-udvwwUSVka .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUSVka .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUSVka .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUSVka .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUSVka .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUSVka .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUSVka .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUSVka .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUSVka .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUSVka .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-rR9cyGBdCy {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-rR9cyGBdCy .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rR9cyGBdCy .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-rR9cyGBdCy .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rR9cyGBdCy .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rR9cyGBdCy .link {
  letter-spacing: 2px;
}
.cid-rR9cyGBdCy .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-rR9cyGBdCy .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rR9cyGBdCy .card {
    padding-bottom: 2rem;
  }
}
.cid-rR9cyGBdCy .card-text,
.cid-rR9cyGBdCy .link {
  color: #232323;
}
.cid-rR9cyGBdCy .main-title {
  color: #ffffff;
}
.cid-rRcDb2kv94 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcDb2kv94 .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcAHvljrC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcAHvljrC .mbr-section-subtitle {
  color: #767676;
}
.cid-rR9cyYpqEe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rR9cyYpqEe .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rR9cyYpqEe .section-text {
  padding: 2rem 0;
}
.cid-rR9cyYpqEe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rR9cyYpqEe .inner-container {
    width: 100% !important;
  }
}
.cid-rRcDbBVhsq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcDbBVhsq .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcAHQc7RJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcAHQc7RJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rRaJZFZHFt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRaJZFZHFt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaJZFZHFt p {
  color: #767676;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaJZFZHFt .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rRaJZFZHFt .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rRaJZFZHFt .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rRaJZFZHFt .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rRaJZFZHFt .border_wrapper {
  border-left: 1px solid #cc8304;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rRaJZFZHFt .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rRaJZFZHFt .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rRaJZFZHFt .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rRaJZFZHFt .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rRaJZFZHFt .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rRaJZFZHFt p.col-right {
    padding-top: 1rem;
  }
}
.cid-rRaJZFZHFt .card-title {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
  text-align: left;
}
.cid-rRaJZFZHFt P {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaJZFZHFt .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 1em 4em 1em 4em;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
  top: 0px;
  right: 1px;
  -webkit-box-shadow: 10px 10px 5px #000;
  padding-left: 40px;
}
.cid-rRaJZFZHFt .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rRcEVdQiWd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ba953a;
}
.cid-rRcEVdQiWd .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6qonmVuI {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6qonmVuI .container {
  max-width: 1400px;
}
.cid-sJ6qonmVuI .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6qonmVuI .soc-item a {
  padding-top: 5px;
}
.cid-sJ6qonmVuI .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6qonmVuI .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6qonmVuI .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6qonmVuI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6qonmVuI svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6qonmVuI #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6qonmVuI .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6qonmVuI .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6qonmVuI .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6qonmVuI .card-img {
  width: auto;
}
.cid-sJ6qonmVuI .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6qonmVuI .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6qonmVuI .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6qonmVuI .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6qonmVuI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6qonmVuI .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6qonmVuI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6qonmVuI img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6qonmVuI .item {
    justify-content: center;
  }
  .cid-sJ6qonmVuI .quote::after {
    left: 60px;
  }
}
.cid-sJ6qonmVuI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6qonmVuI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6qonmVuI .text1 {
  color: #ffffff;
}
.cid-sJ6qonmVuI .item-title {
  color: #ffffff;
}
.cid-sJ6qonmVuI H5 {
  color: #ffffff;
}
.cid-sJ6qonmVuI .theme {
  color: #ffffff;
}
.cid-sJ6qonmVuI .copyright > p {
  color: #ff3366;
}
.cid-sJ6qonmVuI .text2 {
  color: #ffffff;
}
.cid-rRcEUvOE2W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rRcEUvOE2W H3 {
  text-align: left;
}
.cid-rRcEUvOE2W .lines {
  line-height: .8em;
}
.cid-udvwwUSS1W.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUSS1W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUSS1W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUSS1W .modal-content,
.cid-udvwwUSS1W .modal-dialog {
  height: auto;
}
.cid-udvwwUSS1W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUSS1W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUSS1W .form-wrapper .mbr-form .form-group,
  .cid-udvwwUSS1W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUSS1W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUSS1W .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUSS1W .mbr-text {
  text-align: left;
}
.cid-udvwwUSS1W .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUSS1W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUSS1W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUSS1W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUSS1W .modal-open {
  overflow: hidden;
}
.cid-udvwwUSS1W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUSS1W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUSS1W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUSS1W .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUSS1W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUSS1W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUSS1W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUSS1W .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUSS1W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUSS1W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUSS1W .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUSS1W .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUSS1W .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUSS1W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSS1W .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUSS1W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUSS1W .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUSS1W .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUSS1W .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUSS1W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUSS1W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUSS1W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSS1W .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUSS1W .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUSS1W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSS1W .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUSS1W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUSS1W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUSS1W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUSS1W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUSS1W .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUSS1W .modal-lg,
  .cid-udvwwUSS1W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUSS1W .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUSS1W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUSS1W .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUSS1W .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUSS1W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUSS1W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUSS1W .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUSS1W .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUSS1W .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-rR9cBgVk3X {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-rR9cBgVk3X .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rR9cBgVk3X .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-rR9cBgVk3X .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rR9cBgVk3X .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rR9cBgVk3X .link {
  letter-spacing: 2px;
}
.cid-rR9cBgVk3X .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-rR9cBgVk3X .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rR9cBgVk3X .card {
    padding-bottom: 2rem;
  }
}
.cid-rR9cBgVk3X .card-text,
.cid-rR9cBgVk3X .link {
  color: #232323;
}
.cid-rR9cBgVk3X .main-title {
  color: #ffffff;
}
.cid-rRcDfH7Ijq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcDfH7Ijq .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcAJTRJ0S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcAJTRJ0S .mbr-section-subtitle {
  color: #767676;
}
.cid-rR9cBEvFye {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rR9cBEvFye .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rR9cBEvFye .section-text {
  padding: 2rem 0;
}
.cid-rR9cBEvFye .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rR9cBEvFye .inner-container {
    width: 100% !important;
  }
}
.cid-rRcDfauOVf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcDfauOVf .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcAJvXFM9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcAJvXFM9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rRaKp00Ral {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRaKp00Ral h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaKp00Ral p {
  color: #767676;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaKp00Ral .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rRaKp00Ral .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rRaKp00Ral .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rRaKp00Ral .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rRaKp00Ral .border_wrapper {
  border-left: 1px solid #cc8304;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rRaKp00Ral .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rRaKp00Ral .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rRaKp00Ral .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rRaKp00Ral .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rRaKp00Ral .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rRaKp00Ral p.col-right {
    padding-top: 1rem;
  }
}
.cid-rRaKp00Ral .card-title {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
  text-align: left;
}
.cid-rRaKp00Ral P {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaKp00Ral .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 1em 4em 1em 4em;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
  top: 0px;
  right: 1px;
  -webkit-box-shadow: 10px 10px 5px #000;
  padding-left: 40px;
}
.cid-rRaKp00Ral .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rRcEYiPGP6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ba953a;
}
.cid-rRcEYiPGP6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6qqFdXtl {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6qqFdXtl .container {
  max-width: 1400px;
}
.cid-sJ6qqFdXtl .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6qqFdXtl .soc-item a {
  padding-top: 5px;
}
.cid-sJ6qqFdXtl .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6qqFdXtl .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6qqFdXtl .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6qqFdXtl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6qqFdXtl svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6qqFdXtl #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6qqFdXtl .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6qqFdXtl .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6qqFdXtl .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6qqFdXtl .card-img {
  width: auto;
}
.cid-sJ6qqFdXtl .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6qqFdXtl .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6qqFdXtl .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6qqFdXtl .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6qqFdXtl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6qqFdXtl .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6qqFdXtl .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6qqFdXtl img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6qqFdXtl .item {
    justify-content: center;
  }
  .cid-sJ6qqFdXtl .quote::after {
    left: 60px;
  }
}
.cid-sJ6qqFdXtl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6qqFdXtl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6qqFdXtl .text1 {
  color: #ffffff;
}
.cid-sJ6qqFdXtl .item-title {
  color: #ffffff;
}
.cid-sJ6qqFdXtl H5 {
  color: #ffffff;
}
.cid-sJ6qqFdXtl .theme {
  color: #ffffff;
}
.cid-sJ6qqFdXtl .copyright > p {
  color: #ff3366;
}
.cid-sJ6qqFdXtl .text2 {
  color: #ffffff;
}
.cid-rRcEXNH936 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rRcEXNH936 H3 {
  text-align: left;
}
.cid-rRcEXNH936 .lines {
  line-height: .8em;
}
.cid-udvwwUSWn7.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUSWn7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUSWn7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUSWn7 .modal-content,
.cid-udvwwUSWn7 .modal-dialog {
  height: auto;
}
.cid-udvwwUSWn7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUSWn7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUSWn7 .form-wrapper .mbr-form .form-group,
  .cid-udvwwUSWn7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUSWn7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUSWn7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUSWn7 .mbr-text {
  text-align: left;
}
.cid-udvwwUSWn7 .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUSWn7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUSWn7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUSWn7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUSWn7 .modal-open {
  overflow: hidden;
}
.cid-udvwwUSWn7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUSWn7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUSWn7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUSWn7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUSWn7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUSWn7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUSWn7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUSWn7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUSWn7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUSWn7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUSWn7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUSWn7 .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUSWn7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUSWn7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSWn7 .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUSWn7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUSWn7 .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUSWn7 .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUSWn7 .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUSWn7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUSWn7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUSWn7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSWn7 .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUSWn7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUSWn7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUSWn7 .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUSWn7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUSWn7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUSWn7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUSWn7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUSWn7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUSWn7 .modal-lg,
  .cid-udvwwUSWn7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUSWn7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUSWn7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUSWn7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUSWn7 .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUSWn7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUSWn7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUSWn7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUSWn7 .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUSWn7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-rSZvgUY8zg {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZvgUY8zg .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rSZvgUY8zg .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-rSZvgUY8zg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rSZvgUY8zg .inner-container {
    width: 100% !important;
  }
}
.cid-rSZvM543ZF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZvM543ZF .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZvM543ZF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZvM543ZF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZvM543ZF .mbr-text {
    text-align: center;
  }
}
.cid-rSZvM543ZF .mbr-text,
.cid-rSZvM543ZF .mbr-section-btn {
  color: #767676;
}
.cid-rSZvM543ZF H1 {
  color: #000000;
}
.cid-rSZwrREsex {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZwrREsex .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZwrREsex .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZwrREsex .mbr-text {
    text-align: center;
  }
}
.cid-rSZwrREsex .mbr-text,
.cid-rSZwrREsex .mbr-section-btn {
  color: #767676;
}
.cid-rSZwrREsex H1 {
  color: #000000;
}
.cid-rSZxoK4gZi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZxoK4gZi .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZxoK4gZi .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZxoK4gZi .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZxoK4gZi .mbr-text {
    text-align: center;
  }
}
.cid-rSZxoK4gZi .mbr-text,
.cid-rSZxoK4gZi .mbr-section-btn {
  color: #767676;
}
.cid-rSZxoK4gZi H1 {
  color: #000000;
}
.cid-rSZxvaRlSW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZxvaRlSW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZxvaRlSW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZxvaRlSW .mbr-text {
    text-align: center;
  }
}
.cid-rSZxvaRlSW .mbr-text,
.cid-rSZxvaRlSW .mbr-section-btn {
  color: #767676;
}
.cid-rSZxvaRlSW H1 {
  color: #000000;
}
.cid-rSZxDCA1OW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZxDCA1OW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZxDCA1OW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZxDCA1OW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZxDCA1OW .mbr-text {
    text-align: center;
  }
}
.cid-rSZxDCA1OW .mbr-text,
.cid-rSZxDCA1OW .mbr-section-btn {
  color: #767676;
}
.cid-rSZxDCA1OW H1 {
  color: #000000;
}
.cid-rSZykIoBZe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZykIoBZe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZykIoBZe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZykIoBZe .mbr-text {
    text-align: center;
  }
}
.cid-rSZykIoBZe .mbr-text,
.cid-rSZykIoBZe .mbr-section-btn {
  color: #767676;
}
.cid-rSZykIoBZe H1 {
  color: #000000;
}
.cid-rSZylmPBeM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZylmPBeM .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZylmPBeM .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZylmPBeM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZylmPBeM .mbr-text {
    text-align: center;
  }
}
.cid-rSZylmPBeM .mbr-text,
.cid-rSZylmPBeM .mbr-section-btn {
  color: #767676;
}
.cid-rSZylmPBeM H1 {
  color: #000000;
}
.cid-rSZylO7CeZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZylO7CeZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZylO7CeZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZylO7CeZ .mbr-text {
    text-align: center;
  }
}
.cid-rSZylO7CeZ .mbr-text,
.cid-rSZylO7CeZ .mbr-section-btn {
  color: #767676;
}
.cid-rSZylO7CeZ H1 {
  color: #000000;
}
.cid-rSZymb6zWl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZymb6zWl .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZymb6zWl .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZymb6zWl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZymb6zWl .mbr-text {
    text-align: center;
  }
}
.cid-rSZymb6zWl .mbr-text,
.cid-rSZymb6zWl .mbr-section-btn {
  color: #767676;
}
.cid-rSZymb6zWl H1 {
  color: #000000;
}
.cid-rSZymwywRv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZymwywRv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZymwywRv .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZymwywRv .mbr-text {
    text-align: center;
  }
}
.cid-rSZymwywRv .mbr-text,
.cid-rSZymwywRv .mbr-section-btn {
  color: #767676;
}
.cid-rSZymwywRv H1 {
  color: #000000;
}
.cid-rSZymRT8Y0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZymRT8Y0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZymRT8Y0 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZymRT8Y0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZymRT8Y0 .mbr-text {
    text-align: center;
  }
}
.cid-rSZymRT8Y0 .mbr-text,
.cid-rSZymRT8Y0 .mbr-section-btn {
  color: #767676;
}
.cid-rSZymRT8Y0 H1 {
  color: #000000;
}
.cid-rSZynejCPs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZynejCPs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZynejCPs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZynejCPs .mbr-text {
    text-align: center;
  }
}
.cid-rSZynejCPs .mbr-text,
.cid-rSZynejCPs .mbr-section-btn {
  color: #767676;
}
.cid-rSZynejCPs H1 {
  color: #000000;
}
.cid-rSZynAoHDE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZynAoHDE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZynAoHDE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZynAoHDE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZynAoHDE .mbr-text {
    text-align: center;
  }
}
.cid-rSZynAoHDE .mbr-text,
.cid-rSZynAoHDE .mbr-section-btn {
  color: #767676;
}
.cid-rSZynAoHDE H1 {
  color: #000000;
}
.cid-rSZynYfZWE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZynYfZWE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZynYfZWE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZynYfZWE .mbr-text {
    text-align: center;
  }
}
.cid-rSZynYfZWE .mbr-text,
.cid-rSZynYfZWE .mbr-section-btn {
  color: #767676;
}
.cid-rSZynYfZWE H1 {
  color: #000000;
}
.cid-rSZyokAzVm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZyokAzVm .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZyokAzVm .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZyokAzVm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZyokAzVm .mbr-text {
    text-align: center;
  }
}
.cid-rSZyokAzVm .mbr-text,
.cid-rSZyokAzVm .mbr-section-btn {
  color: #767676;
}
.cid-rSZyokAzVm H1 {
  color: #000000;
}
.cid-rSZyoIfnQf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZyoIfnQf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZyoIfnQf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZyoIfnQf .mbr-text {
    text-align: center;
  }
}
.cid-rSZyoIfnQf .mbr-text,
.cid-rSZyoIfnQf .mbr-section-btn {
  color: #767676;
}
.cid-rSZyoIfnQf H1 {
  color: #000000;
}
.cid-rSZyp21WgE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZyp21WgE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZyp21WgE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZyp21WgE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZyp21WgE .mbr-text {
    text-align: center;
  }
}
.cid-rSZyp21WgE .mbr-text,
.cid-rSZyp21WgE .mbr-section-btn {
  color: #767676;
}
.cid-rSZyp21WgE H1 {
  color: #000000;
}
.cid-rSZB4ARgmX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZB4ARgmX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZB4ARgmX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZB4ARgmX .mbr-text {
    text-align: center;
  }
}
.cid-rSZB4ARgmX .mbr-text,
.cid-rSZB4ARgmX .mbr-section-btn {
  color: #767676;
}
.cid-rSZB4ARgmX H1 {
  color: #000000;
}
.cid-rSZB53Dw6z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZB53Dw6z .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZB53Dw6z .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZB53Dw6z .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZB53Dw6z .mbr-text {
    text-align: center;
  }
}
.cid-rSZB53Dw6z .mbr-text,
.cid-rSZB53Dw6z .mbr-section-btn {
  color: #767676;
}
.cid-rSZB53Dw6z H1 {
  color: #000000;
}
.cid-rSZB9BFjJY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZB9BFjJY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZB9BFjJY .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZB9BFjJY .mbr-text {
    text-align: center;
  }
}
.cid-rSZB9BFjJY .mbr-text,
.cid-rSZB9BFjJY .mbr-section-btn {
  color: #767676;
}
.cid-rSZB9BFjJY H1 {
  color: #000000;
}
.cid-rSZB9ZSnOW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZB9ZSnOW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZB9ZSnOW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZB9ZSnOW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZB9ZSnOW .mbr-text {
    text-align: center;
  }
}
.cid-rSZB9ZSnOW .mbr-text,
.cid-rSZB9ZSnOW .mbr-section-btn {
  color: #767676;
}
.cid-rSZB9ZSnOW H1 {
  color: #000000;
}
.cid-rSZBanWCVw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBanWCVw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBanWCVw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBanWCVw .mbr-text {
    text-align: center;
  }
}
.cid-rSZBanWCVw .mbr-text,
.cid-rSZBanWCVw .mbr-section-btn {
  color: #767676;
}
.cid-rSZBanWCVw H1 {
  color: #000000;
}
.cid-rSZBaJ5bPi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBaJ5bPi .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBaJ5bPi .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBaJ5bPi .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBaJ5bPi .mbr-text {
    text-align: center;
  }
}
.cid-rSZBaJ5bPi .mbr-text,
.cid-rSZBaJ5bPi .mbr-section-btn {
  color: #767676;
}
.cid-rSZBaJ5bPi H1 {
  color: #000000;
}
.cid-rSZBb5IXVE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBb5IXVE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBb5IXVE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBb5IXVE .mbr-text {
    text-align: center;
  }
}
.cid-rSZBb5IXVE .mbr-text,
.cid-rSZBb5IXVE .mbr-section-btn {
  color: #767676;
}
.cid-rSZBb5IXVE H1 {
  color: #000000;
}
.cid-rSZBbr3tkj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBbr3tkj .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBbr3tkj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBbr3tkj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBbr3tkj .mbr-text {
    text-align: center;
  }
}
.cid-rSZBbr3tkj .mbr-text,
.cid-rSZBbr3tkj .mbr-section-btn {
  color: #767676;
}
.cid-rSZBbr3tkj H1 {
  color: #000000;
}
.cid-rSZBbOiFTD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBbOiFTD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBbOiFTD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBbOiFTD .mbr-text {
    text-align: center;
  }
}
.cid-rSZBbOiFTD .mbr-text,
.cid-rSZBbOiFTD .mbr-section-btn {
  color: #767676;
}
.cid-rSZBbOiFTD H1 {
  color: #000000;
}
.cid-rSZBcg1cR0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBcg1cR0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBcg1cR0 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBcg1cR0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBcg1cR0 .mbr-text {
    text-align: center;
  }
}
.cid-rSZBcg1cR0 .mbr-text,
.cid-rSZBcg1cR0 .mbr-section-btn {
  color: #767676;
}
.cid-rSZBcg1cR0 H1 {
  color: #000000;
}
.cid-rSZBcFLdk4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBcFLdk4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBcFLdk4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBcFLdk4 .mbr-text {
    text-align: center;
  }
}
.cid-rSZBcFLdk4 .mbr-text,
.cid-rSZBcFLdk4 .mbr-section-btn {
  color: #767676;
}
.cid-rSZBcFLdk4 H1 {
  color: #000000;
}
.cid-rSZBd6EvbV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBd6EvbV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBd6EvbV .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBd6EvbV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBd6EvbV .mbr-text {
    text-align: center;
  }
}
.cid-rSZBd6EvbV .mbr-text,
.cid-rSZBd6EvbV .mbr-section-btn {
  color: #767676;
}
.cid-rSZBd6EvbV H1 {
  color: #000000;
}
.cid-rSZBduLL5r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBduLL5r .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBduLL5r .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBduLL5r .mbr-text {
    text-align: center;
  }
}
.cid-rSZBduLL5r .mbr-text,
.cid-rSZBduLL5r .mbr-section-btn {
  color: #767676;
}
.cid-rSZBduLL5r H1 {
  color: #000000;
}
.cid-rSZBdRjCFl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBdRjCFl .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBdRjCFl .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBdRjCFl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBdRjCFl .mbr-text {
    text-align: center;
  }
}
.cid-rSZBdRjCFl .mbr-text,
.cid-rSZBdRjCFl .mbr-section-btn {
  color: #767676;
}
.cid-rSZBdRjCFl H1 {
  color: #000000;
}
.cid-rSZBef5Ubl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBef5Ubl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBef5Ubl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBef5Ubl .mbr-text {
    text-align: center;
  }
}
.cid-rSZBef5Ubl .mbr-text,
.cid-rSZBef5Ubl .mbr-section-btn {
  color: #767676;
}
.cid-rSZBef5Ubl H1 {
  color: #000000;
}
.cid-rSZBeDf1mm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBeDf1mm .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBeDf1mm .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBeDf1mm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBeDf1mm .mbr-text {
    text-align: center;
  }
}
.cid-rSZBeDf1mm .mbr-text,
.cid-rSZBeDf1mm .mbr-section-btn {
  color: #767676;
}
.cid-rSZBeDf1mm H1 {
  color: #000000;
}
.cid-rSZBf1Oz5P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBf1Oz5P .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBf1Oz5P .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBf1Oz5P .mbr-text {
    text-align: center;
  }
}
.cid-rSZBf1Oz5P .mbr-text,
.cid-rSZBf1Oz5P .mbr-section-btn {
  color: #767676;
}
.cid-rSZBf1Oz5P H1 {
  color: #000000;
}
.cid-rSZBfo5YPw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBfo5YPw .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBfo5YPw .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBfo5YPw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBfo5YPw .mbr-text {
    text-align: center;
  }
}
.cid-rSZBfo5YPw .mbr-text,
.cid-rSZBfo5YPw .mbr-section-btn {
  color: #767676;
}
.cid-rSZBfo5YPw H1 {
  color: #000000;
}
.cid-rSZBfNibha {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBfNibha .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBfNibha .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBfNibha .mbr-text {
    text-align: center;
  }
}
.cid-rSZBfNibha .mbr-text,
.cid-rSZBfNibha .mbr-section-btn {
  color: #767676;
}
.cid-rSZBfNibha H1 {
  color: #000000;
}
.cid-rSZBgaAfvy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBgaAfvy .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBgaAfvy .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBgaAfvy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBgaAfvy .mbr-text {
    text-align: center;
  }
}
.cid-rSZBgaAfvy .mbr-text,
.cid-rSZBgaAfvy .mbr-section-btn {
  color: #767676;
}
.cid-rSZBgaAfvy H1 {
  color: #000000;
}
.cid-rSZBgzkX6A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBgzkX6A .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBgzkX6A .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBgzkX6A .mbr-text {
    text-align: center;
  }
}
.cid-rSZBgzkX6A .mbr-text,
.cid-rSZBgzkX6A .mbr-section-btn {
  color: #767676;
}
.cid-rSZBgzkX6A H1 {
  color: #000000;
}
.cid-rSZBgXZQmH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBgXZQmH .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBgXZQmH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBgXZQmH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBgXZQmH .mbr-text {
    text-align: center;
  }
}
.cid-rSZBgXZQmH .mbr-text,
.cid-rSZBgXZQmH .mbr-section-btn {
  color: #767676;
}
.cid-rSZBgXZQmH H1 {
  color: #000000;
}
.cid-rSZBhkEANA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBhkEANA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBhkEANA .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBhkEANA .mbr-text {
    text-align: center;
  }
}
.cid-rSZBhkEANA .mbr-text,
.cid-rSZBhkEANA .mbr-section-btn {
  color: #767676;
}
.cid-rSZBhkEANA H1 {
  color: #000000;
}
.cid-rSZBibsrSq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBibsrSq .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBibsrSq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBibsrSq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBibsrSq .mbr-text {
    text-align: center;
  }
}
.cid-rSZBibsrSq .mbr-text,
.cid-rSZBibsrSq .mbr-section-btn {
  color: #767676;
}
.cid-rSZBibsrSq H1 {
  color: #000000;
}
.cid-rSZBiyDho8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBiyDho8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBiyDho8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBiyDho8 .mbr-text {
    text-align: center;
  }
}
.cid-rSZBiyDho8 .mbr-text,
.cid-rSZBiyDho8 .mbr-section-btn {
  color: #767676;
}
.cid-rSZBiyDho8 H1 {
  color: #000000;
}
.cid-rSZBiYnWWH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBiYnWWH .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBiYnWWH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBiYnWWH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBiYnWWH .mbr-text {
    text-align: center;
  }
}
.cid-rSZBiYnWWH .mbr-text,
.cid-rSZBiYnWWH .mbr-section-btn {
  color: #767676;
}
.cid-rSZBiYnWWH H1 {
  color: #000000;
}
.cid-rSZBjpMI1F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZBjpMI1F .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBjpMI1F .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBjpMI1F .mbr-text {
    text-align: center;
  }
}
.cid-rSZBjpMI1F .mbr-text,
.cid-rSZBjpMI1F .mbr-section-btn {
  color: #767676;
}
.cid-rSZBjpMI1F H1 {
  color: #000000;
}
.cid-rSZBjRQSSs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSZBjRQSSs .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSZBjRQSSs .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZBjRQSSs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZBjRQSSs .mbr-text {
    text-align: center;
  }
}
.cid-rSZBjRQSSs .mbr-text,
.cid-rSZBjRQSSs .mbr-section-btn {
  color: #767676;
}
.cid-rSZBjRQSSs H1 {
  color: #000000;
}
.cid-rSZDPFPDGr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSZDPFPDGr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSZDPFPDGr .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSZDPFPDGr .mbr-text {
    text-align: center;
  }
}
.cid-rSZDPFPDGr .mbr-text,
.cid-rSZDPFPDGr .mbr-section-btn {
  color: #767676;
}
.cid-rSZDPFPDGr H1 {
  color: #000000;
}
.cid-sJ6qtD0snz {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6qtD0snz .container {
  max-width: 1400px;
}
.cid-sJ6qtD0snz .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6qtD0snz .soc-item a {
  padding-top: 5px;
}
.cid-sJ6qtD0snz .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6qtD0snz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6qtD0snz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6qtD0snz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6qtD0snz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6qtD0snz #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6qtD0snz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6qtD0snz .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6qtD0snz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6qtD0snz .card-img {
  width: auto;
}
.cid-sJ6qtD0snz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6qtD0snz .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6qtD0snz .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6qtD0snz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6qtD0snz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6qtD0snz .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6qtD0snz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6qtD0snz img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6qtD0snz .item {
    justify-content: center;
  }
  .cid-sJ6qtD0snz .quote::after {
    left: 60px;
  }
}
.cid-sJ6qtD0snz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6qtD0snz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6qtD0snz .text1 {
  color: #ffffff;
}
.cid-sJ6qtD0snz .item-title {
  color: #ffffff;
}
.cid-sJ6qtD0snz H5 {
  color: #ffffff;
}
.cid-sJ6qtD0snz .theme {
  color: #ffffff;
}
.cid-sJ6qtD0snz .copyright > p {
  color: #ff3366;
}
.cid-sJ6qtD0snz .text2 {
  color: #ffffff;
}
.cid-rSZuJvEKwn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ba953a;
}
.cid-rSZuJvEKwn .mbr-section-subtitle {
  color: #767676;
}
.cid-rSZuJxlhP5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rSZuJxlhP5 H3 {
  text-align: left;
}
.cid-rSZuJxlhP5 .lines {
  line-height: .8em;
}
.cid-udvwwUTetn.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUTetn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUTetn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUTetn .modal-content,
.cid-udvwwUTetn .modal-dialog {
  height: auto;
}
.cid-udvwwUTetn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUTetn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUTetn .form-wrapper .mbr-form .form-group,
  .cid-udvwwUTetn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUTetn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUTetn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUTetn .mbr-text {
  text-align: left;
}
.cid-udvwwUTetn .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUTetn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUTetn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUTetn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUTetn .modal-open {
  overflow: hidden;
}
.cid-udvwwUTetn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUTetn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUTetn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUTetn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUTetn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUTetn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUTetn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUTetn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUTetn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUTetn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUTetn .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUTetn .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUTetn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUTetn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTetn .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUTetn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUTetn .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUTetn .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUTetn .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUTetn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUTetn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUTetn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTetn .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUTetn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUTetn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTetn .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUTetn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUTetn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUTetn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUTetn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUTetn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUTetn .modal-lg,
  .cid-udvwwUTetn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUTetn .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUTetn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUTetn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUTetn .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUTetn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUTetn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUTetn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUTetn .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUTetn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-rR6iBMecax {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/tfq6jakw-copy-1072x804.jpg");
  text-shadow: 2px 2px 5px black;
}
.cid-rR6iBMecax H2 {
  text-align: center;
}
.cid-rRcE0tjnIv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcE0tjnIv .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcALTqw3H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcALTqw3H .mbr-section-subtitle {
  color: #767676;
}
.cid-rRaKr3seOs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRaKr3seOs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaKr3seOs p {
  color: #767676;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaKr3seOs .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rRaKr3seOs .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rRaKr3seOs .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rRaKr3seOs .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rRaKr3seOs .border_wrapper {
  border-left: 1px solid #cc8304;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rRaKr3seOs .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rRaKr3seOs .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rRaKr3seOs .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rRaKr3seOs .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rRaKr3seOs .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rRaKr3seOs p.col-right {
    padding-top: 1rem;
  }
}
.cid-rRaKr3seOs .card-title {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
  text-align: left;
}
.cid-rRaKr3seOs P {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-rRaKr3seOs .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 1em 4em 1em 4em;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
  top: 0px;
  right: 1px;
  -webkit-box-shadow: 10px 10px 5px #000;
  padding-left: 40px;
}
.cid-rRaKr3seOs .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-rRcNp3LBeS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcNp3LBeS .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcNpT83sm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRcNpT83sm .mbr-section-subtitle {
  color: #767676;
}
.cid-rRcEdAASp0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRcEdAASp0 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6qwR0sxQ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6qwR0sxQ .container {
  max-width: 1400px;
}
.cid-sJ6qwR0sxQ .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6qwR0sxQ .soc-item a {
  padding-top: 5px;
}
.cid-sJ6qwR0sxQ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6qwR0sxQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6qwR0sxQ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6qwR0sxQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6qwR0sxQ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6qwR0sxQ #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6qwR0sxQ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6qwR0sxQ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6qwR0sxQ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6qwR0sxQ .card-img {
  width: auto;
}
.cid-sJ6qwR0sxQ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6qwR0sxQ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6qwR0sxQ .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6qwR0sxQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6qwR0sxQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6qwR0sxQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6qwR0sxQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6qwR0sxQ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6qwR0sxQ .item {
    justify-content: center;
  }
  .cid-sJ6qwR0sxQ .quote::after {
    left: 60px;
  }
}
.cid-sJ6qwR0sxQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6qwR0sxQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6qwR0sxQ .text1 {
  color: #ffffff;
}
.cid-sJ6qwR0sxQ .item-title {
  color: #ffffff;
}
.cid-sJ6qwR0sxQ H5 {
  color: #ffffff;
}
.cid-sJ6qwR0sxQ .theme {
  color: #ffffff;
}
.cid-sJ6qwR0sxQ .copyright > p {
  color: #ff3366;
}
.cid-sJ6qwR0sxQ .text2 {
  color: #ffffff;
}
.cid-s2HCbKyw2j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-s2HCbKyw2j H3 {
  text-align: left;
}
.cid-s2HCbKyw2j .lines {
  line-height: .5em;
}
.cid-t1IymgaGIn.popup-builder {
  background-color: #ffffff;
}
.cid-t1IymgaGIn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1IymgaGIn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-t1IymgaGIn .modal-content,
.cid-t1IymgaGIn .modal-dialog {
  height: auto;
}
.cid-t1IymgaGIn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1IymgaGIn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1IymgaGIn .form-wrapper .mbr-form .form-group,
  .cid-t1IymgaGIn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1IymgaGIn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1IymgaGIn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1IymgaGIn .mbr-text {
  text-align: center;
}
.cid-t1IymgaGIn .pt-0 {
  padding-top: 0 !important;
}
.cid-t1IymgaGIn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1IymgaGIn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1IymgaGIn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1IymgaGIn .modal-open {
  overflow: hidden;
}
.cid-t1IymgaGIn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1IymgaGIn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1IymgaGIn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-t1IymgaGIn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t1IymgaGIn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1IymgaGIn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1IymgaGIn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1IymgaGIn .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-t1IymgaGIn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1IymgaGIn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1IymgaGIn .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1IymgaGIn .modal-backdrop.show {
  opacity: .5;
}
.cid-t1IymgaGIn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t1IymgaGIn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1IymgaGIn .modal-header {
    padding: 1rem;
  }
}
.cid-t1IymgaGIn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1IymgaGIn .modal-header .close svg {
  fill: #353535;
}
.cid-t1IymgaGIn .modal-header .close:hover {
  opacity: 1;
}
.cid-t1IymgaGIn .modal-header .close:focus {
  outline: none;
}
.cid-t1IymgaGIn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t1IymgaGIn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1IymgaGIn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1IymgaGIn .modal-body {
    padding: 1rem;
  }
}
.cid-t1IymgaGIn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t1IymgaGIn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1IymgaGIn .modal-footer {
    padding: 1rem;
  }
}
.cid-t1IymgaGIn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1IymgaGIn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1IymgaGIn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1IymgaGIn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1IymgaGIn .modal-lg,
  .cid-t1IymgaGIn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1IymgaGIn .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1IymgaGIn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1IymgaGIn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t1IymgaGIn .form-group {
  margin-bottom: 1rem;
}
.cid-t1IymgaGIn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1IymgaGIn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1IymgaGIn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t1IymgaGIn .mbr-section-btn {
  margin: 0;
}
.cid-t1IymgaGIn .mbr-section-btn .btn {
  margin: 0;
}
.cid-udvwwUTZ1y.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUTZ1y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUTZ1y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUTZ1y .modal-content,
.cid-udvwwUTZ1y .modal-dialog {
  height: auto;
}
.cid-udvwwUTZ1y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUTZ1y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUTZ1y .form-wrapper .mbr-form .form-group,
  .cid-udvwwUTZ1y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUTZ1y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUTZ1y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUTZ1y .mbr-text {
  text-align: left;
}
.cid-udvwwUTZ1y .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUTZ1y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUTZ1y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUTZ1y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUTZ1y .modal-open {
  overflow: hidden;
}
.cid-udvwwUTZ1y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUTZ1y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUTZ1y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUTZ1y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUTZ1y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUTZ1y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUTZ1y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUTZ1y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUTZ1y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUTZ1y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUTZ1y .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUTZ1y .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUTZ1y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUTZ1y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTZ1y .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUTZ1y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUTZ1y .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUTZ1y .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUTZ1y .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUTZ1y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUTZ1y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUTZ1y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTZ1y .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUTZ1y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUTZ1y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTZ1y .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUTZ1y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUTZ1y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUTZ1y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUTZ1y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUTZ1y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUTZ1y .modal-lg,
  .cid-udvwwUTZ1y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUTZ1y .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUTZ1y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUTZ1y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUTZ1y .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUTZ1y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUTZ1y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUTZ1y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUTZ1y .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUTZ1y .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-sUv3rwxEzy {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-15-1920x1280.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 2px 2px 5px black;
}
.cid-sUv3rwxEzy .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sUv3rwxEzy .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sUv3rwxEzy .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sUv3rwxEzy .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-sUv3rwxEzy .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-sUv3rwxEzy .mbr-text,
.cid-sUv3rwxEzy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rREGPHfVbS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rREGPHfVbS .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnB7RkkND {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRnB7RkkND .mbr-section-subtitle {
  color: #767676;
}
.cid-rREHcp9j8t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rREHcp9j8t .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnvrHOTaD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRnvrHOTaD .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnzft2QbG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rRnzft2QbG .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #ba953a;
}
.cid-rRnzft2QbG img {
  width: 100%;
}
.cid-rRnzft2QbG p {
  margin-top: 6rem;
}
.cid-rRnzft2QbG .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rRnzft2QbG .content-wrapper {
  padding-top: 6rem;
}
.cid-rRnzft2QbG h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rRnzft2QbG .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rRnzft2QbG p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rRnzft2QbG .back {
    width: 100%;
    height: 75%;
  }
  .cid-rRnzft2QbG .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-rRnzft2QbG .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnzft2QbG p {
    margin-top: 4rem;
  }
}
.cid-rRnzft2QbG .content-wrapper {
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .cid-rRnzft2QbG .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-rRnzft2QbG .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnzft2QbG .content-wrapper {
    padding-left: 3rem;
  }
  .cid-rRnzft2QbG h4 {
    left: 2rem;
  }
}
.cid-rRnzft2QbG .mbr-text,
.cid-rRnzft2QbG .mbr-section-btn {
  text-align: right;
}
.cid-rRnJOMcIbI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRnJOMcIbI .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnGhx0kkh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rRnGhx0kkh .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnJJeiWFA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rRnJJeiWFA .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #ba953a;
}
.cid-rRnJJeiWFA img {
  width: 100%;
}
.cid-rRnJJeiWFA p {
  margin-top: 6rem;
}
.cid-rRnJJeiWFA .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rRnJJeiWFA .content-wrapper {
  padding-top: 6rem;
}
.cid-rRnJJeiWFA h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rRnJJeiWFA .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rRnJJeiWFA p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rRnJJeiWFA .back {
    width: 100%;
    height: 75%;
  }
  .cid-rRnJJeiWFA .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-rRnJJeiWFA .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnJJeiWFA p {
    margin-top: 4rem;
  }
}
.cid-rRnJJeiWFA .content-wrapper {
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .cid-rRnJJeiWFA .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-rRnJJeiWFA .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnJJeiWFA .content-wrapper {
    padding-left: 3rem;
  }
  .cid-rRnJJeiWFA h4 {
    left: 2rem;
  }
}
.cid-rRnJJeiWFA .mbr-text,
.cid-rRnJJeiWFA .mbr-section-btn {
  text-align: right;
}
.cid-rRnJJeiWFA H1 {
  text-align: left;
}
.cid-rRnJPs3OJ0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRnJPs3OJ0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnJMWaAtz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rRnJMWaAtz .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnJQ4KHaT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rRnJQ4KHaT .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #ba953a;
}
.cid-rRnJQ4KHaT img {
  width: 100%;
}
.cid-rRnJQ4KHaT p {
  margin-top: 6rem;
}
.cid-rRnJQ4KHaT .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rRnJQ4KHaT .content-wrapper {
  padding-top: 6rem;
}
.cid-rRnJQ4KHaT h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rRnJQ4KHaT .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rRnJQ4KHaT p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rRnJQ4KHaT .back {
    width: 100%;
    height: 75%;
  }
  .cid-rRnJQ4KHaT .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-rRnJQ4KHaT .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnJQ4KHaT p {
    margin-top: 4rem;
  }
}
.cid-rRnJQ4KHaT .content-wrapper {
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .cid-rRnJQ4KHaT .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-rRnJQ4KHaT .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnJQ4KHaT .content-wrapper {
    padding-left: 3rem;
  }
  .cid-rRnJQ4KHaT h4 {
    left: 2rem;
  }
}
.cid-rRnJQ4KHaT .mbr-text,
.cid-rRnJQ4KHaT .mbr-section-btn {
  text-align: right;
}
.cid-rRnJQ4KHaT H1 {
  text-align: left;
}
.cid-rRnKjb5ISU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rRnKjb5ISU .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnKiCGnoA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRnKiCGnoA .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnKpHAflS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rRnKpHAflS .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #ba953a;
}
.cid-rRnKpHAflS img {
  width: 100%;
}
.cid-rRnKpHAflS p {
  margin-top: 6rem;
}
.cid-rRnKpHAflS .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rRnKpHAflS .content-wrapper {
  padding-top: 6rem;
}
.cid-rRnKpHAflS h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rRnKpHAflS .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rRnKpHAflS p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rRnKpHAflS .back {
    width: 100%;
    height: 75%;
  }
  .cid-rRnKpHAflS .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-rRnKpHAflS .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnKpHAflS p {
    margin-top: 4rem;
  }
}
.cid-rRnKpHAflS .content-wrapper {
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .cid-rRnKpHAflS .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-rRnKpHAflS .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnKpHAflS .content-wrapper {
    padding-left: 3rem;
  }
  .cid-rRnKpHAflS h4 {
    left: 2rem;
  }
}
.cid-rRnKpHAflS .mbr-text,
.cid-rRnKpHAflS .mbr-section-btn {
  text-align: right;
}
.cid-rRnKpHAflS H1 {
  text-align: left;
}
.cid-rRnKxyihYU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rRnKxyihYU .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnKydF67S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRnKydF67S .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnKwYfUf2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rRnKwYfUf2 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #ba953a;
}
.cid-rRnKwYfUf2 img {
  width: 100%;
}
.cid-rRnKwYfUf2 p {
  margin-top: 6rem;
}
.cid-rRnKwYfUf2 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rRnKwYfUf2 .content-wrapper {
  padding-top: 6rem;
}
.cid-rRnKwYfUf2 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rRnKwYfUf2 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rRnKwYfUf2 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rRnKwYfUf2 .back {
    width: 100%;
    height: 75%;
  }
  .cid-rRnKwYfUf2 .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-rRnKwYfUf2 .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnKwYfUf2 p {
    margin-top: 4rem;
  }
}
.cid-rRnKwYfUf2 .content-wrapper {
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .cid-rRnKwYfUf2 .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-rRnKwYfUf2 .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnKwYfUf2 .content-wrapper {
    padding-left: 3rem;
  }
  .cid-rRnKwYfUf2 h4 {
    left: 2rem;
  }
}
.cid-rRnKwYfUf2 .mbr-text,
.cid-rRnKwYfUf2 .mbr-section-btn {
  text-align: right;
}
.cid-rRnKwYfUf2 H1 {
  text-align: left;
}
.cid-rRnKSJGZGH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rRnKSJGZGH .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnKRsiA26 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRnKRsiA26 .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnKQIq0Xv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rRnKQIq0Xv .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #ba953a;
}
.cid-rRnKQIq0Xv img {
  width: 100%;
}
.cid-rRnKQIq0Xv p {
  margin-top: 6rem;
}
.cid-rRnKQIq0Xv .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rRnKQIq0Xv .content-wrapper {
  padding-top: 6rem;
}
.cid-rRnKQIq0Xv h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rRnKQIq0Xv .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rRnKQIq0Xv p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rRnKQIq0Xv .back {
    width: 100%;
    height: 75%;
  }
  .cid-rRnKQIq0Xv .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-rRnKQIq0Xv .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnKQIq0Xv p {
    margin-top: 4rem;
  }
}
.cid-rRnKQIq0Xv .content-wrapper {
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .cid-rRnKQIq0Xv .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-rRnKQIq0Xv .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rRnKQIq0Xv .content-wrapper {
    padding-left: 3rem;
  }
  .cid-rRnKQIq0Xv h4 {
    left: 2rem;
  }
}
.cid-rRnKQIq0Xv .mbr-text,
.cid-rRnKQIq0Xv .mbr-section-btn {
  text-align: right;
}
.cid-rRnKQIq0Xv H1 {
  text-align: left;
}
.cid-rRnLkMVZ9K {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rRnLkMVZ9K .mbr-section-subtitle {
  color: #767676;
}
.cid-rRnvrIN5n1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ba953a;
}
.cid-rRnvrIN5n1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6qzBaGBJ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sJ6qzBaGBJ .container {
  max-width: 1400px;
}
.cid-sJ6qzBaGBJ .card-img2 span {
  padding-top: 6px;
}
.cid-sJ6qzBaGBJ .soc-item a {
  padding-top: 5px;
}
.cid-sJ6qzBaGBJ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ6qzBaGBJ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ6qzBaGBJ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ6qzBaGBJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ6qzBaGBJ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ6qzBaGBJ #e2_shape {
  fill: #000000 !important;
}
.cid-sJ6qzBaGBJ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ6qzBaGBJ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ6qzBaGBJ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ6qzBaGBJ .card-img {
  width: auto;
}
.cid-sJ6qzBaGBJ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ6qzBaGBJ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ6qzBaGBJ .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJ6qzBaGBJ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ6qzBaGBJ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ6qzBaGBJ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ6qzBaGBJ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ6qzBaGBJ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ6qzBaGBJ .item {
    justify-content: center;
  }
  .cid-sJ6qzBaGBJ .quote::after {
    left: 60px;
  }
}
.cid-sJ6qzBaGBJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ6qzBaGBJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ6qzBaGBJ .text1 {
  color: #ffffff;
}
.cid-sJ6qzBaGBJ .item-title {
  color: #ffffff;
}
.cid-sJ6qzBaGBJ H5 {
  color: #ffffff;
}
.cid-sJ6qzBaGBJ .theme {
  color: #ffffff;
}
.cid-sJ6qzBaGBJ .copyright > p {
  color: #ff3366;
}
.cid-sJ6qzBaGBJ .text2 {
  color: #ffffff;
}
.cid-s2HBwXUitO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-s2HBwXUitO H3 {
  text-align: left;
}
.cid-s2HBwXUitO .lines {
  line-height: .5em;
}
.cid-udvwwUTRTt.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUTRTt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUTRTt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUTRTt .modal-content,
.cid-udvwwUTRTt .modal-dialog {
  height: auto;
}
.cid-udvwwUTRTt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUTRTt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUTRTt .form-wrapper .mbr-form .form-group,
  .cid-udvwwUTRTt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUTRTt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUTRTt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUTRTt .mbr-text {
  text-align: left;
}
.cid-udvwwUTRTt .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUTRTt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUTRTt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUTRTt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUTRTt .modal-open {
  overflow: hidden;
}
.cid-udvwwUTRTt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUTRTt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUTRTt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUTRTt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUTRTt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUTRTt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUTRTt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUTRTt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUTRTt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUTRTt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUTRTt .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUTRTt .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUTRTt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUTRTt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTRTt .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUTRTt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUTRTt .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUTRTt .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUTRTt .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUTRTt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUTRTt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUTRTt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTRTt .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUTRTt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUTRTt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTRTt .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUTRTt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUTRTt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUTRTt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUTRTt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUTRTt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUTRTt .modal-lg,
  .cid-udvwwUTRTt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUTRTt .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUTRTt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUTRTt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUTRTt .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUTRTt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUTRTt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUTRTt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUTRTt .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUTRTt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
.cid-tRhoAvkv3M {
  background-color: #000000;
}
.cid-tRhoAvkv3M #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc(0%));
}
.cid-tRhoAvkv3M .content {
  position: fixed;
  bottom: 50;
  color: #f1f1f1;
  width: 100%;
  padding: 0px;
}
.cid-tRhoAvkv3M #myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
.cid-tRhoAvkv3M #myBtn:hover {
  background: #ddd;
  color: black;
}
.cid-tRhoAvkv3M .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-tRhoAvkv3M .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-udvwwUTkP9.popup-builder {
  background-color: #ffffff;
}
.cid-udvwwUTkP9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udvwwUTkP9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udvwwUTkP9 .modal-content,
.cid-udvwwUTkP9 .modal-dialog {
  height: auto;
}
.cid-udvwwUTkP9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udvwwUTkP9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udvwwUTkP9 .form-wrapper .mbr-form .form-group,
  .cid-udvwwUTkP9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udvwwUTkP9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udvwwUTkP9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udvwwUTkP9 .mbr-text {
  text-align: left;
}
.cid-udvwwUTkP9 .pt-0 {
  padding-top: 0 !important;
}
.cid-udvwwUTkP9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udvwwUTkP9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udvwwUTkP9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udvwwUTkP9 .modal-open {
  overflow: hidden;
}
.cid-udvwwUTkP9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udvwwUTkP9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udvwwUTkP9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udvwwUTkP9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udvwwUTkP9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udvwwUTkP9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udvwwUTkP9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udvwwUTkP9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udvwwUTkP9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udvwwUTkP9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udvwwUTkP9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-udvwwUTkP9 .modal-backdrop.show {
  opacity: .5;
}
.cid-udvwwUTkP9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udvwwUTkP9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTkP9 .modal-header {
    padding: 1rem;
  }
}
.cid-udvwwUTkP9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udvwwUTkP9 .modal-header .close svg {
  fill: #353535;
}
.cid-udvwwUTkP9 .modal-header .close:hover {
  opacity: 1;
}
.cid-udvwwUTkP9 .modal-header .close:focus {
  outline: none;
}
.cid-udvwwUTkP9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udvwwUTkP9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udvwwUTkP9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTkP9 .modal-body {
    padding: 1rem;
  }
}
.cid-udvwwUTkP9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udvwwUTkP9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvwwUTkP9 .modal-footer {
    padding: 1rem;
  }
}
.cid-udvwwUTkP9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udvwwUTkP9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udvwwUTkP9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udvwwUTkP9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udvwwUTkP9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udvwwUTkP9 .modal-lg,
  .cid-udvwwUTkP9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udvwwUTkP9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-udvwwUTkP9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udvwwUTkP9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udvwwUTkP9 .form-group {
  margin-bottom: 1rem;
}
.cid-udvwwUTkP9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udvwwUTkP9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udvwwUTkP9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udvwwUTkP9 .mbr-section-btn {
  margin: 0;
}
.cid-udvwwUTkP9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVd4Sfv2tJ {
  text-shadow: 2px 2px 5px black;
}
.cid-uVd4Sfv2tJ .navbar {
  padding: .5rem 0;
  background: url("../../../assets/images/top-2.webp");
  transition: none;
  min-height: 50px;
  width: 95%;
  margin: auto;
  opacity: .95;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 8px 16px 0px #092f60;
}
.cid-uVd4Sfv2tJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVd4Sfv2tJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVd4Sfv2tJ .dropdown-item {
  padding: 0;
}
.cid-uVd4Sfv2tJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #092f60 !important;
  border-radius: 0em 0em 1em 1em;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uVd4Sfv2tJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .menu-bottom {
  text-shadow: 2px 2px 5px #092f60;
  margin: auto;
  width: 100%;
  background: #a40700;
  opacity: 1;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .navbar-dropdown.bg-color.transparent.opened {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
}
.cid-uVd4Sfv2tJ a {
  font-style: normal;
}
.cid-uVd4Sfv2tJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVd4Sfv2tJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVd4Sfv2tJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .content-text {
  margin-bottom: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVd4Sfv2tJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVd4Sfv2tJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVd4Sfv2tJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVd4Sfv2tJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVd4Sfv2tJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVd4Sfv2tJ .content-right-side {
  text-align: center;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVd4Sfv2tJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVd4Sfv2tJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVd4Sfv2tJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uVd4Sfv2tJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVd4Sfv2tJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVd4Sfv2tJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVd4Sfv2tJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVd4Sfv2tJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVd4Sfv2tJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uVd4Sfv2tJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVd4Sfv2tJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVd4Sfv2tJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-uVd4Sfv2tJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVd4Sfv2tJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVd4Sfv2tJ .navbar-toggler {
    display: none;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVd4Sfv2tJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVd4Sfv2tJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVd4Sfv2tJ .menu-logo {
  margin-right: auto;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVd4Sfv2tJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
  background: "file:///Z:/GuntersvilleFishingGuide.com/assets/images/top-2.webp";
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVd4Sfv2tJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVd4Sfv2tJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVd4Sfv2tJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVd4Sfv2tJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVd4Sfv2tJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVd4Sfv2tJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .btn {
  display: flex;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVd4Sfv2tJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVd4Sfv2tJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVd4Sfv2tJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVd4Sfv2tJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVd4Sfv2tJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVd4Sfv2tJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing,
  .cid-uVd4Sfv2tJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVd4Sfv2tJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVd4Sfv2tJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVd4Sfv2tJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVd4Sfv2tJ img {
    height: 3.8rem !important;
  }
  .cid-uVd4Sfv2tJ .btn {
    display: flex;
  }
  .cid-uVd4Sfv2tJ button.navbar-toggler {
    display: block;
  }
  .cid-uVd4Sfv2tJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVd4Sfv2tJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVd4Sfv2tJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVd4Sfv2tJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVd4Sfv2tJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVd4Sfv2tJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVd4Sfv2tJ .nav-link:focus {
  outline: none;
}
.cid-uVd4Sfv2tJ .navbar-toggler {
  position: relative;
}
.cid-uVd4Sfv2tJ .dropdown-item.active,
.cid-uVd4Sfv2tJ .dropdown-item:active {
  background: #092f60;
  color: initial;
}
.cid-uVd4Sfv2tJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: 2s;
  border-radius: 15px 15px 15px 15px;
  transform: perspective(400px) rotateY(15deg) scale(0.9);
}
.cid-uVd4Sfv2tJ .grow:hover {
  transform: rotate(0);
  transition: all 1s ease;
}
.cid-uVd4Sfv2tJ .widget-title,
.cid-uVd4Sfv2tJ .widget-icon {
  color: #ffffff;
}
