@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

@-webkit-keyframes fade {
	0% { 
		top: -20px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}


body {
	font-size: 16px;
	font-family: "PT Sans", Arial;

	color: #333333;
	line-height: 1.5;
}

/* Move content into center without disturbing backgrounds */
.row {
	margin: 0 auto 0 auto;
	width: 960px;
}

header {
	background: rgba(255, 255, 255, 0.75);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25), white);

	overflow: hidden;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;

	/* Add z-index to stop overlap of h2 */
	z-index: 1;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

h1 {
	float: left;

	font-size: 30px;
	font-weight: 700;

	line-height: 70px;

	/* double dot means go up a folder level */
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center left;

	padding-left: 50px;
	padding-right: 20px;
}

h1 a {
	color: #000;
	text-decoration: none;
}



/* don't wanna see this on big browsers */
#toggle {
	display: none;
}

/* removing this 
nav {
	float: right;
} */


nav a {
	color: #bdc3c7; /* silver */
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;

	line-height: 70px;

	padding: 0 20px 0 20px;

	/* change the links to be block types */
	display: block;
	float: left;

	/* Brand new stuffs */
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

nav a:hover {
	color: #7f8c8d; /* asbestos */
	background: #ecf0f1; /* clouds */
}

nav .activelink {
	color: #000;
  }

#covid {
	margin-top: 70px;
	padding: 40px 0 40px 0;

	background: #ecf0f1; /* clouds */
	color: #2980b9; /* belize hole */
}

#covid h3 {
	text-align: center;

	font-size: 24px;
	font-weight: 700;

	margin: 0 0 20px 0;
}

#covid h4 {
	text-align: center;

		margin: 0 0 20px 0;
}


#tea {
	background-image: url(../images/cottontree.jpg);
	background-position: 20% 10%;
	background-repeat: no-repeat;

	/* clear the columns */
	overflow: hidden;

	height: 480px;

	/* margin-top: 70px; */
}

#spacer {

	/* clear the columns */
	overflow: hidden;

	height: 10px;

	margin-top: 60px;

	}

.iphone {
	float: left;
	width: 56.25%;

	text-align: center;
	position: relative;
	top: 45px;

	-webkit-transition: top 0.25s ease;
	-moz-transition: top 0.25s ease;
}

.iphone:hover {
	top: 35px;
}

.iphone img {
	max-width: 100%;
	vertical-align: bottom;
}

#iphone_vert {
	display: none;
}

.content {
	float: right;
	width: 37.5%;

	text-align: center;
	color: white;
	margin-top: 80px;
}

/* pick all h2's in id tea */
#tea h2 {
	font-size: 47.25px;
	margin-bottom: 20px;

	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);

	letter-spacing: -2px;

	/* ADD THE FADE Animation */
	position: relative;
	-webkit-animation: fade 2s 0.5s both;
}

/* pick all the strong tags in all the h2s in id tea */
#tea h2 strong {
	font-weight: 700;

	letter-spacing: 0;
}

#tea h3 {
	font-size: 21px;

	margin-bottom: 30px;

	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);

	/* ADD THE FADE Animation */
	position: relative;
	-webkit-animation: fade 2s 1s both;

}


/* float the columns */
.column {
	float: left;
	width: 25%;

	background-position: 50% 30px;
	background-repeat: no-repeat;

	text-align: center;
	padding: 120px 0 40px 0;

	-webkit-transition: background-position 0.25s ease;
}

.column:hover {
	background-position: 50% 20px;
}

.search {
	background-image: url(../images/date1.png);
}

.share {
	background-image: url(../images/price.png);
}

.shop {
	background-image: url(../images/book.png);
}

.sup {
	background-image: url(../images/contact.png);
}

#about {
	color: #95a5a6; /* concrete */

	overflow: hidden;

	margin-top: 70px;
}

#about h1 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 5px 0;
}

#about h2 {
	font-size: 30px;
	font-weight: 700;
	margin: 20px 0 5px 0;
}

#about h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 5px 0;
}

#about h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px 0;
}

#about p {
	font-size: 16px;
	margin: 5px 20px 0 20px;
}

#about ul.list{
	list-style-type: circle;
	font-size: 15px;
	padding-left: 50px;
}

#about ol {
	list-style-type: lower-roman;
	font-size: 15px;
	padding-left: 30px;
}


#quotes {
	overflow: hidden;
	background: #ecf0f1; /* clouds */
	color: #2980b9; /* belize hole */
}

#quotes img {
	width: 140px;
	border-radius: 70px;
}



/* overwrite the columns width */
#quotes .column {
	width: 33.333%;
	padding-top: 40px;
}

