body
{
	margin:					0px;
	padding:				20px 0px;

	background-color:		#FFFFFF;

	/*	Default text styles	----------------------------*/
	font-family:			Arial, sans serif;
	font-size:				100%;
	line-height:			150%;

	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: .02em;
	color: #555;

}

body.popup
{
	max-width:				800px;
	margin:					0px;
	padding:				0px;
	/*background-color:		white;*/
	background-color: #deeff8;
}

/*	default link style	*/
a{			color:	blue;	}
a:hover	{	color:	darkblue;	}

.visible{
	display:				inline-block !important;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#wrapper
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					1300px;
	border:					1px solid rgb(170,170,170);
}

#body,
article#main,
#right
{
	overflow:				hidden;
}

#body
{
	position: relative;
}

#left
{
	float:					left;
	width:					210px;
	/*padding:				20px;*/
}

article#main
{
	float:					left;
	padding:				20px;
}

#right
{
	width:					160px;
	padding:				20px;
}

#footer
{
	clear:					both;
	padding:				10px 20px;
}

/*---------------------------------------------------------------------------------------------------------
//	Header/Global styles
//-------------------------------------------------------------------------------------------------------*/
#logo
{
	margin:					5px 5px 25px 5px;
	padding:				30px 15px;
	background-color:		#E5E5E5;
	color:					#666666;
	font-size:				16px;
	font-weight:			bold;
	text-align:				center;
}

#logo a,
#logo a:hover
{
	color:					#666666;
}


a.link_arrow {
	/*background-image: url( '/site/images/search_bg.png' );*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
}

form#search
{
	position: absolute;
	/*right: -10px;*/
	right: 26px;
	/*top: 34px;*/
	top: 30px;
	/*background-image: url( '/site/images/search_bg.png' );*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	min-height: 30px;
	min-width: 30px;
}

#header_search_wrapper 
{
	background-color: #97c916;
	padding: 10px 30px 10px 10px;
	position: relative;
	z-index: 2;
	display: none;
}
#header_search_wrapper.active_results
{
	display: block !important;
}

form#search input#findtext
{
	background-color: #f0f7dc;
	border: 0 none;
	min-height: 30px;
	padding: 2px 10px 2px 10px;
	width: 370px;
	margin: 0 30px 0 10px;
}
form#search button
{
	padding:				3px;
	font-size:				10px;
	border: 0;
	padding: 0;
	margin: 0;

	text-indent: -9999px;
	height: 34px;
	width: 34px;

	background: none;
	background-image: url( '/site/images/search_icon.svg' );
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;

	opacity: .6;
	cursor: pointer;

	position: absolute;
	top: 9px;
	right: 14px;
	cursor: pointer;

}

#jquery-live-search
{
	/*border: 1px solid #EEE;*/
	/*padding:				10px;*/
	border: 2px solid #97c916;
	border-bottom:	0px;
	background-color: #f0f7dc;
	z-index: 10003;
	color: #333333;
	border-top: 1px solid #97c916;
	/*margin-top: 2px;*/
	/*-webkit-box-shadow: 8px 8px 10px -5px rgba(0, 0, 0, 0.35);*/
	/*-moz-box-shadow: 8px 8px 10px -5px rgba(0, 0, 0, 0.35);*/
	/*box-shadow: 8px 8px 10px -5px rgba(0, 0, 0, 0.35);*/
}

#jquery-live-search a.search_more_link
{
	display:	block;
	padding:	7px 0px;
	background-color: #97c916;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
}

#jquery-live-search li a 
{
	display: block;
	padding: 3px 20px 7px 20px;
	color: #333333;
	line-height:		18px;
	font-weight: 400;
	font-size: 14px;
}
#jquery-live-search h4
{
	border-top: 1px solid #97c916;
	padding: 11px 12px 5px 12px;
	font-weight: 500;
	color: #77a600;
	font-size: 16px;
	text-transform: uppercase;
}
#jquery-live-search h4 a
{
	color: #77a600;
}

#jquery-live-search hr
{
	margin: 5px 0;
}

#globalnav
{
	float:					right;
	margin: 0px;
}
#globalnav ul.m0 li
{
	/*display:				inline;*/
	display: inline-block;
	/*padding-top: 8px;*/
	margin-right: 25px;
}
#globalnav ul.m0 li.last
{
	margin-right: 12px;
}

#footer #globalnav
{
	float: left;
	margin: 0px;
	font-size: 14px;
}
#footer #globalnav ul.m0 li
{
	display: block;
	padding-top: 0px;
	margin-right: 0px;
}


#globalnav ul.m0 a
{
	/*margin: 0px 4px;*/
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul#socialmedia
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
}
#footer ul#socialmedia
{
	clear: both;
	position: relative;
	left: -3px;
}

ul#socialmedia li
{
	display:				inline;
	margin: 0px 5px 0px 0px;
}
ul#socialmedia li img {
	width: 36px;
	height: auto;
}

/*---------------------------------------------------------------------------------------------------------
//	Content styles
//-------------------------------------------------------------------------------------------------------*/
article>article
{
	margin:					0 0 2.5em;
}

header
{
	margin:					0 0 0.5em;
	/*color:					#111;*/
}

h1,h2,h3,h4,h5 {
	line-height: 140%;
	font-family: 'Roboto Condensed', serif;
	font-weight: 700;
}

/*#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
	font-family: 'Roboto Condensed', serif;
}
*/

h1
{
	/*font-size:				2.5em;*/
	font-size: 48px;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing:	-0.03em;
}
h2
{
	line-height:		22px;
	font-size: 25px;
	letter-spacing:		0.02em;
	/*font-style: italic;*/
	margin: 20px 0;
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 15px;
}

p
{
	margin:					0 0 1em;
}

.alert
{
	border:					4px solid #cccccc;
	border-radius:			10px;
	background-color:		rgba(255,255,255,0.85);

	padding:				20px;

	line-height:			22px;
	font-size:				16px;
}

#layout-container
{
	margin-top:				20px;
}
.content-block
{
	/*border-bottom:			1px solid #EEE;*/
	/*margin-bottom:			10px;*/
	padding-bottom:			0px;
	white-space:			normal;

}

.content-block .inner
{
	/*padding: 				20px;*/
}
 
.content-block img 
{
	max-width:				100%;
	height:					auto;
}

.block-row
{
	display: 				block;
	clear:					left;
	overflow: 				auto;
	white-space:  			nowrap!important;
	margin-bottom: 20px;
}
#footer .block-row
{
	margin-bottom: 0px;
}

article#main .block-row {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.block-100
{
	display: 				block;
	width: 					100%;
	margin-bottom: 0;
}

.block-50
{
	float: 					left;
	width: 					49%;
}

.block-50:last-child
{
	margin-left:			2%;
}

#footer .block-50:last-child
{
	margin-left: 0;
}
#footer .inner_form_footer .block-50:last-child
{
	margin-left: 2%;
}


