html, body {
	/*min-height: 100%;*/
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
body {
	color: #424143;
	font-family: 'Century Gothic', muliregular, sans-serif;
	min-height: 100%;
	position: relative;
}

/** COMMON CLASS **/
.clear {
	clear: both
}
.dark-blue {

}
.light-blue {
	color: #2990ce;
}
.grey {
	color: #424143 !important;
}
.black {
	color: #000000 !important;
}

a.black:hover,
a.black:focus {
  color: #686869 !important;
}

.bg-light-grey {
	background-color: #EFEFEF;
}

.transition, a {
	transition:all .20s ease-in-out;
	-moz-transition:all .20s ease-in-out;
	-webkit-transition:all .20s ease-in-out;
	-o-transition:all .20s ease-in-out;
}
.helper {
	display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.page-title > h1 { margin-bottom: 5px; }
.page-title > p { margin-top: 0 }

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/** MAIN / COMMON SELECTORS **/
#main-container {
	margin: 0 auto;
	max-width: 1015px;
	min-height: 100%;
	/*min-width: 320px;*/
	padding: 0;
	position: relative;
	width: 100%;
}
#main-wrapper {
	margin: 0;
	padding: 0 20px 10px 20px;
	overflow: hidden;
}
#tinymce-wrapper {
	margin: 5px auto;
	width: 96%;
}
#content {
	font-size: 14px;
	min-height: 400px;
	margin-top: 15px;
}
.main-content {
	margin-bottom: 65px;
}
.index-content {
	margin-bottom: 80px;
	position: relative;
}
.main-content {
	padding-bottom: 30px;
}
.sidebar {
	float: left;
	min-width: 120px;
	width: 26%;
}
.sidebar-title {
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
}
.sidebar-menu {
	font-size: 14px;
	margin: 10px;
	padding: 5px;
}
.sidebar-menu > li {
	margin-bottom: 15px;
}
.accordion > li.panel {
	background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidebar-submenu {
	margin-top: 5px;
	margin-left: 15px;
}
.sidebar-menu a, .sidebar-submenu a {
	color: #414042;
}
.sidebar-menu a:hover, .sidebar-menu a.active {
	color: #2990ce;
}
.inner-content {
	margin-left: 28%;
	position: relative;
}
.inner-content-title {
	color: #282561;
	font-size: 30px;
}
.inner-content-wrapper {
	font-size: 14px;
	margin-top: 30px;
	/*word-break: break-all;*/
}
.inner-content-wrapper h2 {
	font-size: 14px;
	font-weight: bold;
}
.inner-content-wrapper h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
}
.inner-content-wrapper p {
	font-size: 14px;
}
.inner-content-wrapper a {
	color: #2990ce;
}
.inner-content-wrapper table {
	border-collapse: collapse;
    border-spacing: 0;
}
.inner-content-wrapper img {
	max-width: 100%;
	height: auto !important;
}
.content-desc-wrapper {
	margin-right: 150px;
	margin-bottom: 15px;
}
.smac-treats-yellow-dot {
	display: block;
	position: absolute;
	right: 0;
	top: -66px;
}

