
/* MEMBERSHIP COMPARISON PAGE */

h13 {
	font-size: 3rem;
	text-align: center;
	margin: 0 auto 2rem;
}


.Title_Photo_Spacer {
	height: 0;
}

.Head_Container_MembershipComparison {
	width: 100%;
	background-color: #F9F9EC;
	margin: 0;
	padding: 0;
}

.Head_Image_MembershipComparison {
	background-image: url("/site/graphics/headers/website/Header_Citizen_Benefits_SisterReadingTablet_1415x618.png");
	height: 36vw;
	max-height: 620px;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: top right;
	padding-top: 6%;
	padding-left: 0;
	padding-right: 50%;
    padding-bottom: 0;
	text-align: left;
	font-size: min(7vw, 7rem);
	font-weight: bold;
	color: #333;
}

.Frame_Header_Explanation {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: rgb(255, 242, 215);
	padding: 2rem 0 1rem;
}

.Line_Position_Explanation {
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: .75rem;
}

.Section_ComparisonOfBenefits {
	padding-top: 3rem;
	margin-bottom: 4rem;
}

.Text_Members_Position_Names {
	text-transform: uppercase;
	font-weight: 700;
}

.Frame_Table_Membership_Comparison {
	overflow-x:auto;
	overflow-y:hidden;
	width: 100%;
}

.Table_Membership_Comparison {
	width: 100%;
	min-width: 25rem;
}

.Data_Table_Membership_Comparison th {
	text-transform: uppercase;
	text-align: center;
}

.Data_Table_Membership_Comparison th:first-child {
	text-align: left;
}


.Data_Table_Membership_Comparison td:nth-child(2),
.Data_Table_Membership_Comparison td:nth-child(3),
.Data_Table_Membership_Comparison td:nth-child(4) {
	font-family: Arial, Helvetica, sans-serif;
	color: #61A63A;
	font-size: 3rem;
	line-height: 0.40em;
	text-align: center;
	vertical-align: top;
	max-width: 4rem;
}

.Data_Table_Fixed .Section_Table_Membership_Comparison {
	background-color: #AB6B45;
	padding: .2rem .4rem;
	font-size: 1rem;
	color: #FFF;
}

.Section_BecomeACitizen {
	background-color: rgb(255, 242, 215);
	padding: 5rem 2rem;
	text-align: center;
	width: 100%;
}

.Frame_Become_Buttons {
	display: flex;
	column-gap: 2rem;
	row-gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
}

.Button_ShopNow {
	display: block;
	padding: .5rem .8rem;

	background-image: linear-gradient(#EEF, #DCFAFF);
	border: 2px solid #009;
	border-radius: 10px;

    font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 1.9rem;
    font-weight: 400;
    text-transform: uppercase;
	color: #009;
}

a:hover .Button_ShopNow {
	background-image: none;
	background-color: #FF6;
	text-decoration: none;
}

.Text_Benefits_Disclaimer {
	margin-top: 1rem;
}








/* MOBILE FIRST */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Head_Image_Supporter_FAQ {
		font-size: 5.8vw;
		height: 260px;
		padding-right: 35%;
	}

}






/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


}




/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}