/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE
----------------------------------------------------------------------------------*/

html,
body {
    background: #262626;
}

body {
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 0;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: SLIDEOUT
----------------------------------------------------------------------------------*/

.slideout-menu {
	bottom: 0;
	display: none;
	left: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 256px;
	z-index: 0;

	-webkit-overflow-scrolling: touch;
}

.slideout-panel {
	position: relative;
	z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}


/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: SLIDEOUT :: NAV
----------------------------------------------------------------------------------*/

nav.menu {
	background: #032a2d;
	font-size: 16px;
}

.nav>li>a {
   color: #fff !important;
}

.nav>li>a:hover, .nav>li>a:focus {
   color: #fff !important;
   background: rgba(0, 0, 0, 0.55);
}

footer .nav>li>a {
    text-decoration: none;
    background-color: transparent !important;
	color: #aaa !important;
}

footer .nav>li>a:focus, footer .nav>li>a:hover {
    text-decoration: underline;
    background-color: transparent !important;
	color: #cecece !important;
}

nav.menu a.site_name {
	border-bottom: 1px solid #7bced6;
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 18px 10px 18px 15px;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

nav.menu ul.menu_navigation,
nav.menu ul.menu_navigation li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.menu ul.menu_navigation li span.top_level {
	color: #aaa;
	display: block;
	padding: 8px 20px 8px 20px;
}

nav.menu ul.menu_navigation li a {
	color: #fff;
	display: block;
	padding: 8px 20px 8px 20px;
	text-decoration: none;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

nav.menu ul.menu_navigation li ul li a {
	padding-left: 40px;
}

nav.menu ul.menu_navigation li a:hover {
	background: rgba(0, 0, 0, 0.25);
}

nav.menu ul.menu_navigation li a img {
	display: none;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: SLIDEOUT :: BUTTON
----------------------------------------------------------------------------------*/

div.slideout {
	background: #c0a256;
	background: #3b85ac;
    background: -webkit-linear-gradient(#7bced6, #3b85ac);
    background: -o-linear-gradient(#7bced6, #3b85ac);
    background: -moz-linear-gradient(#7bced6, #3b85ac);
    background: linear-gradient(#7bced6, #3b85ac);
	border-bottom: 1px solid #72aac5;
	border-top: 1px solid #72aac5;
	-webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.35);
	position: relative;
	z-index: 100;
}

div.slideout span.toggle-button {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	padding: 15px 0 16px 0;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

div.slideout span.toggle-button em {
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle;
}

div.slideout span.toggle-button:hover {
	padding-left: 10px;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: HEADER
----------------------------------------------------------------------------------*/

header {
	background: #fff;
	padding: 5px 0;
	position: relative;
}

#greenmemorial {
	float: right;
	padding: 30px 0;
}

div.greenmemorial {
	float: right;
	max-width: 100%;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: HEADER UP TO 991PX
----------------------------------------------------------------------------------*/

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

	#greenmemorial {
		float: none;
		width: 100%;
		padding: 0;
	}

	div.greenmemorial {
		float: none;
		margin: 20px 0 25px 0;
	}
	
	#greenmemorial>.greenmemorial> img, .img-responsive {
		display: inherit;
	}

	#slideshow {
		float: none !important;
	}

}
/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: ROTATOR :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

	header {
		text-align: center;
	}
	
	header a#logo {
		float: none;
		margin: 0;
	}
	
	header a#logo img {
		display: inline-block;
		margin-bottom: 15px;
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: NAVIGATION
----------------------------------------------------------------------------------*/

div#navigation {
	text-align: center;
	z-index: 1;
	background: #3b85ac;
    background: -webkit-linear-gradient(#7bced6, #3b85ac);
    background: -o-linear-gradient(#7bced6, #3b85ac);
    background: -moz-linear-gradient(#7bced6, #3b85ac);
    background: linear-gradient(#7bced6, #3b85ac);
	border-bottom: 1px solid #72aac5;
	border-top: 1px solid #72aac5;
	-webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.35);
}

div#navigation ul.nav {
	width: 100%;
	text-align: center;
	display: inline-block;

}
div#navigation ul.nav > li:first-child {
	padding-left: 15px;
}

div#navigation ul.nav > li > a,
div#navigation ul.nav > li > a:hover,
div#navigation ul.nav > li > a:focus {
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
	padding: 20px 25px;
}

div#navigation ul.nav > li > a:hover,
div#navigation ul.nav > li > a:focus,
div#navigation ul.nav > li > a[aria-expanded="true"] {
	
}

div#sub_navigation {
    background: #fdfdfd;
	border-bottom: 1px solid #fff;
}

div#sub_navigation ul {
	display: none;
	text-align: center;
	width: 100%;
}

div#sub_navigation ul.open {
	display: block;
}

div#sub_navigation ul.nav > li {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 12.5%;
}

div#sub_navigation ul.nav > li > a,
div#sub_navigation ul.nav > li > a:hover,
div#sub_navigation ul.nav > li > a:focus {
	background: none;
	color: #231f20;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}

div#sub_navigation ul.nav > li > a img {
	display: block;
	margin: auto;

	-webkit-transition: scale(0.8);
	-moz-transition: scale(0.8);
	transform: scale(0.8);

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

div#sub_navigation ul.nav > li > a:hover img {
	-webkit-transition: scale(1);
	-moz-transition: scale(1);
	transform: scale(1);
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: NAVIGATION :: UP TO 1360PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 1360px) {
	div#navigation ul.nav > li > a,
	div#navigation ul.nav > li > a:hover,
	div#navigation ul.nav > li > a:focus {
		padding: 20px 40px;
	}
	div#navigation ul.nav > li:first-child {
		padding-left: 15px;
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: NAVIGATION :: UP TO 1199PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
	div#navigation ul.nav > li > a,
	div#navigation ul.nav > li > a:hover,
	div#navigation ul.nav > li > a:focus {
		padding: 40px 15px;
	}
	div#navigation ul.nav > li:first-child {
		padding-left: 20px;
	}
	
}

