/*
*****************************************
 PVII AMM: Adaptive Menu Magic
 by Project Seven Development
 www.projectseven.com
*****************************************
*/

.p7AMM {
	padding:7px 30px 0px 0px;
	box-sizing: border-box;
}
.p7AMM ul {
	margin: 0px;
	padding: 0px;
	font-size:100%;
}
.p7AMM ul ul {
	position: absolute;
	top: 100%;
	display: none;
	min-width: 200px;
	z-index: 1;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	box-sizing: border-box;
}
.p7AMM ul ul ul {
	top: 0px;
	left: 180px;
	z-index: 2;
	margin-top: 0px;
}
.p7AMM ul li {
	list-style-type: none;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding: 6px 2px;
}
.p7AMM ul ul li {
	display: block;
	padding: 0px 0px;
	white-space: normal;
}

/*
******************************
     ROOT LEVEL LINKS
******************************
*/
.p7AMM li a {
	display: block;
	text-decoration: none;
	padding:10px 22px;
	font-size:100%;
	text-transform:uppercase;
	border:1px solid #C6C5B9;
	border-radius:3px;
	border-top-left-radius:12px;
	border-bottom-right-radius:12px;
}
/*
******************************
     SUB-MENU LINKS
******************************
*/
.p7AMM ul ul a {
	display: block;
	color: #000;
	padding: 10px 20px;
	border-radius:0!important;
}
.p7AMM ul ul a:hover {
	color:#111;
	background-color: #CCC;
}
/*
******************************
       TRIGGER LINKS
******************************
*/
.p7AMM a.amm-trigger {
	background-repeat: no-repeat;
	background-position: left center;
}
/*
****************************************************
 NO-SCRIPT: menu when script is disabled
 or to fix issues in DW Design View
****************************************************
*/
.p7AMM.amm-noscript li:hover ul {display:block;}
.p7AMM.amm-noscript li:hover ul ul {display:none;}
.p7AMM.amm-noscript ul ul li:hover ul {display:block;}
/*
**************************
    MENU ALIGNMENT
**************************
*/
.p7AMM.amm-left {text-align:left;}
.p7AMM.amm-centered {text-align:center;}
.p7AMM.amm-right {text-align:right;}
/*
******************************
        CURRENT MARK
******************************
*/
.p7AMM li a.current_mark {font-weight:normal;}

/*
***************************************
  MENU WHEN FIXED ON SCROLL FALLBACK
***************************************
*/
.amm-fixed {background-color:rgba(154,129,158,0.90);}


/*
******************************
           WHITE
******************************
*/
.p7AMM.amm-root-white {
	background-color: rgba(255,255,255,1);
	color: #111;
}
.p7AMM.amm-root-white.amm-root-trans {
	background-color: rgba(255,255,255,0.85) !important;
}
.p7AMM.amm-rootlinks-white ul a {
	background-color: rgb(255,255,255);
	color: #111;
}
.p7AMM.amm-rootlinks-white ul a:hover,
.p7AMM.amm-rootlinks-white ul a:focus,
.p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
	background-color: rgb(20,20,20);
	color: #EFF1ED;
}
.p7AMM.amm-rootlinks-white ul ul a {
	background-color: transparent;
}
.p7AMM.amm-rootlinks-white ul a.amm-trigger {
	background-image: url(img/amm-right-dark.gif);
}
.p7AMM.amm-rootlinks-white ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
	background-image: url(img/amm-down-light.gif);
}
.p7AMM.amm-subs-white ul ul a.amm-trigger {
	background-image: url(img/amm-right-dark.gif);
}
.p7AMM.amm-subs-white ul ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.amm-subs-white ul ul a.amm-trigger:hover,
.p7AMM.amm-subs-white ul ul a.amm-trigger.open {
	background-image: url(img/amm-down-light.gif);
}
.p7AMM.amm-subs-white ul ul {
	background-color: #FFF;
}
.p7AMM.amm-subs-white.amm-subs-trans ul ul {
	background-color: rgba(239,241,237,0.90);
}
.p7AMM.amm-subs-white ul ul a {
	color: #000;
}
.p7AMM.amm-subs-white ul ul a:hover,
.p7AMM.amm-subs-white ul ul a:focus,
.p7AMM.amm-subs-white ul ul a.amm-trigger.open {
	background-color: rgb(34,34,34);
	color: #FFF;
}
.p7AMM a.white {
	background-color: rgb(239,241,237) !important;
	color: #000 !important;
}
.p7AMM a.white:hover,
.p7AMM a.white:focus {
	background-color: rgb(34,34,34) !important;
	color: #FFF !important;
}


