/* ---------------------------------------------------------------------
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;
  }
}