/*************** Side Navigation Hide Button ***************/
.base .mt-menu-btn {
	display: none;
}
.hide-nav-btn {
	position: fixed;
	left: 300px;
	top: 0;
	bottom: 0;
	height: 50px;
	width: 35px;
	margin: auto;
	z-index: 998;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
.hide-nav-btn > i {
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 18px;
	height: 18px;
	width: 18px;
	transform: rotate(180deg);
}
.hide-nav .hide-nav-btn > i {
	transform: rotate(0deg);
}
.hide-nav #mt-side-nav {
	width: 0;
}
.hide-nav #mt-nav-main,
.hide-nav .mt-btn-container {
	left: -300px;
}
.hide-nav .hide-nav-btn {
	left: 0;
}

/* Keep back button and logo from moving */
.mt-menu-btn {
	transition: all 0.5s ease 0s;
}
.hide-nav .mt-menu-btn {
	left: -300px;
}
#siteLogo {
	display: inline-block;
	position: relative;
	left: 0;
	height: 103px;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
}


/* shorten logo for purposes of this demo */
/*
#pageHeader {
	max-width:408px;
}
*/

body:not(.base) #headerDiv {
/*   padding: 6px 0 7px; */
}
body:not(.base) #headerDiv > div {
  max-width: 100%;
}

body:not(.base) #siteLogo {
    padding-left: 2em;
}
body:not(.base) #mt-main-body #main {
  max-width: 100%;
  width: 100%;
  border-top-right-radius: 0;
  padding:0 30px;
  box-sizing: border-box;

  /* changed the value to better equalize the main container with the height of the nav bar... 
	  original value was:   calc(100vh - 336px);
  */
  min-height:calc(100vh - 282px);
}
body:not(.base).open #mt-main-body #main {
  min-width: 0;
}
body:not(.profile) .mt-res-profile {
  display: none;
}

/*************** Side Navigation Main Container ***************/
#mt-side-nav {
	width: 300px;
  background-color:#071626;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 99;
}
#mt-nav-main {
	position: fixed;
	top: 0;
	left: 0;
  display: block;
  width: 300px;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
#mt-side-nav * {
  box-sizing: border-box !important;
}


/*************** Side Navigation Toggle Width BTN ***************/
.mt-menu-btn {
	height: 103px;
	background: #122c48;
	display: block;
	width: 100%;
	padding-top: 25px;
	padding-left: 4px;
	position: fixed;
	left: 0;
	top: 0;
	/* width: 246px; */
	width: 296px;
	height: 78px;
	text-decoration: none !important;
	z-index: 99;
}

.hamburgerText {
	text-align: center;
	position: relative;
    top: -8px;
}

.hamburgerText::after {
	color: white;
}

#hamburger {
  font-size: 8px;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: transparent url(https://d1p7jztoc1019b.cloudfront.net/images/newIcons/apps/clear_missionTracker.png) no-repeat center center scroll;
  background-size: contain;
  top: -12px;
  color: white;
/* 	left: -4px; */
/* 	transform: rotate(180deg); */
/* 	transition: all 0.5s ease 0s; */
}
/*
.open #hamburger {
	transform: rotate(360deg);
}
#hamburger div {
	height: 4px;
	width: 50px;
	background-color: #fff;
	position: absolute;
	transition: all 0.5s ease 0.1s;
}
.open #hamburger .top {
	top: 15px;
	left: -35px;
	transform: rotate(-45deg);
	width: 50%;
}
#hamburger .top {
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(0deg);
}
#hamburger .middle {
	top: 23px;
	left: 0;
	right: 0;
	margin: auto;
}
.open #hamburger .bottom {
	left: -35px;
	right: 0px;
	bottom: 15px;
	transform: rotate(45deg);
	width: 50%;
}
#hamburger .bottom {
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10px;
	transform: rotate(0deg);
}
*/


/*************** Side Navigation Main Pannel ***************/
#mt-nav-main .mt-res-profile {
	position: relative;
}
#mt-nav-main #navPane,
#mt-nav-main .mt-res-profile {
  width: 100%;
  margin: 0;
	background-color:#071626;
  float: none;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease 0s;
}
.profile #mt-nav-main #navPane {
  transform: translateX(-100%);
}
.profile.close-profile #mt-nav-main #navPane {
  transform: translateX(0);
}

