
body {
	font-family:arial;
}
#bodyWrapper {
	margin:0 auto;
	width:100%;
	max-width:1000px;

}
#rightMenu{
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
  padding-bottom:20px;
	position:relative;
  width:100%;
}

#headerSection {
	margin:0 auto;
	width:100%;
	background:white;
}
#logoandMenu {
	display:flex;
	flex-direction: row;	
	margin-top:10px;
	padding-bottom:10px;
}

#logoandMenu img {
	width:300px;
}
#addressBox {
	display:flex;
	flex-direction: row;
	justify-content:flex-end;
	width:100%;
	position:relative;
	font-size:12px;

}
#addressBox a {
	text-decoration:none;
	float:right;
}
#linkBox {
  display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
  position: relative;
	font-size:12px;
}

#linkBox ul{
	display: flex;
	align-items: center;
	padding-left:0;
}
#linkBox li{
	display:inline-block;
}
.linkBoxes {

	height:24px;
	width:24px;
	float:right;
	margin:0px 3px;
	text-indent:-99px;
	color:#fff;
	overflow:hidden;
}
#newsletter {
  height:30px;
	text-decoration:none;
	padding:5px 10px;
	border:1px solid #4e4e4e;
	background:#e1e2e0;
	font-size:12px;
}

#newsletter a{
		color:#4e4e4e;
}
#newsletter a:hover{
	color:#fff
}

#newsletter:hover {
	background:#4e4e4e;
	color:#fff;
}
#facebook {
	background: url(/clients/legend/images/facebook.jpg) no-repeat bottom;
}
#facebook:hover {
	background: url(/clients/legend/images/facebook.jpg) no-repeat top;
}
#twitter {
	background: url(/clients/legend/images/twitter.jpg) no-repeat bottom;
}
#twitter:hover {
	background: url(/clients/legend/images/twitter.jpg) no-repeat top;
}
#yelp {
	background: url(/clients/legend/images/yelp.jpg) no-repeat bottom;
}
#yelp:hover {
	background: url(/clients/legend/images/yelp.jpg) no-repeat top;
}
#flickr {
	background: url(/clients/legend/images/flickr.jpg) no-repeat bottom;
}
#flickr:hover {
	background: url(/clients/legend/images/flickr.jpg) no-repeat top;
}
#menuBar {
  display:flex;
	justify-content: center;
  align-items: center;
	padding-bottom:10px;
	background:#e1e2e0;
}
.menubar ul {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-top:7px;
}
.menubar li {
	display:inline-block;
}
.menubar a {
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	color:#4e4e4e;
	text-decoration:none;
}
.menubar a:hover {
	color:red;
}

#purpleBanner img {
	height:94px;
	width:100%;
	margin:0 auto;
}
#hideHome {

	margin:20px 0 0 925px;
	width:60px;
	height:20px;
	background:white;
	z-index:100;
	font-size:14px;
	font-family:arial;
	padding-top:3px;
}

#footerSection {
    display:flex;
	flex-direction: column;
    margin:0 auto;
	align-items: center;
	font-size:12px;
}
#footerSection span {
	font-size:14px;
	font-family:verdana;
	line-height:20px;
}

#footerItemInfo ul{
	display:flex;
	flex-direction: row;
	justify-content: center;
	padding-left:0
}
#footerItemInfo li{
  display:inline-block;
	font-size:14px;
	font-family:verdana;
	line-height:20px;
}

#footerItemInfo li:after{
	content:" |";
	padding-right:10px
}

#footerItemInfo li:nth-child(4):after{
	content:"";
}

#footerItemInfo li:nth-child(6):after{
	content:"";
}
#grayBox {
	background:#b5b5b5;
	display:flex;
	flex-direction: row;	
	max-width: 1000px;
	width:100%;  
}

#footerLinks ul {
  list-style-type: none;
	padding-left:0;
  margin-top:0;
	margin-bottom:0;
	width:566px; 
	
}

#footerLinks li{
	display: inline-block; 
}

#footerLinks li:after{
	content:" |"
}

#footerLinks li:nth-child(7):after{
	content:""
}

#box1{

}

#copyright{
	display:flex;	
	width:100%;
}

#copyright p:nth-child(1){
	padding:0
}

#copyright p:nth-child(1):before{
	content:""		
}


#copyright p:before, #copyright p:after{
	content:" | "
}

#copyright p, #copyright a{
	margin:0;
	padding-left:5px;
}
#copyright a{
  display:flex;
	align-items: center;
}

#box1 {  
  display:flex;
	flex-direction: column;
	width:100%;
	text-align:left;
		padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#box1 a {
	text-decoration:none;
	color:black;
}
#box1 a:hover {
	text-decoration:underline;
}
#box2 {
	display:flex;
	flex-direction: column;
	text-align:right;
  align-items: flex-end;
	width:100%;
		padding-right:10px;
	padding-top:10px;
	padding-bottom: 10px;
}

