/* fonts */
@font-face {
	font-family: Nunito;
	src: url(fonts/Nunito/Nunito-Regular.ttf);
}


/* for iPhone in landscape mode */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
body {-webkit-text-size-adjust: 100%;}
}



.adv {
	min-width: 300px;
	max-height: 70px;
	border: 1px solid blue;
    box-sizing: border-box;
	padding: 2px 6px;
	background-color: #cc0000;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 6px;
}

.banner {
	min-width: 300px;
	max-height: 48px;
    box-sizing: border-box;
	padding: 0px 0px;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 6px; 
	margin-bottom: 12px;
}


/* ALL SIZES */

.bordered {
	border-style: solid;
	border-width: 1px ;
	border-color: #FF6600; 
	padding: 20px;
	font-size: 90%;
}

.boxbg {
	background-color: #eeece9; 
}

.logo {
	z-index: 1;
	padding: 0;
	position: absolute; 
	bottom: -21px;
	left: 0px;
}

.getpdf {
	z-index: 2;
	padding: 0;
	position: fixed; 
	top: 6px;
	right: 10px;
}

.headbg {
	/* z-index: 1; */
	position: fixed;
	height: 42px;
	top: 0px;
	width: 100%;
	left: 0px;
	background-color: #fff;
    border-bottom: 1.5px dotted #990000;
}



/* bottom sw995 bar */
.greybg {
	position: fixed;
	margin-top: 120px;
	height: 30px;
	bottom: 0%;
	width: 100%;
	left: 0px;
	background-color: #999999;
	padding: 0px 0px 0px 0px;
}

.greywrap {
	position: fixed;
	margin-top: 120px;
	height: 30px;
	bottom: 0%;
	width: 100%;
	left: 28px;
	text-align: left;
	color: #ffffff;
	background-color: #999999;
	padding: 0px 0px 0px 0px;
	margin-bottom: -3px;
}
/* END ALL SIZES  */




/*  start wide menu  */
.menu {
	z-index: 1;
	position: fixed;
	top: 10px;
	left: 140px;
	width: 100%;
	/* background-color: #E4E4E9; */
	list-style: none;
	height: 20px;
	text-align: left;
	font-size: 1em;
}

.menu ul {
	margin: 2px 0px 0px 0px;
	/* margin-left: 5%; */
	padding: 0;
}
	
.menu .current {
	visibility: hidden;
}

.menu li {
	margin: 0px 0px;
	/* padding: 0px 10px 0px 10px; */
	list-style: none;
	display: inline-block;
	font-family: Nunito, Arial, Helvetica, sans-serif;
}
	
.menu a {
	text-decoration: none; 
	line-height: 100%;
	color: #990000;
	border: 1px dotted #999;
	padding: 0px 10px 0px 10px;
}

.menu a:hover {
	color: #fff;
	background-color: #990000; 
}

.menu .current a {
	color: #fff;
}
/*   end menu    */


/*   start narrow menu/ads   */
@media screen and (max-width: 600px) {
.menu {
	z-index: 1;
	position: fixed;
	margin-left: -130px;
	top: 14px;
	width: 100%;
	background-color: transparent; 
}	
.menu ul {
	width: 180px;
	padding: 2px 0;
	position: absolute;
	/* top: -25px; */
	right: 5px;
	text-align: right;
}
.menu li {
	display: none; /* hide all <li> items */
	margin: 0;
}
.menu .current {
	visibility: visible;
	display: block; /* show only current <li> item */
}
.menu a {
	display: block;
	margin: 0px 0px; 
	text-align: left;
	width: 160px;
	background-color: #990000; 
	padding: 6px; 
	color: #fff;
	/* color: rgb(102, 204, 51); */
	border: 1px solid #990000;
}

.menu a:hover {
	background-color: #fff;
	color: #990000; 
}

.menu .current a {
	background: none;
}

/* on nav hover */
.menu ul:hover {
	background-image: none;
}
.menu ul:hover li {
	display: block;
	/* margin: -1px; */
}





/* narrow offset */
	.offset {
    display: block;
    margin-top: -80px;
    padding-top: 80px;
	}
	
	.optional {
	display: none;
	}
	
	.top.container {
	margin-top: 60px;
	width: 100%;
	padding: 0 20px;
	}
	
	.last.container {
	margin-bottom: 20px;
	}
	
	.logo {
	/* width: 23%; */
	z-index: 1;
	left:0px;
	padding: 0;
	position: absolute; 
	
	
	}
	
	.orangebg {
	position: fixed;
	height: 40px;
	top: 0%;
	width: 100%;
	left: 0px;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ff9900;
	}

.logoband {
	position: fixed;
	height: 40px;
	top: 0%;
	left: 10%;
	width: 100%; 
	background-color: transparent; 
	padding: 0px 0px 0px 0px;
	}
	
}
/* END NARROW WIDTH */


