/* GENERAL STYLES
----------------------------------------------- */
.col-1 {
	-ms-flex-preferred-size: 8.333%;
	-webkit-flex-basis: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}

.col-2 {
	-ms-flex-preferred-size: 16.667%;
	-webkit-flex-basis: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%;
}

.col-3 {
	-ms-flex-preferred-size: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex-preferred-size: 33.333%;
	-webkit-flex-basis: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}

.col-5 {
	-ms-flex-preferred-size: 41.667%;
	-webkit-flex-basis: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%;
}

.col-6 {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex-preferred-size: 58.333%;
	-webkit-flex-basis: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}

.col-8 {
	-ms-flex-preferred-size: 66.667%;
	-webkit-flex-basis: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%;
}

.col-9 {
	-ms-flex-preferred-size: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex-preferred-size: 83.333%;
	-webkit-flex-basis: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%;
}

.col-11 {
	-ms-flex-preferred-size: 91.667%;
	-webkit-flex-basis: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%;
}

.col-12 {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	list-style: none;
	padding-left: 0;
}

.pagination .icon {
	display: inline-block;
	line-height: 1;
	vertical-align: baseline;
}

.pagination .fa-angle-left::before {
	content: "\2039";
}

.pagination .fa-angle-right::before {
	content: "\203A";
}

.pagination .fa-angle-double-left::before {
	content: "\00ab";
}

.pagination .fa-angle-double-right::before {
	content: "\00bb";
}

.footable-page a {
	-webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border 0.3s ease 0s;
	background-color: #eff4f7;
	border-radius: 2px;
	border: 1px solid #eff4f7;
	color: #00688c;
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0.5em 0.5em 0;
	padding: 0.5em 0.75em;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border 0.3s ease 0s;
}

.footable-page a:hover, .footable-page a:focus, .footable-page a:active {
	background-color: #f9f9f9;
	border: 1px solid #053d51;
}

.footable-page a.active-page {
	background-color: #FFD900;
	color: #053d51;
}

.footable-page a.active-page:hover, .footable-page a.active-page:focus, .footable-page a.active-page:active {
	border: 1px solid #053d51;
}

.footable-page a.next::after {
	display: none;
}

.text-right {
	text-align: right;
}

.req {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
}

.btn-primary {
	background-color: #FFD900;
	border-radius: 5px;
	border: 1px solid #FFD900;
	color: #053d51;
	display: inline-block;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0.5em 1em;
	text-decoration: none;
	white-space: nowrap;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	border: 1px solid #053d51;
}

.btn-primary.selected {
	background-color: #ffffff;
	border: 1px solid #DAF3FD;
	color: #00688c;
}

.btn-primary.selected:hover, .btn-primary.selected:focus, .btn-primary.selected:active {
	border: 1px solid #00688c;
}

.btn-secondary {
    background-color: #e5f0f3;
    border-radius: 5px;
    border: 1px solid #00688c;
    color: #000000;
    display: inline-block;
    font-weight: bold;
	line-height: 1.5em;
    padding: 0.5em 1em;
}

[class*="btn-"].disabled {
	background-color: #999999;
	border: 1px solid #999999;
	color: #ffffff;
	cursor: default;
}
a.previous {font-style: italic;}

/* PARTNER OPPORTUNITIES
----------------------------------------------- */
/* Co-op common header items */
.coop-header + .breadcrumbs {
	margin: 1em 0;
}

.coop-search label, .coop-search h1 {
	display: inline-block;
	font-size: 1.75em;
	font-weight: bold;
	text-transform: none;
}

.coop-search .icon-search {
	font-size: 2em;
	float: right;
	margin-right: -1rem;
}

.coop-search input[type="text"] {
	border: 1px solid #ececec;
	padding: 0.75em 1em;
	width: calc(100% - 155px);
}

.coop-search input[type="text"]:focus {
	border: 1px solid #053d51;
}

