html, body {
    -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
	height: 100vh;
}

html {
	background: #ffffff;
}

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-family: 'Spartan';
}

h1, h2, h3, h4, h5, h6, h3 > a {
	font-family: 'Covered By Your Grace';
}


#fillbottom {
	background: #ffffff;
}



#commontopcontainer {
	box-sizing: border-box;
	padding: 0px 0 0px 0;

}

@media screen and (max-width: 1023.99px) {
	#commontopcontainer {
		display: none;
	}
}


#commontop {
	box-sizing: border-box;
	background: #010101;
	padding: 5px 20px 3px 20px;
    text-align: right;
}

#commontop a {
	font: 16px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	-webkit-text-size-adjust:none;
	margin-right: 10px;
    font-family: inherit;
}

#commontop a:last-child {
	margin-right: 0;
}

#commontop a:hover {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #c9bc85;
	text-decoration: none;
}



#contactcontainer {
	box-sizing: border-box;
	background: #010101;
	padding: 0px;
}

@media screen and (max-width: 1023.99px) {
	#contactcontainer {
		display: none;
	}
}


#contact {
	box-sizing: border-box;
	padding: 20px;
	max-width: 1366px;
	margin: 0 auto;
	text-align: center;
}

#contact a, #contact span, #contact p {
	font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	-webkit-text-size-adjust:none;
	margin-right: 6px;
}

#contact p {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

#contact svg {
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    vertical-align: -0.2em;
    margin-right: 0.1em;
    margin-left: 0.1em;
    border: 0;
    padding: 0;
}

#contact a:last-child {
	margin-right: 0;
}

#contact a:hover {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}







#logocontainer {
	box-sizing: border-box;
	padding: 0px 0 0px 0;

}


#logo {
	box-sizing: border-box;
	background: #010101;
	padding: 30px 20px 30px 20px;
}

#logo img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
	max-width: 620px;
		margin: 0 auto;
		}





#navcontainer {
	box-sizing: border-box;
	padding: 1px 0 0px 0;

	width: 100%;
	z-index: 1000;
}

#nav {
	box-sizing: border-box;
	background: url(../../../../../images/gradient/?s=272727&e=d3d3d3&h=160) repeat-x #d3d3d3;
	padding: 0px;
}



#headercontainer {
	box-sizing: border-box;
	padding: 0px 0 0px 0;
}


#header {
	box-sizing: border-box;
    padding-top: 2px;
	padding-bottom: 0px;
}
#maincontainer {
	box-sizing: border-box;
	padding: 0px 0 0px 0;

}


#main {
	box-sizing: border-box;
	background: #ffffff;

}

#sidebarleft {
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content {
	box-sizing: border-box;
	background: url();
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidebarright {
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footercontainer {
	box-sizing: border-box;
	padding: 0px 0 0px 0;

}

#footer {
	box-sizing: border-box;
    background-image: url("../img/overlay/az-subtle.png");
	padding-top: 20px;
	padding-bottom: 20px;
}


#commoncontainer {
	box-sizing: border-box;
	background: #ffffff;
	padding: 0px 0 0px 0;

}


#common {
	box-sizing: border-box;
	background: #152220;
	padding: 20px;
}



.sqrtotopsector {
    text-align: right;
}

a.sqrtotop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
    background: url("../img/?f=totop-17&ca=ac3b61") 0 0 no-repeat;
    background-size: auto auto;
    background-size: 100% auto;
    transition: all .25s ease-in-out;
}

a.sqrtotop:hover {
  opacity: .95;
  transform: scale(1.15, 1.15);
}


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

#outercontainer {
    background-image: url("../img/overlay/az-subtle.png");
    min-height: 100%;
}

}

