/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
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; }

code {
	padding: 3px 6px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3f8faf;
}

.columns img,
.column img {
	height: auto;
	max-width: 100%;
}

.columns.google-map img {
	max-width: none;
}

img, object, video {
	height: auto;
	display:block;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	*width: auto\8;
}

/* Flexible Embeds */
.embed {
	position: relative;
	padding: 0px;
	padding-bottom: 56.25%; /* 16/9 ratio */
	height: 0;
	overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-left {
	float: left;
	margin: 0 15px 8px 0;
}

.image-right {
	float:right;
	margin: 0 0 8px 15px;
}

.image-right,
.image-left {
	 padding: 4px;
	 border: 1px solid #ddd;
	 max-width: 100%;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 28px; line-height: 40px; }
h2 { font-size: 22px; line-height: 28px; }
h3 { font-size: 16px; line-height: 24px; }
h4 { font-size: 14px; line-height: 20px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 16px; }

p { margin: 0 0 15px 0; line-height: 20px;}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


a, a:visited {color: #3f516c; text-decoration: none; outline: 0; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out;}
p a, p a:visited { line-height: inherit; }

h1, h1 a, h1 a:visited, 
h2, h2 a, h2 a:visited, 
h3, h3 a, h3 a:visited, 
h4, h4 a, h4 a:visited, 
h5, h5 a, h5 a:visited, 
h6, h6 a, h6 a:visited {
	color: #228f65;
}

a:hover, a:focus,
h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus,
h5 a:hover, h5 a:focus,
h6 a:hover, h6 a:focus {
	color: #888;
}

ol { margin-left: 20px; margin-bottom: 12px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ul, ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 20px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 2px; }
li { margin-bottom: 4px; }
ul.large li { line-height: 21px; }
li p { font-size: 12px; line-height: 16px; margin: 0 0 10px;}
ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }

fieldset {
	margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	padding: 9px;
	outline: none;
	font: 12px Arial, sans-serif;
	color: #888;
	margin: 0;
	max-width: 100%;
	display: block;
	background: #fff;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	}
select {
	padding: 0;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #ccc;
	color: #666; 
	}
textarea {
	min-height: 60px; }
label,
legend {
	display: block;
	font-weight: bold;
	font-size: 12px; 
	font-weight: normal;
	margin-bottom: 8px;}
select {
	 }
input[type="checkbox"] {
	display: inline; }
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }

/* #Base 960 Grid
================================================== */
.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0;}
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }

.container .one-third.column                { width: 300px; }
.container .two-thirds.column               { width: 620px; }

