.fourColInt {
 width: 24%; 
}


#bg-visible-fade {
  width: 100%;
  display: block;
  visibility: hidden;
  height: 800px;
  background: linear-gradient(180deg, rgba(255,255,255,0.7539390756302521) 0%, rgba(255,255,255,0.4962359943977591) 27%, rgba(255,255,255,0.20211834733893552) 60%, rgba(255,255,255,0) 100%);
  position: fixed;
  z-index:90;
  top: 75px;
  opacity: 0;
  transition: all 0.1s;
}

/*----------- main menu styling ----------*/

.chaser-mega-menu {
  margin-top: -2px;
  position: fixed;
  display: block;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05), 0 8px 4px 0 rgba(0,0,0,0.04), 0 3.34px 6px 0 rgba(0,0,0,0.03), 0 1.78px 2.5px 0 rgba(0,0,0,0.02), 0 1px 1px 0 rgba(0,0,0,0.02), 0 0.53px 0.5px 0 rgba(0,0,0,0.02), 0 0.22px 0.08px 0 rgba(0,0,0,0.01);
  z-index: 100;
}

.mm-banner {
  width: 100%;
  height: 42px;
  padding-top: 2px;
}

.mm-main {
  background-color: #fff;
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #E5E9F1;
}

.mm-main-flex {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  height: 100%;
  justify-content: space-between; 
  align-items: center;
}