@media print, screen and (min-width: 1024px) {
	#header .sqrallwaysboxed,
	#header .sqrmobilefullwidth,
	#header .sqrdesktopboxed
	{
		box-sizing: border-box;
		max-width: 1366px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;
	}

	#header .sqrallwaysboxed .sqrallwaysboxed,
	#header .sqrdesktopboxed .sqrdesktopboxed,
	#header .sqrmobilefullwidth .sqrallwaysboxed,
	#header .sqrdesktopboxed .sqrallwaysboxed,
	#header .sqrdesktopboxed .sqrmobilefullwidth,
	#header .sqrdesktopremovebox .sqrallwaysboxed,
	#header .sqrdesktopremovebox .sqrmobilefullwidth
	 {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	 }

  	#header .sqrallwaysfullwidth .sqrsuppressborders {
  		border-left: 0 !important;
  		border-right: 0 !important;
  	}

  	 .sqrmain3col,
  	 .sqrmain2col,
	 .sqrmain3collr,
	 .sqrmain2coll,
	 .sqrmain2colr {
	 	display: table;
		box-sizing: border-box;
		table-layout: fixed;
		width: 100%;
	 }
	 .sqrmain3col>div {
    	box-sizing: border-box;
    	width: 33.333333333%;
    	display: table-cell;
    	vertical-align: top;
  	 }
	 .sqrmain2col>div {
    	box-sizing: border-box;
    	width: 50%;
    	display: table-cell;
    	vertical-align: top;
  	 }

  	.sqrmain3collr>div {
    	box-sizing: border-box;
    	width: 50%;
    	display: table-cell;
    	vertical-align: top;
  	}
  	.sqrmain3collr>div:first-child,
  	.sqrmain3collr>div:last-child,
  	.sqrmain2coll>div:first-child,
  	.sqrmain2colr>div:last-child {
    	width: 25%;
  	}
  	.sqrmain2coll>div,
  	.sqrmain2colr>div {
    	box-sizing: border-box;
    	width: 75%;
    	display: table-cell;
    	vertical-align: top;
  	}

    #sidebarleft .sqrallwaysboxed,
	#sidebarleft .sqrmobilefullwidth,
	#sidebarleft .sqrdesktopboxed
	{
		box-sizing: border-box;
		max-width: 1366px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	#sidebarleft .sqrallwaysboxed .sqrallwaysboxed,
	#sidebarleft .sqrdesktopboxed .sqrdesktopboxed,
	#sidebarleft .sqrmobilefullwidth .sqrallwaysboxed,
	#sidebarleft .sqrdesktopboxed .sqrallwaysboxed,
	#sidebarleft .sqrdesktopboxed .sqrmobilefullwidth,
	#sidebarleft .sqrdesktopremovebox .sqrallwaysboxed,
	#sidebarleft .sqrdesktopremovebox .sqrmobilefullwidth
	 {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	 }

  	#sidebarleft .sqrallwaysfullwidth .sqrsuppressborders {
  		border-left: 0 !important;
  		border-right: 0 !important;
  	}

  	#main.sqrdesktopboxed {
		max-width: 1366px;
		margin-left: auto;
		margin-right: auto;
	}


	#content .sqrallwaysboxed,
	#content .sqrmobilefullwidth,
	#content .sqrdesktopboxed
	{
		box-sizing: border-box;
		max-width: 1366px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .sqrallwaysboxed .sqrallwaysboxed,
	#content .sqrdesktopboxed .sqrdesktopboxed,
	#content .sqrmobilefullwidth .sqrallwaysboxed,
	#content .sqrdesktopboxed .sqrallwaysboxed,
	#content .sqrdesktopboxed .sqrmobilefullwidth,
	#content .sqrdesktopremovebox .sqrallwaysboxed,
	#content .sqrdesktopremovebox .sqrmobilefullwidth
	 {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	 }

  	#content .sqrallwaysfullwidth .sqrsuppressborders {
  		border-left: 0 !important;
  		border-right: 0 !important;
  	}


	#sidebarright .sqrallwaysboxed,
	#sidebarright .sqrmobilefullwidth,
	#sidebarright .sqrdesktopboxed
	{
		box-sizing: border-box;
		max-width: 1366px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	#sidebarright .sqrallwaysboxed .sqrallwaysboxed,
	#sidebarright .sqrdesktopboxed .sqrdesktopboxed,
	#sidebarright .sqrmobilefullwidth .sqrallwaysboxed,
	#sidebarright .sqrdesktopboxed .sqrallwaysboxed,
	#sidebarright .sqrdesktopboxed .sqrmobilefullwidth,
	#sidebarright .sqrdesktopremovebox .sqrallwaysboxed,
	#sidebarright .sqrdesktopremovebox .sqrmobilefullwidth
	 {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	 }

  	#sidebarright .sqrallwaysfullwidth .sqrsuppressborders {
  		border-left: 0 !important;
  		border-right: 0 !important;
  	}

    #sidebarleft .sqrtotopsector,
    #sidebarright .sqrtotopsector {
        display: none;
    }

  	#footer .sqrallwaysboxed,
	#footer .sqrmobilefullwidth,
	#footer .sqrdesktopboxed
	{
		box-sizing: border-box;
		max-width: 1366px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer .sqrallwaysboxed .sqrallwaysboxed,
	#footer .sqrdesktopboxed .sqrdesktopboxed,
	#footer .sqrmobilefullwidth .sqrallwaysboxed,
	#footer .sqrdesktopboxed .sqrallwaysboxed,
	#footer .sqrdesktopboxed .sqrmobilefullwidth,
	#footer .sqrdesktopremovebox .sqrallwaysboxed,
	#footer .sqrdesktopremovebox .sqrmobilefullwidth
	 {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	 }

  	#footer .sqrallwaysfullwidth .sqrsuppressborders {
  		border-left: 0 !important;
  		border-right: 0 !important;
  	}
  	.sqrdesktophidden {
	 	display: none;
	}
}