.mt-res-profile > ul {
	display: block !important;
	padding: 0 0 100px !important;
}
.mt-res-profile > ul li ul {
	padding: 0 !important;
}
#mt-nav-main ul {
	padding: 103px 0 100px;
}
#navPane >  ul {
	padding: 103px 0 100px;
}
.mt-btn-container ul {
	display: none;
}
#mt-nav-main ul > li {
	position: relative;
  padding: 0px;
  box-shadow: 0px 1px rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #1d252f !important;
}
#navPane > ul > li {
	position: relative;
	max-height: 100px;
	transition: all 0.3s ease 0.5s;
}

.open #mt-nav-main ul > li > a {
  font-size: 14px !important;
	text-transform: capitalize;
}
#mt-nav-main ul > li.icn > a {
  border: none;
  background-clip: inherit;
}
#mt-nav-main ul a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  text-decoration: none;
  background-color: none;
}

#mt-nav-main ul > li > a > img {
  display: block;
  margin: 0 auto 6px;
  position: static !important;
  width: auto;
  height: 43px;
}

.open #navPane .toggle > span {
	opacity: 1;
	visibility: visible;
}
#navPane .toggle > span {
	position: absolute;
	top: 36px;
	right: 10px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: top 0.3s ease 0.5s;
}

#mt-nav-main #navPane li > ul {
	display: none;
  position: relative;
  background: #071626;
  margin: 0;
  padding: 0px;
	border-radius: 0;
}


#navPane li {
	position: relative;
}
.tgl-close {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.tgl-close > a {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.tgl-close > a:hover {
	background: transparent !important;
}

.open-sub-nav #navPane > ul > li.toggle.show {
	padding-top: 40px
}

.open-sub-nav #navPane > ul > li.toggle.show > span {
	top:76px;
	transition: top 0.3s ease 0s;
}

/* #navPane > ul > li li {
	padding-left:12px;
} */
#navPane > ul > li li li {
	/* padding-left:12px; */
	/* padding-left:12px; */
}

#navPane > ul > li li li a {
	background-color: #071626;
	padding-left: 60px !important;
}
#navPane > ul > li li li li a {
	background-color: #071626;
	padding-left: 70px !important;
}
#navPane > ul > li li li li li a {
	background-color: #071626;
	padding-left: 80px !important;
}
#navPane .tgl-close + a {
	padding: 0;
	height: 0;
	overflow: hidden;
}

#navPane .tgl-close + a + span {
	opacity: 0 !important;
	visibility: hidden !important;
}

/*************** Side Navigation Resident Profile ***************/
.mt-res-profile {
	cursor: pointer;
	display: block;
	padding-top: 103px;
	padding-bottom: 100px;
}
.mt-res-profile > ul,
.mt-res-profile > ul > li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mt-res-profile > ul {
  padding-top: 25px;
}

.mt-res-profile > ul > li > a,
.mt-res-profile > ul > li > span {
  color: #fff;
  font-size: 14px;
}

.mt-res-header {
	cursor: default;
}
.mt-res-header > a {
	/* height: 100%; */
	width: 100%;
	padding: 20px 5px !important;
}

.mt-res-header figure {
  height: 60px;
  width: 60px;
  display: block;
  background-attachment: scroll;
  background-color: #c7c7c7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #c7c7c7;
  margin: 0 auto;
  transition: all 0.5s ease 0s;
}
.open .mt-res-header figure {
  margin: 0 auto 10px;
}

.open .mt-res-header figure:before,
.open .mt-res-header figure:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.open .mt-res-header figure:before {
	content: 'View Profile';
	height: 16px;
	z-index: 1;
}
.open .mt-res-header figure:after {
	content: '';
	background-color: rgba(0,0,0,0.6);
	border-radius: 50%;
}
.open .mt-res-header:hover figure:before,
.open .mt-res-header:hover figure:after {
	opacity: 1;
	visibility: visible;
}
.open .mt-res-header figure {
	position: relative;
  height: 106px;
  width: 106px;
}

