.alert-box.secondary a {
	color: #d7d7d7;
}
#site-alerts .alert-box { 
	text-align: center;
	margin-bottom: 0;
	border-radius: 0 !important;
}
#site-alerts .alert-box .close { 
	display: inline !important;
	position: relative;
	right: auto;
	margin: 0 0 0 1rem;
	padding: .3rem .5rem;
	background-color: #363636;
	opacity: .5;
}
#site-alerts .alert-box .close:hover { 
	opacity: 1;
	color: white;
	-webkit-transition: all .15s linear; 
	transition: all .15s linear;
}

.math-captcha span { 
	display: block;
	margin-bottom: .5rem;
}
.math-captcha span:after { 
	content: '.';
}
.math-captcha input { 
	width: 3.5rem; 
	text-align: center; 
	display: inline;
}

div.twocolumn-heading h2 { 
	margin-bottom: 0;
}

div.twocolumn-heading p {
	margin:.5rem 0 0 0;
}

div.twocolumn-heading p a, div.twocolumn-heading ul.button-group a { 
	margin-bottom: 0;
}

div.twocolumn-heading ul.button-group {
	margin-top: .75rem;
}

.th.noglow:focus,
.th.noglow:hover {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);	
}

label.column-middle { margin-top:1.65rem; margin-bottom: .7777777777rem }
label span+span { 
	width: 100%;
	height: 2.0555555556rem;
	display: block;
	padding: .4444444444rem;
	margin: 0 0 .8888888889rem 0;
	border: 1px solid #ccc;
	font-size: .7777777778rem;
	font-family: inherit;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	background-color: #fff;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
label span+span[disabled] { background-color: #ddd }

span.small { font-size:.8rem }
/*.th.noglow:hover { box-shadow:none; border:solid 4px #fff }*/
ul.unstyled, ol.unstyled { list-style: none; margin: 0; padding: 0 }

table { width:100% }
.math-captcha span { display:block; margin-bottom:.5rem }
.math-captcha span:after { content:'.' }
.math-captcha input { width:3.5rem; text-align:center; display:inline }

.tabs { position:relative; top:1px }
.tabs > .tab-title a { border-radius: 5px 5px 0 0 }
.tabs > .tab-title.active a { border: 1px solid #d7d7d7; border-bottom: 0; background-color:#fff; }
.tabs-content { background-color:#fff; border: 1px solid #d7d7d7; padding: 0 25px; border-radius: 0 5px 5px 5px; }
.tabs-content > section > .section-title { display:none }

.service-areas-city-list > li { padding-bottom:0 !important }

.required { color:red }

.strike { text-decoration:line-through }
.old-price { color:red; text-decoration:line-through }
.showifjs { display:none }

.inline-list.center { display:table; margin:0 auto }

input[type="text"][readonly] {
	background-color: #eee;
}

a[data-icon="facebook"] { color: #1A4A6D }

a[data-icon="mail"] { color: #333 }

nav ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
nav :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
nav ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
nav :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #333;
}

#reveal-content h2 {
	margin-top: 0;
}

.ribbon-box {
	min-height: 100px;
	position: relative;
}
.ribbon {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 75px; 
	height: 75px;
	text-align: right;
}
.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	width: 100px;
	display: block;
	background: #F70505;
	box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
}
.ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #F70505;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #F70505;
}
.ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #F70505;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #F70505;
}
.ribbon.left {
	left: -9px; top: -9px;
}
.ribbon.left span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 19px; left: -21px;
}
.ribbon.right {
	right: -9px; top: -9px;
}
.ribbon.right span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 19px; right: -21px;
}

article.posts-blog img.header-image { 
	margin-bottom: 1rem;
	line-height: 0;
	display: inline-block;
	border: solid 4px #fff;
	max-width: 100%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
}

article.event-preview img {
	float:left;
	margin-right:1rem;
}

@media screen and (min-width:767px) and (max-width: 1015px) { 
	article.event-preview img { float:none; margin-right:0 }
	article.event-preview a#event-img { display:block; margin:0 auto 1rem auto }
}

@media screen and (max-width: 682px) { 
	article.event-preview img { float:none; margin-right:0 }
	article.event-preview a#event-img { display:block; margin:0 auto 1rem auto }
}

@media screen and (max-width: 599px) { 
	header ul#main li { display:block; text-align:center; clear:both }
	#logo { width:75%; height:75%; margin: 0 auto; }

	.inline-list.small-centered {
		float:none !important;
		display:table;
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
	}

	.tab-set-title { display:none }
	.tabs-content > section > .section-title { display:block }
	.tabs { display:none; }
	.tabs-content { border:0; padding:0; background-color:inherit }
	.tabs-content > .content { display:block }
	.tabs-content > .content, .tabs-content > .content > h3 { margin-top:0; padding-top:0 }
}