.cdclock { 
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: .6em;
	display: inline; 
	vertical-align: 10%;
	white-space: nowrap;
	background: #F4F4F4; 
	border: 2px solid #EB1C22;
	border-width: 2px 8px;
	padding: 5px 5px 2px 5px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: inset -4px 4px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset -4px 4px 8px rgba(0,0,0,0.3);
	box-shadow: inset -4px 4px 8px rgba(0,0,0,0.3);
	}
.cddigits { color: #7CA350; color: #000; font-size: 1.5em; }
h2.bigger { font-size: 1.6em; }
#socialbox {
	/* width: 84%; */
	width: auto; 
	/* max-width: 220px;  */
	margin: 0 auto 1.2em auto;
	padding: 10px;
	font-size: .85em;
	line-height: 1.2em;
	border: 1px solid #cecece;
	background: #fff url(images/socialbox-bg.jpg) repeat-x center bottom;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: -2px 2px 3px rgba(0,0,0,0.4), inset 2px -2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: -2px 2px 3px rgba(0,0,0,0.4), inset 2px -2px 4px rgba(0,0,0,0.3);
	box-shadow: -2px 2px 3px rgba(0,0,0,0.4), inset 2px -2px 4px rgba(0,0,0,0.3);
	}
.social-icons {
	text-align: center; 
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0;
	}
.social-icons img {
	padding: 0 5px;
	vertical-align: middle;
	max-width: 40%;
	height: auto;
	}
ul#twitter_update_list {
	list-style: none; 
	margin-left: 0; 
	padding-left: 0; 
	font-size: .9em; 
	line-height: 1.2em; 
	margin-bottom: .5em;
	}
ul#twitter_update_list li {
	margin-bottom: .5em;
}
.double-column {
	-moz-column-count: 1;
	-webkit-columns: 1;
	-o-columns: 1;
	columns: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	-o-column-gap: 0px;
	column-gap: 0px;
}	
#photobar {
	clear: both;
	background: #fff url(images/home-photo-bar18.jpg) center 0 repeat-x;
	width: auto;
	height: 179px;
	margin: 0;
	padding: 0;
	border-top: 2px ridge #000;
	border-bottom: 2px ridge #006AA8;
	}
.vasep { vertical-align: middle; margin: 10px; }
p.mini-quote { margin-bottom: .5em; }
	
/* 2 Column settings */
.twocol {
	background:#fff;		/* right column background colour */
	float: none;
	display: flex;
	gap: 30px;
	justify-content: center;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0;
}
.twocol .col1 {
	flex-basis: 75%;
	padding-top: 3em;
	order: 2;
}
.twocol .col2 {
	flex-basis: 25%;
	text-align: center;
}
#what-to-do {
	padding-top: 0;
	margin-top: 0;
}

@media ( min-width: 1150px ) {
	.double-column {
		-moz-column-count: 2;
		-webkit-columns: 2;
		-o-columns: 2;
		columns: 2;
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		-o-column-gap: 25px;
		column-gap: 25px;		
	}
	#what-to-do {
		/* text-align: center; */
	}
}

@media ( max-width: 1000px ) {
	.twocol .col1 {
		padding-top: 1em;
	}
}

@media ( max-width: 768px ) {

	.twocol .col1, .twocol .col3 { 
		clear: both; 
		float: none; 
		position: static;
		width: 100%;
		padding: .25em 0;
		overflow: visible;
	}
	#photobar {
		background-size: auto 120px;
		height: 120px;
	}
	
}

@media ( max-width: 620px ) {
	#photobar { display: none; }
}

/* home page welcome popup */
#fvpp-blackout {
  display: none;
  z-index: 999499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#whats-new {
  display: none;
  z-index: 999500;
  position: fixed;
  width: 46%;
  left: 25%;
  top: 15%;
  padding: 20px 2%;
  background: #FFF;
  color: #000;
  border-radius: 12px;
}
#whats-new img {
	max-width: 100%;
	height: auto;
}
#whats-new p {
	font-size: 1.1em;
	line-height: 1.4;
}
#whats-new p.xsm { 
	font-size: .85em;
}
.inner-modal-holder {
	max-width: 600px;
	margin: 0 auto;
}

#fvpp-close {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  background: #EB1C22;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  text-shadow: 0 -1px 1px #000;
  box-shadow: 0 0 6px rgba(255,255,255,.9);
}

@media screen and (max-width: 640px) {
	#whats-new {
		width: 86%;
		left: 5%;
		top: 10%;
	}
}