 
body#proudmember div.section.page-title, body#proudmember div.section.breadcrumbs{
display:none;
}

body#proudmember #content{
    margin-bottom:0!important;
    padding-bottom:0!important;
}

.white-popup img {
	max-width: 88%;
	margin-left: 1.25rem;
	margin-top: 1.25rem;
}

.mfp-content p{
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	margin-top: 1.25rem;	
}

.mfp-content p{
	font-family: BentonSansRegular,Helvetica,Arial,sans-serif;
	font-size: 1rem;	
	color: #323232;
}

.open-popup-link, a.join-now {
	height:auto!important;
	padding: 8px 12px!important;
}

#cardGrid{
	padding-bottom: 1.5rem;
	height:auto;
	clear:both;
	position: relative;
	display:inline-block;
}

.card-container .card .reasonText a:not(.button) {
	background: transparent;
	text-decoration: underline;
}
.card-container .card .reasonText h3 {
	color: #fff;
}

p.credit{
	color: #4A3C31;
	font-size: 0.85rem!important;	
}

.card-container .card .reasonText .twitter_button, .card-container .card .reasonText a.button {
    text-align: center;
}

div.fc_card-container img {
	position: static !important;
}
/* === CARD CONTAINER === */
div.card-container {
	position: relative;
	width: 250px;
	height: 250px;
	padding: 0;
	margin: 0 auto;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.card-container.iu {
	display:inline-block;
	text-align: left;
	overflow:hidden;
}
div#cardGrid div.card-container {
	margin-left: 2px;
}
div#cardGrid div.card-container:first-of-type, div#cardGrid div.card-container:nth-of-type(2), div#cardGrid div.card-container:nth-of-type(3) {
	margin-top: 4%;
}
div#cardGrid div.card-container:nth-of-type(3n+1) {
	
}
/* === CARD === */

.card-container .card {
	border: 1px solid #fff;
	border-radius: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline-block;
	padding: 0;
	margin: 0;
	-webkit-transition: -webkit-transform .7s;
	-moz-transition: -moz-transform .7s;
	-o-transition: -o-transform .7s;
	-ms-transition: -o-transform .7s;
	transition: transform .7s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/* === STYLE FOR THE FRONT & BACK SIDE === */

.card-container .card>div {
	border-radius: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #FBFBFB;
	text-align: center;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-shadow: 0 7px 9px -8px rgba(0,0,0,.5);
	-moz-box-shadow: 0 7px 9px -8px rgba(0,0,0,.5);
	-o-box-shadow: 0 7px 9px -8px rgba(0,0,0,.5);
	-ms-box-shadow: 0 7px 9px -8px rgba(0,0,0,.5);
	box-shadow: 0 7px 9px -8px rgba(0,0,0,.5);
}
.card-container .card .front:after {
	content: '';
	background: url(../images/200reasons/rotate.html) no-repeat;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
	position: absolute;
}

.card-container .card .front{
		
}

.card-container .card .front h3:not(.lastheader){
	position: absolute;
	bottom: 0;
	display:block;
	width: 100%;
	max-width: 250px;
	background-color:#00b0ff;
	color: #FFF;
	/*padding-top: 12px!important;
	padding-bottom: 12px!important;*/
	text-align:center;		
	padding-left: 0!important;
	padding-right: 0!important;
	font-family:BentonSansBold,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size:1.125rem!important;
    margin-bottom:0!important;
}

.card-container .card .back, .card-container.last .card .front {
	background-color:#00b0ff;
	display: table;
}
.card-container .card .reasonText {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.card-container .card .reasonText h3 {
	margin-left: .5rem;
	margin-right: .5rem;
	line-height: 1.5rem!important;
    font-size:1.125rem!important;
}
.card-container .card .reasonText p {
	margin-left: .5rem;
	margin-right: .5rem;
}
.card-container .card .reasonText .twitter_button {
	text-align: center;
	margin-bottom: 0rem;
}
.card-container .card .reasonText .twitter_button a {
	padding: 4px 8px;
    margin:0 auto!important;
    background-color: #FFF!important;
    color: #4e4e4e !important;
}
.card-container .card .reasonText .twitter_button a:hover {
background-color: #4e4e4e!important;
color: #FFF!important;
}
/* === BEGGINING EFFECT === */

.card-container .card[data-direction="top"] .front, .card-container .card[data-direction="bottom"] .front {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.card-container .card[data-direction="right"] .front, .card-container .card[data-direction="left"] .front {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.card-container .card[data-direction="top"] .back, .card-container .card[data-direction="bottom"] .back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.card-container .card[data-direction="right"] .back, .card-container .card[data-direction="left"] .back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/* === EFFECT DIRECTIONS === */

.flipping-right {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flipping-left {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.flipping-top {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.flipping-bottom {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
/* SOME METRO COLOR THEMES */
	
	/* PURPLE */
.purple div.card {
	color: white;
	border: 0;
}
.purple div.card>div {
	background: #791869;
}
/* RED */
.red div.card {
	color: white;
	border: 0;
}
.red div.card>div {
	background: #C23B3D;
}
/* LIGHT-BLUE */
.light-blue div.card {
	color: white;
	border: 0;
}
.light-blue div.card>div {
	background: #00AFF0;
}
/* GREEN */
.green div.card {
	color: white;
	border: 0;
}
.green div.card>div {
	background: #88B500;
}
/* ORANGE */
.orange div.card {
	color: white;
	border: 0;
}
.orange div.card>div {
	background: #CF3F20;
}
/* BLUE */
.blue div.card {
	color: white;
	border: 0;
}
.blue div.card>div {
	background: #0C5CEA;
}
/* YELLOW */
.yellow div.card {
	color: white;
	border: 0;
}
.yellow div.card>div {
	background: #F27A00;
}
.noCSS3Container {
	-webkit-perspective: none !important;
	-moz-perspective: none !important;
	-o-perspective: none !important;
	-ms-perspective: none !important;
	perspective: none !important;
}
.noCSS3Card {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-webkit-transform-style: none !important;
	-moz-transform-style: none !important;
	-o-transform-style: none !important;
	-ms-transform-style: none !important;
	transform-style: none !important;
}
.noCSS3Sides {
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

button.mfp-close{
	background:none!important;	
}


div#cardGrid {
	width: 101%;
    padding-left: 4%;
    padding-right: 4%;
}

#cardwrapper{
	display: table;
    margin: auto;	
	max-width: 1020px; 
	width:100%;
	text-align:center;
}

.card-container{
}



@media only screen and (max-width: 1050px) {
div#cardGrid div.card-container:nth-of-type(even) {
	
}
div#cardGrid div.card-container:nth-of-type(odd) {
	
}
div#cardGrid div.card-container:first-of-type, div#cardGrid div.card-container:nth-of-type(2), div#cardGrid div.card-container:nth-of-type(3), div#cardGrid div.card-container:nth-of-type(3n+1) {
	margin-top: 0px!important;
}

}

@media only screen and (min-width: 750px) and (max-width:1049px){
div#cardGrid div.card-container:nth-of-type(odd) {
	
}
}

@media only screen and (min-width: 750px){
#main h1{
	font-size:3.5em;
}
}

@media only screen and (max-width: 750px) {
div#cardGrid div.card-container:nth-of-type(even) {
	
}
}

@media only screen and (min-device-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5) {
div#cardGrid div.card-container:nth-of-type(odd) {
	
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
div#cardGrid div.card-container:nth-of-type(even), div#cardGrid div.card-container:nth-of-type(odd), div#cardGrid div.card-container:first-of-type, div#cardGrid div.card-container:nth-of-type(2), div#cardGrid div.card-container:nth-of-type(3), div#cardGrid div.card-container:nth-of-type(3n+1) {
	
}


}