/* Offsets */
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container                                  { width: 768px; }
	.container .column,
	.container .columns                         { margin-left: 10px; margin-right: 10px;  }
	.column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
	.column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
	.alpha.omega                                { margin-left: 0; margin-right: 0; }

	.container .one.column,
	.container .one.columns                     { width: 28px; }
	.container .two.columns                     { width: 76px; }
	.container .three.columns                   { width: 124px; }
	.container .four.columns                    { width: 172px; }
	.container .five.columns                    { width: 220px; }
	.container .six.columns                     { width: 268px; }
	.container .seven.columns                   { width: 316px; }
	.container .eight.columns                   { width: 364px; }
	.container .nine.columns                    { width: 412px; }
	.container .ten.columns                     { width: 460px; }
	.container .eleven.columns                  { width: 508px; }
	.container .twelve.columns                  { width: 556px; }
	.container .thirteen.columns                { width: 604px; }
	.container .fourteen.columns                { width: 652px; }
	.container .fifteen.columns                 { width: 700px; }
	.container .sixteen.columns                 { width: 748px; }

	.container .one-third.column                { width: 236px; }
	.container .two-thirds.column               { width: 492px; }

	/* Offsets */
	.container .offset-by-one                   { padding-left: 48px; }
	.container .offset-by-two                   { padding-left: 96px; }
	.container .offset-by-three                 { padding-left: 144px; }
	.container .offset-by-four                  { padding-left: 192px; }
	.container .offset-by-five                  { padding-left: 240px; }
	.container .offset-by-six                   { padding-left: 288px; }
	.container .offset-by-seven                 { padding-left: 336px; }
	.container .offset-by-eight                 { padding-left: 384px; }
	.container .offset-by-nine                  { padding-left: 432px; }
	.container .offset-by-ten                   { padding-left: 480px; }
	.container .offset-by-eleven                { padding-left: 528px; }
	.container .offset-by-twelve                { padding-left: 576px; }
	.container .offset-by-thirteen              { padding-left: 624px; }
	.container .offset-by-fourteen              { padding-left: 672px; }
	.container .offset-by-fifteen               { padding-left: 720px; }
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { width: 300px; padding: 0 10px; }
	.container .columns,
	.container .column { margin: 0; }

	.container .one.column,
	.container .one.columns,
	.container .two.columns,
	.container .three.columns,
	.container .four.columns,
	.container .five.columns,
	.container .six.columns,
	.container .seven.columns,
	.container .eight.columns,
	.container .nine.columns,
	.container .ten.columns,
	.container .eleven.columns,
	.container .twelve.columns,
	.container .thirteen.columns,
	.container .fourteen.columns,
	.container .fifteen.columns,
	.container .sixteen.columns,
	.container .one-third.column,
	.container .two-thirds.column  { width: 300px; }

	/* Offsets */
	.container .offset-by-one,
	.container .offset-by-two,
	.container .offset-by-three,
	.container .offset-by-four,
	.container .offset-by-five,
	.container .offset-by-six,
	.container .offset-by-seven,
	.container .offset-by-eight,
	.container .offset-by-nine,
	.container .offset-by-ten,
	.container .offset-by-eleven,
	.container .offset-by-twelve,
	.container .offset-by-thirteen,
	.container .offset-by-fourteen,
	.container .offset-by-fifteen { padding-left: 0; }
}


/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container { width: 420px; padding: 0 10px; }
	.container .columns,
	.container .column { margin: 0; }

	.container .one.column,
	.container .one.columns,
	.container .two.columns,
	.container .three.columns,
	.container .four.columns,
	.container .five.columns,
	.container .six.columns,
	.container .seven.columns,
	.container .eight.columns,
	.container .nine.columns,
	.container .ten.columns,
	.container .eleven.columns,
	.container .twelve.columns,
	.container .thirteen.columns,
	.container .fourteen.columns,
	.container .fifteen.columns,
	.container .sixteen.columns,
	.container .one-third.column,
	.container .two-thirds.column { width: 420px; }
}

/* #Clearing
================================================== */

.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; }
.row:after,
.clearfix:after {
	clear: both; }
.row,
.clearfix {
	zoom: 1; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Main Layout
====================================*/
body {
	background-color: #014222;
	font: 12px Arial, sans-serif;
	color: #6D6954;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

#header {
	padding-top: 10px;
}

#header .container {}

#main .container {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
}

/* Main Navigation
====================================*/
.selectnav {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 7px 5px;
	height: 35px;
	font-size: 14px;
	border-color: #888888;
}

#navigation {
	display: block;
	margin: 0;
	padding-left: 240px;
	width: 720px;
	position: absolute;
	bottom: 0;
}

#navigation ul,
#navigation li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
#navigation ul li {
	float: left;
	position: relative;
	margin: 0 0 0 3px;
}
#navigation ul li:first-child {
	margin-left: 0;
}

#navigation ul li a {
	font-family: Arial, sans-serif;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
	width: 100%;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#navigation ul li:last-child a {
}
#navigation ul li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 25px 4px;
	border-radius: 5px 5px 0 0;
	color: #2d4466;
}
#navigation ul li a:hover, #navigation ul li:hover > a {
	background: #d7a536;
}

#navigation ul ul {
	text-align: left;
	position: absolute;
	display: none;
	min-width: 150px;
	top: 27px;
	left: 0;
	background: #303030;
	z-index: 999;
}
#navigation ul ul li {
	width: 100%;
	margin: 0;
}
#navigation  ul > li.current-menu-ancestor > a {
	color:#fff
}
#navigation ul ul li a:hover, #navigation ul ul li:hover > a {
	color: #fff;
	background: #33445d;
}