#quotes blockquote {
	font-size: 24px;
	font-weight: 700;
	margin: 10px;
}

/* testimonials page */
#quotes2 {
	overflow: hidden;
	/* background: ;  clouds */
	color: #2980b9; /* belize hole */
	/*margin-top: ; */
}

#quotes2 img {
	width: 140px;
	border-radius: 70px;
}


#quotes2 .column {
	width: 33.333%;
	padding-top: 40px;
}

#quotes2 blockquote {
	font-size: 24px;
	font-weight: 700;
	margin: 10px;
}

#compare {
	padding: 40px 0 40px 0;
	
}

#compare h3 {
	text-align: center;

	font-size: 24px;
	font-weight: 700;

	margin: 0 0 20px 0;
}

table {
	width: 100%;

	text-align: center;
	font-size: 21px;

	color: #000000; /* asbestos */
	background: white;
}

td, th {
	padding: 20px;
	border-bottom: 1px solid #ecf0f1;  /* clouds */
}

thead {
	color: #000000; /* belize hole */
	font-size: 16px;
	font-weight: 700;
}

/* change the padding of the thead only */
thead td, thead th {
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #2980b9;
}

/*start of info tables*/

.infotables table{
	font-size: 20px;
	width: 100%;
	float: left;
	margin: 30px 0 30px 0;
}

.infotables th, td{
	padding: 10px;
	border: 1px solid #709f2d;
	text-align: center;
	width: 20%;
	font-size: 16px;
}

.infotables thead th{
	font-weight: bold;
	border: 2px solid #709f2d;
}

.infotables thead th.green{
	background:#7eb333;
	background-image: -webkit-linear-gradient(top, #7eb333, #8cc739);
	font-weight: bold;
}

.infotables thead th.blue{
	background:#5cb8dd;
	background-image: -webkit-linear-gradient(top, #5cb8dd, #2f70bb);
	font-weight: bold;
}

.infotables td.notes{
	font-size: 14px;
	font-weight: bold;
}

.infotables td.notetext{
	font-size: 14px;
	text-align: left;
}

.infotables td.blank{
	border:none;
	padding: 7px;
}

/*start of content area*/

section.content{
	background: white;
	height: auto;
	width: 960px;
	margin: 20px auto 8px auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

section.content .infoarea{
	background: white;
	height: auto;
	width: 640px;
	/*margin:; */
	padding: 30px 30px 40px 30px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

section.content .infoareablog{
	background: white;
	height: auto;
	width: 640px;
	margin-bottom: 10px;
	padding-bottom: 40px;
	/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);*/
}

section.content .infoarea img{
	height: 225px ;
	width: 640px;
}

section.content .infoarea .blog{
	 
	margin: 20px 70px;
	
}

section.content h1{
	
	font-weight: bold;
	font-size: 25px;
	margin: 10px auto 7px auto;
}

section.content h2{
	
	font-weight: bold;
	font-size: 20px;
	margin: 10px auto 7px auto;
}

section.content h3{
	
	/*font-weight: ; */
	font-style: italic;
	font-size: 17px;
	margin: 10px auto 7px auto;
}

section.content p{
	font-size: 15px;
	line-height: 1.3;
	margin: 10px auto 7px auto;
}

section.content .infoarea ul.list{
	list-style-type: circle;
	font-size: 15px;
	padding-left: 0px;
}

section.content .infoarea {
	float: left;
}

/*start of call to action*/

section.content .action{
	width: 220px;
	float: right;
	padding: 20px;

}

section.content .action h2{
	font-weight: bold;
	font-size: 18px;
	color: black;
	margin-bottom: 10px;
}

/*start of buttons*/

.button{

	display: block;
	margin: 0 100px 0 100px;
	padding: 22px 0 22px 0;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	background: #4594cc;
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	background-image: -webkit-linear-gradient(top, #5cb8dd, #2f70bb)
}

.button:hover{
	background: #3b9cdf;
}

.button2{
	
	
	padding: 11px 0 11px 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	background: #4594cc;
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	background-image: -webkit-linear-gradient(top, #7eb333, #8cc739);
	margin-bottom: 0;
}

.button2:hover{
	background: #709f2d;
}


/* for every table cell in the row selected */
.selected td, .selected th {
	font-weight: 700;
	color: #2ecc71; /* emerald */
}

th {
	text-align: left;
}

tbody th {
	font-size: 16px;
}

tbody tr:nth-child(even) td, 
tbody tr:nth-child(even) th {
	background: #ecf0f1;
}


/*start of email form*/

form{
	width: 600px;
	padding: 20px;
	
}

form legend{
	font-size: 22px;
	font-family: Arial;
	line-height: 40px;
	color: black;
}

form input{
	font-size: 18px;
	font-family: Arial;
	padding: 0 10px;
	line-height: 40px;
	color: black;
	border: 0;
}

form input#contact{
	width: 350px;
	display: inline-block;
	border: solid 2px #8cc739;
	border-radius: 5px 5px 5px 5px;
	font-size: 18px;
	font-family: Arial;
}

form input#contact2{
	width: 350px;
	display: inline-block;
	border: solid 2px #8cc739;
	border-radius: 5px 5px 5px 5px;
	font-size: 18px;
	font-family: Arial;
}

form textarea{
	width: 400px;
	border: solid 2px #8cc739;
	border-radius: 5px 5px 5px 5px;

	font-size: 18px;
	font-family: Arial;
	padding: 0 10px;
	line-height: 40px;
	color: black;
	border: solid 2px #8cc739;
	border-radius: 5px 5px 5px 5px;
}

form input[type="submit"]{
	color: white;
	background: #4594cc;
	background-image: -webkit-linear-gradient(top, #5cb8dd, #2f70bb);

	display: inline-block;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
}

form input[type="reset"]{
	border-radius: 3px 3px 3px 3px;
}

.confirmation {
  background-color: #e6ffed;
  border: 1px solid #8de1a5;
  color: #216c3d;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  font-weight: bold;
}


/* Style up the newsletter section */

#newsletter {
	padding: 40px 0 40px 0;
	margin-top: 20px;
	background: #ecf0f1; /* clouds */
}

#newsletter h3 {
	font-size: 21px;
	font-weight: 700;

	text-align: center;
}


#newsletter form {

	/* make the form sit in the middle */
	width: 480px;
	margin: 20px auto 0 auto;

	background: white;
	padding: 20px;
}

#newsletter label {
	/* make it the full width of the form */
	display: block;

	font-size: 14px;
	font-weight: 700;

	margin: 0 0 5px 0;
}

