/* if yellow BG needed */

.--yellowBG,
.--yellowBG .navbarMobile,
.--yellowBG .navbarDesktop,
.--yellowBG .footerContent,
.--yellowBG .ndDropBtn,
.--yellowBG .ndDropDownItem-wrapper{
	background-color: #faf8f2 !important;
}

/*MOBILE*/
@media screen and (min-width: 0px) {

#main-wrapper{
	padding-top: 48px;
}
/* FOOTER */

.footerContent{
    width: 100%;
    padding: 160px 16px 64px;
    float: left;
    font-family: var(--tFont);
    font-size: 13px;
    letter-spacing: 0.01625rem;
    line-height: 16px;
}


.footerLogo{
    text-align: center;
}

.fsSection{
    width: 100%;
    margin-top: 32px;   
    float: left;
}

.fsSection-1{
    margin-top: 96px;
}

.fsSection .fssTitle{
    width: 50%;
    margin-bottom: 4px;
    float: left;
    text-transform: uppercase;
    color: #333;
}

.fsSection .fssItems{
    width: 50%;
    float: left;
}

.fsSection .fssiItem{
    margin-bottom: 4px;
}

.fsSection .fssiItem a{
    text-transform: uppercase;
    color: #333;
}

.fsSection .fssiItem a:hover{
    text-transform: uppercase;
    color: #7c7c7c;
}

.footerCopyright{
    width: 100%;
    margin-top: 96px;
    float: left;
    font-family: var(--tFont);
    color: #333;
}

/* EOF */

/* MENU */

#block-sig10-menumobile{
    display: block;
}
#block-sig10-menudesktop{
    display: none;
}

.navbarMobile {
	position: fixed;
	width: 100%;
	height: 48px;
	padding: 0 16px;
	background-color: #fefefd;
	font-family: var(--tFont);
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	z-index: var(--navbarMobile-z);
    letter-spacing: 0.01625rem;
}

.nmSwitch {
	position: absolute;
	left: 16px;
	top: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	user-select: none;
	z-index: var(--nmSwitch-z);
}

.nmSigmaLogoMobileMenu{
	width: 100%;
	text-align: center;
}

.nmSigmaLogoMobileMenu img{
	width: 84px;
	margin-top: 14px;
}

.nmControl {
  display: none;
}

.nmSidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  background-color: #fefefd;
  overflow-y: auto;
  z-index: 1000;
  pointer-events: none;
}

#toolbar-item-announcement, #toolbar-item-administration-search{ display: none; }
body.toolbar-icon-10 .header-content-wrapper{ margin-top: 48px; }
body.toolbar-icon-10 .navbarMobile{ top: 39px; }
body.toolbar-icon-10 .nmSidebar{ top: 39px; height: calc(100vh - 39px); }
body.toolbar-icon-10 .sidePanel{ top: 39px; height: calc(100vh - 39px); }
body.toolbar-icon-10.toolbar-tray-open .header-content-wrapper{ margin-top: 48px; }
body.toolbar-icon-10.toolbar-tray-open .navbarMobile{ top: 78px; }
body.toolbar-icon-10.toolbar-tray-open .nmSidebar{ top: 78px; height: calc(100vh - 78px); }
body.toolbar-icon-10.toolbar-tray-open .sidePanel{ top: 78px; height: calc(100vh - 78px); }

#nmControl:checked ~ .nmSidebar {
  transform: translateX(0);
  pointer-events: auto;
}


.nmMenu{
    position: absolute;
    top: 0;
	left: 16px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    caret-color: transparent;
}

.nmClose{
    position: absolute;
    top: 0;
	right: 16px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    caret-color: transparent;
}

