@charset "utf-8";
/* CSS Document */
/* Basics */
body {
	Margin: 0;
    padding: 0;
    min-width: 100%;
    background-color: #ffffff;
}
table {
    border-spacing: 0;
    font-family: sans-serif;
    color: #333333;
}
td {
    padding: 0;
}
img {
    border: 0;
}
.wrapper {
    width: 100%;
    table-layout: fixed;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.webkit {
	width:100%;
    max-width: 680px;
}
.outer {
	Margin: 0 auto;
    width: 100%;
    max-width: 680px;
	position:relative;
}
.full-width-image img {
    width: 100%;
    max-width: 680px;
    height: auto;
}
.inner {
	padding: 10px;
}
.naylorBar a {
	color: #256fb9;
}
 
/* One column layout */
.one-column .contents {
    text-align: left;
}
.one-column p {
    font-size: 14px;
    Margin-bottom: 10px;
	line-height:1.5em;
}
.scaLinkText{
	line-height:1.5em;
}
.nwlCalEvent{
	border-radius:5px;
}
.logMessage{
	background-color:#900;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:25px;
	padding: 25px;
	text-align:center;
	border-bottom:1px solid #333;
}
.box{
	position:relative;
	width:72px;
	line-height:72px;
	background-color:#900;
	color:#fff;
	text-align:center;	
	transition:ease-in-out 200ms;
}

@media only screen and (max-device-width: 480px) {
	.nwlWrapper{
		width:100% !important;
	}
	.nwlContentArticle{
		margin:25px;
	}
	.nwlSummary{
		font-size:16px !important;
	}
	.adWrapper{
		width:100% !important;
	}
	.webkit {
		width:100% !important;
		max-width: 100% !important;
	}
	#menuLinks a{
		display:block;
		margin:0px 25px;
	}
	#menuLinks span{
		display:none;
	}
	img#nwlHeader{
		width:100% !important;
		max-width:100% !important;
		
	}
	.nwlContentInnerPadding{
		/*padding:25px !important;*/
	}
	.nwlContentWrapper50{
		width:100% !important;
	}
	.nwlZoneHeader{
		padding-left: 25px !important;
		padding-right:25px !important;
	}
	.nwlThumbnail img{
		width:100% !important;
	}
	.thumb-third{
		width:33% !important;
	}
	.thumb-third img{
		width:100% !important;
	}
	.johnsonbox{
		display:none;
	}
	
	table.contentAd{
		padding:15px !important;		
	}
	.contentAd table.thumbnail {
			width: 100% !important;
			float: none !important;
			text-align: center !important;
		}
	.contentAd table.thumbnail img {
			max-width: 100% !important;
		}
	.contentAd table.scaSummary {
			width: 100% !important;
			float: none !important;
		}
	.scaHeadline a{
		font-size: 18px !important;
		line-height: 1.5em !important;
		margin-bottom: 15px !important;
	}
	.scaTextCopy, .scaLinkText a {
		font-size:16px !important;
		line-height::1.6em !important;
	}
	.articleWrapper{
		margin:auto 25px !important;
	}
	.nwlAdFloat{
		float:none !important;
		width:100% !important;
		text-align: center !important;		
	}
	.nwlAdFloat img{
		max-width:100% !important;
		height:auto !important;
	}
	.nwlCalEvent{
		margin:0px 25px !important;
		width: calc(100% - 50px) !important;
	}
	.mobileHide{
		display:none;
	}	
	#footer table{
		width:100% !important;
		text-align:center !important;
	}
	#footer-logo img{
		margin-bottom:25px;
		max-width:	100% !important;
	}
	#footer-address img{
		margin-top:25px;
		max-height: 32px !important;
	}
	.lmButton{
		
		text-align:center;
	}
	img{
		max-width:100% !important;
		height:auto;
	}
	.socialIcons img{
		height:32px !important;
		margin-right:10px !important;
	}
	.contentRow td{
		display:block;
		width:100% !important;
	}
}