.block-50:last-child .inner
{
	/*border-left: 1px solid #aea49d;*/
	/*padding-left: 20px;*/
	/*margin-right: -1px;*/
	position: relative;
	/*left: -10px;*/
}

.block-33
{
	float: 					left;
	width: 					32%;
	margin-right:			2%;
}

.block-33:last-child
{
	margin-right:			0%;
}

.block-66
{
	float: 					left;
	width: 					64%;
	margin-right:			2%;
}

.block-33:last-child
{
	margin-right:			0%;
}

.block-25
{
	float: 					left;
	width: 					23%;
	margin-right:			2.6%;
}

.block-25:last-child
{
	margin-right:			0%;
}

.block-float-left
{
	float: 					left;
	margin:					0px 20px 20px 0px;
	padding-top:			10px;
	z-index:				1000;
}

.block-float-right
{
	float: 					right;
	margin:					0px 0px 20px 20px;
	padding-top:			10px;
	z-index:				1000;
}

.block-wrap-left
{
	/*float:					left;*/
	z-index:				999;
}

.block-wrap-right
{
	/*float:					right;*/
	z-index:				999;
}

.block-wrap-left .selectedit,
.block-wrap-left .selectedit_preview,
.block-wrap-right .selectedit,
.block-wrap-right .selectedit_preview,
.block-float-left,
.block-float-right
{
	position: 				relative;
}

.content-block iframe
{
	width:					100%;
	height:					300px;
}

.caption
{
	margin-top:				10px;
	font-style:				italic;
}

.content-block .caption,
.content-block .caption p
{
	text-align: center;
	font-style: normal;
	color: #333333;
}
.content-block .caption p
{
	color: #333333 !important;
}
.content-block .flexslider .caption {
	text-align: center;
	font-style: normal;
	color: #333333;
}

.content-block #share
{
	overflow:				auto;
	position:				relative;
	top:					auto;
	right:					auto;
	width:					auto;
	border:					none!important;
	display:				block!important;
}

.content-block #share a
{
	display:					block;
	background-image:			none!important;
	width:						auto;
	height:						auto;
	margin-right:				10px;
	float:						left;
	padding:					0px!important;
}
.block-item:hover
{
	cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer
//-------------------------------------------------------------------------------------------------------*/
nav#footernav
{
	float: left;
}

nav#footernav ul
{
	list-style-type:		none;
	margin:					0;
	padding:				0px;
	overflow:				hidden;
}

nav#footernav li.i0
{
	margin:					0px 40px 0px 0px;
	display:				block;
	float:					left;
}

nav#footernav a
{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
nav#footernav a.a0
{
	font-weight: 600;
}


/*---------------------------------------------------------------------------------------------------------
//	Forms
//-------------------------------------------------------------------------------------------------------*/
.fieldblock
{
	margin:					15px 0px;
}
.fieldblock-error
{

}

input[type=text],
input[type=number],
input[type=url],
input[type=email],
input[type=text],
input[type=password],
select,
textarea
{
	width:					100%;
	border:					1px solid #999999;
	padding:				3px 4px;
	font-family:			arial,sans-serif;
	font-size:				14px;
	color:					#333;


	border: none;
	padding: 8px 6px;

}

input[type=radio],
input[type=checkbox]
{
	float:					left;
	margin:					0 10px 0 0;
}

#right .sidebar input[type=radio],
#right .sidebar [type=checkbox]
{
	margin: 5px 10px 0 0;
}

.block-25 input 
{
	width: 90%;
}

textarea
{
	width:					100%;
	height:					160px;


}

label
{
	display:				block;
	color:					black;
}
#footer label 
{
	color: #fff;
}

label.cb
{
	display:				inline;
}

button
{

}


.fielderror
{
	/*margin-left:			15px;*/
	font-weight:			bold;
	color:					red;
	line-height: 120%;
	font-size: 90%;
}

.fieldblock-error input,
.fieldblock-error select,
.fieldblock-error textarea
{
	border:					1px solid red;
}

.fieldblock-error label
{
	color:					red;
}

.sidebar input[type=text],
.sidebar input[type=number],
.sidebar input[type=url],
.sidebar input[type=email],
.sidebar input[type=text],
.sidebar input[type=password],
.sidebar select,
.sidebar textarea
{
	width: 94%;
}

.sidebar textarea
{
	height: 40px;
}


/*---------------------------------------------------------------------------------------------------------
//	Popup area
//-------------------------------------------------------------------------------------------------------*/

/* the overlayed element */
.overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10002;

	/* styling */
	background-color:#333;

	width:675px;
	min-height:200px;
	border:1px solid #666;

}

/* close button positioned on upper right corner */
.overlay .close {
	/*background-image:url( /site/images/close.png );*/
	background-image: url('/site/images/simplemodal_close.png');
	background-repeat: no-repeat;
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:30px;
	width:30px;
}

.nwf-overlay
{
	/*background-color:			rgba(0,64,128,0.25);*/
	width:						600px;
	height:						580px;
	position:	 				absolute;
    left:	 					50%;
    right:	 					50%;
    margin-left:	 			-300px;
    border: 0;
}

.nwf-overlay .contentWrap
{
	background-color: #deeff8;
	background-image: url('/site/images/logo.png');
	background-repeat: no-repeat;
	background-position: 18px 20px;
	background-size: 168px 32px;
	padding-top: 54px !important;
	-webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.55);
}

/* container for external content. uses vertical scrollbar, if needed */
.nwf-overlay .contentWrap
{
	margin:						0;
	padding:					0;
}

.nwf-overlay iframe
{
	width:						600px;
	height:						580px;
}

/*---------------------------------------------------------------------------------------------------------
//	Share widget
//-------------------------------------------------------------------------------------------------------*/
#share
{
	/*position:				absolute;*/
	/*right:					25px;*/
	/*top:					180px;*/
	/*z-index:				400;*/
	/*width:					100px;*/

	/*border:					1px solid #cccccc;*/
}

#share label
{
	display:				block;
	margin:					0px;
	/*background-color:		#eeeeee;*/
	/*padding:				0px 0px 0px 28px;*/
	white-space:			nowrap;
	line-height:			24px;
	font-weight:			400;
	/*background-image:		url( /site/images/icons/16/share.png );*/
	/*background-position:	4px 4px;*/
	background-repeat:		no-repeat;
	cursor:					pointer;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 14px;
}

#share ul
{
	/*display:				none;*/
	/*position:				absolute;	*/
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
	overflow:				hidden;
	/*background-color:		#eeeeee;*/
	/*float: left;*/
	margin-left: -5px;
}
#share li 
{
	list-style: none;
	float: left;
}

#share a
{
	display:					block;
	background-position:		4px 4px;
	background-repeat:			no-repeat;
	/*padding:					0px 12px 0px 28px;*/
	white-space:				nowrap;
	line-height:				24px;
}

