.coach {
	width: 100%;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}


/*	=========================================== *\
		GLOBAL SETTINGS
\*	===========================================	*/




@media screen and (max-width: 480px) {
	
	/* [[ WP8 Support ]] */
	@-ms-viewport {
		width: 320px;
	}
	
}

/* [[ WHEN EDITING, MENUS DISABLED ]] */
.menu-disable-for-edit {
	background-color: #ccc;
	color: #999;
	padding: 15px;
	text-align: center;
}


/* [[ RESET ALL ELEMENTS TO BORDER-BOX ]] */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* [[ OUTER (CENTERING) CONTAINERS ]] */
.site-container {
	max-width: 1170px;
	padding: 0 16px;
	margin: 0 auto;
	width: 100%;
}

.view-container {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}

/* [[ ROWS CONTAIN AND CLEAR FLOATED ELEMENTS ]] */
.row {
	width: 100%;
	*zoom: 1;
}

.row:before,
.row:after {
	line-height: 0;
	display: table;
  content: "";
}

.row:after {
	clear: both;
}

/* [[ CUSTOMIZE TEXT SELECTION ]] */
::-moz-selection {
	background: #b6e1ff;
	text-shadow: none;
}

::selection {
	background: #b6e1ff;
	text-shadow: none;
}

/* [[ OLD BROWSER PROMPT ]] */
.oldbrowser {
	text-align: center;
	padding: 0.2em 15em;
	background: #fcff9f;
	margin: 0.2em 0;
	font-size: 14px;
	line-height: normal;
	color: #000;
}

/* [[ TO THE TOP BUTTON ]] */
.ttt-overlay {
	position: fixed;
	bottom: 0px;
	right: 16px;
	z-index: 999;
	display: none;
	visibility: hidden;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.ttt-active {
	display: block;
	visibility: visible;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

a.ttt-button:link,
a.ttt-button:visited {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	
}

a.ttt-button:hover,
a.ttt-button:active {
	background-color: #000;
	background-color: rgba(0,0,0,0.9);
}

/* [[ IMG ALTERATIONS ]] */
img {
	max-width: 100%;
}

a img {
	border: none;
}

/* [[ BODY ]] */
body {
  margin: 0px;
	padding: 0px;
  color: #323132;
}

/* [[ HEADER ]] */

.ribbon-detail {
    font-size: 0;
    height: 0;
    line-height: 0;
    position: relative;
    width: 100%;
}

span.ribbon-end {
    background-image: url("../img/ribbon-cord--end-detail-gold.png");
    background-repeat: no-repeat;
    display: block;
    height: 111px;
    position: absolute;
    right: 10px;
    top: -30px;
    width: 370px;
}

#header-area {
	width: 100%;
	background-color: #fff;
	padding: 14px 0;
}  

#header-area-inner-wrap {
	position: relative;
	background-position: right 50%;
	background-repeat: no-repeat;
}

#header-biz-info {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	text-align: right;
	position: top;
	right: 0px;
	text-align: right;
	color: #5c5c5c;
	position: absolute;
}

a.logo {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -4px 0 0;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
	border: 1px solid #000;
}


#logo-elements {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin: 0 -4px 0 0;
	zoom:1; 
	*display: inline; 
}

a.logo-badge {
	width: 23%; 
	display: inline-block;
	vertical-align: middle;
	margin: 0 -4px 0 0;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
}