#membership-content.inner-content-wrapper td {
	margin-bottom: 25px;
	vertical-align: top;
}
.inner-content-wrapper .button-like-link,
.smac-content .button-like-link {
	background: #2990ce;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 15px;
}
.button-like-link:hover {
	background: #237eb5;
}
.inner-content-logos {
	/*text-align: center;*/
	margin-right: -30px;
}
.inner-content-logo-wrapper {
	display: inline-block;
	/*max-width: 580px; */
	text-align: left;
	width: 100%;
}
.inner-content-logo-wrapper .page-preloader {
	margin-top: 30px;
	text-align: center;
}
.content-logo-wrapper {
	float: left;
	margin: 10px 32px 10px 0;
	text-align: center;
}
.content-logo-desc {
	width: 140px;
	height: 90px;
	margin-bottom: 8px;
}
.content-logo-container {
	width: 150px;
	height: 150px;
}
.bordered-logos {
	border: 1px solid #e6e7e8;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	margin: 10px 15px 10px 0;
	text-align: center;
	height: 120px;
	width: 120px;
}
.bordered-logos:hover {
	border: 1px solid #6296C2;
}
.content-logo-wrapper img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.bordered-logos a {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.bordered-logos img {
	vertical-align: middle;
	width: 100px;
}
.inner-content-links {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
	vertical-align: middle;
}
.content-back-link {
	float: left;
}
.content-back-link a:hover {
	color: #424143;
}
.content-share {
	float: right;
}
.inner-content-search {
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.inner-content-search .mobile-identifier {
	display: none;
}
.inner-content-search form {
	position: relative;
}
.inner-content-search input[type="text"] {
	border: 1px solid #a8aaad;
	font-size: 11px;
	padding: 5px;
	max-width: 180px;
	width: 60%;
}
.inner-content-search button {
	background: #a8aaad;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}
.inner-content-search button:hover {
	background: #3380c4;
}
.content-group {
	margin-top: 25px;
}
.content-group-title {
	text-decoration: underline;
	margin-top: 10px;
}
.content-group-readmore {
	color: #0493c8;
	cursor: pointer;
}
.content-group-continue {
	display: none;
}
.popup, .other-website-popup, .expopup {
	background: rgba(0,0,0,0.8);
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.expopup {
	background: rgba(0,0,0,0.8);
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.popup-wrapper, .other-website-popup-wrapper {
	background: #fff;
	margin: -150px auto 0;
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	height: 350px;
}
.expopup-wrapper {
	background: #fff;
	margin: 0 auto;
	min-height: 300px;
	overflow: hidden;
	position: absolute;
	top: 5%;
	left: 15%;
	width: 70%;
	height: 90%;
}
.popup-share, .expopup-share {
	font-size: 12px;
	position: absolute;
	top: 30px;
	right: 20px;
}
.popup-close, .other-website-popup-close, .expopup-close {
	color: #000;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 10px;
}
.popup-content, .expopup-content {
	height: 100%;
}
.popup-content-wrapper {
	height: 80%;
	padding: 50px 20px 35px;
}
.expopup-content-wrapper {
	height: 80%;
	padding: 50px 5px 35px 35px;
}
.other-website-popup-content-wrapper {
	height: 80%;
	padding: 35px 10px 35px 25px;
}
.popup-content-wrapper .preloader, .expreloader {
	display: none;
	position: absolute;
	top: 80px;
	text-align: center;
	width: 90%;
}
.popup-content .logo {
	display: inline-block;
	margin: 20px 0;
	text-align: center;
	vertical-align: top;
	width: 30%;
}
.expopup-content .logo {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
.popup-content .logo img {
	max-width: 80%;
	max-height: 70%;
}
.expopup-content .logo img {
	border: 1px solid #ccc;
	width: 100%;
	height: auto;
}
.popup-content .desc {
	display: inline-block;
	margin: 20px 0;
	vertical-align: middle;
	width: 60%;
}
.expopup-content .desc {
	display: inline-block;
	margin: 20px 0;
	vertical-align: middle;
	width: 40%;
	height: 100%;
}
.expopup-content .desc a {
	color: #0493c8;
}
.expopup-content .desc .desc-wrapper {
	height: 100%;
	padding-right: 35px;
	vertical-align: middle;
}
.popup-content .desc h1,
.expopup-content .desc h1 {
	font-size: 16px;
}
.popup-content .desc h1,
.popup-content .desc h2 ,
.expopup-content .desc h1{
	font-weight: bold;
}
.popup-content .desc p,
.popup-content .desc h2 {
	font-size: 14px;
}
.popup-content .desc p span {
	font-weight: bold;
}
.expopup-content .desc {
	font-size: 14px;
}
.expopup-content .desc ul {
	list-style-type: disc;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.expopup-content .desc ul li {
	margin: 8px 0;
}
.expopup-content .desc ul li > ul {
	list-style-type: square;
	padding-left: 15px;
}
.expopup-content table,
.expopup-content td,
.expopup-content th {
	border: 1px solid #6F6F6F;
}
.expopup-content table {
	margin: 8px 0;
	width: 100%;
}
.expopup-content td,
.expopup-content th {
	padding: 5px;
}
.popup-button, .expopup-button {
	background: url(../images/arrow.png) no-repeat;
	cursor: pointer;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 31px;
	z-index: 11;
}
.popup-button.prev {
	background-position: -1px -1px;
	left: 15px;
}
.popup-button.next {
	background-position: -22px -1px;
	right: 15px;
}
.expopup-button.prev {
	background-position: -1px -1px;
	left: 15px;
}
.expopup-button.next {
	background-position: -22px -1px;
	right: 20px;
}
.totop {
	cursor: pointer;
	display: none;
	opacity: 0.6;
	position: fixed;
	bottom: 90px;
	right: 10px;
	text-align: center;
}
.totop:hover {
	opacity: 1;
}
.other-website-popup .other-website-sidebar {
	display: inline-block;
	width: 30%
}
.other-website-popup .other-website-links {
	display: inline-block;
	vertical-align: top;
	width: 67%;
}
.other-website-popup .other-website-sidebar li {
	cursor: pointer;
	margin: 0 0 20px;
}
.other-website-popup .other-website-sidebar li:hover{
	color: #2990ce;
}
.other-website-popup .website-link-header {
	background: #2990ce;
	color: #fff;
	padding: 5px;
	width: 100%
}
.other-website-popup .other-website-links li {
	padding: 5px 0 0 5px;
}
.other-website-popup .inner-content-title {
	margin-top: 0;
}
/** HEADER **/
#header {
	border-bottom: 1px solid #c8c7c7;
	font-size: 12px;
}

#upper-links {
	display: block;
	font-weight: bold;
	height: 30px;
	padding: 8px;
}
#upper-link-left {
	float: left;
}
#upper-link-right {
	float: right;
}
#header a:hover,
#header #menu a:hover {
	color: #0493c8;
}
#header #logo {
	margin: 30px auto 25px;
	width: 123px;
}
#header #logo img {
	width: 100%;
}
#header #menu {
	float: left;
	margin-top: 5px;
	position: relative;
	width: 80%;
}
#header #burger-nav {
	display: none;
}
#header #menu > ul {
	/*display: table;
	table-layout: fixed;*/
	width: 100%
}

#header #menu > ul > li {
	display: inline-block;
	margin-right: 9%;
	padding-bottom: 7px;
	position: relative;
}
#header #menu li > a {
	color: #424143;
}
#header #menu > ul > li > a {
	font-weight: bold;
}
#header #menu li.active > a {
	color: #0493c8;
}
#header .menu-highlight {
	background: #2990ce;
	border-top: 1px solid #94c7e6;
	border-bottom: 1px solid #94c7e6;
	display: none;

	width:100%;
	height: 3px;

	position: absolute;
	bottom: -3px;
}
#header #menu li.active .menu-highlight {
	display: block;
}