@media screen and (max-width: 1023.99px) {
	#header .sqrallwaysboxed,
	#header .sqrmobileboxed
	{
		box-sizing: border-box;
		padding-left: 0px;
		padding-right: 0px;
	}
	#header .sqrallwaysboxed>.sqrallwaysboxed,
	#header .sqrallwaysboxed>.nguiparagraphcontainer>.sqrallwaysboxed
	{
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	 }
	 #header .sqrmobileboxedimportant {
		padding-left: 0px !important;
		padding-right: 0px !important;
	 }

	 #header .sqrallwaysfullwidth .sqrsuppressborders,
	 #header .sqrmobilefullwidth .sqrsuppressborders
  	 {
  		border-left: 0 !important;
  		border-right: 0 !important;
  	 }

 	#sidebarleft .sqrallwaysboxed,
	#sidebarleft .sqrmobileboxed
	{
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	#sidebarleft .sqrallwaysboxed>.sqrallwaysboxed,
	#sidebarleft .sqrallwaysboxed>.nguiparagraphcontainer>.sqrallwaysboxed
	{
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	 }
	 #sidebarleft .sqrmobileboxedimportant {
		padding-left: 20px !important;
		padding-right: 20px !important;
	 }

	 #sidebarleft .sqrallwaysfullwidth .sqrsuppressborders,
	 #sidebarleft .sqrmobilefullwidth .sqrsuppressborders
  	 {
  		border-left: 0 !important;
  		border-right: 0 !important;
  	 }

 	#content .sqrallwaysboxed,
	#content .sqrmobileboxed
	{
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	#content .sqrallwaysboxed>.sqrallwaysboxed,
	#content .sqrallwaysboxed>.nguiparagraphcontainer>.sqrallwaysboxed
	 {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	 }
	 #content .sqrmobileboxedimportant {
		padding-left: 20px !important;
		padding-right: 20px !important;
	 }

	 #content .sqrallwaysfullwidth .sqrsuppressborders,
	 #content .sqrmobilefullwidth .sqrsuppressborders
  	 {
  		border-left: 0 !important;
  		border-right: 0 !important;
  	 }


 	#sidebarright .sqrallwaysboxed,
	#sidebarright .sqrmobileboxed
	{
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	#sidebarright .sqrallwaysboxed>.sqrallwaysboxed,
	#sidebarright .sqrallwaysboxed>.nguiparagraphcontainer>.sqrallwaysboxed
	 {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	 }
	 #sidebarright .sqrmobileboxedimportant {
		padding-left: 20px !important;
		padding-right: 20px !important;
	 }

	 #sidebarright .sqrallwaysfullwidth .sqrsuppressborders,
	 #sidebarright .sqrmobilefullwidth .sqrsuppressborders
  	 {
  		border-left: 0 !important;
  		border-right: 0 !important;
  	 }

 	#footer .sqrallwaysboxed,
	#footer .sqrmobileboxed
	{
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer .sqrallwaysboxed>.sqrallwaysboxed,
	#footer .sqrallwaysboxed>.nguiparagraphcontainer>.sqrallwaysboxed
	 {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	 }
	 #footer .sqrmobileboxedimportant {
		padding-left: 20px !important;
		padding-right: 20px !important;
	 }

	 #footer .sqrallwaysfullwidth .sqrsuppressborders,
	 #footer .sqrmobilefullwidth .sqrsuppressborders
  	 {
  		border-left: 0 !important;
  		border-right: 0 !important;
  	 }

  	 #navcontainer,
  	 #eyecatchercontainer,
  	 #headercontainer,
  	 #maincontainer,
  	 #footercontainer,
     #commoncontainer {
     	padding-left: 0;
     	padding-right: 0;
     }

     #outercontainer > :first-child {
     	padding-top: 0;
     }

     #outercontainer > :last-child {
     	padding-bottom: 0;
     }


  	 .sqrmobilehidden {
	 	display: none;
	 }
}


