.inner-text {
	background: linear-gradient(to bottom, #760000 0%,#aa0000 100%);
	padding: 5px 15px;
}
.white-text {
	color: #FFF !important;
}
.border-red {
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	border: 4px solid #c00;
}

.bown-bg {
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
	background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -o-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
	overflow: hidden;
	margin-bottom: 20px;
}

ul.jp-toggles li {
	list-style: none;
}

div.jp-audio {
	width: 420px;
}

div.jp-video-270p {
	width: 480px;
}

div.jp-video-360p {
	width: 640px;
}

div.jp-interface {
	position: relative;
	background-color: #eee;
	/* width:418px; */
	width: 100%;
	border: 1px solid #009be3;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height: 80px;
	border-bottom: none;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
	height: 80px;
}

div.jp-video div.jp-type-single div.jp-interface {
	height: 60px;
	border-bottom: none;
}

div.jp-video div.jp-type-playlist div.jp-interface {
	height: 60px;
}

div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display: inline;
}

div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px !important;
}

a.jp-play,
a.jp-pause {
	width: 40px;
	height: 40px;
	z-index: 1;
}

div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top: 20px;
	left: 40px;
}

div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top: 20px;
	left: 48px;
}

div.jp-video a.jp-play,
div.jp-video a.jp-pause {
	top: 15px;
}

div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
	left: 195px;
}

div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
	left: 220px;
}

div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
	left: 275px;
}

div.jp-video-360p div.jp-type-playlist a.jp-play,
div.jp-video-360p div.jp-type-playlist a.jp-pause {
	left: 300px;
}

a.jp-play {
	background: url("../images/jplayer.blue.monday.jpg") 0 0 no-repeat;
	
}

a.jp-play:hover {
	background: url("../images/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}

a.jp-pause {
	background: url("../images/jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}

a.jp-pause:hover {
	background: url("../images/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}

div.jp-audio div.jp-type-single a.jp-stop {
	top: 26px;
	left: 90px;
}

div.jp-audio div.jp-type-playlist a.jp-stop {
	top: 26px;
	left: 126px;
}

div.jp-video a.jp-stop {
	top: 21px;
}

div.jp-video-270p div.jp-type-single a.jp-stop {
	left: 245px;
}

div.jp-video-270p div.jp-type-playlist a.jp-stop {
	left: 298px;
}

div.jp-video-360p div.jp-type-single a.jp-stop {
	left: 325px;
}

div.jp-video-360p div.jp-type-playlist a.jp-stop {
	left: 378px;
}

a.jp-stop {
	background: url("../images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width: 28px;
	height: 28px;
	z-index: 1;
}

a.jp-stop:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}

div.jp-audio div.jp-type-playlist a.jp-previous {
	left: 20px;
	top: 26px;
}

div.jp-video div.jp-type-playlist a.jp-previous {
	top: 21px;
}

div.jp-video-270p div.jp-type-playlist a.jp-previous {
	left: 192px;
}

div.jp-video-360p div.jp-type-playlist a.jp-previous {
	left: 272px;
}

a.jp-previous {
	background: url("../images/jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width: 28px;
	height: 28px;
}

a.jp-previous:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}

div.jp-audio div.jp-type-playlist a.jp-next {
	left: 88px;
	top: 26px;
}

div.jp-video div.jp-type-playlist a.jp-next {
	top: 21px;
}

div.jp-video-270p div.jp-type-playlist a.jp-next {
	left: 260px;
}

div.jp-video-360p div.jp-type-playlist a.jp-next {
	left: 340px;
}

a.jp-next {
	background: url("../images/jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width: 28px;
	height: 28px;
}

a.jp-next:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}

div.jp-progress {
	position: absolute;
	overflow: hidden;
	background-color: #ddd;
}

div.jp-audio div.jp-type-single div.jp-progress {
	top: 32px;
	left: 130px;
	width: 122px;
	height: 15px;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
	top: 32px;
	left: 164px;
	width: 122px;
	height: 15px;
}

div.jp-video div.jp-progress {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
}

div.jp-seek-bar {
	background: url("../images/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width: 0px;
	/* height:15px; */
	height: 100%;
	cursor: pointer;
}

div.jp-play-bar {
	background: url("../images/jplayer.blue.monday.jpg") 0 -218px repeat-x;
	width: 0px;
	/* height:15px; */
	height: 100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("../images/pbar-ani.gif");
}

a.jp-mute,
a.jp-unmute {
	width: 18px;
	height: 15px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top: 32px;
	left: 274px;
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top: 32px;
	left: 296px;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	top: 27px;
}

div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
	left: 304px;
}

div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
	left: 363px;
}

div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
	left: 384px;
}

div.jp-video-360p div.jp-type-playlist a.jp-mute,
div.jp-video-360p div.jp-type-playlist a.jp-unmute {
	left: 443px;
}

a.jp-mute {
	background: url("../images/jplayer.blue.monday.jpg") 0 -186px no-repeat;
}

a.jp-mute:hover {
	background: url("../images/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}

a.jp-unmute {
	background: url("../images/jplayer.blue.monday.jpg") 0 -170px no-repeat;
	display: none;
}

a.jp-unmute:hover {
	background: url("../images/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	background: url("../images/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width: 46px;
	height: 5px;
	cursor: pointer;
}

div.jp-audio div.jp-type-single div.jp-volume-bar {
	top: 37px;
	left: 302px;
}

div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top: 37px;
	left: 324px;
}

div.jp-video div.jp-volume-bar {
	top: 32px;
}

div.jp-video-270p div.jp-type-single div.jp-volume-bar {
	left: 332px;
}

div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
	left: 391px;
}

div.jp-video-360p div.jp-type-single div.jp-volume-bar {
	left: 412px;
}

div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
	left: 471px;
}

div.jp-volume-bar-value {
	background: url("../images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width: 0px;
	height: 5px;
}

div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size: .64em;
	font-style: oblique;
	font-family: inherit;
}

div.jp-duration {
	text-align: right;
}

div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	top: 49px;
	left: 130px;
	width: 122px;
}

div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top: 49px;
	left: 164px;
	width: 122px;
}

div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
	top: 10px;
	left: 0px;
	width: 98%;
	padding: 0 1%;
}

div.jp-playlist {
	/* width:418px; */
	width: 100%;
	background-color: #ccc;
	border: 1px solid #009be3;
	border-top: none;
}

div.jp-playlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */
	font-size: .72em;
}