#navigation ul ul li a {
	color: #aaa;
	display: block;
	width: 150px;
	margin: 0;
	padding: 8px 10px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	border: none;
	border-bottom: 1px solid #404040;
	background: none;
	filter: none;
	border-radius: 0;
	white-space: normal;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#navigation ul ul ul {
	position: absolute;
	top:0px;
	left:100%;
	z-index: 999;
}

#navigation ul ul ul li a {
	border: none;
	border-bottom: 1px solid #404040 !important;
	border-top: 1px solid transparent;
	background: none;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul {opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul {position:absolute; top:0; left:100%; opacity: 1; z-index:497;}

#navigation ul ul li:hover > a {color: #fff;}
#navigation > div > ul > li.current-menu-item > a {}

#header .header-left {margin-top: 20px;}
#header .header-right {
	margin-bottom: 40px;
}
#header .header-right p {
	margin: 0;
	padding: 0;
}

#header .list-menu, #header .list-menu ul, #header .list-menu li {
	list-style: none;
}

#header .list-menu {
	list-style: none;
	float: right;
	margin: 5px 0 15px;
}

#header .list-menu li {
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #ddd;
	font: 600 11px/1em Arial, sans-serif;
	text-transform: uppercase;
}
#header .list-menu li a {
	color: #ffffff;
}
#header .list-menu li a:hover, #header .list-menu li a:focus {
	color: #d7a536;
}

#header .list-menu li:first-child {
	border-left: 0;
}

/* Advanced Slider
====================================*/
#topleader {
}
#photo-slider {
	background: url(https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/topleader_bg.png) bottom center no-repeat rgba(255,255,255,.5);
	background-size: cover;
	overflow: hidden;
	position: relative;
}
#photo-slider .pageDataAreaDrag .photo-container {
	position: relative;
	height: 320px;
}
#photo-slider .polaroid {
	display: block;
	position: absolute;
	background: url(https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/polaroid.png) 0 0 no-repeat;
	background-size: cover;
	width: 255px;
	height: 290px;
	-webkit-backface-visibility: hidden;
}
#photo-slider .polaroid-1 {
	z-index: 4;
	left: 20px;
	top: 20px;
	-webkit-transform: rotate(-8.5deg);
	   -moz-transform: rotate(-8.5deg);
	    -ms-transform: rotate(-8.5deg);
	     -o-transform: rotate(-8.5deg);
	        transform: rotate(-8.5deg);
}
#photo-slider .polaroid-2 {
	z-index: 2;
	left: 250px;
	top: 10px;
	-webkit-transform: rotate(8deg);
	   -moz-transform: rotate(8deg);
	    -ms-transform: rotate(8deg);
	     -o-transform: rotate(8deg);
	        transform: rotate(8deg);
}
#photo-slider .polaroid .polaroid-image {
	display: block;
	position: absolute;
	background-size: cover;
	width: 215px;
	height: 210px;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 60px;
}
#photo-slider .polaroid .polaroid-caption {
	display: block;
	position: absolute;
	color: #7e7a68;
	font-family: 'Satisfy', sans-serif;
	font-size: 24px;
	text-align: center;
	bottom: 20px;
	left: 15px;
	right: 15px;
	height: 35px;
	line-height: 35px;
	text-overflow: clip;
	overflow: hidden;
}
#photo-slider .polaroid-pin {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	z-index: 10;
}
#photo-slider .polaroid-pin.pin-upper-left {
	background-image: url(https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/tack_upperleft.png);
	width: 48px;
	height: 59px;
	left: 5px;
	top: -20px;
}
#photo-slider .polaroid-pin.pin-lower-right {
	background-image: url(https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/tack_lowerright.png);
	width: 40px;
	height: 63px;
	bottom: 15px;
	right: 5px;
}
#photo-slider .polaroid-pin.pin-upper-right {
	background-image: url(https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/pin_upperright.png);
	width: 45px;
	height: 47px;
	top: -20px;
	right: 12px;
}
#photo-slider ul, #photo-slider li { list-style: none; margin: 0; }
#photo-slider .slides li {
	display: none;
	position: relative;
	height: 315px;
	overflow: hidden;
}
#photo-slider .slides li:first-child {
	display: block;
}
#photo-slider .slide-link {
	z-index:6;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:transparent;
	color:transparent;
}
#photo-slider .slide-photo {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 20px;
	width: 460px;
	height: 280px;
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
}
#photo-slider .slide-photo .slide-image {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 460px;
	height: 285px;
	background-size: cover;
}
#photo-slider .slide-photo .slide-caption {
	display: block;
	position: absolute;
	text-align: center;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	opacity: 0;
}
#photo-slider .slide-photo .slide-caption span {
	color: #fff;
	text-transform: uppercase;
	font-family: Ledger, serif;
	font-size: 12px;
	line-height: .5;
	
}
.flexslider { overflow: hidden; }