/*----------------------------------------------------------------------------------
	CSS :: XENIA AREA CHAMBER OF COMMERCE :: NAVIGATION :: 992PX TO 1199PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	div#navigation ul.nav > li > a,
	div#navigation ul.nav > li > a:hover,
	div#navigation ul.nav > li > a:focus
	{
		font-size: 16px;
	}
	
	
}
/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: NAVIGATION :: DOWN TO 768PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {

	div.navigation {
		padding: 0;
	}

	a.navbar-brand {
		display: none;
	}
	
	.navbar-collapse {
		padding: 0;
	}
	
	.navbar {
		min-height: inherit;
	}
	
	.navbar-default {
		background: none;
		border: none;
		margin-bottom: 0;
		margin-top: 10px;
		text-align: center;
	}

	.navbar-default ul.nav > li {
		display: inline-block;
		float: none;
		vertical-align: bottom;
	}
	
	.navbar-default ul.nav > li > a {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		outline: none;
		text-transform: uppercase;
	
		-webkit-transition: all 0.33s;
		-moz-transition: all 0.33s;
		transition: all 0.33s;
	
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	}
	
	.navbar-default ul.nav > li > a em {
		font-size: 17px;
		margin-left: 7px;
	}
	
	.nav > li > a:hover,
	.nav > li > a:focus {
		background: none;
		color: #cecece !important;
	}
	
	.nav .open > a,
	.nav .open > a:hover,
	.nav .open > a:focus {
		background: none;
		border: none;
		color: #222;
	}
	
	.nav .dropdown-menu {
		background: rgba(189, 164, 109, 1);
		border: 1px solid #8d7238;
		padding: 0;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.dropdown-menu>li>a {
		color: #fff;
		height: 40px;
		line-height: 40px;
		padding: 0 90px 0 15px;
	
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
	}
	
	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus,
	.dropdown-menu>.active>a,
	.dropdown-menu>.active>a:hover {
		background: #aa9362;
		color: #fff;
	}
	
	.dropdown-menu>li:first-of-type>a,
	.dropdown-menu>li:first-of-type>a {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	
	.dropdown-menu>li:last-of-type>a,
	.dropdown-menu>li:last-of-type>a {
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: ROTATOR
----------------------------------------------------------------------------------*/

div#carousel_rotator {
	position: relative;
	width: 100%;
	margin: inherit !important;
    overflow: inherit !important;
}

div#carousel_rotator div.item {
	height: 560px;
	height: 430px;
	padding: 0;
	width: 100%;

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

div#carousel_rotator div.item div.container,
div#carousel_rotator div.item div.container div.row {
	height: 560px;
	height: 430px;
	position: relative;
}

div#carousel_rotator div.item div.caption {
	background: rgba(0, 0, 0, 0.75);
	border-top: 4px solid #3b85ac;
	bottom: 50px;
	padding: 20px;
	position: absolute;
	right: 0;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

div#carousel_rotator div.item div.caption span.title {
	color: #fff;
	display: block;
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
}

div#carousel_rotator span.fa.fa-chevron-left {
	
z-index: 2;
	
    background: #929292;
    color: white !important;
    font-size: 40px;
    outline: none;
    padding: 7px 14px 5px 10px;
	margin-top: 250px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

div#carousel_rotator span.fa.fa-chevron-right {
	
z-index: 2;
	
    background: #929292;
    color: white !important;
    font-size: 40px;
    outline: none;
    padding: 7px 11px 5px 13px;
	margin-top: 250px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

/*-------------------------------------------------------
  OVERIDES INLINE STYLE ON PARENT DIV SO IT CAN FUNCTION 
-------------------------------------------------------*/

#panel > div:nth-child(4) {
	margin: inherit !important; 
	position: inherit !important; 
	overflow: inherit !important; 
	height: inherit !important;
}


/*----------------------------------------------------------------------------------
	CSS :: XENIA AREA CHAMBER OF COMMERCE :: ROTATOR :: 768PX TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {

	#carousel_rotator,
	div#carousel_rotator div.item {
		height: 560px;
		height: 430px;
	}
	

}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: ROTATOR :: 600PX TO 767PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 600px) and (max-width: 767px) {

	#carousel_rotator,
	div#carousel_rotator div.item {
		height: 560px;
		height: 430px;
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: ROTATOR :: UP TO 599PX
----------------------------------------------------------------------------------*/

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

	#carousel_rotator,
	div#carousel_rotator div.item {
		height: 560px;
		height: 430px;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: HEADER
----------------------------------------------------------------------------------*/

div#header {
	display: block;
	height: 300px;
	width: 100%;

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

#slideshow {
    margin: 50px auto; 
    position: relative;
	float: right;
    width: 616px; 
    height: 80px;
	max-width: 100%;
	max-height: 100%;
}

#slideshow div {
	float: right;
	position: relative;
	width: 100%;
	height: auto;
}

#slideshow img {
	position: relative;
	float: right;
	width: 100%;
	height: auto;
}

#slideshow2 {
	margin: 50px auto; 
    position: relative;
	float: right;
    width: 300px;
    height: 600px;
}

#slideshow > div,
#slideshow2 > div { 
    position: absolute; 
}

#slideshow img,
#slideshow2 img {
	border: 3px solid #7bced6;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: MAIN
----------------------------------------------------------------------------------*/

div#main {
	background: #fff;
	padding: 2px 0 50px 0;
	font-size: 18px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.33);
}

div#main .main {
	overflow: hidden;
}

div#main a {
	color: #3b85ac;
	font-weight: bold;
}

a.jacc-btn, a.jacc-btn:visited, 
a.jacc-btn:focus, a.jacc-btn:hover {
	background: #7bced6;
    color: #fff !important;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    padding: 10px 15px;
	margin: 5px 0;
    width: 100%;
	text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

a.jacc-btn:hover:hover {
    background-color: #245067;
}

div#main a.jacc-btn em {
    margin-right: 15px;
}

/*----------------------------------------------------------------------------------
	CSS :: XENIA AREA CHAMBER OF COMMERCE :: MAIN :: 1200PX TO 1359PX
----------------------------------------------------------------------------------*/

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

}

/*----------------------------------------------------------------------------------
	CSS :: XENIA AREA CHAMBER OF COMMERCE :: MAIN :: 992PX TO 1199PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	body.frontpage div#main div.main_right ul li a,
	body.internal div#main div.main_right div.side_menu ul li a {
		font-size: 20px;
		line-height: 24px;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: MAIN :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

	div#main div.container.main div.row.main {
		background: none;
	}

    div#main div.main_right hr {
        margin: 27px 0;
    }
	
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: MAIN :: 480PX TO 767PX
----------------------------------------------------------------------------------*/

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

	div#main div.container ul.three_column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: MAIN :: UP TO 479PX
