/************** Reset **************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  height: 100%
}
body {
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  height: 100%;
  font-size: 1.1vw;
  background-color: #fff;
}
/** HTML5 display-role reset for older browsers **/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
li { float: left; margin-left: 6%; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
canvas {
	display: table-cell;
	vertical-align: middle;
}
p {
	float: left;
	width: 100%;
	margin: 0;
}
b { font-weight: 600; }
i { font-style: italic; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong { font-weight: 600; }

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover { color: inherit; }
input { float: left; font-size: 1em; }
.nobr { white-space: nowrap; }
.fullwidth {
  float: left;
  width: 100%;
}
.webcontainer {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.webcontainer:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

/*================ Fonts ================*/
@font-face {
  font-family: 'Antonio';
  src: url('../typeface/antonio-bold-webfont.woff2') format('woff2'),
    url('../typeface/antonio-bold-webfont.woff') format('woff'),
    url('../typeface/antonio-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.antonio { font-family: 'Antonio'; }

.crete { font-family: 'Crete Round', serif; }
.droid { font-family: 'Noto Serif SC', serif; }

/*================ Navigation ================*/
.mainnavigation {
  float: right;
  width: 92%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 3% 0;
  font-size: 0.9em;
  font-weight: 700;
}
nav ul li {
  position: relative;
  list-style-type: none;
  width: 100%;
}
nav ul li ul.dropdown {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  padding: 5px 22px 5px 22px;
  width: 250px;
}
nav ul li:hover ul.dropdown { display: block; }

nav ul li ul.dropdown li {
  list-style-type: none;
  border-right: none;
  margin: 1% 0;
  width: 100%;
}
/*================= END: Navigation =================*/


/*=================== Home Page ====================*/
.maincontainer {
  float: left;
  width: 100%;
/*
  background: url('../images/pasco_main_background.jpg') 0 0 no-repeat, url('../images/pasco_main_background_lowres.jpg') 0 0 no-repeat;
*/
  background: url('../images/pasco_main_background.jpg') 0 0 no-repeat;
  background-size: 100%;
}
.navblock1 {
  float: left;
  width: 100%;
  position: relative;
}
.navblock1:after {
  content: "";
  display: block;
  padding-top: 4.5%;
}
.navblock2 {
  float: left;
  width: 100%;
  position: relative;
}
.navblock2:after {
  content: "";
  display: block;
  padding-top: 3%;
}

.block0 {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 10%;
}
.block0:after {
  content: "";
  display: block;
}

.block1 {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 7%;
}
.block1:after {
  content: "";
  display: block;
  padding-top: 16%;
}
.block2 {
  float: left;
  width: 100%;
  position: relative;
  font-size: 2.4vw;
  text-align: center;
}
.block2:after {
  content: "";
  display: block;
  padding-top: 10.5%;
}
.block3 {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.block3:after {
  content: "";
  display: block;
  padding-top: 18%;
}
.block4 {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.block4:after {
  content: "";
  display: block;
  padding-top: 41%;
}
.block5 {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  color: #175c12;
}
.block5:after {
  content: "";
  display: block;
  padding-top: 28%;
}
.block6 {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  color: #175c12;
}
.block6:after {
  content: "";
  display: block;
  padding-top: 47%;
}
.block7 {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  color: #175c12;
}
.block7:after {
  content: "";
  display: block;
  padding-top: 24%;
}
.lowerpage {
  float: left;
  width: 100%;
  position: relative;
/*
  background: url('../images/bkgndimg_bottom.jpg') 0 0 no-repeat, url('../images/bkgndimg_bottom_lowres.jpg') 0 0 no-repeat;
*/
  background: url('../images/bkgndimg_bottom.jpg') 0 0 no-repeat;
  background-size: 100%;
  color: #175c12;
}
.lowerpage:after {
  content: "";
  display: block;
  padding-top: 119.5%;
}
.block8 {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.block8:after {
  content: "";
  display: block;
  padding-top: 52%;
}
.block9 {
  float: left;
  width: 100%;
  position: relative;
}
.block9:after {
  content: "";
  display: block;
  padding-top: 40%;
}
.block10 {
  float: left;
  width: 100%;
  position: relative;
}
.block10:after {
  content: "";
  display: block;
  padding-top: 22%;
}
.block11 {
  float: left;
  width: 100%;
  position: relative;
  color: #fff;
}
.block11:after {
  content: "";
  display: block;
}


.blockcopy {
  float: left;
  width: 70%;
  margin: 0 0 0 15%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.spllitcopy {
  float: left;
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin: 0 0 0 25%;
}
.spllitcopy div { text-align: center; }
.spllitcopy2 {
  float: left;
  width: 60%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin: 2% 0 0 20%;
}
.spllitcopy2 div { text-align: center; }
.spllitcopy3 {
  float: left;
  width: 60%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin: 2% 0 0 20%;
}
.spllitcopy3 div { text-align: center; }
.spllitcopy4 {
  float: left;
  width: 65%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin: 8% 0 0 17.5%;
}
.spllitcopy4 div { text-align: left; }
.spllitcopy5 {
  float: left;
  width: 68%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3% 0 0 17.5%;
}



.triplespllitcopy {
  float: left;
  width: 52%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 0 0 24%;
}
.triplespllitcopy div { width: 30%; text-align: center; }
.triplespllitcopy img { width: 50%; text-align: center; }

.onionspineapple {
  float: left;
  width: 48%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 0 0 0 26%;
}
.onionspineapple img { width: 45%; text-align: center; }

.secondblksub {
  float: right;
  width: 26%;
  margin-right: 21%;
}

/*
@media screen and (max-width: 1020px) {
  body { font-size: 2.1vw; }
}
*/
/*
@media screen and (max-width: 800px) {
  body { font-size: 1.7vw; }
.maincontainer, .spllitcopy, .block4 { display: none; }
  .maincontainer_mobile, .spllitcopy_mobile, .mobilespacerline { display: block; }
  .triplespllitcopy_mobile { display: flex; }
  .block1 { margin-top: 35%; }
  .block1:after { padding-top: 21%; }
  .block3:after { padding-top: 112%; }

}
*/
#showrotator { display: none; }