/* Leader Content
====================================*/
#topbanner {
	margin-top: 30px;
	background: #3f516c;
	color: #fff;
	font-size: 14px;
}
#topbanner .container {
	background: #3f516c;
	position: relative;
	top: -30px;
	text-align: center;
	padding-top: 20px;
}
#topbanner .banner-shadow {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	padding-bottom: 30px;
	height: 100%;
	background: #3f516c url(https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/ribbon-shadow.png) no-repeat;
}
#topbanner .shadow-left {
	left: -20px;
	background-position: bottom left;
}
#topbanner .shadow-right {
	right: -20px;
	background-position: bottom right;
}

.home #main {
	position: relative;
	top: -30px;
	margin-bottom: -30px;
}
.home #main .container {
	padding-top: 30px;
}

#topbanner h3 {
	color: #6a7f9f;
	font-size: 30px;
	line-height: 48px;
	text-transform: uppercase;
}
#topbanner p {
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
}

/* Main Content
====================================*/
#main-wrapper {
	background: url('https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/body_bg.jpg') top center no-repeat;
	background-size: cover;
	padding-top: 2px;
}
.ie8 #main-wrapper {
	-ms-behavior: url('/assets/layouts/bearden/bgsize/backgroundsize.min.htc');
}

.view-more {
	display: block;
	margin: -5px 5px 10px;
	font-weight: bold;
}

.column-nav, .column-nav ul, .column-nav li {
	list-style: none;
}
.column-nav h3 {
	text-transform: uppercase;
}
.column-nav ul li a {
	font-size: 16px;
	line-height: 22px;
	padding-left: 3px;	
}
.column-nav .current {
	color: #d2a32f;
	cursor: default;
}