.mt-res-header figure.no-img {
  background-image: url(https://d1p7jztoc1019b.cloudfront.net/images/person_icon.png);
  background-position: center 10px;
  background-size: contain;
}
.open .mt-res-header figure.no-img {
  background-position: center 18px;
}

.mt-res-header ~ li {
	opacity: 0;
	visibility: hidden;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	transition:all 0.2s ease 0s;
}
.open .mt-res-header ~ li {
	opacity: 1;
	visibility: visible;
}

#profile-person > li.toggle {
	position: relative;
}
#profile-person > li.toggle > span {
	position: absolute;
	top: 10px;
	right: 5px;
}


/*************** Open/Closed Misc ***************/
/*
.closed #navPane > ul > li {
	max-height: 100px !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.closed #navPane > ul > li > ul {
	display: none !important;
}
*/
.open-sub-nav #navPane > ul > li > ul > li {
	transition: all 0.3s ease 0.4s;
}
.open-third-nav > li {
	height: 37.8px;
	max-height: 0 !important;
	overflow: hidden !important;
	border: none !important;
	transition: all 0.3s ease 0s !important;
}
.open-third-nav > li.toggle {
	height: 100%;
	max-height: 3000px !important;
	transition: all 0.3s ease 0.4s !important;
}
/*
.open-third-nav > li.toggle a {
	border-bottom: 1px solid #1d252f;
}
*/
.open-third-nav > li.toggle ul li:first-child {
	transition: none !important;
}

#mt-main-body.hasNav {
  background-color: #071626;
}

#mt-site-main #contentDiv {
  margin-left: 0 !important;
}

#mt-nav-main .mt-res-profile {
  z-index: 1;
  background-color: #071626;
}
.profile.close-profile #mt-nav-main .mt-res-profile {
  transform: translateX(-100%);
}

#navPane > ul > .toggle > ul > li > span,
#navPane > ul > .toggle > ul > li > ul > li > span {
	display: none !important;
}
#navPane > ul > .toggle > ul > .toggle > span {
	display: inline-block !important;
	top: 10px;
}

#navPane > ul > li.toggle.show > a {
	border-bottom: 1px solid #1d252f;
}

.open-sub-nav #navPane > ul li {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.open-sub-nav #navPane > ul > li.toggle.show,
.open-sub-nav #navPane > ul > li.toggle.show ul li {
	overflow: visible;
	opacity: 1;
	visibility: visible;
}
.open-sub-nav #navPane > ul > li.toggle.show {
	height: auto;
	max-height: 100%;
}
.open-sub-nav #navPane > ul > li.toggle.show ul li {
	overflow: hidden !important;
	max-height: 3000px;
}
.open-sub-nav #navPane > ul > li.toggle.show ul li:last-child {
	border: none;
	box-shadow: none;
	padding-left: 0;
}
.open-sub-nav #navPane ul li ul li ul li.toggle span {
	display: block !important;
	top: 9px;
}
.open-sub-nav #navPane ul li ul li ul li.toggle ul li:not(.toggle) span {
	display: none !important;
}

#mt-nav-main ul > li.icn > a {
  font-size: 0px;
}

#profile-person li.toggle ul li a {
	text-align: left;
	text-indent: 0;
	padding-left: 50px;
}
#navPane > ul > li.toggle > ul li a {
	/* display: flex; */
	position: relative;
	text-align: left;
	text-indent: 0;
	/* Old nav spacing */
	/* padding-left: 10px; */
	padding-left: 50px;
}
#navPane > ul > li.toggle > ul li.mt_pd-offset > a {
	padding-left: 0px !important;
}

#navPane > ul > li.toggle > ul li ul li a {
	padding-left: 50px;
	line-height: 1 !important;
}

#navPane > ul > li.toggle a {
    padding-right: 40px;
}

#navPane li.icn > a {
	padding-right: 5px !important;
}

#mt-nav-main ul > li > a:hover,
#mt-nav-main ul > li.active > a,
#mt-nav-main ul > li.show > a {
  background: #122c48 !important;
  text-decoration: none;
}

#mt-nav-main #navPane  li > ul.show {
  display: block;
}

