
/**hCard Widget StyleSheet**/
/*Media Queries*/
@media only screen and (min-width:768px) {.show-for-small {display:none !important;} .show-for-large {display:inherit !important;}}
@media only screen and (max-width:767px) {.show-for-small {display:inherit !important;} .show-for-large {display:none !important;}}

#org-hcard, #ind-hcard {width:100%;}
.hcard-social-links {min-height:1px;}

/*Columns*/
.column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }
.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

.three, .row .three { width: 25%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%; }

.six, .row .six { width: 50%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight { width: 66.66667%; }

.nine, .row .nine { width: 75%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

.twelve, .row .twelve { width: 100%; }