#newsletter input {
	border: 1px solid #bdc3c7; /* silver */
	background: white;

	padding: 10px 15px 10px 15px;
	font-size: 21px;

	margin: 0 0 10px 0;


	/* usually box model width add on padding and borders too,
	   with box-sizing: border-box; we include paddings and borders */
	width: 100%;
	box-sizing: border-box;
}

/* every input WITH class button, inside #newsletter */
#newsletter input.button {
	background: #2ecc71; /* emerald */
	color: white;

	border-radius: 10px;
	border: none;

	margin: 20px 0 0 0;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

/* ANNOYING THING ABOUT CSS */
input, select {
	font-family: "PT Sans", Arial;
}

/* Styling selects can be a pain in the arse */
#newsletter select {

	/* by default, chrome wants to make it
	 into a select, we can overwrite this */
	-webkit-appearance: none;

	background: white;
	padding: 5px 15px 5px 15px;
	border: 1px solid #bdc3c7;
	font-size: 21px;
	border-radius: 0;
}

/* YO SCOTTBALL here
three sizes now, desktop (+980px)
tablet (below 980px and above 640px)
mobile (640px and below)
*/

/* TABLET */

@media screen and (max-width: 980px) {

	/* I don't need the content to be in the middle any more */
	.row {
		width: auto;
		padding: 0 20px 0 20px;
	}

	/* Remove the #tea area floats when resizing browser */
	.iphone, .content {
		width: auto;
		float: none;
	}

	/* Remove the fixed height of #tea */
	#tea {
		height: auto;

		/* fills the background to the whole area */
		background-size: cover;
	}

	/* fix annoying hover background change */
	.iphone:hover {
		margin-top: 45px;
	}

	.iphone {
		margin-bottom: 40px;
	}

	#iphone_vert {
		display: inline;
	}

	#iphone_horz {
		display: none;
	}

	/* show the toggle and style it up */
	#toggle {
		display: block;
		padding: 5px 0 5px 0;
		color: #333333;
		text-decoration: none;
		font-weight: 700;
	}
	
	#toggle.selected {
		color: #999999;
	}
	
	/* stop the header following us down the page */
	header {
		position: relative;

		/* show the hidden navigation */
		height: auto;
	}

	/* make the nav links go down, not across the page */
	nav a {
		width: auto;
		float: none;
		padding: 15px 0px 0px 0px;

		/* make it look better for mobile */
		padding: 5px 0 5px 0;
		line-height: 1.5;
	}

	nav {
	display: none;
	}

	/* fix header layout */
	h1, nav {
		float: none;
	}

	#covid {
		margin-top: 0px;
	}

}

