* 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ie-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
	/*font-size: 12px;*/
}
p, ul, li, ol, div, section
{
	font-size: 13px;
}
html, body 
{
	height: 100%;
}
img 
{
	border: 0;
   	/*max-width: 100% !important;*/
   	width: 100%;
}
.container
{
	width: 100%;
	margin: 0 auto -40px auto; /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	background-color: #fff;
	display: inline-block;
	float: left;
}
.row, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9
{
	float: left;
	display: inline-block;
	position: relative;
	/*border: 1px solid #000;*/
}
.row
{
	width: 100%;
}
.col-1
{
	width: 10%;
}
.col-2
{
	width:20%;
}
.col-3
{
	width: 30%;
}
.col-35
{
	width: 35%;
}
.col-4
{
	width: 40%;
}
.col-5
{
	width: 50%;
}
.col-6
{
	width: 60%;
}
.col-7
{
	width: 70%;
}
.col-8
{
	width: 80%;
}
.col-9
{
	width: 90%;
}
/*p
{
	font-size: 14px;
}*/
h1
{
	font-size: 23px;
	margin: 10px 0;
}
h2
{
	font-size: 19px;
	margin: 5px 0;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 14px;
}
h5
{
	font-size: 12px;
}
h6
{
	font-size: 10px;
}
.textCenter
{
	text-align: center;
}
.textRight
{
	text-align: right;
}
.textLeft
{
	text-align: left;
}
.margin20T
{
	margin-top: 20px;
}
.margin20LR
{
	margin-left: 20px;
	margin-right: 20px;
}
.pad20All
{
	padding: 20px;
}
@media(min-width:1000px )
{
	.pad20All
	{
		padding: 35px;
	}
}
.pad20LR
{
	padding-right: 20px;
	padding-left: 20px;
}
.pad20R {
	padding-right:20px;
}

.padding25B
{
	padding-bottom: 25px;
}
.pad10All
{
	padding: 10px;
}
.margin10All
{
	margin: 10px;
}
.margin15All
{
	margin: 15px;
}
.margin15T
{
	margin-top: 15px;
}
.margin15R
{
	margin-right: 15px;
}
.margin10B
{
	margin-bottom: 10px;
}
.margin10T
{
	margin-top: 10px;
}
.margin10L
{
	margin-left: 10px;
}
.pad10L
{
	padding-left: 10px;
}
.pad5All
{
	padding: 5px;
}
.margin5All
{
	margin: 5px;
}
.margin7All
{
	margin: 7px;
}
.pad10TB
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.margin10TB
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.pad5TB
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.margin5TB
{
	margin-bottom: 5px;
	margin-top: 5px;
}
.margin5T
{
	margin-top: 5px;
}
.pad10LR
{
	padding-right: 10px;
	padding-left: 10px;
}
.margin10LR
{
	margin-left: 10px;
	margin-right: 10px;
}
.pad5LR
{
	padding-left: 5px;
	padding-right: 5px;
}
.margin5LR
{
	margin-right: 5px;
	margin-left: 5px;
}
.marginAuto
{
	margin-left: auto;
	margin-right: auto;
}
.margin50T
{
	margin-top: 50px;
}
.pad10B
{
	padding-bottom: 10px;
}
.floatR
{
	float: right;
}
.floatL
{
	float: left;
}
.footer
{
	/*height: 60px;  .push must be the same height as .footer */
	width: 100%;
	display: block;
	float: left;
	padding-bottom: 20px;
	height: 40px;
}
.push
{
	width: 100%;
	height: 40px;
	float: left;
	display: inline-block;
	background-color: #ffffff;
}

a[href^=tel]
{ 
	color:inherit; 
	text-decoration: inherit; 
	font-size:inherit; 
	font-style:inherit; 
	font-weight:inherit;
}

.button-link
{
	margin: 10px;
	background: #68d4fb;
	background: -moz-linear-gradient(top, #68d4fb 0%, #5cc6ee 50%, #55bfe9 51%, #4bb6e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68d4fb), color-stop(50%,#5cc6ee), color-stop(51%,#55bfe9), color-stop(100%,#4bb6e2));
	background: -webkit-linear-gradient(top, #68d4fb 0%,#5cc6ee 50%,#55bfe9 51%,#4bb6e2 100%);
	background: -o-linear-gradient(top, #68d4fb 0%,#5cc6ee 50%,#55bfe9 51%,#4bb6e2 100%);
	background: -ms-linear-gradient(top, #68d4fb 0%,#5cc6ee 50%,#55bfe9 51%,#4bb6e2 100%);
	background: linear-gradient(to bottom, #68d4fb 0%,#5cc6ee 50%,#55bfe9 51%,#4bb6e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68d4fb', endColorstr='#4bb6e2',GradientType=0 );
	border-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	float: left;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	-webkit-appearance: none;
	width: auto;
	font-size: 14px;
	text-align: center;
	/*height: 40px;*/
	padding: 10px;
	border: 0;
}

.buttonPlain
{
	/*margin: 10px;*/
	border-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	/*float: left;*/
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	-webkit-appearance: none;
	width: auto;
	font-size: 14px;
	text-align: center;
	/*height: 40px;*/
	padding: 10px;
	border: 0;
	display: inline-block;
}

.empty
{
	display: list-item;
}
.body
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: inherit;
	display: block;
}
.uppercase
{
	text-transform: uppercase;
}

.showSmall
{
	display: block;
}
@media(min-width: 1000px)
{
	.showSmall
	{
		display: none;
	}
}
.showBig
{
	display: none;
}
@media(min-width: 1000px)
{
	.showBig
	{
		display: block;
	}
}
.hideme
{
	display: none!important;
	visibility: hidden!important;
}
.bold
{
	font-weight: bold;
}
p.lineheight
{
	line-height: 24px;
}
#text
{
	width: 100%;
}
#text p
{
	padding-bottom: 10px;
}
#text a
{
	color: #00539f;
	font-weight: bold;
	text-decoration: none;
}
#text a:hover 
{
	color: #000000;
}
#strValidation, #strValidationB, .message
{
  padding: 15px;
  margin: 10px 0;
  color: white;
  
}
#strValidation p, #strValidationB p
{
  color: white;
  font-size: 1.3em;
}
#strValidation
{
  background-color: green;
}

#strValidationB
{
  background-color: red;
}