/*
#share a:hover
{
	background-color:			white;
}
a#share-twitter{	background-image:		url( /site/images/twitter_share.png );	}
a#share-linkedin{	background-image:		url( /site/images/linkedin_share.png );	}
a#share-facebook{	background-image:		url( /site/images/facebook_share.png );	}
a#share-email{		background-image:		url( /site/images/email_share.png );	}
*/




/*---------------------------------------------------------------------------------------------------------
//	Page links
//-------------------------------------------------------------------------------------------------------*/
nav#pagelinks
{
	overflow:					hidden;
	/*margin-top:					20px;*/
	padding:					0px 0px 0px 0px;
	margin: 20px 0;
	/*border-top:					1px solid #dddddd;*/
	clear: both;
	line-height:				24px;
	font-size:					14px;
}

nav#pagelinks ul,
nav#pagelinks li
{
	display:					inline;
	margin:						0px;
	padding:					0px;
}
nav label
{
	float:						left;
	margin-right:				1em;
}

nav#pagelinks a
{
	/*display:					block;*/
	text-align:					center;
	color: #e30b22;
}

nav#pagelinks li
{
	padding: 0px 5px;
	float: left;
	/*border-right: 1px solid #aea49d;*/
	/*color: #aea49d;*/
	color: #bbbbbb;
}

nav#pagelinks a.currentpage
{
	background-color:			#eeeeee;
	color:						#333333;
}


/*---------------------------------------------------------------------------------------------------------
//	Content block editing
//-------------------------------------------------------------------------------------------------------*/

body {
    -webkit-animation-duration: 0.2s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
}
@-webkit-keyframes fontfix {
    from{   opacity: 1; }
    to{ opacity: 1; }
}

body 
{
	margin: 0 auto;
	padding: 0;
	background-color: #0082c8;
	width: 1225px;
	width: 1245px;
	min-width: 100%;

}
body.iframeevent
{
	background-color: #FFF;
}
#body,
#footer,
#header
{
	padding: 0;
	margin: 0;
	position: relative;
	/*width: 100%;*/
}
#body
{
	background-color: #fff;
}
#footer
{
	background-color: #0082c8;
}
#header
{
	position: relative;
	z-index: 10001;
	line-height: 130%;
}
#header_top 
{
	background-color: #0082c8;
	height: 40px;
}
#header_bottom
{
	height: 112px;
	background-color: #deeff8;
}
#header_advert 
{
	text-align: center;
	background-color: #fff;
	height:			140px;
	/*padding: 10px;*/
	/*display: none;*/
}
#header_advert div.googletagad
{
	/*margin: 10px;*/
	display: inline-block;
}
#header_advert iframe {
	margin: 20px;
}
.wrapper 
{
	/*width: auto;*/
	/*margin: 0 auto;*/
	/*position: relative;*/
}
.wrapper_content
{
	width: 1225px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	max-width:	100%;
}

#mainnav
{
	position: absolute;
	top: 36px;
	left: 407px;
	width: auto;
}

#mainnav .menu-highlight a {
	color: #fff !important;
}

#mainnav ul.m1 li 
{
	border-top: 1px solid #56a1d4;
}
#mainnav ul.m1 li a 
{
	font-size: 12px;
	padding: 8px;
	line-height: 15px;
}

a,img
{
	outline: 0;
	border: 0;
}

a,
a:active,
a:visited,
a.search_more_link
{
	color: #00a4e4;
}
a:hover 
{
	/*text-decoration: underline;*/
	color: #00a4e4;
}
a.search_more_link
{
	color: #00a4e4 !important;
}

article#main a,
article#main a:active,
article#main a:visited,
article#main a:hover
{
	color: #e30b22;
}
article#main a.active
{
	color: #bbb;
}

.front article#main a,
.front article#main a:active,
.front article#main a:visited,
.front article#main a:hover
{
	color: #00a4e4;
}

article#main p {
	word-wrap: break-word;
}
#logo
{
	position: relative;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
#logo a
{
	background-image: url('/site/images/logo.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 336px 63px;
	position: absolute;
	background-color: transparent;
	text-indent: -9999px;
	display: block;
	width: 	336px;
	height: 63px;
	top: 24px;
}
#positioning_statement
{
	position: absolute;
	background-color: transparent;
	padding: 0;
	margin: 0;
	left: 0;
	top: 9px;
    font-style: italic;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    max-width: 600px;
    line-height: 140%;
    left: 10px;
}

#right 
{
	/*background-color: #fff;*/
	padding: 0;
	position: relative;
	width: 270px;
	z-index: 1 !important;
	overflow: visible;
	float: left;
}
#right .sidebar,
#left .sidebar
{
	padding: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	margin-bottom: 60px;
	margin-top: 60px;
	overflow: hidden;
	word-wrap: break-word;
	background-color: #deeff8;
}

article#main .content-block .sidebar {
	padding: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	margin-bottom: 60px;
	margin-top: 0px;
	overflow: hidden;
	word-wrap: break-word;
	background-color: #deeff8;
}
article#main .content-block .sidebar h2 {
	display: none;
}

#left .sidebar
{
	width: 150px;
}

#right,
#left
{
	padding-top: 70px;
	padding-bottom: 70px;
}
#left iframe
{
	/*height: auto !important;*/
}
#left .googletagad
{
	margin-bottom: 25px;
}

.sidebar h4,
.sidebar h2
{
	color: #0082c8;
	font-weight: normal;
	padding: 7px 0;
	font-size: 24px;
	line-height: 120%;
	font-weight: 400;
	margin: 5px 0;
}
.sidebar > h2 {
	margin-top: 0;
	padding-top: 0;
}
#events_near h2 {
	color: #333;
}
#upcoming_events h2 {
	display: inline-block;
}
.sidebar h3
{
	margin: 5px 0;
}
.sidebar_image 
{
	margin: -20px -20px 10px -20px;
}
.sidebar img {
	width: 100%;
	height: auto;
}
.sidebar p {
	margin: 5px 0;
}
.sidebar .btn_generic {
	margin: 10px 0;
}

#right #events_near 
{
	background-color: #fff;
	padding: 0;
	font-weight: 300;
	font-size: 15px;
	color: #000;
}
#right #events_near h2
{
	margin-bottom: 0;
	font-weight: 400;
}
#right #events_near #ajax_events
{
	border-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
}
#right #events_near img
{
	width: auto;
	height: auto;
	display: none;
}
#right #events_near p.distances
{
	display: none;
}

#upcoming_events p {
	display: inline-block;
}
#right #events_near #ajax_events .flexslider
{
	background: none;
}
#right #events_near svg
{
	margin-left: -5px;
	left: 0;
}