#menu .submenu {
	background: #fff;
	border: 1px solid #c8c7c7;
	-webkit-box-shadow: 4px 3px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 3px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 3px 5px 0px rgba(50, 50, 50, 0.25);
	display: none;

	position: absolute;
	top: 21px;

	padding: 5px;
	width: 173px;
	z-index: 2;
}
#menu .submenu li {
	/*display: block;*/
	padding: 3px 0;
}
#menu .submenu li a {
	font-size: 11px;
}
#menu .submenu-left, #menu .submenu-right {
	float: left;
}
#menu .submenu-left {
	/*width: 50%;*/
}
#menu .submenu-right {
	position: relative;
	width: 50%;
	height: 100%
}
#menu .submenu-right img {
	width: 100%;
	height: 100%;
}
#menu .submenu-right span {
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#menu .submenu-right:hover span {
	color: #424143;
}

#menu #membership-menu:hover .submenu,
#menu #privileges-menu:hover .submenu,
#menu #exclusives-menu:hover .submenu  {
	display: block;
}

#menu .submenu .innermenu {
	margin-left: 20px;
	margin-bottom: 5px;
}

#header #search {
	float: right;
}
#header #search input {
	border: 1px solid #706f71;
	font-size: 10px;
	height: 14px;
	padding: 2px 5px;
	vertical-align: top;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#header #search button {
	background: 0;
	display: inline-block;
	height: 20px;
	margin: 0;
	padding: 0;
}

/** FOOTER **/
#footer {
	/*min-width: 320px;*/
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#footer-wrapper {
	border-top: 1px solid #c8c7c7;
	padding-top: 10px;
}
#footer-card {
	float: left;
	padding-bottom: 10px;
}

#footer-card img{
	width: 60px;
}

#footer-social-icons {
	float: right;
	position: relative;
}
#footer-social-icons > ul > li {
	display: inline-block;
}
#footer-links {
	text-align: center;
}
#footer-links li{
	display: inline-block;
	font-size: 10px;
}
#footer-links li a {
	color: #424143;
}
#footer-links li a:hover {
	color: #0493c8;
}

/** HOME CONTENT **/
#slider {
	background: #baab82;
	height: 100%;
	overflow: hidden;
	max-height: 480px;
	max-width: 100%;
	width: 100%;
}
#slider ul {
	list-style-type: none;
	overflow: hidden;
}
#slider ul, #slider ul li {
	margin: 0;
	padding: 0;
}
#slider ul li {
	max-height: 480px;
	text-align: center;
}
#slider img {
	display: inline-block;
	height: auto;
	margin: 0 auto;
	/*max-height: 450px;*/
	max-width: 975px;
	padding: 0;
	width: 100%
}
#boxes-wrapper {
	margin-top: 9px;
	margin-right: -1%;
	text-align: center;
	/*display: table;*/
	/*width: 100%;*/
}


.box {
	cursor: pointer;
	/*display: table-cell;*/
	float: left;
	margin-right: 1%;
	position: relative;
	width: 24%;
}
.box:last-child {
	margin: 0;
}
.box-wrapper {
	text-align: center;
	position: relative;
	/*width: 98%;*/
}
.box img {
	width: 100%
}
.box-hovered {
	background: url(../images/box-hovered.png) repeat;
	opacity: 0;
	text-align: center;

	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
}
.box:hover .box-hovered {
	opacity: 1;
}
.box-hovered-content {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}
.box-wrapper a {
	color: #fff;
	display:
	block;
	font-weight: bold;
	letter-spacing: 1px;
}
.box-name {
	font-size: 18px;
	margin-bottom: 5px;
}
.box-desc {
	font-size: 10px;
	margin-top: 5px;
}

/** MEMBERSHIP **/
#membership-banner {
	margin-bottom: 30px;
}
#membership-banner img {
	width: 100%;
}
#sidebar-membership {
	background: #FE99AF;
}

#sidebar-advisories {
	background: #FE99AF;
}

