@import url("../webfonts/OpenSans_Regular/stylesheet.css");
@import url("../webfonts/OpenSans_CondBold/stylesheet.css");
@import url("../webfonts/oswald_bold/stylesheet.css");
@import url("../webfonts/oswald_regular/stylesheet.css");
@import url("../webfonts/oswald_light/stylesheet.css");
/* Web Font */
/* A font by The League of Moveable Type -> http://www.theleagueofmoveabletype.com
@font-face { font-family: "LeagueGothic"; src: ur/static/ticker/webfonts/LeagueGothic.otf) format("opentype"); } */
/* ** Colors ** */
/*
Dk Blue = #273D75
Med Blue = #5B7FA3 (top nav divide lines)
Lt Blue = #6cb3df
Drk Gray = #333333
*/
/* Master link colors */
/* get rid of those system borders being generated for A tags */
img {
	border:none;
	outline:none;
}
a:active {
    outline:none;
}
a:link, a:visited {
	color: #6cb3df;
	text-decoration:none;
}
a:hover, a:active {
	color: #5B7FA3;
}
/* Link Transition - If you want it */
a, :hover {
	transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
}
/* Site Headers */
.lrgHdr, h1, .medHdr, h2, .smHdr, h3, .xsmHdr, h4, .xxsmHdr, h5, .xxxsmHdr, h6 {
	font-weight: normal;
	color: #12214C;.
	line-height: normal;
	font-family: "oswald regular", "Oswald Regular Regular", Helvetica, sans-serif;
}
.lrgHdr, h1 {
	font-size: 2em;
	margin: 0px;
	line-height: 1em;
}
.lrgHdr a:link, .lrgHdr a:visited, h1 a:link, h1 a:visited {
	color: #12214C;
}
.lrgHdr a:hover, .lrgHdr a:active, h1 a:hover, h1 a:active  {
	color: #6cb3df;
}
.medHdr, h2 {
	font-size: 1.5em;
	margin: 0px;
}
.smHdr, h3 {
	font-size: 1.4em;
	margin: 0px 0px 5px;
	line-height: 1.2em;
}
.xsmHdr, h4 {
	font-size: 1.3em;
	margin: 0px;
}
.xxsmHdr, h5 {
	font-size: 1.2em;
	margin: 0px;
}
.xxxsmHdr,h6 {
	font-size: 1em;
	margin: 0px 0px 5px;
}
/* Content text */
.largeText {
	font-size: 1.2em;
}
.bodyText {
	font-size: 1em;
}
.medText {
	font-size: 0.9em;
}
.smText {
	font-size: 0.8em;
}
/* Content Stuff */
body {
	/* Use #bodyGoods for <body> background styles */
	font-family: "Open Sans", "OpenSans Regular", open-sans, Arial, sans-serif;
	margin: 0px;
	color: #3B3B3B;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}
#addressBox {
}
#bodyArea {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#bodyBg {
}
#bodyGoods {
	/* Used for <body> background styles */
	background-color: #EEEEEE;
}
.buttons, .buttonsSm, .buttonsXSm, .formbutton, .action, .byte-pageactions a {
	border: 1px solid #6cb3df;
	background-color: #6cb3df;
	font-family: "oswald regular", "Oswald Regular Regular", Helvetica, sans-serif;
}
.buttons, .action, .byte-pageactions a {
	/*background-image: url(/mainimages/buttonbg.png);
	background-repeat: repeat-x;
	background-position: left center;*/
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	/* [disabled]font-weight: bold; */
	font-size: 1em;
	/* Rounded Corners*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	overflow: hidden;
}
.buttons a:link, .buttons a:visited, .buttons, .action, .byte-pageactions a {
	color: #FFFFFF;
	text-decoration: none;
}
.buttons a:active, .buttons a:hover, .buttons:hover, .formbutton:hover, .action:hover, .byte-pageactions a:hover {
	color: #273D75 !important;
	text-decoration: none;
	width: auto;
}
.buttonsSm, #list_tree .action {
	border: 2px solid #FFFFFF;
	background-color: #273D75;
}
.buttonsSm, #list_tree .action {
	/* [disabled]background-image: url(/mainimages/buttonbg.png); */
	background-repeat: repeat-x;
	background-position: left center;
	display: inline-block;
	margin: 2px;
	padding: 3px 10px;
	font-weight: normal;
	font-size: 0.8em;
	/* Rounded Corners*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-opera-border-radius: 5px;
	overflow: hidden;
}
.buttonsSm a:link, .buttonsSm a:visited, .buttonsSm, #list_tree .action:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.buttonsSm a:active, .buttonsSm a:hover, .buttonsSm:hover, #list_tree .action:hover {
	color: #6cb3df !important;
	text-decoration: none;
}
.buttonsXSm {
	background-image: url(/mainimages/buttonbg.png);
	background-repeat: repeat-x;
	background-position: left center;
	display: inline-block;
	margin: 2px;
	padding: 2px 6px;
	font-weight: bold;
	font-size: 0.7em;

	/* Rounded Corners*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-opera-border-radius: 3px;
	overflow:hidden;
}
.buttonsXSm a:link, .buttonsXSm a:visited, .buttonsXSm {
	color: #FFFFFF;
	text-decoration: none;
}
.buttonsXSm a:active, .buttonsXSm a:hover, .buttonsXSm:hover {
	color: #9C9C9C !important;
	text-decoration: none;
}
#byte_breadcrumb {
	font-size: 16px;
	margin: 2px;
	/*color: #054D5E;*/

	/* Rounded Corners
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-opera-border-radius: 6px;
	overflow:hidden;*/
	line-height: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
}
#byte_breadcrumb a:link {
	/*color: #0E7B9C;
	text-decoration: underline;*/
}
#byte_breadcrumb a:hover {
	/*color: #054D5E !important;
	text-decoration: none;*/
}
#bytelinkBox {
}
#bytelinkBox a {
	color: #E1E1E1;
}
#calendarHeader h2 {
	color: #FFFFFF;
	font-size: 1.4em;
}
#calDateNav a {
	font-size: 1.6em;
}
.calendarContent a:link, .calendarContent a:visited {
	color: #333333;
	text-decoration:none;
}
.calendarContent a:hover, .calendarContent a:active {
	color: #6cb3df;
}
.caleventText p {
	border-bottom: 1px solid #6cb3df;
	padding-bottom: 9px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-top: 5px;
}
.caleventText p:last-of-type {
	border-bottom: none;
}
.caleventText p:first-of-type {
	padding-top: 0px;
}
.caldayMore a {
	display: inline-block;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	/* [disabled]padding-bottom: 0px; */
	-khtml-border-radius: 0px 0px 7px 7px;
	-opera-border-radius: 0px 0px 7px 7px;
}
.caldayMore a:link, .caldayMore a:visited {
	color: #273D75;
	text-decoration:none;
}
.calendarContent a:hover, .caldayMore a:active {
	color: rgba(108,179,223,1.00);
}
.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
#contentArea {
	min-height: 420px;
}
#contentBox {
}
#contentBoxBg {
}
#contentBoxBttm {
}
.contentPadding {
}
#copyright {
	font-size: 10px;
}
.dateHdr h3 {
	color: #fff;
	margin-bottom: 0px;
}
.errors {
	font-size: 13px;
	color: #BB0000;
}
#eventOn {
	background-color: rgba(108,179,223,0.20);
}
.eventtime {
	color: #FFFFFF !important;
	background-color: #12214C;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.eventBoxes1-4, .caleventBoxes {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.39);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.39);
}
/*Fade rotation description box and dots */
.fadeslidedescdiv {
	text-shadow: 0px 0px 2px #000000;
	line-height:18px;
	font-size:12px;
	top:65% !important;
	left:47% !important;
	max-width:500px !important;
	margin:0 auto;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-opera-border-radius: 10px;
	overflow:hidden;
}
.fadeSlideDesc {
	padding: 3%;
}
.descpanelbg {
}
.descpanelfg {
}
.descpanelfg .close {
	display:none;
}
.descpanelbg {
}
#hilightBugDiv{
	position:relative;
	height:0px;
	top:-80px;
	left:30px;
	z-index:1000;
}
.hilightBugPadding{
	padding-left:20px;
}
.hilightBugPaddingTrans{
	padding-left:20px;
	opacity:0.6;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
/*end*/
#footerBox {
	font-family: "oswald regular", "Oswald Regular Regular", Helvetica, sans-serif;
}
#footerNav {
}
#footerBox a:link, #footerBox a:visited {
	color: #FFF;
	text-decoration: none;
}
#footerBox a:hover, #footerBox a:active {
	color: #6cb3df;
	text-decoration: none;
}
#footerNav li {
	padding-right: 8px;
	padding-left: 8px;
	float: left;
}
#footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footerNav ul li div {
	display: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.formbutton {
	background-image: url(/mainimages/buttonbg.png);
	background-repeat: repeat-x;
	background-position: left center;
	color: #FFF;

	/* Rounded Corners*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-opera-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.fileupload {
	padding: 4px;
	margin: 8px 0px 8px 0px;
	border: solid 1px #666;
	background-color: #CCC;
}
#header-search {
	padding-bottom: 15px;
}
#herorotationBox img {
	width:100%;
}
#jumpcallink {
	/* [disabled]font-size: 1.2em; */
}
.linebreak {
	margin-top: 15px;
	padding-bottom: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939598;
	clear: both;
}
.linebreakvert {
	margin-left: 20px;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #939598;
}
#logoSpacing {
}
#moviebannerTop img, #moviebannerBttm img {
	width:100%;
}
#moreNewsHdr i, .pageHeader i, #latestNewsHdr i, #newlistingHdr i, #pricedropHdr i {
	color:#6cb3df;
}
#navBar {
}
#navbarBox {
}
.colBox1-3:hover, .colBox1:hover, .colBox1-4:hover, #homeTextBox:hover, .eventBoxes1-4:hover, .caleventText:hover, .caleventBoxes:hover {
	color: #747474;/*#6cb3df*/
	background-color: rgba(108,179,223,0.16);
}
.colBox1 h3, .colBox1-3 h3, .colBox1-4 h3, .eventBoxes1-4 h3, .caleventBoxes h3, .colBox1 h4, .colBox1-3 h4, .colBox1-4 h4, .caleventBoxes h4, .eventBoxes1-4 h4, .colBox1 h5, .colBox1-3 h5, .colBox1-4 h5, .caleventBoxes h5, .eventBoxes1-4 h5  {
	color: #333333;
	/* [disabled]font-family: "oswald regular", "oswald_regularregular", Helvetica, sans-serif; */
}
#homeTextBox h3, #newspageTextBox h3 {
	color:#273D75;
}
#homeTextBox h6, #newspageTextBox h6 {
	margin-top:15px;
}
.newsText p:last-of-type {
	padding:0px;
	margin:0px;
}
.morelink {
	color:#6cb3df;
}
.colBox1 h5:hover, .colBox1-3 h5:hover, .colBox1-4 h5:hover, #homeTextBox h3:hover, .eventBoxes1-4 h5:hover, .caleventBoxes h5:hover {
	/*color:#747474;*/
}
.colBox1, .colBox1-3, .colBox1-4, #homeTextBox, .eventBoxes1-4, .caleventText, .caleventBoxes, #newspageTextBox, .news-list-text-box {
	color:#333333;
}
.newsImage img, .adBox1-3 img, .adBox1-4 img {
	width: 100%;
}
.photoLeft, .photoRight {
	font-size:10px;
	color:#5C5C5C;
}
.photoLeft img, .photoRight img {
	margin-bottom:5px;
}
.realestateText h3 {
	width: 100%;
	display:block;
}
.realestatePrice {
	float: right;
}
/*.photoLeft {
}
.photoRight {
}*/
#sideBar {
}
#sidebarBox {
}
#searchBox a {
}
#searchBox a:link, #searchBox a:visited {
	color:#fff;
	text-decoration: none;
}
#searchBox a:hover, #searchBox a:active {
	color: #6cb3df;
	text-decoration: none;
}
#sociallinksBox a {
	padding: 7px 5px 3px;
	background-color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-opera-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 28px;
	float: none;
	text-align: center;
	font-size: 24px;
	margin-right: 4px;
	margin-left: 4px;
	height: 28px;
}
#sociallinksBox a:link, #sociallinksBox a:visited {
	color:#333;
}
#sociallinksBox a:hover, #sociallinksBox a:active {
	color: #6cb3df;
	text-decoration: none;
}
.tableBorderCart {
	font-size: 12px;
	padding: 5px;
}
.tableBorder {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #000000;
}
.tableCell1 {
	padding: 8px;
}
.tableCell1Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableCell2 {
	padding: 8px;
	background-color: #EEEEEE;
}
.tableCell2Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
}
.tableFooter {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0063A0;
}
.tableFooter2 {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0063A0;
	background-color: #EEEEEE;
}
.tableHeader {
	background-color: #0063A0;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
.tableHeaderCol {
	background-color: #0063A0;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
}
.tableHeader2 {
	background-color: #BBBBBB;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #0063A0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableHeader2Col {
	background-color: #BBBBBB;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #0063A0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableHeader3 {
	background-color: #777777;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	text-decoration:none
}
.tableHeader3Col {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #888888;
	background-color: #777777;
}
.tableRow1 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
.tableRow1Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableRow2 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	background-color: #EEEEEE;
}
.tableRow2Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
}
/* looks for tables with "byte-table" class */
table.byte-table {
    border-collapse: collapse;
}
.tableStyle, .byte-table {
	font-size: 11px;
	border: 1px solid #B3CAE1;
	margin-bottom: 12px;
}
.tableStyle label, .byte-table label {
	font-weight: bold;
}
/* table row mouseover */
/*.tableStyle tr:hover,*/ .byte-table tr:hover {
    background-color: transparent;
}
.byte-table .nohover tr:hover {
    background-color: transparent;
}
.byte-table td.odd {
    background-color: transparent;
}
.tableStyle td, .byte-table td {
	padding: 8px;
	border-top: 1px solid #EEE;
}
.tableStyle td table td, .byte-table td table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 6px;
}
.tableStyle tr td table, .byte-table tr td table {
	width: 100%;
}
.tableStyle th, .byte-table th {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #3D68A7;
	text-align: left;
	padding: 8px;
	height: 18px;
	line-height: normal;
}
.tableStyle th a, .byte-table th a {
	font-size: 18px;
	font-weight: normal;
}
.tableStyle th a:active, .byte-table th a:active {
	color: #FFFFFF;
}
.tableStyle th a:hover, .byte-table th a:hover {
	color: #FFFFFF;
}
.tableStyle th a:link, .tableStyle th a:visited, .byte-table th a:link, .byte-table th a:visited {
	color: #FFFFFF;
}
/* (alternating table rows) table background row 2 */
.tableStyle .rowcolor, .byte-table .rowcolor, .byte-table tr:nth-child(odd), .tableStyle tr:nth-child(odd) {
    background-color: #fff;
}
/* (alternating table rows) table background row 1 */
.byte-table tr:nth-child(even), .tableStyle tr:nth-child(even) {
}
.byte-table tbody tr:last-of-type, .tableStyle tbody tr:last-of-type {
}
#todayBox h1 span {
	font-size: 0.7em;
	color: #6cb3df;
	font-weight: normal;
	font-style: normal;
	/* [disabled]display: block; */
	/* [disabled]float: right; */
	/* [disabled]margin-left: 40px; */
	/* [disabled]padding-top: 10px; */
	font-family: "oswald light", "Oswald Light", "Helvetica Light", sans-serif;
	text-align: center;
}
#topBar {
}
#topbarBox {
}
#toplinksBox a {
}
#toplinksBox .activelink {
	padding-bottom: 11px;
	border-bottom: 4px solid #12214C;
	font-weight: bold;
}
#toplinksBox a:link, #toplinksBox a:visited {
	color: #333333;
	text-decoration:none;
}
#toplinksBox a:hover, #toplinksBox a:active {
	color: #FFFFFF;
}
.viewmore-widebttn a:link, .viewmore-widebttn a:visited {
	color: #6CB3DF !important;
}
.viewmore-widebttn a:hover, .viewmore-widebttn a:active {
	color:#6cb3df !important;
}
.viewmore-widebttn a {
	font-family: "oswald regular", "Oswald Regular Regular", Helvetica, sans-serif;
	/* [disabled]padding-top: 8px; */
	/* [disabled]padding-bottom: 8px; */
	/* [disabled]border-left: 1px solid #FFFFFF; */
	/* [disabled]border-right: 1px solid #FFFFFF; */
	/* [disabled]border-bottom: 1px solid #000F3F; */
	/* [disabled]border-top: 1px solid #FFFFFF; */
	background-color: #FFFFFF;
	display: block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	text-align: right;
	width: 100%
}
/* Management Menu */
 /*/ To edit the manage menu text colors edit
*  #p7PMnav a {} //font color for menu
*  #p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {} //font hover,ect
*  #p7PMnav .p7PMmark {} // current page marker
/*/
.manageMainMenuBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	padding: 0px;
	border: 1px solid #000000;
}
.manageMainMenu {
	background-color: #EEEEEE;
	color:#FFFFFF;
	padding: 3px;
}
.manageMainMenu a:hover {
	background-color: #FFFFFF;
	color:#FFFFFF;
	letter-spacing: 0.01px;
}
.manageSubMenu {
	background-color: #EEEEEE;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
.manageBox {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #222222;
	min-width: 700px;
}
.tableRowAttention {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttention a:link, .tableRowAttention a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableRowAttention a:active {
	color: #EEEEEE;
	text-decoration: none;
}
.tableRowAttentionBubbles {
	background-color: #FFD4C8;
	padding: 4px 5px 4px 5px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttentionCol {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableRowAttentionCol a:link, .tableRowAttentionCol a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttentionCol a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableRowAttentionCol a:active {
	color: #EEEEEE;
	text-decoration: none;
}
/* Image Gallery Styles */
.cms-img-gal-name{}
.cms-img-gal-desc{}
.cms-img-gal-cell {
   width: 158px;
   padding-top: 5px;
   padding-bottom: 5px;
   vertical-align:top;
   text-align:center;
}
.cms-img-gal-table {
   width: 650px;
}
/* Contact Form Styles */
.tableStyle .rowcolor, .byte-table tr {
	background-color: transparent;
}
#cms-formmailer .byte-table {
	border:0px;
}
#cms-formmailer .byte-table td {
	border:0px;
	padding:2px;
}
#cms-formmailer .byte-table th {
	font-size: 12px;
	font-weight: normal;
	color: #143359;
	background-color: transparent;
	text-align: right;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
div #cms-formmailer {
	width: 100%;
	padding-left: 20px;
	padding-right:20px;
}
div #cms-formmailer h1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
div #cms-formmailer .formmailer-text {
	width: 555px;
	height:25px;
	background-color: #EEEEEE;
	border: none;
}
#formmailer-introtext p {
	width: 100%;
}
.formmailer-textbox {
	width: 550px;
	height: 50px;
	background-color: #EEEEEE; /*E8E5E2*/
	border: none;
}
#cms-formmailer .elements {
	width: 555px;
}
#cms-formmailer .byte-table h3 {
	font-weight:normal;
	font-size: 12px;
}
/* Blog Styles */
#cms-featured-rss h4 {
   font-weight: bold;
}
#blog-list .pubDate, #blog-view .pubDate {
    color: #517A23;
}
#blog-list .blog-post h2 a {
    color: #543019;
    text-decoration: none;
}
#blog-list .blog-post h2 {}
#blog-list .blog-post .preview {}
#blog-list .blog-post a.more {}
#blog-list .blog-post .preview p {
    margin-bottom:0; padding-bottom:0;
}
#blog-list div.blog-post {
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #ccc;
}
#blog-list .comments-block {
    margin-top: 5px;
}
#blog-view h1 {}
#blog-view .author {
    color: #B99366;
}
#blog-view .post {}
#blog-comments h1 {
    padding-bottom: 10px;
    padding-top: 10px;
}
#blog-comments .blog-comment {
    margin: 5px 25px 5px 25px ;
}
#blog-comments .blog-comment .insertTs {
    color: #005A84;
}
#blog-comments .blog-comment .name {
    color: black;
}
#cms-content-body .blog-rss {
    float: right;
}
.comments-block {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	/*border: 1px solid #FDA022;*/
	background-color: #CCC;
	/* Rounded Corners*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
}
.more-block {
	text-align: right;
	padding-bottom: 8px;
}
.more-block a {
	margin-bottom: 6px;
	padding: 4px 8px;
	background-color: #000;
	display: block;
	float: right;
	clear: both;
	color: #FFF;
	/* Rounded Corners*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
}
.more-block, .comments-block, .preview, .preview img {
	float: none;
	clear: both;
}
/* *** Calendar Table Styles *** */
table.calendar-table {
    border-collapse: collapse;
}
.calendar-table {
    font-size: 11px;
    border: 1px solid #B3CAE1;
    margin-bottom: 12px;
    background-color: #fff;
}
.calendar-table th {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #3D68A7;
    padding: 2px;
    height: 18px;
    line-height: normal;
}
.calendar-table tr:hover {
    background-color: #FAFAFA;
}
.calendar-table td {
	width: 25px;
}
.calendar-table .leftline {
    border-left: 2px solid #CCC;
}
/* Large Calendar Table */
#cms-eventcalendar-calendar .calendar-month {
	font-size: 18px;
	padding: 10px 20px 5px;
}
#cms-eventcalendar-calendar .day {
    height: 126px;
}
/* Small Calendar Table */
#calendar-widget .calendar-month {
	font-size: 12px;
	padding: 10px 10px 5px;
}
/* Universal Calendar Table Styles */
.calendar-block {
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

	/* Rounded Corners*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-opera-border-radius: 6px;
	overflow:hidden;
	border: 1px solid #CCC;
}
#event-calendar hr {
	display: none;
}
.event-date, .detail-date {
	color:#000;
	font-weight:bold;
}
.calendar-label {
	/*padding-right: 20px;
	padding-left: 10px;*/
}
.calendar-label label {
    font-size: 9px;
}
#embed-calendar-labels .calendar-label-box {
	height: 10px;
	width: 10px;
}
.calendar-label-box {
	height: 15px;
	width: 15px;
	/* Rounded Corners*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-opera-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #666;
}
.calendar-labels {
	margin-bottom: 10px;

	/* Rounded Corners*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-opera-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
	border: 1px solid #CCC;
	padding: 5px;
}
.calendar-labels ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.calendar-labels li {
	display: inline-block;
	width: 150px;
	float: left;
	margin-bottom: 2px;
	margin-top: 2px;
}
#event-calendar .calendar-labels {
    width: 680px;
}
#event-calendar-grid .calendar-labels {
	height: 100%;
}
#event-calendar .calendar-labels {
    height: 60px;
}
#event-calendar .calendar-labels li {
    width: 130px;
}
#event-calendar .calendar-labels input {
	margin: 0px;
	padding: 0px;
}
#event-calendar .icons {
    margin-bottom: 10px;
}
.cms-event-calendar img {
    vertical-align: text-bottom;
}
.cms-event-calendar .usage {
    text-align: center;
    margin: 10px;
}
#cms-calendar-embed-list .label-container,
#cms-calendar-embed-day .label-container {
    vertical-align: top;
    padding-top: 5px;
}
.calendar-month {
	text-align: center;
	background-color: #C2D6EF;
	background-image: url(/mainimages/buttonbg2.png);
	background-repeat: repeat-x;
	padding: 10px 20px 5px;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	/*For Safari*/
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	/*For CSS3*/
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #CCC;
	}
