
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700);

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

* Filename:     style.css
* Version:      1.0.0 (2015-01-15)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Styles
* Author:       Zymphonies Dev Team
                info@zymphonies.com

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'open sans';
  vertical-align: baseline;
}



article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

.front .page-title {
    font-size: 24px;
    height: 0;
    margin-bottom: 0px;
    visibility: hidden;
}


.front .content a {
    color: black;
}

ol, ul {
  list-style: none;
}

.scrollable {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 160%;
  color: #666;
  font-size: 18px;
  font-family: 'open sans';
/*  background: url('/sites/all/themes/photography_zymphonies_theme/images/page-background.jpg')#fff no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
*/
  font-weight: 300;
}

.menu-navigation-container {
	color: white;
	background: transparent;
	text-transform: uppercase;
}

#top-menu {float:right;}
#top-menu a {color:#1b1a53;}



a {
    color: #132a52;
    font-size: 19px;
    text-decoration: none;
}
a:hover { 
  text-decoration: none;
  color: #9d694b;
}

#wi_login a {
	font-size: 16px;
}

a.bolda {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "open sans",arial;
  margin-bottom:6px;
}

h1 {
  	font-size:23px;
    color: #00853f;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

h2.pane-title {
    text-align: center;
}

.block h2 {
/*    text-align: center; */
}

h2 {
    font-size: 21px;
    color: #132a52;
    font-weight: bold;
    margin-top: 10px;
}

h3 {
  font-size:16px;
    color: #044b3f;
    margin-top: 10px;
}

h4 {
  font-size:14px;
}

p {
  margin-bottom:15px;
  color: #202020;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
	text-transform: uppercase;
}

.sticky-header th,
.sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  background: none;
/*  border: 1px solid #bbbbbb; */
}

th {
  background: rgb(0,56,101);
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

th.first,td.first {
  border-right: 1px solid rgb(182,184,188);
}

td {
  background: none;
  color: #202020;
  text-align: left;
  padding: 10px;
/*  border: 1px solid #DBDBDB; */
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  -khtml-border-radius: 7px; 
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:25px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

/*
.front #container {
	background: url('/sites/default/files/home_background.jpg') #fff no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 }
*/
div.offer_div.box_format ul {
	list-style: unset;
	list-style-image: url('/sites/all/themes/photography_zymphonies_theme/images/list-bullet.png');
	font-size: 16px;
	line-height: 24px;
	margin-left: 18px;
}
/*
div.offer_div.box_format ul li.offering_savings_1 {
	list-style: unset;
	list-style-image: url('/sites/all/themes/photography_zymphonies_theme/images/savings1.png');
}

div.offer_div.box_format ul li.offering_savings_2 {
	list-style: unset;
	list-style-image: url('/sites/all/themes/photography_zymphonies_theme/images/savings2.png');
}

div.offer_div.box_format ul li.offering_savings_3 {
	list-style: unset;
	list-style-image: url('/sites/all/themes/photography_zymphonies_theme/images/savings3.png');
}
*/
div.offer_div.box_format {
    width: 300px;
    margin-right: 15px;
    background: white;
    float: left;
    padding: 10px;
    margin-bottom: 14px;
    height: 197px;
    overflow: hidden;
		border: thin solid lightgray;
}

div.offer_div.box_format .address_div,
div.offer_div.club_detail_format .address_div {
	font-size:14px;
	line-height: 16px;
	margin-bottom: 10px;
}

.vip_overlay {
	z-index:10;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  -khtml-border-radius: 7px; 
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(../images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  -khtml-border-radius: 7px; 
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

b{ 
  font-weight: bold; 
  color: #333;
}

.wrap{
/*  max-width: 1024px; */
  margin: 0 auto;
  clear: both;
}

/*HEADER*/

.header {
  text-align: left;
/*	background: #00853f;*/
	background: white;
	height: 114px;
}

.header-menu {

}

.menu-wrap {
	float: right;
	margin-top: 45px;
}

.search-wrap {

    margin-top: -18px;
    margin-right: 13px;

}

.header_divider {
/*	background: #4f4f51;*/
	background: black;
/*  font-style: italic; */
  color: #ffe43d;
	text-align: center;
  padding-left: 0;
  font-size: 16px;
	clear: both;
	height: 33px;
	padding-top: 4px;
	width:100%;
	
}

.not-front .header{
  border-bottom: 1px solid #ddd;
}

#logo {
  /*margin: 5px 10px 5px 20px;*/
	height: 100px;
	margin-left: 8px;
	margin-top: 4px;
	float: left;
}

#search-button, #login-button, #register-button {
	width: 75px;
	height: 28px;
}

#wa-golf-pass {
	margin-top: 4px;
}

#top-menu {
  margin: 13px 10px 5px 20px;
}