a.logo-text {
	display: inline-block;
	vertical-align: middle;
	width: 77%; 
	padding: 0 0 0 10px;
	margin: -14px -4px 0 0;
	color: #0b539f;
	text-decoration: none;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
	font-family: "droid_serifregular", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

a.logo-text:hover,
a.logo-text:active {
	color: #0b539f;
	text-decoration: none;
}

span.logo-text-primary {
	font-size: 56px;
	line-height: 62px;
	display: block;
	letter-spacing: 2px;
}

span.logo-text-sub {
	font-size: 29px;
	line-height: 32px;
	display: block;
	letter-spacing: 3px;
}

.utils-header-menu {
	display: inline-block;
	vertical-align: middle;
	margin: 14px -4px 0 0;
	width: 60%;
	text-align: right;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
}

.utils-header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.utils-header-menu ul li {
	margin: 0px;
	padding: 0 0 0 16px;
	display: inline-block;
	margin-right: -4px;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
}

a.utils-header-donate {
	display: block;
	padding: 4px 18px;
	margin-right: 12px;
	background: #a70808;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

a.utils-header-donate:hover {
	display: block;
	padding: 4px 18px;
	margin-right: 12px;
	color: #fff!important;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}


a.utils-header-login-trigger {
	display: block;
	padding: 4px 18px;
	margin-right: 12px;
	border: 1px solid #000;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

a.utils-header-login-trigger:hover {
	color: #FFF;
	background-color: #000;
	
}

input.header-utils-search-input {
	background-color: #FFF;
	border: none;
	position: relative;
	color: #333;
	margin: 0px;
	background-image: url(../img/search-icon.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding: 3px 5px 3px 30px;
	width: 100px;
	height: 2.3em;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	border: 1px solid #ccc;
}

input.header-utils-search-input:focus {
	width: 175px;
	border: none;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
}

input.header-utils-search-input:-moz-placeholder {
    color: #ccc;
}
input.header-utils-search-input::-webkit-input-placeholder {
    color: #ccc;
}

input.header-utils-search-submit {
	height: 2.1em;
	font-size: 14px;
	line-height: 16px; 
	margin: 0px;
	padding: 0px 12px;
	margin-top: 0px;
}

.mobile-header-menu {
	display: none;
}

.mobile-header-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.mobile-header-menu ul li {
	display: inline-block;
	width: 48%;
	margin: 0 -4px 0 2%;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
}

a.mobile-header-menu-login-trigger {
	display: block;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 22px;
	border: 1px solid #ccc;
	text-align: center;
	text-transform: uppercase;
	color: #333;
}

a#mobile-menu-trigger {
	display: block;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 22px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	text-align: center;
	color: #333;
}

#mobile-search-area {
	margin-bottom: 24px;
}

input#mobile-search-input {
	background-color: #FFF;
	border: none;
	position: relative;
	color: #333;
	margin: 0 -4px 0 0;
	background-image: url(../img/search-icon.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding: 3px 5px 3px 30px;
	width: 100px;
	height: 2.3em;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	border: 1px solid #ccc;
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
}

input#mobile-search-submit {
	height: 2.2em;
	font-size: 14px;
	line-height: 16px; 
	margin: 0 -4px 0 0;
	padding: 0px 12px;
	margin-top: 0px;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	width: 30%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
}

@media screen and (max-width: 1024px) {

	.mq #header-area {
		border-bottom: 2px solid #67b2e7;
	}
	
	.mq #header-biz-info,
	.mq .header-utils-search,
	.mq .utils-header-menu	{
		display: none;
	}
		
	.mq .mobile-header-menu {
		display: inline-block;
		width: 60%;
		vertical-align: middle;
		margin: 0 -4px 0 0;
		text-align: right;
		/* IE Inline Block */
		zoom:1; 
		*display: inline; 
	}
	
}

@media screen and (max-width: 980px) {

	.mq span.logo-text-primary {
		font-size: 36px;
		line-height: 42px;
	}

	.mq span.logo-text-sub {
		font-size: 18px;
		line-height: 24px;
	}

}

@media screen and (max-width: 769px) {

	.mq #logo-elements {
		width: 60%;
	}
	
	.mq .mobile-header-menu {
		width: 40%;
	}

}

@media screen and (max-width: 599px) {
	
	.mq a.logo-text {
		margin: -7px -4px 0 0;
	}
	
	.mq span.logo-text-primary {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 1px;
	}

	.mq span.logo-text-sub {
		font-size: 13px;
		line-height: 19px;
		letter-spacing: 1px;
	}

	.mq .mobile-header-menu ul li {
		display: block;
		width: 100%;
		margin: 0 0 2px 0;
	}

}


/* [[ BIGGISH MAIN MENU ]] */
#biggish-main-menu {
	padding: 16px 0;
	background-image: url("../img/ribbon-cord-texture-gold.png");
	height: 70px;
}

@media screen and (max-width: 1024px) {

	.mq #biggish-main-menu {
		display: none;
	}


}

/* [[ SITEWIDE ALERTS ]] */
#alerts-area {
	background-color: #333;
}

#alerts-area .alert {
	margin: 0px;
}

/* [[ FOOTER ]] */

#footer-mission {
/*	padding: 10px;
	background: #fff;
	color: #0b539f;
	border: 1px solid #074688;*/
	min-height: 180px;
}