/*.calendar-month strong {
	width: 150px;
	display: inline-block;
}*/
.calendar-next a:link, .calendar-next a:visited, .calendar-prev a:link, .calendar-prev a:visited {
	color: #FFFFFF; /* buttonFontColor */
	text-decoration: none;
}
.calendar-next a:active, .calendar-next a:hover, .calendar-prev  a:active, .calendar-prev a:hover {
	color: #666666 !important; /* linkColor2 */
	text-decoration: none;
}
.calendar-next {
	float: right;
    background-color: #8CC444;
}
.calendar-prev {
	float: left;
    background-color: #8CC444;
}
.calendar-next, .calendar-prev  {
	background-image: url(/mainimages/buttonbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: inline-block;
	margin: 0px;
	padding: 2px 5px;
	font-weight: normal;
	font-size: 10px;

	/* Rounded Corners*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-opera-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
	line-height: normal;
}
.calendar-table {
	font-size: 11px;
	border: 1px solid #ccc;
	margin-bottom: 12px;
    /*border: 1px solid #B3CAE1;
    background-color: #fff;*/
}
.calendar-table td {
	width: 14%;
	padding: 5px;
}
.calendar-table th {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8BC444;
	padding: 8px 2px 2px;
	height: 18px;
	line-height: normal;
    /*
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 2px;
    height: 18px;
    line-height: normal;
     */
}
.calendar-table .day {
	border: 1px solid #CCC;
}
.calendar-table .day:hover {
    background-color: #EFEFEF;
}
.calendar-table .dayname {
	background-image: url(/mainimages/buttonbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCC;
}
.calendar-table .daynone {
}
.calendar-table .eventbox {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 3px;

	/* Rounded Corners*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-opera-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
	margin-top: 5px;
	font-size: 10px;
	background-color: #FFF;
}
.calendar-table .leftline {
    border-left: 2px solid #CCC;
}
.calendar-table .moreevents {
	margin-top: 8px;
	text-align: right;
	font-size: 10px;
}
#event-calendar h1 a {
    /*color: #8CC444;*/
}
.cms-event-calendar .calendar-rss {
    float: right;
}
#calendar-label-form, #cms-eventcalendar-calendar {
    clear:both;
}
#cms-calendar-embed-list .description {
    font-size: 11px;
    margin-bottom: 15px;
}
#cms-calendar-embed-list h4, #cms-calendar-embed-list h5 {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
/* mobile site */
#cms-mobile-content .mobile-nav {
}
#cms-sink-list .byte-table {
    border-collapse: separate;
    border-spacing: 20px;
    border:none;
}
#cms-sink-list .byte-table td {
    padding:10px;
    border: 1px solid #EEE;
}
#cms-sink-photos .title {
	font-family: EBGaramondRegular;
	font-size:16px;
	margin-bottom:2px;
	width:230px;
	vertical-align:bottom;
}
#cms-sink-photos .title, #cms-sink-photos .more {
	color: #FFF;
	padding:3px;
	display:block;
}
#cms-sink-photos .title {
	background-color: #EC2224;
