/* ---------------------------------------------------------------------
My Account Dropdown CSS (temporary) file - will compile into GSN styles 
------------------------------------------------------------------------ */

/* Mobile Styles */
@media screen and (min-width: 1px) {
  /* Helper Styles */

  .h-notOnDesktop-block {
    display: block;
  }

  /* Module Styles */

  .m-nav {
    height: 90px;
  }

  .m-navbar .mad-nav-icn {
    vertical-align: middle;
    top: 0px;
    position: relative;
    margin-right: 10px;
  }

  .m-navbar.m-navbar-noStyle {
    width: 100vw;
    height: 0;
    background: none;
    border: none;
  }

  .myLinkl1 i.MMM--icn_gt2,
  .myAccountl1 i.MMM--icn_gt2 {
    float: right;
    top: 0;
  }

  .mobile-linkBox {
    padding: 13px 20px 10px 20px;
    border-color: #D3D3D3;
    display: block;
    border-style: solid;
    border-width: 1px;
    margin: 0 20px;
    border-radius: 5px;
    /*Change with myLinkTitlel2 to myLinkl1*/
    cursor: pointer;
  }

  div .signIn-linkBox {
    padding: 20px;
    display: block;
    border-top-width: 1px;
    cursor: pointer;
    border-top-style: solid;
    border-top-color: #f4f4f4;
    color: #4B4B4B;
  }

  .mobile-l2 {
    /*By default Level 2 hidden in mobile*/
    display: none;
  }

  .mobile-l2 {
    font-weight: lighter;
  }

  .mobile-l2 a {
    padding: 15px 20px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-color: #F2F2F2 !important;
    background: #fff;
    color: #767676;
  }

  .mobile-l2 a:visited {
    color: #767676;
  }

  .MyLogOut,
  .MySignIn {
    padding: 20px;
  }

  .MySignIn a {
    border-bottom: none;
    margin: 0 auto;
    width: 50%;
    display: block;
    font-weight: bold;
    padding: 10px;
    border-radius: 3px;
  }

  /*When Level 2 Active*/

  i.MMM--icn_lt2 {
    float: left;
    top: 0px;
  }

  /*Add class myLinkTitlel2 to myLinkl1 while displaying mobile-l2*/
  .myLinkTitlel2 .m-section-title {
    text-align: center;
    display: block;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right: none;
    border-left: none;
    margin: 0;
    border-radius: initial;
  }

  .myLinkTitlel2 {
    text-align: center;
    border-right: none;
    border-left: none;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin: 0 !important;
    border-radius: initial;
    cursor: pointer;
  }

  .myLinkTitlel2 .m-section-title {
    border-style: none;
    font-weight: bold;
  }

  .myTitleBox {
    padding: 0 !important;
  }

  /*When Level 2 Active END*/

  .m-navbar .m-navbar_profIcn:before {
    font-size: 23px;
  }

  .mobile-linkBox .m-navbar_profIcn:before {
    font-size: 20px;
    top: -2px;
    position: relative;
  }

  .m-navbar .m-navbar_popupOptions.m-navbar_profileOptions.mad-myAccount,
  .m-navbar .m-navbar_popupOptions.m-navbar_profileOptions.mad-myLinks {
    padding: 20px 0px 0px 0px;
    border-bottom: none;
    margin: 0;
    border: none;
  }

  .mad-menu-container .m-navbar_popupOption_noBG {
    display: block;
  }

  .mad-section {
    display: inline-block;
  }

  .m-account a {
    font-size: 16px;
  }

  .initialLetter {
    font-weight: bold;
    font-size: 16px;
    background-color: #4B4B4B;
    color: #fff;
    border-radius: 15px;
    width: 28px;
    height: 28px;
    line-height: 32px;
    border-style: solid;
    border-color: #4B4B4B;
    border-width: 1px;
    box-shadow: 0px 0px 0px 2px #fff inset;
    margin-right: 6px;
  }

  i.fieldZone1 {
    white-space: nowrap;
    width: auto;
    display: none;
    /* display: inline-block; */
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 5px;
    text-transform: capitalize;
  }

  i.fieldZone2 {
    text-transform: capitalize;
    /* display: inline-block; */
    display: none;
  }

  .is-profileToggle i.fieldZone2 {
    overflow: hidden;
    /* display: inline-block; */
    display: none;
    position: relative;
    top: 5px;
    text-transform: capitalize;
  }

  .mad-bar-initialLetter {
    display: inline-block;
    text-transform: uppercase;
  }

  .mad-bar-arrow,
  .mad-barSI-arrow {
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
  }

  .m-header .m-header_hiddenIcn {
    display: none;
  }

}