#footer-ribbon {
    background-image: url("../img/ribbon-cord-texture-gold.png");
    background-repeat: repeat-x;
    border-bottom: 1px solid #ffe25d;
    color: #fff;
    font-size: 14px;
    height: 70px;
    line-height: 66px;
    position: relative;
    text-align: right;
    width: 100%;
}


.footer-ribbon-detail {
    background-image: url("../img/ribbon-cord--end-detail-gold.png");
    background-repeat: no-repeat;
    height: 111px;
    left: -125px;
    position: absolute;
    top: -15px;
    width: 370px;
}




#footer-area {
	width: 100%;
	padding: 18px 0;
	background-color: #0b539f;
	color: #FFF;
	background-image: url(../img/footer-bg-glyph.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	border-top: 5px solid #3f3f3f;
}

#footer-menu {
	margin: 0 0 18px 0;
}

#footer-columns {
	margin: 0 0 18px 0;
}

#footer-area .well.well-dark {
	border: 1px solid #646464;
	background-color: #242424;
}

#footer-info {
	text-align: center;
}

.footer-info-logo {
	display: block;
	margin: 0 auto 12px auto;
	text-align: center;
	position: relative;
}

.footer-info-school-name {
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px 0;
}

.footer-info-school-addy {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 12px 0;
}

.footer-info-school-num {
	margin: 0 0 12px 0;
	display: block;
}

.footer-utils {
	text-align: center;
}

.social-networks {
	margin: 12px 0;
}

.social-networks a:link,
.social-networks a:visited {
	color: #FFF;
	font-size: 28px;
	line-height: 28px;
}

.social-networks a:hover,
.social-networks a:active {
	color: #ededed;
	font-size: 28px;
	line-height: 28px;
}

#footer-google-map {
	position: relative;
}

#contact-map-overlay-p-event {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: background .4s linear;
	-moz-transition: background .4s linear;
	-webkit-transition: background .4s linear;
	-o-transition: background .4s linear;
}

#map-canvas {
	width: 100%;
	height: 124px;
	margin: 0;
	padding: 0;
}

.signature {
	text-align: center;
	padding: 15px 0;
}

.partnerships {
	text-align: left;
}

.partnerships img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	/* IE Inline Block */
	zoom: 1; 
	*display: inline; 
}

.signature-01 {
	width: 45%;
	float: left;
	padding-top: 8px;
}

.signature-01 img {
	max-width: 205px;
}

.signature-02 {
	width: 45%;
	float: right;
	text-align: right;
}

.signature-02 img {
	max-width: 280px;
}

@media screen and (max-width: 769px) {

	#footer-mission {
		margin: 0 0 24px 0;
	}
	
}

@media screen and (max-width: 599px) {

	.signature-01,
	.signature-02 {
		width: 100%;
		max-width: 280px;
		float: none;
		text-align: center;
		margin: 0 auto 12px auto;
	}

}

/* [[ INTERIOR PAGE TITLE AREA ]] */
#interior-page-heading-area {
	padding: 12px 0 0 0;
	width: 100%;
}

#interior-page-heading-area h1 {
	margin: 0;
}

/* [[ PAGE CONTENT AREA LAYER ]] */
#main-content-area-layer {
	width: 100%;
	padding: 48px 0;
}

@media screen and (max-width: 769px) {

	#main-content-area-layer {
		padding: 16px 0;
	}

}

/*	=========================================== *\
		REDIKER LOGIN WIDGET
\*	===========================================	*/
.login-panel {
	background-color: #FFF;
	padding: 15px;
	position: absolute;
	width: 100%;
	top: -9999px;
	overflow: hidden;
	padding: 0px;
	z-index: 99;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.no-csstransitions .login-panel { 
	display: none;
}

.login-panel-open {
	position: relative;
	top: 0px;
	padding: 15px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.svphs-login-column-01 {
	float: left;
	width: 60%;
}

.svphs-login-column-02 {
	float: right;
	width: 40%;
	text-align: right;
}

input.svphs-login-user {
	margin: 0px;
	background-image: url(../img/rediker-login-user-input-bg-sprite.png);
	background-position: 3px 8px;
	background-repeat: no-repeat;
	padding: 3px 5px 3px 24px;
}

input.svphs-login-user:focus {
	background-position: 3px -79px;
}

input.svphs-login-pass {
	margin: 0px;
	background-image: url(../img/rediker-login-password-input-bg-sprite.png);
	background-position: 3px 8px;
	background-repeat: no-repeat;
	padding: 3px 5px 3px 24px;
}

input.svphs-login-pass:focus {
	background-position: 3px -79px;
}

input.svphs-login-submit {
	margin: 0px;
}

@media screen and (max-width: 980px) {

	.mq .svphs-login-column-01 {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}

	.mq .svphs-login-column-02 {
		float: none;
		width: 100%;
		text-align: left;
	}
	
	.mq .svphs-login-label,
	.mq .svphs-login-forgot	{
		display: block;
		margin: 0 0 12px 0;
	}

}
@media screen and (max-width: 480px) {
	
	.mq input.svphs-login-user,
	.mq input.svphs-login-pass 	{
		display: block;
		margin: 0 0 12px 0;
	}

}

/*	=========================================== *\
		PAGE TYPES:	HOME.PHP
\*	===========================================	*/ 

#splash-cover-tier {
	position: relative;
}

#h-col-1 {
	float: left;
	width: 40.639%; /* 508/1138 */
	margin-right: 4.217%; /* 48/1138 */
}