/* Rounded Corners */
	/*For Mozilla*/
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	/*For Safari*/
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	/*For CSS3*/
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow:hidden;
}
#cms-sink-photos .more {
	font-size:12px;
	background-color: #1e4228;
/* Rounded Corners */
	/*For Mozilla*/
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	/*For Safari*/
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*For CSS3*/
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow:hidden;
}
#cms-sink-photos .title a, #cms-sink-photos .more a {
	color: #FFF;
}
#cms-sink-photos .title a:link, #cms-sink-photos .title a:visited {
	text-decoration:none;
}
#cms-sink-photos .photo {
	height:200px;
	text-align:center;
}
#cms-sink-photos .photobox {
}
#cms-sink-photos .photothumb {
	background-color: #FFF;
	display:block;
}
#cms-sink-search {
    padding:10px;
    border: 1px solid #EEE;

}
.search-label {
    width:100px;
}
.search-box-bg {
    width:200px;
}
.search-box {
    width:185px;
}
#sink-categories {
    text-align:center;
    line-height:25px;
}
#sink-categories span {
    padding-left:10px;
}
#sink-categories .byte-table div {
    padding:8px;
}
#cms-sink-list .sink-link {
    font-size:17px;
}
#sink-archives .months {
    margin-left: 20px;
}
/* USPS Shipping validation window */
#usps_address_validation_window {
	background-color:#E6DDD6;
	border: #000 3px solid;
	padding: 20px;

	text-align:center;
	position:absolute;

	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	z-index: 100;
}
/* removed in place of buttonsSm
.usps_address_validation_window_submit{
	background-color:#5e7583;
	color:#FFF;
	padding:5px 10px;
	border: none;
}
*/
#usps_address_background{
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 1;
}
/* store category/product default styles */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.productBox {
	padding: 5px 10px;
	height: 180px;
	width: 220px;
	float:left;
}
.productBox-image {
	overflow:hidden;
	height:140px;
}
.productBox-image img{

	max-width:220px;
	border:0px;
}
.productBoxLast {
	padding: 5px 0px 5px 10px;
}
.productBoxTitle {
	background-color: #80281C;
	color:white;
	font-size: 24px;
	padding-left:10px;

}
.productBoxTitle a {
	color:#FFFFFF;
	text-decoration:none;
	width:100%;
	padding-right: 25px;
	background-image:url(/images/feature-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.productBoxTitle a:hover {
	color:#E5DDD6;
	text-decoration:none;
}
/*Popup Bubble - Arrow Up*/
.popbubble_up {
	position: relative;
	background-color: rgba(255,230,171,1.00);
	border: 4px solid rgba(0,0,0,1.00);
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-opera-border-radius: 20px;
	border-radius: 20px;
}
.popbubble_up:after, .popbubble_up:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
/*Arrow Fill*/
.popbubble_up:after {
	border-color: rgba(255,230,171,0);/*Transparent*/
	border-bottom-color: rgba(255,230,171,1.00);
	border-width: 10px;
	margin-left: -10px;
}
/*Arrow Border*/
.popbubble_up:before {
	border-color: rgba(0,0,0,0);/*Transparent*/
	border-bottom-color: rgba(0,0,0,1.00);
	border-width: 16px;
	margin-left: -16px;
}
/*Popup Bubble - Arrow Down*/
.popbubble_down {
	position: relative;
	background-color: rgba(255,230,171,1.00);
	border: 4px solid rgba(0,0,0,1.00);
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-opera-border-radius: 20px;
	border-radius: 20px;
}
.popbubble_down:after, .popbubble_down:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
/*Arrow Fill*/
.popbubble_down:after {
	border-color: rgba(255,230,171,0);/*Transparent*/
	border-top-color: rgba(255,230,171,1.00);
	border-width: 10px;
	margin-left: -10px;
}
/*Arrow Border*/
.popbubble_down:before {
	border-color: rgba(0,0,0,0);/*Transparent*/
	border-top-color: rgba(0,0,0,1.00);
	border-width: 16px;
	margin-left: -16px;
}
.realestateSold {
	color: rgba(210,0,0,1.00);
	font-family: "SourceSansPro Bold", "Source Sans Pro Bold", "Arial Bold", sans-serif;
	font-size: 6em;
	text-align: center;
	line-height: normal;
	position: relative;
	z-index: 5;
	margin-top: -150px;
	-ms-transform: rotate(-20deg); /* IE 9 */
	-webkit-transform: rotate(-20deg); /* Safari */
	transform: rotate(-20deg);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.52);
}

time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #1B326D;
  border-bottom: 1px dashed #fff;
  box-shadow: 0 2px 0 #1B326D;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #1B326D;
}