#top-right {
	float: right;
}

#site-title {
/*  margin: 0 0 5px 0; */
	margin: 0;
  font-size:24px;
}

#site-description {
  margin: 0;
  clear: both;
}

/*MAIN MENU*/

.menu_wrapper{
  width: 100%;
}

#main-menu {
  position: relative;
}

#main-menu ul {
  padding:0;
  margin:0;
  list-style:none;
/*  padding: 20px 0 10px 0; */
  padding: 0;
  text-align: center;
	height: 20px;
}

#main-menu li {
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

#main-menu a {
  padding: 0px 18px;
	line-height: 20px;
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: black;
  white-space: nowrap;
}

#main-menu li a.active{
  color: white;
  background: rgb(0,56,101);
}

#main-menu li:hover >a{
  color: black;
  border: 0;
}

#main-menu ul li:first-child {
  padding-left:0;
}

ul.menu{
  padding: 0;
  margin: 5px 0 5px 0;
}

#main-menu li li:hover > a{
  background: #3F5364;
}

.drop-down-toggle {
  position: absolute;
  top: 0px;
  right: 0;
  display: none;
  width: 40px;
  height: 40px;
  background: #BDBDBD;
}

.drop-down-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 15px 0 0 9px;
  border-top: 10px solid #FFF;
  border-left: rgba(0, 0, 0, 0) 10px solid;
  border-right: rgba(0, 0, 0, 0) 10px solid;
}

#main-menu li li {
  float:none;
  min-width:150px;
  padding:0;
  margin:0;
  position: relative;
}

#main-menu li ul ul{
  left: 151px;
  top: 0;
}

#main-menu li li a {
  background: #707070;
  min-width: 150px;
  margin: 0;
  border-top: 1px solid #9B9B9B;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  padding: 10px 11px;
  -khtml-border-radius: 0px; 
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: white;
  border-width: 1px 0 0 0;
}

#main-menu li li.expanded >a{
  background-image: url(../images/arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  padding:0;
  margin:0;
  background: #707070;
  overflow: visible !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, 
#main-menu ul li.expanded, 
#main-menu ul li.collapsed {
  list-style:none;
/*	border-right: black thin solid;	*/
	margin-left:-3px;
}
#main-menu ul li.leaf.last {
	border-right: none;
}

#main-menu ul.menu li li{
  border: 0;
  margin: 0;
}

#main-menu ul.menu li li:hover >a{
  background-color: #FEEB43;
  color: #3F5364;
}

#main-menu li.expanded,
#main-menu li.collapsed,
#main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#container {
  clear: both;
  overflow: hidden;
	background: rgba(255, 255, 255, 0.90) none repeat scroll 0 0;
}

.container-wrap{
  max-width: 1024px;
  margin: 0px auto;
  overflow: hidden;
}

.region-slideshow{
  background-size: 100%;
}

#block-nivo-slider-nivo-slider{
  margin: 0 auto;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: #2F353E;
  margin: 0;
  right: 0;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  height: auto;
  bottom: 25px;
  left: auto;
  text-align: center;
}

.nivo-caption h2{
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}

.nivo-caption p{
  padding: 10px;
  font-size: 14px;
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  text-align: center;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img{
  width: 100px;
}

.theme-default .nivo-controlNav{
  padding: 5px 0 0 0;
}

.theme-default .nivo-controlNav a {
  text-indent: 9999px;
  font-size: 0;
}

.theme-default .nivo-controlNav a:hover img{
  background: #999;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {
  display: inline;
  padding: 10px 20px 20px 20px;
  float:right;
  width:100%;
/*	background: rgba(255, 255, 255, 0.90) none repeat scroll 0 0; */
}

#content {
	min-height: 350px;
}

#sidebar-first {
  float: left;
}

#sidebar-second {
  float: right;
}

aside .block{
  padding: 10px;
/*  background: #FDFDFD; */
	background: none;
  margin: 0 0 15px 0;
}

aside #user-login-form input.form-text{
  width: 90%;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:79%;
}

body.two-sidebars #content {
  width:73%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 73%;
}

body.sidebar-first #sidebar-first {
  width: 24%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 65%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 30%;
}

.breadcrumb {
/*
  margin: 10px 0px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
*/
	visibility: hidden;
	height: 0px;
}

.node {
  margin:20px 0;
}

.node h2.title {
  font-size: 18px;
  margin-bottom: 20px;
}

.page-title {
  font-size: 24px;
  margin-bottom: 20px;
	text-align: center;
	color: #132a52;
}

.node h2.title a{
  color: #000;
}

.block {
  margin-bottom: 1%;
}

