/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.pbc_catalog-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 80%;
    margin: 20px auto;
}

#pbc_products .btn:hover {
    background-color: #15397f !important;
    color: #fff;}
#pbc_products .btn {
    background-color: #c50e3a !important;
    color: #fff;}

#pbc_products img {
    max-width: 200px !important;
    margin: auto;
	display: block;
}

#pbc_products .item-info {
	text-align: center;
}

#pbc_products .cta  {
	text-align: center;
	margin: 0.5em auto 2em auto;
}

.pbc_catalog-popup .form-check-label {padding-left: 1.5em;}
.uswo-corporate-merch-contact-form .interested-items  {height: 5px;}