
#CardGroup_2.CardList LI {
	list-style: none;
	display: inline-block;
	height: 700px;
	width: 100%;
	margin: 5px;
	padding: 0;
}
#CardGroup_2.CardList .Card {
	height: 650px;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	vertical-align: top;
    text-decoration: none;
    border-radius: 40px;
}
#CardGroup_2.CardList .Card:hover {
    background-color:#e9e9e9;
}
#CardGroup_2.CardList .Card_Title {
    font-family: 'Geologica', sans-serif;
	display: block;
	width: 100%;
	height: 80px;
	margin: 5px auto;
	padding: 0px;
	font-size: 36px;
    line-height: 40px;
	font-weight: bold;
	color: #2c3a5d;
}
#CardGroup_2.CardList .Card_SubTitle {
	display: block;
	width: 100%;
	height: 80px;
	margin: 5px auto;
	padding: 0px;
	font-size: 20px;
	color: #808080;
	font-weight: normal;
}
#CardGroup_2.CardList .Card_Desc {
display: block;
    width: 70%;
    height: 185px;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #808080;
    font-weight: normal;
}
#CardGroup_2.CardList .Card_Other {
	display: block;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0px;
	font-size: 18px;
	color: #808080;
	font-weight: normal;
}
#CardGroup_2.CardList .Card_Featured_ON {
	background-color: #B30000;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	z-index: 500;
	position: relative;
	top: 0;
	height: 30px;
}
#CardGroup_2.CardList .Card_Featured_OFF {
	
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	z-index: 500;
	position: relative;
	top: 0;
}
#CardGroup_2.CardList .Card_Active {
	color: #A3A3A3;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	z-index: 500;
	position: relative;
	top: 0;
}
#CardGroup_2.CardList .Card_ImgA {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
}
#CardGroup_2.CardList .Card_ImgB IMG {
	width: auto;
	height: 50px;
	margin: 5px;
	display: inline;
	background-position: center center;
	background-size: cover;
}
#CardGroup_2.CardList .Card_Price {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px;
}
#CardGroup_2.CardList .Card_Price .Card_Dollar {
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
}
#CardGroup_2.CardList .Card_Price .Card_Cents {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: top;
}
#CardGroup_2.CardList .Card_Price .Card_Condition {
	display: inline-block;
	font-size: 20px;
	color: #8B8B8B;
	vertical-align: top;
}
#CardGroup_2.CardList .Card_Link {
    background-color: #33b8dd;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    z-index: 500;
    padding: 20px 10px;
    display: block;
    width: 80%;
    border-radius: 10px;
    margin: 0 auto;
}



/*1700*/
@media screen and (max-width: 1710px) {
    #CardGroup_2.CardList .Card_Title {
        font-size: 30px;
    }
}
/*1440*/
@media screen and (max-width: 1546px) {
    
}
/*1280*/
@media screen and (max-width: 1376px) {
    #CardGroup_2.CardList .Card_Title {
        font-size: 24px;
        height: 110px;
    }
    #CardGroup_2.CardList .Card_Desc {
        height: 120px;
        font-size: 15px;
        line-height: 22px;
        width: 90%;
    }
}
/*960*/
@media screen and (max-width: 974px) {
    #FA_TwoCol {
        width: 100% !important;
    }
    #FA_TwoCol .Card {
        width: 49%;
    }
    #CardGroup_2.CardList .Card_Title {
        font-size: 20px;
        line-height: 26px;
        height: 80px;
    }
    #CardGroup_2.CardList .Card_Desc {
        height: 130px;
        font-size: 14px;
        line-height: 20px;
    }
}
/*768*/
@media screen and (max-width: 782px) {
    #CardGroup_2.CardList .Card_ImgA {
        width: 160px;
        height: 160px;
    }
    #HomeContentSection2 H2 {
        font-size: 50px;
    }
    #CardGroup_2.CardList .Card_Title {
        height: 110px;
    }
    #CardGroup_2.CardList .Card_Desc {
        height: 180px;
        font-size: 14px;
        line-height: 21px;
    }
}
/*600*/
@media screen and (max-width: 614px) {
    #CardGroup_2.CardList .Card {
        height: 580px;
    }
#CardGroup_2.CardList .Card_Title {
    font-size: 24px;
    line-height: 34px;
    height: 110px;
}
    #CardGroup_2.CardList .Card_Desc {
    height: 200px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
}
/*480*/
@media screen and (max-width: 494px) {
#CardGroup_2.CardList .Card_Title {
    font-size: 20px;
    line-height: 30px;
    height: 90px;
}
    #CardGroup_2.CardList .Card_Desc {
    height: 220px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
}
/*340*/
@media screen and (max-width: 350px) {
    #CardGroup_2.CardList .Card {
        height: auto;
        width: 100%;
    }
    #CardGroup_2.CardList .Card_Title {
        height: auto;
    }
    #CardGroup_2.CardList .Card_Desc {
        height: auto;
    }
    
}