#eyecatcher {
	position: relative;
	overflow: hidden;
	padding: 0;
}
#eyecatcher #eyecatcherstage img, #eyecatcher #eyecatcherstage video {
	width: 100%;
	display: block;
	border: 0;
	position: absolute;
	height: 100%;
}
#eyecatcher.eyecatcher-karo #eyecatcherstage img {
    height: auto;
}
#eyecatcher #eyecatcherstage img.headersliderpri {
	z-index: 1;
	transition: none;
	-webkit-transition: none;
	opacity: 1;
}
#eyecatcher #eyecatcherstage img.headerslidersec {
	z-index: 2;
	transition: none;
	opacity: 0;
}
#eyecatcher #eyecatcherstage img.headerslidersecout {
	transition: opacity 0.5s, transform 0.5s;
	opacity: 1;
}
#eyecatcherstage {
	position: absolute;
}
#eyecatcherbullets {
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}
#eyecatcherbullets:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#eyecatcherbullets a {
	width: 24px;
	height: 24px;
	float: left;
	background: url(../img/?f=bulletdefault&ca=ffffff&cb=000000) no-repeat left top;
}
#eyecatcherbullets a.active {
	background-position: left bottom;
}

#common>div {
  	font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif;
  	color: #ffffff;
	text-transform: none;
}
#common>div a {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
#common>div a:hover {
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #828282;
	text-decoration: none;
}


#common>ul.sqrcommonnavhierarchical a,
#common>ul.sqrcommonnav a {
	font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	-webkit-text-size-adjust:none;
}

#common>ul.sqrcommonnavhierarchical a:hover,
#common>ul.sqrcommonnav a:hover {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #828282;
	text-decoration: none;
}

#common ul.sqrcommonnavhierarchical,
#common ul.sqrcommonnav {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#common ul.sqrcommonnavhierarchical>li,
#common ul.sqrcommonnav>li
 {
	display: block;
	box-sizing: border-box;
	padding: 0 0 5px 0;
}

#common ul.sqrcommonnavhierarchical>li>em {
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	padding-bottom: 4px;
    font-family: inherit;
}

#common ul.sqrcommonnavhierarchical>li>ul {
	display: block;
	margin: 0;
	padding: 15px 0 15px 0;
	list-style: none;
}

#common ul.sqrcommonnavhierarchical>li>ul>li {
	margin: 0;
	padding: 0 0 2px 0;
}

