/* cmsms stylesheet: Normalize modified: Sunday, February 25, 2018 12:30:07 AM */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;

}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
	padding:0;
	margin:0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
	border: none;
}
/* cmsms stylesheet: Base modified: Wednesday, June 9, 2021 11:28:24 PM */
/*
BASE (MOBILE) SCREENS
These base styles apply to all screen sizes, but may be overridden on larger screens by the media query-driven styles that appear later in this file.
*/

.border {
    border-style: dashed;
    border-width: 1px;
    border-color: red;
}

/* Responsive Images */
img {
	width:auto;
	max-width:100%; 
	height:auto;
	float:left; /* cures the 4 px whitespace anomaly */
}



/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
* {  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       box-sizing: border-box; 
}


/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.right {
	float:right;
}

.left {
	float:left;
}

.cell-bottom {
	display:table-cell; 
	vertical-align:bottom;
	width: 100%;
}

body {
	height: 100%;
	background-color: #acaba3; /* dark beige */
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; /* light */
	font-size: 13px;
	color: black;
	margin: 0;
}

strong {
	font-weight: 700; /* bold */
}

#wrapper {
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: #efede0; /* beige */
}

#logo {
	float: left;
	width: 68.5%;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 4%;
}

#utility_payment_button-desktop {
	display: none;
}

#topnav {
	text-align: right;
	margin-right: 0;
}
	
hr.burgundy {
    height: 0;
    border: 0;
    border-top: 3px solid #66001d;
    margin: 0;
    padding: 0;
}

#content {  
	width:100%;
	height: 100%;
	margin: 0;
}

#banner_image-desktop {
	display: none;
}

#main_outer {
}

#main {
	padding-top: 22px;
	padding-right: 4.5%;
	padding-bottom: 0;
	padding-left: 4.5%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; /* light */
	font-size: 13px;
	line-height: 17px;
}

#main h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 400; /* normal */
	font-size: 19px;
	line-height: 23px;
	color: black;
	margin: 0;
}

#main h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; /* bold */
	font-size: 14px;
	line-height: 18px;
	color: #66001d; /* burgundy */
	margin: 9px 0 0 0;
	padding-bottom: 2px;
	border-bottom: 2px solid #66001d; /* burgundy */
}

#main h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; /* bold */
	font-size: 13px;
	line-height: 17px;
	color: black;
	margin: 15px 0 0 0;
}

#main h4 {
}

#main p {
	color: black;
	margin: 6px 0 0 0;
}

#main ul + p {
	margin-top: 8px;
}

#main h3 + p {
	margin-top: 0;
}

#main p.note {
	color: #919291 !important;  /*  50% gray  */
	font-size: 11px !important;
	font-style: italic !important;
	line-height: 14px !important;
	margin-top: 0 !important;
}

#main table + p.note {
	margin-top: -12px !important;
}

#main p.caption, #main p.caption_landscape, #main p.caption_portrait, #caption_square {
}

#main p.caption_portrait {
}

div.NewsStory p {
	margin: 3px 0 0 0 !important;
}

div.NewsStory p.dateline {
	margin-top: 0 !important;
	font-style: italic;
	color: #919291 !important;  /*  50% gray  */
}

#main UL, OL { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; /* light */
	font-size: 13px;
	line-height: 17px;
	color: black;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 9px; 
	padding-left: 9px; 
	list-style-position: outside; 
}

#main LI { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; /* light */
	font-size: 13px;
	line-height: 17px;
	color: black;
	margin-top: 2px; 
	margin-bottom: 0px; 
}

#main img.photo_landscape {
	margin: 12px 0 4px 0;
}

#main img.photo_portrait {
	float: right;
	width: 50%;
	max-width: 170px;
	margin: 15px 0 8px 15px;
}

#main hr {
    height: 0;
    border: 0;
    border-top: 1px solid #cbcbcb !important;  /*  25% black  */
    margin: 20px 0 20px 0;
    padding: 0;

}