----------------------------------------------------------------------------------*/

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

	div#main div.container ul.three_column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	 .breadcrumb {
                 display: none !important;
        }
	
}


/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: MAIN :: BREADCRUMBS
----------------------------------------------------------------------------------*/

div#main div#breadcrumbs {
	background: none;
	margin-top: 25px;
	margin-bottom: 25px;

	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

div#main div#breadcrumbs div.breadcrumb {
	background: none;
	padding: 15px 15px 14px 15px;
	margin-bottom: 0;
}

div#main div#breadcrumbs ul {
	padding: 8px 15px;
}

.breadcrumb > li:first-of-type {
	display: none;
}

.breadcrumb > li + li:before {
	content: "";
	padding: 0;
}

.breadcrumb > li span.divider {
	color: #000;
	margin-left: 10px;
}

.breadcrumb > li {
	margin-right: 10px;
}

.breadcrumb > li a {
	color: #cc4100;
	font-weight: bold;
}

.breadcrumb > li.active {
	color: #333;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: MEMBER BENEFITS 
----------------------------------------------------------------------------------*/

div.memberBenefits a.join_now_button {
	width: 100% !important;
	margin: 0 0 27px 0 !important;
}

#main > div > div > div.col-md-8.main_left > div.memberBenefits > div.col-md-12 > img {
	float: left;
	height: 200px;
	max-height: 100%;
	margin-bottom: 27px;
}

.blueBox img {
    height: 230px;
    /* position: relative; */
    /* padding: 5px; */
    background-color: #3b85ac;
    border-radius: 7px;
    margin-bottom: 27px;
	-webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.blueBox img:hover {
	background-color: #245067
}

#main > div > div > div.col-md-8.main_left > div.memberBenefits > div.col-md-9 {
	margin:0 0 27px 0 !important;
}

#main > div > div > div.col-md-8.main_left > div > div.col-sm-8 > h2 {
	margin-bottom: 50px;
	
}

#main > div > div > div.col-md-8.main_left > div:nth-child(6) > div.col-sm-8 > h2,
#main > div > div > div.col-md-8.main_left > div:nth-child(7) > div.col-sm-8 > h2,
#main > div > div > div.col-md-8.main_left > div:nth-child(8) > div.col-sm-8 > h2,
#main > div > div > div.col-md-8.main_left > div:nth-child(10) > div.col-sm-8 > h2 {
	margin-bottom: 27px;
}



/*----------------------------------------------------------------------------------
    CSS :: JAMESTOWN AREA CHAMBER OF COMMERCE :: CHAMBER NEWS
----------------------------------------------------------------------------------*/

div.blog .page-header {
    padding-bottom: inherit;
    margin: 0px 0 20px;
    border-bottom: 0px solid #eee;
}

div.blog .items-leading, 
div.blog .items-row {
    padding-bottom: 31px;
    margin: 0px 0 31px;
    border-bottom: 1px solid #eee;
}

div.blog .items-row .page-header {
	margin: 15px 0 20px;
}

div.blog div.readmore a.btn {
    background: #3b85ac;
    color: #fff !important;
    /*display: block;*/
    
    font-style: italic;
    font-weight: bold;
    margin-top: 15px;
    /*line-height: 70px;*/
    /*margin: 27px 0 20px 0;*/
    padding: 10px 50px;;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

div.blog div.readmore a.btn:hover {
    background-color: #245067;
}

a.recent_news {
    background: #fff;
    border: 1px solid #eee;
    clear: both;
    color: #222 !important;
    display: inline-block;
   /* margin-bottom: 10px; */
    padding: 9px;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.33);
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
	border-radius: 5px;
}

body.internal a.recent_news:hover {
    border: 1px solid #7bced6 !important;
}
body.internal a.recent_news {
    border: 1px solid #fff;
	border-radius: 5px;
   
}

a.recent_news:hover {
    border: 1px solid #e6a517;
	border-radius: 5px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(123, 206, 214, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(123, 206, 214, 0.5);
    box-shadow: 0 0 5px 0 rgba(123, 206, 214, 0.5);
}

a.recent_news div.information span.date {
    display: block;
    float: right;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin-left: 10px;
}

a.recent_news div.information span.title {
    display: block;
    font-size: 18px;
    font-weight: bold;
	-webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

a.recent_news:hover div.information span.title {
   color: #7bced6;
}

a.recent_news div.information {
    display: block;
}

a.recent_news div.image {
    padding: 0;
}

a.recent_news div.information span.teaser {
    display: block;
    font-weight: normal;
}

div.blog a {
	color: #333 !important;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: NEWS & EVENTS
----------------------------------------------------------------------------------*/

div#events {
	padding: 36px 0 50px 0;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

div#events div#carousel-events div.item a div.description {
	margin: 0 0 0 0;
}

div#events div#carousel-events div.item a div.description span.title {
	color: #222;
	display: block;
	font-weight: bold;
	font-style: italic;
}

div#events div#carousel-events div.item a div.description span.date {
	color: #666;
	display: block;
	font-style: italic;
	text-align: right;
}

div#events div#carousel-events div.item div.description {
	margin: 10px 0 0 0;
}

div#events div#carousel-events div.item div.description span.title {
	color: #222;
	display: block;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

div#events div#carousel-events div.item div.description span.date {
	color: #666;
	display: block;
	font-style: italic;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}

div.news_events {
    background-color: #fff;
    overflow: hidden;
    padding: 45px 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

div#events div.item img {
	margin: auto;
	transition: all 0.33s;
	border: 4px solid black;S
}

div#events div#carousel-events div.item a img {
	background: #fff;
	margin: 0 auto 5px auto;
	max-width: 100%;
	
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