#common ul.sqrcommonnavhierarchical:after,
#common ul.sqrcommonnav:after
{
  	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#commoncontact svg {
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    vertical-align: -0.2em;
    margin-right: 0.1em;
    margin-left: 0.1em;
    border: 0;
    padding: 0;
}
#commoncontact {
    margin: 15px 0 0 0;
    text-align:center;
}
#commoncontact a {
	margin-left: 3px;
	margin-right: 3px;
}
#commoncontact a:last-child {
	margin-right: 0;
}
@media print, screen and (min-width: 1024px) {
	#common ul.sqrcommonnavhierarchical>li {
		float: left;
		padding-right: 20px;
	}
	#common ul.sqrcommonnavhierarchical2col>li {
		width: 50%;
	}
	#common ul.sqrcommonnavhierarchical3col>li {
		width: 33.3333333%;
	}
	#common ul.sqrcommonnavhierarchical4col>li {
		width: 25%;
	}
	#common ul.sqrcommonnavhierarchical5col>li {
		width: 20%;
	}
    #common ul.sqrcommonnav {

        display: flex;
        flexwrap: wrap;
    }
                #common ul.sqrcommonnav {
       justify-content: center;
    }
    #common ul.sqrcommonnav>li {
       padding-left: 10px;
       padding-right: 10px;
    }
	}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#nav a {
  display: block;
  margin: 0;
  padding: 12px 16px 12px 16px;
  font: 26px 'Open Sans',Verdana,Helvetica,sans-serif;
  line-height: 34px;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
   font-family: inherit;
}

#nav>ul>li>a {
	font-family: Montserrat;
}

#nav li.active>a {
	font-weight: bold;
}

#nav li em.ngshopcartindicator {
  display: none;
  background: #ac3b61;
  color: #ffffff;
  font-style: normal;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 5px;
  margin-left: 8px;
  font-weight: normal;
}

#nav li em.ngshopcartindicatoractive {
    display: inline-block;
}

#nav>ul li, #nav>div {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

#nav>ul>li.sqrnavsearch>ul>li {
  padding: 8px;
}

#nav .sqrnavsearch form {
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  background: #ffffff;
}

#nav .sqrnavsearch input {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  padding: 8px 12px 8px 30px;
  margin: 0;
  border-color: rgba(255, 255, 255, 0.075);
  -webkit-appearance: none;
  border-radius: 0;
  font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif;
  color: #458070;
  text-transform: none;
  background: transparent url(../img/?f=searchdefault&ca=458070) 8px center no-repeat;
}


@media screen and (max-width: 1023.99px) {
  #nav>ul>li.sqrnavlogo {
	display: none;
  }
  #nav a.sqrnavlogomobile {
    padding: 0;
    max-height: 92px;
  }
  #nav a.sqrnavlogomobile img {
    max-height: 92px;
  }
  #nav a, #nav form {
  	  	  	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  	  	  }
  #nav a.sqrnavshow {
  	border-bottom: none;
  }
  #nav a.sqrnavshow, #nav a.sqrnavhide {
    background: url(../img/?f=menurects&ca=ffffff) right center no-repeat;
  }
  #nav a.sqrnavshow>img, .sqrnav a.sqrnavhide>img {
    display: block;
  }
  #nav li.sqrnavmore>a {
    background: url(../img/?f=moresmallright&ca=ffffff) right center no-repeat;
  }
  #nav li.sqrnavopen>a {
    background-image: url(../img/?f=moresmalldown&ca=ffffff);
  }

  #nav .sqrnavshow {
    display: block;
  }
  #nav .sqrnavhide {
    display: none;
  }
  #nav.sqrnavopen>div>a.sqrnavshow {
    display: none;
  }
  #nav.sqrnavopen>div>a.sqrnavhide {
    display: block;
  }

  #nav li.sqrnavopen>ul {
    display: block;
  }
  #nav ul {
    display: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  #nav ul ul {
    display: none;
  }
  #nav ul li li>a {
    padding-left: 44px;
  }
  #nav ul li li li>a {
    padding-left: 66px;
  }
  #nav.sqrnavopen>ul {
    display: block;
  }
  }