/* Tables */

#main table {
	margin-top: 24px;
	margin-bottom: 16px;
}

#main table:first-child {
	margin-top: 16px;
	margin-bottom: 16px;
}

#main tr.head-mobile,
#main tr.head-desktop {
	border-bottom: 2px solid #c7c8bf; /* greige */
}

#main tr.head-mobile td,
#main tr.head-desktop td {
	text-align: left;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; /* bold */
	font-size: 13px;
	line-height: 17px;
	color: #66001d; /* burgundy */
}

#main tr {
	border-bottom: 1px solid #c7c8bf; /* greige */
}

#main td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main td:first-child {
	padding-right: 40px;
}

#main tr.indent td:first-child {
	padding-left: 20px;
}



/* Responsive Tables */
@media (max-width: 500px) {

#main tr.head-desktop {
	display: none;
}

#main tr.head-mobile td {
	width: 100%;
}

#main td {
	display: block;
}

#main td:first-child {
	padding-right: 0;
	padding-bottom: 0;
}

#main td:last-child {
	padding-top: 0;
	padding-right: 0;
}

#main tr.indent td {
	padding-left: 20px;
}

}




/* Sidebar */

#sidebar {
	padding-top: 3%;
	padding-right: 4.5%;
	padding-bottom: 32px;
	padding-left: 4.5%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; /* light */
	font-size: 13px;
	line-height: 17px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#sidebar h2 {
	display: block;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; /* bold */
	font-size: 13px;
	line-height: 17px;
	color: #66001d; /* burgundy */
	margin: 14px 0 0 0;
	padding-bottom: 2px;
	border-bottom: 1.7px solid #c7c8bf; /* greige */
	clear: both;
}

#sidebar h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; /* bold */
	font-size: 13px;
	line-height: 17px;
	color: black;
	margin: 15px 0 0 0;
}

#sidebar p {
	color: black;
	margin: 4px 0 0 0;
}

#sidebar h3 + p {
	margin: 0;
}

.gradient_box {
    background: linear-gradient(#eeece0, #faf7f5);
	background-color: #f0f0e5; /* mid-beige of gradient */
	padding: 0 3.7% 3.7% 3.7%;
	margin-top: 25px;
}

#sidebar img.photo_portrait,
#sidebar img.photo_landscape {
	float: none;
	width: 100%;
	margin-top: 6px;
}

#sidebar img.photo_portrait,
#sidebar p.caption_portrait {
	width: 75%;
	margin-left: 12.5%;
}

#sidebar UL, OL { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; /* light */
	font-size: 13px;
	line-height: 17px;
	color: black;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 9px; 
	padding-left: 9px; 
	list-style-position: outside; 
}

#sidebar LI { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	line-height: 18px; 
}

p.warning {
	font-weight:bold;
	color:red;
} 




/* Footer */
#back_to_top {
	background-image: url(http://villageofbergen.com/images/back_to_top_background.gif);
	background-repeat: repeat-x;
	background-size: contain;
}

img.back_to_top {
	width: 30px;
	display: block;
	float: none;
	margin: 0 auto;
}

#footer {
	background-color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; /* light */
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: white;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 6.5% 16px 6.5%;
}

#footer_block_1 h3,
#footer_block_2 h3,
#footer_block_3 h3 {
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; /* semibold */
	font-size: 12px;
	line-height: 16px;
	color: white;
}

#footer_block_2,
#footer_block_3 {
	padding-top: 12px;
}



/* Links */
a:link,
a:visited {
	text-decoration: underline;
	font-weight: 400; /* regular */
	font-style: italic;
	color: #e26001; /* orange text */
}

h4 a:link,
h4 a:visited {
	font-weight: 500;
}

#footer a:link,
#footer a:visited {
	color: white;
	text-decoration: underline;
	font-weight: 300; /* light */
	font-style: normal;
}