button.slick-prev,
button.slick-next {
	z-index: 2;
	background: #929292;
	border: none;
	color: white;
	font-size: 40px;
	left: 0;
	opacity: 0.5;
	outline: none;
	padding: 7px 13px 5px 10px;
	position: absolute;
	text-align: center;
	top: 55px;

	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
	
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

button.slick-next {
	left: auto;
	padding: 7px 10px 5px 13px;
	right: 0;
}

button.slick-prev:hover,
button.slick-next:hover {
	opacity: 1;
}

.Events {
    border-bottom: 5px solid #fff;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0px 0 60px 0;
}

.slick-slide
{
width: 333px;

}

a.recent_news_events {
    text-decoration: none !important;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
	border-radius: 5px;
}

a span.title,
a span.date {
	-webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
	font-weight: lighter;
}

a:hover span {
	color: #3b85ac !important;
}

a:hover span.teaser {
	color: #333 !important;
}

div#events div.item a:hover img {
	border: 4px solid #7bced6;
	   -webkit-box-shadow: 0 0 5px 0 rgba(123, 206, 214, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(123, 206, 214, 0.5);
    box-shadow: 0 0 5px 0 rgba(123, 206, 214, 0.5);
}


#carousel-events div.image {
	width: 303px;
	height: 167px;
	max-width: 100%;
	background-size: cover !important;
    margin: auto;
    transition: all 0.33s;
    border: 4px solid black;
	-webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
}

#carousel-events a:hover div.image {
    border: 4px solid #7bced6;
}

#carousel-events > div > div > div.col-sm-3.item.slick-slide > a > div.description span {
	text-align: center !important;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: NEWS & EVENTS UP TO 767PX
----------------------------------------------------------------------------------*/

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

	#events {
		padding: 50px 0 30px 0 !important;
	}

	#events h2 {
		margin: 50px 0 36px 0 !important;
		text-align: center;
	}
	
	button.slick-prev,
button.slick-next {
	
	
	}
	
}



/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: NEWS & EVENTS 991PX TO 1199PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 991px) and (max-width: 1199px) {

	button.slick-prev,
button.slick-next {
	
	top: 30px;
	
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: NEWS & EVENTS 1200PX TO 1359PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1359px) {

	button.slick-prev,
button.slick-next {
	
	top: 45px;
	
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: INFO
----------------------------------------------------------------------------------*/

div#info {
	padding: 425px 0 425px 0;
	background: #e7e9ea url("/images/info/main_background.jpg") center center fixed no-repeat;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #cccccc;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}


/* allows images in this section to resize correctly */
div#info .nav li a img {
    max-width: 100%;
}

#info a:hover {
	background: transparent;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: JOIN NOW :: UP TO 767PX
----------------------------------------------------------------------------------*/

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

	div#info {
		padding: 225px 0 225px 0;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #cccccc;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
}


}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: JOIN NOW
----------------------------------------------------------------------------------*/

div#join_now {
	background: #7bced6 url("../images/join_now.jpg") center center no-repeat;
	color: #fff;
	padding: 70px 0 69px 0;
	position: relative;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

div#join_now h2 {
	color: #fff;
	font-style: italic;
	font-weight: bold;
	margin: ;
	font-style: italic;
}

div#join_now p {
	color: #eee;
	font-style: italic;
	margin: 0;
}

div#join_now a.join_now {
	background: #3b85ac;
	color: #fff;
	display: block;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	margin: 27px 0 7px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

div#join_now a.join_now:hover {
	background-color: #245067;
	
}

div#join_now a.learn_more {
	color: #fff;
	display: block;
	font-style: italic;
	text-align: center;
}

div#join_now div.border_bottom,
div#join_now div.border_top {
	background: rgba(255, 255, 255, 0.25);
	bottom: 1px;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

div#join_now div.border_top {
	bottom: auto;
	top: 1px;
}

div#main a.join_now_button {
	background: #3b85ac;
	color: #fff;
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	height: 33px;
	width: 130px;
	line-height: 33px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
	text-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}

div#main a.join_now_button:hover {
	background-color: #245067;
	
}

div#main a.join_now_button_mobile {
	display: none;
}

div#main a.join_now_button em {
    font-size: 22px;
    margin-right: 10px;
    margin-top: -1px;
	vertical-align: middle;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: JOIN NOW :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

	div#main a.join_now_button {
	margin-top: 20px;
}
	
	div#main a.join_now_button {
		margin-bottom: 24px;
}
	
	

}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: JOIN NOW :: UP TO 767PX
----------------------------------------------------------------------------------*/

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

		div#join_now {
			text-align: center;
		}
		
		div#main a.join_now_button {
		
	}
	#main > div > div > div.col-md-8.main_left > div > div.col-sm-4 > a {
		width: 100%;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: JAMESTOWN AREA CHAMBER OF COMMERCE :: BOARD MEMBERS :: 
----------------------------------------------------------------------------------*/

#main img.boardmembers {
	padding: 15px 0;
}

/*----------------------------------------------------------------------------------
    CSS :: JAMESTOWN AREA CHAMBER OF COMMERCE :: CHAMBER NEWS :: 
----------------------------------------------------------------------------------*/

div.chamber_news a p {
	
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: MEMBER DIRECTORY & COMMUNITY PARTNERS
----------------------------------------------------------------------------------*/

#directory {
	margin-bottom: 25px;
}

.category a, .category a:hover,
.category a:active, .category a:visited,
.category a:focus {

	background: #ecf0f1;
	border-left: 3px solid #7bced6;
	display: block;
	margin: 25px 0;
	width: 100%;
	-webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	text-decoration: none;
}

.category h3 {
	margin: 0;
	padding: 20px;
	font-weight: bold;
	font-style: italic;
}

input#jacc_search_input,
input#jacc_search_input_companies {
    border: 1px solid #7bced6;
    height: auto;
    padding: 12px 12px;
    width: 100%;
	transition: 1s;
}

span.search-label input {
	float: left;
	margin: 8px 2px 0px 0;
}

#jacc_search input.btn-submit,
#jacc_search_companies input.btn-submit {
	width: 100% !important;
}

span.search-label label {
    width: 95% !important;
    float: left;
}

input#jacc_search_input:focus,
input#jacc_search_input_companies:focus {
	transition: 1s;
}

.btn-submit {
    background: #7bced6 !important;
   /* border: 1px solid #beff93 !important;*/
    color: #fff;
    font-size: 18px !important;
    font-weight: bold !important;
    height: 52px !important;
    letter-spacing: 1px !important;
    line-height: 50px !important;
    outline: none !important;
    padding: 0 50px !important;
    text-transform: uppercase;
    -webkit-transition: all 0.33s !important;
    -moz-transition: all 0.33s !important;
    transition: all 0.33s !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25) !important;
	-webkit-box-shadow: 0 0 5px 0 rgba(123, 206, 214, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(123, 206, 214, 0.5);
    box-shadow: 0 0 5px 0 rgba(123, 206, 214, 0.5);
}

