﻿/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{
	display: block;
}
body 
{
	line-height: 5;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
}

.logo{
	width: 1100px;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 100px;
	position: absolute; 
	top: 10px; z-index: 3; 
	bottom: 20px; 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
	width: 100%;
	text-align: center;
    margin:0 auto;
	
}

.tags{
	 font-size: x-small;
	 color: gray;
}

.featureslocation{
	position: relative;	
	float: inherit;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
	clear: none;
	width:1100px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	border-radius: 0px;
}

.elements{
	display: flex;
	justify-content: center; 
  	margin-top: -385px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
}

.featureslocation{
	position: relative; 
	margin-top: -100px; 
	margin-bottom: auto; 
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	width:1100px;
}

.headertitle{
	display: inline; 
	justify-content: center; 
	display: block;
}

.wrapper{
	position: absolute; 
	top: 10px; z-index: 3; 
	bottom: 20px; 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
	width: 100%;
	text-align: center;
    margin:0 auto;
}

.currentlocation{
	font:normal 14px Arial;
 	color: white;
	position: relative;
	float: inherit;
	margin-top: 330px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
	clear: none;
	width:1084px;
	padding: 10px 0px 10px 10px;
	border: 1px;
	border-style: solid;
	border-color: #ef4135;
    border-radius: 5px;
 	background: rgb(17,44,65);
	background: linear-gradient(90deg, rgba(17,44,65,1) 0%, rgba(14,186,236,1) 35%, rgba(47,86,115,1) 100%); 	
}

.facebooklocation {
	position: relative;
	float: inherit;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
	clear: none;
	width:1084px;
	padding: 10px 0px 0px 10px;
}

.locationlinks {
	font:normal 14px Arial;
 	color: #000000;
}

a.locationlinks:link{
	color: #FFFFFF;
}

a.locationlinks:visited{
	color: #fffc41
}

a.locationlinks:hover{
	color: #ef4135;
}

a.locationlinks:active{
	color: yellow;
}

.featureslocation{
	position: relative; 
	float: inherit; 
	margin-top: -400px; 
	margin-bottom: auto; 
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	width:1000px;
}

#footer {
	position: absolute; 
	text-align:center; 
	font-size: 10px; 
	width: 1100px; 
	clear: both;
}

.headertitle{
	display: flex; 
	justify-content: left;
}

.footermenu{
	position: relative;  
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	height: 200px; 
	width:1100px; 
	padding: 5px 0px 5px 5px; 
	border: 1px solid; 
	border-color: #e84035; 
	border-radius: 5px;
	background: rgba( 38, 38, 38, 0.5);
}

.col{
	padding:0em; 
	display:table-cell; 
	font:normal 14px Arial; 
	font-weight: none; 
	color: #ffcc33; 
	width: 14%;
}

a.footeritem:link{
	text-decoration: none; 
	color: #ffffff; 
	font:normal 11px Arial;
}

a.footeritem:visited {
	text-decoration: none; 
	color: white; 
	font:normal 11px Arial;
}

a.footeritem:hover {
	text-decoration: underline; 
	color: #ffcc33; 
	font:normal 11px Arial;
}

a.footeritem:active {
	font:normal 11px Arial;
} 

/* Banner Button */

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #ef4135;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #b73129;
  text-decoration: none;
}   

.bannerbtn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #ef4135;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.bannerbtn:hover {
  background: #b73129;
  text-decoration: none;
}   
  
.container{
	width: 200px;
	height: 200px;
	position: relative;
	margin: 20px;
}
    
.blended_grid{
	display : block;
	width : 1100px;
	overflow : auto;
	margin : 0px auto 0 auto;
}

.pageColumnLeft{
	float : left;
	clear : none;
	height : 1250px;
	width : 200px;
}

.pageColumnMid{
	float : left;
	clear : none;
	height : 1250px;
	width : 450px;
}

.pageColumnRight{
	float : left;
	clear : none;
	height : 1250px;
	width : 450px;
}

.pageColumnMerged{
	float : left;
	clear : none;
	height : 1250px;
	width : 900px;
}

h1 {
  display: block;
  font-size: 1.0em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 10px;
  margin-right: 0;
  font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 10px;
  margin-right: 0;
  font-weight: bold;
  font-family: Perpetua, Heltivetica, serif;	
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 10px;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 10;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 10;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 00;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

uul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  line-height: 1.5em;
}

.myButtonBody {
font-size:14px;
  font-family:Arial;
  width:140px;
  height:50px;
  border-width:1px;
  color:#ffffff;
  border-color:rgba(208, 2, 27, 1);
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  box-shadow:inset 0px 1px 0px 0px #f29c93;
  text-shadow:inset 0px 1px 0px #b23e35;
  background:linear-gradient(rgba(156, 45, 52, 1), rgba(221, 167, 69, 1));	
}
.myButtonBody:hover {
  background: linear-gradient(rgba(221, 167, 69, 1), rgba(156, 45, 52, 1));
  }
.myButtonBody:active {
	position:relative;
	top:1px;
}

ul.a {
  list-style-type: circle;
    padding-left:30px;
  padding-right:10px;
  padding-bottom:10px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;

}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: upper-roman;
}

ol.d {
  list-style-type: lower-alpha;
}

 .iconDetails {
  margin-left:2%;
  float:left; 
  height:60px;
  width:60px;	
} 

.bwcontainer {
	width:100%;
	height:auto;
}