#h-col-2 {
	float: left;
	width: 25.550%; /* 268/1138 */
	margin-right: 4.217%; /* 48/1138 */
}

#h-col-3 {
	float: right;
	width: 25.374%; /* 266/1138 */
}

#home-actions-column-icons {
	text-align: center;
	font-size: 28px;
	line-height: normal;
}

#home-actions-column-icons a:link,
#home-actions-column-icons a:visited {
	color: #c5c5c5;
}

#home-actions-column-icons a:hover,
#home-actions-column-icons a:active {
	color: #333;
}

@media screen and (max-width: 1024px) {

	.mq #h-col-1 {
		float: left;
		width: 46.875%; /* 360/768 */
		margin: 0 0 24px 0;
	}

	.mq #h-col-2 {
		float: right;
		width: 46.875%; /* 360/768 */
		margin: 0 0 24px 0;
	}

	.mq #h-col-3 {
		float: none;
		width: 100%; 
		margin: 0 0 24px 0;
		clear: both;
	}
	
}

@media screen and (max-width: 680px) {


	.mq #h-col-1,
	.mq #h-col-2	{
		float: none;
		width: 100%; 
	}
	
	.mq #home-actions-intro,
	.mq #home-actions-buttons,
	.mq #home-actions-column-icons	{
		display: block;
		width: 100%;
		margin: 0;
	}
	
}

/*	=========================================== *\
		PAGE TYPES:	FULL.PHP (GLOBALS)
								FULL_ONE_OVER_TWO.PHP
								FULL_ONE_OVER_THREE.PHP
								FULL_ONE_OVER_FOUR.PHP
\*	===========================================	*/ 

/* [[ FULL.PHP (GLOBALS) ]] */
#f-main {
	width: 100%;
}

article#f-article {
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
}

#f-below {
	width: 100%;
}

#f-aside {
	width: 100%;
}

/* [[ FULL_ONE_OVER_TWO.PHP ]] */
.f1o2-col-01 {
	width: 48.076%; /* 562.5/1170 */
	float: left;
}

.f1o2-col-02 {
	width: 48.076%; /* 562.5/1170 */
	float: right;
}

/* [[ FULL_ONE_OVER_THREE.PHP ]] */
.f1o3-col-01 {
	float: left;
	width: 30.769%; /* 360/1170 */
	margin-right: 3.846%; /* 45/1170 */
}

.f1o3-col-02 {
	float: left;
	width: 30.769%; /* 360/1170 */
}

.f1o3-col-03 {
	float: right;
	width: 30.769%; /* 360/1170 */
}

/* [[ FULL_ONE_OVER_FOUR.PHP ]] */
.f1o4-col-01,
.f1o4-col-02,
.f1o4-col-03 {
	float: left;
	width: 22.115%; /* 258.75/1170 */
	margin-right: 3.846%; /* 45/1170 */
}

.f1o4-col-04 {
	float: right;
	width: 22.115%; /* 258.75/1170 */
}

@media screen and (max-width: 1169px) {

	/* [[ FULL_ONE_OVER_FOUR.PHP ]] */
	.mq .f1o4-col-01,
	.mq .f1o4-col-03 {
		float: left;
		width: 48.075%; /* 562/1169 */
		margin: 0 0 35px 0;
	}
	
	.mq .f1o4-col-02,
	.mq .f1o4-col-04 {
		float: right;
		width: 48.075%; /* 562/1169 */
		margin: 0 0 35px 0;
	}
	
}