.btn-submit:hover, .btn-submit:focus {
	background: #7bced6 !important;
	color: #eee;
}

.btn-submit:hover {
	background-color: #245067 !important;
}


.company a, .company a:hover {
	text-decoration: none;
}

.fa-stack {
	margin: 26px 0;
}

#company-profile .fa-fw {
	margin-right: 15px;
}

#company-profile .fa-external-link {
	margin: 3px 10px 0 0;
}

a.category-btn, a.category-btn:visited, 
a.category-btn:focus, a.category-btn:hover {
	background: #7bced6;
    color: #fff !important;
    display: block;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    padding: 10px;
	margin: 5px 0;
    width: 100%;
	text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

a.category-btn:hover:hover {
    background-color: #245067;
}

.category-btn-disabled, category-btn-disabled:visited, 
.category-btn-disabled:focus, category-btn-disabled:hover {
    background: #eee;
    color: #666 !important;
    cursor: not-allowed;
    display: block;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    padding: 10px;
    margin: 5px 0;
    width: 100%;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

#company-profile a, #company-profile a:visited {
	display: block;
	padding: 10px;
	width: 100%;
	transition: .5s;
}

#company-profile a:focus, #company-profile a:hover {
	background: #7bced6;
	color: #fff;
	text-decoration: none;
	transition: .5s;
	text-shadow: 1px 1px #000 !important;
}

#company-profile .list-group-item {
	padding: 0;
}

.member {
	margin: 25px 0 ;
}

h1#business-name {
	margin-bottom: 10px;
}

#map_iframe {
	border: 5px solid #7bced6;
	height: 250px;
	width: 100%;
}

div.wow h3.text-center {
	font-size: 22px !important;
}

/*------- Prevents pop --------*/

div.partners div.row {
	padding-bottom: 30px;
	-webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

div.partners div.partnersRow {
	display: none;
}

div.partners {
	-webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
	margin-bottom: 1000px;
}

div#directory div.directoryRow {
	display: none;
	-webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

div#directory {
	-webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
	margin-bottom: 1000px;
	
}

@media only screen and (min-width: 991px) {
	.search-label {
		width: 100%;
		display: block;
	}
}

/*----------------------------*/


#directory a.category-btn, #directory a.category-btn:visited, #directory a.category-btn:focus, #directory a.category-btn:hover {
    padding: 15px;
    margin: 15px 0;
}

a .category-btn:    {
	background-color: #245067
}

#directory {
    margin: 50px 0 0 0;
}

#directory > div > a > em {
	padding-top: 3px;
}

.limit {
    display: none;
}

#company-profile a:focus, #company-profile a:hover {
    background: #7bced6;
    color: #fff;
    text-decoration: none;
    transition: .5s;
    text-shadow: 1px 1px #000 !important;
}

#company-profile a, #company-profile a:visited {
    display: block;
    padding: 10px;
    width: 100%;
    transition: .5s;
}

.contactList .list-group-item {
    padding: 0;
}

.contactList li a:focus, .contactList li a:hover {
    background: #7bced6;
    color: #fff !important;
    text-decoration: none;
    transition: .5s;
    text-shadow: 1px 1px #000 !important;
}

.contactList li a, .contactList li a:visited {
    display: block;
    padding: 10px;
    width: 100%;
    transition: .5s;
}

.contactList .list-group-item {
    padding: 0;
}

.contactList em {
	margin-right: 8px;
}

/*----------------------------------------------------------------------------------
    CSS :: JAMESTOWN AREA CHAMBER OF COMMERCE :: Prescription Card
----------------------------------------------------------------------------------*/

.createCard {
	text-align: center;
    margin-bottom: 0;
    background: #7bced6;
    color: #fff;
    font-size: 20px;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    padding: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	font-style: italic;
}

#createCard input {
	max-width: 95% !important;
}

#createCard label {
	width: 30% !important;
}

#createCard {
	padding: 0 !important;
	background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	max-width: 100%;
}

#createCard > fieldset.top {
	padding-top: 0 !important;
	background: white !important;
}

#createCard > fieldset.bottom {
	padding-bottom: 15px !important;
    background: white !important;
}

#pharmacyLocatorButton {
	
}

#medicationPricingButton {
	
}

.prescriptionButtons {
	width: 338px;
	max-width: 100%;
	margin-left: 0;
}

.prescriptionButtons .col-sm-6 {
	padding-left: 0;
	padding-right: 0;
}

#main > div > div > div.col-md-8.main_left > div.row.prescriptionButtons > div:nth-child(1) {
	padding-right: 5px;
}

#main > div > div > div.col-md-8.main_left > div.row.prescriptionButtons > div:nth-child(2) {
	padding-left: 5px;
}

.prescriptionButtons a.category-btn {
	margin-top: 15px;
	font-size: 18px;
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: FOOTER
----------------------------------------------------------------------------------*/

footer {
	color: #fff;
	overflow: hidden;
	padding: 45px 0 36px 0;
	background: #262626;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

footer a,
footer a:active,
footer a:focus,
footer a:hover {
	color: #aaa;
}

footer div.address strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

footer div.mission {
	font-style: italic;
	text-align: left;
	margin-bottom: 16px;
}

footer div.copyright {
	border-top: 1px solid #666;
	padding-top: 22px;
}

footer div.footer_menu {
	font-style: italic;
	margin-bottom: 22px;
}

footer div.footer_menu a em {
	font-size: 48px;
	margin-left: 25px;

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

footer div.footer_menu a:hover em {
	opacity: 0.75;
}

footer div.footer_menu ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	text-align: center;
}

footer div.footer_menu ul li {
	text-align: center;
	display: inline-block;
}

footer div.footer_menu ul li a {
	display: block;
    text-align: center;
	padding: 0 15px;
	padding-top: 0;
	
}

div.input {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 15px;
  margin-top: 9px;
}

div.input input#mod-search-searchword {
  width: 100%;
  height: 40px;
  background: #111111;
  border: none;
  float: left;
  color: #fff;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-style: italic; 
}


div.input input#mod-search-searchword button.icon {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
 
  border: none;
  background: none;
  height: 40px;
  width: 50px;
  color: white;
  opacity: 1;
  font-size: 20pt;
 
}

