/* Basic Content and Helper Classes */
.content-panel {
}

.content-panel p {
	line-height: 1.9em;
}

.content-panel .text-l {
	text-align: left;
}

.content-panel .text-r {
	text-align: right;
}

.content-panel .text-c {
	text-align: center;
}

.content-panel img.half {
	width: auto;
	height: auto !important;
	max-width: 50%;
}

.content-panel img.third {
	width: auto;
	height: auto !important;
	max-width: 33%;
}

.content-panel img.two-thirds {
	width: auto;
	height: auto !important;
	max-width: 66%;
}

.content-panel img.fourth {
	width: auto;
	height: auto !important;
	max-width: 25%;
}

.content-panel img.left, .content-panel iframe.left {
	margin: .5% 2% 2% 0;
}

.content-panel img.right, .content-panel iframe.right {
	margin: .5% 0 2% 2%;
}

.content-panel img.no-vert {
	margin-top: 0;
	margin-bottom: 0;
}

.content-panel img.no-vert {
	margin-top: 0;
	margin-bottom: 0;
}

.content-panel .marg-auto, .content-panel .fancy.spotlight.marg-auto {
	margin-right: auto;
	margin-left: auto;
}

.content-panel table {
	max-width: 100%;
}

.content-panel .btn, .content-panel h1 a, .content-panel h2 a, .content-panel h3 a, .content-panel h4 a {
	text-decoration: none;
}

.content-panel hr {
	clear: both;
}

.content-panel iframe {
	max-width: 100%;
	border: none;
}

.content-panel .hidden {
	visibility: hidden;
}

.content-panel .half .buildflash, .content-panel .half [data-player], .content-panel .half [data-player] div {
	height: auto !important;
	max-width: 100%;
}

.content-panel .right.half .buildflash, .content-panel .right.half [data-player], .content-panel .right.half [data-player] div {
	float: right;
	margin-left: 1em;
}

.m-bottom, .fancy.spotlight.right.m-bottom, .fancy.spotlight.left.m-bottom {
	margin-bottom: 2%;
}

.content-panel iframe.half {
	width: 50%;
}

.content-panel ul, .content-format ul, .content-panel ol {
	padding-left: 2.5em;
	margin: 1.2em 0;
	list-style: disc;
}

.content-panel ol {
	list-style: none;
	counter-reset: item;
}

.content-panel ol > li {
	list-style-type: none;
	counter-increment: item;
	position: relative;
}

.content-panel ul li, .content-panel ol li {
	margin-top: .7em;
	margin-bottom: .7em;
	line-height: 1.5;
}

.content-panel li > ul, .content-format li > ul {
	margin: 0;
}
/* End Basic Content and Helper Classes */

/* Alert Content */
.alert-panel.hc1 .alert-content {
	text-align: center;
	padding: .5em 2%;
	background-color: #1a468c;
	color: #FFFFFF;
}

.alert-panel.hc1 .alert-content p {
	line-height: 1;
	margni: 0;
	padding: 0;
}

.alert-panel.hc1 .alert-content strong:before {
	content: '\e141';
	font-family: 'icomoon-ult';
	font-size: 1.5em;
	line-height: 1;
	font-weight: 400;
	padding: .5em;
	position: relative;
	top: .15em;
}

.alert-panel.hc1 .alert-content strong {
	font-size: 1.111em;
}

.alert-panel.hc1 .alert-content a {
	color: #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}

.alert-panel.hc1 .alert-content a:hover {
	border-bottom: dotted 2px #FFFFFF;
}
/* End Alert Content */

/* Fancy Lists */
ul.fancy {
	padding-left: 0;
}

.no-generatedcontent ul.fancy {
	padding-left: 1.5em;
}

ul.fancy li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 1em;
	list-style: none;
}

ul.fancy li:before {
	position: absolute;
	top: .05em;
	left: 0;
	font-family: 'icomoon-ult';
	color: #FFC72C; /* $secondary */
	content: '\e0ea';
}

ul.fancy.v2 li {
	position: relative;
	padding-left: 3.5em;
	margin-bottom: 2.5em;
	font-size: 1.125em;
	color: #007377; /* $primary */
}

ul.fancy.v2 li:last-child {
	margin-bottom: 1.5em;
}

ul.fancy.v2 li span {
	position: absolute;
	left: -.3em;
	width: 2.7em;
	height: 1.5em;
	border-right: 1px solid #007377; /* $primary */
	border-left: 1px solid #007377; /* $primary */
}