/* New grid homepage styling */

    #rockel-index * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    #rockel-index {
      font-family: Arial, sans-serif;
      background-color: #f9f9f9;
      padding: 100px 2rem 2rem 2rem; /* Added top padding to clear fixed menu */
      display: flex;
      justify-content: center;
    }

    #rockel-index .container {
      max-width: 960px;
      width: 100%;
    }

    #rockel-index .grid-container {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }

    #rockel-index .grid-row {
      display: flex;
      flex-direction: row;
      gap: 2rem;
    }

    #rockel-index .half-col {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 1rem;
    }

    #rockel-index .large-box {
      flex: 1;
      background-color: #004080;
      color: #fff;
      padding: 0;
      border-radius: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      aspect-ratio: 1 / 1;
      width: 100%;
      position: relative;
      overflow: hidden;
    }

    #rockel-index .slideshow {
  position: relative; /* Change from absolute */
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#rockel-index .slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This can also be 'contain' if you'd rather not crop */
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

#rockel-index .slideshow img.active {
  opacity: 1;
}


    #rockel-index .overlay {
      position: relative;
      z-index: 2;
      padding: 2rem;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    }

    #rockel-index .overlay h1 {
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
    }

    #rockel-index .overlay h3 {
      font-size: 1.2rem;
      font-weight: normal;
    }

    #rockel-index .small-box {
      background-color: #e6f2ff;
      color: #003366;
      padding: 1rem;
      border-radius: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      text-align: center;
      aspect-ratio: 1 / 1;
    }

    #rockel-index .rect-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      margin-top: 2rem;
    }

    #rockel-index .rect-box {
      background-color: #cce6ff;
      padding: 1.5rem;
      text-align: center;
      font-weight: bold;
      color: #002244;
    }

    @media (max-width: 1024px) {
      #rockel-index .grid-row {
        flex-direction: column;
      }

      #rockel-index .large-box,
      #rockel-index .small-box {
        aspect-ratio: unset;
        height: auto;
      }

      #rockel-index .half-col {
        grid-template-columns: repeat(2, 1fr);
      }

      #rockel-index .rect-row {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 600px) {
      #rockel-index .half-col {
        grid-template-columns: 1fr;
      }
    }

    #rockel-index .banner-section {
  width: 100%;
  margin-bottom: 2rem;
}

#rockel-index .banner-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}


/* MOBILE */

@media screen and (max-width: 640px) {

	/* at less than 600px, make the columns go to one column */
	.column, #quotes .column {
		width: 100%;
		float: none;
	}

	/* fix the extra margin from the fixed header */

	.infotables th, td{
		font-size: 10px;
	}

	#quotes {
		display: none;
	}

}


/* Retina media query */
@media screen and (-webkit-min-device-pixel-ratio: 2) {

	h1 {
		background-image: url(../images/logo.png);
		/* size of the non 2x version */
		background-size: 40px 40px;
	}

}

/* Taken from rate.html */

#outer{width:800px;background:#fff;text-align:center;overflow-x:hidden}

#cover{border:2px solid #111;border-radius:7px;box-shadow:inset 0 0 13px #888;padding:7px 0}

.main{table-layout:fixed;width:96%}

.main td{padding:0 8px;vertical-align:middle;text-align:left;width:50%;border:0}

ul{padding:0 0 5px 5px;list-style:none}

li{line-height:16px}

.main input,select{width:100%;border:1px solid #ccc;margin:1px 0;padding:2px;text-align:left;}

input.output{font-weight:bold;font-size:13px;padding:5px 0;border:0;text-align:center}

#t1{width:100%;}

#t2,#t3,#t4,#t5,#t6{display:none;width:100%;height:100%;}

<!--
 /* Font Definitions */
 @font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Aptos;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:8.0pt;
	margin-left:0cm;
	line-height:107%;
	font-size:11.0pt;
	font-family:"Aptos",sans-serif;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:8.0pt;
	margin-left:36.0pt;
	line-height:107%;
	font-size:11.0pt;
	font-family:"Aptos",sans-serif;}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:36.0pt;
	line-height:107%;
	font-size:11.0pt;
	font-family:"Aptos",sans-serif;}
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:36.0pt;
	line-height:107%;
	font-size:11.0pt;
	font-family:"Aptos",sans-serif;}
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:8.0pt;
	margin-left:36.0pt;
	line-height:107%;
	font-size:11.0pt;
	font-family:"Aptos",sans-serif;}
.MsoPapDefault
	{margin-bottom:8.0pt;
	line-height:107%;}
@page WordSection1
	{size:595.3pt 841.9pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
	{page:WordSection1;}
 /* List Definitions */
 ol
	{margin-bottom:0cm;}
ul
	{margin-bottom:0cm;}

	