.mm-notice-box {
  color: #fff;
  text-decoration: none;
  width: 100%;
 display: flex;
 justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.mm-n-text {
 margin: 0px 8px; 
}

.mm-n-button {
  margin: 0px 8px; 
  border-radius: 6px;
  background-color: rgba(255,255,255,0.1);
  padding: 4px 16px;
  transition: all 0.3s;
}

.mm-notice-box:hover .mm-n-button {
  box-shadow: 0 4px 10px 0 rgba(90,97,105,0.15);
  text-decoration: underline;
}


.mm-menu-items {
 display: flex; 
}


.mm-logo {
   display: flex;
  height: 75px;
  justify-content: center;
  align-items: center;
  margin-right: 48px;
}

.mm-logo img {
  max-width: 80px;
  height: auto;
}

.mm-menu-ctas {
 display: flex;
  width: 305px;
  justify-content: flex-end; 
  align-items: center;
}

.login-link {
  display: block;
  height: 24px; 
  margin-left: 16px;
}

.login-link .login-link-svg {
   transition: all 0.1s;
}

.login-link:hover .login-link-svg {
  fill:#2ea970;
    -webkit-filter: drop-shadow( 0 4px 10px 0 rgba(90,97,105,0.26));
  filter: drop-shadow( 0 4px 10px 0 rgba(90,97,105,0.26));
}

.dd-down-arrow {
  margin-top: 2px;
  margin-left: 8px;
}

.down-arrow-fill {
  fill:#3C4757;
}

.menu-parent-c:hover .down-arrow-fill {
  fill:#ee734c;
}

.menu-item-drop, .menu-item-link {
  text-decoration: none;
  display: flex;
  height: 75px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #3C4757;
  cursor: pointer;
  margin-right:26px;  
}

.menu-item-drop:hover, .menu-item-link:hover, .menu-item-drop:active, .menu-item-link:active, .menu-parent-c:hover .menu-item-drop {
  color:#ee734c;
  border-bottom: 3px solid #ee734c;
}

.menu-parent-c .cta_button {
  display: none;
}

.menu-parent-c:hover .cta_button {
  display: initial;
}


/*---------------- desktop specific styles --------------------*/

@media screen 
  and (min-width: 1080px)  { 
    .mm-banner {
 background-color: #EE734C !important;
}

    .menu-parent-c:hover {
      z-index:99; 
    }

    .dropdown-holder {
      position: absolute; 
      margin-left: -128px;
    }

    .mm-logo-mobile, .login-link .login-link-svg.mobile, .mm-menu-ctas-mobile  {
      display: none; 
    }
    
    .dropdown-holder {
    visibility: hidden;
    opacity: 0;
    transition: all 0.05s;
}
    
  .menu-parent-c:hover .dropdown-holder {
    visibility: visible;
    display: block;
    opacity: 1;  
}
    
   .int-menu-flex-box.threeColInt {
      width: 32%;
    }

}

@media screen and (min-width: 1081px) and (max-width:1360px) {
    .extraMargin {
      margin-left: -360px;
    }      
}

/*---------------- buttons and ctas --------------------*/

.menu-cta {
  display: block;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px !important;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 4px;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  transition: all 0.2s;
  text-align: center;
}

/* .menu-cta span{
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.menu-cta.blue {
  border: 1px solid #3f84d6;
  background-color: #3f84d6; 
  color: white;  
  transition: all 0.05s;
}

.menu-cta.whitebg {
  border: 1px solid #ee734c;
  background-color: #ee734c; 
  color: white;  
  transition: all 0.05s;
}

.menu-cta.green {
  border: 1px solid #2EA970;
  background-color: #2EA970; 
  color: white;  
  transition: all 0.05s;
}

.menu-cta:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 4px;
  background-color: #fff; 
  transition: all 0.2s;
}

.menu-cta.blue:hover{
  box-sizing: border-box;
  border: 1px solid #3f84d6;
  color: #3f84d6;  
  box-shadow: 0 4px 10px 0 rgba(90,97,105,0.26);
}

.menu-cta.whitebg:hover{
  border: 1px solid #ee734c;
  color: #ee734c;
  box-shadow: 0 4px 10px 0 rgba(90,97,105,0.26);
}

.menu-cta.green:hover{
  border: 1px solid #2EA970;
  color: #2EA970;
  box-shadow: 0 4px 10px 0 rgba(90,97,105,0.26);
}

.menu-cta:hover:after{
  width: 100%;
} */


/*---------------- dropdown menu box styling --------------------*/

.dd-menu-flex {
  box-sizing: border-box;
  display: flex; 
  background-color: #fff;
  max-width: 1240px;
  border-radius: 6px;
  border: 1px solid #E5E9F1;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05), 
              0 8px 4px 0 rgba(0,0,0,0.04), 
              0 3.34px 6px 0 rgba(0,0,0,0.03), 
              0 1.78px 2.5px 0 rgba(0,0,0,0.02), 
              0 1px 1px 0 rgba(0,0,0,0.02), 
              0 0.53px 0.5px 0 rgba(0,0,0,0.02), 
              0 0.22px 0.08px 0 rgba(0,0,0,0.01);
}

.dd-col-1 {
 width: 100%; 
}

.one-col-lrg {
 max-width:814px;
}

.two-col-lrg {
 max-width: 1180px;
}

.two-col-int {
 max-width:814px;
}

.three-col-int {
 max-width: 1011px;
}

.dd-col-1 {
  transition: all 0.02s;
}

.dd-col-2 {
 width: 100%;
 max-width: 376px;
 background-color: #F2F4F8;
  border-radius: 0px 6px 6px 0px;
}

/*---------------- menu cards inside of dropdown menu box --------------------*/

.lrg-menu-flex {
  display: flex;
  box-sizing: border-box;
  padding: 24px;
  justify-content: space-between;
}

.lrg-m-f-width-1 {
  max-width: 438px;
}

.lrg-m-f-width-2 {
  max-width: 828px;
}

.lrg-m-f-width-3 {
  max-width: 630px;
}

.menu-card {
  box-sizing: border-box;
  display: block;
  max-width: 390px;
  border-radius: 6px;
  padding: 12px;
  transition: all 0.3s;
  border: 1px solid transparent;
  max-height: 100px;
  height: 100%;
}

.menu-card-flex {
  display: flex; 
  align-items: center;
}

.mc-flex-col-1 {
  max-width: 70px; 
}

.mc-flex-col-2 {
  width: 100%; 
  padding-left: 20px;
}

.menu-card-url {
  text-decoration: none;
  color: #637282;
}

.mega-menu-icon {
  width: 70px;
  height: auto;
}

.mc-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #3C4757;
}