/*************************************************************/
/*************************************************************/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.container {
	/* position: relative; */
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 10px;
	margin-bottom: 10 px;
	box-sizing: border-box; }
  

 
.column,
.columns {
	width: 100%;
	max-width: 880px;
	float: left;
	box-sizing: border-box; }



/* For devices larger than 600px */
@media (min-width: 600px) { 
	
.container {
	width: 70%; 
	max-width: 700px;
}

	.top.container {
	margin-top: 60px;
	width: 80%; 
	}
	
	.last.container {
	margin-bottom: 20px;
	}
	
  .column,
  .columns {
    margin-left: 4%; 
	max-width: 880px; }
	
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

 } 


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 15px; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: Nunito, arial, helvetiva, sans-serif;
  /* font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
  

h5 { font-family: Nunito; font-weight: 900; font-size: 1.8rem; line-height: 1.35; color: #990033; margin-right: .3em; letter-spacing: .05rem; text-decoration: underline;}


/* For devices smaller than 600px */
@media (max-width: 600px) {
	h5 { font-family: Nunito; font-weight: 900; font-size: 1.6rem; line-height: 1.25; color: #990033; letter-spacing: .05rem;}
	h4 { font-family: Nunito; font-weight: 500; font-size: 1.6rem; line-height: 1.25; color: #E67E22;}
}



p {
  margin-top: 0; }
  
b {
  color: #990000;  
  }
  
.pred {
  color: rgb(201,82,26); 
  }
  
  .red {
  color: rgb(201,82,26); 
  }
  

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
 a {
  color: #990000; 
  text-decoration: none;}
 a:hover {
  /* color: #FF3300; */
  color: #cc3366;

  }

.abody {
  color: #00aeef; 
  text-decoration: none;}
.abody:hover {
  color: #FFFFFF; }
  
.agrey {
  color: #d3d3d3;
  text-decoration: none;
}

.agrey:hover {
  color: #ffffff 
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 36px;
  padding: 0 12px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  /* background-color: transparent; */
  background-color:  #f4f2f2;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; 
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color: #333;
	border-color: #888;
	outline: 0; 
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color: #FFF;
	background-color: #33C3F0;
	border-color: #33C3F0; 
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color: #FFF;
	background-color: #1EAEDB;
	border-color: #1EAEDB; 
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	height: 38px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box; 
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; 
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; 
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; 
}
fieldset {
  padding: 0;
  border-width: 0; 
}
input[type="checkbox"],
input[type="radio"] {
  display: inline; 
}
label > .label-body {
	display: inline-block;
	margin-left: .5rem;
	font-weight: normal; 
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
	list-style: disc inside; 
	margin-left: 20px;

}
ol {
	list-style: decimal inside; 
}
ol, ul {
	padding-left: 0;
	margin-top: 0; 
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin: 1.5rem 0 1.5rem 3rem;
	font-size: 90%; 
}
li {
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 1rem; 
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	border: 1px solid #FF6600;
	vertical-align: middle;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
    box-sizing: border-box;
	border-radius: 6px;
	font-size: 90%;
}

.tht,
.tdt {
	vertical-align: top; 
}

.tho,
.tdo {
	/* font-size: 90%; */
	background-color: #faddb3; 
	color: #990000;
}

th,
td {
	
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #FF6600; 
}

th {
	/* font-size: 90%; */
    background-color: #E1E1E1;
    color: FF3300; 
		
}

.select:hover {
	background-color: #f9f6f6;
}

 
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
	margin-bottom: 1rem; }
	input,
	textarea,
	select,
	fieldset {
	margin-bottom: 1rem; }
	pre,
	blockquote,
	dl,
	figure,
	table,
	p,
	ul,
	ol,
	form {
	/* margin-bottom: 2.5rem; */
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 0;
  /* margin-bottom: 2.5rem; */ 
  border-width: 0;
  border-top: dotted 1.5px #990000;
}
  
img {
  padding: 0px 15px; 
  }
  
  .price {
  font-weight: bold;
  text-align: center;
  font-size: 85%;
}

/* Self Clearing */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }