/* *********************************************************************************************************************************** New Fonts */

/*@font-face {
    font-family: "pop";
    src: url("pop.otf");
}
*/
@font-face {
    font-family: "can";
    src: url("Can.ttf");
}
@font-face {
    font-family: "mul";
    src: url("mul.ttf");
}

/* *********************************************************************************************************************************** Basic container and layout */

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        background: transparent;
    }

html{
height: 100%;
background-color: #ffffff;
}

body{
height: 100%;
min-height: 100%;
z-index:0;
/*-webkit-user-select: none; /* webkit (safari, chrome) browsers */
/*-moz-user-select: none; /* mozilla browsers */
/*-khtml-user-select: none; /* webkit (konqueror) browsers */
/*-ms-user-select: none; /* IE10+ */ 
}

/**
 * White-list all of HTML5's "pure text" elements.
 */
 a, abbr, address, b, bdi, bdo, blockquote, br, button, caption, center, 
 cite, code, col, dd, del, dfn, dt, em, figcaption, footer, h1, h2, h3 class="titleback", h4, 
 h5, h6, i,  input, ins, kbd, label, legend, mark, output, p, pre, q, rp, rt, 
 ruby, s,  samp, small, span, strike, strong, sub, summary, sup, td, textarea, 
 th, time,  title, tt, u, var {
-webkit-user-select: text; /* webkit (safari, chrome) browsers */
-moz-user-select: text; /* mozilla browsers */
-khtml-user-select: text; /* webkit (konqueror) browsers */
-ms-user-select: text; /* IE10+ */
 }

table {
	margin:auto;
}

img, video, canvas {
  max-width: 100%;
}





/* *********************************************************************************************************************************** Header */

#headerwrapper {
	position: relative;
	z-index: 10;
	display: block;
	margin-top: 10px;
}


#topsectionwrapper {
  display: flex;
  margin-bottom: 5px;
}

#topsectionleft {
	background: #fff;
	text-align:left;
	height:35px;
	flex: 0 0 50%;
	padding-left: 30px;
}

#topsectionleft a.topleft {color:#747474;font-family: 'mul', Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none;}

#topsectionright {
	background: #fff;
	text-align:right;
	height:35px;
	flex: 1;
	padding-right: 30px;
}

a.topright:link {color:#747474;font-family: 'mul', Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none;padding-right:20px;padding-left:20px;border-right:1px solid #747474;}
a.topright:visited {color:#747474;font-family: 'mul', Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none;padding-right:20px;padding-left:20px;border-right:1px solid #747474;}
a.topright:hover {color:#747474;font-family: 'mul', Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none;padding-right:20px;padding-left:20px;border-right:1px solid #747474;} 
a.topright:active {color:#747474;font-family: 'mul', Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none;padding-right:20px;padding-left:20px;border-right:1px solid #747474;}


#mainheader {
	padding-left: 30px;
	padding-right: 30px;
	text-align: right;
	vertical-align: text-top;
	display: flex;
	box-shadow: rgba(0,0,0,.117647) 0 3px 3px -2px;
	transition: all 200ms linear 0s;
	padding-bottom: 8px;
	overflow-x:clip;
}

#aontulogo {
	display: block;
	box-sizing: border-box;
	flex: 0 0 20%;
	text-align:left;
}

#menu {
	flex: 1;
}

#aontulogoimage {
	transition: all 200ms linear 0s;
}

#searchbox {
	display:none;
	position: absolute;
	top:50;
	right:0;
	background-color: #fff;
	padding-right: 10px;
	border-radius: 6px;
}

/* *********************************************************************************************************************************** Formatting and Layout */

h1 {
	color:#259A47;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:42px;
	text-decoration:none;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0px;
	font-style: normal;
}

h1.green {
	color:#259A47;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:42px;
	text-decoration:none;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0px;
	font-style: normal;
}

h1.orange {
	color:#FE5000;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:42px;
	text-decoration:none;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0px;
	font-style: normal;
}

h1.white {
	color:#ffffff;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:42px;
	text-decoration:none;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0px;
	font-style: normal;
}


