﻿.navigate { 
  width: auto;
  background-color: transparent;
  font-family: "Trebuchet MS", Tahoma, Arial, Ubuntu, Roboto, "Microsoft Sans Serif", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  letter-spacing: 0;
  line-height: 120%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  border-top: 1px solid #aabbcc;
  border-bottom: 1px solid #aabbcc;
  border-spacing: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px 10px; 
}
.p-navigation { 
  text-align: center; 
  /* text-transform: uppercase; */ 
  line-height: 120%; 
  margin-top: 12px; 
  margin-bottom: 10px; 
  hyphens: auto; 
  word-wrap: break-word; 
  overflow: auto; }

@media screen and (min-width: 1280px) { 
.navigate { 
	width: auto; /* 99% if the display is block */
	background-color: transparent;
	color: #ff0000;
	font-family: "Trebuchet MS", Tahoma, Arial, Ubuntu, Roboto, "Microsoft Sans Serif", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	letter-spacing: 0;
	line-height: 120%;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0; /* avoid horizontal scrollbar */
	padding-right: 0; /* avoid horizontal scrollbar */
	border-top: 1px solid #cccccc; /* #111111 */
	border-bottom: 1px solid #dddddd; /* #111111 */
	border-left: 1px solid #eeeeee; /* #cccccc */
	border-right: 1px solid #eeeeee; /* #cccccc */
	border-spacing: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px; }
  
.p-navigation { 
	text-align: center; 
	text-transform: uppercase; 
	line-height: 120%; 
	margin-top: 12px; 
	margin-bottom: 10px; 
	hyphens: auto; 
	word-wrap: break-word; 
	overflow: auto; }
}
@media all and (max-width: 768px) {
.navigate { 
	width: 99%; /* avoid horizontal scrollbar */
	background-color: #ffdd00;
	font-family: "Trebuchet MS", Tahoma, Arial, Ubuntu, Roboto, "Microsoft Sans Serif", sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	letter-spacing: 0;
	line-height: 120%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 0px;
	position: relative;
	display: grid; /* display: block; */
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0; /* avoid horizontal scrollbar */
	padding-right: 0; /* avoid horizontal scrollbar */
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	border-spacing: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px; }

.p-navigation { 
	text-align: center; 
	/* text-transform: uppercase; */ 
	line-height: 120%; 
	margin-top: 72px; 
	margin-bottom: 0px; 
	hyphens: auto; 
	word-wrap: break-word; 
	overflow: auto; 
	word-break: break-all; }
}
@media all and (max-width: 480px) {
.navigate { 
width: 99%; /* avoid horizontal scrollbar */
background-color: #ffdd00;
font-family: Arial, Tahoma, Ubuntu, sans-serif;
font-size: 15px;
font-weight: 400;
text-align: center;
text-decoration: none;
text-indent: 0;
text-shadow: 0 0 0 #000000;
letter-spacing: 0;
line-height: 120%;
margin-left: auto;
margin-right: auto;
margin-top: 14px;
margin-bottom: 2px;
position: relative;
display: grid; /* display: block; */
padding-top: 1px;
padding-bottom: 1px;
padding-left: 0; /* avoid horizontal scrollbar */
padding-right: 0; /* avoid horizontal scrollbar */
border-top: 1px solid #ff0000;
border-bottom: 1px solid #ff0000;
border-left: 1px solid #ff9900;
border-right: 1px solid #ff9900;
border-spacing: 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px 10px;
word-break: break-all;
overflow-x: hidden; }

.p-navigation { text-align: center; text-transform: lowercase; line-height: 120%; margin-top: 72px; margin-bottom: 10px; hyphens: auto; word-wrap: break-word; overflow: auto; word-break: break-all; }
}