.coop-search .btn, .coop-search input[type="submit"] {
	border-radius: 5px;
	color: #053d51;
	font-weight: bold;
	margin-left: 1em;
	padding: 0.5em 2em;
	text-transform: uppercase;
	text-decoration: none;
}

.change-sort-order {
	margin-top: 1em;
}

.change-sort-order label {
	color: #00688c;
	display: inline-block;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.change-sort-order .select-wrapper {
	display: block;
}

.coop-filters {
	background-color: #f2fbfc;
	padding: 1em;
}

.coop-filters h3 {
	font-size: 1.5em;
	margin: 0;
}

.coop-filters p {
	font-size: 0.875em;
}

.coop-filters fieldset {
	border: none;
	padding: 0;
	margin: 1em 0 0 0;
}

.coop-filters legend {
	color: #00688c;
	font-size: 1.125em;
	font-weight: 600;
}

.coop-filters .clear-all {
	display: none;
}

.filter-list {
	list-style: none;
	padding-left: 0;
}

.filter-list ul {
	display: inline-block;
	list-style: none;
}

.filter-list input[type="checkbox"] {
	vertical-align: middle;
}

.filter-list label {
	margin-left: 0.5em;
	vertical-align: middle;
}

/* Co-op list page */
.coop-remove-filters {
	margin: 1em 0;
}

.coop-filter-selection {
	list-style: none;
	padding-left: 0;
}

.coop-filter-selection li {
	display: inline-block;
	padding: 0 0.25em 0.5em 0.25em;
}

.coop-filter-selection li:first-of-type {
	padding-left: 0;
}

.clear-filter:link, .clear-filter:visited {
	-webkit-transition: all 0.3s ease 0s;
	background-color: #e5f0f3;
	border-radius: 2em;
	border: 1px solid #00688c;
	color: #000000;
	display: inline-block;
	line-height: 1;
	opacity: 1;
	padding: 0.375em 1em 0.375em 0.375em;
	transition: all 0.3s ease 0s;
}

.clear-filter:hover, .clear-filter:focus, .clear-filter:active {
	background-color: #00688c;
	color: #ffffff;
	text-decoration: none;
}

.clear-filter::before {
	-webkit-transition: color 0.3s ease 0s;
	color: #00688c;
	content: "\f057";
	display: inline-block;
	font-family: 'icomoon' !important;
	font-weight: normal;
	line-height: 1;
	margin-right: 0.25em;
	transition: color 0.3s ease 0s;
	vertical-align: baseline;
}

.clear-filter:hover::before, .clear-filter:focus::before, .clear-filter:active::before {
	color: #ffffff;
}

.clear-filter.removing {
	opacity: 0;
}

.show-coop-panel:link, .show-coop-panel:visited {
	background-color: #ffffff;
	border-radius: 0.5em;
	border: 2px solid #00688c;
	color: #00688c;
	display: inline-block;
	font-size: .875em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0.5em 1.5em;
	text-decoration: none;
	text-transform: uppercase;
}

.show-coop-panel:hover, .show-coop-panel:focus, .show-coop-panel:active {
	background-color: #00688c;
	color: #ffffff;
	text-decoration: none;
}

.show-coop-panel.disabled {
	background-color: #f9f9f9;
	border: 2px solid #cccccc;
	color: #6F7076;
	cursor: default;
}

.coop-list {
	padding: 0 0 2em 0;
}

.coop-list-container table {
	width: 100%;
}

.coop-list-container .coop-item {
	padding: 0 1em;
}

.coop-list-container .coop-item:nth-child(odd) {
	background-color: #f9f9f9;
}

.coop-list-container .coop-item:nth-child(odd) [class*="col-"]:last-of-type {
	align-self: stretch;
	background-color: #eeeeee;
}

.coop-list-container .coop-item:nth-child(even) {
	background-color: #ffffff;
}

.coop-list-container .coop-item:nth-child(even) [class*="col-"]:last-of-type {
	align-self: stretch;
	background-color: #f9f9f9;
}

.coop-list-container [class*="col-"] {
	padding-bottom: 1em;
	padding-top: 1em;
}

.coop-list-container .vertical-center {
	height: 100%;
	position: relative;
	width: 100%;
}

.coop-list-container .vertical-center > * {
	-webkit-transform: translateX(-50%) translateY(-50%);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.coop-list-container p {
	margin: 0 0 0.5rem 0;
}

.coop-list-container p:last-of-type {
	margin: 0;
}

.coop-list-container .region {
	font-size: 1.125em;
	font-weight: 600;
}

.coop-list-container .title {
	font-size: 1.375em;
	line-height: 1.375;
}

.coop-list-container .cost {
	font-size: 0.875em;
	font-weight: 600;
}

.coop-list-container .date {
	/*font-weight: bold;*/
}

/* Co-op panel/cart */
.coop-panel {
	-webkit-transition: right 0.3s ease 0s;
	background-color: #00688c;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	color: #ffffff;
	height: 100%;
	position: fixed;
	right: -40%;
	top: 0;
	transition: right 0.3s ease 0s;
	visibility: hidden;
	width: 40%;
	z-index: 1000;
}

.coop-panel.visible {
	right: 0;
	visibility: visible;
}

.coop-panel .scrollview {
	height: calc(100% - 14em);
	margin: 5em 0 9em 0;
	overflow: auto;
	padding: 0 2em;
	width: 100%;
}

.coop-panel form {
	height: 100%;
}

.selected-items {
	list-style: none;
	overflow: hidden;
	padding-left: 0;
}

.selected-items li {
	-webkit-transform: translateX(0);
	-webkit-transition: transform 0.5s ease 0s;
	border-bottom: 1px solid rgb(0, 62, 83);
	padding: 1em 0 1em 1em;
	position: relative;
	transform: translateX(0);
	transition: transform 0.5s ease 0s;
}

.selected-items li.removing {
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
}

.selected-items li:last-of-type {
	border-bottom: none;
}

.selected-items p {
	margin: 0;
}

.selected-items a:link, .selected-items a:visited {
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: underline;
}
.selected-items a:hover, .selected-items a:focus, .selected-items a:active {
	color: #ffd900;
}

.selected-items .remove-item {
	-webkit-transform: translateY(-50%);
	background-color: rgba(255,255,255,0);
	border: none;
	color: #ffffff;
	font-size: 1.125em;
	margin: 0;
	padding: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.selected-items .remove-item:hover, .selected-items .remove-item:focus, .selected-items .remove-item:active {
	color: #ffd900;
	text-decoration: none;
}

.coop-items-header {
	height: 5em;
	left: 0;
	padding: 1em 2em;
	position: absolute;
	top: 0;
	width: 100%;
}

.coop-items-header h3 {
	color: #ffffff;
	font-size: 1.75em;
	font-weight: bold;
	margin: 0;
}

.coop-items-header .close {
	color: #ffffff;
	font-size: .875em;
	font-weight:bold;
	position: absolute;
	right: 2rem;
	text-transform: uppercase;
	top: 1.25em;
}

.coop-items-header .close:hover, .coop-items-header .close:focus, .coop-items-header .close:active {
	color: #ffd900;
	text-decoration: none;
}

.coop-items-footer {
	bottom: 0;
	height: 12em;
	left: 0;
	padding: 1em 2em;
	position: absolute;
	width: 100%;
}

.coop-items-footer p {line-height: 3em;}

.coop-items-footer .btn-primary {
	display: inline-block;
	text-decoration: none;
}

.coop-items-footer a:not(.btn-primary):link, .coop-items-footer a:not(.btn-primary):visited {
	color: #ffffff;
	margin:2em 0;
	font-weight:bold;
}

.coop-items-footer a:not(.btn-primary):hover, .coop-items-footer a:not(.btn-primary):focus, .coop-items-footer a:not(.btn-primary):active {
	color: #ffd900;
}

/* Co-op Detail Page */
.coop-detail {
	margin-bottom: 2em;
}

.coop-detail .show-coop-panel {
	position: absolute;
	right: 1em;
	top: 0;
}

.coop-detail h1 {
	font-size: 2.25em;
	margin: 1.5em 0 0 0;
	max-width: calc(100% - 7em);
}

.coop-detail hr {
	border: 1px solid #00BCD4;
	margin: 1em 0;
}

.coop-detail .date {
	color: #00688c;
	font-size: 1.5em;
	font-weight:bold;
	margin: 1rem 0;
}

.coop-detail .cost span,
.coop-detail .description span {
	color: #00688c;
	font-weight: bold;
	font-style: normal;
}

.coop-detail .details {
	margin: 1em 0;
	padding: 1em 0;
}

.coop-detail .coop-label {
	color: #00688c;
	font-weight: 600;
	margin: 0;
}

.coop-detail .event-list {
	border-top: 1px solid #e5f0f3;
	margin-bottom: 2em;
}

.coop-detail .contact-info {
	margin-bottom: 2em;
}

.coop-detail .contact-info p {
	margin: 0;
}

.coop-interest-form .row p:first-of-type {
	margin-top: 2em;
	font-size: 1.2em;
}

.coop-detail .btn-primary {
	margin: 1em 0;
}

.coop-detail p.coop-label {
	padding-bottom: .5em;
}

.event-list > .row > div {
	line-height: 2em;
	margin-bottom: .5em;
}

.contact-info {
	line-height: 2em;
	padding-top: .5em;
	border-top: 1px solid #e5f0f3;
	margin-bottom: .5em;
}
/* Co-op interest form */
.coop-interest-form {
	margin-bottom: 2em;
}

.coop-interest-form .container-fluid {
	max-width: 64em;
}

.coop-interest-form .interested-opps {
	padding: 0 1em 1em 1em;
}
.interested-opps p {font-size:1.2em; color:#00688c;}

.coop-interest-form label {
	display: block;
}

.coop-interest-form input[type="checkbox"] + label {
	display: inline-block;
	font-weight: bold;
	margin-left: 0.5em;
}

.coop-interest-form input[type="text"], .coop-interest-form input[type="email"] {
	background-color: #f9f9f9;
	border: 1px solid #aaaaaa;
	margin-bottom: 1em;
	padding: 0.75em;
	width: 100%;
}

.coop-interest-form .select-wrapper {
	background-color: #f9f9f9;
	border: 1px solid #aaaaaa;
	margin-bottom: 1em;
	width: 100%;
}

.coop-interest-form .select-wrapper select {
	padding: 0.75em;
	height: auto;
}

.coop-interest-form input[type="submit"] {
	background-color: #FFD900;
	border-radius: 5px;
	border: 1px solid #FFD900;
	color: #053d51;
	font-weight: bold;
	margin: 2em 0;
	min-width: 10em;
	padding: 0.5em 1em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.coop-interest-form input[type="submit"]:hover, .coop-interest-form input[type="submit"]:focus, .coop-interest-form input[type="submit"]:active {
	border: 1px solid #053d51;
}

.coop-interest-form textarea {
	border: 1px solid #aaaaaa;
	display: block;
	height: 6em;
	line-height: 1.375;
	padding: 0.25em 0.5em;
	width: 100%;
}

.coop-interest-form .more-opportunities.hidden {
	display: none;
}

.coop-interest-form .more-opportunities a {
	font-size:.8em;
	font-weight: 600;
	text-decoration: underline;
}
.coop-interest-form .more-opportunities a::after {content: "\00bb";
    display: inline-block;
    line-height: 1;
    padding-left: 0.25em;
    vertical-align: baseline;}

.coop-interested-items .coop-interest {
	padding: 1em
}

.coop-interested-items .coop-interest:nth-child(odd) {
	background-color: #f9f9f9;
}

.coop-interested-items .coop-interest:nth-child(even) {
	background-color: #ffffff;
}

.more-opportunities {border-bottom: 1px solid #00BCD4;
    padding-bottom: 1em;
    margin-bottom: 2em;}


.coop-interested-items .coop-interest a {
	display: block;
	font-size: 1.2em;
	padding-left: 1em;
    text-indent:-.5em;
}

.coop-interested-items .coop-interest a::before {
	-webkit-transition: color 0.3s ease 0s;
	color: #00688c;
	content: "\f057";
	display: inline-block;
	font-family: 'icomoon' !important;
	font-weight: normal;
	line-height: 1;
	margin-right: 0.25em;
	transition: color 0.3s ease 0s;
	vertical-align: baseline;	
}

.no-opportunities-selected {
	background-color: #f9f9f9;
	font-weight: bold;
	padding: 5em 20%;
	text-align: center;
}

.coop-interest-form-ty .container-fluid.smaller {
	max-width: 64em;
}

.coop-interest-form-ty h2 {
	font-size: 2em;
}

.coop-interest-form-ty h3 {
	font-size: 1.5em;
	border-bottom: 1px solid #00BCD4;
	padding-bottom: 0.5em;
}

.coop-interest-form-ty .contact-info-section {
	margin-bottom: 2em;
}

.coop-interest-form-ty .contact-info-section p {
	margin: 0.5em 0;
}

.coop-interest-form-ty .contact-info-section p span {
	color: #00688c;
	display: inline-block;
	font-weight: bold;
}

.coop-submitted-items .coop-interest {
	padding: 1em;
}

.coop-submitted-items .coop-interest:nth-child(odd) {
	background-color: #f9f9f9;
}

.coop-submitted-items .coop-interest:nth-child(even) {
	background-color: #ffffff;
}

.coop-submitted-items .coop-interest p {
	margin: 0.5em 0;
}

.coop-submitted-items .coop-interest p:first-child {
	margin-top: 0;	
}

.coop-submitted-items .coop-interest p:last-child {
	margin-bottom: 0;	
}

.coop-submitted-items .coop-interest p span {
	color: #00688c;
	display: inline-block;
	font-weight: 600;
}

.coop-submitted-items .coop-interest .title {
	color: #053d51;
	font-size: 1.25em;
	font-weight: 600;
}

.coop-interest-form .disclaimer {
	font-size: 80%;
	line-height: 1.5em;
	display: inline-block;
}

/* Tablet Only */
@media (min-width:48em) and (max-width:64em) {
	/* Partner Opportunities */
	.coop-search .icon-search {
		display: none;
	}

	.coop-filters .filter-container {
		min-width: 15em;
	}

	.coop-panel {
		right: -50%;
		width: 50%;
	}

	.coop-list .col-md-9 {
		padding: 0;
	}

	.coop-list-container [class*="col-"].record-count {
		padding-right: 1em;
	}

	.coop-list-container [class*="col-"].center-md {
		padding-top: 0;
	}

	.coop-list-container .coop-item:nth-child(odd) [class*="col-"]:last-of-type {
		background-color: rgba(255,255,255,0);
	}

	.coop-list-container .coop-item:nth-child(even) [class*="col-"]:last-of-type {
		background-color: rgba(255,255,255,0);
	}

	.coop-list-container .vertical-center > * {
		-webkit-transform: translateX(0) translateY(0);
		left: 0;
		position: static;
		top: 0;
		transform: translateX(0) translateY(0);
	}
}


/* Large mobile screens 767px and lower */
@media (max-width:47.99em) {
	.col-2, .col-4, .col-6, .col-8, .col-10, .col-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}

	/* Partner Opportunities */
	.coop-search label {
		margin-bottom: 0.5em;
	}

	.coop-search .icon-search {
		display: none;
	}

	.coop-filters {
		margin: 1em 0;
		overflow: hidden;
		padding: 0;
	}

	.coop-filters .filter-toggle {
		-webkit-transition: height 0.5s ease 0s;
		max-height: 48px;
		transition: height 0.5s ease 0s;
	}

	.coop-filters.open .filter-toggle {
		max-height: 999em;
	}

	.coop-filters h3 {
		color: #fff;
		background-color: #00688c;
		position: relative;
		padding: 0.5em 2em 0.5em 0.75em;
		margin-bottom: 1rem;
	}

	.coop-filters h3::after {
		-webkit-transform: rotate(45deg) translateX(-3px);
		border-bottom: 3px solid #fff;
		border-left: 1px solid #fff0;
		border-right: 3px solid #fff;
		border-top: 1px solid #fff0;
		content: "";
		display: block;
		height: 10px;
		pointer-events: none;
		position: absolute;
		right: 8px;
		top: calc(50% - 5px);
		transform: rotate(45deg) translateX(-3px);
		width: 10px;
		z-index: 2;
	}

	.coop-filters .btn-primary {
		margin-left: 1em;
	}

	.coop-filters fieldset, .coop-filters .change-sort-order {
		padding-left: 1em;
		padding-right: 1em;
	}

	.coop-filters fieldset:last-of-type {
		padding-bottom: 1em;
	}

	.coop-filter-selection {
		margin: 0 0 1em 0;
	}

	.coop-filter-selection li:first-of-type {
		padding-left: 0.25em;
	}

	.change-sort-order {
		margin-bottom: 1em;
	}

	.coop-panel {
		right: -100%;
		width: 100%;
	}

	.coop-list .col-md-9 {
		padding: 0;
	}

	.coop-list .col-2, .coop-list .col-4, .coop-list .col-6, .coop-list .col-8, .coop-list .col-10, .coop-list .col-12 {
		text-align: center;
	}

	.coop-list-container .no-records {
		padding: 0 1em;
	}

	.coop-list-container [class*='col-'] + [class*='col-'] {
		padding-top: 0;
	}

	.coop-list-container .coop-item:nth-child(odd) [class*="col-"]:last-of-type,
	.coop-list-container .coop-item:nth-child(even) [class*="col-"]:last-of-type {
		background-color: inherit;
	}

	.coop-list-container .vertical-center, .coop-list-container .vertical-center > * {
		-webkit-transform: translateX(0) translateY(0);
		position: static;
		transform: translateX(0) translateY(0);
	}

	.coop-detail {
		margin: 1em 0;
	}

	.coop-detail .show-coop-panel {
		margin: 1em 0 2em 0;
		position: static;
	}

	.coop-detail h1 {
		max-width: 100%;
	}
}

/* Mobile landscape (480px and lower) */
@media (max-width:30em) {
	.coop-filters .clear-all {
		display: inline-block;
		margin-left: 1em;
	}

	.coop-filter-selection {
		display: none;
	}

	.coop-remove-filters {
		margin-bottom: 0;
	}

	.coop-items-header {
		height: 4em;
	}

	.coop-items-header h3 {
		font-size: 1.5em;
	}

	.coop-items-header .close {
		right: 1em;
		top: 1em;
	}

	.coop-panel .scrollview {
		height: calc(100% - 12em);
		margin: 4em 0 8em 0;
		padding: 0 1em;
	}

	.coop-items-footer {
		height: 8em;
		padding: 1em;
	}

	.coop-items-footer p {
		margin-top: 0;
	}

	.coop-detail h1 {
		font-size: 1.5em;
	}

	.coop-detail .date {
		font-size: 1.25em;
	}

	.coop-detail .event-list {
		margin-bottom: 1em;
	}

	.event-list [class*="col-"]:nth-child(even) {
		margin-bottom: 1em;
	}

	.coop-interest-form .check-radio-wrapper {
		margin-bottom: 1em;
	}

	.coop-interest-form textarea {
		height: 4.5em;
	}

	.coop-interested-items .coop-interest {
		padding: 0.5em;
	}

	.coop-interested-items .coop-interest a {
		margin-bottom: 0.5em;
	}

	.coop-interest-form-ty h2 {
		font-size: 1.5em;
	}

	.coop-interest-form-ty h3 {
		font-size: 1.25em;
	}

	.coop-submitted-items .coop-interest .title {
		font-size: 1.125em;
	}
}