@media screen and (max-width: 960px) {
	
	/* [[ FULL_ONE_OVER_THREE.PHP ]] */
	.mq .f1o3-col-01,
	.mq .f1o3-col-02,
	.mq .f1o3-col-03	{
		float: none;
		width: 100%;
		margin: 0 0 35px 0;
	}

}

@media screen and (max-width: 769px) {

	/* [[ FULL_ONE_OVER_TWO.PHP ]] */
	.mq .f1o2-col-01,
	.mq .f1o2-col-02	{
		width: 100%;
		float: none;
		margin: 0 0 35px 0;
	}
	
	/* [[ FULL_ONE_OVER_FOUR.PHP ]] */
	.mq .f1o4-col-01,
	.mq .f1o4-col-02,
	.mq .f1o4-col-03,
	.mq .f1o4-col-04 {
		float: none;
		width: 100%;
	}
	
}

/*	=========================================== *\
		PAGE TYPES:	RIGHT_SIDEBAR.PHP (GLOBALS)
								RIGHT_SIDEBAR_ONE_OVER_TWO.PHP
								RIGHT_SIDEBAR_ONE_OVER_THREE.PHP
\*	===========================================	*/ 

/* [[ RIGHT_SIDEBAR.PHP (GLOBALS) ]] */
#r-main {
	width: 70.384%; /* 765/1170 */
	float: left;
	min-height: 300px;
}

article#r-article {
	width: 100%;
	padding-left: 15%;
}

#r-sidebar {
	width: 25.769%; /* 360/1170 */
	float: right;
}

/* [[ RIGHT_SIDEBAR_ONE_OVER_TWO.PHP ]] */
.r1o2-col-01 {
	width: 47.058%; /* 360/765 */
	float: left;
}

.r1o2-col-02 {
	width: 47.058%; /* 360/765 */
	float: right;
}

/* [[ RIGHT_SIDEBAR_ONE_OVER_THREE.PHP ]] */
.r1o3-col-01,
.r1o3-col-02 {
	width: 29.411%; /* 225/765 */
	margin-right: 5.882%; /* 45/765 */
	float: left;
}	

.r1o3-col-03 {
	width: 29.411%; /* 225/765 */
	float: right;
}

@media screen and (max-width: 1169px) {
	
	/* [[ GLOBALS ]] */
	.mq article#r-article {
		padding-left: 0;
	}
	
}

@media screen and (max-width: 960px) {

	/* [[ RIGHT_SIDEBAR_ONE_OVER_TWO.PHP ]] */
	.mq .r1o2-col-01,
	.mq .r1o2-col-02 {
		width: 100%;
		float: none;
		margin: 0 0 35px 0;
	}
	
	/* [[ RIGHT_SIDEBAR_ONE_OVER_THREE.PHP ]] */
	.mq .r1o3-col-01,
	.mq .r1o3-col-02
	.mq .r1o3-col-03 {
		width: 100%;
		margin: 0 0 35px 0;
		float: none;
	}

}

@media screen and (max-width: 769px) {
	
	/* [[ GLOBALS ]] */
	.mq #r-main,
	.mq #r-sidebar {
		width: 100%;
		float: none;
		margin: 0 0 35px 0;
	}
	
}

/*	=========================================== *\
		PAGE TYPES:	LEFT_SIDEBAR.PHP (GLOBALS)
								LEFT_SIDEBAR_ONE_OVER_TWO.PHP
								LEFT_SIDEBAR_ONE_OVER_THREE.PHP
\*	===========================================	*/ 

/* [[ LEFT_SIDEBAR.PHP (GLOBALS) ]] */
#l-main {
	width: 65.384%; /* 765/1170 */
	float: right;
}

#l-article {
	width: 100%;
	padding-right: 15%;
}

#l-sidebar {
	width: 30.769%; /* 360/1170 */
	float: left;
}

#l-below {
	width: 100%;
}

/* [[ LEFT_SIDEBAR_ONE_OVER_TWO.PHP ]] */
.l1o2-col-01 {
	width: 47.058%; /* 360/765 */
	float: left;
}

.l1o2-col-02 {
	width: 47.058%; /* 360/765 */
	float: right;
}

/* [[ LEFT_SIDEBAR_ONE_OVER_THREE.PHP ]] */
.l1o3-col-01,
.l1o3-col-02 {
	width: 29.411%; /* 225/765 */
	margin-right: 5.882%; /* 45/765 */
	float: left;
}