h2 {
	color:#259A47;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:32px;
	text-decoration:none;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h2.green {
	color:#259A47;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:32px;
	text-decoration:none;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h2.orange {
	color:#FE5000;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:32px;
	text-decoration:none;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h2.white {
	color:#ffffff;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:32px;
	text-decoration:none;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h3 {
	color:#259A47;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:24px;
	text-decoration:none;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h3.green {
	color:#259A47;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:24px;
	text-decoration:none;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h3.orange {
	color:#FE5000;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:24px;
	text-decoration:none;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h3.white {
	color:#ffffff;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:24px;
	text-decoration:none;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h4 {
	color:#259A47;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;
	text-decoration:none;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h4.green {
	color:#259A47;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;
	text-decoration:none;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h4.orange {
	color:#FE5000;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;
	text-decoration:none;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

h4.white {
	color:#ffffff;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;
	text-decoration:none;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}



p {
	color:#747474;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;
	text-decoration:none;
	line-height: 2.0;
}

p.white {color:#ffffff;}

p + p {
    margin-top: 20px;
}

a:link {color:#FE5000;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}
a:visited {color:#FE5000;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}
a:hover {color:#259A47;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}  
a:active {color:#259A47;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}

a {
    -webkit-transition: 600ms ease-in-out;
    -moz-transition: 600ms ease-out;
    -ms-transition: 600ms ease-out;
    -o-transition: 600ms ease-out;
    transition: 600ms ease-out;
}

.repsectiontabs ul {
	padding-left:30px;
	list-style-image: url(bullet.png);
	margin-left: 20px;
}

.repsectiontabs li {
	padding:14px;
	list-style-image: url(bullet.png);
	color:#747474;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;
	text-decoration:none;
}

ul.bullet {
	padding-left:30px;
	list-style-image: url(bullet.png);
}

ul.checkbox {
	padding-left:30px;
	list-style-image: url(checkbox.png);
}

.content li {
	/* padding:14px; */
	list-style-image: url(bullet.png);
	color:#747474;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;
	text-decoration:none;
	margin-left:10px;
}

hr {
	margin-top:35px;
	margin-bottom:35px;
	border: 0;
	clear:both;
	display:block;
	width: 98%;               
	background-color:#D0D0D0;
	height: 2px;
}

.error {
      color: red;
   }

/* **************************************************************** Specific elements */


a.linkbox:link {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;padding:10px;padding-lefT: 20px;padding-right: 20px;}
a.linkbox:visited {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;padding:10px;padding-lefT: 20px;padding-right: 20px;}
a.linkbox:hover {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;padding:10px;padding-lefT: 20px;padding-right: 20px;}  
a.linkbox:active {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;padding:10px;padding-lefT: 20px;padding-right: 20px;}

.linkbox {
	font-family: 'pop';
	font-weight: 700;
	letter-spacing: 0px;
	background: #259A47;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	padding: 13px 29px;
	line-height: 17px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.linkbox:hover {
	background:#FE5000;
}

a.smalllinkbox:link {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none;padding:10px;padding-lefT: 20px;padding-right: 20px;}
a.smalllinkbox:visited {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none;padding:10px;padding-lefT: 20px;padding-right: 20px;}
a.smalllinkbox:hover {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none;padding:10px;padding-lefT: 20px;padding-right: 20px;}  
a.smalllinkbox:active {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none;padding:10px;padding-lefT: 20px;padding-right: 20px;}

.smalllinkbox {
	font-family: 'pop';
	font-weight: 700;
	letter-spacing: 0px;
	background: #259A47;
	color: #ffffff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	padding: 0 13px;
	line-height: 17px;
	font-size: 12px;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.smalllinkbox:hover {
	background:#FE5000;
}


.issuespagetabs {
	width:20%;
	text-align:left;
	color:#E4E4E4;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;
	line-height:1.5;
	display: inline-block;
	padding-right: 20px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

.issuespageimages {
	max-width:240px;
}

.issuespageimages:hover {
  -webkit-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
}

.repsectiontabs {
	width: 30%;
	display: inline-block;
	margin-bottom: 30px;
	padding-right: 40px;
	vertical-align: text-top;
}

.repsectiontabs img {
	border-radius:50%;
}


.issuesfootertabs {
	width:20%;
	text-align:left;
	color:#E4E4E4;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;
	line-height:1.5;
	display: inline-block;
	padding-right: 20px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

.issuesfooterimages {
	max-width:240px;
}

.issuesfooterimages:hover {
  -webkit-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
}

/* *********************************************************************************************************************************** General Body */


.content {
	max-width:1200px;
	margin: 0 auto;
	text-align:left;
	padding:15px;
	background:#fff;
	display:table;
	color: #747474;
	font-family: 'pop', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 2.0;
}

#contentnewswrapper {
	width:100%;
	background:#FAFAED;
}

#slider {width:100%;background-color:#ffffff;margin-bottom:40px;}

ul {
	margin-left: 20px;
}

/* *********************************************************************************************************************************** Cookies */


 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  /*z-index: 10001;  Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  /*height: 100%;  Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10002; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  /*height: 100%;  Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;

  padding: 20px;
  border: 1px solid #888;
  max-width: 100%; /* Could be more or less, depending on screen size */
  border: 1px solid #000000;
  border-radius: 20px 20px 0 0;
  color:#747474;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;
	text-decoration:none;
	line-height: 2.0;
	position:fixed;
	top:auto;
	bottom:0;
	max-height: calc(100vh - 210px);
    overflow-y: auto;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 


/* ******************************************************************** Image enlarge on hover */


.issuesimages {
  transform: scale(1);
  transition: transform .5s;
}

.issuesimages:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
}

.issuessectiontabs {
	width:30%;
	text-align:left;
	color:#E4E4E4;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;
	line-height:1.5;
	display: inline-block;
	padding-right: 20px;
	vertical-align: text-top;
	margin-bottom: 30px;
}


/* ******************************************************************** Breadcrumbs */

a.breadcrumbs:link {color:#333333;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:10px;text-decoration:none;line-height: 1.5;}
a.breadcrumbs:visited {color:#333333;}
a.breadcrumbs:hover {color:#259A47;}  
a.breadcrumbs:active {color:#259A47;}

.breadcrumbs {color:#333333;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:10px;text-decoration:none;line-height: 1.5;}

/* ******************************************************************** Mailing list signup */

#mailingcontainer {
	width:100%;
	background:#3C57B1;
}

#mailing {
	text-align: center;
	max-width: 1200px;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
	font: 22px 'pop', Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#mailinginput {
	width: 200px;
    color: #4a4a4a;
    font: 18px 'pop', Arial, Helvetica;
    border: 1px solid #4a4a4a;
    border-radius: 8px;
	background:#ffffff;
	padding:5px;
	margin-left:6px;
}


#mailingbutton{
	color: #ffffff;
    border-radius: 8px;
    background: #1C4AB4;
    font: 22px 'pop', Arial, Helvetica, sans-serif;
	text-align:center;
    cursor: pointer; cursor: hand;
	padding:5px;
	border: 1px solid #072F8B;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
}

#mailingbutton:hover{
	background-color:#ffffff;
	color:#1C4AB4;
}

/* *********************************************************************************************************************************** Regional pages */

.issuetitles {
	width: 30%;
	display: inline-block;
	line-height:24px;
	text-align:left;
	vertical-align: text-top;
}

a.issuelink:link {color:#333333;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight: 600;line-height: 30px;}
a.issuelink:visited {color:#333333;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight: 600;line-height: 30px;}
a.issuelink:hover {color:#259A47;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight: 600;line-height: 30px;}  
a.issuelink:active {color:#259A47;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight: 600;line-height: 30px;}


/* *********************************************************************************************************************************** News and Blogs */

a.newstitle:link {color:#333333;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight: 600;line-height: 30px;}
a.newstitle:visited {color:#333333;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight: 600;line-height: 30px;}
a.newstitle:hover {color:#259A47;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight: 600;line-height: 30px;}  
a.newstitle:active {color:#259A47;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight: 600;line-height: 30px;}

#newssectionwrapper {
	background-color:#FAFAED;
	width:100%;
}

#newssection {
	max-width:1200px;
	margin: 0 auto;
	text-align:center;
	padding:15px;
	background:#FAFAED;
}

.newssectiontabs {
	width: 45%;
	display: inline-block;
	line-height:24px;
	text-align:left;
	margin-bottom: 30px;
	vertical-align: text-top;
}

.newssectiontabs img {
	margin-right:15px;
}

.newssectionpagetabs {
	width: 95%;
	display: inline-block;
	line-height:24px;
	text-align:left;
	margin-bottom: 30px;
	vertical-align: text-top;
}

.newssectionpagetabs img {
	margin-right:15px;
}

a.newssectionmeta:link {color:#333333;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:12px;vertical-align:top;}     
a.newssectionmeta:visited {color:#333333;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:12px;vertical-align:top;} 
a.newssectionmeta:hover {color:#333333;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:12px;vertical-align:top;}  
a.newssectionmeta:active {color:#333333;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:12px;vertical-align:top;}

span.newsmeta {color:#747474;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:12px;vertical-align:top;display: inline-block;}

div.metainfo {
	border-color: #e0dede;
	width: 100%;
	clear: both;
	margin-top: 20px;
	padding: 5px 0;
	border-top: 1px solid #e7e6e6;
	border-bottom: 1px solid #e7e6e6;
	display: flex;
}

div.metainfo-left {
	margin-right: 15px;
	flex: 50%;
}

div.metainfo-right {
	margin-right: 15px;
	flex: 50%;
	text-align:right;
}

div.relatedposts {
	width: 22%;
	min-width: 250px;
	display: inline-block;
	line-height:24px;
	text-align:left;
	margin-bottom: 30px;
	vertical-align: text-top;
}



img.greyhover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
img.greyhover {
    transition: 0.8s;
}

img.greyhover:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

/* *********************************************************************************************************************************** Call tracking */

#instructions {
	padding:5px;
	text-align:center;
}

#header {
	text-align:center;
	margin-bottom:10px;
}

#instructions a:link {color:#C63D00;font-family: 'prox', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;margin-left:10px;margin-right:10px;}     
#instructions a:visited {color:#C63D00;font-family: 'prox', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;margin-left:10px;margin-right:10px;} 
#instructions a:hover {color:#F38B3F;font-family: 'prox', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;margin-left:10px;margin-right:10px;}  
#instructions a:active {color:#F38B3F;font-family: 'prox', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;margin-left:10px;margin-right:10px;}

.selectbutton{
	color: white;
           border-radius: 6px;
           text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
           background: #f78e65;
           border:1px solid #ce6203;
           width: 100px;
           height:30px;
           font: 15px 'prox', Arial, Helvetica, sans-serif;
           cursor: pointer; cursor: hand;
		   transition: 0.8s;
}

.selectbutton:hover {background:#ff6427;}




/* *********************************************************************************************************************************** Member Alerts */

.memberalertred {
	width:75%;
	margin:0px auto;
	border:1px solid #e70000;
	border-radius: 12px;
	display: block;
    padding: 15px;
	box-shadow: 0px 0px 5px rgba(255, 144, 144, 0.9);
	background-color:#ffe9e9;
	color:#e70000;font-family: 'prox', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;
	display: table;
	text-align:left;
}

.memberalertorange {
	width:75%;
	margin:0px auto;
	border:1px solid #ff6c00;
	border-radius: 12px;
	display: block;
    padding: 15px;
	box-shadow: 0px 0px 5px rgba(255, 186, 135, 0.9);
	background-color:#ffe9d8;
	color:#ff6c00;font-family: 'prox', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;
	display: table;
	text-align:left;
}

.memberalertgreen {
	width:75%;
	margin:0px auto;
	border:1px solid #05c100;
	border-radius: 12px;
	display: block;
    padding: 15px;
	box-shadow: 0px 0px 5px rgba(139, 255, 136, 0.9);
	background-color:#d3ffd2;
	color:#05c100;font-family: 'prox', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;
	display: table;
	text-align:left;
}

.memberalertinfo {
	width:75%;
	margin:0px auto;
	border:1px solid #1278bc;
	border-radius: 12px;
	display: block;
    padding: 15px;
	box-shadow: 0px 0px 5px rgba(119, 201, 255, 0.9);
	background-color:#dcf1ff;
	color:#1278bc;font-family: 'prox', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;
	display: table;
	text-align:left;
}

/* *********************************************************************************************************************************** Star Rating */

fieldset, label { margin: 0; padding: 0; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }


/* *********************************************************************************************************************************** Checkbox and Radio */


 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #FE5000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 



/* *********************************************************************************************************************************** Shop */

.shoplistings {
	width:22%;
	text-align:center;
	display: inline-block;
	margin-right: 20px;
	vertical-align: text-top;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
}

.shoplistings img {
	margin-bottom:15px;
}

a.shopprodtitle:link {color:#259A47;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;line-height: 1.5;font-weight: 800;letter-spacing: 0px;font-style: normal;}
a.shopprodtitle:visited {color:#259A47;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;line-height: 1.5;font-weight: 800;letter-spacing: 0px;font-style: normal;}
a.shopprodtitle:hover {color:#FE5000;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;line-height: 1.5;font-weight: 800;letter-spacing: 0px;font-style: normal;}  
a.shopprodtitle:active {color:#FE5000;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;line-height: 1.5;font-weight: 800;letter-spacing: 0px;font-style: normal;}

.shoplistingprice {
	color:#777;
	font-family: 'pop', Arial, Helvetica, sans-serif; 
	font-size:18px;text-decoration:none;line-height: 1.5;letter-spacing: 0px;font-style: normal;
}

.producttitle {
	color:#259A47;
	font-family: 'pop', Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;
	line-height: 1.5;
	font-weight: 800;
	letter-spacing: 0px;
	font-style: normal;
}

a.addtocart:link {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:15px;text-decoration:none;}
a.addtocart:visited {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:15px;text-decoration:none;padding:8px;padding-lefT: 20px;padding-right: 20px;border-radius: 3px;margin-left:10px;}
a.addtocart:hover {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:15px;text-decoration:none;padding:8px;padding-lefT: 20px;padding-right: 20px;border-radius: 3px;margin-left:10px;}  
a.addtocart:active {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:15px;text-decoration:none;padding:8px;padding-lefT: 20px;padding-right: 20px;border-radius: 3px;margin-left:10px;}


.addtocart {
	font-weight: 700;
	letter-spacing: 0px;
	background: #259A47;
	color: #ffffff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	padding: 0 13px;
	line-height: 18px;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding:8px;padding-lefT: 20px;padding-right: 20px;border-radius: 3px;margin-left:10px;margin-top:5px;
}

.addtocart:hover {
	background:#FE5000;
}

.productfield {
	width: 100%;
	margin-top: 15px;
	padding-bottom:5px;
	color: #4a4a4a;	
	font: 16px 'pop', Arial, Helvetica;
	padding: 3px;
	padding-left:0px;
	margin-bottom:35px;
}

.productlabel{
	float:left;
	padding:5px;
	padding-left:0px;
}

.productfield select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(../images/select.png) 98%  no-repeat #ececec;
    width: 150px;
    color: #4a4a4a;
    font: 16px 'pop', Arial, Helvetica;
    border: 1px solid #c6c6c6;
    border-radius: 3px 3px 3px 3px;
	padding: 5px;
}

.productshow{
	display: table-cell;
	vertical-align: top;
	padding: 20px;
}


#ordercounter {
height: 14px;
z-index: 99;
top: 16px;
left: 14px;
border-radius: 3px;
background: #e35500;
font-size: 13px;
border: 1px solid #9b4100;
padding: 2px;
color: white;
text-align: center;
font-weight: 700;
display:inline-block;
cursor:pointer;
}

#cartcontents {
	display:none;
	max-width: 160px;
	background-color: #fff;
	z-index: 100;
	top: 40px;
	right: 20px;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	color: #4a4a4a;
    font: 13px 'pop', Arial, Helvetica;
	text-align:left;
}

.cartsmalldisplay{
	background-color:#fff9f5;
	border-bottom:1px solid #d9d9d9;
	transition:0.5s;
	display: inline-block;
	width: 100%;
}

.cartsmalldisplay:hover {
	background: #ffffff;
}

#cartcontents a:link {color:#777;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:13px;text-decoration:none;margin:0px;text-transform: none;}
#cartcontents a:visited {color:#777;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:13px;text-decoration:none;margin:0px;text-transform: none;}
#cartcontents a:hover {color:#FE5000;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:13px;text-decoration:none;margin:0px;text-transform: none;}  
#cartcontents a:active {color:#FE5000;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:13px;text-decoration:none;margin:0px;text-transform: none;}

#cartcontents img{
	margin:0px;
	max-width: 40px;
	float: left;
	margin-right: 5px;
}


.cart-table {
	width: 100%;
	text-align: left;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font: 16px 'pop', Arial, Helvetica;
}

.cart-table tr {
    border-bottom: 1px solid #cacaca;
}

.product-description {
	width: 50%;
	padding-bottom: 20px;
}

.product_description_row > * {
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
}

.product_description_row img {
	margin-right:20px;
}

.product_unitprice_row {
	vertical-align: middle;
}

.product_quantity_row {
	vertical-align: middle;
}

.product_total_row {
	vertical-align: middle;
}

.product_remove_row {
	vertical-align: middle;
}


.shopsearchform {
	border: 1px solid #d07602;
	display: inline-block;
	padding: 10px;
	border-radius: 8px;
	background-color: #fff7e9;
}

#refineshopsearch {
	float: right;
	color:#4a4a4a;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:16px;
	font-weight:bold;
}

#refineshopsearch input{
    width: 150px;
    color: #4a4a4a;
	background: #eee;
    font: 14px 'pop', Arial, Helvetica;
    border: 1px solid #4a4a4a;
    border-radius: 3px 3px 3px 3px;
	padding: 5px;
	margin-right:10px;
}

.shopdaterange{
    width: 75px;
    color: #4a4a4a;
	background: #eee;
    font: 14px 'pop', Arial, Helvetica;
    border: 1px solid #4a4a4a;
    border-radius: 3px 3px 3px 3px;
	padding: 5px;
	margin-right:5px;
	position: relative;
	z-index: 100;
}

#shippingdiv {
	display:none;
}

#enterpassword {
	display:none;
}

#captcha {
	display:none;
}

#billingaddress {
	display:none;
}

#shippingaddress {
	display:none;
}

#showorderandshipping {
	display:none;
}

#finalpaymentdetails {
	display:none;
}


.carttotals {
	text-align:right;
	padding-right:10px;
}

.deletecartproduct {
	display:none;
}

.cart-table img {
	max-width:90px;
}	


/*************  Number selector **************/

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 0;
  display: flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: #ececec;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  box-shadow: 0px 0px 1px #474747;
  /* border-radius: 50%; */
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #848484;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 3rem;
  padding: .2rem;
  border: none;
  border-width: 0 2px;
  font-size: 2rem;
  height: 2rem;
  font-weight: bold;
  text-align: center;
  color:#e36b00;
}


/* *********************************************************************************************************************************** Footer */

#upperfooterwrapper {
	width:100%;
	background:#2A3141;
}

#upperfooter {
	max-width:1200px;
	margin: 0 auto;
	text-align:left;
	padding:15px;
	background:#2A3141;
}

#footerwrapper {
	width:100%;
	background:#3C5223;
}

#footer {
	text-align: center;
	max-width:1200px;
	margin: 0 auto;
	display:flex;
	background:#3C5223;
	padding-top:50px;
}

.footersection{
	text-align:left;
	position: relative;
	display:inline-block;
	width:30%;
	padding-left:5px;
	background:#3C5223;
	color:#ffffff;
}

.footersection p{
	color:#dddddd;
}

.footersection h4{
	color:#dddddd;
}

a.footerlink:link {color:#dddddd;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}
a.footerlink:visited {color:#dddddd;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}
a.footerlink:hover {color:#FE5000;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}  
a.footerlink:active {color:#FE5000;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}



/* *********************************************************************************************************************************** Contact Form */

.contactfield {
width: 100%;
float:left;
padding-bottom:5px;
color: #4a4a4a;
font: 17px 'pop', Arial, Helvetica;
padding: 3px;
}


.contactfield input {
    width: 300px;
    color: #4a4a4a;
    font: 17px 'pop', Arial, Helvetica;
    border: 1px solid #acacac;
    border-radius: 3px 3px 3px 3px;
	padding:4px;
}

.contactfield textarea {
    width: 300px;
    height: 100px;
    color: #4a4a4a;
    font: 17px 'pop', Arial, Helvetica;
    border: 1px solid #acacac;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 3px;
	padding:4px;
}

.contactlabel{
width: 100px;
text-align: left;
display: inline-block;
vertical-align:top;
}

.loginp{
	width: 250px;
	border:1px solid #acacac;
	border-radius: 5px 5px 5px 5px;
	padding:5px;
	margin-bottom: 3px;
	background-color:#ffffff;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;
	color:#11588b;
}


#message{
	width: 250px;
	border:1px solid #4a4a4a;
	border-radius: 5px 5px 5px 5px;
	padding:5px;
	margin-bottom: 3px;
	background-color:#ffffff;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;
	color:#11588b;
}

.loginbutton{
	color: white;
           border-radius: 6px;
           text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
           background: #FF4E00;
           border:1px solid #FF2400;
           width: 150px;
           height:30px;
           font: 20px 'pop', Arial, Helvetica, sans-serif;
           line-height: 1.4;
           cursor: pointer; cursor: hand;
		   transition:0.5s;
}


.loginbutton:hover {
	background: #ffffff;
	color: #FF4E00;
}

#contactform {
	text-align:left;
}


/* *********************************************************************************************************************************** Menu */

#menu, #menu ul {
	padding: 0;
	list-style: none;
}

#menu {
	position:relative;
	//text-transform: uppercase;
}

#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
}

#menu li {
	position: relative;
	display: inline-block;
	padding: 0px;
	margin-right: 20px;
}

#menu a {
	float: left;
	color: #259A47;
	font: 14px 'pop', Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:15px;
	padding-top:15px;
	text-transform:uppercase;
}

#menu a:link {
    text-decoration: none;
    text-shadow: none;
}
#menu a {
    transition: 0.5s;
}

#menu li:hover > a {
	color: #FE5000;

}


/**/

.linebar::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #FE5000;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

.linebar:hover {
  color: #F92F00;
}

.linebar:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/**/


#menu ul {
	margin: 40px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 900;    
	background: #fff;	
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	border-radius: 3px;
	transition: all .2s ease-in-out;
	text-align:left;
	
}

/* #menu ul a:first-of-type {border-top:1px solid #FE5000;} */

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	
}

#menu ul ul {
	top: 0;
	left: 110%;
	margin: 0 0 0 20px;
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
}

#menu ul li {
	float: left;
	display: block;
	border: 0;
	min-width:100%; /* at least the size of the header */
    width:auto;
}

#menu ul li:last-child {   
	box-shadow: none;    
}

#menu ul a {    
	padding: 10px;
	width:100%;
	display: inline-block;
	white-space: nowrap;
	float: left;
	text-transform: none;
	color: #259A47;
	font: 14px 'pop', Arial, Helvetica, sans-serif;
	background-color: #f8f8f8;
	border-bottom:1px solid #dddddd;
}

#menu ul a:hover {
	//background-color: #373737;
	//background-image: linear-gradient(#300000, #850000);
	color: #FE5000;
}



/* *********************************************************************************************************************************** Log In */


#loginpage{
	max-width:200px;
	margin:0px auto;
	margin-top:20px;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;
}



/* *********************************************************************************************************************************** Control Panel */


.cumannsection {
	min-width: 10%;
	display: inline-block;
	margin-bottom: 20px;
	padding-right: 10px;
	vertical-align: text-top;
	background-color: #f2f2f2;
	padding: 2px;
	border: 1px solid #b3b3b3;
	border-radius: 8px;
}


#controlheader{
	text-align: center;
	padding: 10px;
	background: #003907;
	-moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.45);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.45);
}