#right #events_near .column
{
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #d9d9d9;
	text-align: left;
}
#right #events_near .column p
{
	font-weight: 300 !important;
	color: #000 !important;
}
#right #events_near .column h2
{
	padding-bottom:	0px;
	line-height:	22px;
	font-weight: 500 !important;
	line-height: 100%;
}

article#main {
	padding: 0;
	margin-right: 40px;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	color: #555;
	overflow: visible;
}
article#main.no_sidebar_left {
	width: 885px;
	padding-left: 20px;
}

body.front article#main {
	padding: 0!important;
	margin: 0px;
	width: 1225px;
	max-width:	100%;
	text-align: center;
	font-weight: 300;
	font-size: 17px;
}

.inner_form_footer
{
	padding: 40px 20px !important;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.inner_form_footer h2
{
	font-weight: 500;
	font-size: 25px;
	color: #fff;
	margin-bottom: 10px;
}
.inner_form_footer .block-50 {
    width: 200px;
    margin-right: 20px;	
}
.inner_form_footer label
{
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 150%;
	margin-bottom: 3px;
}
.inner_form_footer input,
.inner_form_footer textarea
{
	width: 100% !important;
}
.inner_form_footer textarea
{
	height: 120px;
}
.inner_form_footer select
{
	font-size: 12px;
	padding: 4px;
}

#footer_logo
{
	display: block;
	background-image: url('/site/images/graphics/logo_footer.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 310px 57px;
	background-color: transparent;
	text-indent: -9999px;
	height: 57px;
	width: 	310px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #fff;
}

.footer_column
{
	float: left;
	width: 300px;
	padding-bottom: 30px;
}
.footer_column_one
{
	width: 270px;
}
.footer_column_two
{
	width: 470px;
}
.footer_column_three
{
	width: 190px;
	float: right;
}

#footer h3
{
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 35px;
	margin-bottom: 20px;
}
#footer .footer_column_two h4
{
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
}
#footer .footer_column_two p
{
	margin: 0;
	color: #fff;
}
#footer .footer_column_two p a
{
	margin: 0;
	color: #fff;
	text-decoration: underline;
}
.footer_social_media
{
	width: 130px;
}
.location_state 
{
	width: 142px;
	float: left;
	min-height: 50px;
}
.location_state:nth-of-type(4)
{
	clear: both;
}

.footer_text 
{
	float: left;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 20px;
}

.inner_form_footer button
{
	border: 0;
	background: none;
	font-family: 'Roboto';
	font-weight: 500;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
}
.btn_generic,
.btn_footer_add_manage,
.btn_footer_find_event,
.inner_form_footer button,
button
{
	cursor: pointer;
	background-color: transparent;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.085em;
	border: none;
	font-weight: 500 !important;
	padding: 5px 24px 5px 20px;
	margin: 40px 20px 40px 0;
	display: inline-block;

	background-image: url('/site/images/button_bg_right_green.png');
	background-position: right center;
	background-repeat: no-repeat;

	color: #fff !important;
	text-transform: uppercase;
}
#emailthispage button {
	margin-top: 10px;
}
.btn_generic:hover,
.inner_form_footer button:hover,
.btn_footer_find_event:hover,
button:hover
{
	background-image: url('/site/images/button_bg_right_green_over.png');
}
.btn_footer_add_manage 
{
	background-image: url('/site/images/button_bg_right_blue.png');
}
.btn_footer_add_manage:hover
{
	background-image: url('/site/images/button_bg_right_blue_over.png');
}



#mobilemainnav,
#menu-mobile-main,
#search-mobile-main,
#mobileglobalnav,
#mobile_subheader,
#menu-mobile-top,
#search-mobile-main-footer,
.footer_content_mobile,
.mobile_show
{
	display: none;
}

.flexslider
{
	position: relative;
	/*padding-bottom: 23px;*/
}
.flexslider li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.flex-direction-nav li {
}

.flex-prev,
.flex-next
{
	background-image: url('/site/images/slide_arrows.png');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
    top: 50%;
    margin-top: 0px;
    left: 20px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
}
.flex-next
{
	background-position: top right;
	background-repeat: no-repeat;
	margin-left: 10px;
	right: 20px;
	left: auto;
}

.flex-caption {
	/*padding: 20px 0px 0px 0px;*/
	position: absolute;
	left: 0;
	top: 20px;
	/*margin-top: -210px;*/
	text-align: center;
	width: 100%;

	direction: ltr;
}
.flex-caption h2
{
	font-weight: 100;
	font-size: 85px;
	/*color: #97c916;*/
	/*color: #fff;*/
	color:#000;
	font-family: 'Roboto', sans-serif;
}
.flex-caption .abstract p {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	color: #fff !important;
	color:#000 !important;
	line-height: 140%;
}
.flex-caption .abstract p b,
.flex-caption .abstract p strong
{
	font-weight: 400;
}
.flex-caption .abstract a {
	color: #fff !important;
	color: #000 !important;
	font-size: 21px;
}

.flex-active-slide {
	/*z-index: 2;*/
}

.flex-active-slide iframe {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.caption_left,
.caption_right,
.caption_center
{
	width: 630px;
	width: 50%;
	padding-right: 5%;
	padding-left: 5%;
}
.caption_left,
.caption_center
{
	float: left;
}
.caption_right 
{
	float: right;
}

.caption_center
{
	float:		none;
	width:		auto;
}

.caption_left h2,
.caption_right h2,
.caption_center h2
{
	margin-top: 0;
	font-size: 65px !important;
	margin-bottom: 5px;
	font-weight: 300;
	line-height: 110%;
}
.front .flex-caption {
	display: none;
}



.not_front .flex-prev,
.not_front .flex-next
{
	background-image: url('/site/images/blue_slide_arrows.png');
}
.not_front .flex-prev
{
	left: 0;
}
.not_front .flex-prev
{
	right: 0;
}
.not_front .flex-next
{
	right: -40px;
}
.not_front .flex-viewport {
	left: 20px;
}
.not_front .flexslider {
	width: 90%;
	width: calc(100% - 40px);
}
.not_front .flex-caption {
	background-color: #deeff8;
	margin-top: 0;
	padding: 10px 30px 1px;
	position: relative;
	text-align: center;
	top: 0;
	width: 620px;
}
.not_front .flex-caption h2 {
	display: none;
}
.not_front .slides img {
	display: block;
}
.not_front .flex-caption .abstract p {
    color: #0082c8 !important;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.not_front .flex-caption > * {
    position: relative;
    /*right: 0 !important;*/
}

article#main header.events .flexslider {
    padding-bottom: 60px !important;
    height: auto;
    overflow: visible;
    left: -20px;
}

article#main header.events .inner .flexslider {
    left: 0px;
}

.content-block .flex-caption {
	bottom: -7px;
	color: #fff;
	color:#000;
	padding: 20px 20px 20px 0;
	width: 850px;
}

.flex-caption a {
	color: #fff;
	color:#000;
}
.flex-caption a:hover {
	color: #fff;
	color:#000;
	text-decoration: none;
}

