
/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	background-color: #FFFFCC;
	color: #000000;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: Verdana;
	line-height: 1.571;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 90%;
}
	
/* ===========================
   ========= Headings ======== 
   =========================== */
h1 {text-align: center;
font-size: 1.713em}	/* 24px */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {color:#ffffff;
	outline: 0;
	}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #ffffff;
	padding: 0 1px;
	text-decoration: none;
}

a:hover, a:active {	
	color: #ffffff;
	text-decoration: none;
}


/* ===========================
   ===== Main Navigation ===== 
   =========================== */
   
	.mainHeader nav {
                 float:left;
                 width: 20%;
		background: #666;
		font-size: 1.143em;
		height: 160px;
		line-height: 30px;
		margin-bottom: 0;
                margin-right: 2%;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		
	.mainHeader nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
	}
	
	.mainHeader nav li {
		margin-left: 0 auto;
		width: 100%;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
		color: #FFF;
		display: block;
		height: 30px;
		padding: 5px 0;
		text-decoration: none;
	}
	
	.mainHeader nav a:active,
	.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
		background: #CF5C3F;
		color: #fff;
		text-shadow: none !important;
	}
		
	.mainHeader nav li a {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

.mainHeader img {
	width: 100%;
	height: auto;
	margin: 3% 0;
}

/* ===========================
   ======= Content Area ====== 
   =========================== */

.mainContent {
	overflow: hidden;
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.topcontent {
	background-color: #FFFFCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 2% 5%;	
	margin-bottom: 3%;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

.bottomcontent {
	background-color: #0000C0;
        color:#ffffff;
        text-align:left;
        line-height: 1.571;
        margin-bottom: 3%;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

.content {
	width: 98%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.update {
        font-size:0.75em;
}

a {color:#ffffff;
	outline: 0;
	}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #ffffff;
	padding: 0 1px;
	text-decoration: none;
}

a:hover, a:active {	
	color: #ffffff;
	text-decoration: none;
}


.cell {
  margin: 1rem;
}

.cell1 {
  margin: 1rem;
}

.cel2 {
  margin: 1rem;
}

.cell3 {
  margin: 1rem;
}

table.table1 {
  background-color:#FFFFCC;
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.table1 tr {
  background-color: #FFFFCC;
  padding: .35em;
}

table.table1 th,
table.table1 td {
  background-color:#FFFFCC;
  padding: .625em;
  text-align: center;
}

table.table1 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 770px) {
  table.table1 {
    border: 1;
    width:100%;
  }
}

@media screen and (max-width: 600px) {
  table.table1{
    border: none;
    width:100%;
  }
  
  table.table1 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.table1 tr {
    border-bottom: 0;
    display: block;
    margin-bottom: .625em;
  }
  
  table.table1 td {
    border-bottom: 0;
    display: block;
    font-size: 1.6em;
    text-align: center;
  }
  
  table.table1 td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.table1 td:last-child {
    border-bottom: 0;
  }
}

table.table2 {
  background-color:#FFFFCC;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 60%;
  table-layout: fixed;
}

table.table2 tr {
  background-color: #FFFFCC;
  padding: .35em;
}

table.table2 th,
table.table2 td {
  background-color:#FFFFCC;
  border: 1px solid #ddd;
  padding: .625em;
  text-align: center;
}

table.table2 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 770px) {
  table.table2 {
    border: 1;
    width:100%;
  }
}

@media screen and (max-width: 600px) {
  table.table2{
    border: 1;
    width:100%;
  }
  
  table.table2 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.table2 tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.table2 td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.6em;
    text-align: center;
  }
  
  table.table2 td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.table2 td:last-child {
    border-bottom: 0;
  }
}

table.table3 {
  background-color:#FFFFCC;
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 60%;
  table-layout: fixed;
}

table.table3 tr {
  background-color: #FFFFCC;
  padding: .35em;
}

table.table3 th,
table.table3 td {
  background-color:#FFFFCC;
  padding: .625em;
  text-align: left;
}

table.table3 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 770px) {
  table.table3 {
    border: 1;
    width:100%;
  }
}

@media screen and (max-width: 600px) {
  table.table3{
    border: none;
    width:100%;
  }
  
  table.table3 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.table3 tr {
    border-bottom: 0;
    display: block;
    margin-bottom: .625em;
  }
  
  table.table3 td {
    border-bottom: 0;
    display: block;
    font-size: 1.6em;
    text-align: center;
  }
  
  table.table3 td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.table3 td:last-child {
    border-bottom: 0;
  }
}

table.table4 {
  table.table4.center margin-left:auto; margin-right:auto;
  background-color:#FFFFCC;
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.table4 tr {
  background-color: #FFFFCC;
  padding: .35em;
}

table.table4 th,
table.table4 td {
  background-color:#FFFFCC;
  padding: .625em;
  text-align: left;
}

table.table4 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 770px) {
  table.table4 {
    border: 1;
    width:100%;
  }
}

@media screen and (max-width: 600px) {
  table.table4{
    border: none;
    width:100%;
  }
  
  table.table4 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.table4 tr {
    border-bottom: 0;
    display: block;
    margin-bottom: .625em;
  }
  
  table.table4 td {
    border-bottom: 0;
    display: block;
    font-size: 1.6em;
    text-align: center;
  }
  
  table.table4 td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.table4 td:last-child {
    border-bottom: 0;
  }
}

table.table5 {
  background-color:#FFFFCC;
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 60%;
  table-layout: fixed;
}

table.table5 tr {
  background-color: #FFFFCC;
  padding: .35em;
}

table.table5 th,
table.table5 td {
  background-color:#FFFFCC;
  border: 0;
  padding: .625em;
  text-align: center;
}

table.table5 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 770px) {
  table.table5 {
    border: 0;
    width:100%;
  }
}