.l1o3-col-03 {
	width: 29.411%; /* 225/765 */
	float: right;
}

@media screen and (max-width: 1169px) {
	
	/* [[ LEFT_SIDEBAR.PHP (GLOBALS) ]] */
	.mq article#l-article {
		padding-left: 0;
	}
	
}

@media screen and (max-width: 960px) {

	/* [[ LEFT_SIDEBAR_ONE_OVER_TWO.PHP ]] */
	.mq .l1o2-col-01,
	.mq .l1o2-col-02 {
		width: 100%;
		float: none;
		margin: 0 0 35px 0;
	}
	
	/* [[ LEFT_SIDEBAR_ONE_OVER_THREE.PHP ]] */
	.mq .l1o3-col-01,
	.mq .l1o3-col-02
	.mq .l1o3-col-03 {
		width: 100%;
		margin: 0 0 35px 0;
		float: none;
	}

}

@media screen and (max-width: 769px) {
	
	/* [[ GLOBALS ]] */
	.mq #l-main,
	.mq #l-sidebar {
		width: 100%;
		float: none;
		margin: 0 0 35px 0;
	}
	
}

/*	=========================================== *\
		PAGE TYPES:	NEWS_BLOG_INDEX.PHP
\*	===========================================	*/ 
#nbi-main {
	width: 65.384%; /* 765/1170 */
	float: left;
}

#nbi-sidebar {
	width: 30.769%; /* 360/1170 */
	float: right;
}

.nbi-sidebar-section {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 960px) {

	.mq #nbi-main,
	.mq #nbi-sidebar	{
		width: 100%;
		float: none;
		margin: 0 0 35px 0;
	}
	
	.mq .nbi-sidebar-section {
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 35px 0;
		width: 50%;
		padding: 15px;
		border-left: 1px dotted #ccc;
		border-bottom: none;
		/* IE Inline Block */
		zoom:1; 
		*display: inline; 
	}

}

@media screen and (max-width: 599px) {

	.mq .nbi-sidebar-section {
		display: block;
		margin: 0 0 15px 0;
		width: 100%;
		padding: 15px;
		border-left: none;
		border-bottom: 1px dotted #ccc;
	}

}

/*	=========================================== *\
		PAGE TYPES:	SPECIAL_EVENTS.PHP
\*	===========================================	*/ 
.spec-event-page-date {
	padding: 15px;
	display: block;
	margin-bottom: 25px;
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #ccc;

}


span.sep-day-txt {
	display: block;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #999;
	margin: 12px 0 0 0;
}

span.sep-date {
	font-size: 22px;
	line-height: 32px;
	display: block;
}

span.sep-time {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 12px 0;
	display: block;
}

.rsvp{
	font-size: 14px;
	color: #760a0a;
}


.sep-start-date {
	border-right: 1px solid #ccc;
}

.sep-start-date,
.sep-end-date {
	display: inline-block;
	width: 50%;
	margin: 0 -4px 0 0;
	padding: 0 0 0 25px;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
}

.sep-start-end-label {
	margin: 12px 0;
	display: block;
}

.sep-venue {
	margin: 0 0 24px 0;
	background-color: #eaeaea;
	padding: 15px;
}

.sep-venue-city {
	font-size: 18px;
	display: block;
	margin: 0 0 12px 0;
	line-height: 22px;
}

.sep-venue-address {
	font-size: 14px;
	display: block;
	margin: 0 0 12px 0;
	line-height: 18px;
}

/*	=========================================== *\
		PAGE TYPES:	BLOG_POST.PHP
\*	===========================================	*/ 
#bp-main {
	width: 65.384%; /* 765/1170 */
	float: left;
}

#bp-title {
	/* PLACEHOLDER */
}

#bp-source-info {
	/* PLACEHOLDER */
}

#bp-author {
	/* PLACEHOLDER */
}

#bp-date {
	/* PLACEHOLDER */
}

#bp-above {
	/* PLACEHOLDER */
}

article#bp-article {
	padding-left: 15%;
	width: 100%;
}

img.bp-thumb {
	float: left;
	width: 25%;
	margin: 6px 1.5% 6px -17.5%;
}

#bp-below {
	/* PLACEHOLDER */
}

#bp-tags {
	/* PLACEHOLDER */
}

#bp-disqus {
	/* PLACEHOLDER */
}

#bp-pagination {
	/* PLACEHOLDER */
}

#bp-sidebar {
	width: 30.769%; /* 360/1170 */
	float: right;
}