.block:last-child{
  margin: 0;
}

.block > h2,
.block .content > h2 {
    background: #044b3f none repeat scroll 0 0;
    color: white;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}

.theme-default .nivo-directionNav a {
  top: 0;
  right: 31px;
  left: auto;
  opacity: .5 !important;
  background: url(../images/slider-arrow.png) #FFF -12px 44px;
}

.theme-default .nivo-directionNav a:hover{
  opacity: 1 !important;
}

.nivo-directionNav{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #2F353E;
  width: 100%;
  height: 25px;
  top: auto;
  z-index: 6;
}

.theme-default .nivo-caption p,
.theme-default .nivo-caption h3,
.theme-default .nivo-caption h2,
.theme-default .nivo-caption h1{
  font-family: 'open sans', arial, sans-serif;
  color: #FFF;
}

.theme-default a.nivo-prevNav:hover{
  background: url(../images/slider-arrow.png) #FFF -12px 44px;
}

.theme-default a.nivo-nextNav {
  right: 0;
  background-position:  -78px 44px;
}

.theme-default a.nivo-nextNav:hover{
  background-position:  -78px 44px;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

#above-footer-area {
	width: 100%;
	background-color: rgb(0,56,101);
}

.region-front-welcome{
  max-width: 1024px;
  margin: 2% auto;
  text-align: center;
  overflow: hidden;
  line-height: 150%;
}

.region-front-welcome .block h2{
  text-align: center;
  font-size: 22px;
  line-height: 120%;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
}

ul.links {
  margin:0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 6px;
}

.item-list ul {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li.first.last{
  padding: 0;
}

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.primary li{
  float: none;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  vertical-align: bottom;
  margin: 0;
  padding: 0 1em;
  -khtml-border-radius: 4px 4px 0 0; 
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a,
ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover,
ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(../images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  -khtml-border-radius: 2px; 
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 130%;
  color: #333;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

.field .field-label {
  font-weight: 500;
}

/*-------------------------------------------*
  Profile
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
  Navigation
/*-------------------------------------------*/

.item-list .pager li {
  background: #cfcfcf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
  Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(../images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img {
  outline: 0;
}

img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: top;
  overflow: hidden;
  width: 17%;
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-arrow { 
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 15px 10px 15px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

#comments h2.title{
  font-size: 18px;
  margin: 30px 0 20px 0;
}

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px;
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 4px; 
  -moz-border-radius-topleft: 4px; 
  -webkit-border-top-left-radius: 4px; 
  border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; 
  -moz-border-radius-topright: 4px; 
  -webkit-border-top-right-radius: 4px; 
  border-top-right-radius: 4px; 
}

fieldset.collapsed legend { 
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

fieldset .fieldset-wrapper { 
  padding: 0 10px;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  font-style: italic;
}

input,#search_clubs_gender { 
  margin: 2px 0;
  padding: 8px 15px;
	border: 3px solid rgb(182, 184, 188);
}

select {
	border: 3px solid rgb(182, 184, 188);
	padding:	4px;
}

input:focus{
  outline: none;
}

textarea.form-textarea,
select.form-select {
  padding: 4px;
}

input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}

.form-item-group-major {

    margin-bottom: 10px;
	
	clear:both;

}
.password-suggestions ul li {
  margin-left: 1.2em;
}

.form-item, .form-actions {
  margin: 10px 0;
}

.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}

/* Form Buttons */

button,
body a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
  padding: 8px 12px;
  color: white;
  background: rgb(0,56,101);
  border: 0;
  line-height: 100%;
  display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'open sans';
	width: 266px;
}

button#capi_apply_code_button,
button#capi_submit_order_button {
	background: #132a52;
}

a.create-new-profile,a.capi-button-link {
    color: white;
    background: rgb(0,56,101);
    padding: 4px 20px;
}

div.capi_search_again {

    width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 9px;
		max-width: 100%

}

.field-ecdoid,.field-pmid {
    display: none;
}

input[type="submit"]#changepassword {
	width: auto;
}

button:hover,
body a.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #707070;
  color: #fff;
	cursor: pointer; cursor: hand;
}

ol.search-results {
  padding-left: 0;
}

.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}

.search-results li:last-child {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 1em;
}

.search-results .search-snippet-info {
  padding-left: 0;
}

.region-search input{
  -khtml-border-radius: 20px; 
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/*Top Widget*/

#topwidget-area{
  overflow: hidden;
}

#topwidget-area .column{
  float: left;
  width: 24.5%;
  margin: 0 0 0 5px;
  padding: 10px;
  background: #F7F7F7;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

#topwidget-area .column:hover{
  background: #FEEB43;
}