div.input input#mod-search-searchword:focus {
    outline: none;
}

button.icon {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
 
  border: none;
  background: none;
  height: 40px;
  width: 50px;
  color: white;
  opacity: 1;
  font-size: 18pt;
	
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

button.icon > i {
	padding: 7px 0;
}

button.icon {
  outline: none;
  opacity: 1;
  margin-left: -45px;
}

button.icon:hover {
  color: #aaaaaa;
}

/* correct spacing for search bar and footer menu */
div.search_footer {
	margin-top: 13px;
}

div.social  {
	display: block;
	margin-bottom: 26px;
	line-height: 0px;
	padding-left: 15px;
}

.social > a i {
	font-size: 40px;
	padding-right: 14px;
	color: #aaaaaa;
	-webkit-transition: all .55s ease;
  	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
}

.social > a i:hover {
	color: white;
}

div.bitstormweb_banner {
	padding-top: 10px;
	
}

.bitstormweb {
	padding: 0;
	-webkit-transition: all .55s ease;
  	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
	float: right;
}

/*---Using Javascript to do hover
.bitstormweb:hover {
    content: url('/images/miscellaneous/hover.jpg');
	width: auto;
	-webkit-transition: all .55s ease;
  	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
}
*/

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: FOOTER_MENU :: MIN TO 1199PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 1360px) {

	footer div.phone_address {
	padding-right: 45px;
}

	
}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: FOOTER_MENU :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

	footer div.footer_menu {
	font-style: italic;
	margin-bottom: px;
	
	}
	
}

/*----------------------------------------------------------------------------------
	CSS :: XENIA AREA CHAMBER OF COMMERCE :: FOOTER :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

	footer {
		text-align: center;
	}

	footer div.mission {
		margin-top: 27px;
	}

	div.input {
		margin: 22px 0 18px 0;
	}
	
	div.bitstormweb_banner {
	padding-top: 10px;
	}

}

/*----------------------------------------------------------------------------------
	CSS :: XENIA AREA CHAMBER OF COMMERCE :: FOOTER :: UP TO 767PX
----------------------------------------------------------------------------------*/

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

	footer div.copyright div.tdh_banner {
		padding-top: 25px;
	}
	
	footer div.copyright div.tdh_banner img {
		margin: auto;
	}
	
	div.bitstormweb_banner {
	padding-top: 22px;
	
	}
	
	.bitstormweb {
		float: none;
	}
	
	#main > div > div > div.col-md-8.main_left > div.row.prescriptionButtons > div:nth-child(1),
	#main > div > div > div.col-md-8.main_left > div.row.prescriptionButtons > div:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}
}

/*----------------------------------------------------------------------------------
	CSS :: XENIA AREA CHAMBER OF COMMERCE :: FOOTER :: UP TO 480PX
----------------------------------------------------------------------------------*/

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

	button.icon {
  		margin-left: -65px;
	}
}
	
	
/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: BOOTSTRAP
----------------------------------------------------------------------------------*/
@media (min-width: 992px) {

	.container {
		width: 960px;
	}

}

@media (min-width: 1200px) {

	.container {
		width: 1150px;
	}

}

@media (min-width: 1360px) {

	.container {
		width: 1330px;
	}

}


/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: MISCELLANEOUS
----------------------------------------------------------------------------------*/

div.muted,
p.chrono_credits,
.element-invisible {
    display: none;
}

div.clr,
span.clr {
    clear: both;
	display: block;
}

::selection {
	background: #7bced6;
	color: #fff;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

::-moz-selection {
	background: #7bced6;
	color: #fff;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

h1,
span.h1, 
.jevbootstrap h1,
#chronoform-event_signup > h1 {
	color: #7bced6;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	margin: 40px 0 40px 0;
}

span.h1 {
	display: block;
	text-align: center;
}

h2 {
	color: #333;
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 27px;
	
}

h3 {
	color: #7bced6;
	font-size: 26px;
	font-weight: normal;
	margin: 26px 0;
}

h4 {
	color: #333;
	font-size: 22px;
	font-weight: normal;
	margin: 8px 0;
}

h4.blue {
	color: #3b85ac;
	font-size: 22px;
	font-weight: normal;
	margin: 26px 0;
}

p {
	margin: 0 0 27px 0;
}
	
div#events h2 {
	color: #333;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0 0;
	margin-bottom: 50px;
	
}

ul {
	margin: 0 0 27px 0;
}

img.pull-center {
	display: block;
	margin: auto;
}

img.pull-right {
	margin-bottom: 15px;
	margin-left: 15px;
}

img.pull-left {
	margin-bottom: 15px;
	margin-right: 15px;
}

a.btn {
    font-size: inherit;
    padding: 12px 15px 11px 15px;
}

a.btn-jacc {
    background: #7bced6 !important;
    color: #fff !important;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

a.btn em {
    margin-right: 12px;
}

a.full {
	display: block;
}

div.search ol.list {
	list-style: none;
	padding: 0;
}

div.search ol.list li {
	margin: 27px 0;
}

div.pagination {
	display: block;
	margin: auto;
	text-align: center;
}

div.pagination p.pull-right {
	float: none !important;
	margin: 12px 0 !important;
}

.pagination > li > a,
.pagination > li > span {
	color: #666;
}

div.phrases-box div.controls {
	padding-left: 50px;
}

.gbs3 .A {
	width: 100% !important;
}

fieldset.phrases legend {
	margin-bottom: 0;
}

div.form-limit {
	margin-top: 20px;
}

form#searchForm button.btn-jacc {
	display: block;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}

form#searchForm p.counter {
	text-align: center;
}

span.highlight {
	background: #fdf574;
	padding: 3px 6px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mt-0 {
    margin-top: 0;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.no-left-gutter {
	padding-left: 0 !important;
}

.gbs3 input[type="radio"], .gbs3 input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 5% !important;
	
}

.gcore-form-row .gcore-input#fin-register {
    width: 100% !important;
	padding-bottom: 15px;
}