a.signup_button {
	display: block;
	float: left;
	background-color: #e26001;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-style: normal;
	margin-top:10px;
	padding: 3px 25px;
}

a.signup_button:hover {
	text-decoration: none;
}



/*
PHONES in LANDSCAPE ORIENTATION
*/
@media only screen and (min-width: 500px) {

#logo { 
	width: 48%;
	margin-bottom: 2.8%;
}

#banner_image-mobile {
	display: none;
}

#banner_image-desktop {
	display: block;
}

#main UL, OL { 
	margin-left: 15px; 
	padding-left: 15px; 
}

#main img.photo_landscape {
	float: none;
	width: 74%;
	margin-left: 13%;
}

#main p.caption_landscape {
	width: 74%;
	margin-left: 13%;
}

#main img.photo_portrait {
}

#main p.caption_portrait {
}

#sidebar img.photo_landscape {
	width: 60%;
	margin-left: 20%;
}

#sidebar img.photo_portrait,
#sidebar p.caption_portrait {
	width: 45%;
	margin-left: 27.5%;
}

#footer {
	font-size: 13px;
	line-height: 17px;
}

#footer_block_1 h3,
#footer_block_2 h3,
#footer_block_3 h3 {
	font-size: 13px;
	line-height: 17px;
}

/* Tables */
#main tr.head-mobile {
	display: none;
}

#main tr.head-desktop {
	display: table-row;
}

}




/*
TABLETS in PORTRAIT ORIENTATION
*/
@media only screen and (min-width: 700px) {

#logo { 
	width: 34.3%;
	margin-bottom: 2%;
}

#main_outer {
	float: left;
	width: 67%;
	padding-right: 2.3%;
}

#main {
	padding-bottom: 3%;
	padding-left: 6.5%;
	padding-right: 0;
}

#banner_image {
}

#sidebar {
	float: right;
	width: 33%;
	max-width: none;
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 3%;
	padding-left: 1.7%;
}

#footer {
	padding-left: 4.5%;
}

#footer_block_1 {
	float: left;
	text-align: left;
	width: 55%;
}

#footer_block_2 {
	float: right;
	text-align: left;
	padding-top: 0;
}

#footer_block_3 {
	text-align: center;
	clear: both;
}

} 



/*
TABLETS in LANDSCAPE & SMALLER LAPTOPS
This is the first appearance of the "desktop layout"
*/
@media only screen and (min-width: 900px) {

#header {
}

#nav-outer {
	float: right;
	width: 73.9%;
	margin-right: 3.5%;
	margin-top: 7%;
}

#utility_payment_button-desktop {
	display: block;
	float: right;
	width: 27.7%;
}

#topnav {
	float: right;
	margin-top: 5px;
	margin-bottom: -1px;
}

#logo { 
	width: 21.065%;
	margin-left: 1.47%;
	margin-bottom: 0;
}

#hr-desktop {
	display: block;
}

#banner_image {
}

#main {
	padding-bottom: 4%;
}

#sidebar {
	padding-bottom: 4%;
}

#footer-mobile {
	display: none;
}

#footer {
	padding-top: 12px;
}

#footer {
	font-size: 14px;
	line-height: 18px;
}

#footer_block_1 h3,
#footer_block_2 h3,
#footer_block_3 h3 {
	font-size: 14px;
	line-height: 18px;
}

br.mobile_only{
	display: none;
}



/* Links */
a:link,
a:visited, 
#footer a:link,
#footer a:visited {
	text-decoration: none;
}

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

}



/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1100px) {
#wrapper {
	max-width: 1300px; 
}

#topnav {  /* top and bottom margins position the nav bar vertically within the header */
	margin-top: 9px;
	margin-bottom: -1px;
}

hr.burgundy {
    border-top: 4px solid #66001d;
}

#banner_image {
}

#main {
	font-size: 16px;
	line-height: 22px;
}

#main h1 {
	font-size: 23px;
	line-height: 28px;
}