.flex-caption > * 
{
	position: relative;
	/*right: 20px;*/
}



.flex-control-nav
{
    display: none;
    height: 20px;
    list-style: none outside none;
    margin-top: -6px;
    padding: 8px 4px 4px;
    z-index: 10;
    position: relative;
}

body.front #homepage_slides .flexslider img
{
	width: 100%;
}


body.front .column .flexslider .flex-control-nav
{
    background-color: #7FABCA;
	top: 11px;
	position: absolute;
}
body.front .column .flexslider .flex-control-nav,
.flex-caption .flex-control-nav
{
	background-color: transparent;
	height: auto;
	margin: 0;
	padding: 0;
}
.flex-caption .flex-control-nav
{
	/*margin: -20px -15px -20px -20px;*/
	position: absolute;
	right: 16px;
	top: 20px;
	/*slide_arrows.png*/
}

ul.slides {
	padding: 0;
	margin: 0;
}
ul.slides li {	
	position: relative;
}
ul.slides > li {
	overflow: hidden;
}

.slides .flex-control-nav li 
{
	float: left;
	/*float: right;*/
	margin-right: 4px !important;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
}
.flex-control-nav a
{
	text-indent: -9999px;
	background-image: url('/site/images/slide_dot_blue.png');
    background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	width: 19px;
	height: 19px;
}

#homepage_content 
{
	color: #555;
	text-align: center;
	margin: 30px auto 40px auto;
	width: 770px;
}

.homepage_gallery 
{
	/*margin: 20px 20px 50px 20px;*/
	/*margin: 20px 20px 20px 20px;*/
	margin: 20px auto;
	width: 890px;
}
.homepage_gallery_item 
{
	width: 195px;
	float: left;
	margin-right: 35px;
	color: #aea49d;
	color: #000;
	text-align: center;
}
.homepage_gallery_item:last-child
{
	margin-right: 0;
}
.homepage_gallery_item h2
{
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	color: #000;
	font-size: 29px;
	font-style: normal;
}

.homepage_gallery_item img
{
	border: 1px solid #ccc;
}

.hp_related 
{
	margin: 20px auto;
	width: 660px;
	text-align: center;
	color: #aea49d;
	color: #000;
}
.hp_related .homepage_gallery 
{
	/*margin: 20px 20px 50px 20px;*/
	/*margin: 20px 20px 20px 20px;*/
	/*margin: 20px auto;*/
	margin: 0;
}
.hp_related h2
{
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	color: #000;
	font-size: 29px;
}
.hp_related .homepage_gallery_item
{
	font-family: Arial;
	font-size: 15px;
}
.hp_related .homepage_gallery_item h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	font-style: normal;
	margin: 5px 0;
}
.hp_related .content {
	margin-bottom: 30px;
	margin-top: 5px;
}

/*#wrap {
    float: left;
    position: relative;
    left: 50%;
}

#content {
    float: left;
    position: relative;
    left: -50%;
}*/

header.insights 
{
	/*float: left;*/
	/*margin-bottom: 50px;*/
}
header.insights h1
{
	/*width: 430px;*/
	/*float: left;*/
	font-size: 45px;
	/*margin-bottom: 50px;*/
	font-weight: 400;
}
header.insights div.content
{
	/*width: 430px;*/
	/*float: left;*/
	/*font-size: 14px;*/
	/*color: #AEA49D;*/
	/*color: #000;*/
}

