<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.crocs-company {
	min-height: 300px;
	margin-top: 3em;
	margin-bottom: 3em;
}

.crocs-company .nowrap {
	white-space: nowrap;
}

.crocs-company h2 small {
	display: block;
	line-height: 1.25em;
}

.crocs-company strong,
.crocs-company b {
	font-weight: bold;
}
.crocs-company em,
.crocs-company i {
	font-style: italic;
}

.crocs-company .cx-list {
	margin-bottom: 1.5em;
}

.crocs-company .cx-list .cx-list {
	margin-bottom: 0;
}

.crocs-company a:hover, 
.crocs-company a:focus,
.crocs.company a:active {
	text-decoration: underline;
}

.crocs-company .callout {
	background: #ebebeb;
	padding: 20px;
	margin-top: 2em;
	margin-bottom: 2em;
}
.crocs-company .callout &gt; *:first-child {
	margin-top: 0;
}
.crocs-company .callout &gt; *:last-child {
	margin-bottom: 0;
}
.crocs-company .callout p {
	font-size: 16px;
}
.crocs-company .leadership-callout {
	padding: 10px;
	margin: 0 auto 1em;
	max-width: 300px;
}
@media (min-width: 768px) {
	.crocs-company .leadership-callout {
		margin: 0 0 1em 1em;
		float: right;
	}
}
.crocs-company .leadership-callout p {
	font-size: 14px;
	line-height: 1.25em;
	margin: 10px 0;
}

.crocs-company .pullquote {
	color: #444;
	margin: 3em 0;
	padding: 2em 2em 0;
	border: 1px solid #555;
	border-left: none;
	border-right: none;
}
.crocs-company .pullquote p {
	font-family: 'proxima_novaregular', Arial, sans-serif;
	font-size: 36px;
	line-height: 1em;
	margin-bottom: 1em;
}
.crocs-company .pullquote-open {
	color: #bbb;
	font-family: symbolset;
	font-style: normal;
	font-size: 48px;
	float: left;
	padding-right: 12px;
}
.crocs-company .pullquote-close {
	font-family: Arial, Helvetica, sans-serif; /* Arial quotes more closely match symbolset than Proxima does. */
}

/* Intellectual Property page */
.crocs-company .search-bar input:focus {
	outline: 1px solid #000;
}

.crocs-company #ipSearchResults {
	font-size: 14px;
}
.crocs-company #ipSearchResults h3 {
	color: #000;
	margin-top: 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #444;
}
.crocs-company #ipSearchResults h3 small {
	color: #444;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	display: block;
}
.crocs-company #patent p {
	font-size: 14px;
}
.crocs-company #patent p:last-child {
	margin-bottom: 0;
}
.crocs-company #noresults {
	color: #bb1820;
}
.crocs-company #noresults:not(:empty) {
	background: #fff;
	border: 1px solid #bb1820;
	padding: 5px 10px;
}

/* Stuff that is in Bootstrap, but was removed from Crocstrap */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}

</pre></body></html>