body {
	font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: "Aeonik Pro", sans-serif;
}

a {
	color: #11437d;
}

a:hover {
	text-decoration: none;
}

/**** ADA ensure all active elements receive keyboard focus ****/
a:focus {
	color: #474342;
}

div.hero-div a:focus {
	text-decoration: underline !important;
	color: #474342 !important;
}

a:focus .home-explore-bg-img {
	text-decoration: underline !important;
	color: #FFF !important;
}

a.btn.bg-yellow:focus, button.bg-yellow:focus {
	text-decoration: underline !important;
	color: #474342 !important;
}

button.bg-dark-gray:focus {
	text-decoration: underline !important;
}

a.btn.bg-tan:focus {
	text-decoration: underline !important;
	color: #474342 !important;
}

div.footer-desktop a:focus {
	text-decoration: underline !important;
	color: #FFF !important;
}

div.footer-desktop .dropup .dropdown-menu a:focus, div.footer-desktop .dropup .dropdown-menu a:hover {
	color: #474342 !important;
}

a:focus img {
	border: 1px solid #FFF;
	padding: 1px !important;
}

div.footer-desktop a:focus img {
	border: 1px solid #FFF !important;
	padding: 2px !important;
}

div#gsFooterSocial a:focus img {
	border: 1px solid #474342 !important;
	padding: 2px !important;
}

div.jcarousel a:focus img {
	border: 2px solid #474342 !important;
}

a#gsCgSearchFilterToggle:focus h2 {
	text-decoration: underline !important;
	color: #474342 !important;
}

div.bg-black a:focus {
	color: #FFF !important;
}

a.btn-close:focus span i  {
	border: 1px solid #999 !important;
	border-radius: 2px;
	padding: 1px 3px 1px 4px;
}

.bg-black i.fa-plus,
.bg-black i.fa-minus {
	-webkit-text-stroke: 2px #474342;
}

#pageContent a div i.fa-plus,
#pageContent a div i.fa-minus {
	color: #777;
	-webkit-text-stroke: 2px white;
}

.fa-2x {
	font-size: 1.3em;
}

.fa {
	padding-left: 4px;
	padding-right: 4px;
}

.form-control:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

select.form-control {
	padding-right: 37px;
	background-image: url('//images.goodsam.com/goodsam.com/icon/icon_mobile_arrow_down.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	height: 48px;
	border-radius: 4px;
}

select.form-control:hover {
	cursor:pointer;
}

input[type=text].form-control,
input[type=password].form-control,
input[type=file].form-control,
.input-group-btn .btn {
	height: 48px;
	border-radius: 4px;
}

input[type=checkbox].gs-checkbox-medium,
.gs-checkbox-medium input[type=checkbox] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	padding: 10px;
	margin: 6px;
}

input[type=checkbox].gs-checkbox-small,
.gs-checkbox-small input[type=checkbox] {
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);

	padding: 10px;
	margin: 6px;
}

input[type=radio].gs-radio-medium,
.gs-radio-medium input[type=radio] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	padding: 10px;
	margin: 6px 10px 6px 6px;
}

input[type=radio].gs-radio-small,
.gs-radio-small input[type=radio] {
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	padding: 10px;
	margin: 6px 10px 6px 6px;
}

select.form-control::-ms-expand {
	display: none;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.form-control,
.input-group-addon {
	border-radius: 0;
}

.btn {
	border-radius: 0;
}

.btn-primary,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #c1122a;
	border-color: transparent;
	border-radius: 4px;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active {
	color: #fff;
	background-color: #aa1025;
	border-color: transparent;
}

.btn-secondary {
	color: #474342;
	background-color: #fff;
	border-color: #474342;
	border-radius: 4px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
	color: #fff;
	background-color: #474342;
	border-color: #474342;
}

.btn-lg {
	font-size: 140%;
}

.display-block {
	display: block;
}

.display-inline-block {
	display: inline-block;
}

.display-none {
	display: none;
}

.display-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.display-flex-center-items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.display-flex-center-align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.display-flex-center-justify {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.display-flex-wrap {
	flex-wrap: wrap;
}

.d-desktop {
	display: block;
}

.d-tablet, .d-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.d-tablet {
		display: block;
	}

	.d-desktop, .d-mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	.d-mobile {
		display: block;
	}

	.d-desktop, .d-tablet {
		display: none;
	}
}

.cursor-pointer {
	cursor: pointer;
}

.full-width {
	width: 100% !important;
	padding: 0px;
}

.widget-list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.list-margin li {
	margin-top: 14px;
	line-height: 1.3em;
}

ul.no-pad {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget-list li a {
	padding: 8px 0 8px 0;
	display: block;
}

ul.nav-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #F1F0E5;
}

ul.nav-list li a {
	display: block;
	padding: 12px 20px;
	text-decoration: none;
	color: #181818;
}

ul.nav-list li a:hover {
	background-color: #f7f6f0;
}

ul.nav-list li.active {
	background-color: #fafafa;
}

.bg-danger li {
	margin-left: 12px;
}

.form-required-indicator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #cd0000;
}

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

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

