/* =================================================================== */
/* Login page colors
====================================================================== */
.large-loginnotice  { background-color: #d9eaf8; }
.large-setupnotice { background-color: #e7e8e9; }
/* =================================================================== */
/* Highlight colors
====================================================================== */
.tags .current { background: #169fe6; }
.button.light:hover { background: #169fe6; }
#top-line { background: #169fe6; }
.top-line { background: #169fe6; }
ul.menu li.active { background-color: #169fe6; }
ul.menu li.active > a:hover { background-color: #169fe6; }
.menu > li.active:hover > a { background-color: #169fe6; }
.button.color { background-color: #169fe6; }
.button.gray:hover { background-color: #169fe6; }
.fc-event-skin { border-color: #169fe6; background-color: #169fe6; }
.ls-fullwidth .ls-nav-next:hover,
.ls-fullwidth .ls-nav-prev:hover { background-color: #169fe6; }
.caption-color { background: #169fe6; }
.flexslider .flex-next:hover,
.flexslider .flex-prev:hover { background-color: #169fe6; }
.arl.active:hover,
.arr.active:hover { background-color: #169fe6; }
.portfolio-item:hover > figure > .item-description { border-top: 5px solid #169fe6; }
.highlight.color,
.skill-bar-content { background: #169fe6; }
.dropcap,
.tabs-nav li.active a,
#breadcrumbs ul li a { color: #169fe6; }
.search-btn-widget { background-color: #169fe6; }
.tags a:hover { background: #169fe6; }
.latest-post-blog img:hover { background: #169fe6; border: 1px solid #169fe6; }
.flickr-widget-blog a:hover { border: 5px solid #169fe6; }
.selected { color: #169fe6 !important; }
.filters-dropdown.active,
#portfolio-navi a:hover { background-color: #169fe6; }
.button.active { background:#169fe6; }
.tabs-nav li.active a { border-top: 1px solid #169fe6; }
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active { color: #169fe6; }
.ui-accordion-icon-active { background-color: #169fe6; }
.trigger.active a { color: #169fe6; }
.trigger.active .toggle-icon { background-color: #169fe6; }
.testimonials-author { color: #169fe6; }
.pagination .current { background: #169fe6 !important; }
.flickr-widget a:hover { border-color: #169fe6; }
.latest-shop-items img:hover { background: #169fe6; border: 1px solid #169fe6; }
.decrease-value { background: #169fe6; }
.increase-value { background: #169fe6; } 
.ui-widget-header { background: #169fe6; border: 1px solid #169fe6; }
#intrdouctionTextPageTextDiv p, ul { padding-bottom: 0; padding-top: 0; margin-bottom: 0; margin-top: 0; }
@media (max-width: 767px) { 
table tbody tr td, table tbody tr th { 
font-size: 12px !important; 
padding: 2px 2px !important; 
} 
} 
@media (max-width: 480px) { 
table tbody tr td, table tbody tr th { 
font-size: 10px !important; 
padding: 1px 1px !important; 
} 
}
.page-title p {
    padding: 50px 50px 0 0px;
 }
 .hpeleftcolumn {
    width: 50%;
    float: left;
}
.hperightcolumn {
    width: 50%;
    float: right;
}

#footer-bottom {
background: #F37021;
}

.copyright, #sub-menu ul li a {
  color: #4c4c4c;
font-family: "Open Sans",HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#sub-menu ul li:last-child {
font-weight: bold;
}

/* fix mobile versions of orders page being cut off */ 
@media (max-width: 767px) { 
  table tbody tr td, table tbody tr th { 
    font-size: 12px !important; 
    padding: 2px 2px !important; 
  }
} 

@media (max-width: 480px) { 
  table tbody tr td, table tbody tr th { 
    font-size: 10px !important; 
    padding: 1px 1px !important; 
  }
}

/* hide membership center */ 
#HomePageLeftContentPlaceHolder_NewMemberTile 
{ 
display:none; 
} 

/*hide apply for additional membership link*/ 
.tile.triple.bg-color-blueGray > .brand.bg-color-blueDark 
{ 
display:none; 
}

/* hide coupon on class and meeting checkout */ 
.CouponComposite { 
display: none; 
}

#intrdouctionTextPageTextDiv {
margin-right:60px; text-align: justify;
}

.tab-content ul {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    list-style: disc;
    margin-left: 30px;
}

.tab-content ul li ul {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    list-style: circle;
    margin-left: 30px;
}

/* Hide "Cancel your dues renewal" link on /Profile/Default.aspx */ 
.tile.triple.bg-color-blueGray .memberlinks > li:nth-child(3) { 
display: none; 
}