@media print, screen and (min-width: 1024px) {


    #nav > ul > li > a:hover {
        		color: #ffffff;
		    }

	#nav ul ul a:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}
    #nav > ul > li.sqrnavopen > a:hover, #nav.navhover>ul>li.sqrnavmore:not(.sqrnavsearch):hover>a:hover {
        background: #c9bc85;
        background-image: url(../img/?f=moresmalldown&ca=010101);
        background-position: right center;
        background-repeat: no-repeat;
    }
    #nav > ul > li.sqrnavsearch > a:hover {
        background-position: center center;
    }
	#nav ul ul a:hover {
				background-color: rgba(0, 0, 0, 0.035);
			}


  #nav>div {
    display: none;
  }

  #nav>ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #nav ul ul a {
  	display: block;
  	margin: 0;
  	padding: 12px 16px 12px 16px;
  	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
  	line-height: 20px;
  	color: #ffffff;
  	text-transform: none;
      font-family: 'Spartan';
    }

  #nav ul ul li {
  	display: block;
  	margin: 0;
  	background: #828282;
  	  	  	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  	  	  }

  #nav ul ul li:last-child {
  	border-bottom: none;
  }

  #nav>ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #nav>ul>li {
    float: left;
  }
  #nav>ul li>ul {
    position: absolute;
    width: 30vw;
    max-width: 320px;
    left: -9999px;
    top: -9999px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
    display: block;
    transform: translate3d(0,-10px,0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.2s;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  }
  #nav>ul>li.sqrnavmore>a {
    background-image: url(../img/?f=moresmalldown&ca=ffffff);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 40px;
  }
  #nav>ul>li li.sqrnavmore>a {
    background-image: url(../img/?f=moresmallright&ca=ffffff);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 40px;
  }
  #nav>ul>li.sqrnavopen>a, #nav.navhover>ul>li.sqrnavmore:not(.sqrnavsearch):hover>a {
    background-image: url(../img/?f=moresmalldown&ca=010101);
  }
  #nav>ul>li.sqrnavopen>ul, #nav.navhover>ul>li.sqrnavmore:not(.sqrnavsearch):hover>ul {
    left: 0;
    top: inherit;
    transform: translate(0);
    opacity: 1;
  }
  #nav>ul>li ul li.sqrnavopen>ul, #nav.navhover>ul>li.sqrnavmore ul li:hover>ul {
    left: 100%;
    top: 0;
    transform: none;
    opacity: 1;
  }

  #nav>ul>li.sqrnavopen, #nav.navhover>ul>li.sqrnavmore:not(.sqrnavsearch):hover {
   	background: #c9bc85;
  }
  #nav>ul>li.sqrnavopen>a, #nav.navhover>ul>li.sqrnavmore:not(.sqrnavsearch):hover>a  {
   	color: #010101;
  }

  #nav>ul>li.sqrnavhome>a>span, #nav>ul>li.sqrnavsearch>a>span {
    display: none;
  }
  #nav>ul>li.sqrnavhome>a {
    background-image: url(../img/?f=homedefault&ca=ffffff);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 58px;
    padding: 0 16px 0 16px;
  }
  #nav>ul>li.sqrnavlogo>a {
  	padding: 0;
  }
  #nav>ul>li.sqrnavlogo>a>img {
  	display: block;
  }
  #nav>ul>li.sqrnavsearch {
    float: right;
  }
  #nav>ul>li.sqrnavsearch>a {
    background-image: url(../img/?f=searchdefault&ca=ffffff);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 58px;
    padding: 0 16px 0 16px;
  }
  #nav>ul>li.sqrnavsearch.sqrnavopen>a {
    background-image: url(../img/?f=searchdefault&ca=010101);
  }

  #nav>ul>li.sqrnavopen.sqrnavsearch>ul {
    left: auto;
    right: 0;
    opacity: 1;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ac3b61;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ac3b61, 0 0 5px #ac3b61;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ac3b61;
  border-left-color: #ac3b61;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