.controlitem{
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
	vertical-align: text-top;
	background-color: #134d0d;
	padding: 5px;
	border-radius: 8px;
}

.controlitem:hover {
	background-color: #17600f;
}

.controlitem a:link {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}     
.controlitem a:visited {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;} 
.controlitem a:hover {color:#ff7800;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}  
.controlitem a:active {color:#ff7800;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;text-decoration:none;}

#control{
	min-height: calc(100vh - 328px);
	max-width:1200px;
	margin:0px auto;
	margin-top:20px;
	background-color:#ffffff;
	color:#747474;
	font-family: 'pop', Arial, Helvetica, sans-serif; font-size:16px;
	padding-left: 5px;
}

#control textarea {
    width: 80%;
    height: 200px;
    color: #4a4a4a;
    font: 20px 'prox', Arial, Helvetica;
    border: 1px solid #cacaca;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 3px;
}

#control a:link {text-shadow:none;-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}     
#control a:visited {text-shadow:none;-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;} 
#control a:hover {text-shadow:none;-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}  
#control a:active {text-shadow:none;-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}

a.orderslink:link {color:#54a900;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;}     
a.orderslink:visited {color:#54a900;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;} 
a.orderslink:hover {color:#ff4949;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;}  
a.orderslink:active {color:#ff4949;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none;}

#controlfooter{
	text-align: center;
	padding: 10px;
	background: #373737;
	-moz-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.75);
	box-shadow: 5px 0 15px rgba(0, 0, 0, 0.75);
	color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:35px; font-weight:bold;
}

#control li{
	color: #4a4a4a;
	font: 20px 'pop', Arial, Helvetica;
}

#control ul{
	background-color: #ffffff;
	color: #4a4a4a;
	font: 20px 'pop', Arial, Helvetica;
	list-style-type: none;
	margin-left: 0px;
}