.mc-description {
  margin-top: 4px;
 font-size: 12px; 
  line-height: 14px;
}


/*---------------- featured item - new or coming soon --------------------*/

.mm-featuredItem {
   color: #FFF;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
    border-radius: 3px;
  background-color: #EE734C;
    line-height: 10px;
  padding: 4px;
  margin-left: 4px;
}

.featured-item-box {
position: relative;
    top: -86px;
}

.featured-item-box .mm-featuredItem {
  position: absolute;
    right: 4px;
}


/*---------------- integration menu specific items --------------------*/

.int-menu-flex {
  display: flex;
  padding: 24px;
  justify-content: space-between;
} 

.int-menu-card {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 190px;
  box-sizing: border-box;
  border-radius: 6px;
  height: 84px;
  transition: all 0.3s;
  border: 1px solid #E5E9F1;
  margin-bottom: 6px;
}

.int-menu-icon {
  width: 100%;
  max-height: 72px;
}


/*---------------- plain menu list --------------------*/

.menu-card.plain-card {
  border:none;
  border-bottom: 1px solid #E5E9F1;
  padding: 8px;
  margin: 4px 0px;
  border-radius: 0px;
  width: 390px;
}

.menu-card.plain-card .mc-title {
  font-weight: 500;
}

.plain-m-c-box {
  padding: 24px;
}


/*---------------- menu advert in right hand column --------------------*/

.menu-ad-flex {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px;
}

.menu-ad-img {
  max-width: 210px;
  height: auto;
  margin: 0 auto;

}

.menu-ad-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #3C4757;
}

.menu-ad-desc {
  margin-top: 4px;
  font-size: 12px; 
  line-height: 14px;
  color: #637282;
}


/*---------------- hover styling for menu cards and for plain menu items --------------------*/

.menu-card:hover, .int-menu-card:hover {
  box-sizing: border-box;
  cursor: pointer;
  background-color: #F9FAFC;
  border: 1px solid #E5E9F1;
  box-shadow: 0 2px 5px 0 rgba(90,97,105,0.15);
}

.menu-card.plain-card:hover {
  border: none; 
  border-bottom: 1px solid #E5E9F1;
  box-shadow: none;
  background-color: #FFF;
}

.menu-card.plain-card:hover .mc-title, .menu-card.plain-card:active .mc-title, .menu-card.plain-card:visited .mc-title {
  font-weight: 700;
}


/*---------------- mobile specific styles --------------------*/

