@charset "UTF-8";

:root {
     --mm-color-border: #fff;
     --mm-color-button: #fff;
     --mm-color-text: #fff;
     --mm-color-text-dimmed: #fff;
     --mm-color-background: #019800;
     --mm-color-background-highlight: #00ff01;
     --mm-color-background-emphasis: #00ff0150;
}

div#mobile {
     position: fixed;
     display: none;
     top: 1vw;
     right: .75vw;
     color: #fff;
}

.nav {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

	#header .nav li,
	#footer .nav li {
		display: inline-block;
		position: relative;
	}

	.nav li a {
		font-size: .8em;
	}

	.nav > li > a,
     .nav .nav-header {
          display: block;
	}

#menu .mm-close {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 20px;
	height: 20px;
	padding: 5px;
	font-size: 0;
	z-index: 999;
}

	#menu .mm-close:before,
	#menu .mm-close:after {
		position: absolute;
		content: '';
		display: block;
		width: 25px;
		height: 3px;
		top: 14px;
		left: 2px;
		background: #fff;
	}



.nav li > ul {
	display: none;
	position: absolute;
	width: 210px;
	top: auto;
	right: 0;
	margin: 0;
	padding: 10px 10px;
	background: #f9f9f9;
	z-index: 999;
}

	.nav > ul li {
		display: block;
	}

	.nav li:hover > ul {
		display: block;
	}



#header .nav {
	text-align: right;
}

	#header .nav li {
		padding: 0;
	}

     #header .nav a,
     #header .nav .nav-header {
		margin: -20px 0;
		padding: 40px 20px;
		color: #000;
          font-weight: 500;
          font-size: initial;
	}

	#header .nav ul li {
		display: block;
		padding: 0;
	}

	#header .nav ul a,
     #header .nav ul .nav-header {
          display: block;
		width: auto;
          margin: 0;
          font-weight: 300;
		padding: 10px 15px;
		border-bottom: 1px dotted #ccc;
	}

	#header .nav li:hover > a,
     #header .nav li:hover > .nav-header {
          color: #009901;
		background: #f9f9f9;
	}

	#header .nav li:hover li:hover > a,
     #header .nav li:hover li:hover > .nav-header {
          background: #fff;
	}


#footer .moduletable {
     display: inline-block;
     width: 20%;
     padding: 0 1%;
     font-size: initial;
     text-align-last: initial;
     vertical-align: top;
}

     #footer .moduletable .wrapper {
          width: auto;
     }

     #footer .moduletable:first-child {
          width: 10%;
     }

#footer .nav {
	margin: 0;
     text-align: left;
     vertical-align: top;
}

     #footer .modHead h3 {
          margin: 0 0 .35em;
          font-size: 1em;
          font-weight: 500;
          text-transform: uppercase;
     }

     #footer .modContainer p {
          margin: 0;
     }

	#footer .nav a {
		color: #707374;
		font-weight: 300;
		padding: 5px 10px;
	}

     #footer .nav > li {
          display: block;
          padding-left: 1.5vw;
     }

	#footer .nav li a {
          display: block;
          padding: 0;
          font-size: 1em;
          line-height: 1.4;
	}

          #footer .nav li .nav-header:first-line,
          #footer .nav li a:first-line {
               text-indent: -1.5vw;
          }

          #footer .nav li a:hover {
               color: #fff;
          }

.mm-listitem {
	text-align: left;
}

.sigplus-gallery > ul > li {
	vertical-align: middle;
}

	.sigplus-gallery ul > li > a {
		margin: 10px 15px;
	}


@media only screen and (max-width: 980px) {
	#header .nav a {
          margin: -2.4vw 0;
          padding: 4.8vw 1.8vw;
          font-size: 1.8vw;
     }

     #footer .moduletable {
          width: 31.33%;
     }

     #footer .moduletable:first-child,
     #footer .moduletable:first-child ul,
     #footer .footerLogo {
          display: block;
          width: auto;
          text-align: center;
     }

          #footer .moduletable:first-child .nav li {
               display: inline-block;
          }

          #footer .moduletable:first-child .nav li a {
               display: block;
               padding: .5em 1em;
          }

          #footer .footerLogo {
               margin-top: 3vw;
          }
}

@media only screen and (max-width: 768px) {
     div#mobile {
          display: block;
     }

     #header .nav {
		position: fixed;
		top: 35px;
		right: 5%;
		z-index: 999;
	}

	#header .nav > li {
		display: none;
	}

     .nav > li > a {
		font-size: 2vw;
	}

	.mm-listitem,
	#menu .nav li > a {
		font-weight: 400;
		font-size: 3vw;
		line-height: 1.8;
	}

	.mm-navbar > * {
		min-height: 55px;
	}

	.mm-navbar__title > span {
		font-size: 6vw;
		font-weight: bold;
		line-height: 1;
	}


     #footer .moduletable,
     #footer .moduletable .wrapper,
     #footer .moduletable ul {
          display: block;
          width: auto;
          text-align: center;
     }
}

@media only screen and (max-width: 520px) {
     .mm-listitem,
	#menu .nav li > a {
		font-size: 5vw;
	}   
}