time.icon span
{
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

input:focus {
    box-shadow: 0 0 0 2pt rgba(59, 153, 252, 0.8);
    outline: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #000000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #000000;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #6cb3df;
	border-color: #838383 #838383 #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.story-list-image {
	/*float: left;*/
	/*width: 190px;
	height: 120px;*/
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 11px;
}
.story-list-image-container {
/*	float: left;
	width: 30%;*/
}
.news-list-text-box {
	font-size: 1.2em;
	/* [disabled]margin-left: 3.2%; */
	/* [disabled]margin-right: 3.2%; */
	/* [disabled]margin-top: 40px; */
	padding-left: 3.2%;
	padding-right: 3.2%;
}

.news-list-text-box h1 {
	font-size: 2em;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
.story-list-story a {
	display: block;
}
.story-list-story a:hover {
	background-color: rgba(108, 179, 223, 0.16);
}
.sidebarNewsImage {
	 background-size: cover;
	height: 178px;
	background-position: top center;
	background-repeat: no-repeat;

}
.styled-select {
	position:relative;
	border-radius: 3px;
	border: 1px solid rgb(108, 179, 223);
	padding: 5px 10px;
	margin: 10px;
}
.styled-select select {
	color: rgb(108, 179, 223);
}
.styled-select:before {
	font-family: FontAwesome;
	content: '\f0d7';
	position: absolute;
	right: 10px;
	top: 10px;
	color: rgb(108, 179, 223);
}
.styled-select select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.styled-select select:focus {
    outline: none;
}

.styled-select.white {
	border-color: #fff;
}
.styled-select.white:before {
	color: #fff;
}
.styled-select.white select {
	color: #fff;
}
.classified-column {
	float: left;
}
.classified-ad-container {
	padding: 10px;
}
.classified-ad-inner {
	padding: 10px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	word-break: break-word;
}
.columnsSplitter div.grouper-container {
    width: 100%;
        /* class to restrict breaking on */
   break-inside: avoid-column;
   -webkit-column-break-inside: avoid;
   page-break-inside: avoid;
   overflow: hidden; /* optional */
   display:block; /* optional */
}

.sticky-stuck {
	position: fixed;
	z-index: 2000;
	background-color: white;
	width: 22%;
}

.alert.alert-success {
	padding: 20px;
	background-color: #00922B;
	color: white;
}

time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #df2b2a;
  border-bottom: 1px dashed #fff;
  box-shadow: 0 2px 0 #df2b2a;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #df2b2a;
}

time.icon span
{
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

.story-block {
    padding: 12px 10px;
}

.story-block img.story-block-photo {
    float: left;
    padding: 10px;
    /*max-width: 100%;*/
    height: auto;
    display: block;
}
#loading-icon {
    display: none;
}

#opinion-author-photo {
	float: left;
	max-height: 170px;
	width: auto;
	padding: 0 10px 10px 0;
}
.contentPadding {
	overflow-x: hidden;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
.styled-select {
	position:relative;
	border-radius: 0px;
	border: 1px solid #df2b2a;
	padding: 5px 10px;
	margin: 10px;
}
.styled-select select {
	color: #df2b2a;
}
.styled-select:before {
	font-family: FontAwesome;
	content: '\f0d7';
	position: absolute;
	right: 10px;
	top: 10px;
	color: #df2b2a;
}
.styled-select select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.styled-select select:focus {
    outline: none;
}

.styled-select.white {
	border-color: #fff;
}
.styled-select.white:before {
	color: #fff;
}
.styled-select.white select {
	color: #fff;
}
.nav-form-item {
	padding: 5px;
}
.nav-form-item form {
	padding: 0 5px;
}
.nav-form-item li {
	margin: 5px;
}
.errorlist {
	padding: 10px;
	background-color: #df2b2a;
	color: white;
}
.well {
	background-color: #efefef;
	padding: 10px;
}
.well ul {
	margin: 0 0 0 10px;
	padding-left: 20px;
}
.social-post {
    padding: 15px;
    word-wrap: break-word;
}
.social-post img {
    width: 100%;
    height: auto;
}
.social-post.purchased:not(.sticky-post) .social-post-inner {
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    border: 1px solid #df2b2a;
}
.social-post-message {
    padding: 10px 0;
}
.social-post-inner {
    padding: 10px;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
    color: #333;
}
.poster-info-image img {
    height: 25px;
    width: auto;
    padding: 5px 5px 8px 0;
}
.classified-column {
	float: left;
}
.classified-ad-container {
	padding: 10px;
}
.classified-ad-inner {
	padding: 10px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.social-aggregator-column {
	float: left;
}
.social-aggregator-column-inner {
	padding: 0 15px;
}
.poster-info-time {
	padding-top: 10px;
	float: right;
	font-size: .7rem;
}
.social-post:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    .social-post.sticky-post {
        position: fixed;
        background-color: #eee;
        width: 33.33333%;
    }
    .social-post.sticky-post .social-post-inner {
        border-color: #e5e5e5;
    }
    .social-post.sticky-post .poster-info-time,
    .social-post.sticky-post .social-post-image,
    .social-post.sticky-post .social-post-message,
    .social-post.sticky-post .social-post-meta {
        display: none;
    }
}

/*
AGGREGATOR - FOR JS
 */
@media screen and (max-width: 480px){
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 769px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}

/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }

.p7PM3-14 {
    margin: 0px 51px 0px auto;
}

#searchBox {
    width: 50px;
}

/*
Bootstrap forms
from bootstrap v3.3.7
getbootstrap.com
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
legend {
  display: block;
  /*width: 100%;*/
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
}
fieldset legend {
	padding-left: 5px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after {
  clear: both;
}
.titleRow {
	padding: 10px 0 5px 0;
}
.classified-ad-inner .target-link-class p {
	color: #333333;
}
.nav-form-item {
	padding: 5px;
}
.nav-form-item label {cursor: default;font-weight: normal;text-transform:uppercase;font-family: "oswald bold", oswaldbold, "Helvetica Bold", sans-serif;font-size:1em;}.nav-form-item form {
	padding: 10px 18px;
}
.nav-form-item li {
	margin: 5px;
}
.errorlist {
	padding: 10px;
	background-color: #df2b2a;
	color: white;
}
.slick-arrow {
	position: absolute;
	z-index: 200;
	bottom: 45%;
}
.slick-slider-arrow-prev {
	left: 0;
}
.slick-slider-arrow-next {
	right: 0;
}
.pickmeup {
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.pickmeup .pmu-instance .pmu-button {
	color: #6cb3df;
}
.pickmeup .pmu-instance .pmu-button:hover {
	background-color: #6cb3df;
	color: #fff;
}
.pmu-disabled.date-in-past,
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
	background-color: #e5e5e5;
	color: #868686;
}
.pickmeup .pmu-instance nav .pmu-button:hover {
	background-color: transparent;
	color: #136a9f;
}
.pickmeup .pmu-instance .pmu-selected,
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
	background-color: #136a9f;
	color: #6cb3df;
}
.pickmeup .pmu-instance .date-fully-booked {
	background-color: red;
	color: white;
}
.pickmeup .pmu-instance .date-fully-booked:hover,
.pickmeup .pmu-instance .date-fully-booked:active,
.pickmeup .pmu-instance .date-fully-booked:focus {
	background-color: red;
	color: white;
}
.col {
	padding: 0 ;
	float: left;
}
.col+.col {
	padding-left: 5%;
}
.leftCol {
	width: 60%;
}
.rightCol {
	width: 30%;
	max-width: 375px;
}
#orderSummary {
	position: static;
	/*display: block;*/
}
#orderSummary.sticky {
	position: fixed;
	/*display: block;*/
	width: 30%;
	max-width: 346px;
}
.bottom{
	/*margin-bottom: 200px;*/
    /*top:auto;*/
    /*bottom:0;*/
    /*position:absolute;*/
}
#checkoutBox {
	background-color: #efefef;
	padding: 10px;
}
#orderTitle, #orderTotal {
	text-align: right;
}
.form-control {
	display: block;
	padding: 5px 10px;
	margin: 10px 0;
	width: 90%;
	background-image: none;
	border: 1px solid;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.half {
	width: 100%;
	float: none;
}
.half+.half {
	padding-left: 0;
}
fieldset {
	border: 1px solid #e5e5e5;
	padding: 10px;
	width: 100%;
}
@media screen and (min-width: 910px) {
	.half {
		width: 45%;
		float: left;
	}
	.half+.half {
		padding-left: 5%;
	}
	#id_ad_size {
		list-style: none;
		display: table;
		padding-left: 0;
	}
	#id_ad_size li {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding: 0 5px;
	}
}
.date-panel {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.date-panel-item {
	padding: 5px;
}
.date-panel-item+.date-panel-item {
	border-top: 1px solid #e5e5e5;
}
.alert {
	margin: 5px 0;
	padding: 5px 10px;
	border-radius: 2px;
}