/** PRIVILEGES **/
#sidebar-privileges {
	background: #3380c4;
}
.privilege-logo {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.privilege-logo img {
	width: 200px;
}

.privilege-logo-content {
	float: left;
	max-width: 60%;
}
.privilege-full-content {
	width: 100%;
}
.privilege-brand {
	font-size: 16px;
	font-weight: bold;
}
.privilege-search {
	font-family: Arial, sans-serif;
	margin-bottom: 15px;
}
.privileges-banner img {
	width: 100%;
}
.privilege-content th,
.privilege-content td {
	padding: 10px;
}
.privilege-content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2em;
}
.privilege-content li {
	margin: 10px 0;
}
.privilege-desc a {
	color: #424143;
}
.privilege-desc a:hover {
	color: #2990ce;
}
.inner-content-logos .shop-wrapper {
	border: 1px solid #8E8E8E;
	cursor: pointer;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	width: 220px;
}
.inner-content-logos .shop-wrapper .content {
	padding: 15px 10px;
}
.inner-content-logos .shop-wrapper .shop-logo {
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
}
.inner-content-logos .shop-wrapper .shop-logo img {
	max-height: 100%;
	max-width: 100%;
}
.inner-content-logos .shop-wrapper .shop-desc {
	height: 130px;
	overflow: hidden;
}
.inner-content-logos .shop-wrapper .shop-desc > span {
	font-size: 16px;
	font-weight: bold;
}
.inner-content-logos .shop-wrapper .shop-desc > p > span {
	font-weight: bold;
}
/** EXCLUSIVES **/
#sidebar-exclusives {
	background: #a01293;
}
.exclusives {
	margin-right: -20px;
}
.exclusives #exclusive-left-wrapper,
.exclusives #exclusive-right-wrapper {
	float: left;
    width: 354px;
}
.exclusives-container {
	cursor: pointer;
	background: #efefef;
	border: 1px solid #fff;
	margin: 5px 10px 5px 0;
	position: relative;
	text-align: center;
}
.exclusives-container:hover {
	border: 1px solid #6296C2;
}
.exclusives-container.large {
	float: left;
	width: 342px;
	height: 342px;
}
.exclusives-container.large.left {
	float: left;
}
.exclusives-container.large.right {
	float: right;
	margin-right: 24px;
}
.exclusives-container.quarter {
	float: left;
	width: 165px;
	height: 165px;
}
.exclusives-wrapper.large {
	height: 342px;
}
.exclusives-wrapper.quarter {
	height: 165px;
}
.exclusives-wrapper {
	border: 1px solid #AEAEAE;
	overflow: hidden;
	position: relative;
}
.exclusives-wrapper a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}
.exclusives-wrapper img {
	width: 100%;
	height: 100%;
}
.exclusives-readmore {
	position: absolute;
	bottom: -10px;
	left: -5px;
}
.exclusives-content {
	margin-top: 20px;
}
.exclusives-content .exclusives-photo,
.exclusives-content .exclusives-desc  {
	float: left;
}
.exclusives-content .exclusives-desc table {
	margin: 10px auto;
}
.exclusives-content .exclusives-desc table,
.exclusives-content .exclusives-desc td,
.exclusives-content .exclusives-desc th {
	border: 1px solid #424143;
}
.exclusives-content .exclusives-desc td,
.exclusives-content .exclusives-desc th {
	padding: 8px;
}
.exclusives-photo {
	margin-right: 4%;
	max-width: 420px;
	max-height: 420px;
	overflow: hidden;
	width: 50%;
}
.exclusives-photo img {
	width: 100%;
}
.exclusives-desc {
	/*font-size: 12px;*/
	margin-top: 10px;
	width: 45%;
}
.exclusives-title {
	font-size: 16px;
	font-weight: bold;
}
.exclusives-desc ul {
	list-style-type: disc;
	list-style-position: inside;
}
.exclusives-desc li {
	margin: 10px 0;
}
.brand-filter {
	border: 1px solid #e1e1e1;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 5px;
	max-width: 220px;
	padding: 3px 3px 3px 5px;
	position: relative;
	width: 90%;
}
.brand-filter.active,
.brand-filter:hover {
	border: 1px solid #c5c5c5;
}
.brand-filter .filter-default {
	display: inline-block;
	max-width: 220px;
	width: 100%;
}
.brand-filter .filter-default.grey {
	color: #424143;
}
.brand-filter .filter-default.filtered {
	color: #2990ce;
}
.brand-filter ul {
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1;
}
#brand-filters li,
#privilege-brand-filters li {
	color: #424143;
	cursor: pointer;
	padding: 5px 10px;
}
#brand-filters li:hover,
#privilege-brand-filters li:hover {
	color: #2990ce;
}
.brand-filter .filter-arrow-container {
	background: #a8aaad;
	display: inline-block;
	float: right;
	padding: 2px 5px;
}
.brand-filter .filter-arrow-container.active,
.brand-filter .filter-arrow-container.filtered {
	background: #3380c4;
}
.brand-filter span {
	display: inline-block;
  	padding-top: 2px;
  	width: 80%;
}
/** SMAC DEALS / MYSMAC / SOCIAL HUB **/
.smac-banner img{
	/*height: 351px;*/
	width: 100%;
}
.smac-content {
	padding: 30px 30px 25px;
}
.smac-inner-content {
	font-size: 14px;
	margin-top: 25px;
}
.smac-inner-content img {
	max-width: 100%;
	/*width: 100%;*/
}
.smac-inner-button {
	margin-top: 30px;
}
.smac-inner-content a {
	color: #0493c8;
}
.smac-inner-content .badges img {
	height: 25px;
	margin: 5px 0;
}
.smac-inner-content li {
	line-height: 18px;
	margin: 10px 0;
}
.smac-inner-content li span {
	font-weight: bold;
}
.smac-inner-content #mysmac-app {
	margin-top: 40px;
	text-align: center;
}
.smac-inner-content #mysmac-app .wrapper {
	display: inline-block;
	position: relative;
}
.smac-inner-content #mysmac-app .wrapper .border {
	border-top: 1px solid #202020;
	position: absolute;
	top: 8px;
	width: 100%;
	z-index: -1;
}
.smac-inner-content #mysmac-app .wrapper img {
	max-width: 100%;
	/*	width: 100%*/
}
.smac-inner-content #mysmac-app h2 {
	background: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-top: -10px;
	padding: 0 10px;
}
.mysmac-inner-button a {
	display: inline-block;
	margin-top: 5px;
	margin-right: 25px;
}

/** TERMS / PRIVACY POLICY / FAQs**/
.terms-content {
	font-size: 12px;
	line-height: 18px;
}
.terms-content p {
	margin: 20px 0;
}

.defaultStyleTinyMCE ul, .defaultStyleTinyMCE ol{
	padding-left: 30px!important;
}
.defaultStyleTinyMCE ul li, .defaultStyleTinyMCE ul ul li{
	list-style-type: disc!important;
}

.terms-point {
	list-style-type: upper-roman;
}
.terms-point li {
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 5px;
}
.bold-terms, .bold-policy {
	font-weight: bold;
}
.bold-policy {
	font-size: 13px;
}
.sub-terms {
	list-style-type: lower-latin;
}