div.jp-type-single div.jp-playlist li {
	padding: 5px 0 5px 20px;
	font-weight: bold;
}

div.jp-type-playlist div.jp-playlist li {
	padding: 5px 0 4px 20px;
	border-bottom: 1px solid #eee;
}

/*
div.jp-video div.jp-playlist li {
padding:5px 0 5px 20px;
font-weight:bold;
}
*/
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding: 5px 0 5px 20px;
	border-bottom: none;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 8px;
}

div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover {
	color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display: inline;
	margin-left: 20px;
}

div.jp-video div.jp-video-play {
	background: transparent url("../images/jplayer.blue.monday.video.play.png") no-repeat center;
	/* position: relative; */
	position: absolute;
	cursor: pointer;
	z-index: 2;
}

div.jp-video div.jp-video-play:hover {
	background: transparent url("../images/jplayer.blue.monday.video.play.hover.png") no-repeat center;
}

div.jp-video-270p div.jp-video-play {
	top: -270px;
	width: 480px;
	height: 270px;
}

div.jp-video-360p div.jp-video-play {
	top: -360px;
	width: 640px;
	height: 360px;
}

div.jp-jplayer {
	width: 0px;
	height: 0px;
}

div.jp-video div.jp-jplayer {
	border: 1px solid #009be3;
	border-bottom: none;
	z-index: 1;
}

div.jp-video-270p div.jp-jplayer {
	width: 480px;
	height: 270px;
}

div.jp-video-360p div.jp-jplayer {
	width: 640px;
	height: 360px;
}

div.jp-jplayer {
	background-color: #000000;
}

.tabs {
    width: 100%;
    display: block;
}
.tabs ul {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    padding-left: 0 !important;
}
.tabs ul li {
    display: flex;
}
.tabs ul li a {
    padding: 8px 25px;
    background: #c00;
    cursor: pointer;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}