ul.fancy.v2 li:before {
	top: -.5em;
	padding: .5em;
	color: #007377; /* $primary */
	content: '\e7c2';
	box-shadow: 0 1px 0 #007377, 0 -1px 0 #007377; /* $primary */
}

ul.fancy.v3 li {
	padding-left: 12%;
	margin-bottom: 1.5em;
}

ul.fancy.v3 li:last-child {
	margin-bottom: 0;
}

ul.fancy.v3 li:before {
	width: 8%;
	height: 100%;
	background-image: url(/images/landing-images/check-mark.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

ul.fancy.v3 li h5, ul.fancy.v3 li p {
	margin: 0;
	font-size: 1em;
}

.no-generatedcontent ul.fancy li {
	padding-left: .25em;
	list-style: disc;
}

ul.timeline {
	position: relative;
	padding-left: 3em;
	overflow: hidden;
	list-style: none;
}

.no-generatedcontent ul.timeline {
	list-style: disc;
}

ul.timeline:before {
	position: absolute;
	top: 0;
	left: 1em;
	display: block;
	width: .5em;
	height: 100%;
	background-color: #007377; /* $primary */
	border-radius: .25em;
	content: '';
}

ul.timeline li {
	position: relative;
	padding: .5em .75em;
	margin-bottom: .5em;
	background-color: #B9FDFF; /* lighten($primary,82%) */
	opacity: 0;
	-webkit-transform: translateX(10%);
	-ms-transform: translateX(10%);
	transform: translateX(10%);
	transition: .75s ease;
}

ul.timeline li.active, .cms-edit-content ul.timeline li {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

ul.timeline li:before {
	position: absolute;
	right: 100%;
	z-index: 2;
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin-right: 1em;
	background-color: #FFC72C; /* $secondary */
	border: .25em solid #007377; /* $primary */
	border-radius: 6em;
	content: '';
	transition: .25s ease;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

ul.timeline li:hover:before {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

ul.timeline li:after {
	position: absolute;
	top: .75em;
	right: 100%;
	display: block;
	border-top: .5em solid transparent;
	border-right: 1em solid #D8FEFF; /* lighten($primary,90%) */
	border-bottom: .5em solid transparent;
	content: '';
}
/* End Fancy Lists */

/* Content List */
.content-list h2 {
	margin: 2em 0 .75em;
	line-height: 1;
}

.content-list {
	margin-bottom: 1em;
}

.content-list .cl-item {
	background-color: #007377; /* $primary */
}

.content-list .cl-item:nth-child(even) {
	background-color: #005C5F; /* darken($primary,20%) */
}

.content-list .cl-item > h3 {
	position: relative;
	padding: 1em 1.1em;
	margin: 0;
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
	transition: .25s ease;
}

.content-list .cl-item > h3.active {
	color: #fff;
}

.content-list h3:before {
	position: absolute;
	top: 50%;
	right: 2.4em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .5s ease;
	font-family: fontello;
	font-size: .55em;
	content: '\e811';
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.content-list h3.active:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #000000; /* $dark */
	top: 40%;
}

.content-list h3:hover {
	color: #fff;
	cursor: pointer;
}

.content-list [data-type=section] {
	padding: 0 1.4em 1.55em;
	margin: 0;
	color: #FFFFFF; /* $white */
	line-height: 2em;
}

.content-list [data-type=section] ul {
	padding-left: 2.5em;
	margin: 1em 0;
	list-style: disc;
}

.content-list [data-type=section] h4 {
	color: #007377; /* $primary */
}

.content-list [data-type=item] {
	padding: 0;
}
/* End Content List */

/* Content Panel List */
.content-panel-list h2 {
	margin: .5em 0;
	line-height: 1;
}

.content-panel-list h3 {
	position: relative;
	padding: .5em 2.75em .6em 1em;
	margin: .25em 0;
	font-size: 1.25em;
	font-weight: normal;
	color: #007377; /* $primary */
	border: solid 1px #ecf3f8;
	box-shadow: inset 0 0 .5em #ecf3f8;
	transition: .25s ease;
}

.content-panel-list h3.active {
	color: #fff;
	background-color: #000000; /* $dark */
}

.content-panel-list h3:after, .content-panel-list h3.active:after {
	position: absolute;
	top: .55em;
	right: 1em;
	font-family: 'icomoon-ult';
	font-size: 1em;
	line-height: 1em;
}

.content-panel-list h3:after {
	font-family: 'icomoon-ult';
	content: '\e145';
}

.content-panel-list h3.active:after {
	font-family: 'icomoon-ult';
	content: '\e147';
}

.content-panel-list h3:hover {
	color: #fff;
	cursor: pointer;
	background-color: #000000; /* $dark */
}

.content-panel-list .cl-section {
	padding: 1% 2%;
	background-color: #ecf3f8;
}
/* End Content Panel List */

/* Columns */
.content-panel .column {
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: both;
	list-style: none;
}

.content-panel .column.center {
	text-align: center;
}

.content-panel .column img.left, .content-panel .column img.right {
	margin-top: 0;
	margin-bottom: 0;
}

.content-panel .column ul {
	margin: 0 0 1em;
	list-style: disc;
}

.content-panel .column .results-list ul {
	list-style: none;
}

.content-panel .column ul li {
	list-style: inherit;
}

.content-panel .column ul.fancy li {
	list-style: none;
}

.content-panel .column li.text-r {
	text-align: right;
}

.content-panel .column > * {
	float: left;
	margin: 0 0 2% 0;
	list-style: none;
}

.content-panel .column.one > * {
	width: 100%;
	margin-bottom: 1%;
}

.content-panel .column.two > * {
	width: 47%;
	margin-right: 1%;
}

.content-panel .column.two > *.third {
	width: 33%;
}

.content-panel .column.two > *.two-thirds {
	width: 66%;
}

.content-panel .column.two > *:nth-child(2n+1) {
	clear: both;
}

.content-panel .column.three > * {
	width: 33%;
}

.content-panel .column.three > *:nth-child(3n+1) {
	clear: both;
}

.content-panel .column.four > * {
	width: 25%;
}

.content-panel .column.four > *:nth-child(4n+1) {
	clear: both;
}

.no-hashchange .content-panel .column > * {
	margin-bottom: 5%;
}
/* End Columns */

/* Tables */
.content-panel .table {
	display: table;
	width: 100%;
	padding: 0;
	margin: 1em 0;
	list-style: none;
	table-layout: fixed;
}

.content-panel .table.header-top > *:first-child > div > h3, .content-panel .table.header-top > *:first-child > div > h2 {
	margin: 0 0 .4em;
	color: #fff;
}

.content-panel .table li input {
	width: 100%;
}

.content-panel .table.third {
	width: 33%;
}

.content-panel .table.center {
	text-align: center;
}

.content-panel .table div.center {
	text-align: center;
}

.content-panel .table > * {
	display: table-row;
}

.no-display-table .content-panel .table > * {
	display: block;
}

.content-panel .table > * > * {
	display: table-cell;
	padding: 1%;
	margin: 0;
	vertical-align: middle;
}

.no-display-table .content-panel .table > * > * {
	float: left;
	width: 48%;
}

.content-panel .table.zebra > *:nth-child(even) {
	background-color: #C4FDFF; /* lighten($primary,85%) */
}

.content-panel .table.vert-top > * > * {
	vertical-align: top;
}

.content-panel .table.border > * > * {
	border: 1px solid #007377; /* $primary */
}

.content-panel .table.border {
	border: 1px solid #007377; /* $primary */
}

.content-panel .table.border.header-top > *:first-child > * {
	border: 1px solid #007377; /* $primary */
}

.content-panel .table.header-top > *:first-child {
	color: #fff;
	background-color: #007377; /* $primary */
}

.content-panel .table.header-side > * > *:first-child {
	color: #fff;
	background-color: #007377; /* $primary */
}

.content-panel .table.border.header-top > *:first-child > h4 {
	color: #FFC72C; /* $secondary */
}

.content-panel .table.border.header-side > * > *:first-child {
	border-color: #007377; /* $primary */
}

.content-panel .table.header-side > * > h4:first-child {
	color: #FFC72C; /* $secondary */
}

.content-panel .table .spacer {
	color: #fff;
}

.content-panel .table span.spacer {
	display: none;
}

.content-panel .table .table-head, .content-panel .table.zebra .table-head {
	color: #fff;
	background-color: #007377; /* $primary */
}

.content-panel .table .third {
	float: none;
	width: 33%;
}

.content-panel .table .two-thirds {
	float: none;
	width: 66.6%;
}

.content-panel .table li div.text-r {
	text-align: right;
}
/* End Tables */

/* Custom Tables */
table.golfers {
	width: 100%;
	max-width: max-content;
	border-collapse: collapse;
	white-space: nowrap;
}

table.golfers caption {
	margin: 0.75rem 0;
	caption-side: bottom;
	text-align: left;
}

table.golfers thead th {
	background-color: #E1EDEF;
	border: 1px solid;
}

table.golfers thead th {
	padding: 0 0.5rem;
}

table.golfers tr td {
	padding: 0.5rem 1rem;
}

table.golfers tr td:first-child {
	background-color: #E1EDEF;
	position: sticky;
	border: 1px solid;
	left: 0;
}

table.golfers tr td:not(:first-child):hover {
	background-color: rgba(255,199,44,0.4) !important;
}

table.golfers.v1 tr td:nth-child(even) {
	background-color: #e4e4e4;
}

table.golfers.v2 tr td:not(:first-child):nth-child(odd) {
	background-color: #e4e4e4;
}

.ui-scroll {
	max-width: 100%;
	overflow: auto;
}

.ui-scroll::-webkit-scrollbar-track {
	background: none;
}

.ui-scroll::-webkit-scrollbar-thumb {
	border: solid 2px transparent;
	background-clip: padding-box;
	border-radius: 12px;
	background-color: rgba(16,37,78,.1);
}

.ui-scroll::-webkit-scrollbar-thumb {
	border: solid 2px transparent;
	background-clip: padding-box;
	border-radius: 12px;
	background-color: rgba(16,37,78,.1);
}

.ui-scroll::-webkit-scrollbar-corner {
	background-color: transparent;
}

.ui-scroll::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

.ui-scroll::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	background: none;
}

.ui-scroll::-webkit-scrollbar {
	background-color: #C9C9C9;
	width: 8px;
}
/* End Custom Tables */

/* Custom About Page Styles */
.sub.about .flex.img-title-wrapper {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sub.about .flex.img-title-wrapper img {
	margin-right: 1.5rem;
}

.two-column-event {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* End Custom About Page Styles */

/* Responsive @ 768px */
@media (max-width:768px) {
	.content-panel .column.three > * {
		float: none;
		width: 100%;
	}

	.content-panel .column.four > * {
		width: 47%;
	}

	.content-list h2 {
		padding-left: 0;
	}
}
/* End Responsive @ 768px */

/* Responsive @ 550px */
@media (max-width: 550px) {
	.fancy.spotlight.half, .fancy.spotlight .half {
		width: 100%;
	}

	.content-panel .column.two > * {
		float: none;
		width: 100%;
	}

	.content-panel .column.four > * {
		float: none;
		width: 100%;
	}

	.content-panel .table.no-break > * > * {
		display: table-cell;
	}

	.content-panel .table > *.table-head {
		display: none;
	}

	.content-panel .table > * > *:first-child {
		border-bottom: none;
	}

	.content-panel .table > * > *:last-child {
		border-top: none;
	}

	.content-panel .table .spacer {
		color: inherit;
	}

	.content-panel .table > * > *, .content-panel .table .third, .content-panel .table .two-thirds {
		display: block;
	}

	.content-panel .table.label > * > *:before {
		display: block;
		content: ' 'attr(data-label)':';
	}

	.content-panel .half.left, .content-panel .half.right {
		float: none;
		width: 100%;
	}
}
/* End Responsive @ 550px */

/* Responsive @ 480px */
@media (max-width:480px) {
	.content-panel .column.two > * {
		float: none;
		width: 100%;
	}

	.content-panel .column.four > * {
		float: none;
		width: 100%;
	}

	.content-panel .table.no-break > * > * {
		display: table-cell;
	}

	.content-panel .table > *.table-head {
		display: none;
	}

	.content-panel .table > * > *:first-child {
		border-bottom: none;
	}

	.content-panel .table > * > *:last-child {
		border-top: none;
	}

	.content-panel .table .spacer {
		color: inherit;
	}

	.content-panel .table.label .table-head {
		display: none;
	}

	.content-panel .table > * > *, .content-panel .table .third, .content-panel .table .two-thirds {
		display: block;
	}

	.content-panel .table.label > * > *:before {
		display: block;
		content: ' 'attr(data-label)':';
	}
}
/* End Responsive @ 480px */

/* Womens Conference Styles */
.conference-list h2 {
	font-size: 2em;
}

.flex.conference-btn {
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.conference-list .cl-section h2 {
	margin: 0.5em 0 .75em;
	color: #ffffff;
}
/* End Womens Conference Styles */