.latin-ol > li{
	margin-left: 2rem;
}
/** SITEMAP **/
.sitemap-content ul {
	display: block;
	font-size: 12px;
}
.sitemap-content > ul {
	float: left;
	margin-bottom: 30px;
	margin-right: 50px;
	max-width: 180px;
	vertical-align: top;
}
.sitemap-content > ul > li {
	margin-bottom: 10px;
}
.sitemap-content ul li {
	display: list-item;
}
.sitemap-content li span,
.sitemap-bold {
	font-weight: bold;
}
.sitemap-content li a {
	color: #424143;
}
.sitemap-content li a:hover {
	color: #2990ce;
}
.sitemap-subpage {
	margin-left: 10px;
	margin-bottom: 15px;
}
.sitemap-subpage li {
	margin: 5px 0;
}
/** FAQ **/
.faq-group {
	margin-bottom: 25px;
}
.faq-group-cat {
	cursor: pointer;
	font-size: 15px;
}
.faq-group-cat:hover {
	/*color: #2990ce;*/
}
.faq-group.active  {

}
.faq-group.active .faq-group-cat{
	/*color: #2990ce;*/
	font-weight: bold;
}
.faq-group-cat .faq-indicator {
	float: right;
}
.faq-group-content {
	display: none;
	font-size: 13px;
	width: 90%
}
.faq-group-content p {
	margin: 5px 0;
}
.faq-group-content a {
	color: #0493c8;
}
.faq-group-content ul {
	list-style-type: disc;
	margin-left: 25px;
	margin-bottom: 10px;
}
.faq-group-content ul li {
	margin: 5px 0;
}
.faq-group-content p.faq-question {
	font-weight: bold;
	margin-top: 15px;
}
/** CONTACT US **/
.contact-us-content {
	font-size: 14px;
}
.contact-us-form {
	float: left;
	width: 380px;
}
.contact-us-form input,
.contact-us-form textarea,
.contact-us-form select {
	border: 1px solid #d3d3d3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #424143;
	display: block;
	margin-top: 10px;
	padding: 5px ;
	width: 380px;
}
.contact-us-form option {
	color: #424143
}
.contact-us-form textarea {
	height: 100px;
}
.contact-us-form button {
	background: #a8aaad;
	color: #fff;
	float: right;
	margin-top: 8px;
	padding: 5px 25px;
}
.contact-us-form button:hover {
	background: #969799;
}
.contact-us-form .empty {
	color: #ACABAB;
}
#contact-preloader {
	display: none;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}
.contact-us-details {
	float: right;
	margin-top: 45px;
	width: 40%;
}
.contact-us-details span {
	font-weight: bold;
}
.contact-us-details a {
	color: #424143;
}
.contact-us-details a:hover {
	color: #2990ce;
}
.contact-us-details > div {
	line-height: 24px;
	margin-bottom: 25px;
}
.contact-us-icon {
	float: left;
}
.contact-us-details-wrapper {
	margin-left: 42px;
}
.contact-us-details-wrapper p {
	margin: 0;
	padding: 0;
}
.contact-us-form div.contact-error {
	color: #a91620;
	font-size: 12px;
	margin-bottom: 10px;
}
.contact-us-form .contact-us-element-error {
	border: 1px solid #a91620;
}
/*** LOGIN **/
.login-form {
	margin: 25px 0;
	width: 300px;
}
.login-form a:hover {
	color: #282561;
}
.login-form input{
	border: 1px solid #d3d3d3;
	display: block;
	margin-top: 10px;
	padding: 5px ;
	width: 288px;
}
.login-form button {
	background: #a8aaad;
	color: #fff;
	float: right;
	padding: 6px 30px;
}
.login-form button:hover{
	background: #969799;
}

/** REGISTER **/
.register-form {
	margin-top: 15px;
}
.register-form input:focus {
	outline: 0;
}
.register-form input {
	border: 1px solid #d3d3d3;
	float: left;
	margin-left: -1px;
	margin-bottom: 10px;
	padding: 4px;
	text-align: center;
	width: 20px;
}
.register-form .input-container {
	margin: 5px 0 10px;
}
.register-form span {
	font-size: 10px;
}
.register-form button {
	background: #a8aaad;
	color: #fff;
	padding: 10px 35px;
}
.register-form button:hover{
	background: #969799;
}

/** SEARCH RESULTS **/
.search-result-wrapper {
	margin-bottom: 20px;
}
.search-results .result-title {
	font-size: 14px;
	font-weight: bold;
}
.search-results .result-desc {
	width: 85%;
}
.result-desc a {
	display: inline-block;
	width: 100px;
}
/** OTHER SM WEBSITES **/
#sm-websites-wrapper {
	font-size: 14px;
}
#sm-websites-wrapper .left {
	float: left;
	margin-right: 40px
}
#sm-websites-wrapper ul {
	/*float: left;*/
}
#sm-websites-wrapper h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
}
#sm-websites-wrapper h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
#sm-websites-wrapper a {
	color: #424143;
	display: block;
	margin: 5px 0;
}
#sm-websites-wrapper a:hover {
	color: #0493c8;
}