li.mainpages {
	background-color:#ffffff;
	cursor: pointer; cursor: hand;
}

li.mainpages:nth-child(odd) { background-color:#f9f8f6; }

li.subpages {
	background-color:#f9f9f9;
	margin-left:40px;
	cursor: pointer; cursor: hand;
}

li.subpages:nth-child(odd) { background-color:#ececec; }

li.subpages2 {
	background-color:#fafafa;
	margin-left:80px;
	cursor: pointer; cursor: hand;
}

li.subpages2:nth-child(odd) { background-color:#f3f3f3; }

.mainpages a:link {color:#4a4a4a;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;}     
.mainpages a:visited {color:#4a4a4a;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;} 
.mainpages a:hover {color:#5c71f4;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;}  
.mainpages a:active {color:#5c71f4;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;}

a.largelink:link {color:#4a4a4a;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:22px;text-decoration:none;line-height:50px;}     
a.largelink:visited {color:#4a4a4a;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:22px;text-decoration:none;line-height:50px;} 
a.largelink:hover {color:#5c71f4;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:22px;text-decoration:none;line-height:50px;}  
a.largelink:active {color:#5c71f4;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:22px;text-decoration:none;line-height:50px;}

#control h5 {color:#4a4a4a;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:22px;text-decoration:none;font-weight:normal;display:inline-block; background-color:#eaedff;
border:1px solid #465ce2;padding:5px;border-radius: 12px 12px 12px 12px;}

.standard {color:#4a4a4a;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;} 

#homecontent {
    text-align: center;
    padding: 10px;
    background: #ffffff;
}

.homeitem {
    display: inline-block;
    text-align: center;
    padding: 50px;
    vertical-align: text-top;
    margin-bottom: 15px;
    margin-right: 15px;
}

.largetext {
   color:#4a4a4a;
   font-family: 'pop', Arial, Helvetica, sans-serif; 
   font-size:24px;
   text-decoration:none;
   line-height:50px;}


li.petitionPage { background: #fff; }
li.petitionPage:nth-child(odd) { background: #fff5ea; }


/* *********************************************************************************************************************************** Control Panel Forms */

.formfield {
width: 100%;
float:left;
padding-bottom:5px;
color: #4a4a4a;
font: 20px 'pop', Arial, Helvetica;
padding: 3px;
margin-bottom:6px;
}

.formfield input {
    width: 100%;
    color: #4a4a4a;
    font: 20px 'pop', Arial, Helvetica;
    border: 1px solid #4a4a4a;
    border-radius: 3px 3px 3px 3px;
	min-width:300px;
	background-color:#fff;
	padding:3px;
}

.formfield input [type=checkbox] {
    margin-top:4px;
}

.formfield textarea {
    width: 100%;
    height: 200px;
    color: #4a4a4a;
    font: 20px 'pop', Arial, Helvetica;
    border: 1px solid #4a4a4a;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 3px;
}

.controlpanelbutton {
    color: white;
    border-radius: 6px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #e85700;
    border: 1px solid #002e49;
    width: 150px;
    font: 20px Arial, Helvetica;
    padding-bottom: 5px;
    margin-left: 350px;
    cursor: pointer; cursor: hand;
	padding:5px;
    }
    
.centrebutton {
    color: white;
    border-radius: 6px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #0093e8;
    border: 1px solid #002e49;
    width: 150px;
    height: 30px;
    font: 20px Arial, Helvetica;
    padding-bottom: 5px;
    cursor: pointer; cursor: hand;
    }
    
.formlabel{
width: 200px;
float:left;
}

.formfield select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(../images/select.png) 98%  no-repeat #eee;
    width: 450px;
    color: #4a4a4a;
    font: 20px 'pop', Arial, Helvetica;
    border: 1px solid #4a4a4a;
    border-radius: 3px 3px 3px 3px;
	padding: 3px;
}

@media screen and (min-width: 0\0) {
.formfield select {
    background: none;
    padding: 5px;
  }
}

/* *********************************************************************************************************************************** Control Panel Members Section */

.membersearchform {
	margin-bottom: 10px;
	border: 1px solid #d07602;
	display: inline-block;
	padding: 10px;
	border-radius: 8px;
	background-color: #fff7e9;
	margin-right:20px;
}

.membersearchresults
{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size:15px;
  
}

.membersearchresults th{
	white-space: nowrap;
	padding:7px;
	position: sticky;
	top: 0;
	z-index: 2;
	background-color: #ffe0c5;
}

.membersearchresults tbody tr td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 1;
}

.membersearchresults tbody tr:nth-child(even) td:nth-child(1) {
  background-color: #fff7f0;
}

.membersearchresults tbody tr:nth-child(odd) td:nth-child(1) {
  background-color: #fff;
}

.membersearchresults tbody tr td:nth-child(2) {
  position: sticky;
  left: 100px;
  z-index: 1;
}

.membersearchresults tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #fff7f0;
}

.membersearchresults tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #fff;
}

.membersearchresults td{
	padding:7px;
	white-space: nowrap;
}

.membersearchresults thead{
	background-color: #ffe0c5;
	color:#a64e00;
}

.membersearchresults tr:nth-child(even){
    background-color: #fff7f0;
}

#refinesearch {
	float: right;
	color:#4a4a4a;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:16px;
	font-weight:bold;
}

#refinesearch select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background: url(../images/select.png) 98%  no-repeat #eee;
    width: 200px;
    color: #4a4a4a;
    font: 14px 'pop', Arial, Helvetica;
    border: 1px solid #4a4a4a;
    border-radius: 3px 3px 3px 3px;
	padding: 5px;
	margin-right:15px;
}

.submenuitem{
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
	vertical-align: text-top;
	background-color: #134d0d;
	padding: 15px;
	border-radius: 8px;
}

.submenuitem:hover {
	background-color: #17600f;
}

.submenuitem a:link {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;}     
.submenuitem a:visited {color:#ffffff;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;} 
.submenuitem a:hover {color:#ff7800;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;}  
.submenuitem a:active {color:#ff7800;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:18px;text-decoration:none;}

/* *********************************************************************************************************************************** Control Panel Contacts Page */

div.contacts {
	width: 96%;
	color: #4a4a4a;
	font: 20px 'pop', Arial, Helvetica;
	border: 1px solid #4a4a4a;
	border-radius: 15px 15px 15px 15px;
	margin:10px;
	padding:10px;
	background-color:#f2f2f2;
	}
	
.contacts a:link {color:#4a4a4a;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight:bold; }     
.contacts a:visited {color:#4a4a4a;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight:bold;} 
.contacts a:hover {color:#7678a5;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight:bold;}  
.contacts a:active {color:#7678a5;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight:bold;}

/* *********************************************************************************************************************************** Control Panel Pagination */



#pagination {
width: 100%;
float:left;
padding-bottom:5px;
color: #4a4a4a;
font: 20px 'pop', Arial, Helvetica;
padding: 3px;
text-align:center;
margin-top: 40px;
}

#pagination a:link {color:#4a4a4a;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight:bold; }     
#pagination a:visited {color:#4a4a4a;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight:bold;} 
#pagination a:hover {color:#5c71f4;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight:bold;}  
#pagination a:active {color:#5c71f4;font-family: 'pop', Arial, Helvetica, sans-serif; font-size:20px;text-decoration:none;font-weight:bold;}




/* *********************************************************************************************************************************** Control panel image modal */
/* The doors Modal (background) */

#showimagemodal{
	display:none;
}

.imagesmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
	font-family: 'pop', Arial, Helvetica, sans-serif;
}

/* Modal Content */
.modal-content-images {
    position: relative;
    bottom: 0;
    background-color: #fefefe;
	height: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}

/* The Close Button */
.close {
    color: #ff6c00;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header-images {
    padding: 2px 16px;
    background-color: #126a00;
    color: #ffffff;
	text-align:center;
	font-family: 'pop', Arial, Helvetica, sans-serif;
}

.modal-body-images {padding: 2px 16px;text-align: left;}

.modal-footer-images {
    padding: 2px 16px;
    background-color: #126a00;
    color: #ffffff;
	text-align:center;
	font-family: 'pop', Arial, Helvetica, sans-serif;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}


.selectimagebutton {
    font-size: 15px;
    padding: 10px;
    -webkit-appearance: none;
    background: #eee;
    border: 1px solid #888;
	width:400px !important;
	cursor: pointer;
	cursor: hand;
	margin-left: 200px;
	margin-top:10px;
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #8b0000;
}


.displayimages {
	cursor: pointer;
}










/* *********************************************************************************************************************************** Slider */

#sliderwrap {
	width:100%;
}

#slider {
	width:100%;
}

}
/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../images/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../images/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }



		
		
/* *********************************************************************************************************************************** Phone menu and layout */

#phonedisp {display: none;}
#phonelogo {display: none;}
#phonefooter {display: none;}
#phoneshop {display: none;}
#catenasocietyphonelogo {display: none;}
#footerphonecontactinformation {display: none;}
#phonetopsectionright {display: none;}

@media screen and (min-width: 831px) and (max-width: 957px) {

#menu ul ul {
	left: -150px;
	width:140px;
}

}

@media screen and (min-width: 1px) and (max-width: 830px) {


.content img {width:100% !important;}
.content img {height:100% !important;}

iframe {width:100% !important;}

#phonedisp {
	display: inline-block;
	width:100%;
	}
#menu {display: none;}
#hometabswrapper {display: none;}
#slider {display: none;}
#lowermenu {display: none;}
#topmenu {display: none;}
#topspacer {display: none;}
#slider {display: none;}
#topsectionright {display: none;}

.aboutbuttons {
	width:100%;
	margin:0px;
}

.segment {
	padding:5px;
}

.segment img {
    max-width:95%;
}

 #tabsection {
	display:inline-block;
 }


#footer {
	display:inline-block;
 }

.footersection {
	width: 90%;
	margin-bottom: 50px;
}

#upperfooter img {
	width:100%;
}

.newssectiontabs {
	width:95%;
}

.issuessectiontabs {
	padding: 0px;
	width:95%;
}

#topsectionleft {width:95%;text-align:center;}

#aontulogo {
	flex: 0 0 100%;
	text-align: center;
}

#topsectionleft {
	flex:100%;
}

#phonetopsectionright {
display: block;
width:95%;
text-align:center;
margin-bottom:10px;
}

