
body {
	color: rgb(13,12,12);
	font-family: Work Sans;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 20px;

	background-color: rgb(255,253,253);
	}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

.social-icon path {
    fill: #000000;
}

#allContainer.xCentered {
    max-width: 920px;
}

#sideColumn {
    width: 200px;
}

#sideColumn.xCentered {
    margin-left: -460px;
}

#sideColumnTop h1 {
    color: #000000;
    font-family: Nova Square;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 40px;
}

#sideColumnTop h1 a,
#sideColumnTop h1 a:link,
#sideColumnTop h1 a:visited,
#sideColumnTop h1 a:hover,
#sideColumnTop h1 a:active {
    color: #000000 !important;
}

#additionalText {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

#sideColumnTop a:link,
#sideColumnTop a:visited {
    color: #000000;
    text-decoration: none;
}

#sideColumnTop a:hover {
    color: #000000;
    text-decoration: none;
}

#sideColumnTop a:active,
#sideColumnTop li.selected > a,
#sideColumnTop li.selected > span {
    color: #000000;
    text-decoration: underline;
}

#mainColumn {
    padding-top: 0;
    margin-left: 200px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 700px;
}

#mainColumn.xCentered {
    margin-left: -260px;
}

.xNarrow #mainColumn.xCentered {
    margin-left: 200px;
}

ol#pageEntries li.xEntry {
    margin-bottom: 35px;
}

ol#pageEntries li.xEntry .xGalleryContainer {
    margin-bottom: 20px;
}

ol#pageEntries li.xEntry .xGalleryType-slideshow .xGallery {
    margin-bottom: 10px;
}

ol#pageEntries li.xEntry .xGalleryType-column .xGalleryItem {
    padding-bottom: 0px;
}

ol#pageEntries li.xEntry .xGalleryType-row:not(.bt-gallery-has-one-item) .xGalleryItem {
    margin-right: 0px;
}

ol#pageEntries .xGalleryContainer ul.xGalleryNav li a {
    color: #000000;
    text-decoration: none;
}

ol#pageEntries .xGalleryContainer ul.xGalleryNav li a:hover {
    color: #000000;
    text-decoration: none;
}

ol#pageEntries .xGalleryContainer ul.xGalleryNav li.selected a {
    color: #000000;
    text-decoration: underline;
}

.floating-banners {
    margin-left: 200px;
    padding-left: 20px;
}

/* small tablet */
@media (max-width: 767px)  {
    .bt-responsive #sideColumn {
        padding-left: 20px;
    }

    .bt-responsive #sideColumnBottom {
        padding-left: 20px;
    }

    .bt-responsive ol#pageEntries li.xEntry .xGalleryType-row:not(.bt-gallery-has-one-item) .xGallery .xGalleryItem {
        padding-bottom: 0px;
    }
}