#bp-author-bio {
	/* PLACEHOLDER */
}

.bp-author-bio-title {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #ccc;
	margin: 0 0 15px 0;
}

.bp-author-bio-heading {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

.bp-author-bio-avatar {
	display: inline-block;
	width: 15%;
	margin-right: -4px;
	line-height: 0px;
	font-size: 0px;
	vertical-align: top;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
}

.bp-author-bio-name {
	display: inline-block;
	width: 85%;
	padding: 0 0 0 15px;
	vertical-align: top;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
}

.bp-author-bio-job-title,
.bp-author-bio-company {
	font-size: 12px;
	line-height: 16px;
}

.bp-author-bio-content {
	/* PLACEHOLDER */
}

.bp-sidebar-section {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 1169px) {
	
	.mq article#bp-article {
		padding-left: 0;
	}

	.mq img.bp-thumb {
		width: 15%;
		margin: 6px 1.5% 6px 0;
	}

}

@media screen and (max-width: 960px) {
	.mq #bp-main,
	.mq #bp-sidebar	{
		width: 100%;
		float: none;
		margin: 0 0 35px 0;
	}

	.mq .bp-sidebar-section {
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 35px 0;
		width: 50%;
		padding: 15px;
		border-left: 1px dotted #ccc;
		border-bottom: none;
		/* IE Inline Block */
		zoom:1; 
		*display: inline; 
	}

}

@media screen and (max-width: 599px) {
	
	.mq .bp-sidebar-section {
		display: block;
		margin: 0 0 15px 0;
		width: 100%;
		padding: 15px;
		border-left: none;
		border-bottom: 1px dotted #ccc;
	}

}

/*	=========================================== *\
		PAGE TYPES: TOP_LEVEL_LANDING_PAGE.PHP
\*	===========================================	*/ 
#lp-heading-area {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 4px 0;
}

.lp-heading-collage-image {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	margin: 0 -4px 0 0;
	padding: 4px;
	vertical-align: top;
	font-size: 0px;
	line-height: 0px;
	/* IE Inline Block */
	zoom:1; 
	*display: inline; 
}

.lp-heading-content-wrap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 15px;
	width: 100%;
	height: 100%;
}

.lp-heading-content-inner-wrap {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.lp-heading-content {
	display: inline-block;
	padding: 25px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.85);
	color: #333;
	max-width: 584px;
	/* IE Inline Block */
	zoom:1; 
	*display: inline;
}

@media screen and (max-width: 1128px) {

}

@media screen and (max-width: 640px) {


}

@media screen and (max-width: 480px) {

	
}

