.mobile-overflow-hidden {
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .mobile-overflow-hidden {
    overflow: unset;
  }
}

#navbar-header {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: end;
  transform: unset;
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 899px) {
  #navbar-header {
    background-color: #68C1C0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100vh;
  }
  #navbar-header:not(.show-menu) {
    display: none;
  }
}

.mod_menu_header {
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
.mod_menu_header .icon-container {
  padding: 0;
  transition: top 0.3s ease-in-out;
}
@media screen and (max-width: 899px) {
  .mod_menu_header .icon-container {
    position: fixed;
    top: calc(100% - 70px);
    transition: top 0.3s ease-in-out;
    background: #002F5D;
    padding: 10px 0 !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1499px) {
  .mod_menu_header .icon-container {
    display: inline-block;
    margin: 20px;
    top: 100px;
    position: absolute;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .mod_menu_header .icon-container {
    top: 70px;
  }
}
@media screen and (min-width: 1500px) {
  .mod_menu_header .icon-container {
    padding-right: 15px;
  }
}
@media screen and (max-width: 899px) {
  .mod_menu_header .logo.fixed {
    position: fixed;
    top: 14px;
  }
}

div.mod_menu--flat {
  border-top: none;
}
@media screen and (min-width: 900px) {
  div.mod_menu--flat .mod_menu_header .icon-container {
    top: 50px;
  }
}
div.mod_menu--flat .mod_menu_header .mod_menu_navbar-collapse {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 900px) {
  div.mod_menu--flat .mod_menu_header .mod_menu_navbar-collapse {
    padding-top: 0;
  }
}
div.mod_menu--flat .mod_menu_header .mod_menu_navbar {
  margin-bottom: unset;
}
div.mod_menu--flat .mod_menu_header .mod_menu_navbar .mod_menu_dropdown .dropbtn::after {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 900px) {
  div.mod_menu--flat .mod_menu_header .mod_menu_navbar .mod_menu_dropdown .dropbtn::after {
    height: 15px;
  }
}
div.mod_menu--flat .mod_menu_header .mod_menu_navbar .mod_finder-login {
  transition: all 0.3s ease-in-out;
  display: block;
  padding-top: 0;
}
div.mod_menu--flat .mod_menu_header .mod_menu_navbar-header {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  div.mod_menu--flat .mod_menu_header .mod_menu_navbar-header {
    padding: 14px;
  }
}
div.mod_menu--flat .mod_menu_header .mod_menu_navbar-header .logo {
  height: 42px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  div.mod_menu--flat .mod_menu_header .mod_menu_navbar-header .logo {
    width: unset;
  }
}

.mod_menu_navbar-header {
  padding: 14px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.mod_menu_navbar-header img {
  height: 100%;
}
.mod_menu_navbar-header .logo {
  height: 70px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .mod_menu_navbar-header .logo {
    height: 60px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .mod_menu_navbar-header .logo {
    height: 42px;
  }
}

.mod_menu_container {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.mod_menu_container .mod_finder-login a {
  letter-spacing: 1.5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #00AB97;
  padding-top: 12px;
  display: inline-block;
}
@media screen and (max-width: 899px) {
  .mod_menu_container .mod_finder-login a {
    color: #FFFFFF;
    padding: 25px;
  }
}

.mod_menu_navbar-collapse {
  display: flex;
  align-items: end;
  width: 100%;
  padding-right: 14px;
}
@media screen and (max-width: 899px) {
  .mod_menu_navbar-collapse {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 70px 0 0 0;
  }
}
@media screen and (max-width: 1499px) {
  .mod_menu_navbar-collapse {
    width: auto;
  }
}

.mod_menu_navbar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  overflow: visible;
  padding: 0 25px;
  transition: margin-bottom 0.3s ease-in-out;
}
@media screen and (min-width: 900px) and (max-width: 1001px) {
  .mod_menu_navbar {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 900px) {
  .mod_menu_navbar {
    position: initial;
    overflow: hidden;
    flex-wrap: unset;
    flex-direction: unset;
    justify-content: flex-end;
    margin-right: 3em;
    padding: 0;
  }
}
.mod_menu_navbar a {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mod_menu_navbar .mod_menu_dropdown {
  float: left;
  min-width: 45%;
}
@media screen and (min-width: 600px) {
  .mod_menu_navbar .mod_menu_dropdown {
    min-width: 33%;
  }
}
@media screen and (min-width: 900px) {
  .mod_menu_navbar .mod_menu_dropdown {
    overflow: hidden;
    min-width: unset;
  }
}
.mod_menu_navbar .mod_menu_dropdown .dropbtn {
  color: #002F5D;
  letter-spacing: 1px;
  text-align: center;
  padding: 25px;
  font: inherit;
  border: none;
  background-color: unset;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .mod_menu_navbar .mod_menu_dropdown .dropbtn {
    padding: 12px 12px 0 16px;
  }
}
@media screen and (min-width: 1500px) {
  .mod_menu_navbar .mod_menu_dropdown .dropbtn {
    padding: 12px 16px 0 16px;
  }
}
.mod_menu_navbar .mod_menu_dropdown .dropbtn:after {
  content: "";
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #002F5D;
  opacity: 0;
  transition: opacity 300ms;
  display: block;
}
@media screen and (min-width: 900px) {
  .mod_menu_navbar .mod_menu_dropdown .dropbtn:after {
    height: 30px;
    background-color: #68C1C0;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .mod_menu_navbar .mod_menu_dropdown .dropbtn:after {
    height: 24px;
  }
}
.mod_menu_navbar .mod_menu_dropdown .dropbtn .column a::after {
  border-bottom: solid 3px;
  border-color: #FFFFFF;
}
.mod_menu_navbar .mod_menu_dropdown .dropbtn .column a:hover::after, .mod_menu_navbar .mod_menu_dropdown .dropbtn .column a:focus::after {
  opacity: 1;
}
.mod_menu_navbar .mod_menu_dropdown .dropbtn:hover::after, .mod_menu_navbar .mod_menu_dropdown .dropbtn:focus::after {
  opacity: 1;
}
.mod_menu_navbar .mod_menu_dropdown input[type=checkbox] {
  display: none;
}
@media screen and (max-width: 899px) {
  .mod_menu_navbar .mod_menu_dropdown input[type=checkbox]:checked ~ .dropbtn::after {
    opacity: 1;
  }
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #002F5D;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content {
    margin-left: unset;
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: 0;
  }
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content.show-submenu {
    display: block;
  }
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .header_image {
  padding: 1em;
  display: none;
}
@media screen and (min-width: 900px) {
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .header_image {
    display: block;
    width: 100%;
  }
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .header_image img {
  width: 100%;
  height: 100%;
  max-height: calc(400px - 2em);
  object-fit: cover;
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .mod_menu_dropdown-background {
  margin: 1em;
  width: 30%;
  height: auto;
  background-size: cover;
  position: relative;
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .header {
  padding: 16px;
  color: white;
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .row {
  position: relative;
  z-index: 4;
  display: grid;
  margin: 0;
  height: calc(100vh - 100% - 70px);
  overflow-y: auto;
  background: #002F5D;
}
@media screen and (min-width: 900px) {
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .row {
    height: auto;
    min-height: 300px;
  }
}
@media screen and (min-width: 1500px) {
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .row {
    min-height: 400px;
  }
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .row:after {
  content: "";
  display: table;
  clear: both;
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 25px;
}
@media screen and (min-width: 900px) {
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .column {
    padding: 1em;
    display: grid;
    align-items: center;
    grid-template-rows: repeat(4, 25%);
    grid-template-columns: repeat(3, 33%);
    flex-direction: unset;
    flex-wrap: unset;
  }
}
@media screen and (min-width: 1500px) {
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .column {
    grid-template-columns: repeat(4, 25%);
  }
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .column a {
  width: 100%;
  padding: 25px;
  word-break: break-word;
}
@media screen and (min-width: 600px) {
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .column a {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .column a {
    width: unset;
  }
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .column a::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  transition: all 0.3s;
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .column a:hover::after {
  background-color: #FFFFFF;
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .columns-3, .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .columns-4 {
  grid-template-columns: 0 100% 0;
}
@media screen and (min-width: 900px) {
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .columns-4 {
    grid-template-columns: 0 20% 80% 0;
    grid-template-rows: repeat(1, 100%);
  }
}
@media screen and (min-width: 900px) {
  .mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .column {
    justify-self: end;
    justify-content: end;
    position: unset;
    width: 100%;
  }
}
.mod_menu_navbar .mod_menu_dropdown .mod_menu_dropdown--content .column a:hover::after {
  background-color: #FFFFFF;
}

.mod_menu_dropdown:hover .dropbtn::after {
  opacity: 1;
}
.mod_menu_dropdown:hover .mod_menu_dropdown--content {
  display: block;
}

.row--flex {
  display: flex;
  background-color: #002F5D;
}
.row--flex .column {
  padding-left: 38%;
}

.hamburger_btn {
  display: none;
  position: fixed;
  z-index: 10012;
  top: 0;
  right: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 9px 10px;
  margin-top: 15px;
  margin-right: 2em;
  margin-bottom: 2em;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.hamburger_btn span {
  background-color: #00AB97;
}
.hamburger_btn .line1 {
  transform-origin: 0 0;
  transition: transform 0.4s ease-in-out;
}
.hamburger_btn .line2 {
  transition: transform 0.2s ease-in-out;
}
.hamburger_btn .line3 {
  transform-origin: 0 100%;
  transition: transform 0.4s ease-in-out;
}
.hamburger_btn .bar {
  height: 3px;
  width: 39px;
  display: block;
  margin: 0;
}
.hamburger_btn:not(.active) {
  background-color: #FFFFFF;
}
.hamburger_btn:not(.active) .bar + .bar {
  margin-top: 6px;
}
.hamburger_btn.active .line1 {
  transform: rotate(30deg);
  background-color: #002F5D;
}
.hamburger_btn.active .line2 {
  transform: scaleY(0);
  background-color: #002F5D;
}
.hamburger_btn.active .line3 {
  transform: rotate(-30deg);
  background-color: #002F5D;
  margin-top: 12px;
}

@media screen and (max-width: 1499px) {
  .mod_menu_dropdown--content:after {
    margin-right: 0;
  }
  .mod_menu_navbar {
    margin-left: 0;
    margin-right: 0;
  }
  .mod_menu-flex {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 899px) {
  .mod_menu_navbar-header {
    width: 100%;
    padding-left: 1em;
  }
  .mod_menu_dropdown:hover .mod_menu_dropdown--content {
    display: none;
  }
  .mod_menu_container {
    padding: 0;
  }
  .hamburger_btn {
    display: flex;
  }
  .hamburger_btn:hover + #navbar-header, .hamburger_btn:hover + .mod_menu-flex {
    display: block;
  }
  .mod_menu-flex:hover {
    display: block;
  }
  .row {
    display: block;
  }
  .row:before, .row:after {
    display: none;
  }
  .icon-container {
    top: 0;
  }
  div.icon-container-blue {
    background-color: #002F5D;
  }
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
.mod-menu_sitebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 50px);
  margin-left: -25px;
}
@media screen and (min-width: 992px) {
  .mod-menu_sitebar {
    width: unset;
    margin-left: unset;
  }
}
.mod-menu_sitebar > div {
  background-color: rgba(0, 171, 151, 0.15);
  transition: all 0.3s ease-in-out;
  height: 70px;
  width: 100%;
  margin: 1px 0;
}
.mod-menu_sitebar > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  color: #00AB97;
  font-size: 17px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
.mod-menu_sitebar > div:hover {
  background-color: #009EE3;
}
.mod-menu_sitebar > div:hover a {
  color: #FFFFFF;
}

div#header.navbar-hde-row {
  position: sticky;
  top: 0;
}

/*# sourceMappingURL=mod_menu.css.map */
