﻿:root{
	--menuBlue:#448ecd;
	--ltPink: #fc9a9c;
  --honeydew: #f0fff0;	
}

body,html{
	margin:0;
	width:100%;
	padding:0;
	overflow-x:hidden;
}

body{
	background:#fff;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;	
}

a{
	color:var(--menuBlue);
}

.ssImg{
	width:100%;
}

#header{
	background:var(--menuBlue);
	color:#f2f2f2;
	margin:0;
	height:100px;
	line-height:100px;
}

.bld{
	font-weight:bold;
}

.msgFmt{
	width:80% !important;
	text-align:center;
}

#headerPic{
	width:100%;
}

.flx{
	display:flex;
}
.half{
	width:calc(48% - 2px);
	border:1pt solid #ccc;
	border-radius:3px;
	margin-left:1%;
}
.halfHeader{
	width:100%;
	background:#ccc;	
	text-align:center;
}
.halfContent{
	padding:10px;
	background:#fff;
	font-size:.9em;
}

#content{
	width:70%;
	margin:auto;
	font-size:1.2em;
	padding-bottom:20px;
}

h1{
	padding:0;
	margin:0;
}

.ib{
	display:inline-block;
}

.hideMe{
	display:none;
}

.btn{
	width:100px;
	color:#000;
	background:#eee;
	height:30px;
	border:1pt solid #efefef;
	border-radius:3px;	
	line-height:26px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

#contactFormWrapper input{
	width:100%:
}

.ctr{
	text-align:center;
}

.clr{
	clear:both;
}

.clr5{
	clear:both;
	height:5px;
}	

.clr10{
	clear:both;
	height:10px;
}	

.clr20{
	clear:both;
	height:20px;
}	

.clr200{
	clear:both;
	height:200px;
}	

.clr100{
	clear:both;
	height:100px;
}	

#footer{
	width:100%;
	clear:both;
	height:50px;
	text-align:center;
	line-height:50px;
	background:#fff;
	border-top:1pt solid #ccc;
}

.lbl{
	display:inline-block;
	width:120px;
	text-align:right;
	padding-right:5px;
}


#contactFormWrapper{
	border:1pt solid #ccc;
	border-radius:3px;
	width:100%;
	margin:auto;
}

#taWrapper{
	width:50%;
}
.taHalf{
	width:50%;
	padding:10px;
	display:inline-block;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
    background-size:40px;            
}

@media only screen and (max-width : 768px) {
	#content{
		width:90%;
	}
	#header{
		font-size:.8em;
	}	
	
	.flx{
		display:inline;
		width:100%;
  }
  
  .half{
  	width:100%;
  	margin-bottom:10px;
  }
	a{
		font-size:.8em;
	}

}