#box2 a{
	color:#000;
	text-decoration: underline
}

#box2 p{
	margin-top:0;
	margin-bottom:0;

}

#infoPage {
    padding:50px 20px 50px 30px;
    color:#666;
    font-size:12px;
    font-weight:none;
    line-height:20px;
    text-align:left;
    min-height:450px;
}
#leftInfoColumn {
    float:left;
    max-width:400px;
    width: 100%;
    font-size:16px;
    line-height:25px;
    color:#999;
}
#contactInfoBox {
    min-height:200px;
}
#leftInfoColumn b {
    font-size:16px;
    text-transform:uppercase;
}
#rightInfoColumn {
    float:right;
    max-width:500px;
    width: 100%;
}
#dynamicAddress {
    border:1px solid #ccc;
    padding:5px;
    margin-top:20px;
    max-width:385px;
    height:270px;
}
#contactForm .buttonContainer {
    padding:5px 0;
}

.hamburger {
	display: none;
}
.hamburger.active .top-bar {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}
.hamburger.active .middle-bar {
	opacity: 0;
}
.hamburger.active .bottom-bar {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
}
.top-bar ,
.middle-bar, 
.bottom-bar {
	width: 22px;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 50%;
	transition-delay: 0.1s,0.2s;
	transition-duration: 0.1s,0.1s;
	transition-timing-function: ease-in-out;
	left: calc(50% - 11px);
	border-radius: 5px;
}
.top-bar {
	top: calc(50% - 7px);
	transform-origin: 11px 1px;
}
.middle-bar {
	top: 50%;
}
.bottom-bar {
	top: calc(50% + 7px);
}
@media only screen and (max-width:1024px){
	#logoandMenu{
		padding-left:10px;
		padding-right:10px;
	}
}
@media only screen and (max-width:964px){
	#newsletter{
		display:flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

    #loginbodyWrapper {
        width: 100% !important;
    }
    #loginLoginSubLeft {
        max-width: 398px;
        margin-bottom: 20px;
    }
    #loginLoginSubRight {
        max-width: 348px;
        border-left: none !important;
    }
    #loginLoginSubRight, #loginLoginSubLeft {
        height: auto !important;
        float: none !important;
        width: 100% !important;
        padding: 0 0 0 2% !important;
        box-sizing: border-box !important;
    }
    .loginSubFormWrapper {
        width: 100% !important;
    }
    #loginSignInHeader {
       padding: 18px 15px !important; 
    }
	#footerItemInfo{
		width:100%;
	}
	#footerItemInfo ul{
		flex-direction: column;
	}	
	
	#footerItemInfo li{
				margin-top:10px;
				padding-left:10px;
	}

	#footerItemInfo li:after{
		content:""
	}
	#footerLinks ul{
  width:100%;
	display:flex;
	flex-direction: column;
	align-items: center;
	}
	#footerLinks li{
		display:block;		
		margin-top:10px;

	}
	#footerLinks li:nth-child(7){
		padding-bottom: 10px;
	}
	#footerLinks li:after{
		content:""
	}
	#grayBox{
		flex-direction: column;
	}
	#copyright{
		flex-direction: column-reverse;
		align-items: center;	
	}
	
	#copyright p{
		padding-bottom: 10px;
	}
	
	#copyright p:nth-child(3):before{
    content:""
	}
	#copyright a{
		padding-bottom:10px;
	}
	#copyright a:nth-child(2){
		padding-top:10px;
	}
	
	#copyright a:nth-child(4){
		padding-top:10px;
	}
		#copyright p:after{
		content:""
	}
	#box2{
		padding-left:0;
		padding-top: 10px;
		flex-direction: column;
		align-items: center;
	}
	#box2 p{
		text-align: left;
	}
	#box1,#box2{
		padding-left:0;
		padding-right:0px;
	}

	
	
}

@media only screen and (max-width:684px){
		#logoandMenu{
		flex-direction: column;
    text-align: center;		
	}
	
	#linkBox{    
		flex-direction: column;
		align-items: center;		
	}
	#addressBox{
		justify-content: center;
	}
	
	#rightMenu{
		padding-top:10px;
	}
	
		.hamburger {
			display: inline-block;
			cursor: pointer;
			padding: 20px;
			position: relative;
		}
	
	#menuBar{
	 flex-direction: column;
	align-items:  flex-end;
	text-align:right;
	}
	.hamburger{
		display: flex;
    justify-content: flex-end;
			
	}
	#navList li{
		display: block;
		padding-top:10px;
		font-size:20px;
	}
	#navList li:nth-child(6){
		padding-bottom:10px;
	}
	#navList{
		display: none;		
	}
	
	#navList.show{
		display: block
	}
}

@media only screen and (max-width:412px){
	#logoandMenu{
		flex-direction: column;
	}
}

@media only screen and (max-width: 375px) {
	#addressBox{
		flex-direction: column;
	}
	}