/* =================================================================== */
/* 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;
 }

/* 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 Remove Agent Link*/

#FormContentPlaceHolder_editForm_activeAgentsGrid > tbody > tr > td:last-child > a {

display: none;

}
/*ZD 58744 */#HomePageLayout > div.six.columns > div > div.tile-content > div:nth-child(2) > ul > li:nth-child(5),
#HomePageLayout > div.six.columns > div > div.tile-content > div:nth-child(2) > ul > li:nth-child(6),
#HomePageLayout > div.six.columns > div > div.tile-content > div:nth-child(2) > ul > li:nth-child(7) {
    display: none;
}

/* hide Coupon on /Membership/Renewal/Member/OrderSummary.aspx page */
#FormContentPlaceHolder_wizardPanel_Coupon_CouponControlli { display: none; }
/* hide transfer link */ 
.bg-color-blueGray ul li:nth-child(1) 
{ 
display:none; 
}

/* hide create new user block on login page */ 
#sponsorBlock{ 
display:none;
}

/* Hide 3 COE fields */
.large-notice ul.memberlinks li:nth-of-type(n+3):nth-of-type(-n+5){
    display:none;
}