/* Tablet Styles */
@media screen and (min-width: 768px) {
  .m-nav {
    height: 112px;
  }

  .mad-section {
    display: inline-block;
  }

  .m-account {
    float: right;
    margin-right: 24px;
    margin-top: -1px;
  }

  .mad-title {
    display: flex;
    justify-content: space-between;
  }

  .myLinkTitlel2 {
    border-top-style: none;
  }

  .mobile-l2 a {
    border: none;
  }
}

/* Desktop Styles */
@media screen and (min-width: 960px) {

  /* Helper Styles */
  .h-onDesktop-block {
    display: block;
  }

  .h-notOnDesktop-block {
    display: none;
  }

  /* Module Styles */
  .m-nav {
    height: auto;
  }

  .m-navbar .m-navbar_loginBtn {
    padding: 10px 20px;
    margin: 20px 0px 0px 0px;
  }

  .m-navbar .m-signOutBtn {
    padding: 10px 20px;
    display: block;
    margin: 20px auto;
  }

  .m-navbar .m-navbar_popupOption_noBG:hover {
    text-decoration: underline;
  }

  .mad-myAccount .m-signOutBtn_lg {
    padding: 10px 0px;
    display: block;
    margin: 20px auto;
    width: 100%;
    background-color: #F2F2F2;
  }

  .mad-myAccount .m-signOutBtn_lg:hover {
    background-color: #fff;
  }

  .m-navbar .m-navbar_loginBtn.m-navbar_profileBtn {
    padding-right: 0px;
    margin: 22px 0px 0px 0px;
    font-size: 16px;
  }

  .m-navbar .m-navbar_loginBtn.m-navbar_signInBtn {
    padding-right: 0px;
    margin: 26px 0px 0px 0px;
    font-size: 16px;
  }


  .mad-title {
    display: flex;
    justify-content: center;
  }

  div#mad-myAccount-id {
    order: 2;
    width: 270px;
  }

  div#mad-myLinks-id {
    order: 1;
    width: 270px;
  }

  .myLinkl2 a {
    color: #767676;
  }

  .m-navbar .m-navbar_popupOptions.m-navbar_profileOptions {
    padding: 20px 20px 10px 20px !important;
  }

  span.m-section-title {
    display: flex;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #4B4B4B;
    font-size: 14px;
    cursor: default;
    justify-content: start;
    letter-spacing: 1.33px;
    font-weight: 200;
  }

  .m-navbar .m-navbar_profIcn:before {
    font-size: 20px;
  }

  .m-navbar_popupOptions .initialLetter {
    display: block !important;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    cursor: default;
    padding: 5px;
    border-radius: 35px;
    width: 60px;
    margin: 0 auto;
    height: 60px;
    border-style: solid;
    border-color: #4B4B4B;
    border-width: 1px;
    line-height: 68px;
    box-shadow: 0px 0px 0px 4px #fff inset;
  }

  span.userName {
    font-size: 22px;
    line-height: 30px;
    /* Shows as 40px on Chrome and 30px on Safari without defining height */
    height: 40px;
    color: #000;
    font-weight: bold;
    text-align: center;
    display: block !important;
    padding-top: 10px;
    cursor: default;
  }

  i#fieldZoneDropDown,
  i#fieldZoneDropDown+i {
    white-space: nowrap;
    width: 200px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    left: 0px;
    top: 10px;
    text-transform: capitalize;
  }

  i#fieldZoneDropDown+i {
    width: auto;
  }

  span.userEmail {
    text-align: center;
    display: block !important;
    font-size: 14px;
    color: #4B4B4B;
    cursor: default;
    padding-bottom: 20px;
    max-width: 200px;
    overflow-wrap: break-word;
    margin: 0 auto;
    text-transform: lowercase;
  }

  .mad-myAccount {
    background: #F2F2F2;
  }

  .mad-myAccount .MyLogOut {
    display: block !important;
  }

  .mobile-linkBox {
    border-style: none;
    padding: 13px 0px 10px 0px;
  }

  .mobile-l2 {
    display: block;
  }

  .mobile-l2 a {
    border-bottom-style: none !important;
    padding: 10px 20px !important;
    background: none;
  }

  .myAccountl2 a {
    color: #4B4B4B;
  }

  .link--bold {
    font-weight: bold;
  }
}

/* Luxury Styles */
@media screen and (min-width: 1440px) {
  .m-navbar .m-navbar_profilePopup {
    width: auto;
    min-width: auto;
  }
}