.icon-22 {
	width: 22px;
	height: 22px;
}
.icon-30 {
	width: 30px;
	height: auto;
}
.icon-40 {
	width: 40px;
	height: 40px;
}
.icon-50 {
	width: 50px;
	height: 50px;
}
.icon-70 {
	width: 70px;
	height: 70px;
}
.icon-75 {
	width: 75px;
	height: 75px;
}
.icon-100 {
	width: 100px;
	height: 100px;
}
.logo-good-sam {
	max-width: 193px;
}
.gs-horiz-logo-hdr {
	max-width: 150px;
}
.height-50 {
	height: 50px;
	width: auto;
}
.height-75 {
	height: 75px;
	width: auto;
}
.logo-membership-50 {
	height: 50px;
	width: 62px;
}
.logo-membership-60 {
	height: 60px;
	width: 75px;
}

/******/

.list-links {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.list-links li {
	float: left;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #cecece;
}
.list-links li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/***** what's this ? ****/

.whats-this {
	padding: 2px 5px;
	border-radius: 1em;
	cursor: pointer;
	font-size: 0.6em !important;
	font-weight: 900;
}

h3 .whats-this {
	font-size: .45em !important;
}

legend .whats-this {
	font-size: .5em !important;
}

/**** borders ****/

.border-bottom-none {
	border-bottom: none !important;
}

.border-width-1 {
	border-width: 1px !important;
}

.border-width-2 {
	border-width: 2px !important;
}

.border-width-4 {
	border-width: 4px !important;
}

.border-width-7 {
	border-width: 7px !important;
}

.border-color-dark {
	border-color: #555 !important;
}

.border-color-green {
	border-color: #009900 !important;
}

.border-color-dark-gray {
	border-color: #999 !important;
}

.border-color-gray {
	border-color: #ccc !important;
}

.border-color-red {
	border-color: #c1122a !important;
}

.border-color-lite-blue {
	border-color: #4c9cba !important;
}

.border-color-white {
	border-color: #fff !important;
}

.border-color-yellow {
	border-color: #F4BD3F !important;
}

.border-style-dashed {
	border-style: dashed !important;
}

.border-style-solid {
	border-style: solid;
}

.border-style-dotted {
	border-style: dotted !important;
}

.border-top-dotted {
	border-top: 1px dotted;
}

.border-top-solid {
	border-top: solid #fff;
}

.widget-border {
	border: 1px solid #999;
	border-radius: 10px;
}

.widget-border-round {
	border: 2px solid #999;
	border-radius: 10px;
	border-collapse: collapse;
	border-style: hidden; 
	box-shadow: 0 0 0 2px #D0D0D0; 
}

.widget-border-round-2-10 {
	border-radius: 10px;
	border: 2px solid #999;
}

.widget-border-list {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.widget-border-bottom-red {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 4px solid #ab0000;
}

.border-line-bottom {
	 border-bottom: 1px solid #ccc;
}

.border-line-bottom-dark {
	 border-top: 1px solid #565656;
}

.border-line-bottom-white {
	 border-bottom: 1px solid #fff;
}

.border-line-top {
	 border-top: 1px solid #ccc;
}

.border-line-top-dark {
	 border-top: 1px solid #565656;
}

.border-line-left {
	 border-left: 1px solid #ccc;
}

.border-line-right {
	 border-right: 1px solid #ccc;
}
.border-radius-4 {
	border-radius: 4px;
}
.border-radius-10 {
	border-radius: 10px;
}

.border-radius-top-10 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.pipe-right-white {
	border-right: 1px solid #fff;
}

.img-border {
	border: 1px solid #999;
	border-radius: 10px;
}

.img-border-ada-black {
	border: 2px solid #181818;
}

.img-border-ada-white {
	border: 2px solid #fff;
}

.img-border-ada-tan {
	border: 2px solid #ecebdb;
}

.border-bottom-hero-red {
	border-bottom: 15px solid #A62D32;
}

/********** padding **********/

.pad-6 {
	padding: 6px;
}
.pad-10 {
	padding: 10px;
}
.pad-12 {
	padding: 12px;
}
.pad-20 {
	padding: 20px;
}
.pad-30 {
	padding: 30px;
}
.pad-top-5 {
	padding-top: 5px;
}
.pad-top-10 {
	padding-top: 10px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-top-30 {
	padding-top: 30px;
}
.pad-top-40 {
	padding-top: 40px;
}
.pad-bottom-1 {
	padding-bottom: 1px;
}
.pad-bottom-10 {
	padding-bottom: 10px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}
.pad-bottom-40 {
	padding-bottom: 40px;
}
.pad-right-0 {
	padding-right: 0;
}
.pad-right-5 {
	padding-right: 5px;
}
.pad-left-5 {
	padding-left: 5px;
}
.pad-left-12 {
	padding-left: 12px;
}
.margin-bottom-0 {
	margin-bottom: 0px;
}
.margin-bottom-4 {
	margin-bottom: 4px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-top-0 {
	margin-top: 0px;
}
.margin-top-7 {
	margin-top: 7px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}

.margin-right-4 {
	margin-right: 4px;
}

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

/********** backgrounds ***********/

.bg-cw-blue {
	background-color: #01669e;
}

.bg-lite-tan {
	background-color: #eaecef;
}

.bg-tan {
	background-color: #eaecef;
}

.bg-lighter-tan {
	background-color: #fff;
}
.bg-dark-gray {
	background-color: #3f3d3d;
}

.bg-medium-gray {
	background-color: #5f5d5d;
}

.bg-gray {
	background-color: #ddd;
}

.bg-lite-gray {
	background-color: #cfcdcd;
}

.bg-blue,
.bg-elite {
	background-color: #1f496f;
}

.bg-lite-blue {
	background-color: #4c9cba;
}

.bg-black {
	background-color: #474342;
}

.bg-off-black {
	background-color: #181818;
}

.bg-red, 
.bg-classic {
	background-color: #a52d32;
}

.bg-red-alert {
	background-color: #c1122a;
}

.bg-red-gs {
	background-color: #d2232a;
}

.bg-gold,
.bg-deluxe,
.bg-life {
	background-color: #b68c06;
}

.bg-dark-green {
	background-color: #226600;
}

.bg-dark-red {
	background-color: #850601;
}

.bg-red-muted {
	background-color: #a52d32;
}

.bg-yellow {
	background-color: #f6d35d;
}

.bg-white {
	background-color: #fff;
}

.bg-off-white {
	background-color: #f0f0f0;
}

.bg-img-tan {
	background-image: url(//images.goodsam.com/goodsam.com/banners/bg-tan.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bg-trans-white {
	background-color: rgba(255,255,255,0.8);
	height: 100%;
}

.bg-trans-white-lite {
	background-color: rgba(255,255,255,0.4);
	height: 100%;
}

.bg-trans-black {
	background-color: rgba(0,0,0,0.55);
	height: 100%;
}

.bg-trans-black-lite {
	background-color: rgba(0,0,0,0.35);
	height: 100%;
}

.triangle-red {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 12.5px 0 12.5px;
	border-color: #A62D32 transparent transparent transparent;  
	margin: 0 auto;     
}

.bg-circle-small {
	border-radius: 50%;
	display: inline-block;
	width: 20px;
	padding-left: 1px;
}

/********** font colors ***********/

.text-white, 
a.text-white,
a.text-white:hover,
a.text-white:focus,
button.text-white:hover,
button.text-white:focus,
input[type=submit]:hover {
	color: #fff;
}

.text-offwhite, 
a.text-offwhite,
a.text-offwhite:hover,
a.text-offwhite:focus,
input[type=submit]:hover {
	color: #dfdfdf;
}

.text-gray, a.text-gray {
	color: #ccc;
}

.text-gray-medium, a.text-gray-medium {
	color: #777;
}

.text-gray-dark, a.text-gray-dark {
	color: #676767;
}

.text-dark, a.text-dark {
	color: #333;
}

.text-black, a.text-black {
	color: #212B36;
}

.text-blue, a.text-blue,
.text-elite, a.text-elite {
	color: #346fa3;
}

.text-blue-visa, a.text-blue-visa {
	color: #1173a2;
}

.text-red, a.text-red,
.text-classic, a.text-classic {
	color: #c1122a !important;
}

.text-red-dark, a.text-red-dark {
	color: #a52a2f;
}

.text-green, a.text-green {
	color: #009900;
}

.text-green-lite, a.text-green-lite {
	color: #00cc00;
}

.text-yellow, a.text-yellow {
	color: #F4BD3F;
}

.text-gold, a.text-gold, 
.text-deluxe, a.text-deluxe, 
.text-life, a.text-life {
	color: #91712e;
}

/********** font ******************/

.text-normal {
	font-weight: normal;
}

.text-bold {
	font-weight: bold;
}

.text-italic {
	font-style: italic;
}

.text-thick {
	font-weight: 900;
}

.text-small {
	font-size: .8em;
}

.text-smaller {
	font-size: .9em;
}

.text-huge-hero {
	font-size: 12em;
}

.text-xxx-large {
	font-size: 3.2em;
	line-height: 1em;
}

.text-xx-large {
	font-size: 3em;
}
.text-xm-large {
	font-size: 2.5em;
	line-height: 1.2em;
}
.text-x-large {
	font-size: 2em;
	line-height: 1.2em;
}

.text-large {
	font-size: 1.4em;
}

.text-medium {
	font-size: 1.25em;
}

.text-small-medium {
	font-size: 1.19em;
}

.line-height-160 {
	line-height: 160%;
}

.line-height-200 {
	line-height: 200%;
}

.ellipsis {
	font-family: 'Avenir 45 Book', Avenir;
	font-weight: 300;
}

.text-underline,
a.text-underline {
	text-decoration: underline;
}

.text-legal {
	font-size: .8em;
}

.text-strike {
	text-decoration: line-through;
}

.no-wrap {
	white-space: nowrap;
}

/************* form ************************/

.form-control {
	padding: 13px 12px;
	color: #474342;
	border: 1px solid #BFC5CE;
}

.gs-form-control {
	width: 100%;
	border-radius: 4px;
}
.best-value {
	position: absolute;
	top: -9px;
	left: -6px;
}
.best-value img {
	width: 80%;
}
.widget-elite-corner {
	position: absolute;
	top: -8px;
	left: 7px;
}

.error-border {
	border: 1px solid #cd0000;
}

/************* breadcrumbs *****************/

.breadcrumb-gs {
	font-size: .9em;
	color: #555;
}

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

ul.check-circle-icon {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}
ul.check-circle-icon li {
	background: url('//images.goodsam.com/goodsam.com/icon/check-circle-yellow.png') no-repeat left top;
	padding: 0 0 36px 30px;
}

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

@media (max-width: 991px) {

	a.text-link {
		padding: 10px 0 10px 0;
		margin: 10px 0 10px 0;
	}

	.mobile-link-row {
		margin-top: 30px;
	}

	.widget-list li {
		border-bottom: 1px solid #ccc;
	}

	.widget-list li:last-child {
		border-bottom: none;
	}

	.widget-list li a {
		padding: 16px 0 16px 0;
		display: block;
	}

	ul.nav-list li {
		border-bottom: 1px solid #ccc;
	}

	ul.nav-list li a {
		display: block;
		padding: 20px 20px;
	}

	ul.nav-list li a:hover {
		background-color: #f7f6f0;
	}

	.text-legal {
		font-size: 1em;
	}

	.list-links li {
		float: none;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
}

/************* 2021 rebranding *****************/

.btn-red {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background-color: #C1122A;
	border-color: #C1122A;
	border-radius: 4px;
	padding: 17px 27.5px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
	background-color: #aa1025;
	color: #fff;
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.btn-red:focus {
	padding: 15px 25.5px;
}

.btn-red img {
	margin-left: 13px;
}

.btn-red .arrowRight {
	transform: rotate(-90deg);
	margin-left: 13px;
}

.gold-text {
	color: #dc982e;
}

.red-text {
	color: #C1122A;
}

.full-width {
	width: 100%;
}

.slideScroll {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	overflow-x: auto;
	padding: 0px 8px 40px;
}

.slideScroll::-webkit-scrollbar {
	height: 6px;
}

.slideScroll::-webkit-scrollbar-track {
	background-color: #F4F6F8; 
	border-radius: 10px;
}

.slideScroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #C1122A;
}

@media (max-width: 767px) {
	.btn-red, .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
		font-size: 14px;
		line-height: 14px;
		padding: 6px 28.5px;
	}

	.btn-red img {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.btn-red .arrowRight {
		display: none;
	}
}

/************* Join Widgets *****************/
.hero-join {
	background-image: url(//images.goodsam.com/goodsam.com/club/2021/join-today1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	padding: 72px 0px 100px;
}

.joinTermBox {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	margin: 30px 0px 0px;
	padding-top: 40px;
}

.termOpt {
	flex: 0 1 32%;
	height: 317px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 32px 64px 0px rgba(24,24,24,0.16);
	-moz-box-shadow: 0px 32px 64px 0px rgba(24,24,24,0.16);
	box-shadow: 0px 32px 64px 0px rgba(24,24,24,0.16);
	padding: 43px 35px 41px;
	margin: 0px 8px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

	.termOpt.elite {
		border: 5px solid #c30b24;
	}

	.termOpt .duration {
		flex: 0 1 100%;
		font-size: 18px;
		font-weight: 500;
		line-height: 22px;
		margin-bottom: 12px;
	}

	.termOpt .cost {
		flex: 0 1 100%;
		font-size: 48px;
		line-height: 55px;
		font-weight: 900;
		margin-bottom: 10px;
		color: #c1122a;
	}

	.termOpt .reward {
		flex: 0 1 100%;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		margin-bottom: 33px;
	}

	.termOpt .btn-red {
		flex: 0 1 100%;
		width: 100%;
		transform: none;
		padding: 17px 27px;
		border-radius: 4px;
		align-self: flex-end;
	}

		.termOpt .btn-red img {
			transform: rotate(-90deg);
			margin-left: 13px
		}

.eliteBanner {
	position: absolute;
	top: -35px;
	background-color: #c1122a;
	border-radius: 10px 10px 0 0;
	padding: 13px 16px;
	width: 103%;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
}

@media (max-width: 1199px) {
	.termOpt {
		padding: 35px 30px 30px;
	}
}

@media (max-width: 1024px) {
	.hero-join .container {
		width: 100%;
	}

	.joinTermBox {
		padding: 28px 16px 0px;
	}

	.termOpt {
		height: 269px;
		padding: 20px 10px;
	}

		.termOpt.elite {
			padding: 20px 10px;
		}

		.termOpt .duration {
			margin-bottom: 2px;
		}

		.termOpt .cost {
			margin-bottom: 10px;
		}

		.termOpt .reward {
			font-size: 14px;
		}

		.termOpt .btn-red img {
			display: none !important;
		}

	.eliteBanner {
		top: -30px;
		padding: 9px 0px 5px;
	}

	.termOpt .btn-red {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.hero-join {
		padding: 42px 0px 46px;
	}

	.joinTermBox {
		flex-wrap: wrap;
	}

	.termOpt {
		flex: 0 1 100%;
		height: auto;
		margin-bottom: 20px;
		padding: 22px 42px 36px;
	}

		.termOpt .cost {
			margin-bottom: 3px;
		}

		.termOpt .reward {
			margin-bottom: 20px;
		}

		.termOpt .btn-red {
			padding: 6px;
		}

	.eliteBanner {
		width: 102%;
	}
}

.accordion-button:not(.collapsed) {
	color: #474342;
	background-color: #fff;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z'/%3E%3C/svg%3E");
}

.dropdown-toggle.btn {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	border: 1px solid #BFC5CE;
	width: 100%;
	text-align: left;
	padding: 13px 12px;
	color: #474342;
}

.dropdown-toggle::after {
	font: var(--fa-font-light);
	content: "\f107";
	margin: 0 7px;
	border:none;
	vertical-align: baseline;
	float: right;
	line-height: 1.5rem;
}

.group-drop .dropdown-toggle.btn {
	border-radius: 4px 0px 0px 4px;
}

.dropdown-menu.show {
	width: 100%;
}

/************* Modal *****************/
.js-modal {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 0.7s ease-in-out, visiblity 0.7s ease-in-out;
	z-index: 1;
}

.js-modal.show {
	opacity: 1;
	visibility: visible;
}

.modal-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #333333;
	background: #ffffff;
	text-align: center;
	padding: 30px 50px;
	border-radius: 5px;
}

.js-modal p {
	margin: 0;
}

.modal-edit {
	margin-bottom: 10px !important;
}

.modal-close {
	margin-top: -25px;
	margin-right: -40px;
}

.modal-close a {
	color: #000;
	text-decoration: none;
}

.js-modal a.btn {
	background-color: #C1122A;
	border: #C1122A;
	margin-top: 15px;
	padding: 10px 25px;
	width: 155px;
	line-height: 1.1;
	color: #fff;
}

.js-modal a.btn:hover {
	color: #fff;
}

.btn-original-edit {
	height: 53px;
}

.modal-original, .modal-suggested {
	margin: 15px;
}

.js-modal a.btn-original-edit {
	padding-top: 18px;
}