body{position: relative;}
.body_fix {
  overflow: hidden;
}
.top {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.bottom-links {
  display: flex;
  gap: 30px;
}

.button-item-wrap.active {
  background: #ccc;
}
.bottom-links {
  display: none;
}
.bottom-links.active{
display: block;
}
.bottom-dropdown {
  display: none;
}

.bottomtitle-content:hover  .bottom-dropdown {
  display: block;
}
a.phone_num{
  display: flex;
  align-items: center;
  font-family: "BR Sonoma Bold", Sans-serif !important;
  color: #2696EC;
  font-size: 18px;
  text-decoration: none;
  margin-left: auto;
  margin-right: 130px;
}
a.phone_num:hover{color: #fff;}
a.phone_num img{margin-right: 15px;}
.child1 {
  margin-left: 15px;
}
.nav {
  font-family: "BR Sonoma Bold", Sans-serif;
  font-size: 16px;
  z-index: 2;
  position: relative;
}
.nav .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.overlay-active:before{
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s all ease;
  overflow: hidden;
  z-index: 2;
} */
.nav {
  font-family: "BR Sonoma Bold", Sans-serif;
  font-size: 14px;
  line-height: 175%;
  color: #192C54;
  z-index: 2;
}
.top_right_button{
  background: #2696EC;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 51.25px;
  font-size: 15px;
  font-weight: 700;
  font-family: "BR Sonoma Bold", Sans-serif;
}
.top_right_button:hover,
.top_right_button:visited{
  color: #fff;
}
.right_menu{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  min-height: 51.25px;
  display: flex;
  align-items: center;

}
.right_menu_active.overlay-active:before{z-index: 3;}
.right_menu .wrap{
  position: fixed;
  right: -380px;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 300px;
  z-index: 1;
  padding: 0 30px 30px;
  transition: 0.3s cubic-bezier(0, 0, 0.35, 1.02) all;
}
.admin-bar .right_menu .wrap{top: 32px;}
.right_menu_active .right_menu .wrap{
  right: 0;
  box-shadow: 0px 4px 45px 0px #0E2B4C1A;

}
.right_menu .close{
  display: block;
  width: 51.25px;
  height: 51.25px;
  background: #2696EC;
  position: absolute;
  top: 0;
  left: -51.25px;
  cursor: pointer;
  transition: ;
}
.right_menu .close:before,
.right_menu .close:after{
  content: "";
  position: absolute;
  left: 8px;
  top: 25px;
  height: 2px;
  width: 30px;
  background: #fff;
}
.right_menu .close:before{
  transform: rotate(45deg);
}
.right_menu .close:after{
  transform: rotate(-45deg);
}
.right_menu ul{
  margin: 0;
  padding: 5px 0 0;
  letter-spacing: normal;
  font-family: "BR Sonoma Bold", Sans-serif;
  font-weight: 700;
  font-size: 15px;
  list-style: none;
}
.right_menu li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}
.right_menu li a{
  display: block;
  padding: 25px 0;
  text-decoration: none;
  color: #000;
  position: relative;
}
.right_menu li a:after{
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  font-size: 13px;
}
.right_menu li a:visited{color: #000;}
.top {
  background: #192C54;
  color: #fff;
  margin-bottom: 0;
}
.top .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.top .container a {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.3s all ease;
  padding: 12px 0;
  display: block;
  margin: 0 17.5px;
  font-family: "BR Sonoma Bold", Sans-serif;
  font-size: 15px;
  line-height: 175%;
  font-weight: 700;
}
.button .sub-arrow{
  font-size: 12px;
  display: inline-block;
  transition: 0.3s linear all;
}
.bottomtitle-content:hover > a .sub-arrow{transform: rotate(180deg);}
.bottomtitle-content > a{position: relative;}
.top .container a:after,
.bottomtitle-content > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #2696EC;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: scaleX(0);
  transition: 0.3s all ease;
}
.top .container a:first-child {
  margin-left: 0;
}

.top .container a.active,
.top .container a:hover,
.bottomtitle-content:hover > a{
  color: #2696EC;
}
.top .container a.active:after,
.top .container a:hover:after,
.bottomtitle-content > a.active:after,
.bottomtitle-content:hover > a.button:after{
  transform: scaleX(100%);
  left: 0;
  width: 100%;
  height: 3px;
}
.bottomtitle-content > a:after{
  z-index: 1;
  /* bottom: -1px; */
}
.bottomtitle-content .btn{
  padding: 4px 20px;
  background:#2E66F7;
  color: #fff !important;
  border-radius: 12px;
  transition: 0.4s;
  margin-left: 15px;
  font-weight: bold;
  font-size: 18px;
  padding: 7px 30px;
}
.btn.mob_btn{
  background: #2E66F7;
  color: #fff;
  border-radius: 12px;
  padding: 8px 18px;
  font-size: 12px !important;
  line-height: 24px !important;
  text-decoration: none;
}
.btn.mob_btn:hover{
  background: #1033C6;
  padding: 8px 18px;

}
/* .bottom-links[data-btmcounter="1"] > div:nth-child(2), */
/* .mobileNav > div:nth-child(2) .child1 > div:nth-child(2){display: none;} */

.ovh{overflow: hidden;}
.ovh #mobile-nav{height: 100vh;}
.bottomtitle-content .btn:hover{
  background: #1033C6;
  color: #fff !important;
}
.bottomtitle-content a.button.active:after,
.bottomtitle-content:hover > a.button:after{
  transform: scaleX(75%);
  
}
.top .container a:focus {
  outline: none;
}
.bottom-links .hasbtn{
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.bottom {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 45px 0px rgba(14, 43, 76, 0.1);
  min-height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bottom .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.bottom .custom-logo-link {
  flex-basis: 200px;
}
.bottom .custom-logo-link:focus {
  outline: none;
}
.bottom .custom-logo-link img {
  display: block;
  max-width: 141px;
}
.bottom .bottom-links {
  flex-basis: calc(100% - 200px);
  gap: 0;
}
.bottom .bottom-links.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.bottomtitle-content > a {
  color: #2696EC;
}
.dropdown-wrapper .right a.active {
  color: #2696EC;
}
.dropdown-wrapper .other_links{
  display: block;
  column-count: 2;
}
.dropdown-wrapper .other_links a{display: block !important}
.bottomtitle-content {
  line-height: 0;
}
.bottomtitle-content a {
  text-decoration: none;
  color: #000 !important;
  font-family: "BR Sonoma Regular", Sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 175%;
  padding: 23px 17.5px;
  display: inline-block;
}
.bottomtitle-content:not(:has(.bottom-dropdown)) .sub-arrow{display: none;}
.bottomtitle-content a:hover,
.bottomtitle-content a.active{
  color: #2696EC;
}
.bottomtitle-content a:focus {
  outline: none;
}
.bottomtitle-content .bottom-dropdown {
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px;
  filter: drop-shadow(0px 4px 45px rgba(14, 43, 76, 0.1));
}
.dropdown-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 2;
}
.dropdown-wrapper .left {
  flex-basis: 50%;
  padding: 0 0 0 50px;
 
}
.dropdown-wrapper .left h5 {
  font-family: "BR Sonoma Bold", Sans-serif;
  font-size: 15px;
  line-height: 150%;
  margin: 0 0 10px;
  color: #2696EC;
}
.dropdown-wrapper .left p {
  font-family: "Graphik";
  font-size: 14px;
  line-height: 175%;
  margin: 0 0 30px;
  color: #192C54;
}
.dropdown-wrapper .left .button {
  font-family: "BR Sonoma Medium", Sans-serif;
  font-size: 16px;
  line-height: 150%;
  padding: 0;
  color: #2696EC !important;
  display: inline-block;
}
.dropdown-wrapper .left .button:hover{
  text-decoration: underline;
  color: #192C54;
}
.bottom-dropdown .button .fas{
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}
.dropdown-wrapper .right {
  flex-basis: 50%;
  padding-right: 50px;
  padding-left: 120px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-wrapper .right{
  display: block;
}
.right  .columns{
  display: flex;
}
.right  .columns .col{
  flex: 0 0 50%;
}
.right h6{
  font-size: 14px !important;
  color: #2696EC !important;
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 0;
}
.right  .columns a{
  width: 100%;
}
.bottomtitle-content .bottom-dropdown .dropdown-wrapper .right a {
  flex-basis: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 15px;
  font-family: "BR Sonoma Regular", Sans-serif;
  font-size: 14px;
  line-height: 175%;
  padding: 0;
  color: #192C54;
}

.bottomtitle-content .bottom-dropdown .dropdown-wrapper .right a:hover,
.bottomtitle-content .bottom-dropdown .dropdown-wrapper .right a.active{
  color: #2696EC;
}
.bottomtitle-content .bottom-dropdown:before {
  content: "";
  display: block;
  width: 1920px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -250px;
  z-index: -1;
  box-shadow: 0px 20px 35px -5px rgba(14, 43, 76, 0.1) inset 0px 4px 45px 0px #0E2B4C1A;
  ;
}

@media (max-width: 1540px) {
 .bottomtitle-content .bottom-dropdown:before {
    width: 1540px;
    left: -50px;
  }
}
@media (max-width: 1440px) {
.bottomtitle-content .bottom-dropdown:before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1100px) {
  .bottom .custom-logo-link {
    flex-basis: 170px;
  }
  .bottom .bottom-links {
    flex-basis: calc(100% - 170px);
  }
  .bottomtitle-content a {
    padding: 23px 10px;
  }
}
@media (max-width: 991px) {
  .nav,
  a.phone_num{
    display: none;
  }
}
#mobile-nav {
  display: none;
  background: #fff;
}
.mobile_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 30px;
  box-shadow: 0px 4px 45px 0px rgba(14, 43, 76, 0.1);
  line-height: 0;
}
.mobile_top .mobile_top-logo img {
  max-width: 140px;
}
.mobile_top .ham_toggle {
  display: block;
  width: 24px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile_top .ham_toggle:focus {
  outline: none;
  border: 0;
}
.mobile_top .ham_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #192C54;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  transform-origin: left center;
}
.mobile_top .ham_toggle span:nth-child(1) {
  top: 0px;
}
.mobile_top .ham_toggle span:nth-child(2) {
  top: 8px;
}
.mobile_top .ham_toggle span:nth-child(3) {
  top: 16px;
}
.mobile_top .ham_toggle.close_toggle span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}
.mobile_top .ham_toggle.close_toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.mobile_top .ham_toggle.close_toggle span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
  left: 3px;
}
.mobileNav {
  padding: 5px 30px 150px;
  display: none;
}
.mobileNav .parent1 {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.mobileNav .parent1.active{border: 0;}
.mobileNav .parent1:last-child{border: 0;}
.mobileNav .parent1 a {
  font-family: "BR Sonoma Bold", Sans-serif;
  font-size: 13px;
  line-height: 175%;
  text-decoration: none;
  display: block;
  color: #000;
  padding: 15px 0;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s linear all;
}
.mobileNav .parent1.active .child1{display: block;}
.mobileNav .parent1.active > i{display: none;}
.mobileNav div:nth-last-child(2).active a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.mobileNav .parent1 .parent_toggle {
  display: block;
  width: 30px;
  height: 30px;
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  transition: 0.25s all ease-in-out;
}
.mobileNav .parent1:last-child a {
  border-bottom: 0;
}
.mobileNav .parent1.active a.active{
  color: #2696EC;
  font-size: 20px;
  padding: 30px 0;
  
  position: relative;
  font-family: "BR Sonoma Bold", Sans-serif;
}
.na_header{
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 -46px;
  padding: 20px 46px;
  align-items: center;
  justify-content: space-between;
  font-family: "BR Sonoma Bold", Sans-serif;
  transition: 0.3s linear all;
  display: none;
}
.na_header .phone_num{margin: 0;}
.na_header .back{
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
}
.na_header .back:before{
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  margin-right: 10px;
  font-weight: 600;
}
.mobileNav .child1 {
  margin: 0;
  display: none;
  position: static;
}
.mobileNav .child1 a {
  font-family: "BR Sonoma Regular", Sans-serif;
  font-size: 13px;
  line-height: 175%;
  text-decoration: none;
  display: block;
  color: #000;
  /* padding: 0 35px 0 0; */
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
}
.mobileNav .child1 a.active{
  border: 0;
}
.mobileNav .child1 .childwrap {
  position: relative;
}
.mobileNav .child1 .childwrap .child1_toggle {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99999 5.2C5.99999 5.3148 5.97708 5.42615 5.93128 5.53406C5.88548 5.64197 5.82441 5.73152 5.74808 5.80269L1.53435 9.76323C1.36641 9.92108 1.15267 10 0.893127 10C0.633586 10 0.419846 9.92108 0.251907 9.76323C0.0839689 9.60538 -2.60308e-08 9.40448 -3.6694e-08 9.16054C-4.73573e-08 8.91659 0.0839689 8.71569 0.251907 8.55785L3.82442 5.2L0.251907 1.84215C0.0839685 1.68431 -3.72272e-07 1.48341 -3.82935e-07 1.23946C-3.93599e-07 0.995516 0.0839685 0.79462 0.251907 0.636772C0.419846 0.478925 0.633585 0.4 0.893127 0.4C1.15267 0.4 1.36641 0.478925 1.53435 0.636772L5.74808 4.59731C5.83968 4.68341 5.90472 4.77668 5.94319 4.87713C5.98166 4.97758 6.0006 5.0852 5.99999 5.2Z' fill='%23192C54'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.25s all ease-in-out;

  cursor: pointer;
}
.mobileNav .child1 .child2 {
  display: none;
}
.mobileNav .child2 a {
  color: #192C54;
}
.mobileNav .child1 .child2 .child2-title {
  font-family: "BR Sonoma Regular", Sans-serif;
  font-size: 13px;
  line-height: 175%;
  text-decoration: none;
  display: none;
  color: #2696EC;
  padding: 15px 46px 15px 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
}
.mobileNav .child1 .child2 .child2-title:before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.45149e-05 5.2C1.45099e-05 5.3148 0.022916 5.42615 0.0687172 5.53406C0.114519 5.64197 0.175587 5.73152 0.251923 5.80269L4.46565 9.76323C4.63359 9.92108 4.84733 10 5.10687 10C5.36641 10 5.58015 9.92108 5.74809 9.76323C5.91603 9.60538 6 9.40448 6 9.16054C6 8.91659 5.91603 8.71569 5.74809 8.55785L2.17558 5.2L5.74809 1.84215C5.91603 1.68431 6 1.48341 6 1.23946C6 0.995516 5.91603 0.79462 5.74809 0.636772C5.58015 0.478925 5.36641 0.4 5.10687 0.4C4.84733 0.4 4.63359 0.478925 4.46565 0.636772L0.251923 4.59731C0.16032 4.68341 0.0952818 4.77668 0.0568087 4.87713C0.0183356 4.97758 -0.000596308 5.0852 1.45149e-05 5.2Z' fill='%232696EC'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 46px;
}
.mobileNav .parent1.active > a,
.mobileNav .childwrap.active > a{
  color: #2696EC;
  font-size: 20px;
  padding: 30px 0;
  font-family: "BR Sonoma Bold", Sans-serif;
}
.mobileNav .childwrap.active > a{padding-bottom: 15px;}
/* .mobileNav .parent1.active > a > i,
.mobileNav .childwrap.active > a > i{display: none;} */
.parent1 .button.active i,
.childwrap .button.active i{display: none;}
.mobileNav .childwrap.active > a{border: 0;}
.mobileNav .child1.active .button.active .child1_toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M5.99999 5.2C5.99999 5.3148 5.97708 5.42615 5.93128 5.53406C5.88548 5.64197 5.82441 5.73152 5.74808 5.80269L1.53435 9.76323C1.36641 9.92108 1.15267 10 0.893127 10C0.633586 10 0.419846 9.92108 0.251907 9.76323C0.0839689 9.60538 -2.60308e-08 9.40448 -3.6694e-08 9.16054C-4.73573e-08 8.91659 0.0839689 8.71569 0.251907 8.55785L3.82442 5.2L0.251907 1.84215C0.0839685 1.68431 -3.72272e-07 1.48341 -3.82935e-07 1.23946C-3.93599e-07 0.995516 0.0839685 0.79462 0.251907 0.636772C0.419846 0.478925 0.633585 0.4 0.893127 0.4C1.15267 0.4 1.36641 0.478925 1.53435 0.636772L5.74808 4.59731C5.83968 4.68341 5.90472 4.77668 5.94319 4.87713C5.98166 4.97758 6.0006 5.0852 5.99999 5.2Z' fill='%232696EC'/%3E%3C/svg%3E");
}
.mobileNav .child1.active .child2Active {
  display: block!important;
  position: absolute;
  top: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 999;
  margin-left: 0;
  box-shadow: 0px 20px 35px -5px rgba(14, 43, 76, 0.1) inset;
}
.childwrap.child2Active .button, .childwrap.child2Active .child1_toggle{
  display: none!important;
}
.childwrap.child2Active .child2{
  display: block!important;
  margin-left: 0;
}
.mobileNav .child1.active .child2Active .child2-title {
  display: block;
}
.mobileNav .child1.active .child2Active a {
  padding: 0 46px;
}
.mobileNav h6{
  padding: 20px 0;
  font-size: 15px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0;
}
.mobileNav .child1.active .child2Active a.active {
  color: #2696EC;
}
.mobileNav .columns .col:first-child{margin-bottom: 30px;}
.mobileNav.menu_open {
  display: block;
  position: relative;
  height: calc(100vh - 80px);
  overflow-x: auto;
  transition: 0.3s linear all;
}
.mobileNav.menu_open.child_open{padding-top: 30px;}
@media (max-width: 991px) {
  #mobile-nav {
    display: block;
  }
  .top_right_button{height: 65px;}
  .mobile_top .ham_toggle{margin-right: 90px;}
  a.phone_num span span{display: none;}
}


/* Mega menu fixes 8-21-2023 */
.mobileNav .child1.active {
  display: block!important;
}
@media(max-width: 768px){
  a.phone_num{display: none !important;}
}
@media(max-width: 540px){
  a.phone_num{
    font-size: 15px;
    
  }
  a.phone_num img{width: 20px;}
}