/*
****************************
         SILVER
****************************
*/
.p7AMM.amm-root-silver {
	background-color: rgba(239,241,237,1);
	color: #000;
}
.p7AMM.amm-root-silver.amm-root-trans {
	background-color: rgba(239,241,237,0.85);
}
.p7AMM.amm-rootlinks-silver ul a {
	background-color: rgb(239,241,237);
	color: #000;
}
.p7AMM.amm-rootlinks-silver ul a:hover,
.p7AMM.amm-rootlinks-silver ul a:focus,
.p7AMM.amm-rootlinks-silver ul a.amm-trigger.open {
	background-color: rgb(34,34,34);
	color: #FFF;
}
.p7AMM.amm-rootlinks-silver ul ul a {
	background-color: transparent;
}
.p7AMM.amm-rootlinks-silver ul a.amm-trigger {
	background-image: url(img/amm-right-dark.gif);
}
.p7AMM.amm-rootlinks-silver ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.amm-rootlinks-silver ul a.amm-trigger:hover,
.p7AMM.amm-rootlinks-silver ul a.amm-trigger.open {
	background-image: url(img/amm-down-light.gif);
}
.p7AMM.amm-subs-silver ul ul a.amm-trigger {
	background-image: url(img/amm-right-dark.gif);
}
.p7AMM.amm-subs-silver ul ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.amm-subs-silver ul ul a.amm-trigger.open,
.p7AMM.amm-subs-silver ul ul a.amm-trigger:hover {
	background-image: url(img/amm-down-light.gif);
}
.p7AMM.amm-subs-silver ul ul {
	background-color: rgb(239,241,237);
}
.p7AMM.amm-subs-silver.amm-subs-trans ul ul {
	background-color: rgba(239,241,237,0.9);
}
.p7AMM.amm-subs-silver ul ul a {
	color: #000;
}
.p7AMM.amm-subs-silver ul ul a:hover,
.p7AMM.amm-subs-silver ul ul a:focus,
.p7AMM.amm-subs-silver ul ul a.amm-trigger.open {
	background-color: rgb(34,34,34);
	color: #FFF;
}
.p7AMM a.silver {
	background-color: rgb(239,241,237) !important;
	color: #000 !important;
}
.p7AMM a.silver:hover,
.p7AMM a.silver:focus {
	background-color: rgb(34,34,34) !important;
	color: #FFF !important;
}