/* MN Search Widget
====================================*/
.search-form {
	padding-top 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	float: right;
}
.search-form input {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 3px 5px;
	margin: 0;
	border-radius: 4px;
}
.search-form ::-webkit-input-placeholder { font-style: italic; }
.search-form :-moz-placeholder { font-style: italic; }
.search-form ::-moz-placeholder { font-style: italic; }
.search-form :-ms-input-placeholder { font-style: italic; }
.mn-widget-searchbox-form {
	position: relative;
}
.search-form .mn-widget-searchbox-keyword {
	border: 1px solid #ccc;
	margin-right: 5px;
	width: 133px;
	height: 16px;
	display: inline-block;
	*display: inline;
}
.search-form .mn-widget-searchbox-searchbtn {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	width: 60px;
	color: #2d4466;
	border: 1px solid #be9112;
	background-repeat: repeat-y;
	background-size: 100% 90px;
	background-position: 0 0;
	-webkit-transition: all 0.1s linear;
	   -moz-transition: all 0.1s linear;
		 -o-transition: all 0.1s linear;
		    transition: all 0.1s linear;
}
.search-form .mn-widget-searchbox-searchbtn:hover {background-position:0 -30px;}
.mn-widget-searchbox-wrapper {text-align:left;}
.mn-widget-searchbox-autocomplete {position:absolute;top:30px;width:300px;right:0;z-index:990}
.mn-widget-searchbox-autocomplete ul {background:#edebeb;border-top:3px solid #f5c65f;width:100%;list-style:none;margin:0;padding:0;}
.mn-widget-searchbox-autocomplete ul:after {content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.mn-widget-searchbox-autocomplete li{margin:0;padding:0;float:none}
.mn-autocomplete {
	display:block;
	border:0;
	border-bottom:1px solid #dcdadbf;
	font:12px/18px 'PTSansRegular', Arial, Helvetica, sans-serif;
	color:#333333 !important;
	padding:5px 15px;
}
.mn-autocomplete:hover{background-color:rgba(255,255,255,0.5);}
.mn-autocomplete br{display:none;}
.mn-autocomplete-name{display:block;}
.mn-autocomplete-type{display:block;font-size:10px;line-height:10px;font-style:italic;}

/* MN Calendar Widget
====================================*/
.scrollable-widget {
	border: 1px solid #bbb;
	position: relative;
	border-radius: 4px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.scrollable-widget h3 {
	position: relative;
	margin: 10px 0;
	padding: 0 5px;
	line-height: 26px;
	height: 26px;
	text-overflow: ellipsis;
	background: #50847f;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
}
.scrollable-widget h3:before {
	display: block;
	content: '';
	position: absolute;
	left: -7px;
	top: 0;
	height: 31px;
	width: 7px;
	background: url(https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/widget-banner-left.png) top right no-repeat;
}
.scrollable-widget h3:after {
	display: block;
	content: '';
	position: absolute;
	right: -14px;
	top: 0;
	height: 26px;
	width: 14px;
	background: url(https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/widget-banner-right.png) top left no-repeat;
}

.mn-scroll-container {
	position: relative;
	height:200px;
	overflow:auto;
}

.mn-scroll-item {
	position: relative;
	color: #3f516c;
	padding: 5px 15px;
	margin: 0;
	font-weight: bold;
}

.mn-scroll-link {
	display: inline-block;
	font-weight: bold;
	color: #3f516c;
}
.date-widget .mn-scroll-link {
	margin-left: 45px;
}

.date-widget .mn-scroll-date {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 50px;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
}
 
/* Main Footer
====================================*/
#footer {
	color: #222;
	position: relative;
}
#footer .container {
	position: relative;
	background: #c6bd95;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .container div {
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer .footer-shadow {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	padding-bottom: 30px;
	background: #c6bd95;
}
#footer .shadow-left {
	left: -20px;
}
#footer .shadow-right {
	right: -20px;
}
#footer .shadow-left:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: -8px;
	height: 8px;
	width: 20px;
	background: url(https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/footer-shadow.png) bottom left no-repeat;
}
#footer .shadow-right:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: -8px;
	height: 8px;
	width: 20px;
	background: url(https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/assets/layouts/bearden/images/footer-shadow.png) bottom right no-repeat;
}


#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #fff;
}

#footer a, #footer h1 a, #footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a {
	color: #3f516c;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .list-menu, #footer .list-menu ul, #footer .list-menu li {
	list-style: none;
}

#footer .list-menu {
	display: inline-block;
	margin: 5px 0 15px;
	zoom: 1;
	*display: inline;
}

#footer .list-menu li {
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #3f516c;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
}

#footer .list-menu li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

#footer .footer-row {
	position: relative;
	margin-bottom: 10px;
}

.footer-row div[id^="content_id"]:last-child p:last-child {
	margin-bottom: 0;
}

#footer-bottom {
	float: right;
	color: #e1dabe;
	color: rgba(255,255,255,.55);
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

/* LiveEdit Module Overrides */
.slider > a, .slider > img { display: none; }
.slider > a:first-child, .slider > img:first-child {
	position: relative;
	display: block;
}
.slider img {
	width: 100%;
	height: auto;
}

