a.menuItem {
	color:#069;
	position: relative;
	text-decoration:none;
	/*font-weight:800;*/
}
a.menuItem:hover {
	text-decoration:none;
}
a.menuItem:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.menuItem:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a {
	color:#069;
	text-decoration:none;
}
.blueBtn {
	background-color:#069;
	color:white;
	padding:6px;
	width:14%;
	margin-left:3px;
	border:none;
	cursor:pointer;
	float:left;
	height:50px;
}
body {
   	margin: 0;
   	padding: 0;
	font-family:'Raleway', sans-serif;
	color:#262626;
}
#wrapper {
	float:left;
	width:100px;
	height:100px;
}
#wrapper .text {
	position:relative;
	bottom:70px;
	left:20px;
	font-weight:bold;
}
.contentBody {
	min-height:750px;
}
.bodyContainer {
	width:980px;
	min-height:850px;
	border-left: thin solid #ddd; 
	border-right: thin solid #ddd;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:white;
	line-height:28px;
	margin-top:50px;
}
.catItem {
	margin:10px;
	height:100px;
	width:98%;
	margin-right:2%;
	font-size:24px;
	margin-bottom:20px;
}
.catItem:hover {
	text-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #000;
	background-color:#FEFEFE;
}
.catTitle {
	font-size:21px;
	font-weight:bold;
	color:#069;
}
.catDesc {
	font-size:14px;
	line-height:21px;
	margin-top:4px;
	color:black;
}
.catThumb {
	float:left;
	height:100px;
	width:100px;
	margin-right:10px;
}
.catTDContainer {
	float:left;width:800px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropContent {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropContent a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	font-size:14px;
}
.dropContent a:hover {
	background-color:#F0F0F0;
}
.commentBox {
	width:85%;
	height:50px;
	border:thin black solid;
	float:left;
}
.galleryImage {
	float:left;
	margin-right:10px;
	border:thin solid #ccc;
	box-shadow:1px 1px 1px black;
}
h2 {
	margin:0px;
	padding:0px;
	font-size:21px;
}
.lgnBtnContainer {
	float:right;
	margin-top:8px;
}
.lgnBtnTxt {
	text-decoration:none;
	color:white;
}
.lgnBtn {
	background-color:#70A7E9;
	padding:6px 8px 8px 8px;
	font-family: 'Lato', sans-serif;
}
.logo {
	height:45px;
	margin-top:2px;
	float:left;
	margin-right:10px;
}
.menuContainer{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	line-height:20px;
}
a.menuItem {
	font-family: 'Dosis', sans-serif;
	font-size:23px;
	text-decoration:none;
	color:#069;
	font-weight:500;
}
.menuItemContainer {
	float:left;
	margin-top:15px;
	margin-left:10px;
	margin-right:5px;
}
.projectDivider {
	border-bottom:thick solid #069;
	font-size:20px;
	width:100%;
	clear:both;
	margin-top:20px;
	font-weight:800;
	position:relative;
}
.projectDividerMore {
	position:absolute;
	right:0px;
	top:5px;
	font-size:14px;
}
.projectContents{
	width:100%;
	clear:both;
	overflow:auto;
}
.slogan {
	font-family: 'Multi', sans-serif;
	font-size:15px;
	font-weight:100;
	opacity:0.6;
}
.socialMedia {
	float:left;
	color:white;
	width:150px;
	text-align:center;
	margin-right:10px;
}
.titleLogoContainer {
	width:340px;
	height:100%;
	float:left;
}
.title {
	padding-top:8px;
}
a.titleLink {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:34px;
	color:#536782;
	text-decoration:none;
}
.topBanner{
	width:100%;
	margin:0px 0px 0px 0px;
	height:54px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:9999;
	border-bottom:thin solid #ccc;
	box-shadow: 0px 0px 5px #000;
	background:#F5F5F5;
	inset 0px -1px 1px rgba(0,0,0,0.5),inset 0px 1px 1px rgba(255,255,255,0.8);
}
input[type=text].searchBox {
	margin-top:8px;
    width: 150px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    background-color: white;
    background-image: url('https://res.cloudinary.com/hjrt4qzgi/image/upload/v1502981583/searchicon.png');
    background-position: 10px 10px; 
	background-size: 15px 15px;
    background-repeat: no-repeat;
    padding: 6px 20px 6px 30px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.searchContainer {
	float:right;
	margin-left:20px;
}
.show {
	display:block;
}
.videoContainer {
	float:left;margin-left:10px;width:100px;height:100px;border:thin solid black;text-align:center;font-size:21px;padding-top:30px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccc;
}