#brand-filters-wrapper {
	background: #fff;
	border: 1px solid #c5c5c5;
	display: none;
	padding: 10px 0;
	position: absolute;
	top: 25px;
	left: -1px;
	width: 100%;
	max-height: 320px;
	overflow: hidden;
}
#brand-filter-content {
	width: 100%;
	max-height: 300px;
	/*position: absolute;*/
}
.filter-wrapper {
	display: none;
	margin-top: 5px;
	position: absolute;
	top: 30px;
	left: 0;
}
.filter-wrapper .filter-wrapper-arrow {
	background: url(../images/filter-arrow-up.png) no-repeat;
	position: absolute;
	top: -9px;
	left: 35px;

	width: 25px;
	height: 13px;
}
.filter-wrapper .tier {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	padding: 8px 0;

	-webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.75);
}
.filter-wrapper .tier li {
	color: #424143;
}
.filter-wrapper .tier li:hover,
.filter-wrapper .tier li.active {
	background: url(../images/blue-arrow.png) no-repeat right center;
	color: #0493c8;
}
.filter-wrapper .tier li.active {
	background-color: #E8E8E8;
}
.filter-wrapper .tier-3 li.active {
	background: none;
}
.filter-wrapper .tier-1 {
	position: relative;
	width: 150px;
}
.filter-wrapper .tier li {
	cursor: pointer;
	font-size: 13px;
	padding:5px;
}
.filter-wrapper .tier-2,
.filter-wrapper .tier-3 {
	display: none;
	margin-left: -1px;
	width: 150px;
}
.filter-wrapper .tier-3-content {
	background: #fff;
	float: left;

	-webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.75);

	padding: 10px 0;
}
.filter-wrapper .tier-3-content .tier-3-wrapper  {
	/*padding: 10px 0;*/
	max-height: 300px;
}
.filter-wrapper .tier-3 {
	border: 0;
	min-height: 170px;
	padding: 0 8px;
	width: 200px;
}
.filter-wrapper .tier-2 li {
	padding: 3px 15px;
}
.filter-wrapper .tier-3 li {
	display: none;
	padding: 0;
}
.filter-wrapper .tier-3 .mall-all,
.filter-wrapper .tier-3 .city-all,
.filter-wrapper .tier-3 .all-malls {
	border-bottom: 1px solid #ccc;
}

.filter-wrapper .tier-3 li input {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
}
.filter-wrapper .tier-3 li label {
	display: inline-block;
	padding: 5px;
	width: 140px;
}
.filter-wrapper .tier-3 li:hover {
	background: none;
}
.filter-wrapper .filters-selected {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;

	-webkit-box-shadow: 0px -2px 5px -1px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px -2px 5px -1px rgba(0,0,0,0.50);
	box-shadow: 0px -2px 5px -1px rgba(0,0,0,0.50);
}
.filter-wrapper .filters-selected button {
	float: right;
}
.filter-wrapper .filters-selected button{
	background: #3380c4;
}
.filter-wrapper .tier .all {
	display: none;
}
.filter-wrapper .filters-selected .filters-values {
	float: left;
	max-width: 400px;
}
.filter-wrapper .filters-selected .filter-tags {
	background: #A9A9A9;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	   		border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 10px 5px;
}
.filter-wrapper .filters-selected .filter-tags span {
	color: #C1C1C1;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}
.filter-preloader, .filter-clear {
	display: none;
}

/** YELLOW DOT **/
#dot-wrapper {
	/*border: 2px solid red;
	box-sizing: border-box;*/
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#bouncing-dot {
	background:	url(../images/yellow-dot-small.png) no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 1;
}
#yellow-dot-takeover {
	background: rgba(0,0,0,0.5);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#yellow-dot-takeover img {
	display: inline-block;
	height: 90%;
	vertical-align: middle;
}
#yellow-dot-takeover #close-dot {
	background: url('../images/close-yellow-dot.png') no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 26px;
	height: 26px;
}

.pdr {
	padding-right: 5px!important;
}

.pdl {
	padding-left: 5px!important;
}

/** MEDIA QUERIES **/
@media (max-width: 1050px) {
	.exclusives-container.large.right {
		float: left;
		margin-right: 10px;
	}
	.expopup-wrapper {
		top: 10%;
		left: 5%;
		width: 90%;
		height: 80%;
	}
	#membership-content.inner-content-wrapper td {
		/*display: block;
		float: left;*/
		width: 50% !important;
		height: auto !important;
	}
}