.messages.messages--status {
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 20px;
}
li.expanded.show .active, li.expanded.active> a, li.active> a {
    background: #67b3ff !important;
    color: #fff !important; 
}
.starbar div {
    display: inline-flex;
    position: absolute;
    color: #336;
    font-size: 11px;
    top: -7px;
    background: #fff;
}
.view-empty{
	border: 1px solid #656a8161;
    padding: 100px;
    text-align: center;
    font-size: xx-large;
    text-transform: uppercase;
    color: #ccc;
}

.form-required::after {
  content: ' *';
  color: red; /* or any color you prefer */
}
strong.error {
    font-size: 13px;
    font-weight: 500;
	color: red;
}

.form-item--error-message .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: yellow;
    opacity: .5;
}

.messages.messages--error {
    display: none;
}

a#edit-help-link {
    display: none;
}

.webform-multiple-add .button{
	margin: 16px 0;
	display: inline-block;
	padding: 4px 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #bbbbbb;
	border-bottom-color: #a2a2a2;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background: linear-gradient(to bottom, #760000 0%, #aa0000 100%);
	color: #fff;
	text-shadow: none;
	font-weight: 700;
	font-size: 18px;
}
#essay_group_table table tr td{
	padding: 0px !important;
}

#essay_group_table label {
    display: block;
font-weight: bold;
}

#essay_group_table input {
    -webkit-appearance: none;
    border-radius: 0;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    outline: 0;
    height: 1.8em;
    width: fit-content;
    margin-bottom: 10px;
}

#essay_group_table .js-form-type-textarea{
 margin-bottom: 25px;
}

.hidden {
    display: none !important;
}


.sharethis-wrapper span.st_plusone_button { display: none; }
.sharethis-wrapper span.st_fblike_button { display: inline-block; }
.sharethis-wrapper #icon-button, .fb_iframe_widget span { height: 24px !important; }
.sharethis-wrapper .fb_iframe_widget { top: 6px; }

.captioned.center.image {
    background: transparent; 
    padding: 7px;
	max-width: 100% !important; 
	height: auto !important; 
	object-fit: contain;
    display: block;
    margin: 0 auto;
}

.caption > figcaption {    
/*    background: #cccccc47;*/
	background: transparent;
    padding: 7px;
    width: 100% !important;
    text-align: center;
}
div.caption {
    background: transparent;
    padding: 7px;
    width: 100% !important;
    text-align: center;
}

.view-self-guided-tour-details .container {display: flex;gap: 10px;}
.view-self-guided-tour-details .container .image-container {width: 30%;text-align: center;padding: 0 10px 0 0;}
.view-self-guided-tour-details .container .site-content {width: 70%;}
.view-self-guided-tour-details .container .image-container .site-button {display: inline-block;zoom:1;padding: 4px 14px;font-size: 14px;line-height: 20px;* line-height: 20px;text-align: center;vertical-align: middle;color: #333333;text-shadow: 0 1px 1px rgba(255,255,255,0.75);background-color: #f5f5f5;background-image: linear-gradient(to bottom, #ffffff,#e6e6e6);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);* background-color: #e6e6e6;border: 1px solid #bbbbbb;* border: 0;border-bottom-color: #a2a2a2;border-radius: 4px;* margin-left: .3em;box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);cursor: pointer;margin: 0 auto;position: relative }
.view-self-guided-tour-details .container .image-container .site-contact {font-family: 'museo-sans', arial, sans-serif;text-align: center;line-height: 1.2;margin: 10px 0;}
.view-self-guided-tour-details .container .image-container .site-contact p {margin: 0;}
.view-self-guided-tour-details .container .site-content h2 {margin: 0 0 10px 30px;color: #c00;position: relative;font-size: 18px;}
.view-self-guided-tour-details .container .site-content .num {font-size: 16px;font-weight: bold;background: #336;color: #fff;line-height: 25px;text-align: center;display: inline-block;border-radius: 12px;position: absolute;height: 25px;width: 25px;left: -35px;top: 0 }
.view-self-guided-tour-details .container .site-content p {padding-left: 30px;}
.view-self-guided-tour-details .container .image-container img {display: block;border: 1px solid #ccc;padding: 10px;line-height: 1em;background: #c00;}