article.insights 
{
	float: left;
	width: 275px;
	margin-right: 20px;
	height: 360px;
	background: #eee;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
article.insights img
{
	/*width: 275px;*/
	width: auto;
	height: auto;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}

article.insights svg
{
	width: 30px;
	height: 30px;
	position: relative;
	top: 9px;
	margin-top: -12px;
	left: -2px;
}
article.insights svg path {
	fill: #fff;
	opacity: .75;
}

article.insights header
{
    /*margin-top: -90px;*/
    /*position: absolute;*/
    position: relative;
    /*top: 50%;*/
    z-index: 10;
    padding: 0 20px;
    width: 235px !important;
    background-image: url('/site/images/fade.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 360px;
}
article.insights header.no_image
{
	box-sizing:	border-box;
    background-image: none;
	float: none;
	width: 100%;
}
article.insights header h2
{
	margin: 3px 0;
    /*text-transform: capitalize;*/
    /*font-weight: bold;*/
    line-height:	27px;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
}
article.insights header h2 a
{
	color: #000;
}
article.insights header time
{
	
}
article.insights header div.content
{
	color: #aea49d;
	color: #000;
	font-size: 15px;
}
article.insights header > div
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

article.width_100 {
	width: 865px;
}
article.width_66 {
	width: 570px;
}
article.width_100 header,
article.width_66 header
{
	/*height: auto;*/
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100% !important;
}

article.with_image header
{
	margin-top: 0;
	top: auto;
	/*padding: 35px 55px;*/
	position: absolute;
	bottom: 0;
	left: 0;
	/*padding: 0;*/
	margin: 0;
}

article.with_image header > div
{
/*	
	top: auto;
	transform: none;
	-webkit-transform: none;
*/
	padding: 35px 55px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}
article.with_image.width_33 header > div
{
	padding: 35px 20px;
	/*width: ;*/
}



nav#pagelinks li.last 
{
	border-right: none;
}
.article_type {
	/*margin-bottom: 5px;*/
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0px; 
}

.icon_twitter a,
.icon_facebook a, 
.icon_gplus a,
.icon_linkedin a,
.icon_email a
{
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 36px 36px;
	background-color: transparent;
	text-indent: -9999px;
	height: 36px;
	width: 	36px;
	float: left;
}
.icon_twitter a {
	background-image: url('/site/images/social/twitter.svg');
}
.icon_facebook a {
	background-image: url('/site/images/social/facebook.svg');
}
.icon_gplus a {
	background-image: url('/site/images/social/googleplus.svg');
}
.icon_linkedin a {
	background-image: url('/site/images/social/linkedin.svg');
}
.icon_email a {
	background-image: url('/site/images/social/email.svg');
}

hr 
{
	color: #d9d9d9;
	background-color: #d9d9d9;
/*	width: 100%;	*/
	padding: 0;
	margin: 20px 0;
	height: 1px;
	border: 0;
}
.sidebar hr 
{
	color: #fff;
	background-color: #fff;
}

.recent_list {
	padding-bottom: 40px;
}
.recent_list h2 
{
	font-family: Arial;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

.case_study
{
	float: left;
	width: 100%;
	margin:0;
	border-top: 1px solid #d9d9d9;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.case_study img
{
	float: left;
	margin-right: 20px;
	/*width: 100%;*/
	/*height: auto;*/
}
article#main .case_study a {
	color: #000;
}


article#main .case_study h4
{
	font-size: 16px;
	font-weight: 600;
}
article#main .case_study h5
{
	font-weight: 400;
}

article#main {
	color: #555;
	line-height: 150%;
}
article#main h3
{
	font-weight: 400;
	font-size: 15px;
	color: #000;
}
article#main h2
{
	color: #333;
	font-weight: 500;
	font-size: 26px;
}


article#main .homepage_events .content h2
{
	line-height:	42px;
	font-weight: 400;
	margin-bottom: 3px;
	font-size: 37px;
	letter-spacing: -0.01em;
}


.homepage_events #ajax_events h2
{
	line-height:	22px!important;
	margin-bottom: 0px!important;

	font-family: "Roboto",sans-serif;
	color: #222222;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.01em!important;
	text-align: center; 
}
.homepage_events #ajax_events h2a
{
	color: #222222;
}

/*
article#main .homepage_events h2
{
	font-weight: 400;
	line-height:	22px;
	margin-bottom: 3px;
	font-size: 35px;
}
*/

article#main h4,
article#main h5 
{
	color: #000;
	font-style: normal;
	/*font-family: Arial;*/
}

article#main article.article_event h1,
article#main article.article_event h2,
article#main article.article_event h3,
article#main article.article_event h4,
article#main article.article_event h5
{
	font-family: "Roboto",sans-serif;
	color: #333;
	font-weight: 400;
	font-size: 16px;
}

#gmap
{
	margin-bottom: 30px;
	width: 100%;
	height: 400px;
}

#tabs 
{
	margin-top: 30px;
}
#tabs ul.tabsnav
{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}
#tabs ul.tabsnav li
{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-right: 4px;
}
#tabs ul.tabsnav li a
{
	padding: 4px 8px;
	display: block;
}

#tabs div.tabscontent
{
	clear: both;
	padding: 10px;
	border-top: 1px solid #ccc;
	position: relative;
	top: -1px;
}
#tabs ul li.ui-state-active {
	border-bottom: 1px solid #fff;
}

#simplemodal-container
{
	padding: 50px;
	background-color: #fff;
	overflow: visible;
}

blockquote {
	padding: 20px 80px;
	color: #0082c8;
	font-size: 24px;
	line-height: 130%;
}

.profile-nonrequired {
	display: none;
}

#simplemodal-overlay
{
	background-color: #000;
	opacity: .5;
	z-index: 10003 !important;
}
#simplemodal-container 
{
	padding: 50px;
	background-color: #deeff8;
	z-index: 10004 !important;
}
#simplemodal-container label
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}
.modal_close {
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
	font-weight: bold;
	font-size: 150%;
	background-image: url('/site/images/simplemodal_close.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 30px;
	width: 30px;
	text-indent: -9999px; 
}

#comments h2 
{
/*	font-family: Arial;
*/	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
#comments h2 img 
{
	display: none;
}
.webinar article#main textarea,
#details textarea 
{
	width: 270px;
	max-width: 100%;
}
.webinar article#main input,
#details input.commentfield 
{
	width: 270px;
	max-width: 100%;
}
.webinar article#main input,
.webinar article#main textarea,
.webinar article#main select
{
    background-color: #eeeeee;
    padding: 8px 4px;
    width: 325px;
}
.webinar article#main select
{
    width: 333px;
}
#details input#notifyme
{
	position: relative;
	top: 5px;
	margin-right: 5px;
}
time {
	color: #000;
}
time span {
	color: #000;
	margin: 0px;
}
#comments article
{
	padding-bottom: 30px;
}
#emailthispage
{
	padding: 0 40px;
	margin-top: -20px;
}
.sidebar #emailthispage {
	padding: 0;
	margin-top: 0;
}
#emailthispage input,
#emailthispage textarea
{
	width: 90% !important;
}
.sidebar #emailthispage input,
.sidebar #emailthispage textarea
{
	width: 95% !important;
}

.popup header h1 
{
	margin: 40px;
}

#header #globalnav li.last
{

}
#header #globalnav li.last a 
{
    background-color: #96c816;
    color: #fff;
    display: block;
    height: 32px;
    padding: 8px 19px 0;
    text-transform: uppercase;
    /*margin-left: 15px;*/
}
#header #globalnav li.last a:hover
{
    background-color: #749c11;
}

#header #socialmedia
{
	float: right;
	/*padding: 4px 0 0 19px;*/
	padding: 10px 0 0 8px;
	width: 170px;
}
#header .fb_iframe_widget {
	float: left;
	padding: 0;
	margin-right: 15px;
}

#header #socialmedia li,
#footer #socialmedia li
{
	float: left;
}

#socialmedia svg path 
{
	fill: #9fcde5;
}
#header #socialmedia svg 
{
    height: 40px;
    width: 30px;
}
#footer #socialmedia svg 
{
	width: 48px;
	height: 48px;
}
#socialmedia a:hover svg path 
{
	fill: #fff;
}

#share svg 
{
	width: 48px;
	height: 48px;
}
#share svg path 
{
	fill: #cdcdcd;
}
#share a:hover svg path 
{
	fill: #a4a4a4;
}



.more_link {
	position: relative;
}
.more_link svg {
	width: 30px;
	height: 30px;
	position: relative;
	top: 9px;
	margin-top: -12px;
	left: -2px;
}
.more_link svg path {
	fill: #0082c8;
}

.flexslider .more_link svg {
	width: 26px;
	height: 26px;
	position: relative;
	top: 9px;
	margin-top: -12px;
	left: 0px;
}
.flexslider .more_link svg path {
	fill: #fff;
	fill: #000;
}

#footer_logo svg {
	width: 310px;
	height: 60px;
}
#footer_logo svg path {
	fill: #fff;
}

#search svg {
	/*width: 32px;*/
	/*height: 32px;*/
	width: 38px;
	height: 38px;
}
#search svg path {
	fill: #444;
}
#search #header_search_wrapper.active svg path,
#search #header_search_wrapper.active_results svg path 
{
	fill: #fff;
}

#searchform input.textfield {
    border: 2px solid #0082c8;
    position: relative;
    top: -1px;
    width: 70%;
}

#events_near svg, #upcoming_events svg {
	width: 22px;
	height: 22px;
	position: relative;
	left: 2px;
	top: 3px;
	margin-left:10px;
}
#events_near svg path, #upcoming_events svg path {
	fill: #aaaaaa;
}

#events_near 
{
	font-size: 15px;
}
#change_location 
{
	color: #e30b22;
	font-weight: 300;
}

#sectionnav 
{
	position: absolute;
	top: 95px;
	left: 300px;
}
#sectionnav ul
{
	padding: 8px 20px 0 0 !important;
}
#sectionnav li
{
	float: left;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#sectionnav ul ul li
{
	float: left;
	background-color: #fff;
	margin: 0;
	padding: 0 0 0 20px;
}
#sectionnav li a.a0
{
	display: none;
}
#sectionnav li a
{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	color: #aaaaaa;
}
#sectionnav li a:hover
{
	color: #e30b22;
}
#sectionnav-1002 {
	left: 114px;
	position: relative;
}
#sectionnav-1004 {
	left: 220px;
	position: relative;
}