@media (max-width: 970px) {
	#header #menu > ul > li {
		margin-right: 6%;
	}
	.popup-wrapper, .other-website-popup-wrapper {
		left: 10%;
		width: 80%;
	}
	.popup-button.next {
		right: 10px;
	}
	.popup-button.prev {
		left: 10px;
	}
}
@media (max-width: 955px) {
	.sidebar-submenu li {
		margin: 5px 0 8px;
	}
}
@media (max-width: 900px) {
	#header #menu > ul > li {
		margin-right: 5%;
	}
	.popup-content .logo img {
		width: 90%;
		height: auto;
	}
}
@media (max-width: 830px){
	/*body {
		font-family: 'muliregular', sans-serif;
	}*/
	#header #burger-nav {
		cursor: pointer;
		display: block;
		margin-bottom: 5px;
	}
	#header #menu {
		margin-top: 0;
		width: auto;
	}
	#header #menu > ul {
		background: #fff;
		border: 1px solid #c8c7c7;
		/*display: none;*/
		overflow: auto;
		padding: 10px;
		position: absolute;
		top: 30px;
		width: 200px;
		height: 350px;
		z-index: 2;
	}
	#header #menu .hidden-menu {
		display: none;
	}
	#header #menu ul li {
		display: block;
	}
	#header #menu li.active .menu-highlight {
		display: none;
	}
	#header #menu .submenu {
		background: 0;
		border: 0;
		-webkit-box-shadow: 0 0 0;
		-moz-box-shadow: 0 0 0;
		box-shadow: 0 0 0;
		display: block;
		height: auto;
		min-height: auto;
		position: relative;
		top: 0;
		padding: 5px 10px 0;
	}
	#menu .submenu li {
		padding: 0;
	}
	#menu .submenu li a {
		font-size: 12px;
	}
	.submenu-right {
		display: none;
	}
	#menu .submenu-left {
		width: 100%;
	}
	#header #search {
		margin-top: 5px;
	}
	.contact-us-details {
		float: left;
		width: 100%;
	}
	#content {
		min-height: 650px;
	}
	#content.index-content {
		min-height: 100%;
	}
}
@media (max-width: 798px) {

	.filter-wrapper .tier-1 {
		width: 100px;
	}
	.filter-wrapper .tier-2 {
		width: 135px;
	}
	.filter-wrapper .tier-3 {
		width: 180px;
	}
	.filter-wrapper .tier-3 li input {
		margin-right: 5px;
	}
	.inner-content-logos {
		margin-right: 0
	}
}
@media (max-width: 690px) {
	.main-content{
		margin-bottom: 125px;
	}
	.index-content {
		margin-bottom: 130px;
	}
	#footer-links {
		clear: both;
		margin-top: 20px;
		text-align: left;
	}
	.bordered-logos {
		margin: 10px;
		width: 80px;
		height: 80px;
	}
	.bordered-logos img {
		width: 60px;
	}

	.exclusives-photo {
		margin: 0;
		width: 100%;
	}
	.exclusives-desc {
		width: 97%;
		margin-left: 3%;
	}
	.privilege-content {
		max-width: 100%;
	}
	.expopup-wrapper {
	    top: 5%;
	    left: 5%;
	    width: 90%;
	    height: 90%;
	}
	.expopup-content-wrapper {
		padding: 50px 35px 35px;
	}
	.expopup-content {
		text-align: center;
	}
	.expopup-content .logo {
		margin: 0 auto 25px;
		width: 55%;
	}
	.expopup-content .desc {
		text-align: left;
		width: 90%;
		height: 40%;
	}
	.expopup-content .logo {
		margin-top: 8px;
	}
	.expopup-content .desc .desc-wrapper {
		padding-right: 0;
	}
	.expopup-button.next {
		right: 15px;
	}
	.inner-content-search .mobile-identifier {
		display: block;
	}
	.filter-wrapper {
		width: 100%;
	}
	.filter-wrapper .tier-2,
	.filter-wrapper .tier-3-content {
		left: 500px;
	}
	.filter-wrapper .tier {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: none;
		padding: 0;
		position: absolute;
		width: 100%;
	}
	.filter-wrapper .tier li {
		background: url(../images/filter-right-arrow.png) no-repeat right center;
		border-bottom: 1px solid #ccc;
		padding: 8px;
	}
	.filter-wrapper .tier li:hover,
	.filter-wrapper .tier li.active {
		background: url(../images/filter-right-arrow.png) no-repeat right center;
	}
	.filter-wrapper .tier-3 li {
		background: none;
		padding: 5px 8px;
	}
	.filter-wrapper .tier-3 li:hover,
	.filter-wrapper .tier-3 li.active{
		background: none;
	}
	.filter-wrapper .tier-3-content {
		float: none;
		padding: 0;
		position: absolute;
		width: 100%;
	}
	.filter-wrapper .tier.tier-3 {
		position: relative;
	}
	.filter-wrapper .tier-3-content .tier-3-wrapper {
		border: 1px solid #ccc;
	}
	.filter-wrapper .tier .mobile-back:hover,
	.filter-wrapper .tier .mobile-back {
		background: url(../images/filter-left-arrow.png) #8C8C8C no-repeat left center;
		color: #fff;
		padding: 8px 8px 8px 30px;
	}
	.filter-wrapper .tier-3 li label {
		width: 80%;
	}
	.filter-wrapper .filters-selected .filters-values {
		display: none;
	}
	.sidebar {
		display: none;
	}
	.inner-content {
		margin-left: 0;
	}
	#membership-content.inner-content-wrapper td {
		display: block;
		float: left;
		width: 100% !important;
		height: auto !important;
      margin-bottom: 0;
      max-width: initial !important;
	}
	/** YELLOW DOT **/
	#yellow-dot-takeover img {
		display: inline-block;
		width: 80%;
		height: auto;
		vertical-align: middle;
	}
}
@media (max-width: 599px) {

	.pdr {
	padding-right: 15px!important;
	}

	.pdl {
	padding-left: 15px!important;
	}


	.content-logo-full {
		width: 100%;
	}
	.content-logo-wrapper.content-logo-full {
		margin: 5px 0;
	}
	.content-logo-container {
		margin: 0 auto;
		width: 100px;
		height: 100px;
	}
	.content-logo-full .content-logo-desc {
		text-align: left;
		width: 90%;
		height: auto;
	}
	.register-form .input-container {
		width: 440px;
	}
	.popup-content .helper {
		display: none
	}
	.popup-content .logo {
		display: block;
	    margin: 10px auto 20px;
	    width: 80%;
	}
	.popup-content .logo img {
	    display: inline-block;
	    max-width: 100%;
	    width: auto;
	    height: auto;
	}
	.popup-content .desc {
		display: block;
	    margin: 20px auto;
	    vertical-align: middle;
	    width: 80%;
	}
	.totop {
		bottom: 120px;
	}
}
@media (max-width: 560px) {
	.exclusives-container.large {
		width: 93%;
    	height: auto;
	}
	.exclusives-container.quarter {
		width: 45%;
    	height: auto;
	}
}
@media (max-width: 520px) {
	#main-wrapper {
		padding: 0px 10px 10px 10px;
	}
	.sidebar-menu {
		font-size: 12px;
		margin: 5px;
	}
	.sidebar-title {
		font-size: 12px;
		letter-spacing: 1px;
		/* text-transform: uppercase; */
	}
	.sidebar-submenu {
		margin-left: 10px;
	}
	.inner-content {
		margin-left: 0;
	}
	.inner-content-title {
		font-size: 24px;
	}
	.inner-content-wrapper {
		margin-top: 20px;
	}
	.content-logo-wrapper {
		margin: 0 10px;
	}
	.bordered-logos {
		margin: 10px;
		width: 60px;
		height: 60px;
	}
	.bordered-logos img {
		width: 50px;
	}
	#footer-wrapper {
		padding: 10px 0;
	}
	.content-desc-wrapper {
		margin-right: 0;
	}
	.smac-treats-yellow-dot {
		position: relative;
		top: 0;
	}
	.smac-treats-yellow-dot img {
		width: 80px;
	}
}
@media (max-width: 499px) {
	.box-name {
		font-size: 14px;
	}
	.register-form .input-container {
		width: 290px;
	}
	.contact-us-form {
		width: 100%;
	}
	.contact-us-form input, .contact-us-form textarea, .contact-us-form select {
		width: 100%;
	}
	.contact-us-form .g-recaptcha {
		transform:scale(0.90);
   		transform-origin:0 0;
	}
	#content .inner-content-wrapper ol {
		padding-left: 1.5em;
	}
	.popup-wrapper, .other-website-popup-wrapper {
	    background: #fff;
	    margin: 0;
	    position: absolute;
	    top: 3%;
	    left: 3%;
	    width: 94%;
	    height: 94%;
	}
	.expopup-wrapper {
		top: 5%;
	    left: 5%;
	    width: 90%;
	    height: 90%;
	}
	.expopup-content-wrapper {
		height: 86%;
	}
	.expopup-content .logo {
		margin: 0 auto 25px;
		padding: 0;
		width: 60%;
	}
	.expopup .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
		/*display: none;*/
	}
	.expopup-button.prev {
		left: 8px;
	}
	.expopup-button.next {
		right: 8px;
	}
	.expopup-content .desc {
		font-size: 12px;
		height: 45%;
		width: 95%;
	}
	.other-website-popup-content-wrapper {
		height: 90%;
	}
}
@media (max-width: 439px) {
	.box-name {
		font-size: 12px;
	}
	.box-desc {
		display: none;
	}
	.content-logo-wrapper {
		margin: 5px;
		width: 45%;
	}
	.content-logo-full {
		width: 100%;
	}
	.content-logo-desc, .content-logo-container {
		width: 100%;
		height: 100%;
	}
	.bordered-logos {
		margin: 10px 5px;
	}
	.content-share {
		float: left;
		margin: 20px 0;
		width: 100%
	}

	.inner-content-search input {
		width: 120px;
	}
	.privilege-logo img {
		width: 150px;
	}
	#header #logo {
		width: 90px;
	}

	#footer-card img{
		width: 45px;
	}
	.inner-content-logos .shop-wrapper {
		width: 100%;
	}
	.inner-content-logos .shop-wrapper .shop-desc > span {
		font-size: 14px;
	}
	.inner-content-logos .shop-wrapper .shop-logo {
		width: 90%;
		height: auto;
	}
	.inner-content-wrapper p,
	.inner-content-wrapper ol,
	.inner-content-wrapper ul,
	.inner-content-wrapper table {
		font-size: 12px;
	}
	#upper-links {
		font-size: 11px;
		padding: 8px 0;
	}
	.inner-content-title {
		font-size: 20px;
	}
	.content-logo-full .content-logo-desc {
		font-size: 12px;
	}
	.inner-content-logos {
		margin-right: 0;
	}
	.exclusives-container {
		margin: 5px 0;
	}
	.exclusives-container.quarter,
	.exclusives-container.large {
		width: 90%;
    	height: auto;
	}
	.filter-wrapper .tier li {
		font-size: 12px;
	}
	.filter-wrapper .tier-3 li label {
		width: 70%;
	}
	.other-website-popup .other-website-sidebar {
		width: 37%;
	}
	.other-website-popup .other-website-links {
		width: 51%;
	}
	.other-website-popup-content-wrapper {
		padding: 35px 10px 35px 15px;
	}
	.expopup-content .logo {
		margin: 15px auto 25px;
		width: 80%;
	}
	.expopup-content .desc {
		height: 40%;
	}
}
@media (max-width: 350px) {
	/*.content-logo-wrapper {
		margin: 5px;
		width: 95%;
	}*/
	.content-logo-container, .content-logo-desc {
		width: 100%;
	}
	.exclusives-container {
		width: 160px;
		height: 160px;
		margin: 10px 0 ;
	}
	/*.exclusives-wrapper {
		height: 160px;
	}
	.exclusives-wrapper img {
		width: 100%;
		height: auto;
	}*/
	.inner-content-logos .shop-wrapper {
		width: 100%;
	}
	.inner-content-logos .shop-wrapper .shop-desc {
		height: 90px;
	}
}
@media (max-width: 319px) {
	#upper-link-left,
	#upper-link-right {
		float: left;
		width: 100%
	}
	#upper-link-right {
		margin-top: 5px;
	}
}

.cms .table>tbody>tr>td,
.cms .table>tbody>tr>th,
.cms .table>tfoot>tr>td,
.cms .table>tfoot>tr>th,
.cms .table>thead>tr>td,
.cms .table>thead>tr>th {
	padding: 10px;
	border-top: inherit;
}

.cms ul,
.cms ol {
	padding-left: 40px;
}

input:-internal-autofill-selected {
	background-color: rgb(232, 240, 254) !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgb(232, 240, 254) !important;
    opacity: 1;
}