.issuespagetabs {
	width:96%;
	display: inline-block;
	padding-right: 0px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

.issuespageimages {
	max-width:100%;
}

.issuesfootertabs {
	width:95%;
	text-align:left;
	padding-right: 0px;
	margin-bottom: 20px;
}

.issuesfooterimages {
	max-width:100%;
}

.repsectiontabs{
	width:100%;
}

.issuetitles {
    width: 90%;
	padding-bottom:15px;
}

.modal-content {
	max-height: calc(100vh - 310px);
}

/*********************** SHOP ****************/

.shoplistings {
	width:100%;
	margin-right: 0px;
}

.productshow{
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	width:95%
}


#tabsectionwrapper {
	background-size:auto;
	padding-top:20px;
}

.tabsectiontabs {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right:0px;
}


.descriptionbox{width:90%;
margin-bottom:20px;}

 #mailingspan {
	position:relative;
	display:inline-block;
	width:100%;
	text-align:center;
	margin-top:20px;
 }
 
 #phonecart {
	text-align:center; 
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	font:16px; color: #f00; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	}
 
 
.cart-table th {
	display:none;
}

.cart-table tr {
	display:block;
}

.cart-table td {
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}

.cart-table img {
	max-width: 100%;
}	

.product_description_row img {
	margin:0px;
}

.carttotals {
	text-align:left;
}

.deletecartproduct {
	display:inline-block;
}







 
 /**** Phone menu ***/
 

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  /* background: #FF5A00; */
  background-image: linear-gradient(#146004, #3DAA00);
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffef00;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #373737;
  border-right: 1px solid #373737;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 15px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 15px;
    color: #ffef00;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #ffef00;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #f7ff00;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
	font-weight:500;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #f7ff00;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #f7ff00;
    border-bottom: 2px solid #f7ff00;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #ffef00;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #ffef00;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


}