@charset "UTF-8";
/* CSS Document */

.accessibility {
	position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 999;
}
.ltr .accessibility{
	right:auto;
	left:10px;
}
.wa_admin .accessibility {
	display:block;
}

.accs_menu {
	font-size: 10px;
    width: 48px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    right: 1%;
    bottom: auto;
    top: 95%;
    transform: translateY(-95%);
    z-index: 999;
}
.ltr .accs_menu{
    right: auto;
    left: 1%;
}
.accs_menu.on {
}
.accs_menu .accs_btn {
	display: block;
    height: 48px;
    width: 48px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: solid 3px #FFF;*/
    border-radius: 50%;
    /*background-color: #FFF;*/
    padding: 3px;
    padding: 0;
    transition: all 300ms;
}
.accs_menu .accs_btn:hover{
border-color: #FFF;
}
.accs_menu .accs_btn img {
	max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
}
.accs_menu .con {
	position:relative;
	width: 28em;
    background-color: #fff;
    color: #000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.6em;
    padding: 0.5em;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 0.15em 1em 0.1em #00000078;
    transition: all 300ms ease-in;
    opacity: 0;	
}

.accs_menu.on .con{
	max-height: 600px;
    opacity: 1;
	margin-bottom: 8px;
}
.accs_menu.on .con.ex_hi_contrast_bw{
    border: solid 2px rgb(255, 255, 0);
}

.accs_menu .con .title {
    position: relative;
    font-size: 1.8em;
    line-height: 1.4em;
    padding: 0 1.2em 0.2em;
    text-align: center;
    border-bottom: solid 1px #000;
    margin: 0;
}

.accs_menu .con .title .ep_close{
    position: absolute;
    left: 0.1em;
    top: -0.1em;
    transform: scale(1.3,1);
    font-family: Arial, serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #000;
}
.ltr .accs_menu .con .title .ep_close{
    left:auto;
    right: 0.1em;
}

.accs_menu .con .box {
}
.accs_menu .con .box:after {
	content:" ";
	float:none;
	clear:both;
	display:block;
}
.accs_menu .con .box ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.accs_menu .con .box ul li{
	display: inline-block;
    width: 50%;
    box-sizing: border-box;
	text-align:center;
	margin:0;
	border-bottom: solid 1px #000;
    padding: 5px;
    float: left;
}
.ltr .accs_menu .con .box ul li{
	float:left;
}
.accs_menu .con .box ul li:nth-child(2n+0){
	border-right: solid 1px #000;
}
.ltr .accs_menu .con .box ul li:nth-child(2n+0){
	border-right:0 none;
	border-left: solid 1px #000;
}
.accs_menu .con .box .accbtn{
	display: block;
    padding: 0 5px;
    font-size: 1.3em;
    line-height: 1em;
	color: #000;
}
.accs_menu .con .box .accbtn img{
	height: 2em;
}
.accs_menu .con .box .accbtn span{
	display: block;
    min-height: 2em;
}

.accs_menu .con .box ul li.full{
	width: 100%;
	border-right: 0 none;
    border-left: 0 none;
    text-align: right;
}
.ltr .accs_menu .con .box ul li.full{
    text-align: left;
}

.accs_menu .con .box ul li.full .accbtn{
}
.accs_menu .con .box ul li.full .accbtn img{
	height: 1.6em;
    padding-left: 10px;
	vertical-align: middle;
}
.ltr .accs_menu .con .box ul li.full .accbtn img{
    padding-left: 0;
	padding-right:10px;
}
.accs_menu .con .box ul li.full .accbtn span{
	display: inline-block;
    vertical-align: baseline;
    line-height: normal;
}


.ep_readable_font .accbtn.ep_readable_font, .ep_font_size_1 .accbtn.ep_larger_font, .ep_font_size_2 .accbtn.ep_larger_font, .ep_hi_contrast_bw .accbtn.ep_hi_contrast_bw, .ep_hi_contrast_wb .accbtn.ep_hi_contrast_wb, .ep_emphasize_links .accbtn.ep_emphasize_links{
	background-color: #ececec;
}

.ep_hi_contrast_bw .accessibility img {
	filter: invert(1);
}


.ep_par a {
	text-decoration:underline;
}

/*      page specific   */
.ex_hi_contrast_bw #category_bar{
    border-top: solid 3px;
    border-bottom: solid 3px;
    background-image: none;
}

.ex_hi_contrast_bw .phone_link span span{
    background-color: #000;
}

.ep_hi_contrast_bw .visual_cat_item .visual_cat_item_text{
    background-color: #000;
    background-image: none;
    border: solid 1px rgb(255 255 0);
}
.ep_hi_contrast_wb .visual_cat_item .visual_cat_item_text{
    background-color: rgb(255 255 255);
    background-image: none;
    border: solid 1px rgb(0 0 0);
}

#quick_order.ex_hi_contrast_bw:before{
    content: "";
}
#quick_order input[type="text"].ex_hi_contrast_bw{
    position: relative;
    background-color: rgb(0, 0, 0);
}

.ex_hi_contrast_bw.cart_button{
    border-color: rgb(255, 255, 0);
}
.ex_hi_contrast_wb.cart_button{
    border-color: rgb(0, 0, 0);
}
.ex_hi_contrast_bw.cart_button:before, .ex_hi_contrast_wb.cart_button:before{
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 100%;
    background: #000;
}
.ex_hi_contrast_wb.cart_button:before{
    background: rgb(255 255 255);
}
#quick_order input[type="button"].ex_hi_contrast_bw, #quick_order input[type="button"].ex_hi_contrast_wb{
    background-color: transparent !important;
    color: transparent !important;
}
#quick_order.ex_hi_contrast_bw{
    background-image:url(../images/btn_quick_order_yellow.png);
}
#quick_order.ex_hi_contrast_wb{
    background-image:url(../images/btn_quick_order_black.png);
}