#top-area {
  clear:both;
  position:relative;
  max-width: 1000px;
  margin: 1% auto;
  text-align: center;
}

#top-area .block {
  margin: 0;
}

#top-area .column {
  float: left;
  width: 33%;
  padding: 0 2%;
  border-right: 1px solid #EFF0F3;
}

#top-area .column:last-child{
/*  float: right; */
	margin-left: auto;
	margin-right: auto;
}

#footer-area .column:last-child{
/*  float: right; */
	margin-left: auto;
	margin-right: auto;
}

#top-area h2{
  padding: 10px 0;
  margin: 0;
}

#top-area .column .content{
  padding: 10px 0;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#footer {
/*  overflow: auto; */
  padding: 5px 0;
  margin: 0 auto;
  background: lightgray;
  color: gray;
  font-size: 15px;
}

.front #footer {
  background: white;
}

#footer p, #footer a {
  color: gray;
	font-size: 15px;
}

#footer-area .column {
/*  float: left; */
  width: 24%;
  margin: 0 0 0 15px;
  padding: 0;
}

#footer-area .column:first-child {
/*  margin-left:0; */
}

/*---------------------------
    Social Icons
----------------------------*/

.social-icons{
  text-align: center;
  margin: 20px 0 0px 0;
}

.social-icons ul{ margin: 0; }
 
.social-icons li{
  display: inline-block;
}

.social-icons li a {
  width: 30px;
  color: #777;
  padding: 7px 0;
  display: block;
  overflow: hidden;
  background: #E7E7E7;
  -khtml-border-radius: 50%; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 100%;
  font-size: 14px;
  height: 30px;
  text-align: center;
}

.social-icons li a:hover{
  background: #fff;
  color: #000;
}

/*---------------------------
    User Menu
----------------------------*/

.region-user-menu{
  overflow: hidden;
}

.region-user-menu h2{
  display: none;
}

.region-user-menu ul {
  float: right;
  margin: 0;
  overflow: hidden;
}

.region-user-menu ul li{ 
  float: left;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 100%;
  list-style: none;
}

.region-user-menu ul li a{
  display: block;
  padding: 3px 10px;
  border-right: 1px solid #eee;
  font-size: 13px;
}

.region-user-menu ul li.last a{
  border: 0;
  padding-right: 0;
}

/*---------------------------
    Footer
----------------------------*/

.footer_block{
  clear: both;
}

#footer .block > h2{
  padding: 10px 0;
  color: #fff;
}

.page-blog article{
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 20px;
}

.page-blog article footer{
  background: #F3F3F3;
  padding: 5px 10px;
  border: 1px solid #E7E7E7;
}

.field-name-field-tag{
  margin: 20px 0;
  overflow: hidden;
}

.field-name-field-tag .field-item{
  display: inline-block;
}

.field-name-field-tag .field-item a{
  display: block;
  background: #5183AF;
  color: #FFF;
  padding: 4px 8px;
  margin: 2px;
  -khtml-border-radius: 3px; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.full-wrap{
/*  max-width: 1024px; */
  margin: 0 auto;
}

#footer .column li{
  display: block;
}

#footer .column li:last-child{
  border: 0;
}

#footer ul{
  margin: 0;
}

#user-login,
#user-pass,
#user-register-form{
  max-width: 500px;
  margin: 2% auto;
  background: white;
  padding: 2% 3%;
  border: 1px solid #DDD;
}

.footer-wrap{
  overflow: hidden;
}

.footer-wrap p{
  margin: 10px 0;
}

.copyright{
  float: left;
}

.credits{
  float: right;
}

/*Gallery*/

.node-type-gallery .field-items{
  overflow: hidden;
}

.node-type-gallery .field-items .field-item{
  float: left;
  width: 25%;
  margin: 15px 0;
} 

.node-type-gallery .field-items .field-item .field-item{
  width: 100%;
  margin: 0;
}

.field-collection-view,
.field-collection-container{
  border: 0;
  padding: 0;
  margin: 0;
}

/*Error Style*/

div.error,
div.status,
div.warning{
  background: #FEF5F1;
  -khtml-border-radius: 3px; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #EC7F58;
  padding: 15px 20px;
}

div.status{
  background: #F8FFF0;
  border-color: #BE7;
}

div.warning{
  background-color: #FFFCE5;
  border-color: #ED5;
}

.center {
	margin: auto;
}

.panels-flexible-region-1-guest_slider {
    float: left;
    width: 100%;
}