@media screen 
  and (max-width: 1080px)  { 

    .mm-main {
      visibility: hidden;
      display: none;
      height: 100%;
      opacity: 0;
      transition: all 0.35s;
    }

    .mm-main.openMenu {
      display: block; 
      width: 100%;
      background-color: #F2F4F8;
      opacity: 1;
      visibility: visible;
    }

    .mm-main-flex.mobile-scroll {
      display: block;
      width: 100%;
      height: 80vh;
      overflow-y: scroll;
    }

    .mm-notice-box, .mm-logo {
      display: none; 
    }

    .login-link .login-link-svg.mobile {
      fill:#ffece7;
      transition: all 0.1s;
    }

    .login-link:hover .login-link-svg.mobile {
      fill:#ffffff;
      -webkit-filter: drop-shadow( 0 4px 10px 0 rgba(90,97,105,0.26));
      filter: drop-shadow( 0 4px 10px 0 rgba(90,97,105,0.26));
    }  

    .mm-logo-mobile {
      height: 19px;
    }
    .mm-menu-ctas {
      display: none; 
    }

    .mm-menu-ctas-mobile {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      background-color: #ffffff;
      border-bottom: 1px solid #E5E9F1;
    }

    .mobile-menu-ctas-box {
      display: flex;
      justify-content: space-between;
    }

    .menu-cta.mobile-cta span {
      font-size: 12px; 
    }

    .mm-menu-items {
      display: block; 
      width: 100%;
      background-color: #F2F4F8;
    }

    .menu-item-drop, .menu-item-link {
      height: 64px;
      justify-content: flex-start; 
      border-bottom: 1px solid #E5E9F1;
      width: 100%;
    }

    .dropdown-holder {
      padding-top: 8px;
      position: static; 
      visibility: visible;
    }

    .dropdown-holder:hover {
      position: static; 
      visibility:  visible;
      display:none;      
    }

    .lrg-menu-flex, .int-menu-flex {
      display: block;
      padding: 0px;
    }

    .dd-col-2 {
      width: 100%;
      background-color: #F2F4F8;
    }

    .dd-col-2.two-col-lrg-ad {
      display: none;
    }


    .mc-description {
      display: none; 
    }
    .dd-menu-flex {
      margin-left: 0px;
      border: none;
      box-shadow: none;
    }    

    .dd-menu-flex {
      display: block;
      background-color: #F2F4F8;
    }

    .dd-col-2, .mc-description {
      display: none; 
    }


    .int-menu-flex-box, .int-m-f-width-1, .int-m-f-width-2, .int-m-f-width-3, .lrg-m-f-width-1, .lrg-m-f-width-2 {
      display: block;
      width: 100%;
      max-width: 100%;
      margin-left: 0px !important;
      margin-right: 0px !important;
    }

    .menu-card {
      display: flex;
      width: 100%;
      max-width: 100%;
      background-color: #FFF;
      border: 1px solid #E5E9F1;
      margin: 6px 0px;
    }

    .mc-flex-col-2 {
      padding-left: 12px;
    }

    .mega-menu-icon, .mc-flex-col-1 {   
      width: 50px;
      height: auto;
    }

    .int-menu-card {
      display: flex;
      width: 100%;
      max-width: 100%;
      height: 70px;
      padding: 12px;
      background-color: #FFF;
    }

    .int-menu-icon {
      display: block;
      margin: 0 auto !important;
      max-width: 100%;
      max-height: 100%;
    }

    .menu-card.plain-card {
      background-color: #F2F4F8;
      border: none;
      border-bottom: 1px solid #E5E9F1;
      padding: 8px;
      margin: 8px 0px;
      border-radius: 0px;
      width: 390px;
    }

    .menu-card.plain-card .mc-title {
      font-size: 14px; 
    }

    .menu-card.plain-card:hover {
      border: none;
      border-bottom: 1px solid #E5E9F1;
      box-shadow: none;
    }

    .featured-item-box {
      top: -72px;
    } 

    .mm-banner {
      height: 60px;
    }    

    /* ---- NAV ICON ----*/

    #mobileNavButton {
      padding-right: 4px;
      width: 36px;
      height: 30px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
    }

    #mobileNavButton span {
      display: block;
      position: absolute;
      height: 6px;
      width: 100%;
      background: #EE734C;
      border-radius: 3px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }


    #mobileNavButton span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }

    #mobileNavButton span:nth-child(2) {
      top: 12px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }

    #mobileNavButton span:nth-child(3) {
      top: 24px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }

    #mobileNavButton.openMenu span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -2px;
      left: 8px;
    }

    #mobileNavButton.openMenu span:nth-child(2) {
      width: 0%;
      opacity: 0;
    }

    #mobileNavButton.openMenu span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 23px;
      left: 8px;
    }
    
   #MobilemenuDrop1,  #MobilemenuDrop2, #MobilemenuDrop3, #MobilemenuDrop4, #MobilemenuDrop5 {
      transition: all 0.5s;
    }

    #MobilemenuDrop1,  #MobilemenuDrop2, #MobilemenuDrop3, #MobilemenuDrop4, #MobilemenuDrop5 {
      position: static; 
      visibility:  visible;
      transition: visibility 0s, opacity 0.5s linear;
      opacity: 1;
    }

}