.nbSearch-wrapper{
	position: absolute;
    font-size: 1rem;
	top: -1px;
	right: 16px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nbSearch-wrapper button{
    text-decoration: none;
	font-size: 1rem;
    cursor: pointer;
    caret-color: transparent;
}

.nmSwitch:hover,
.nmClose:hover{
    color: #9b9b9a;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

details{
	cursor: pointer;
}
details summary {
	list-style: none;
	&::after {
	    margin-right: 16px;
		float: right;
		content: "+";
	}
	[open] &::after {
		content: "−";
	}
	margin-bottom: 20px;
	font-family: var(--cFont);
	font-size: 16px;
	color: #333;
}

.nmsItems{
	padding-top: 60px;
}

.nmssiLinks{
	margin-bottom: 20px;
}

.nmssiLinks a{
	width: 100%;
	float: left;
	display: inline-block;
	margin: 0.275rem 0 0 0;
	color: #333;
}

.nmssiLinks a:last-of-type{
	margin-bottom: 1.75rem;
}

.nmssiMenuLinks a{
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 20px;
	font-family: var(--cFont);
	font-size: 16px;
	color: #333;
}

.nmssiLinks a:hover,
.nmssiMenuLinks a:hover,
.nmsbiLinks a:hover{
	color: #9b9b9a;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.nmsbItems{
	padding-top: 60px;
}

.nmsbiItem{
	font-family: var(--tFont);
	font-size: 13px;
	text-transform: none;
	color: #9b9b9a;
}

.nmsbiLinks a{
	float: left;
	clear: both;
	display: inline-block;
	color: #333;
	margin-bottom: 0.5rem;
}

.nmsbiLinks a:first-of-type{
	margin-top: 0.5rem;
}

/* EOF */
}


@media screen and (min-width: 1200px) {

/* FOOTER */

.footerContent{
    padding: 200px 16px 64px;
}

.footerLogo{
}

.footerSections{
    display: flex;
    justify-content: space-between;
}

.fsSection{
    margin-top: 96px;
    min-width: 24.5%;
}

.fsSection-1{
}

.fsSection .fssTitle{
    width: 100%;
    margin-bottom: 16px;
    color: #9b9b9a;
}

.fsSection .fssItems{
    width: 100%;
}

.fsSection .fssiItem{
}

.fsSection .fssiItem a{
}

.footerCopyright{
}

/* EOF */

/* MENU */

#block-sig10-menumobile{
    display: none;
}
#block-sig10-menudesktop{
    display: block;
}

/************/
/* TOP MENU */
/************/

#block-menumobile{  display: none;}
#block-menudesktop{  display: block;}
#block-footermobile{  display: none;}
#block-footerdesktop{  display: block;}

.navbarDesktop {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	overflow: hidden;
	display: block;
	background-color: #fefefd;
	font-size: 13px;
	position: fixed;
	z-index: var(--navbarDesktop-z);
}

.navbarDesktop .ndSigmaLogo{
	position: relative;
	z-index: var(--ndSigmaLogo-z);
	width: 10%;
	margin: 13px 0 0;
	padding: 0;
	float: left;
	display: flex;
	justify-content: center;
}

.navbarDesktop .ndSigmaLogo img{
	width: 84px;
}

.navbarDesktop .ndWorldNetwork{
	margin: 17px 0 0 16px;
	float: right;
}

.navbarDesktop .ndItems-wrapper{
	width: 45%;
	float: left;
	padding: 0;
}

.ndOverlay {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  height: calc(100vh - 48px);
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.navbarDesktop .ndDropDown-wrapper .ndDropDown > button.ndDropBtn{
	margin: 0 16px 12px 0;
	float: left;
	font-family: var(--tFont);
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	padding-top: 17px;
	line-height: 1.15;
}

.navbarDesktop .ndDropDown-wrapper > a{
	margin: 0px 16px 12px 0;
	width: auto;
	padding-top: 17px;
	line-height: 1.15;
}

.navbarDesktop a {
	float: left;
	font-family: var(--tFont);
	text-transform: uppercase;
	color: #333;
}

.navbarDesktop a:hover{
	color: #9b9b9a;
}

.ndDropDown {
	overflow: hidden;
	float: left;
}

.ndDropDown .ndDropBtn {
	border: none;
	padding: 0;
	outline: none;
	background-color: #fefefd;
}

.ndDropDown .ndDropBtn a{
	height: 48px;
	padding-top: 15px;
	background-color: inherit;
	margin: 0 16px 12px 0;
	background-color: #f80;
}

.ndDropDownItem-wrapper {
	padding: 32px 16px 16px;
	display: none;
	position: fixed;
	background-color: #fefefd;
	width: 100%;
	left: 0;
	box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.1);
	z-index: var(--ndDropDownItem-wrapper-z);
}

.ndDropDownItem-wrapper a{
	clear: both;
	line-height: 16px;
	margin-bottom: 4px;
}

.ndDropDownItem-wrapper a:hover{
	color: #9b9b9a;
}

.ndDropDown:hover .ndDropDownItem-wrapper {
	top: 58px;
	display: block;
	margin-top: -26px;
}

body.toolbar-icon-10 .navbarDesktop{ top: 39px; }
body.toolbar-icon-10 .ndOverlay{ top: calc(39px + 48px); }
body.toolbar-icon-10 .ndDropDownItem-wrapper { top: calc(58px + 39px) !important; }
body.toolbar-icon-10.toolbar-tray-open .navbarDesktop{ top: 78px; }
body.toolbar-icon-10.toolbar-tray-open .ndOverlay{ top: calc(78px + 48px); }
body.toolbar-icon-10.toolbar-tray-open .ndDropDownItem-wrapper{ top: calc(58px + 78px) !important; }

/***************/
/* END OF MENU */
/***************/


/* EOF */

}