/*  Capi specific */

						.capi_align_right {
							text-align: right;
						}
						.capi-heading-div {
							font-family:'open sans';
							font-size: 18px;
							color: #0b281a;
						}
						.capi-entry-div {
							font-family:'open sans';
							color: white;
							font-size: 16px;
						    background: none;
						    border: none;
						    padding: 10px;
						}
						
						.capi-entry-div th {
						    background: #8ec63f none repeat scroll 0 0;
						}
						
						.form_label {
							font-family:'open sans';
							color: black;
							font-size: 18px;
						
						}
						
						.capi-entry-div input[type='checkbox'], .capi-entry-div input[type='radio'] {
						    margin-right: 10px;
						}
						
						.vip_button {
/*							background: #bbab88; */
/*							border:#aa9c7c solid thin; */
/*					    height: 36px; */
					    width: 117px;
/*							color: white; */
							margin-bottom: 22px;
						}
						
						.vip_search_offers {
							margin-left:auto;
							margin-right:auto;
							width: 384px;
							max-width: 100%;
						}
						
						.club_detail_offer_buttons {
						    margin-bottom: 10px;
						}
						
						.capi-entry-div textarea {
						    width: 95%;
						}
						
					.capi_calendar_table tr {
						background: none;
					}					
					
					tr {
						background: #f2f7e7;
					}					
					
					tr.odd {
						background: none;
					}
					
					.capi-entry-div td {
						font-family:'open sans';
					}
					
			#capi_instructions {
				font-size:14px;
				line-height: 1.1;
			}
			
			#capi_offering_text_div {
				padding:15px;
				color: #222;
			}
	
			.capi_next_button_div {
			    clear: both;
			    padding: 13px;
			}
			
				button.capi_accordion {
				    background-color: #f2f7e7;
				    color: #444;
				    cursor: pointer;
				    padding: 10px;
				    width: 100%;
				    border: none;
				    text-align: left;
				    outline: none;
				    font-size: 15px;
				    transition: 0.4s;
						margin-bottom: 5px;
				}
				
				button.accordion.active, button.capi_accordion:hover {
				    background-color: #ddd;
				}
				
				button.capi_accordion:after {
				    content: '\0025BC';
				    font-size: 13px;
				    color: #777;
				    float: right;
				    margin-left: 5px;
				}

				
				
				button.capi_accordion.active:after {
	/*			    content: '\\2796'; */
							content: ' ';
				}
				
				div.capi_panel {
				    padding: 0 18px;
				    background-color: white;
				    max-height: 0;
				    overflow: hidden;
				    transition: 0.6s ease-in-out;
				    opacity: 0;
				}
				
				div.capi_panel.show {
				    opacity: 1;
				    max-height: 1500px;  
				}
				
			
				.capi_left {
				    float: left;
				    width: 280px;
						height: 90%;
						max-height: 600px;
						position: absolute;
						overflow-y:scroll;
						line-height:1.1;
				}
				
				.capi_right {
				    float: left;
				    width: 721px;
						margin-left:281px;
/*						height: 68vh; */
/*						position: fixed; */
/*						overflow-y:scroll; */
						line-height:1.1;
				}
				
				.capi_cart_holidays_div {
				    margin-top: 10px;
				}
				
			
				div.capi_year_div {
					text-align: center;
					font-weight: bold;
					font-size:20px;
				}
			
				.capi_day_selector, .capi_month_rate_selected {
					color: black;
					background: #8ec63f;
				}
	
				.capi_rate_hidden {
				  visibility: hidden;
				}
				
				.capi_month_button, .capi_all_months_selector, .capi_clear_months_selector, .capi_dow_selector,
				.capi_all_days_selector, .capi_clear_days_selector, 
				.capi_month_rate_selector, .capi_all_months_rate_selector, .capi_month_rate_selector,.capi_clear_months_rate_selector {
				    border: 1px solid gray;
				    float: left;
				    font-size: 13px;
				    padding: 5px;
				    text-decoration: none;
				    width: 75px;
						text-align: center;
						color: black;
				}
				
				.capi_left .capi_clear_months_selector {
				    width: 70px;
				}
				
				.capi_dow_selector, .capi_month_button,.capi_dow_selector
				  {
									background: #8ec63f;
					}		
				
				.capi_dow_selector  {
					float: left;
					cursor: pointer; cursor: hand;
					text-decoration: none;
				}
				
				.capi_all_months_selector, .capi_clear_months_selector,.capi_all_days_selector, .capi_clear_days_selector {
					float: left;
					/*margin: 10px;*/
					cursor: pointer; cursor: hand;
				}
				
				.capi_month_selector, .capi_day_selector, .capi_cal_month_selector,
				.capi_month_rate_selector, .capi_all_months_rate_selector, .capi_month_rate_selector,.capi_clear_months_rate_selector {
					cursor: pointer; cursor: hand;
					text-decoration: underline;
					font-size:14px;
				}
				
				.capi_dow_div {
				    margin-left: auto;
				    margin-right: auto;
				    width: 500px;
				}
				
				.capi_fee_div,
				.capi_calendar_year_div {
				    width: 100%;
						clear:both;
				}
				
				.capi_label {
				    color: black;
						font-family:'open sans';
				    font-size: 14px;
				    font-weight: 400;
				    line-height: 20px;
				    margin-top: 0;
				}			
				
				#capi_weekday_rate_input, #capi_weekend_rate_input {
					width: 50px;
				}
							
				table.capi_calendar_table  {
					border-collapse: collapse;
					width: 100%;
				}
				
				td.capi_calendar_td  {
					border:solid 1px;
					vertical-align: top;
				}
				
				table.capi_calendar_month_header_table {
					width:100%;
					text-align: center;
				}
				
				td.capi_weekday_rate_display {
					width: 25%;
				}
				
				td.capi_month_display {
					width: 50%;
				}
				
				td.capi_day_blank,td.capi_day_selector {
				}
				
				table.capi_calendar_month_table {
					width:100%;
				}
				
				td.capi_calendar_month_th {
				    background: #eeeeee none repeat scroll 0 0;
				}
				
				div.capi_left td, div.capi_right td {
					padding: 1px 4px;
				}
				
	/*
			.capi_special_instructions_div {
			    margin: auto;
			    margin-left: auto;
			    margin-right: auto;
			    margin-top: 15px;
			    width: 548px;
			}
	
			.capi_additional_benefits_div {
			    margin: auto;
			    margin-left: auto;
			    margin-right: auto;
			    margin-top: 15px;
			    width: 548px;
			}
	*/		
			
			.capi_day_time_heading_div,
			.capi_day_time_entry_div,
			.capi_plays_heading_div,
			.capi_plays_entry_div {
	/*
			    margin: auto;
			    margin-left: auto;
			    margin-right: auto;
			    margin-top: 15px;
			    width: 548px;
	*/
	
	
			}
	
			/*  hidden specifications must be last so they override any other color change */
	
				.capi_dow_hidden, .capi_month_hidden, .capi_doy_hidden {
				  /*  visibility: hidden; */
					color: black;
					background: none;
				}
					


			/*********************** capi offering **************************************/

				.buttonMenuOuter {
				    background: rgb(140,197,67);
				    box-shadow: 0 3px 6px rgba(0,0,0,.2);
				    color: White;
				    text-align: center;
				    vertical-align: middle;
				    cursor: pointer;
				    margin: 20px;
				    width: 200px;
				    font-size: 24px;
				    float: left;
				   padding: 25px;
				}
				
				.buttonMenuOuter a {
				  font-size: 24px;
				  color: white;
				  
				}
					
					
			/*********************** capi login page **************************************/
			.page-capi-login section {
			    background: white none repeat scroll 0 0;
			    margin-left: auto;
			    margin-right: auto;
			    width: 560px;
					padding: 30px;
					max-width: 95%;
					
			}
			.page-capi-login tr {
				background: none;
			}

			.page-capi-login .block {
				margin-bottom:0px;
			}
			
