/* Minimal CSS Reset */
* {box-sizing: border-box;}
*, *:before, *:after { box-sizing: inherit;}
body {font-family: arial, helvetica, sans-serif; font-size: 16px;}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}
ol, ul {list-style: none;}
p { margin: 0; line-height: 1.6em; font-size: 1em; /* padding-bottom: 1.5em; */}
img {max-width: 100%; height: auto;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
} 
/* End reset */


/* Begin page styles
==================== */




html, body {height: 100%;
  margin: 0;
  font-family: "Lato", sans-serif;
}

/* Searchbox for contact page only */
.searchbox {
 background: url(../images/wood2.png);
 width: 100%;
 padding: 0.5em 0 2em;
 }

p {margin-bottom: 1em;}
.logo {padding-top: 2em;}
h1 {letter-spacing: 2px;}
.strapline {padding: 1em 0;font-weight: bold; font-size: 1.5em;}
 h1, h2, h3, h4 {font-weight: normal;}
 h2 {padding-bottom: 0.5em; color: #386B98; font: bold 1.3em sans-serif;}
 h3, h4 {padding-bottom: 0.5em; color: #386B98; font: bold 1.1em sans-serif;}
.mbzero {margin-bottom: 0;}/* Add class 'mbzero' to each column on last row for no space below last row */ 
.footer p img {vertical-align: -2px;}
.va {vertical-align: -2px;}

ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
 
 h1 a {
   text-decoration: none;
   color: #fff;
   font-size: 2em;
   font-weight: bold;
   letter-spacing: 3px;
}

.hero-image {
   /* background: #009EC5;
   background-image: linear-gradient(to right bottom, #00c2f2, #00aad4, #0192b6, #017b9a, #02657e); */	
	background-image: url(../images/header-bg.jpg);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
	height: 320px;
	}
	
	

.wrap {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0 auto;
    width: 96%;
    max-width: 960px;
    min-width: 320px;
    height: auto;
    background-color: #fff;
    background: url(../images/nav-bg.png) repeat-y;;
    /* padding: 1.4% 0 0 0; */ /* Remove or comment out for no space above first column(s)  */
    }
   
   .sidebar {
   width: 200px;
   float: left;
   background: #eee;
  /*  min-height: 100%; */
   /* opacity: 0.3; */
}

.sidebar img {display: table; margin: 4em auto 0;}
.sidebar a {display: table; margin: auto;}

.menu a {
  display: block;
  color: black;
  padding: 0.5em;
  text-decoration: none;
}
 
.menu a.active {
  background-color: #5584AE;
  color: white;
}

.menu a:hover:not(.active) {
  background-color: #85ACCE;
  color: #000;
}

.content {
   padding: 1em;
   margin-left: 200px;
   background: #fff;
   min-height: 100%;
 }
 
 /* iframe replacement */
 .internal {
    width: 560px;
    height: 315px;
    background: #999999;
    overflow: auto;
}
 
/* single responsive image with caption */
.img-cap {
	/* border: 1px solid #bbb; */
	padding: 5px;
	background: #fff;
	}
	.img-cap img {
	display: block;
	width: 100%;
	}
	.img-cap span {
	display: block;
	font-style: italic;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	}
	.left {
	margin: 0 1em 0 0;
	float:left;
	}
	.right {
	margin: 0 0 0 1em;
	float:right;
	}
	/* end single responsive image with caption */


/* Packages list */ 
    a.pkgs {
      color: #666;
    }
    
     a.pkgs:visited {
      color: #666;
      text-decoration: underline solid #551A8B;
    }
    
    a.pkgs:hover {
      text-decoration: underline wavy;
      color: #666;
      
    }
    	
	 dt {
      font-weight: bold;
      text-decoration: none;
      /* border-bottom: 1px dashed #dd712e; */
      color: #DD712E;
      display: inline;
    }
    dd {
      margin: 0;
      padding: 0.5em 0 1.5em 2em;
      line-height: 1.6em
    } 
 .clear {clear: both;}
 
.footer {
   text-align: center;
	background: #386B98;
	color: #fff;
	padding: 2em 0;	
}
.footer a {text-decoration: underline; color: #fff;}
.footer a:hover{text-decoration: underline wavy;}
 
@media screen and (max-width: 640px) {
  .sidebar {
    float: none;
    width: 100%;
    height: auto;
    /* position: relative; */
  }
  /* .sidebar a {float: left;} */
  
  .menu a {
    text-align: center;
    float: none;
  }
  
  .content {margin-left: 0;}
}
 