/*
****************************
         LAVENDER
****************************
*/
.p7AMM.amm-root-lavender {
	background-color: rgb(154,129,158);
	color: #FFF;
}
.p7AMM.amm-root-lavender.amm-root-trans {
	background-color: rgba(154,129,158,0.85);
}
.p7AMM.amm-rootlinks-lavender ul a {
	background-color: rgb(154,129,158);
	color: #FFF;
}
.p7AMM.amm-rootlinks-lavender ul a:hover,
.p7AMM.amm-rootlinks-lavender ul a:focus,
.p7AMM.amm-rootlinks-lavender ul a.amm-trigger.open {
	background-color: rgb(1,1,1);
	color: #FFF;
}
.p7AMM.amm-rootlinks-lavender ul ul a {
	background-color: transparent;
}
.p7AMM.amm-rootlinks-lavender ul a.amm-trigger {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.amm-rootlinks-lavender ul a.amm-trigger:hover,
.p7AMM.amm-rootlinks-lavender ul a.amm-trigger.open {
	background-image: url(img/amm-down-light.gif);
}


.p7AMM.amm-subs-lavender ul ul a.amm-trigger {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.amm-subs-lavender ul ul a.amm-trigger.open,
.p7AMM.amm-subs-lavender ul ul a.amm-trigger:hover {
	background-image: url(img/amm-down-light.gif);
}
.p7AMM.amm-subs-lavender ul ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.amm-subs-lavender ul ul {
	background-color: rgb(154,129,158);
}
.p7AMM.amm-subs-lavender.amm-subs-trans ul ul {
	background-color: rgba(154,129,158,0.88);
}
.p7AMM.amm-subs-lavender ul ul a {
	color: #FFF;
}
.p7AMM.amm-subs-lavender ul ul a:hover,
.p7AMM.amm-subs-lavender ul ul a:focus,
.p7AMM.amm-subs-lavender ul ul a.amm-trigger.open {
	background-color: rgb(1,1,1);
	color: #FFF;
}
.p7AMM a.lavender {
	background-color: rgb(154,129,158) !important;
	color: #FFF !important;
}
.p7AMM a.lavender:hover,
.p7AMM a.lavender:focus {
	background-color: rgb(1,1,1) !important;
	color: #FFF !important;
}


/*
****************************
        BORDERS
****************************
*/
.p7AMM.amm-root-border {
	border: 1px solid rgba(0,0,0,0.75);
}
.p7AMM.amm-sub-borders ul ul {
	border: 1px solid rgba(0,0,0,0.75);

}
.p7AMM.amm-rootlink-borders ul a,
.p7AMM.amm-rootlink-borders ul a:hover {
	border: 1px solid rgba(0,0,0,0.75);
}
.p7AMM.amm-rootlink-borders ul ul a,
.p7AMM.amm-rootlink-borders ul ul a:hover {
	border: none;
}
/*
**************************
    TRIANGLE POINTER
**************************
*/
.p7AMM.amm-pointer ul ul:after {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-bottom: 10px solid #151515;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -11px;
	left: 32px;
}
.p7AMM.amm-pointer .amm-more ul:after {
	left: 50%;
}
.p7AMM.amm-pointer ul ul ul:after {
	display: none;
}
/*
**************************
   Responsive Conversion
**************************
*/

.p7AMM.amm-responsive .amm-toolbar {display:none;}

@media only screen and (min-width: 0px) and (max-width: 880px) {
.p7AMM.amm-responsive {padding:0px !important;}

.p7AMM.amm-fixed {
    max-height: 100% !important;
    overflow-y: auto;
}

.p7AMM.amm-responsive li {
	text-align: left !important;
	display: block;
	max-height: 700777px;
}

/* --- to adjust submenu items --- */
.p7AMM ul {padding:2px 1px !important;}
.p7AMM ul li {padding:2px !important;}

/* --- add to remove special curve style --- */
.p7AMM li a {
	border:1px solid #C6C5B9;
	border-radius:0px !important;
	border-top-left-radius:0px !important;
	border-bottom-right-radius:0px !important;
}
/* ------ */
.p7AMM.amm-responsive.amm-pointer ul ul:after {display:none!important;}
.p7AMM.amm-responsive ul ul {
	width: 100%;
	min-width: 0px;
	margin: 0px !important;
	position: relative !important;
}
.p7AMM.amm-responsive ul,
.p7AMM.amm-responsive a {border-radius:0px!important;}

/* edit for closed toolbar in mobile view */
.p7AMM.amm-responsive .amm-toolbar {
	display:block;
	text-align:right;
	margin:0px 0px;
	padding: 6px 20px 8px 10px;
	background-color:#9A819E;
	color:#EFF1ED!important;
}
.p7AMM.amm-responsive .amm-toolbar a {
	display: inline-block;
	text-decoration: none;
	font-size:2.5rem;
	color:#EFF1ED;
	opacity:0.7;
}
.p7AMM.amm-responsive .amm-toolbar a:hover {opacity:1;}
.p7AMM.amm-responsive .amm-toolbar.closed a:before {content:"";}
.p7AMM.amm-responsive .amm-toolbar.opened a:before {content:"";}
.p7AMM.amm-responsive .amm-toolbar.closed a:before,
 .p7AMM.amm-responsive .amm-toolbar.opened a:before {
	font-size: 1rem !important;
	position: relative;
 top: -.25rem;
 left: -.25rem;
}
.p7AMM.amm-responsive ul.closed {
	display: none;
}
.p7AMM.amm-responsive ul.opened {
	display: block;
}
.p7AMM.amm-responsive li.amm-more {
	display: none !important;
}
.p7AMM.amm-responsive li.amm-root-moved {
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
}
}