#homepage_article_blocks
{
	clear: both;
}

#homepage_article_blocks .flexslider li
{
}

#threshold
{
	clear: both;
}

#three_sisters
{
	background-color: #0082c8;
	margin: 0 auto;
	height: 75px;
	margin-top: -5px;
}
#three_sisters a
{
	background-color: #0082c8;
	width: 405px;
	display: block;
	float: left;
	color: #80c1e4 !important;
	height: 70px;
	border-left: 1px solid #fff;
	font-size: 21px;
	font-weight: 500;
	padding-top: 5px;
}
#three_sisters a:hover
{

	background-color: #006aa3;
	color: #fff !important;
}
#three_sisters a:last-child
{
	border-right: 1px solid #fff;
}
.takeaway_link svg
{
	width: 40px;
	height: 40px;
	position: relative;
	top: 12px;
	left: -2px;
}
#marketing_audit svg
{
	top: 8px;
}
.takeaway_link svg path,
.takeaway_link svg polygon,
.takeaway_link svg ellipse
{
	fill: #80c1e4 !important;
}
.takeaway_link:hover svg path,
.takeaway_link:hover svg polygon,
.takeaway_link:hover svg ellipse
{
	fill: #fff !important;
}
.takeaway_link svg #Captions
{
	display: none;
}


.homepage_events
{
	padding-top: 20px;
}
#ajax_events
{
	border-top: 1px solid #d9d9d9;
	margin-bottom: 40px;
	margin-top: -5px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#ajax_events p
{
	margin:			0px!important;
}

.homepage_block
{
	height: 400px;
	width: 100%;
	float: left;
}
.homepage_block_content
{
	float: left;
	width: 50%;
	text-align: right;
}
.homepage_block_inner
{
	padding: 20px;
	width: 1185px;
	margin: 0 auto;
/*	color: #fff;	*/

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


#homepage_article_blocks .homepage_block_inner {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	height: 360px;
	flex-shrink:	0;
	-webkit-flex-shrink:	0;
}
#homepage_article_blocks .homepage_block_content
{
/*	
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 75px 45px 75px 40px;
*/
	width: 40%;
	padding: 0px 45px 0px 40px;
	flex-shrink:	0;
	-webkit-flex-shrink:	0;


-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;

}

#homepage_article_blocks img
{
/*
	position: relative;
	top: 50%;
	transform: translateY(-50%);
*/
 -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;

}
/*
.homepage_block_inner h2,
.homepage_block_inner p,
.homepage_block_inner a
{
	color: #fff !important;
}
*/
.homepage_block_inner h2
{
	font-size: 37px !important;
	font-weight: 500 !important;
	line-height: 42px  !important;
}
.homepage_block_inner p
{
	font-size: 17px;
}
.homepage_block .more_link {
	font-weight: 600;
	margin-top: 5px;
}
.homepage_block .more_link svg {
	position: relative;
	top: 6px;
}

.flexslider .column {
	float: left;
	text-align: center;
	width: 405px;
	line-height: 140%;
}
.flexslider .column a {
	color: #e30b22 !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}
.flexslider .column h2 {
	margin: 0;
}
.flexslider .column h2 a {
 font-family: “Roboto”, sans-serif
 line-height: 17px;
color: #000 !important;
 font-weight: 500 !important;
 font-size: 17px !important;

}
.flexslider .column p {
font-weight: 300 !important;
font-size: 15px !important;
line-height: 21px;
letter-spacing: 0.02em;
}


.select_parent {
	background-color: #bbbbbb;
	background-image: url("/site/images/select_arrow.png");
	background-position: 205px center;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	width: 240px !important;
	margin-right: 15px;
	height: 35px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.select_parent select {
	background-color: transparent;
	width: 260px !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);

	top: 0px;
	top: -2px;

	font-weight: 400;
	font-size: 13px;
	margin-left: 8px;
	letter-spacing: .05em;
	zoom: 1;

}

.select_parent select option {
	background-color: #bbbbbb;
}
.commentform input.commentfield,
.commentform textarea.commentfield
{
	background-color: #eeeeee;
	width: 325px;
	padding: 8px 4px;
}
.commentform input[type=submit]
{
	margin: 10px 0;
}
.commentform label 
{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
}
#comments h2
{
	font-weight: 600;
	font-size: 16px;
}
#comments article
{
	font-weight: 300;
}
#comments .comment_name
{
	display: block;
	font-weight: 400;
}
#comments time
{
	font-weight: 300;
	margin-left: -7px;
}
#comments time span:first-child
{
	margin-left: 0;
}
#comments a {
	color: #e30b22;
}

.content-block .flex-caption {
	position: static;
	margin-top: 0;
	width: auto;
}
.content-block a {
	line-height: 170%;
	color: #e30b22;
}

.block-row[rel-rowtype="50"] .contact-block:nth-of-type(1) .inner,
.block-row .contact-block .inner,
.block-row[rel-rowtype="60"] .contact-block .inner,
.block-row[rel-rowtype="60"] .contact-block:nth-of-type(0) .inner,
.block-row[rel-rowtype="60"] .contact-block:nth-of-type(2) .inner,
.block-row[rel-rowtype="60"] .contact-block:nth-of-type(2) .inner,
.block-row[rel-rowtype="70"] .contact-block .inner:nth-of-type(1),
.block-row[rel-rowtype="80"] .contact-block .inner:nth-of-type(2)
{
	padding: 10px;
	line-height: 200%;
}

article#main header .flexslider
{
	/*height: 300px;*/
/*	overflow: hidden;	*/
}

article.insights .content p {
	letter-spacing: 0;
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
}

.faq_item 
{

}
.faq_item h2
{
	margin: 0;
	padding: 10px 0;
}
.faq_item h2 a
{
	color:		#0082c8!important;
}

.faq_item .faq_content
{
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	display: none;
}

img[src$=".svg"] {
	display: none;
}


article.events {
	overflow:		hidden;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
	padding-bottom: 30px;
	line-height:	22px;
}
article.events h2 {
	color: #222222 !important;
	font-size: 17px !important;
	margin: 0;
	margin-bottom: 0px;
	font-weight: 600 !important;
}
article.events h2 a {
	color: #222222 !important;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 17px;
}

article.events img {
	margin-right: 20px;
	float: left;
}
article.events header
{
	overflow:	hidden;
	margin-left: 145px;
}

article.events header.no_image {
	margin-left: 0px;
}


article.events .content {
	color: #555555 !important;
	font-size: 15px;
}
.event_search_form {
	position:relative;width:352px;
}
article.events .no_image .content 
{
	margin-left: 0;
}

.article_event .events_image {
	float: right;
	padding: 0 0 20px 40px;
	max-width: 250px;
}
.article_event h1 {
	color: #0082c8;
	font-size: 30px;
	margin-bottom: 5px;
}
.article_event,
.article_event p {
	color: #555555;
}
.article_event header {
	width: 340px;
}
.article_event header p {
	margin: 0 0 5px 0;
	font-size: 15px;
}
.article_event header hr {
	margin: 5px 0;
}
.article_event header .pricing {
	color: #0082c8;
	font-weight: 600;
	margin: 0;
}
.article_event header .pricing span {
	font-size: 19px;
}

.article_event_widget {
 	margin-left: 15px;
}

.fb_iframe_widget {
	float: right;
	padding: 0 0 20px 40px;
}
.fb_iframe_widget span{
	margin-left: 1px;
}

.fb_iframe_widget iframe{
	max-width:	none !important;
	margin-left: -1px;
	right: 0px;
}

.fb_edge_comment_widget {
    margin-left: -350px;
}

a.reg_button {
	background-image: url("/site/images/reg_button.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff !important;
	display: inline-block;
	height: 32px;
	left: -6px;
	letter-spacing: 0.1em;
	padding: 13px 0 13px 60px;
	position: relative;
	text-decoration: none !important;
	text-transform: uppercase;
	width: 190px !important;
}
a.reg_button:hover {
	background-image: url("/site/images/reg_button_hover.png");
	font-weight: 600;
}
#or_filter_by, #or_filter_by_two {
	color: #555555 !important;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 32px;
	border: 1px solid #555555;
	text-transform: uppercase;
}

#search_events, 
#search_events_two {
    background: url("/site/images/search_icon.svg") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
    border: 10px0 none;
    cursor: pointer;
    font-size: ;
    height: 34px;
    margin: 0;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    right: 14px;
    text-indent: -9999px;
    top: 9px;
    width: 34px;
}
#search_events svg,
#search_events_two svg
{
	height: 32px;
	width: 32px;
	position: relative;
	top: -4px;
}
#search_events svg path,
#search_events_two svg path 
{
	fill: #a2a2a2;
}