/*
			.page-capi-login #content {
			    display: inline;
			    float: right;
			    margin-left: auto;
			    margin-right: auto;
			    padding: 20px;
			    width: 500px;
			}
*/			

/*  golf savings page */

.golf-savings-header {

    width: 100%;
    border-bottom: solid 3px #ffe43d;
		margin-top: 20px;

}

.golf-savings {

    font-family: merriweather;
    font-size: 33px;
    font-weight: 500;

}

.golf-savings-click {

    font-size: 16px;
    color: black;
    margin-left: 10px;

}

.vip-savings-legend {
    font-size: 14px;
    color: black;
		margin-bottom: 15px;
		margin-top: 15px;
		width: 420px;
		margin-left: auto;
		margin-right: auto;
}

.vip-savings-legend-label,.vip-savings-legend-separator {
	float:left;
}

.vip-savings-legend-separator {
	margin: 0 10px;
}

.capi_registration {

    width: 816px;
    margin-left: auto;
    margin-right: auto;
    line-height: 100%;
		max-width:100%;

}

.capi_registration_left {

    float: left;
    height: 450px;
    border: thin solid black;
    padding: 21px;
		margin-right: 20px;
		width: 396px;

}

.capi_registration_left.format1 {

    float: none;
    height: 310px;
    border: thin solid black;
    padding: 21px;
		margin-left: auto;
		margin-right: auto;
		width: 396px;
		margin-top: 25px;

}

.capi_registration_right {

    height: 310px;
    border: thin solid black;
    padding: 21px;
		float: left;
		width: 397px;
		

}

#capi_registration_search_ghin_handicap_number {

    width: 97px;

}