@media screen and (max-width: 600px) {
  table.table5{
    border: 0;
    width:100%;
  }
  
  table.table5 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.table5 tr {
    border-bottom: 0;
    display: block;
    margin-bottom: .625em;
  }
  
  table.table5 td {
    border-bottom: 0;
    display: block;
    font-size: 1em;
    text-align: center;
  }
  
  table.table5 td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.table5 td:last-child {
    border-bottom: 0;
  }
}

img.ord { 
        max-width:100%;
    height:auto;
    border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
}

img.badge { 
        max-width:100%;
    height:auto;
   border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
}

img.floatLeft { 
    float: left;
    margin-top: 0px; 
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

a { 
   color: #0000C0;
   outline: 0;
   font-size:14px;
}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #0000C0;
	padding: 0 1px;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #0000C0;
	color: #fff;
	text-decoration: none;
}


/* ===========================
   ======== Sidebar ========== 
   =========================== */

.top-sidebar {
	width: 23%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

.middle-sidebar {
	width: 23%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

.bottom-sidebar {
	width: 23%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 0;
	background-color: #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
}

.mainFooter p {
	width: 91%;
	margin: 2% auto;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media only screen and (min-width : 150px) and (max-width : 780px)
{
	.body {
		clear: both; 
		margin: 0 auto; 
		width: 90%;
		font-size: 90%;
	}

img.badge { 
        max-width:20%;
    height:auto;
}

a {
font-size:1.157em;
}
	
	.mainHeader nav {
                clear: both;
                text-align:center;
		background: #666;
		font-size: 1.143em;
		height: 160px;
		line-height: 30px;
		margin-bottom: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		
	.mainHeader nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
	}
	
	.mainHeader nav li {
		margin-left: 0 auto;
		width: 100%;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
		color: #FFF;
		display: block;
		height: 30px;
		padding: 5px 0;
		text-decoration: none;
	}
	
	.mainHeader nav a:active,
	.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
		background: #CF5C3F;
		color: #fff;
		text-shadow: none !important;
	}
		
	.mainHeader nav li a {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.mainHeader img {
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}
	
	.mainContent {
                clear:both;
		overflow: hidden;
		line-height: 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 4%;
		margin-bottom: 2%;
	}
	
	.topcontent {
		background-color: #FFFFCC;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
		margin-bottom: 4%;
	}
	
	.bottomcontent {
		background-color: #0000C0;
                color:#ffffff;	
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 2%;
	}
	
	.content {
		width: 100%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
	}	
		
	.mainFooter {
		width: 100%;
		float: left;
		margin: 2% 0;
		padding-left: 0;
		background-color: #666;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		color: #FFF;	
	}
	
	.mainFooter p {
		width: 86%;
		margin: 2% auto;
	}
}

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

img.badge { 
        max-width:20%;
    height:auto;
}

a {
font-size:1.157em;
}

  .grid {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .cell {
    width: calc(50% - 2rem);
  }
  .hcell {
    width: calc(50% - 2rem);
  }
  .grid1 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .cell1 {
    width: calc(33.3% - 2rem);
  }
  .hcell1 {
    width: calc(33.3% - 2rem);
  }

  .grid2 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .cell2 {
    width: calc(50% - 2rem);
  }
  .hcell2 {
    width: calc(50% - 2rem);
  }
  .grid3 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .cell3 {
    width: calc(33% - 2rem);
  }
  .hcell3 {
    width: calc(33% - 2rem);
  }
}

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

img.badge { 
border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
}

a{
font-size: 14px;
}

  .grid {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .cell {
    width: calc(50% - 2rem);
  }
  .grid1 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .cell1 {
    width: calc(30% - 2rem);
  }
  .hcell1 {
    width: calc(30% - 2rem);
  }

  .grid2 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .cell2 {
    width: calc(18% - 2rem);
  }
  .hcell2 {
    width: calc(18% - 2rem);
  }

  .grid3 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .cell3 {
    width: calc(16% - 3rem);
  }
  .hcell3 {
    width: calc(16% - 3rem);
  }

}