input#keyword {
	background-color: #f1f1f1;
	width: 320px;
	margin-right: 30px;
	padding: 12px;
	float: left;
}

a.remind_me,
a.participant_list 
{
	padding-left: 25px;
	background-image: url("/site/images/reg_button.png");
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.remind_me
{
	background-image: url("/site/images/alarm_icon.png");
}
a.participant_list 
{
	background-image: url("/site/images/runner_icon.png");
}

.sidebar .ui-slider-handle,
.sidebar .ui-slider-handle.ui-state-active,
.sidebar .ui-slider-handle:hover
{
	border: none !important;
	background: none !important;
	background-image: url("/site/images/ui_slider.png") !important;
	background-position: 0 2px;
	background-repeat: no-repeat !important;
	width: 24px !important;
	height: 24px !important;
	top: -10px !important;
}

.sidebar .ui-widget-content {
	border: none !important;
	height: 5px !important;
	border-radius: 0 !important;
	margin: 20px 0;
}

.simplemodal-container {
	-webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.55);
}

.listevent .simplemodal-container
{
	padding: 20px !important;
	width: 300px !important;
	background-image: url('/site/images/logo.png');
	background-repeat: no-repeat;
	background-position: 18px 20px;
	background-size: 168px 32px;
	padding-top: 64px !important;
}

.printevent .simplemodal-container
{
	padding: 20px !important;
	width: 300px !important;
	background-image: none!important;
	box-shadow: none!important;
	background-color: #DEEFF8!important;
}
.event_detail .simplemodal-container
{
	padding: 15px !important;
}
.listevent .simplemodal-container input
{
	padding: 12px 6px;
}
.listevent .simplemodal-container input,
.listevent .simplemodal-container select
{
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.printevent .simplemodal-container [type=checkbox]
{
	width: auto;
	margin: 7px 7px 0 0
}
.listevent .simplemodal-container label
{
	color: #333333;
}

.listevent .simplemodal-container #start_date,
.listevent .simplemodal-container #end_date
{
	width: 80px !important;
	margin-right: 20px;
}

.listevent .simplemodal-container #state,
.listevent .simplemodal-container #zip
{
	width: 60px !important;
	margin-right: 30px;
}
.listevent .simplemodal-container #zip
{
	width: 130px !important;
}

.listevent .simplemodal-container select
{
	width: auto;
}
.listevent .simplemodal-container .fieldgroup
{
	width: 280px;
	float: left;
	clear: both;
	margin-bottom: 7px;
}
.listevent .simplemodal-container .fieldgroup > div
{
	float: left;
}
.listevent .simplemodal-container #update_location_sidebar,
.listevent .simplemodal-container #update_location_body 
{
	margin: 20px 0 20px 0;
	margin: 5px 0 20px 0;
}
.printevent td { vertical-align: top!important;}
xmp { overflow: scroll; }
article#main .promo
{
	padding: 0 50px;
}

article#main .promo h2,
article#main .promo p
{
	text-align: center;
	font-size: 15px;
	font-weight: 300;
}
article#main .promo h2
{
	font-family: 'Oswald', 'Roboto', sans-serif;
	color: #0082c8;
	font-size: 28px;
	font-weight: 700;
}
article#main .promo h2 a
{
	color: #0082c8;
}

.simplemodal-container input#similarevents {
	position: relative;
	top: 7px;
	left: 0;
}
#reminder_alert {
	color: #e30b22;
	font-size: 14px;
	margin: 5px 10px -10px 0;
	line-height: 150%;
	font-weight: 500;
}
.response_message
{
	color: #e30b22;
}

.insights_selectedit .selectedit_preview,
.insights_selectedit .selectedit
{
	position: relative;
	margin-bottom: -40px;
	top: 0;
	left: 0;
	z-index: 9999;
}

.vert_center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

#advanced_search_form {
	width: 300px;
}

.thumb
{
	float:				left;
}

.thumb img
{
	max-width:			125px;
	height:				auto;
}

body.widget #body
{
x	overflow:			hidden;
x	width:				100%;
x	min-height:			300px;
}
body.widget #right
{
x	display:			none;
	opacity: 			0;
}
body.widget #main
{
x	width:				auto;
	margin-right:		-270px;
	width:				975px;
}

#body iframe
{
	max-width:			100%;
}

#m-findevent
{
	display:			none;
}

h4 a > span
{
	display:			inline-block;
	float:				right;
	padding-top:		1px;
	white-space:		nowrap;
	vertical-align:		baseline;
	text-transform:		lowercase;
	font-size:			13px;
}

#jquery-live-search ul
{
	list-style-type:		none;
	margin:					3px 0px;
	padding:				0px;
}
#jquery-live-search li
{
	margin:					0px;
	padding:				0px;
}