/*	=========================================== *\
		SLIDE PANEL WIDGET
		v1.1
		5-1-2015
\*	===========================================	*/
.outer-wrap {
	width: 100%;
	position: relative;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.inner-wrap {
	position: relative;
	width: 100%;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.slide-panel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	z-index: 998;
	visibility: hidden;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.slide-panel {
	position: fixed;
	top: 0;
	height: 100%;
	width: 40%;
	background-color: #333333;
	color: #FFF;
	z-index: 999;
	visibility: hidden;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	box-shadow: inset 5px 0 14px -5px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 5px 0 14px -5px rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 5px 0 14px -5px rgba(0,0,0,0.7);
	-o-box-shadow: inset 5px 0 14px -5px rgba(0,0,0,0.7);
}

.slide-panel.slide-panel-right {
	right: -40%;
}

.slide-panel.slide-panel-left {
	left: -40%;
}

.slide-panel-inner-wrap {
	position: relative;
	padding: 24px;
	width: 100%;
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transform: scale(.9,.9) translate3d(0,0,0);
	-moz-transform: scale(.9,.9) translate3d(0,0,0);
	-webkit-transform: scale(.9,.9) translate3d(0,0,0);
	-ms-transform: scale(.9,.9) translate3d(0,0,0);
	-o-transform: scale(.9,.9) translate3d(0,0,0);
	transform-origin: center;
	-moz-transform-origin: center;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
}

.slide-panel-close-trigger-wrap {
	position: relative;
	width: 100%;
	height: 0;
}

a.slide-panel-close-trigger {
	display: block;
	width: 51px;
	height: 35px;
	color: #FFF;
	background-color: #333333;
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	position: absolute;
	top: 0px;
}

.slide-panel.slide-panel-right a.slide-panel-close-trigger {
	left: -35px;
	padding: 0 16px 0 0;
}

.slide-panel.slide-panel-left a.slide-panel-close-trigger {
	right: -35px;
	padding: 0 0 0 16px;
}

/* [[ CSS3 SUPPORT CLASSES - ACTIVATES PANEL ]] */
.outer-wrap-active {
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	position: fixed;
}

.inner-wrap-active {
	position: fixed;
	top: 0;
	height: 100%;
}

.slide-panel-overlay-active {
	visibility: visible;
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.slide-panel.slide-panel-right.slide-panel-active {
	right: 0;
	visibility: visible;
}

.slide-panel.slide-panel-left.slide-panel-active {
	left: 0;
	visibility: visible;
}

.slide-panel.slide-panel-left .slide-panel-inner-wrap {
	direction: rtl;
}

.slide-panel-scroll-swap {
	direction: ltr;
}

.slide-panel.slide-panel-active .slide-panel-inner-wrap {
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
}

@media screen and (max-width: 769px) {

	.mq .slide-panel {
		width: 70%;
	}
	
	.mq .slide-panel.slide-panel-right.slide-panel-active {
		right: 0;
	}
	
	.mq .slide-panel.slide-panel-left.slide-panel-active {
		left: 0;
	}

	.mq .slide-panel.slide-panel-right {
		right: -70%;
	}
	
	.mq .slide-panel.slide-panel-left {
		left: -70%;
	}
		
}

/*	=========================================== *\
		NO JS WARNING
\*	===========================================	*/
#no-js-alert {
	display: none;
}
	
/*	=========================================== *\
		HAX :(
\*	===========================================	*/

/* [[ OVERRIDE TINYMCE INLINE IMAGE WIDTH AND HEIGHT ]] */
p img, 
span img,
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	max-height: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}

/* [[ FIX @FONTFACE CHROME BUG ]] */
body {
	-webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
	from{ 	opacity: 1; }
	to{	opacity: 1; }
}

/* [[ CORE COMMERCE OVERRIDES ]] */
.ccm-core-commerce-product-property-list h2 {
  font-size: 26px;
  line-height: 32px;
	margin: 0 0 12px 0;
	font-family: "gandhi_serifregular", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
}

.ccm-core-commerce-add-to-cart-product-attributes label {
	display: block;
	width: 100%;
}

.ccm-core-commerce-add-to-cart-product-attributes input,
.ccm-core-commerce-add-to-cart-product-attributes select,
.ccm-core-commerce-add-to-cart-product-attributes textarea {
	width: 100%;
	display: block;
	margin: 0 0 16px 0;
}

/*	=========================================== *\
		HELPER CLASSES
\*	===========================================	*/

/* [[ CLEARFIX ]] */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/*	=========================================== *\
		PRINT
\*	===========================================	*/
@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow:none !important;
	text-shadow: none !important;
}

a,
a:visited {
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: "";
}

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;
}

}


/* [[ TEAM STYLES ]] */

.team-wrap {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 35px;
/*	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px; 
	box-shadow: #B3B3B3 2px 2px 2px;*/
}

.team-info {
	margin-top: 30px;
}

.team-title{
	width: 100%;
	padding: 10px;
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
}

.team-content {
	width: 100%;
	padding: 15px;
}

.team-page-menu-expander {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 6px;
}

.team-page-menu-title {
	position: relative;
	padding: 10px 35px 10px 10px
}

a.team-page-menu-expand-trigger {
	background-color: #67b2e7;
	color: #FFF;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	text-align: center;
	height: 100%;
	line-height: 30px;
	border: 4px solid #efefef;
}

a.team-page-menu-expand-trigger:hover {
	background-color: #5694c0;
	color: #FFF;
}

.team-page-menu-list-container {
	padding: 10px;
	display: none;
}

.team-page-menu-list-container .btn-nav {
	margin: 0px;	
}

/* [[ Staff Block STYLES ]] */

.staff-photo {
	float: left;
	width: 13%; 
	margin-right: 5%; 
}

.visible-info {
	float: left;
	width: 65%
}


/* -----------------------------------------
   Responsive Tables
----------------------------------------- */

table th { font-weight: bold;background: #efefef;border-bottom: 1px dotted #ccc; }
table td, table th { padding: 9px 10px;}
.rounded-table{-moz-border-radius: 15px; border-radius: 15px; border: 1px solid #ccc; padding: 10px;align:center;margin-bottom: 30px;"}
.docolor{background: #efefef;}
.belltable {width: 50%;]

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}










	