.capi_registration_search_ghin_submit, .capi_registration_search_name_submit {
	text-align: center;
	margin-top: 9px;
}

.capi_registration .capi_registration_search_ghin_submit input {
	width: 190px;
}

.capi_registration_search_ghin_submit {
	margin-top:10px;
}

.capi_registration_search_bottom {
	text-align: center;
	clear: both;
}

.capi_registration_search_results {
	overflow-x: auto;
	
}

.capi_registration_results_box {
	float: left;
	margin-right:10px;
	overflow: wrap;
	word-wrap: break-word;
	padding: 3px 0;
}
.capi_registration_select {
	width: 10%;
	min-width: 80px;
}
.capi_registration_handicap_number {
	width: 10%;
	min-width: 60px;
}
.capi_registration_name {
	width: 15%;
	min-width: 100px;
}
.capi_registration_email {
	width: 15%;
	min-width: 100px;
}
.capi_registration_gender {
	width: 5%;
	min-width: 64px;
}
.capi_registration_club_name {
	width: 35%;
	min-width: 100px;
}

.capi_registration_one_contact {
	width:100%;
	clear: both;
	border-bottom: thin solid gray;	
}

.capi_register_select_link {
    padding: 4px 10px 4px 10px;
    background: rgb(0,56,101);
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}

.capi-login-label,.capi-login-input {

    text-align: center;
    padding: 0px;

}

#capi_login_title {
    text-align: center;
    font-family: merriweather;
    font-size: 36px;
    margin-bottom: 28px;
    width: 100%;
}

.wi_login {
	width: 100%;
}

#capi_login_outer {
	padding: 30px;
	background: #f2f7e7;
}

.capi_registration .form_label, .om_search_clubs .form_label {

    font-family: "open sans";
    color: #474C56;
    font-size: 16px;
    width: 160px;
    float: left;
    text-align: right;
    padding-right: 10px;
		margin-top: 7px;

}

.capi_registration .capi_registration_left .form_label,.capi_registration .capi_registration_right .form_label {
	margin-top: 10px;
}

.capi_registration input {
	width: 180px;
}

.capi_registration .form-item-group-major {
    margin-bottom: 5px;
}

.capi-activate-left {
    width: 350px;
		max-width: 100%;
    background: #f2f7e7;
    padding: 15px 20px;
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
}

.capi-activate-right {
    width: 350px;
		max-width: 100%;
    background: #f2f7e7;
    padding: 15px 20px;
		float: left;
}

.capi-activate-box-head {
    font-family: merriweather;
    font-size: 26px;
    text-align: center;
    margin-bottom: 12px;
}
.capi_registration_submit {
    text-align: center;
    margin-top: 14px;
}

.capi-activate-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.home-phrase {
    color: #ffffff;
    font-size: 64px;
    font-family: Merriweather,serif;
    text-shadow: 2px 2px #222222;
    font-weight: bold;
    line-height: 78px;
    margin-top: 115px;
    margin-bottom: 50px;
}
.capi_top_message {
    background: #f3f8e8;
    max-width: 100%;
		margin-bottom: 20px;
		padding: 20px;
}

#footer p.home-body {
	color:white;
	font-size: 20px;
	font-family: trajan, arial;
/*	text-shadow: 2px 2px black; */
}

.club_detail_format {
	font-size: 17px;
}

li {
    line-height: 1em;
    margin-bottom: 10px;
}
.content li {
    color: black;
    line-height: 1.4em;
}
li.vip_more {

    line-height: 21px;

}

/* dashboard */

.buttonMenuOuter {
    background: #132a52;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin: 20px;
    width: 285px;
		max-width: 100%;
    font-size: 21px;
    float: left;
   padding: 10px 40px;
}

.buttonMenuOuter a {
  font-size: 21px;
  color: white;
  
}

.dashboard-wrap {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

	.club_beauty_shot {
	    width: 60%;
	}

	table.capi_member_home {
	    width: auto;
	}
	
	.notice-wrap {
		background:red;
		border:solid 1px darkred;
		padding: 10px 10px 0 10px;
		margin-bottom: 20px;
		text-align: left;
		max-width: 500px
	}

	.notice-wrap p, .notice-wrap b {
		color:white;
	}
	
	
	.club_info_left_div {
		float: left;
	}
	div.club_detail_format div.club_info_left_div {
		width: 40%;
		min-width: 250px;
	}
	.club_detail_offer_box {
	    float: left;
	    width: 275px;
			margin-right: 20px;
			margin-bottom: 20px;
			background: #f2f8e8;
			padding: 10px;
	}
	
	.offer_div_club_info_header {
		background: white;
		margin-bottom: 20px;
		padding: 20px;
		overflow: hidden;
		border: 1px lightgray solid;
	}
	
.capi_join_button {
    color: white;
    background: #004e9e;
    padding: 5px 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}	

.om_search_clubs,#capi_registration {
    width: 425px;
		max-width: 100%;
    margin-left: auto;
    margin-right: auto;
		background: white;
		padding: 15px;
		
}