/* Form Builder Styles */
form[id^='form_id'] th, form[id^='form_id'] td {
	max-width: 50%;
	width: 50%;
	padding: 2px 10px 10px 0;
	line-height: 18px;
	vertical-align: top;
}
form[id^='form_id'] td { padding: 0 0 10px; }
form[id^='form_id'] input[type="text"] { padding: 2px 5px; }
form[id^='form_id'] select { padding: 2px; }
form[id^='form_id'] textarea { width: 100%; }
form[id^='form_id'] .required.error { border-color: #c33; }
form[id^='form_id'] label.error { color: #c33; }
form[id^='form_id'] input[type='radio'] + label.error { float: right; position: absolute; margin-left: -125px; }

.pp_gallery ul a img {
	width: 50px;
	height: 33px;
}

/* Responsive media queries
====================================*/
@media only screen and (max-width: 959px) {
	#header .container {
		padding-bottom: 40px;
	}
	#header .header-right {
		margin-bottom: 0;
	}
	#navigation {
		padding: 0;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	#navigation {
		width: 768px;
	}
	#photo-slider .slides li {
		height: 250px;
	}
	#photo-slider .polaroid {
		width: 211px;
		height: 240px;
		-webkit-backface-visibility: hidden;
	}
	#photo-slider .polaroid-1 {
		top: 15px;
	}
	#photo-slider .polaroid-2 {
		left: 205px;
		top: 0;
	}
	#photo-slider .polaroid .polaroid-image {
		width: 179px;
		height: 174px;
		top: 16px;
		left: 16px;
		right: 16px;
		bottom: 50px;
	}
	#photo-slider .polaroid .polaroid-caption {
		font-size: 20px;
		bottom: 16px;
		left: 16px;
		right: 16px;
		height: 30px;
		line-height: 30px;
	}
	#photo-slider .polaroid-pin.pin-upper-left {
		width: 35px;
		height: 44px;
		top: -15px;
	}
	#photo-slider .polaroid-pin.pin-lower-right {
		width: 30px;
		height: 48px;
	}
	#photo-slider .polaroid-pin.pin-upper-right {
		width: 33px;
		height: 35px;
		top: -10px;
	}
	#photo-slider .slide-photo {
		right: 0;
		top: 10px;
		width: 355px;
		height: 235px;
	}
	#photo-slider .slide-photo .slide-image {
		width: 355px;
		height: 240px;
	}
	#topbanner h3 {
		font-size: 28px;
		line-height: 42px;
	}
	#topbanner p {
		font-size: 12px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 767px) {
	#logo img, #logo a img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#header .search-form {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#header .AlignRight {
		text-align: center;
	}
	a.page .column-nav {
		display: none;
	}
	#header .list-menu {
		display: none;
	}
	/*
	#header .list-menu {
		float: none;
		text-align: center;
	}
	#header .list-menu li {
		float: none;
		display: inline;
	}
	#header .list-menu li a {
		line-height: 24px;
		white-space: nowrap;
	}
	*/

	.js .selectnav {
		display: block;
	}

	.js #nav,
	.slide-caption,
	.social-icons,
	#navigation ul li a {
		display: none;
	}

	#navigation {
		width: 300px;
	}

	#photo-slider .slides li {
		height: 180px;
	}
	#photo-slider .polaroid {
		display: none;
	}
	#photo-slider .slide-photo, 	#photo-slider .slide-photo .slide-image {
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: 300px;
		height: 180px;
	}

	#topbanner h3 {
		font-size: 24px;
		line-height: 36px;
	}
	#topbanner p {
		font-size: 12px;
		line-height: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
    .pp_contract { display: none; }
	.pp_pic_holder { width: 100% !important; left: 0 !important; overflow: hidden; }
	.pp_pic_holder .pp_content_container .pp_left { padding-left: 0 !important; }
	.pp_pic_holder .pp_content_container .pp_right { padding-right: 0 !important; }
	.pp_content { width: 100% !important; height: auto !important; }
	.pp_fade, .pp_hoverContainer { width: 100% !important; max-width: 100%; height: 100% !important; max-height: 100%; }
	.pp_expand, .pp_contract, .pp_gallery, .pp_top, .pp_bottom { display: none !important; }
	#pp_full_res img { width: 100% !important; height: auto !important; }
	.pp_details { position: relative; width: 94% !important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px !important; z-index: 2000; }
	.pp_close { right: 10px !important; top: 10px !important; }
	.pp_hoverContainer .pp_previous, .pp_hoverContainer .pp_next { display: block !important; cursor: pointer; width: 61px; height: 22px; position: relative; top: 50%; margin-top: -31px; }
    .pp_hoverContainer .pp_next { background: url('https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/images/prettyPhoto/light_rounded/btnNext.png') center right no-repeat; }
    .pp_hoverContainer .pp_previous { background: url('https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/85/CMS/convert/www.tomahwisconsin.com/images/prettyPhoto/light_rounded/btnPrevious.png') center left no-repeat; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#navigation {
		width: 420px;
	}
	#photo-slider .slides li {
		height: 220px;
	}
	#photo-slider .slide-photo, #photo-slider .slide-photo .slide-image {
		width: 420px;
		height: 220px;
	}
}