.gbs3 .form-horizontal .control-label.gcore-label-checkbox {
    text-align: left !important;
    width: 90% !important;
	vertical-align: top;
}

div#fin-button15 {
    width: 100% !important;
}

div#info {
	padding: 0px 0 35px 0 !important;
}

#info > div > div > ul > li {
	display: inline-block;
	width: 33%;
}

#info > div > div {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#info > div > div > ul > li > a {
	text-align: center;
	margin: 10px 0;
}

#info > div > div > ul > li > a > img {
	display: block;
    margin: 0 auto 20px auto;
    -webkit-transition: scale(0.8);
    -moz-transition: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
	width: 180px;
}

#info > div > div > ul > li > a:hover > img {
    -webkit-transition: scale(1);
    -moz-transition: scale(1);
    transform: scale(1);
}

#info > div > div > ul > li > a > span {
	background: #7bced6;
    color: #fff !important;
    display: block;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    margin-top: 25px;
    padding: 10px 0;
    width: 100%;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);

	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

#info > div > div > ul > li > a:hover > span {
	background: #245067;
}

/*#info > div > div > ul > li > a > img {
	background: #7bced6;
    border-radius: 500px;
	-webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

#info > div > div > ul > li > a:hover > img {
	background: #245067;
}*/

@media screen and (min-width: 768px) and (max-width:1199px) {
	#info > div > div > ul > li {
		display: inline-block;
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	#info > div > div > ul > li {
		display: inline-block;
		width: 100%;
	}
}

.green-text, .large-text {
	color: #0ebf56;
    font-size: 32px;
    font-weight: bold;
}

/*----------------------------------------------------------------------------------
	CSS :: XENIA AREA CHAMBER OF COMMERCE :: MISCELLANEOUS :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

    h1 {
        font-size: 32px;
        margin-bottom: 24px;
		margin-top: 0;
    }

	h2 {
		font-size: 24px;
		margin: 24px 0;
	}

	h3 {
		font-size: 18px;
		margin: 18px 0;
	}

	h4 {
		font-size: 18px;
		margin: 0 0 8px 0;
	}
	
	.gbs3 .form-control,
.gbs3 .A,
.gbs3 {
	width: 100% !important;
}

}

/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: FORMS
----------------------------------------------------------------------------------*/

div.chronoform-container {
	float: left;
	margin: 0 2.5%;
	width: 45%;
}

.gbs3 .gcore-form-row {
    background: none;
    margin: 0;
    padding: 10px 0;
}

.gbs3 .gcore-form-nav menunavbar-nav nav:nth-of-type(2n+1) {
    background: none;
}

div.gcore-input-wide {
    width: 100%;
}

.gbs3 .A {
    width: 100% !important;
}

.gbs3 p {
    margin: 27px 0;
}

.gcore-checkbox-item input.A {
	margin-left: 25px;
	width: auto !important;
}

.gbs3 .gcore-form-row div#fin-submit,
.gbs3 .gcore-form-row div#fin-submit input {
    width: 100% !important;
}

form.chronoform div.row {
	padding-bottom: 15px;
	padding-top: 15px;
}

form.chronoform div.row.border_bottom {
	border-bottom: 1px solid #eee;
}

form.chronoform label,
#fin-custom > p {
	color: #878ba6;
	font-weight: normal;
	margin-bottom: 5px;
}

#fin-custom > p {
	margin-top: 0;
}

form.chronoform input,
form.chronoform textarea,
form#searchForm select,
#search-searchword {
	border: 1px solid #bbbec5;
	padding: 12px 12px !important;
	height: auto !important;
	width: 100%;

	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;

	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0 0, 0);
}

input.input_readonly {
	background: #eee;
	font-weight: bold;
}

form.chronoform input.file {
	background: none;
	border: none;

	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

form#searchForm select {
	height: 50px;
	padding: 12px 12px;
	width: 100%;
}

form.chronoform textarea {
	height: 150px;
	padding: 12px 12px;
}

form.chronoform div.row.submit div.gcore-input {
	float: right;
}

form.chronoform input.btn {
	background: #11d461 !important;
	border: 1px solid #0ebf56 !important;
	color: #fff;
	font-size: 18px !important;
	font-weight: bold !important;
	height: 50px !important;
	letter-spacing: 1px !important;
	line-height: 50px !important;
	outline: none !important;
	padding: 0 50px !important;
	text-transform: uppercase;
	width: auto;

	-webkit-transition: all 0.33s !important;
	-moz-transition: all 0.33s !important;
	transition: all 0.33s !important;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25) !important;
}

form.chronoform input.btn {
	background: #7bced6 !important;
    color: #fff !important;
	border: 0 !important;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    padding: 10px 15px;
    margin: 5px 0;
    width: 100%;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

form.chronoform input.btn:hover {
    background-color: #245067 !important;
}

button.btn-jacc {
	background: #7bced6 !important;
	border: 1px solid #7bced6 !important;
	color: #fff;
	font-size: 18px !important;
	font-weight: bold !important;
	height: 50px !important;
	letter-spacing: 1px !important;
	line-height: 50px !important;
	outline: none !important;
	padding: 0 50px !important;
	text-transform: uppercase;

	-webkit-transition: all 0.33s !important;
	-moz-transition: all 0.33s !important;
	transition: all 0.33s !important;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25) !important;
}

form#searchForm button.btn-jacc {
	display: block;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}

form.chronoform .btn-submit:hover,
form.chronoform .btn-submit:active,
form.chronoform .btn-submit:focus {
	background: #0ebf56 !important;
	color: #fff !important;
}

button.btn-jacc:hover,
button.btn-jacc:active,
button.btn-jacc:focus {
	background: #7bced6 !important;
	color: #fff !important;
}

fieldset.phrases legend {
	margin-bottom: 0;
}

div.form-limit {
	margin-top: 20px;
}

form#searchForm span.badge {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
}


#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #7bced6 !important;
    color: #fff;
}/*----------------------------------------------------------------------------------
    CSS :: XENIA AREA CHAMBER OF COMMERCE :: FORMS
----------------------------------------------------------------------------------*/

div.chronoform-container {
	float: left;
	margin: 0 2.5%;
	width: 45%;
}

.gbs3 .gcore-form-row {
    background: none;
    margin: 0;
    padding: 10px 0;
}