/* checkout form */

.form-item-group-major.field-city,
.form-item-group-major.field-state,
.form-item-group-major.field-ccexpmo,
.form-item-group-major.field-cc_city,
.form-item-group-major.field-cc_state
 {
    float: left;
}

.capi_quantity_header {
    display: none;
    width: 0px;
}
.capi_quantity_td {
    display: none;
    width: 0;
}
td.capi_select {
	text-align: center;
}

#capi_payment_form {

    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}

/* wsga customizations */

.header {

  background: url('/sites/all/themes/photography_zymphonies_theme/images/header-background.jpg')#fff repeat-x; 
	height: 138px;
	overflow: hidden;
		
}

.capi_registration_one_contact.header {
	background: gray;
}


#logo {

	margin-top: 10px;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: 'arial';
}

#container {

    background: #eceded;

}

.om_search_clubs, #capi_registration {

    background: transparent;

}

#main-menu a {

    color: #135364;
    font-weight: bold;

}

h1 {

    color: #818285;
		text-transform: uppercase;

}



.menu-wrap {

    margin-top:-6px;

}

body {

    background: #135364;

}
.vip_button {

    background: #135364;
    width: 160px;

}
.om_search_clubs_associate {

    font-size: 14px;
    font-weight: bold;
    color: #818285;
		margin-top: 27px;

}

.om_search_clubs_associate #search_clubs_zip_code {

    width: 165px;

}

#main-menu li a.active {

    background: transparent;
    color: #135364;
		

}

.capi_first_choice .offer_div.box_format {

    margin-left: auto;
    margin-right: auto;
    float: none;

}

.capi_other_choices_link {

    margin-left: auto;
    margin-right: auto;
    width: 272px;

}

div.offer_div.box_format {

    width: 500px;
		
		margin-left:auto;
    margin-right: auto;
    background: transparent;
    float: none;
    padding: 10px;
    margin-bottom: 14px;
    height: auto;
    overflow: hidden;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: thin solid;
}

.front .content a.capi-join-link {

    color: white;
    background: #94c941;
    padding: 4px 20px;

}

li.om_name_class {

    list-style-type: none;
    list-style: none;
		color:#404040

}
div.offer_div.box_format ul {

    list-style: none;
    margin-left: 0;

}
button, body a.btn, input[type="submit"], input[type="reset"], input[type="button"],a.create-new-profile,
button#capi_apply_code_button, button#capi_submit_order_button,a.capi-button-link,.capi_register_select_link {

    background: #94c941;

}

th {

    background: #135364;
}

.capi_registration_one_contact.header {

    height: auto;
    overflow: hidden;
	color: white;

}
/*
#logo {

    margin: 5px 0;
    height: auto;
    margin-left: auto;
    margin-top: 4px;
    float: none;
    margin-right: auto;
    overflow: hidden;
    width: 105px;

}
*/
#logo {

    margin: 5px 0;
        margin-top: 5px;
        margin-right: 0px;
        margin-left: 0px;
    height: auto;
    margin-left: auto;
    margin-top: 4px;
    float: none;
    margin-right: auto;
    overflow: hidden;
    width: 352px;
    text-align: center;

}

#om_clubs_found_div h1 {

    display: none;

}

input, #search_clubs_gender {

    border: 1px solid rgb(182, 184, 188);

}

.region.region-sidebar-second,.region.region-sidebar-first {

    font-size: 15px;
    background: white;
    border: thin lightgray solid;
    margin-top: 14px;
    margin-bottom: 14px;

}

.region.region-sidebar-second, .region.region-sidebar-first {

    font-size: 15px;
    background: white;
    border: thin lightgray solid;
    margin-top: 14px;
    margin-bottom: 14px;

}
.region.region-sidebar-second p,.region.region-sidebar-second li,.region.region-sidebar-first p,.region.region-sidebar-first li {

    color: #124e5e;

}

.capi_registration_one_contact.header {
	background: #135263;
}

.sidebar-second p,.sidebar-first p {

    line-height: 1.5;

}

#capi_membership table, #capi_membership table a {

    font-size: 13px;

}

.page-capi-online-membership-join- h1 {
	display: none;
}

input[type="button"].upgrade_button {

    width: auto;

}

#capi_download, #capi_respond {

    background: #94c941;
    color: white;
    padding: 5px;

}