#main h2 {
	font-size: 17px;
	line-height: 22px;
	margin: 11px 0 0 0;
}

#main p {
	font-size: 16px;
	line-height: 22px;
	margin: 7px 0 0 0;
}

#main h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 18px 0 0 0;
}

#main h4 {
	font-size: 16px;
	line-height: 22px;
}

#main UL, OL { 
	font-size:16px;
	line-height:22px; 
	margin-left: 18px; 
	padding-left: 18px; 
}

#main LI { 
	font-size:16px;
	line-height:22px; 
	margin-top: 4px; 
}

#main ul + p {
	margin-top: 9px;
}

#main p.note {
	font-size: 13px !important;
	line-height: 16px !important;
}

#main p.caption_landscape, #main p.caption_portrait, #caption_square {
	font-size: 15px;
	line-height: 20px;
}

#main tr.head-desktop td {
	font-size: 16px;
	line-height: 22px;
}

#main tr.indent td:first-child {
	padding-left: 24px;
}

#sidebar {
	font-size: 16px;
	line-height: 22px;
}

#sidebar h2 {
	font-size: 17px;
	line-height: 22px;
	margin: 16px 0 0 0;
	padding-bottom: 2px;
	text-transform: uppercase;
}

#sidebar h3 {
	font-size: 16px;
	line-height: 22px;
	color: black;
}

#sidebar UL, OL { 
	font-size: 14.7px;
	line-height: 21.6px;
}

#sidebar LI { 
	line-height: 21.6px;
}

#footer {
	font-size: 15px;
	line-height: 19px;
}

#footer_block_1 h3,
#footer_block_2 h3,
#footer_block_3 h3 {
	font-size: 15px;
	line-height: 19px;
}


} 



/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* cmsms stylesheet: Accordion modified: Saturday, October 5, 2024 11:01:50 AM */
/*
BASE (MOBILE) SCREENS
These base styles apply to all screen sizes, but may be overridden on larger screns by the media query-driven styles that appear later in this file.
*/

#sidebar * {
  box-sizing: border-box;
}

ul.accordion li > a {
	text-decoration: none;
	color: inherit;
}

ul.accordion a {
	outline: 0;
}

#minutes_and_agendas_button {
	float: right;
	width: 87px;
	margin-top: 90px;
	margin-right: 4.3%;
	margin-left: 9px;
}

#sidebar ul.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar ul.accordion .inner {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible;
  display: none;
}

#sidebar ul.accordion .inner.show {
  /*display: block;*/
}

#sidebar ul.accordion li {
  margin: 1px 0;
}

#sidebar ul.accordion li a {
  font-weight: 700;
  font-style: normal;
}

#sidebar ul.accordion li a.toggle {
	width: 100%;
	display: block;
	/*  background: linear-gradient(#eeece0, #faf7f5); */
	background: url(https://villageofbergen.com/images/accordion_button_bkgrd_plus.jpg);
	background-size: auto 100%;
	background-position: right top; 
	background-color: #f0f0e5; /* mid-beige of gradient */
	padding: 6px 15px;
	border-radius: 2px;
	transition: background .3s ease;
}

/* 
#sidebar ul.accordion li a.toggle.show {
	background: url(https://villageofbergen.com/images/accordion_button_bkgrd_minus.jpg);
	background-size: auto 100%;
	background-position: right top; 
}
 */

#sidebar ul.accordion li ul li a {
	font-weight: 400; /* regular */
	font-style: italic;
}

#sidebar ul.accordion li ul li a.toggle {
	font-weight: 400; /* regular */
	font-style: normal;
	background: url(https://villageofbergen.com/images/accordion_mo_button_bkgrd_plus.jpg);
	background-size: auto 100%;
	background-position: right top; 
	background-color: white;
	border-top: 1px solid #c7c8bf; /* greige */
}

/* 
#sidebar ul.accordion li ul li a.toggle.show {
	background: url(https://villageofbergen.com/images/accordion_mo_button_bkgrd_minus.jpg);
	background-size: auto 100%;
	background-position: right top; 
	background-color: white;
}
 */