#mt-nav-main li:not(.toggle) > ul li > a:hover,
#mt-nav-main li:not(.toggle) > ul li.active a {
  color: #2a3441;
}

#mt-nav-main li > ul li.active::after {
  display: none;
}

#profile-person > li > ul > li span {
	display: none;
}

#mt-nav-main .mt-res-profile > ul > li:not(.mt-res-header) > a:not(.mt-close-profile) {
  text-align: left;
  padding-left: 40px;
  padding-right: 8px;
}

.mt-res-profile .mt-res-header > span {
  display: block;
  font-size: 0px;
  opacity: 0;
  transition: all 0.5s ease 0s;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.open .mt-res-profile .mt-res-header > span {
  font-size: 18px;
  float: none;
  opacity: 1;
  position: static;
}


/*************** View Profile Tab/Button ***************/
.view-profile {
	font-size: 14px;
	text-align: left;
	display: inline-block;
	padding: 15px 20px;
	padding-left:50px;
	position: fixed;
	top: 160px;
	background-color: #071626;
	color: #FFF;
	left: 300px;
	text-transform: uppercase;
	cursor: pointer;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	transition: all 0.5s ease 0s;
	z-index: 12;
}
.view-profile span {
	display: block;
}
.view-profile:hover,
.view-profile:active {
	background-color:#122c48;
}
.view-profile:before {
	content:"";
	display: inline-block;
	height:12px;
	width:12px;
	border-top:3px solid #FFF;
	border-left:3px solid #FFF;

	position: absolute;
	top:50%;
	margin-top:-8px;
	left:25px;

	transform:rotate(-45deg);
}
.profile .view-profile {
  transform: translateX(-100%);
}

.hide-nav .view-profile {
	transform: translateX(calc(-100% - 300px)) !important;
}
.profile.close-profile .view-profile {
  transform: translateX(0);
}
.view-profile figure {
	display: none;
}

#footerDiv {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}


/*************** Toggle Styles ***************/
.toggle > a {
  font-weight: bold;
}
.toggle > span,
.mt-res-profile ul > li.toggle a > span,
.toggle > ul > .toggle > span {
  display: inline-block !important;
  float: right;
  height: 25px;
  width: 25px;
  position: relative;
  margin-top: -4px;
}
.toggle span:before,
.toggle span:after,
.mt-res-profile ul > li.toggle span:before,
.mt-res-profile ul > li.toggle span:after,
.toggle > ul > .toggle span:before,
.toggle > ul > .toggle span:after {
  content: "";
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 3px;
  border-radius: 4px;
  transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}
.toggle > span:before,
.mt-res-profile ul > li.toggle a > span:before,
.toggle > ul > .toggle > span:before {
  transform: rotate(-40deg) translateX(-2px) translateY(-1px);
}
.toggle > span:after,
.mt-res-profile ul > li.toggle a > span:after,
.toggle > ul > .toggle > span:after {
  transform: rotate(40deg) translateX(2px) translateY(-1px);
}
.toggle.show > span:after,
.mt-res-profile ul > li.toggle.show a > span:after,
.toggle > ul > .toggle.show > span:after {
  height: 55%;
  transform: rotate(-45deg) translateX(0px) translateY(0px);
}
.toggle.show > span:before,
.mt-res-profile ul > li.toggle.show a > span:before,
.toggle > ul > .toggle.show > span:before {
  height: 55%;
  transform: rotate(45deg) translateX(0px) translateY(0px);
}
.toggle ul {
  display: none;
}


/*************** Background Colors for Tools ***************/
.mt-btn-container ul > li.misson-tracker-nav > a.mod-0 { /* MT */
	background-color: #29a5db !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-0:hover { /* MT */
	background-color: #2189b1 !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-1 { /* SysAdmin */
	background-color: #ff9e17  !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-1:hover { /* SysAdmin */
	background-color: #d7780b  !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-2 { /* HR Tracker */
	background-color: #ff5051  !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-2:hover { /* HR Tracker */
	background-color: #D01619  !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-48 { /* resTracker */
	background-color: #9fb948 !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-48:hover { /* resTracker */
	background-color: #82a626 !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-3 { /* volTracker */
	background-color: #ab4ca7  !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-3:hover { /* volTracker */
	background-color: #73256F  !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-229 { /* Contact Tracker */
	background-color: #82222d !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-229:hover { /* Contact Tracker */
	background-color: #682227 !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-184 { /* Support and Payments */
	background-color: #818284 !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-184:hover { /* Support and Payments */
	background-color: #6d6e6e !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-212 { /* Time Clock */
	background-color: #00bfa3 !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-212:hover { /* Time Clock */
	background-color: #05a583 !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-300 { /* Calendar */
	background-color: #059ce6 !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-300:hover { /* Calendar */
	background-color: #006699 !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-9131 { /* Calendar */
	background-color: #177cae !important;
}
.mt-btn-container ul > li.misson-tracker-nav > a.mod-9131:hover { /* Calendar */
	background-color: #006699 !important;
}
.mt-btn-container ul > li.mission-tracker-nav {
  border-bottom: 2px solid #1d252f !important;
}
.mt-btn-container ul > li.mission-tracker-nav a:hover {
	background-color: #2189b1 !important;
}
.mt-btn-container ul > li.resident-tracker-nav a:hover {
 	background-color: #829b35 !important;
}
.mt-btn-container ul > li.hr-tracker-nav a:hover {
	background-color: #c12b33 !important;
}
.mt-btn-container ul > li.volunteer-tracker-nav a:hover {
	background-color: #5f1f5e !important;
}


/*************** Background Colors for Tools ***************/
.mt-btn-container {
	background-color: #071626;
	position: fixed;
	top: calc(100% - 107px);
	left: 0;
	height: 100%;
	width: 90px;
	transition: all 0.5s ease 0s;
	z-index: 99;
}
.mt-btn-container.open-btns {
	top: 0;
	overflow-y: scroll;
	transition: all 0.7s ease 0s;
}

.open .mt-btn-container {
	width: 300px;
}

.open .mt-btn-container.open-btns .fixed-mt-btn {
	width: 100%;
}

.fixed-mt-btn {
	cursor: pointer;
	border-top: solid 1px #fff;
	display: block;
	height: 107px;
  	width: 100%;
 	min-width: 90px;
	position: relative;
	transition: none;	
	background: transparent url(https://d1p7jztoc1019b.cloudfront.net/images/newIcons/apps/mt_suites.png) no-repeat center center scroll;
	background-size: contain;
	opacity: 1;
	visibility: visible;
}

.open-btns .fixed-mt-btn {
	height: 85px;
	background: transparent url(https://d1p7jztoc1019b.cloudfront.net/images/newIcons/apps/close_btn.png) no-repeat center center scroll;
}

.fixed-mt-btn:after {
	content: '';
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	z-index: 2;
	transition: all 0.5s ease 0s;
	display: none;
	
}

.fixed-mt-btn > div:first-child,
.fixed-mt-btn > div:last-child {
	z-index: 1;
}

.fixed-mt-btn > div:first-child:before,
/* .fixed-mt-btn > div:last-child:before {
	content: '';
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px;
	width: 40px;
	z-index: 1;
	background-size: contain !important;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease 0s;
} */

.fixed-mt-btn > div:first-child:before {
	/*
	background: transparent url(https://d1p7jztoc1019b.cloudfront.net/images/newIcons/apps/missionTracker_purple.png) no-repeat center center scroll;
	bottom: -20px;
	left: 55px;
	*/
}
.fixed-mt-btn > div:last-child:before {
	/*
	background: transparent url(https://d1p7jztoc1019b.cloudfront.net/images/newIcons/apps/missionTracker_red.png) no-repeat center center scroll;
	*/
	top: -20px;
	right: 55px;
}

.open-btns .fixed-mt-btn > div:first-child:before,
.open-btns .fixed-mt-btn > div:last-child:before {
	opacity: 0;
	visibility: hidden;	
}

.open-btns .fixed-mt-btn:before {
	opacity: 0;
	visibility: hidden;
}
.open-btns .fixed-mt-btn:after {
	opacity: 1;
	visibility: visible;
}
.open .fixed-mt-btn {
	min-width: 300px;
}
.open .open-btns .fixed-mt-btn {
	min-width: 235px;
}
.fixed-mt-btn > div {
	background-color: #071626;
	height: 50%;
	width: 50%;
	transform: rotate(0deg);
	transition: all 0.5s ease 0s;
}
/*
.fixed-mt-btn > div:first-child {
	background-color: #29a5db;
}
.fixed-mt-btn > div:nth-child(2) {
	background-color: #9fb948;
}
.fixed-mt-btn > div:nth-child(3) {
	background-color: #ab4ca7;
}
.fixed-mt-btn > div:last-child {
	background-color: #ff5051;
}
*/
	
.mt-btn-container > ul {
	padding: 0 !important;
	margin: 0 !important;
}
.mt-btn-container > ul li {
	display: block;
}
.open .mt-btn-container ul li a {
	font-size: 14px !important;
}
.mt-btn-container ul li a {
	font-size: 0 !important;
	text-transform: capitalize;
	border: none;	
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 5px;
}
.mt-btn-container ul li a:hover {
	text-decoration: none;
}
.mt-btn-container ul li a img {
	display: block;
	margin: 0 auto 6px;
	position: static !important;
	width: auto;
	height: 43px;
}

.no-wrap {
	white-space: nowrap;
}

@media screen and (max-width: 770px){
	.view-profile {
		font-size: 0;
	}
	.view-profile figure {
		background: #c7c7c7 url(https://d1p7jztoc1019b.cloudfront.net/images/person_icon.png) no-repeat center 8px scroll;
		background-size: contain;
		border-radius: 50%;
		display: block;
		height: 50px;
		width: 50px;
		margin: 0;
	}
	
	body:not(.base) #siteLogo {
		height: 80px;
		top: 50%;
		padding-left: 0;
		transform: translateY(-50%);
	}
}

/* Nav Bar Icons */
/* #navPane > ul > li.toggle > ul li .isPro {
	display: flex;
} */
/* .pro-icon {
	margin: auto 0;
	padding-right: 10px;
} */
/*.pro-icon:after {
	content: url("/common/img/pro-label-icon.png");

} */
.mt-res-profile a .mt_mod-mark {
	display: flex !important;
	position: absolute;
	left: 5px;
	top: 13px;
	height: auto;
	align-items: center;
	/* justify-content: space-evenly; */
	justify-content: space-evenly;
	z-index: 999;

}
#navPane a .mt_mod-mark {
	display: flex !important;
    position: absolute;
    left: 10px;
	top: -2px;
    height: 100%;
	align-items: center;
    /* justify-content: space-evenly; */
    justify-content: space-evenly;
	z-index: 999;
}
@-moz-document url-prefix() {
	#navPane a .mt_mod-mark {
		top: 0px;
	}
}
.mt-res-profile a .mt_mod-mark i,
#navPane a .mt_mod-mark i {
	margin: auto 2px;
	display: inline-block !important;
	position: relative;
	top: 0 !important;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.mt-res-profile a i.mt_nav-isPro-mark,
#navPane a i.mt_nav-isPro-mark {
	background: rgb(150, 184, 61);
}
.mt-res-profile a i.mt_nav-isCustMod-mark,
#navPane a i.mt_nav-isCustMod-mark {
	background: rgb(255, 255, 95);
}
.mt-res-profile a i.mt_nav-isNew-mark,
#navPane a i.mt_nav-isNew-mark {
	background: #3498db;
}
#navPane a i.mt_nav-isDep-mark {
	background: #E92F32;
}
#navPane a i.mt_nav-blank-mark {
	background: transparent;
}

/* This is a hot fix for bad css practices */
#navPane .mt_nav-blank-mark::before,
#navPane .mt_nav-blank-mark::after,
#navPane .mt_nav-isPro-mark::before,
#navPane .mt_nav-isPro-mark::after,
#navPane .mt_nav-isCustMod-mark::before,
#navPane .mt_nav-isCustMod-mark::after,
#navPane .mt_nav-isNew-mark::before,
#navPane .mt_nav-isNew-mark::after,
#navPane .mt_nav-isDep-mark::before,
#navPane .mt_nav-isDep-mark::after {
	content: none;
}