.gbs3 .gcore-form-nav menunavbar-nav nav:nth-of-type(2n+1) {
    background: none;
}

div.gcore-input-wide {
    width: 100%;
}

.gbs3 .A {
    width: 100% !important;
}

.gbs3 p {
    margin: 27px 0;
}

.gcore-checkbox-item input.A {
	margin-left: 25px;
	width: auto !important;
}

.gbs3 .gcore-form-row div#fin-submit,
.gbs3 .gcore-form-row div#fin-submit input {
    width: 100% !important;
}

form.chronoform div.row {
	padding-bottom: 15px;
	padding-top: 15px;
}

form.chronoform div.row.border_bottom {
	border-bottom: 1px solid #eee;
}

form.chronoform label {
	color: #878ba6;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
	width: 100% !important;
}

form.chronoform input,
form.chronoform textarea,
form#searchForm select,
#search-searchword {
	border: 1px solid #bbbec5;
	padding: 12px 12px !important;
	height: auto !important;
	width: 100%;

	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;

	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0 0, 0);
}

input.input_readonly {
	background: #eee;
	font-weight: bold;
}

form.chronoform input.file {
	background: none;
	border: none;

	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

form#searchForm select {
	height: 50px;
	padding: 12px 12px;
	width: 100%;
}

form.chronoform textarea {
	height: 150px;
	padding: 12px 12px;
}

form.chronoform div.row.submit div.gcore-input {
	float: right;
}

fieldset.phrases legend {
	margin-bottom: 0;
}

div.form-limit {
	margin-top: 20px;
}

form#searchForm span.badge {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
}

.gbs3 #fin-select #select-guests,
.gbs3 #fin-sponsorship #select-sponsorship,
.gbs3 #fin-member #select-member,
#select-price,
.gbs3 #fin-lunch #select-lunch  {
	display: block;
    width: 100% !important;
    height: 43px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}

.gbs3 .gcore-form-row .gcore-input {
	display: block;
	width: 100% !important;
}

#city-state-zip .gcore-input:nth-child(2) {
	padding: 0 5px;
}

#form-row-21 {
	float: left;
    width: 50%;
}

#form-row-22 {
    float: left;
    width: 20%;
}

#form-row-23 {	
    float: left;
    width: 30%;
}

#cc-number-row label,
#form-row-1 label,
#sponsor-row label,
#lunch-row label,
#member-row label,
#price-row label {
	min-width: 100%;
}

#year, #month, #cvc {
	width: 33%;
	float: left;
}


#select-month {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#fin-cvc {
	float: left !important;
	width: 100% !important;
}

.large-text {
	color: #0ebf56;
	font-size: 32px;
	font-weight: bold;
}



/**********************************************************************************

	For Event Calendar

    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
***********************************************************************************/

.nav-items > div {
    padding: 2px 0 3px 0;
}

div.nav-items div:hover {
  background-color: #7bced6;
}

div#main div#jevents div.nav-items .active a {
    color: #FFF;
}

div#main div#jevents div.nav-items:hover {
    color: white;
}

div#main div#jevents a {
    font-weight: bold;
    color: #474747;
    text-shadow: .2px .2px 0 rgba(0, 0, 0, 0.25); 
}

div#main div#jevents div.nav-items a:hover {
    font-weight: bold;
    color: white;
    text-shadow: .2px .2px 0 rgba(0, 0, 0, 0.25); 
}

div#main div#jevents {
    font-weight: bold;
    color: #474747;
}

div#main div#jevents div.previousmonth a, 
div#main div#jevents div.nextmonth a {
    font-weight: bold;
    color: white;
    text-shadow: .2px .2px 0 rgba(0, 0, 0, 0.25); 
}

#jev_maincal > div > div.jev_daysnames_container {
    text-align: center;
}

.tab-content {
    margin-top: 20px;
}

#nav-search {
   display: none !important;
}

#jevents_body {
    width: 100% !important;
    border: none;
    background-color: transparent;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-items {
    text-align: center;
    display: inline-block;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width:690px) {
    tr.fieldtypejevrtext > td, tr.type0param > td, tr.fieldtypejevrbalance > td, tr.fieldtypejevrpaymentoptionlist > td {
        display:block;
        clear:both; 
        max-width:100%;
        width:100%;
    }
    #rsvppro_admintable select, #rsvppro_admintable input{ 
        max-width:90% !important;
    }
    tr.fieldtypejevrinstruction > td {
        display:block;
        clear:both;
        width:90%;
        max-width:100%;
    }
}

/*-----------------------------------------------------
	CONTACT US
-----------------------------------------------------*/

.gbs3 .gcore-form-row > .gcore-label-checkbox.gcore-label-left {
	width: 200px;
}

#contact-method,
#contact-method1 {
	width: auto !important;
}

/* removes blank side bar on login page to ensure "contact us" bar formatting stays aligned */
#noHeader > div.sidebar {
	display: none;
}

div.sidebar {
	padding-left: 80px;
}

/*.gbs3 .form-control,
.gbs3 .A,
.gbs3 {
	width: 75% !important;
}*/

.gcore-form-row .gcore-input {
	width: 75% !important;
}

#fin-button8, #fin-button11 {
	width: 100% !important;
}

#fin-captcha2 {
	margin-left: 25%;
	padding-top: 10px;
	border-radius: 10px;
}

label {
	max-width: 100% !important;
	min-width: auto !important;
	width: 25% !important;
}

#login-area label {
	width: auto !important;
	max-width: auto !important;
	min-width: auto !important;
}

#checkbox_group, #checkbox_group1,
#checkbox_group2, #checkbox_group3,
#checkbox_group4, #checkbox_group5,
#checkbox_group6 {
	width: auto !important;
    padding-bottom: 1.5px;
	margin-left: 3.5px;
	margin-right: 3.5px;
}

#share, #share1 {
	width: auto !important;
}

#work-needed, #work-needed1, 
#work-needed2, #charge-resident, 
#charge-resident1 {
	width: auto !important;
}

ul.lineHeight {
	line-height: 1.42857143;
}

/*----------------------------------------------------------------------------------
	CSS :: XENIA AREA CHAMBER OF COMMERCE :: MISCELLANEOUS :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

	
	.gbs3 .form-control,
	.gbs3 .A,
	.gbs3 {
		width: 100% !important;
	}

}