#sidebar ul.accordion ul .inner {
	padding-left: 15px;
	overflow: visible;
	display: none;
}

#sidebar table {
	margin-top: -4px;
	line-height: 13px;
	margin-bottom: 4px;
}

#sidebar tr {
	border-bottom: none !important;
}

#sidebar td {
	color: #cacbca;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
}

#sidebar td:first-child {
	color: black;
}

#sidebar ul.financials li ul li {
	padding: 6px 15px;
}

#sidebar ul.financials li ul li a {
	color: #e26001; /* orange text */
}


/*
PHONES in LANDSCAPE ORIENTATION
*/
@media only screen and (min-width: 500px) {

#minutes_and_agendas_button {
	width: 90px;
	margin-left: 12px;
}

}




/*
TABLETS in PORTRAIT ORIENTATION
This is the first appearance of the "desktop layout"
*/
@media only screen and (min-width: 700px) {

#minutes_and_agendas_button {
	display: none;
}

#sidebar td {
	font-size: 11px;
	padding-right: 8px;
}

}



/*
TABLETS in LANDSCAPE & SMALLER LAPTOPS
*/
@media only screen and (min-width: 900px) {

#sidebar td {
	font-size: 13px;
	padding-right: 15px;
}

}



/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1100px) {

#sidebar td {
	font-size: 16px;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
}

}
/* cmsms stylesheet: Menu modified: Sunday, February 25, 2018 12:36:27 AM */
/*
BASE (MOBILE) SCREENS
These base styles apply to all screen sizes, but may be overridden on larger screns by the media query-driven styles that appear later in this file.
*/

nav ul,
nav ul li ul {
    list-style-type: none;
}

nav ul li ul {
    margin-left: 0px;
    padding-left: 0px;
}

/*Mobile Menu*/

.menu-toggle {
	display:block;
	float:right;
	width: 7.2%; 
	margin-top: 26%;
	margin-right: 5.4%;
	cursor:pointer;
}

.menu-toggle.toggled-on {
}

.srt-menu.toggled-on {
	display:block;
	position:relative;
	z-index:10;
}

.srt-menu {
	display:none;
	clear:both;
	margin-bottom: 0;
	border-top: 3px solid #66001d;
}

.srt-menu li {
	margin-top: 0; 
	padding-left: 0;
}

.srt-menu li a {
	display: block;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
	color: black;
	text-align: left;
	text-decoration: none;
	background-color: #efede0; /* header beige */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 6px;
	padding-left: 5.4%;
}

/*Mobile menu, all levels*/
.srt-menu li a:hover,
.srt-menu li a.current {
	color: black;
}

/*Mobile menu, second level*/
.srt-menu li li a {
	font-weight: 400;
	color: black;
	background-color: white;
	border-bottom: 1px solid #c7c8bf;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 11.6%;
}

/*Mobile menu, third level */
.srt-menu li li li a {
	font-weight: 400;
	color: black;
	background-color: white;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20%;
}


/*
PHONES in LANDSCAPE ORIENTATION
*/
@media only screen and (min-width: 500px) {

.menu-toggle {
	width: 5%; 
	margin-top: 18.3%;
	margin-right: 4.4%;
}

.srt-menu li a {
	font-size: 17px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/*Mobile menu, second level*/
.srt-menu li li a {
	padding-top: 7px;
	padding-bottom: 7px;
}

/*Mobile menu, third level */
.srt-menu li li li a {
	padding-top: 7px;
	padding-bottom: 7px;
}

}



/*
TABLETS in PORTRAIT ORIENTATION
*/
@media only screen and (min-width: 700px) {

.menu-toggle {
	width: 3.6%; 
	margin-top: 13%;
	margin-right: 3.2%;
}

}






/*
TABLETS in LANDSCAPE & SMALLER LAPTOPS
This is the first appearance of the "desktop layout"
*/
@media only screen and (min-width: 900px) {

/*** DROPDOWN MENU for TABLETS and DESKTOPS ***/

.menu-toggle {
	display:none;
}

#menu-main-navigation {
	display:block;
}

.srt-menu, .srt-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.srt-menu {
	float: left;
	margin-bottom: 0;
	border: 0;
}

.srt-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 5em; /* allow long menu items to determine submenu width */
	*width: 5em; /* no auto sub width for IE7, see white-space comment below */
}

