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

@font-face {
	font-family: RobotoBold;
	src: url(fonts/Roboto/Roboto-Italic.ttf);
}


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

.boxbg {
	background-color: #fff; 
}



/*  start wide menu  */
.menu {
	z-index: 1;
	position: fixed;
	top: 19px;
	left: 170px;
	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: #fff;
	border: 1px solid #999;
	padding: 0px 10px 0px 10px;
}

.menu a:hover {
	color: #fff;
	background-color: rgb(102,153,51); 
}

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


/*   start narrow menu/ads   */
@media screen and (max-width: 760px) {
.menu {
	z-index: 1;
	position: fixed;
	margin-left: -170px;
	/* bottom: 40px; */
	top: 24px;
	width: 100%;
	background-color: transparent; 
}	
.menu ul {
	width: 180px;
	padding: 2px 0;
	position: absolute;
	/* top: -25px; */
	right: 5%;
	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: rgb( 0, 51, 102 ); 
	padding: 6px; 
	color: #fff;
	/* color: rgb(102, 204, 51); */
	border: 1px solid rgb(102,153,204);
}

.menu a:hover {
	/*background-color: #d6dbdf; */
}

.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: -55px;
	padding-top: 55px;
}

	.optional {
	display: none;
	}

}
/*   end narrow menu / ads  */



/* for (iPhone in) landscape mode */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
body {-webkit-text-size-adjust: 100%;}
}

.logo {
	/* width: 23%; */
	z-index: 1;
	width: 230px;
	padding: 0;
	position: absolute; 
	bottom: 0;
	left: 5%;
}

/* bottom sw995 bar */
.greyband {
	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;
}

.agrey {
  color: #d3d3d3;
  text-decoration: none;
}

.agrey:hover {
  color: #ffffff 
}

.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;
}


.top.container {
	margin-top: 15px;
	width: 100%;
	padding: 0 20px;
}
	
.last.container {
	margin-bottom: 20px;
}


.footnote{
	font-size: .85em;
	display: inline-block;
}

.offset {
    display: block;
    margin-top: -80px;
    padding-top: 80px;
}



.wrapper { 
  padding: 15px;
}

.gradation {
	position: fixed;
	height: 12px;
	top: 0px;
	width: 100%;
	left: 0px;
	padding: 0px 0px 0px 0px;
}

.bluebg {
	/* z-index: 1; */
	position: fixed;
	height: 50px;
	top: 2px;
	width: 100%;
	left: 0px;
	padding: 0px 0px 0px 0px;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .col-1.columns { 
    width: 16.3333333333%;
    padding-right: 10px;
}

  .col-4.columns { 
    width: 83.6666666666%;
    padding-right: 10px;
}

.container {
	/* position: relative; */
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box; 	
}

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



/* edits when smaller than 760px */
@media (max-width: 760px) {
	.optional2 {
	display: none;
	}
}

/* For devices larger than 760px */
@media (min-width: 760px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; 
	max-width: 960px; }
  .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
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  font-size: 62.5%; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 300; }
h1 { font-family: RobotoBold; font-size: 2.5rem; line-height: 1; color: #fff;}
h2 { font-family: RobotoBold; font-size: 1.3rem; line-height: 1; color: #fff;}
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }

h5 { font-family: RobotoBold; font-weight: 700; font-size: 1.8rem; line-height: 1.35; color: #990033; margin-right: .3em;}
h4 { font-family: RobotoBold; font-size: 1.8rem; line-height: 1.35; color: #E67E22; margin-right: .3em;}

/* For devices smaller than 760px */
@media (max-width: 760px) {
	h5 { font-family: RobotoBold; font-size: 1.6rem; line-height: 1.25; color: #990033;}
	h4 { font-family: RobotoBold; font-size: 1.6rem; line-height: 1.25; color: #E67E22;}
}

p {
	margin-top: 0; }

b {
	color: #990033; 
}

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;
	/* background-color: #003366;   /* #d4dfe6; */ 
	/* background-color: rgb(1,72,142);   */
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #1D9CD8; 
	text-decoration: none;
}
a:hover {
	color: #990033; 
}

.atool {
	color: #990033; 
	text-decoration: underline;
	font-weight: bold;
}
	
.atool:hover {
	color: #47569c; 
	text-decoration: underline;

}

.aprice {
	/* display: inline-block; */
	position: relative;
	left: 0px;
	top: -3px;
	background-color: #990033; 
	border: 1px solid #990033; 
	padding: 0px 8px; 
	/* margin: 0px .3em; */
	border-radius: 4px; 
	/* font-size: 60%; */
	color: #fff;
}

.aprice:hover {
	background-color: #1D9CD8; 
	border: 1px solid #1D9CD8; 
	color: #fff; 
}
  
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px; 
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  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; }
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; 
}
  
.listplain {
	list-style: none; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* table {
	vertical-align: top;
	border-collapse: collapse;
	width: 100%;
} */

table {
	border: 1px solid #999999;
	vertical-align: middle;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
    box-sizing: border-box;
	font-size: 90%;
	background-color: #fff;
}

/* narrow phones etc  */
@media (max-width: 500px) {
	th, td {
	font-size: 65%;
	padding: 0px; 
	}
}

th, td {
	border-bottom: 1px solid #999;
}

th {
	vertical-align: middle;
	text-align: left;
	padding: 8px; 
	/* border-bottom: 2px solid #4d4d4d; */
	background-color: rgb(102,153,0);
    color: #fff;
	}

td {
	vertical-align: middle;
	text-align: left;
	padding: 8px; 
	/* border-bottom: 1px solid #C0C0C0; */
	}
	
.tdc {
	text-align: center;
	}
	
.trr {
	/* font-size: 90%; */
	background-color: #E4E4E9; 
	color: #990000;
}

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

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

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

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 0;
  margin-bottom: 2.5rem;
  border-width: 0;
  border-top: 1px solid rgb(102,204,255); 
}
  
img {
  padding: 0px 0px;
}
  

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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