*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.3);
}
/* menu_frame used for old menu integration */
.menu_frame{
  max-width: 1200px;
  margin: 0 auto;
}

.sticky{
  position: -webkit-fixed !important;
  position: fixed !important;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  z-index: 1;		  
}

.sticky .sub-menu-desktop {
  margin-top: 0;
}
.main-menu.sticky .menu_topbar{
  display: none;
}
.main-menu.sticky .storbanner{
  display: none;
}
.mobile-active {
  position:relative;
  overflow:hidden;
  height: 100%; }

#desktop-logo {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
          margin-left: 10px;
}

.menu_topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: 100%;
  background-color: #cfe4f7 !important;
  z-index: 999;
}

.main-menu {
  min-height: 36px;
}
.main-menu .nav-link{
  color: #fff !important;
}

.primary-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  background-color: #0093bd;
  height: 38px;
}

.primary-menu .nav-link{
  font-weight: 600;
  padding: 0px;
  margin: 0;
  margin-right:10px;
}
.sub-menu-desktop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 35px;
  font-size: 14px;
  margin-top: 10px;
  background-color: #0093bd;
  color: #fff !important;
}
.sub-menu-desktop .nav-link{
  padding: 3px 0px;
  margin-right:10px;
  font-weight: 300;
}

.main-menu .nav-link:hover{
  opacity: .7;
}

/* === MOBILE === */
.user,
.mobile-logo,
.search-icon,
.hamburger-top{
  position: absolute;
  display: none;
  color: #0093bd;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
   z-index:990;
}
.mobile-logo{
  height: 56px;
  width: 56px;
}
.mobile-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.user i,
.search-icon i{
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}
.hamburger-top i{
  font-size: 24px !important;
}
.user i{
  margin-right: 10px;
}
.user{
  left: 20px;
}
.user span{
	left: 20px;
  position: absolute;
  top: -1px;
  padding-bottom: 3px;
  width:140px;
  height:24px;
  overflow:hidden;
}
.user span a:hover {
  color: #0186ac;
}

.usernamehead{
  margin-left: 7px;
  color: #0093bd;
}
.usernamehead a{
  margin-left: 7px;
  color: #0186ac;
}
.usernamehead a:hover {
  color: #d6f5fe;
}

.search-icon,
.hamburger-top{
  right: 10px;
  padding-left:10px;
  padding-right:11px;
}
.search-icon{
  right: 61px;
  padding-left:10px;
  padding-right:10px;
}
.mobile-logo{
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-container {
  position: fixed;
  margin-top: 56px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important;
  padding: 0px 30px !important;
  height: 50px;
  background-color: #fff !important;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  z-index: 999999;
}

.search-container.active {
  opacity: 1;
  visibility: visible;
}

.search {
  position: relative;
}

.searchTerm {
  position: relative;
  float: left;
  min-width: 500px;
  padding: 5px 16px;
  height: 40px;
  border: 1px solid #2D7DA1;
  border-radius: 100px;
  outline: none;
}

.searchTerm:focus {
  border: 1px solid green;
}

.searchTerm::-webkit-input-placeholder {
  display: block;
  font-family:'Font Awesome\ 5 free';
    content: "\f002'";
    font-weight: 900;
  /* content: '\f002'; */
  color: #2D7DA1;

  font-size: 16px;
}

.searchTerm:-ms-input-placeholder {
  display: block;
  font-family:'Font Awesome\ 5 free';
    content: "\f002'";
    font-weight: 900;
  color: #2D7DA1;
  font-size: 16px;
}

.searchTerm::-ms-input-placeholder {
  display: block;
  font-family:'Font Awesome\ 5 free';
    content: "\f002'";
    font-weight: 900;
  color: #2D7DA1;
  font-size: 16px;
}

.searchTerm::placeholder {
  display: block;
  font-family:'Font Awesome\ 5 free';
    content: "\f002'";
    font-weight: 900;
  color: #2D7DA1;
  font-size: 16px;
}

.searchButton {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #2D7DA1;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
  z-index: 999;
}

.searchButton:focus {
  outline: none;
}


.mobile-hamburger {
  position: fixed;
  right: -60px;
  bottom: 45px;
  display: none;
  color: #2D7DA1;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 23px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #CFE4F7;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: right 0.8s ease-in-out;
  -o-transition: right 0.6s ease-in-out;
  -webkit-transition: right 0.6s ease-in-out;
  transition: right 0.6s ease-in-out;
}
.mobile-hamburger.active {
  right: 45px;
}

/* ========== SIDE MENU ========== */

.side-menu-overlay {
  /* overlay */
  /* height: 100%; */
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.side-menu-wrapper {
  overflow-y: auto !important;
  background: #CFE4F7;
  padding: 40px 0px 0px 10px;

  position: fixed;
  top: 0px;
  height: 100vh;
  width: 250px;
  right: -250px;
  z-index: 1000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/*
.side-menu-wrapper ul {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  width: 500px;
  height: 95%;
  list-style: none;
}

.side-menu-wrapper ul li {
  padding: 4px 0;
}


.side-menu-wrapper ul li a {
  color: #2D7DA1 !important;
  display: inline-block;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 600;
}

.side-menu-wrapper ul li a:hover {
  opacity: .7
}
*/
.side-menu-wrapper .menu-close,
.side-menu-wrapper .menu-close-bottom {
  position: absolute;
  right: 20px;
  //padding: 8px 0 4px 23px;
  color: #2D7DA1;
  display: block;
  margin: -30px 0 -10px -20px;
  font-size: 26px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.side-menu-wrapper>a.menu-close:hover {
  opacity: .8;
}

.side-menu-wrapper #sidemenu-logo img{
  height: 30px;
  position: absolute;
  top: 13px;
  left: 21px;
}

.menu-close-bottom {
  position: absolute;
  bottom: 40px;
  z-index: 999999;
}



@media (max-width: 767.98px) {
  body{
    padding-top: 56px !important;
  }
  .menu_topbar,
  .primary-menu,
  .sub-menu-desktop {
    display:  none !important;
  }

  .main-menu{
    height: 56px !important;
    background-color:rgba(207, 228, 247, .9);
    position: -webkit-fixed;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    width: 100%;
    padding:0px 28px;
  }
  .mobile-logo,
  .user,
  .search-icon,
  .hamburger-top,
  .mobile-hamburger{
    display: block;

  }

}

@media (max-width: 530.98px) {
  .searchTerm {
    min-width: 300px;
  }
}



/* MOBILE NEW MENU */

a{
color: #6188CE;
text-decoration: none !important;
}

a:hover{
text-decoration: none !important;
}

#mobile-main-nav{
padding: 0 !important;
margin: 0 !important;
position: relative !important;
}

#mobile-main-nav li{

  list-style: none !important;
  position: relative !important;
}

#mobile-main-nav .menu-item > a{
display: block !important;
height: 46px !important;
line-height: 46px !important;
padding: 0 18px !important;
padding-right: 20px !important;
border-top: 1px solid #bcd9f3 !important;
color: #2D7DA1;
font-family: Open Sans, Arial, Helvetica, sans-serif;
font-weight: 600;
font-size: 18px;
letter-spacing: 0.05em;	
}

#mobile-main-nav li.menu-item-has-children .sub-menu-btn{
line-height: 46px !important;
height: 46px !important;
width: 60px !important;
text-align: center !important;
position: absolute !important;
right: 0px !important;
top: 0 !important;
color: #2D7DA1 !important;
cursor: pointer !important;
}

#mobile-main-nav li.menu-item-has-children .sub-menu-btn:hover{
  background-color: transparent !important;
  color: #2D7DA1 !important;
}


#mobile-main-nav {
		padding-top: 30px !important;
	}
#mobile-main-nav .menu-item {
		float: none;

	}

#mobile-main-nav .menu-item {
		display: block;
	}
#mobile-main-nav .menu-item + .menu-item {
		margin-left: 0;
	}
#mobile-main-nav .dropdown-menu {
		position: relative !important;
		float: none;
    font-size: 16px !important;
	}
#mobile-main-nav .dropdown-menu.show{
  background-color: #d3e6f6;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  border: none;
}

#mobile-main-nav .dropdown-menu.show .nav-link{
  padding-left: 35px !important;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;	  
}
.dropdown.show .sub-menu-btn i{
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropdown-menu{
  padding: 0px !important;
  margin: 0px !important;
}