.srt-menu li {
	position: relative;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
}

.srt-menu > li {
	float: left;
}

.srt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.srt-menu li:hover > ul,
.srt-menu li.sfHover > ul {
	display: block;
}

.srt-menu a {
	display: block;
	position: relative;
	padding: 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
}

.srt-menu li a {  /* nav bar */
  /* #topnav margins in style-base.css position the nav bar vertically within the header */
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 15px;
	color: black;
	background-color: transparent; /* nav bar background shows thru */
	display:block;
	margin: 0px 0 0px 0;  /* adds top and bottom margin to all nav bar items, showing background color of the parent div */
	padding-top: 8px;
	padding-right: 31px;
	padding-bottom: 9px;
	padding-left: 31px;
	border: 0;
	text-decoration:none;
	cursor:pointer;
}

.srt-menu > li:first-child a {
	padding-left: 10px;
}

.srt-menu > li:last-child a {
	padding-right: 0;
}

.srt-menu li a:hover,
.srt-menu li a.current { /* top-level menu rollover colors AND current state */
	color: #66001d; /* burgundy */
	cursor:pointer;
}

.srt-menu li:hover > a,
.srt-menu li a:hover,
.srt-menu li a:active { /* top-level menu rollover color */
	color: #66001d; /* burgundy */
}

.srt-menu ul ul {
	top: 0;
	left: 100%; 
}

.srt-menu li ul {
	margin-top: -1px;  /* negative top margin nudges the dropdowns up to the nav bar, compensating for the invisible bits of the nav bar items */
	margin-left: 19px;  /* aligns left edge of drop-down menu background */
	padding-top: 3px;  /* pushes dropdowns down so that line spacing looks right */
	padding-bottom: 3px;  /* adds whitespace below the last menu item */
	background-color: white;
}

.srt-menu > li:first-child ul {
	margin-left: 0px;  /* aligns left edge of first drop-down menu background */
}

.srt-menu li li a,
.srt-menu li li li a { /* drop-down menus */
	text-align: left;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 15px;
	color: black;
	background-color: white;
	border-bottom: none;
	padding-left: 12px;  /* aligns text in dropdowns with nav bar items */
	padding-right: 12px; 
	padding-top: 5px;
	padding-bottom: 6px;
	min-width: 130px;
}

.srt-menu li li a:hover,
.srt-menu li li li a:hover { /* drop-down menu hover colors */
	color: black;
	background-color: #efede0;
}

}



/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1100px) {

.srt-menu, .srt-menu * {
}

.srt-menu li a {  /* nav bar */
  /* #topnav margins in style-base.css position the nav bar vertically within the header */
	font-size: 18px;
	padding-right: 37px;
	padding-left: 37px;
}

.srt-menu li ul {
	margin-top: -1px;  /* negative top margin nudges the dropdowns up to the nav bar, compensating for the invisible bits of the nav bar items */
	margin-left: 23px;  /* aligns left edge of drop-down menu background */
	padding-top: 4px;  /* pushes dropdowns down so that line spacing looks right */
	padding-bottom: 4px;  /* adds whitespace below the last menu item */
}

.srt-menu li li a,
.srt-menu li li li a { /* drop-down menu colors */
	font-size: 18px;
	padding-left: 14px;  /* aligns text in dropdowns with nav bar items */
	padding-right: 14px; 
	padding-top: 6px;
	padding-bottom: 7px;
	min-width: 150px;
}

}
