body {
	background: #fff;
	color: #333;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: auto;
}

a:link {
	color: #0072BC;
	text-decoration: none;
}

a:visited {
	color: #0072BC;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0072BC;
	text-decoration: underline;
}

#container {
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	width: 100%;
	min-width: 0;
}

.wrapper {
	width: 85%;
	min-width: 0;
	max-width: 1500px;
	margin: auto auto;
}





#content {
	background: #fff;
	width: auto !important;
	padding: 20px 10px;
	overflow: hidden;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 7px;
	display: inline;
}

#header ul.menu li a {
	padding-left: 20px;

	background-repeat: no-repeat;
	display: inline-block;
	line-height: 16px;
}

#logo ul.top_links {
	font-weight: bold;
	text-align: right;
	margin: -10px 5px 0 0;
}

#logo ul.top_links a.search {
	background-position: 0 0;
}

#logo ul.top_links a.memberlist {
	background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
	background-position: 0 -40px;
}

#logo ul.top_links a.help {
	background-position: 0 -60px;
}

#logo ul.top_links a.portal {
	background-position: 0 -180px;
}

#mainnav {
    background: linear-gradient(180deg,#123b73,#0b2341);
    border-top: 1px solid rgba(255,255,255,.15);
    border-bottom: 3px solid #17385c;
}

#mainnav .wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

#mainnav ul.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 50px;
}

#mainnav ul.menu li {
    margin: 0;
}

#mainnav ul.menu li a {
    position: relative;
	display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .2s ease;
	padding: 18px 16px;
}

#mainnav ul.menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;

    width: 100%;
    height: 3px;

    background: #00A9CE;

    transform: scaleX(0);
    transform-origin: center;

    transition: transform .25s ease;
}

#mainnav ul.menu li a:hover {
    color: #ffffff;
    border-bottom-color: #00A9CE;
}

#mainnav ul.menu li a:hover::after {
    transform: scaleX(1);
}

#panel .upper a.logout {
	font-weight: bold;
	background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .upper a.register {
	background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: left;
}

#panel .lower ul.panel_links a.usercp {
	background-position: 0 -120px;
}

#panel .lower ul.panel_links a.modcp {
	background-position: 0 -140px;
}

#panel .lower ul.panel_links a.admincp {
	background-position: 0 -160px;
}

#panel .lower ul.user_links {
	float: right;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

#panel .upper {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 7px;
	clear: both;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
	color: #fff;
}

#panel .lower {
	background: #efefef;
	color: #999;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
	color: #666;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	clear: both;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #efefef;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #777;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .language select {
	border-color: #ccc;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select {
	border-color: #ccc;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	color: #666;
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	font-size: 11px;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
	font-weight: bold;
}

#footer .lower a:hover,
#footer .lower a:active {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	height: 30px;
	width: 30px;
	background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offclose {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_minioffclose {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

table {
	color: #333;
	font-size: 13px;
}

.tborder {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #ccc;
	padding: 1px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #ffffff;
	border-bottom: 1px solid #263c30;
	padding: 8px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 6px;
	font-size: 12px;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover,
.tcat a:active {
	color: #fff;
}

.trow1 {
	background: #f5f5f5;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.trow2 {
	background: #efefef;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.thread_start_datetime {
	color: #999;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	border-top: 1px solid #fff;
	padding: 6px;
	background: #ddd;
	color: #666;
}

.tfoot a:link {
	color: #444;
	text-decoration: none;
}

.tfoot a:visited {
	color: #444;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #444;
	text-decoration: underline;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #333;
	font-size: 12px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	text-decoration: underline;
}

.navigation .active {
	color: #333;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	padding: 3px;
	border: 1px solid #ccc;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #bbb;
	color: #333;
	outline: 0;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
	width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 10px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
	white-space: pre;
	tab-size: 4;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #FF0000;
}

.moderate_banned {
	color: #FF6600;
}

.low_banned {
	color: #008000;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
	padding: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #f5f5f5;
	border: 1px solid #ccc;
}

.pagination .pagination_current {
	background: none;
	color: #333;
	border: none;
	font-weight: bold;
}

.pagination a:hover {
	background: #0072BC;
	color: #fff;
	border-color: #263c30;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.deleted_post_hidden {
	border-top: 2px solid #ccc;
	padding: 15px;
}

.deleted_post_collapsed {
	border-top: 3px solid #333;
	padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #ccc;
	background: #f5f5f5;
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_author {
	border: 1px solid #ddd;
	float: left;
	width: 15%;
	margin: 0 1% 15px 0;
	border-left: 0;
	padding: 5px 1%;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #ccc;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #ccc;
	color: #555;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
	background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	font-size: 14px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.poll_votedfor {
	background: #efefef;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}
.jGrowl.top-left {
	left: 0px;
	top: 0px;
}
.jGrowl.top-right {
	right: 0px;
	top: 0px;
}
.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}
.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}
.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}
.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}
.jGrowl .jGrowl-notification {
	min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
    background: yellow;
    border: 1px solid yellow;
	color: #333;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
	}
}

/** jGrowl End **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
	z-index: 2;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777777;
}
iframe.jqifade{
	display:block;
	z-index:-1;
}
div.jqi{
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
}
div.jqi .jqibuttonshide{
	display: none;
}
div.jqi .jqibuttons{
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}
div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

/** Impromptu End */



/** HSHS Portal Homepage */

.hshs-home {
  margin: 0 auto;
  padding: 0px 0px;
  font-family: Arial, sans-serif;
}

.hshs-kicker {
  margin: 0 0 8px;
  color: #0f4c81;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 800;
}

/* Hero */
.hshs-hero-home {
    display:grid;
    grid-template-columns:1.15fr 1fr;
    gap:42px;
    align-items:center;
    background:linear-gradient(135deg,#ffffff 0%,#eef8fc 55%,#dff3fb 100%);
    border:1px solid #d7e8f3;
    border-radius:26px;
    padding:42px;
    box-shadow:0 18px 45px rgba(11,35,65,.10);
    margin-bottom:28px;
    overflow:visible;
}

/* ================= HERO IMAGE ================= */

.hshs-hero-image-wrap{
    position:relative;
}

.hshs-hero-main-img{
    width:100%;
    height:380px;
    display:block;
    object-fit:cover;
    border-radius:22px;
    box-shadow:0 14px 35px rgba(11,35,65,.18);
}

/* ================= SILVER BADGE ================= */

.hshs-silver-badge{
    position:absolute;

    width:220px;

    right:-85px;
    bottom:-75px;

    z-index:25;

    filter:drop-shadow(0 18px 30px rgba(11,35,65,.28));

    transition:.25s ease;
}

.hshs-silver-badge:hover{
    transform:translateY(-4px) scale(1.03);
}


.hshs-hero-text h1 {
  font-family: Georgia, serif;
  color: #0b2341;
  font-size: 48px;
  line-height: 1.05;
  margin: 0;
}

.hshs-tagline {
  color: #00a9ce;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 14px 0;
}

.hshs-hero-copy {
  color: #344054;
  font-size: 16px;
  line-height: 1.7;
  max-width: 650px;
}

.hshs-hero-buttons {
    margin-top: 24px;
}

.hshs-hero-buttons a {
    display: inline-block;
    background: #0b2341;
    color: #fff !important;
    padding: 13px 20px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    margin-right: 10px;

    transition: all .25s ease;
}

.hshs-hero-buttons a:hover {
    background: #00a9ce;
    color: #fff !important;
    text-decoration: none;

    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,169,206,.35);
}

.hshs-hero-buttons a:active {
    transform: translateY(0);
}

.hshs-hero-buttons a.outline {
    background: #fff;
    color: #0b2341 !important;
    border: 1px solid #bcd9ea;
}

.hshs-hero-buttons a.outline:hover {
    background: #0b2341;
    color: #fff !important;
    border-color: #0b2341;

    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(11,35,65,.25);
}

.hshs-hero-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(11,35,65,.18);
}

/* Cards */
.hshs-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 18px 0 30px;
}

.hshs-action-card {
  background: #fff;
  border: 1px solid #d7e8f3;
  border-radius: 20px;
  padding: 26px;
  text-decoration: none;
  color: #344054;
  box-shadow: 0 8px 24px rgba(11,35,65,.07);
  transition: .22s ease;
}

.hshs-action-card:hover {
  transform: translateY(-5px);
  border-color: #00a9ce;
  box-shadow: 0 16px 32px rgba(11,35,65,.14);
  text-decoration: none;
}

.hshs-action-card i {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #0b2341, #0f4c81);
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-bottom: 16px;
}

.hshs-action-card h3 {
  margin: 0 0 8px;
  color: #0b2341;
  font-size: 20px;
}

.hshs-action-card p {
  margin: 0;
  line-height: 1.6;
  color: #53606f;
}

/* Shared Panels */
.hshs-feature-large,
.hshs-feature-side,
.hshs-modern-panel,
.hshs-stats-card {
  background: #fff;
  border: 1px solid #d7e8f3;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(11,35,65,.07);
}

.hshs-feature-large h2,
.hshs-feature-side h3,
.hshs-modern-panel h2,
.hshs-stats-card h2 {
  color: #0b2341;
  margin-top: 0;
}

/* Why Join / Spotlight */
.hshs-feature-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.hshs-feature-large h2,
.hshs-modern-panel h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

.hshs-benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.hshs-benefit-list span {
  background: #eef8fc;
  border: 1px solid #c8e8f5;
  border-radius: 999px;
  padding: 11px 14px;
  color: #0b2341;
  font-weight: 700;
}

.hshs-benefit-list i {
  color: #00a9ce;
  margin-right: 6px;
}

.hshs-feature-side img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}

.hshs-feature-side h3 {
  font-size: 22px;
  margin: 0 0 8px;
}

.hshs-feature-side a {
  font-weight: 800;
  color: #0f4c81;
  text-decoration: none;
}

/* Bottom Split */
.hshs-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 28px 0;
}

.hshs-right-stack {
  display: grid;
  gap: 24px;
}

/* President */
.hshs-president-card {
  background: linear-gradient(135deg, #0b2341, #0f4c81);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(11,35,65,.07);
  color: #fff;
}

.hshs-president-card h2 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 12px;
}

.hshs-president-card .hshs-kicker {
  color: #fff;
}

.hshs-president-card p {
  color: #e7f5fb;
}

/* Stats */
.hshs-metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.hshs-metric-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  background: linear-gradient(135deg, #f9fcff, #eef8fc);
  border: 1px solid #cde7f4;
  border-radius: 18px;
  transition: .25s;
}

.hshs-metric-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(11,35,65,.08);
}

.hshs-metric-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0b2341, #1a4c7a);
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}

.hshs-metric-icon.teal {
  background: linear-gradient(135deg, #00a9ce, #127ba8);
}

.hshs-metric-number {
  display: block;
  font-size: 38px;
  font-weight: 900;
  color: #0b2341;
  line-height: 1;
}

.hshs-metric-card p {
  margin: 6px 0 0;
  color: #5d6d7e;
  font-weight: 700;
}

/* Responsive */
@media screen and (max-width: 900px) {
.hshs-hero-home,
.hshs-card-grid,
.hshs-feature-row,
.hshs-split,
.hshs-benefit-list,
.hshs-metric-row{
    grid-template-columns:1fr;
}

.hshs-hero-home{
    overflow:hidden;
}

.hshs-hero-image-wrap{
    padding-bottom:42px;
}

.hshs-silver-badge{
    width:100px;

    right:15px;
    bottom:-18px;
}
  .hshs-hero-text h1 {
    font-size: 36px;
  }
}





.hshs-social{
    display:flex;
    align-items:center;
    gap:18px;
}

.hshs-social a{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#0B2341;
    color:#fff;

    text-decoration:none;

    font-size:20px;

    transition:.25s;
}

.hshs-social a:hover{
    background:#00A9CE;
    transform:translateY(-2px);
}

.hshs-signature{
    font-family: "Rock Salt", cursive;
    font-size:24px;
    color:white;
    margin-top:18px;
}

.hshs-title{
    margin-top:4px;
    color:#d8edf7;
    font-size:15px;
}

.hshs-why-infographic {
  background: #fff;
  border: 1px solid #d7e8f3;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 8px 24px rgba(11,35,65,.07);
  text-align: center;
}

.hshs-kicker.center {
  text-align: center;
}

.hshs-why-infographic h2 {
  color: #0b2341;
  font-size: 28px;
  margin: 8px 0 12px;
}

.hshs-subtext {
  color: #53606f;
  margin-bottom: 30px;
}

.hshs-infographic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hshs-info-item {
  padding: 10px 14px;
  border-right: 1px solid #d7e8f3;
}

.hshs-info-item:last-child {
  border-right: 0;
}

.hshs-info-item i {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #eef8fc;
  color: #0f4c81;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.hshs-info-item h3 {
  color: #0b2341;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.35;
  margin: 0 0 12px;
}

.hshs-info-item p {
  color: #53606f;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.hshs-spotlight-card {
    position: relative;
    overflow: hidden;

    background: #ffffff;
    border: 1px solid #d7e8f3;
    border-radius: 24px;
    padding: 30px 30px 28px;

    box-shadow: 0 8px 24px rgba(11,35,65,.12);
    text-align: center;
    color: #fff;
}

/* solid curved blue background */
.hshs-spotlight-card::before {
    content: "";
    position: absolute;
    left: -18%;
    right: -18%;
    top: 185px;
    height: 520px;

    background: #073763;
    border-radius: 50% 50% 0 0 / 14% 14% 0 0;
    z-index: 0;
}

/* dot matrix */
.hshs-spotlight-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 230px;
    height: 190px;

    background-image: radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 14px 14px;
    opacity: .55;

    z-index: 1;
    pointer-events: none;
}

/* keep all actual content above the background */
.hshs-spotlight-card > * {
    position: relative;
    z-index: 2;
}

.hshs-spotlight-emblem {
    color: #f4b942;
    font-size: 38px;
    margin-bottom: 10px;
}

.hshs-spotlight-card .hshs-kicker {
    color: #0B2E63;
    margin-bottom: 18px;
}

.hshs-spotlight-photo img {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 8px 24px rgba(11,35,65,.25);
    margin: 0 auto 18px;
    display: block;
}

.hshs-spotlight-card h2 {
    color: #fff;
    font-size: 28px;
    margin: 8px 0 4px;
}

.hshs-spotlight-card h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 22px;
    font-size: 14px;
}

.hshs-quote {
    color: #fff;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
}

.hshs-spotlight-card a {
    display: inline-block;
    margin-top: 22px;
    background: #f4c75b;
    color: #0b2341 !important;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.hshs-spotlight-card a:hover {
    background: #ffd979;
    text-decoration: none;
}

@media screen and (max-width: 900px) {
  .hshs-infographic-grid {
    grid-template-columns: 1fr;
  }

  .hshs-info-item {
    border-right: 0;
    border-bottom: 1px solid #d7e8f3;
    padding-bottom: 22px;
  }

  .hshs-info-item:last-child {
    border-bottom: 0;
  }
}

.hshs-why-infographic {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 34px 34px 70px;
}

.hshs-why-infographic .hshs-kicker,
.hshs-why-infographic h2,
.hshs-why-infographic .hshs-subtext,
.hshs-infographic-grid {
    position: relative;
    z-index: 2;
}

.hshs-why-infographic h2 {
    position: relative;
    text-align: center;
    color: #0B2E63;
    font-size: 28px;
    margin: 8px 0 45px;
}

.hshs-why-infographic h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    width: 120px;
    height: 10px;
    background:
        linear-gradient(#4B9CF5,#4B9CF5) left center/52px 2px no-repeat,
        radial-gradient(circle,#4B9CF5 0 4px,transparent 4px) center,
        linear-gradient(#4B9CF5,#4B9CF5) right center/52px 2px no-repeat;
}

.hshs-info-item h3 {
    position: relative;
    margin-bottom: 28px;
    text-align: center;
    color: #0B2E63;
}

.hshs-info-item h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: var(--accent, #3B82F6);
}

.hshs-waves {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 95px;
    pointer-events: none;
    z-index: 1;
}

.hshs-waves svg {
    width: 100%;
    height: 100%;
    display: block;
}


.hshs-lower-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 22px;
    margin-top: 24px;
}

.hshs-events-card,
.hshs-glance-card {
    background: #ffffff;
    border: 1px solid #d7e8f3;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(11,35,65,.07);
}

.hshs-section-header{
    display:flex;
    align-items:center;
    gap:10px;

    margin-bottom:22px;
}

.hshs-section-header i{
    color:#147BD1;
    font-size:15px;
}

.hshs-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hshs-event-item {
    position: relative;
    background: #fbfdff;
    border: 1px solid #d7e8f3;
    border-radius: 16px;
    padding: 22px 20px 20px;
    min-height: 165px;
    transition: all .28s ease;
}

.hshs-event-item:hover {

    background: linear-gradient(135deg,#ffffff,#f3fbff);

    border-color: #4B9CF5;

    transform: translateY(-6px);

    box-shadow:
        0 18px 32px rgba(11,35,65,.12);

    cursor: pointer;
}


.hshs-event-item:hover .hshs-date-badge{

    transform: translateY(-2px) scale(1.05);

    box-shadow:
        0 10px 22px rgba(11,35,65,.18);

}

.hshs-event-item:hover .hshs-event-icon{

    transform: scale(1.08);

}

.hshs-event-item:hover h3{

    color:#147BD1;

}

.hshs-event-item a{

    transition:.25s;
}

.hshs-event-item:hover a{

    letter-spacing:.4px;

}

.hshs-event-item:hover{

    box-shadow:
        0 0 0 1px rgba(75,156,245,.20),
        0 18px 34px rgba(11,35,65,.12);

}

.hshs-date-badge {
    width: 64px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background: #eef4fb;
    margin-bottom: 14px;
	    box-shadow:
        0 4px 12px rgba(11,35,65,.10),
        0 1px 2px rgba(11,35,65,.08);
    transition:.25s ease;
}

.hshs-date-badge span {
    display: block;
    padding: 6px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.hshs-date-badge strong {
    display: block;
    padding: 10px 0;

    color: #0B2E63;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -.5px;
    line-height: 1;
}

.hshs-date-badge.blue span {
    background: #147BD1;
}

.hshs-date-badge.green span {
    background: #36B37E;
}

.hshs-date-badge.purple span {
    background: #8E44AD;
}

.hshs-event-icon {
    position: absolute;
    top: 22px;
    right: 18px;
    font-size: 44px;
}

.hshs-event-icon.green-icon {
    color: #36B37E;
}

.hshs-event-icon.purple-icon {
    color: #0B2E63;
}

.hshs-event-item h3 {
    margin: 8px 0 8px;
    color: #0B2E63;
    font-size: 16px;
}

.hshs-event-item p {
    margin: 0 0 12px;
    color: #53606f;
    font-size: 14px;
}

.hshs-event-item p span {
    margin: 0 8px;
}

.hshs-event-item a,
.hshs-view-all a {
    color: #147BD1;
    font-weight: 800;
    text-decoration: none;
}

.hshs-event-item a:hover,
.hshs-view-all a:hover {
    text-decoration: underline;
}

.hshs-view-all {
    text-align: center;
    margin-top: 18px;
}

.hshs-glance-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.hshs-glance-item {
    background: linear-gradient(135deg, #f9fcff, #eef8fc);
    border: 1px solid #cde7f4;
    border-radius: 18px;
    padding: 28px 22px;
    min-height: 155px;
}

.hshs-glance-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
}

.hshs-glance-icon.navy {
    background: linear-gradient(135deg, #0b2341, #1a4c7a);
}

.hshs-glance-icon.teal {
    background: linear-gradient(135deg, #00a9ce, #127ba8);
}

.hshs-glance-item strong {
    display: block;
    color: #0B2E63;
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.hshs-glance-item p {
    margin: 8px 0 0;
    color: #0B2E63;
    font-weight: 800;
    font-size: 13px;
}

@media screen and (max-width: 900px) {
    .hshs-lower-row,
    .hshs-events-grid,
    .hshs-glance-grid {
        grid-template-columns: 1fr;
    }
}

.hshs-hero-opportunities {
    margin-top: 14px;
    color: #344054;
}

.hshs-hero-opportunities p {
    margin: 0 0 10px;
    font-weight: 800;
    color: #0b2341;
}

.hshs-hero-opportunities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hshs-hero-opportunities li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.hshs-hero-opportunities li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00a9ce;
    font-weight: 900;
}


.hshs-section-intro {
    text-align: center;
    max-width: 900px;
    margin: 42px auto 28px;
    padding: 0 20px;
}

.hshs-section-label {
    color: #00A9CE;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1;
    margin-bottom: 10px;
}

.hshs-section-intro h2 {
    color: #0B2E63;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 10px;
}

.hshs-section-intro > p {
    color: #53606f;
    font-size: 14px;
    line-height: 1.5;
    max-width: 650px;
    margin: 0 auto;
}


.hshs-breadcrumbs {
    margin: 10px 0 16px;
    padding: 5px 16px;
    background: #f5f7fa;
    border: 1px solid #d9dee7;
    border-radius: 10px;
    font-size: 14px;
    color: #334155;
}

.hshs-breadcrumbs a {
    color: #0b2341;             /* HSHS navy */
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.hshs-breadcrumbs a:hover {
    color: #d4af37;             /* HSHS gold */
    text-decoration: none;
}






/* ===========================
   HSHS Leadership Signature
   =========================== */

.signature img[src*="HSHSico.png"]{
    float: left;
    width: 90px;
    height: auto;
    margin: 4px 24px 8px 0;
}

.signature::after{
    content: "";
    display: block;
    clear: both;
}

.hshs-apus{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #0795BD;
    text-transform: uppercase;
    letter-spacing: .22em;
    line-height: 1;
    margin-bottom: 3px;
}

.hshs-society{
    font-family: 'Cinzel', Georgia, serif;
    font-size: 17px;
    font-weight: 600;
    color: #0B2341;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 14px;
}

.hshs-name{
    font-family: 'Cinzel', Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    color: #0B2341;
    line-height: 1;
    margin-bottom: 4px;
}

.hshs-title{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #D4A017;
    text-transform: uppercase;
    letter-spacing: .30em;
    line-height: 1;
}




/* Standard bulleted lists */
.post ul {
    list-style: disc outside;
    padding-left: 28px;
}

.post ul li {
    position: static;
    padding-left: 0;
    margin-bottom: 8px;
}

.post ul li::before {
    content: none;
}

/* Numbered lists */
.post ol {
    list-style: decimal outside;
    padding-left: 32px;
}

.post ol li {
    position: static;
    padding-left: 0;
    margin-bottom: 8px;
}

.post ul li::marker,
.post ol li::marker {
    color: #D4A017;
    font-weight: 700;
}

/* ===========================================
   HSHS Blog Homepage
   =========================================== */

/* Blog Hero */

.hshs-blog-hero {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;

    margin: 0 0 24px;
    padding: 42px 50px;

    background: linear-gradient(135deg, #071d38, #0b3768);
    border-radius: 18px;
    box-shadow: 0 16px 32px rgba(11, 35, 65, .18);

    color: #fff;
    text-align: left;
}

.hshs-blog-hero::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 40px;

    width: 260px;
    height: 260px;

    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, .09),
        transparent 65%
    );

    pointer-events: none;
}

.hshs-blog-hero > * {
    position: relative;
    z-index: 1;
}

.hshs-blog-kicker {
    margin: 0 0 10px;

    color: #D4A017;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.hshs-blog-hero h1 {
    margin: 0 0 10px;

    color: #fff;
    font-family: Georgia, serif;
    font-size: 40px;
    line-height: 1.15;
}

.hshs-blog-description {
    max-width: 820px;
    margin: 0;

    color: #eef7fb;
    font-size: 16px;
    line-height: 1.7;
}


/* Contributor Toolbar */

.hshs-blog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    margin: 14px 0 18px;
}

.hshs-blog-toolbar strong {
    color: #0B2341;
}

.hshs-blog-toolbar a {
    color: #147BD1;
    font-weight: 700;
    text-decoration: none;
}

.hshs-blog-toolbar a:hover {
    color: #0B2341;
    text-decoration: underline;
}


/* Blog Article Grid */

.hshs-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;

    align-items: stretch;
}


/* Blog Cards */

.hshs-blog-card {
    display: flex;
    flex-direction: column;

    min-width: 0;
    overflow: hidden;

    background: #fff;
    border: 1px solid #d7e8f3;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(11, 35, 65, .07);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.hshs-blog-card:hover {
    transform: translateY(-5px);
    border-color: #147BD1;
    box-shadow: 0 16px 32px rgba(11, 35, 65, .14);
}

.hshs-blog-card > img {
    display: block;

    width: 100%;
    height: 190px;

    object-fit: cover;
}

.hshs-blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;

    padding: 20px;
}

.hshs-blog-card h2 {
    margin: 5px 0 10px;

    color: #0B2341;
    font-size: 21px;
    line-height: 1.3;
}

.hshs-blog-card h2 a {
    color: #0B2341;
    text-decoration: none;
}

.hshs-blog-card h2 a:hover {
    color: #147BD1;
    text-decoration: none;
}

.hshs-blog-card-body > p:not(.hshs-blog-meta) {
    margin: 0 0 14px;

    color: #53606f;
    line-height: 1.6;
}

.hshs-blog-meta {
    margin: 0 0 12px;

    color: #71808d;
    font-size: 12px;
}

.hshs-blog-card .hshs-blog-button {
    margin-top: auto;
}


/* Featured Article */

.hshs-blog-featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

.hshs-blog-featured > img {
    width: 100%;
    height: 100%;
    min-height: 300px;

    object-fit: cover;
}

.hshs-blog-featured .hshs-blog-card-body {
    justify-content: center;
    padding: 32px;
}

.hshs-blog-featured h2 {
    font-family: Georgia, serif;
    font-size: 31px;
}


/* Blog Buttons */

.hshs-blog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 16px;

    background: #087f83;
    border-radius: 7px;

    color: #fff !important;
    font-weight: 800;
    text-decoration: none;

    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.hshs-blog-button:hover {
    background: #0B2341;
    color: #fff !important;
    text-decoration: none;

    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(11, 35, 65, .20);
}


/* Empty Blog */

.hshs-blog-empty {
    grid-column: 1 / -1;

    padding: 36px;
    text-align: center;

    background: #fff;
    border: 1px solid #d7e8f3;
    border-radius: 14px;
}

.hshs-blog-empty h2 {
    margin-top: 0;
    color: #0B2341;
}


/* Blog Homepage Responsive Layout */

@media screen and (max-width: 900px) {
    .hshs-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hshs-blog-featured {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 700px) {
    .hshs-blog-hero {
        padding: 34px 26px;
    }

    .hshs-blog-hero h1 {
        font-size: 32px;
    }

    .hshs-blog-description {
        font-size: 15px;
    }

    .hshs-blog-hero::after {
        right: -80px;
    }

    .hshs-blog-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .hshs-blog-grid {
        grid-template-columns: 1fr;
    }

    .hshs-blog-featured {
        display: flex;
        flex-direction: column;
    }

    /* Show the complete featured banner on phones */
    .hshs-blog-featured > img {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        object-fit: contain;
        object-position: center center;
        display: block;
    }

    .hshs-blog-featured .hshs-blog-card-body {
        padding: 20px;
    }

    .hshs-blog-featured h2 {
        font-size: 24px;
    }
}



/* ===========================================
   HSHS About Page
   =========================================== */

.hshs-about-page{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 0 60px;
    box-sizing: border-box;
}


.hshs-about-hero{
    background:linear-gradient(135deg,#071d38,#0b3768);
    color:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 18px 36px rgba(11,35,65,.18);
    margin-bottom:30px;
    position:relative;
    overflow:hidden;
}

.hshs-about-hero::after{
    content:"";
    position:absolute;
    right:-60px;
    top:-60px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%);
}

.hshs-about-hero p:first-child{
    color:#D4A017;
    text-transform:uppercase;
    letter-spacing:.28em;
    font-size:13px;
    font-weight:800;
    margin-bottom:12px;
}

.hshs-about-hero h1{
    margin:0;
    font-size:46px;
    font-family:Georgia,serif;
    color:#fff;
}

.hshs-about-hero p:last-child{
    margin-top:18px;
    max-width:820px;
    color:#eef7fb;
    line-height:1.8;
    font-size:18px;
}

.hshs-about-main{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:26px;
}


.hshs-about-card{
    border:1px solid #d7e8f3;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 24px rgba(11,35,65,.08);
    background:linear-gradient(135deg,#edf8ff,#dcefff);
}

.hshs-about-card.gold{
    background:linear-gradient(135deg,#fff8e5,#f8eed2);
}

.hshs-about-card-head{
    display:flex;
    align-items:center;
    gap:24px;
    padding:30px;
    min-height:190px;
    background:transparent;
}

.hshs-about-icon{
    width:76px;
    height:76px;
    border-radius:50%;
    background:linear-gradient(135deg,#071d38,#147BD1);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#D4A017;
    font-size:30px;
    flex-shrink:0;
}

.hshs-about-icon.gold{
    background:linear-gradient(135deg,#D4A017,#f0c64a);
    color:#0B2341;
}

.hshs-about-card-head span{
    display:block;
    color:#0795BD;
    text-transform:uppercase;
    font-size:12px;
    font-weight:800;
    letter-spacing:.22em;
    margin-bottom:6px;
}

.hshs-about-card-head.gold span{
    color:#a17200;
}

.hshs-about-card-head h2{
    margin:0 0 8px;
    color:#0B2341;
    font-size:30px;
    font-family:Georgia,serif;
}

.hshs-about-card-head p{
    margin:0;
    color:#53606f;
    line-height:1.6;
}

.hshs-about-values{
    margin:32px 0;
    text-align:center;
}

.hshs-about-values > p{
    color:#0B2341;
    text-transform:uppercase;
    letter-spacing:.28em;
    font-weight:800;
    margin-bottom:24px;
}

.hshs-about-values-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.hshs-about-values-grid > div{
    background:#fff;
    border:1px solid #d7e8f3;
    border-radius:20px;
    padding:28px 26px;
    box-shadow:0 8px 20px rgba(11,35,65,.08);
    transition:.25s ease;
}

.hshs-about-values-grid > div:hover{
    transform:translateY(-5px);
    border-color:#147BD1;
    box-shadow:0 18px 32px rgba(11,35,65,.12);
}

.hshs-about-values-grid span{
    width:58px;
    height:58px;
    margin:0 auto 16px;
    border-radius:50%;
    background:#edf8ff;
    color:#147BD1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.hshs-about-values-grid h3{
    margin:0 0 10px;
    color:#0B2341;
    font-size:24px;
    font-family:Georgia,serif;
}

.hshs-about-values-grid p{
    margin:0;
    color:#53606f;
    line-height:1.7;
}

.hshs-about-mission{
    margin-top:30px;
    background:linear-gradient(135deg,#071d38,#0b3768);
    border-radius:20px;
    padding:30px 50px;
    text-align:center;
    color:#fff;
    box-shadow:0 18px 36px rgba(11,35,65,.18);
}

.hshs-about-mission-kicker{
    color:#D4A017;
    text-transform:uppercase;
    letter-spacing:.30em;
    font-size:12px;
    font-weight:800;
    margin:0 0 10px;
}

.hshs-about-mission h2{
    margin:0;
    font-family:Georgia,serif;
    font-size:38px;
    color:#fff;
    line-height:1.15;
}

.hshs-about-mission h2 span{
    color:#D4A017;
    margin:0 8px;
}

.hshs-about-mission-text{
    max-width:900px;
    margin:14px auto 0;
    color:#eef7fb;
    font-size:16px;
    line-height:1.65;
}

@media(max-width:1000px){
    .hshs-about-main,
    .hshs-about-values-grid{
        grid-template-columns:1fr;
    }

    .hshs-about-hero{
        padding:36px 28px;
    }

    .hshs-about-hero h1{
        font-size:34px;
    }

    .hshs-about-card-head{
        align-items:flex-start;
    }

    .hshs-about-mission{
        padding:26px 28px;
    }

    .hshs-about-mission h2{
        font-size:30px;
    }
}





/* ===========================================
   HSHS Membership Page
=========================================== */

.hshs-membership-page {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 0 60px;
    box-sizing: border-box;
}


.hshs-membership-hero{
  background:linear-gradient(135deg,#071d38,#0b3768);
  color:#fff;
  padding:42px 50px;
  border-radius:18px;
  box-shadow:0 16px 32px rgba(11,35,65,.18);
  margin-bottom:24px;
  position:relative;
  overflow:hidden;
}

.hshs-membership-hero::after{
  content:"";
  position:absolute;
  right:40px;
  top:20px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.09),transparent 65%);
}

.hshs-membership-hero p:first-child{
  color:#D4A017;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:13px;
  font-weight:900;
  margin:0 0 10px;
}

.hshs-membership-hero h1{
  color:#fff;
  font-family:Georgia,serif;
  font-size:40px;
  margin:0 0 10px;
}

.hshs-membership-hero p:last-child{
  max-width:820px;
  font-size:16px;
  line-height:1.7;
  margin:0;
  color:#eef7fb;
}

.hshs-membership-main{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:24px;
}

.hshs-member-card{
  background:#fff;
  border:1px solid #d7e8f3;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(11,35,65,.10);
}

.hshs-member-card-head{
  display:flex;
  gap:24px;
  align-items:center;
  padding:26px;
  background:linear-gradient(135deg,#eaf7ff,#d9efff);
  border-bottom:1px solid #d7e8f3;
}

.hshs-member-card-head.community{
  background:linear-gradient(135deg,#fff8e6,#f7edcf);
}

.hshs-member-icon{
  width:96px;
  height:96px;
  border-radius:50%;
  background:linear-gradient(135deg,#061f3f,#0066a2);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#D4A017;
  font-size:42px;
  flex-shrink:0;
}

.hshs-member-icon.community{
  background:linear-gradient(135deg,#D4A017,#f2c94c);
  color:#0B2341;
}

.hshs-member-card-head span{
  display:block;
  color:#0795BD;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.18em;
  margin-bottom:6px;
}

.hshs-member-card-head.community span{
  color:#9a6b00;
}

.hshs-member-card-head h2{
  font-family:Georgia,serif;
  color:#0B2341;
  font-size:30px;
  margin:0 0 8px;
}

.hshs-member-card-head p{
  color:#334155;
  line-height:1.6;
  margin:0;
  font-size:15px;
}

.hshs-requirement{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:18px;
  padding:22px 28px;
  border-bottom:1px solid #e5edf4;
}

.hshs-requirement:last-child{
  border-bottom:0;
}

.hshs-requirement > i{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#eaf7ff;
  color:#147BD1;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
}

.hshs-requirement.gold > i{
  background:#fff4d6;
  color:#b77900;
}

.hshs-requirement h3{
  margin:0 0 8px;
  color:#0B5D93;
  font-size:18px;
}

.hshs-requirement.gold h3{
  color:#9a6b00;
}

.hshs-requirement ul{
  margin:0 0 0 18px;
  padding:0;
}

.hshs-requirement li{
  color:#263445;
  line-height:1.55;
  margin-bottom:5px;
}

.hshs-membership-alert{
  display:flex;
  align-items:center;
  gap:16px;
  margin:24px 28px 28px;
  padding:18px;
  border:1px solid #D4A017;
  background:#fff8e6;
  border-radius:12px;
  color:#0B2341;
}

.hshs-membership-alert i{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#D4A017;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}


/* Membership Path Section */

.hshs-membership-path{
  margin: 28px 0 24px;
  text-align: center;
}

.hshs-membership-path > p{
  color: #0B2341;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 900;
  font-size: 15px;
  margin: 18px 0 24px;
}

.hshs-path-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hshs-path-grid div{
  background: #fff;
  border: 1px solid #d7e8f3;
  border-radius: 18px;
  padding: 24px 22px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(11,35,65,.07);
}

.hshs-path-grid span{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0B2341;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin: 0 auto 12px;
}

.hshs-path-grid i{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #eaf7ff;
  color: #147BD1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 14px;
}

.hshs-path-grid h3{
  margin: 0 0 8px;
  color: #0B2341;
  font-size: 18px;
}

.hshs-path-grid p{
  margin: 0;
  color: #53606f;
  line-height: 1.55;
}

.hshs-membership-cta{
  display:grid;
  grid-template-columns:1fr 1.2fr auto;
  align-items:center;
  gap:28px;
  background:linear-gradient(135deg,#071d38,#0b3768);
  color:#fff;
  padding:26px 34px;
  border-radius:16px;
  box-shadow:0 16px 32px rgba(11,35,65,.18);
}

.hshs-membership-cta > div:first-child p{
  margin:0 0 6px;
  color:#D4A017;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
  font-size:12px;
}

.hshs-membership-cta h2{
  color:#fff;
  margin:0;
  font-family:Georgia,serif;
  font-size:28px;
}

.hshs-membership-cta > p{
  margin:0;
  color:#eef7fb;
  line-height:1.6;
}

.hshs-cta-buttons{
  display:flex;
  gap:12px;
}

.hshs-cta-buttons a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  padding:12px 18px;
  border-radius:10px;
  background:#D4A017;
  color:#0B2341 !important;
  text-decoration:none;
  font-weight:900;
}

.hshs-cta-buttons a.outline{
  background:transparent;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.45);
}

.hshs-cta-buttons a:hover{
  transform:translateY(-2px);
  text-decoration:none;
}

.hshs-membership-contact{
  max-width:850px;
  margin:18px auto 0;
  padding:12px 20px;
  background:#fff;
  border:1px solid #e5edf4;
  border-radius:999px;
  text-align:center;
  color:#334155;
  box-shadow:0 6px 18px rgba(11,35,65,.08);
}

.hshs-membership-contact i{
  color:#147BD1;
  margin-right:8px;
}

@media(max-width:1000px){
  .hshs-membership-main,
  .hshs-path-grid,
  .hshs-membership-cta{
    grid-template-columns:1fr;
  }

  .hshs-membership-cta{
    text-align:center;
  }

  .hshs-cta-buttons{
    justify-content:center;
    flex-wrap:wrap;
  }
}







/* ===========================================
   HSHS Leadership Page
   =========================================== */

.hshs-leadership-page,
.hshs-leadership-page *{
    box-sizing:border-box;
}

.hshs-leadership-page{
    width:100%;
    max-width:1500px;
    margin:0 auto;
    padding:0 0 60px;
}

.hshs-leadership-hero{
    background:linear-gradient(135deg,#071d38,#0b3768);
    color:#fff;
    text-align:left;
    padding:42px 50px;
    margin-bottom:42px;
    border-radius:16px;
    border:1px solid rgba(212,160,23,.45);
    box-shadow:0 18px 36px rgba(11,35,65,.20);
    position:relative;
    overflow:hidden;
}

.hshs-leadership-hero::after{
    content:"";
    position:absolute;
    right:40px;
    top:50%;
    width:300px;
    height:300px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,.09),transparent 65%);
    transform:translateY(-50%);
    pointer-events:none;
}

.hshs-kicker{
    color:#D4A017;
    text-transform:uppercase;
    letter-spacing:.20em;
    font-size:13px;
    font-weight:800;
    margin:0 0 10px;
}

.hshs-leadership-hero h1{
    color:#fff;
    font-family:Georgia,serif;
    font-size:40px;
    line-height:1.15;
    margin:0 0 12px;
    position:relative;
    z-index:1;
}

.hshs-leadership-hero > p:last-child{
    max-width:860px;
    margin:0;
    font-size:16px;
    line-height:1.7;
    position:relative;
    z-index:1;
}

.hshs-leadership-section{
    margin-bottom:50px;
}

.hshs-section-heading{
    max-width:820px;
    margin:0 auto 26px;
    text-align:center;
}

.hshs-section-heading h2,
.hshs-opportunities-intro h2{
    color:#071d38;
    font-family:Georgia,serif;
    font-size:34px;
    line-height:1.2;
    margin:0 0 10px;
}

.hshs-section-heading h2::after,
.hshs-opportunities-intro h2::after{
    content:"";
    display:block;
    width:72px;
    height:3px;
    margin:14px auto 0;
    background:#D4A017;
}

.hshs-section-heading > p:last-child,
.hshs-opportunities-intro > p:last-child{
    color:#465066;
    font-size:15px;
    line-height:1.65;
    margin:0;
}

.hshs-leadership-grid{
    display:grid;
    gap:24px;
}

.hshs-board-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
}

.hshs-advisor-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    max-width:1120px;
    margin:0 auto;
}

.hshs-advisors-section{
    padding:36px 30px 40px;
    background:linear-gradient(135deg,#f7faff,#fffaf0);
    border:1px solid rgba(11,55,104,.12);
    border-radius:16px;
}

.hshs-leader-card{
    min-width:0;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 12px 28px rgba(11,35,65,.14);
    border:1px solid rgba(212,160,23,.20);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    padding-bottom:26px;
}

.hshs-leader-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 38px rgba(11,35,65,.20);
    border-color:#D4A017;
}

.hshs-card-banner{
    height:145px;
    background-size:cover;
    background-position:center;
    border-bottom:4px solid #D4A017;
}

.hshs-card-banner01{
    background-image:linear-gradient(rgba(7,29,56,.20),rgba(7,29,56,.20)),url(../../../images/profile/leadershipbg_01.png);
}

.hshs-card-banner02{
    background-image:linear-gradient(rgba(7,29,56,.20),rgba(7,29,56,.20)),url(../../../images/profile/leadershipbg_02.png);
}

.hshs-card-banner03{
    background-image:linear-gradient(rgba(7,29,56,.20),rgba(7,29,56,.20)),url(../../../images/profile/leadershipbg_03.png);
}

.hshs-card-banner04{
    background-image:linear-gradient(rgba(7,29,56,.20),rgba(7,29,56,.20)),url(../../../images/profile/leadershipbg_04.png);
}

.hshs-leader-card img,
.hshs-profile-placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    width:145px;
    height:145px;
    object-fit:cover;
    border-radius:50%;
    border:5px solid #D4A017;
    background:#edf2f7;
    color:#0b3768;
    margin:-74px auto 0;
    box-shadow:0 8px 18px rgba(11,35,65,.25);
    position:relative;
    font-size:56px;
}

.hshs-leader-card h3{
    color:#071d38;
    font-size:25px;
    margin:18px 15px 10px;
    line-height:1.15;
}

.hshs-role-ribbon{
    display:inline-block;
    max-width:calc(100% - 44px);
    background:#D4A017;
    color:#071d38;
    padding:7px 20px;
    font-size:12px;
    font-weight:800;
    line-height:1.25;
    text-transform:uppercase;
    letter-spacing:.06em;
    margin-bottom:16px;
    position:relative;
}

.hshs-role-ribbon::before,
.hshs-role-ribbon::after{
    content:"";
    position:absolute;
    top:0;
    width:14px;
    height:100%;
    background:#b8840f;
}

.hshs-role-ribbon::before{
    left:-14px;
    clip-path:polygon(100% 0,100% 100%,0 75%,38% 50%,0 25%);
}

.hshs-role-ribbon::after{
    right:-14px;
    clip-path:polygon(0 0,100% 25%,62% 50%,100% 75%,0 100%);
}

.hshs-role-ribbon.long{
    font-size:10px;
    padding:8px 11px;
}

.hshs-advisor-card .hshs-role-ribbon{
    background:#0b3768;
    color:#fff;
}

.hshs-advisor-card .hshs-role-ribbon::before,
.hshs-advisor-card .hshs-role-ribbon::after{
    background:#071d38;
}

.hshs-leader-card > p{
    color:#313b4f;
    line-height:1.65;
    margin:0 auto;
    padding:0 24px;
    max-width:330px;
}

.hshs-placeholder-card{
    border-style:dashed;
}

.hshs-opportunities{
    background:linear-gradient(135deg,#fffaf0,#f8f9fc);
    border-radius:16px;
    padding:38px 36px 32px;
    box-shadow:0 12px 28px rgba(11,35,65,.12);
    border:1px solid rgba(212,160,23,.28);
    text-align:center;
}

.hshs-opportunities-intro{
    max-width:760px;
    margin:0 auto 30px;
}

.hshs-opportunity-group + .hshs-opportunity-group{
    margin-top:34px;
}

.hshs-opportunity-heading{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:18px;
}

.hshs-opportunity-heading::before,
.hshs-opportunity-heading::after{
    content:"";
    height:1px;
    flex:1;
    background:rgba(212,160,23,.50);
}

.hshs-opportunity-label{
    color:#071d38;
    font-weight:800;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.12em;
}

.hshs-opportunity-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.hshs-opportunity-grid-two{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:900px;
    margin:0 auto;
}

.hshs-vacancy-card{
    background:#fff;
    border-radius:12px;
    padding:26px 20px 24px;
    box-shadow:0 10px 24px rgba(11,35,65,.10);
    border:1px solid rgba(212,160,23,.20);
    transition:transform .25s ease,background .25s ease,border-color .25s ease;
}

.hshs-vacancy-card:hover{
    transform:translateY(-5px);
    background:#071d38;
    border-color:#D4A017;
}

.vacancy-icon{
    width:68px;
    height:68px;
    border-radius:50%;
    background:#071d38;
    color:#D4A017;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin:0 auto 16px;
    border:3px solid #D4A017;
    transition:background .25s ease,color .25s ease;
}

.hshs-vacancy-card:hover .vacancy-icon{
    background:#D4A017;
    color:#071d38;
}

.hshs-vacancy-card h3{
    color:#071d38;
    font-size:20px;
    margin:0 0 10px;
    line-height:1.25;
}

.hshs-vacancy-card p{
    color:#465066;
    line-height:1.55;
    margin:0;
}

.hshs-vacancy-card:hover h3,
.hshs-vacancy-card:hover p{
    color:#fff;
}

.hshs-button,
.hshs-button:link,
.hshs-button:visited{
    display:inline-block;
    background:#071d38;
    color:#D4A017;
    padding:15px 38px;
    border-radius:8px;
    text-decoration:none;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.07em;
    box-shadow:0 10px 20px rgba(11,35,65,.20);
    transition:transform .25s ease,background .25s ease,color .25s ease;
    margin-top:32px;
}

.hshs-button:hover,
.hshs-button:active{
    background:#D4A017;
    color:#071d38;
    text-decoration:none;
    transform:translateY(-3px);
}

@media(max-width:1150px){
    .hshs-board-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .hshs-advisor-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:900px){
    .hshs-advisor-grid,
    .hshs-opportunity-grid,
    .hshs-opportunity-grid-two{
        grid-template-columns:1fr;
        max-width:560px;
        margin-left:auto;
        margin-right:auto;
    }
}

@media(max-width:700px){
    .hshs-leadership-page{
        padding:0 10px 45px;
    }

    .hshs-leadership-hero{
        padding:34px 24px;
        border-radius:12px;
    }

    .hshs-leadership-hero h1{
        font-size:32px;
    }

    .hshs-board-grid{
        grid-template-columns:1fr;
    }

    .hshs-advisors-section,
    .hshs-opportunities{
        padding:30px 18px;
    }

    .hshs-section-heading h2,
    .hshs-opportunities-intro h2{
        font-size:29px;
    }
}


/* ==========================================================
   HSHS CLEAN UNIVERSITY FOOTER
   ========================================================== */

.hshs-clean-footer{
    margin-top:10px;
    background:#fff;
    border-top:1px solid #d9e6f2;
    color:#071d38;
}

.hshs-footer-topline{
    height:5px;
    background:linear-gradient(90deg,#071d38,#D4A017,#071d38);
}

.hshs-clean-footer-inner{
    max-width:1250px;
    margin:0 auto;
    padding:34px 30px 28px;
    display:grid;
    grid-template-columns:1.05fr 1.95fr;
    gap:52px;
}

.hshs-clean-brand{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    padding-right:35px;
}

.hshs-brand-small{
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.38em;
    color:#071d38;
    margin-bottom:10px;
}

.hshs-brand-health{
    font-family:'Libre Baskerville', Georgia, serif;
    font-size:43px;
    font-weight:700;
    line-height:1;
    color:#071d38;
}

.hshs-brand-honor{
    font-family:'Libre Baskerville', Georgia, serif;
    font-size:27px;
    font-weight:400;
    line-height:1;
    color:#071d38;
    margin-top:6px;
}

.hshs-brand-line{
    width:125px;
    height:2px;
    background:#D4A017;
    margin:18px 0 13px;
}

.hshs-brand-motto{
    color:#D4A017;
    text-transform:uppercase;
    letter-spacing:.32em;
    font-size:12px;
    font-weight:800;
}

.hshs-clean-links{
    display:grid;
    grid-template-columns:1fr 1fr 1.25fr;
    gap:34px;
}

.hshs-clean-links h3{
    margin:0 0 15px;
    color:#071d38;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-weight:900;
    position:relative;
}

.hshs-clean-links h3::after{
    content:"";
    display:block;
    width:50px;
    height:3px;
    background:#D4A017;
    border-radius:99px;
    margin-top:8px;
}

.hshs-clean-links a{
    display:block;
    color:#314a63;
    text-decoration:none;
    margin:0 0 10px;
    font-size:14px;
    transition:.2s ease;
}

.hshs-clean-links a:hover{
    color:#0066c9;
    padding-left:5px;
}

.hshs-clean-links p{
    color:#465a70;
    font-size:14px;
    line-height:1.65;
    margin:0;
}

.hshs-clean-social{
    display:flex;
    gap:11px;
    margin-top:18px;
}

.hshs-clean-social a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#eef6fc;
    color:#071d38;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    border:1px solid #d5e7f5;
    transition:.2s ease;
}

.hshs-clean-social a:hover{
    background:#071d38;
    color:#D4A017;
    transform:translateY(-3px);
}

.hshs-clean-footer-bottom{
    max-width:1250px;
    margin:0 auto;
    padding:16px 30px 22px;
    border-top:1px solid #d9e6f2;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px 24px;
    color:#5b6f84;
    font-size:12px;
}

.hshs-clean-footer-bottom a{
    color:#071d38;
    text-decoration:none;
    font-weight:700;
}

.hshs-clean-footer-bottom a:hover{
    color:#0066c9;
}

@media(max-width:950px){
    .hshs-clean-footer-inner{
        grid-template-columns:1fr;
    }

    .hshs-clean-links{
        grid-template-columns:1fr 1fr 1fr;
    }
}

@media(max-width:650px){
    .hshs-clean-footer-inner{
        padding:32px 22px 28px;
    }

    .hshs-clean-links{
        grid-template-columns:1fr;
    }

    .hshs-brand-health{
        font-size:36px;
    }

    .hshs-brand-honor{
        font-size:24px;
    }

    .hshs-clean-footer-bottom{
        flex-direction:column;
        text-align:center;
    }
}




/* ===========================================
   HSHS MyCode Components
   =========================================== */


.hshs-indent{
    margin:15px 0 15px 30px;
    padding:12px 18px;
    background:#f8fafc;
    border-left:5px solid #071D38;
    border-radius:10px;
    color:#334155;
}

.hshs-post-header{
    margin:0px 0 18px;
    padding:14px 20px;
    background:linear-gradient(135deg,#0b3768,#134f90);
    color:#fff;
    border-left:6px solid #D4A017;
    border-radius:10px;
    font-size:24px;
    font-weight:700;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.hshs-post-header i{
    color:#D4A017;
    margin-right:10px;
}

/* Shared Boxes */

.hshs-info-box,
.hshs-warning-box,
.hshs-success-box,
.hshs-tip-box,
.hshs-resource-box{

    margin:18px 0 25px;
    border-radius:12px;
    overflow:hidden;
    border:1px solid #d7e1ec;
    box-shadow:0 6px 16px rgba(0,0,0,.06);
}

.hshs-box-title{

    padding:12px 18px;

    font-weight:700;
    font-size:16px;
}

.hshs-box-title i{
    margin-right:8px;
}

.hshs-box-content{

    background:#fff;
    padding:0px 20px;
    line-height:1.7;
}

/* Information */

.hshs-info-box .hshs-box-title{

    background:#e9f4ff;
    color:#0b3768;
}

/* Warning */

.hshs-warning-box .hshs-box-title{

    background:#fff4d6;
    color:#8b5d00;
}

/* Success */

.hshs-success-box .hshs-box-title{

    background:#eaf8ed;
    color:#206a33;
}

/* Tip */

.hshs-tip-box .hshs-box-title{

    background:#eef6ff;
    color:#19538f;
}

/* Resource */

.hshs-resource-box .hshs-box-title{

    background:#f4f4f4;
    color:#444;
}

.hshs-post-icon{
    color:#1FA7B6;
    width:20px;
    margin-right:5px;
    text-align:center;
    font-size:1.05em;
}

.hshs-icon-ref{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin:4px 14px 4px 0;
    white-space:nowrap;
}

.hshs-icon-ref code{
    background:#f4f6f8;
    border:1px solid #d7e1ec;
    border-radius:6px;
    padding:3px 7px;
    color:#0b3768;
    font-size:13px;
}

.hshs-icon-ref-missing code{
    color:#a00000;
    border-color:#e2b6b6;
    background:#fff3f3;
}




/* ===========================================
   HSHS Icons 2.0 Library / Grid / Chips
   =========================================== */

.hshs-post-icon{
    color:#1FA7B6;
    margin-right:5px;
}

.hshs-icon-library{
    margin:20px 0;
}

.hshs-icon-category{
    background:#f8fbff;
    border:1px solid #d7e1ec;
    border-radius:12px;
    margin:18px 0;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.hshs-icon-category-title{
    background:#eef6ff;
    color:#0B3768;
    font-size:18px;
    font-weight:700;
    padding:12px 16px;
    border-bottom:1px solid #d7e1ec;
}

.hshs-icon-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
    gap:10px;
    padding:14px;
}

.hshs-icon-ref{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 10px;
    background:#ffffff;
    border:1px solid #d7e1ec;
    border-radius:8px;
    box-shadow:0 2px 6px rgba(0,0,0,.04);
    white-space:nowrap;
}

.hshs-icon-ref .hshs-post-icon{
    color:#1FA7B6;
    margin-right:0;
    font-size:16px;
}

.hshs-icon-ref code{
    background:transparent;
    border:0;
    padding:0;
    color:#0B3768;
    font-size:13px;
    font-weight:700;
}

.hshs-icon-ref-missing{
    background:#fff3f3;
    border-color:#e2b6b6;
}

.hshs-icon-ref-missing code{
    color:#a00000;
}





/* ==========================================================
   HSHS Blog Article Editor
   ========================================================== */

.hshs-editor {
    margin: 20px 0;
}

/* Editor form layout */

.hshs-editor-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 24px;
    align-items: start;
}

.hshs-editor-grid > main {
    min-width: 0;
    width: 100%;
}

.hshs-editor-grid > aside {
    min-width: 0;
    width: 100%;
}

/* Panels */

.hshs-panel {
    margin-bottom: 18px;
    padding: 18px;
    background: #fff;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    box-sizing: border-box;
}

/* Form fields */

.hshs-editor .field {
    margin: 0 0 16px;
}

.hshs-editor .field:last-child {
    margin-bottom: 0;
}

.hshs-editor label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.hshs-editor input[type="text"],
.hshs-editor input[type="url"],
.hshs-editor input[type="datetime-local"],
.hshs-editor select,
.hshs-editor .field > textarea {
    width: 100%;
    max-width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
}

/* Excerpt field */

.hshs-editor #excerpt {
    min-height: 100px;
    resize: vertical;
}

/* ----------------------------------------------------------
   Article Content fallback textarea

   This is visible only if MyBB's SCEditor does not load.
   Do not add display:block!important here because SCEditor
   needs to hide the original textarea.
   ---------------------------------------------------------- */

.hshs-editor textarea.hshs-article-content {
    width: 100%;
    max-width: 100%;
    height: 530px;
    min-height: 530px;
    max-height: 530px;
    padding: 9px;
    overflow-y: auto;
    resize: none !important;
    box-sizing: border-box;
    font-family: Verdana, sans-serif;
}

/* ----------------------------------------------------------
   Native MyBB SCEditor
   ---------------------------------------------------------- */

.hshs-editor .sceditor-container {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden;
}

/* SCEditor toolbar */

.hshs-editor .sceditor-toolbar {
    display: block;
    visibility: visible;
    box-sizing: border-box;
}

/* WYSIWYG and source-mode editing surfaces */

.hshs-editor .sceditor-container iframe,
.hshs-editor .sceditor-container textarea {
    width: 100% !important;
    height: 530px !important;
    min-height: 530px !important;
    max-height: 530px !important;
    overflow-y: auto !important;
    resize: none !important;
    box-sizing: border-box !important;
}

/* Remove SCEditor's draggable resize handle */

.hshs-editor .sceditor-grip {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* Actions */

.hshs-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hshs-actions button {
    cursor: pointer;
}

/* Validation errors */

.hshs-error {
    margin: 12px 0;
    padding: 12px;
    background: #fee;
    border: 1px solid #d88;
    border-radius: 6px;
}

.hshs-error ul {
    margin-bottom: 0;
}

/* Responsive layout */

@media screen and (max-width: 800px) {
    .hshs-editor-grid {
        grid-template-columns: 1fr;
    }

    .hshs-editor textarea.hshs-article-content,
    .hshs-editor .sceditor-container iframe,
    .hshs-editor .sceditor-container textarea {
        height: 430px !important;
        min-height: 430px !important;
        max-height: 430px !important;
    }
}

/* =========================================================
   HSHS MOBILE / RESPONSIVE THEME
========================================================= */

html,
body {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

#container,
#content,
.wrapper {
	box-sizing: border-box;
}

#content {
	max-width: 100%;
}

img,
video,
iframe,
embed,
object {
	max-width: 100%;
}

img {
	height: auto;
}

.post_body,
.post_content,
.trow1,
.trow2,
.smalltext,
.navigation,
.hshs-home {
	overflow-wrap: anywhere;
	word-wrap: break-word;
}

/* TABLET */
@media screen and (max-width: 1000px) {

	.wrapper {
		width: calc(100% - 30px);
	}

	#content {
		padding: 16px 0;
	}

	

	

	

	#mainnav ul.menu {
		height: auto;
		min-height: 50px;
		flex-wrap: wrap;
		gap: 0;
		padding: 0 10px;
	}

	#mainnav ul.menu li a {
		padding: 15px 12px;
		font-size: 13px;
	}

	.hshs-hero-home {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 30px;
		overflow: hidden;
	}

	.hshs-hero-main-img {
		height: 320px;
	}

	.hshs-silver-badge {
		width: 120px;
		right: 10px;
		bottom: -25px;
	}

	.hshs-hero-image-wrap {
		padding-bottom: 35px;
	}

	.hshs-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hshs-feature-row,
	.hshs-split,
	.hshs-lower-row {
		grid-template-columns: 1fr;
	}

	.hshs-infographic-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hshs-info-item {
		border-right: 0;
		border-bottom: 1px solid #d7e8f3;
	}

	.hshs-events-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hshs-glance-grid,
	.hshs-metric-row,
	.hshs-benefit-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.post.classic .post_author {
		float: none;
		width: auto;
		margin: 0 0 12px;
		border-left: 1px solid #ddd;
	}

	.post.classic .post_content {
		float: none;
		width: auto;
		padding: 0 10px 5px;
	}
}

/* PHONE
   Standard HSHS mobile breakpoint:
   - narrow screens up to 700px
   - touch/coarse-pointer devices up to 960px for phone landscape
*/
@media screen and (max-width: 700px),
       screen and (max-width: 960px) and (hover: none) and (pointer: coarse) {

	body {
		font-size: 13px;
	}

	.wrapper {
		width: calc(100% - 20px);
	}

	#content {
		padding: 12px 0;
		overflow: visible;
	}

	

	

	#logo img,
	

	.hshs-social {
		justify-content: center;
		gap: 12px;
	}

	.hshs-social a {
		width: 40px;
		height: 40px;
		font-size: 17px;
	}

	#mainnav ul.menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		height: auto;
		padding: 5px;
	}

	#mainnav ul.menu li {
		width: 100%;
	}

	#mainnav ul.menu li a {
		justify-content: center;
		width: 100%;
		padding: 12px 8px;
		font-size: 12px;
		text-align: center;
		box-sizing: border-box;
	}

	#mainnav ul.menu li a::after {
		bottom: 0;
	}

	#panel .upper,
	#panel .lower {
		line-height: 1.8;
	}

	#panel .lower ul.panel_links,
	#panel .lower ul.user_links {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#search {
		float: none;
		width: 100%;
		margin-top: 8px;
		text-align: center;
	}

	#search input.textbox {
		width: 65%;
	}

	.hshs-home {
		width: 100%;
		margin: 0;
		padding: 16px 0;
	}

	.hshs-hero-home {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 22px 18px;
		border-radius: 16px;
	}

	.hshs-hero-text h1 {
		font-size: 32px;
		line-height: 1.1;
	}

	.hshs-tagline {
		font-size: 17px;
		letter-spacing: 1px;
	}

	.hshs-hero-copy {
		font-size: 14px;
		line-height: 1.6;
	}

	.hshs-hero-buttons a {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		box-sizing: border-box;
		text-align: center;
	}

	.hshs-hero-main-img {
		height: 230px;
		border-radius: 14px;
	}

	.hshs-silver-badge {
		width: 95px;
		right: 8px;
		bottom: -18px;
	}

	.hshs-card-grid,
	.hshs-feature-row,
	.hshs-split,
	.hshs-lower-row,
	.hshs-infographic-grid,
	.hshs-events-grid,
	.hshs-glance-grid,
	.hshs-metric-row,
	.hshs-benefit-list {
		grid-template-columns: 1fr;
	}

	.hshs-action-card,
	.hshs-feature-large,
	.hshs-feature-side,
	.hshs-modern-panel,
	.hshs-stats-card,
	.hshs-why-infographic,
	.hshs-events-card,
	.hshs-glance-card,
	.hshs-president-card,
	.hshs-spotlight-card {
		padding: 20px;
		border-radius: 16px;
	}

	.hshs-action-card {
		min-height: 0;
	}

	.hshs-action-card h3 {
		font-size: 18px;
	}

	.hshs-section-intro {
		margin: 30px auto 20px;
		padding: 0 10px;
	}

	.hshs-section-intro h2,
	.hshs-why-infographic h2,
	.hshs-feature-large h2,
	.hshs-modern-panel h2,
	.hshs-president-card h2 {
		font-size: 23px;
	}

	.hshs-spotlight-card::before {
		top: 165px;
	}

	.hshs-spotlight-card::after {
		top: 210px;
	}

	.hshs-spotlight-photo img {
		width: 145px;
		height: 145px;
	}

	.hshs-event-item {
		min-height: 0;
		padding: 18px;
	}

	.hshs-event-icon {
		font-size: 34px;
	}

	table {
		max-width: 100%;
	}

	.tborder {
		width: 100%;
	}

	.tborder,
	.tborder tbody,
	.tborder tr,
	.tborder td {
		box-sizing: border-box;
	}

	input.textbox,
	input.textbox.portal_search,
	textarea,
	select {
		max-width: 100%;
		box-sizing: border-box;
	}

	form #message {
		width: 100%;
		max-width: 100%;
	}

	.post .post_author div.author_avatar,
	.post .post_author div.author_information,
	.post .post_author div.author_statistics {
		float: none;
		width: auto;
		text-align: center;
	}

	.post .post_author div.author_avatar {
		margin: 0 0 8px;
	}

	.post .post_author div.author_statistics {
		padding: 6px;
	}

	.post_body {
		font-size: 14px;
		overflow-wrap: anywhere;
	}

	.postbit_buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 3px;
	}

	#footer .upper .language,
	#footer .upper .theme,
	#footer .upper ul.bottom_links,
	#footer .lower #current_time {
		float: none;
		display: block;
		margin: 8px 0;
		text-align: center;
	}

	#footer .lower {
		text-align: center;
	}

	.modal {
		width: calc(100% - 24px);
		max-width: 400px;
	}
}

/* VERY SMALL PHONES */
@media screen and (max-width: 430px) {

	#mainnav ul.menu {
		grid-template-columns: 1fr;
	}

	.hshs-hero-text h1 {
		font-size: 27px;
	}

	.hshs-card-grid {
		gap: 14px;
	}

	.hshs-action-card {
		padding: 18px;
	}

	.hshs-event-icon {
		position: static;
		margin-bottom: 8px;
	}

	.hshs-glance-item,
	.hshs-metric-card {
		padding: 18px;
	}

	.hshs-metric-card {
		align-items: flex-start;
	}

	.pagination {
		line-height: 2;
	}

	.pagination .pages {
		display: block;
		margin-bottom: 5px;
	}
}

/* =========================================================
   END HSHS MOBILE / RESPONSIVE THEME
========================================================= */




/* =========================================================
   HSHS TABLE SYSTEM
   Clean, responsive styling for all HSHS MyCode tables
   ========================================================= */

.hshs-table-wrap {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    overflow-x: auto;
    overflow-y: hidden;

    background: #ffffff;
    border: 1px solid #c7d4e3;
    border-radius: 9px;

    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.hshs-table {
    width: 100%;
    max-width: 100%;

    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;

    background: #ffffff;
    color: #1f2933;

    box-sizing: border-box;
}

/* =========================================================
   HEADER
   ========================================================= */

.hshs-table th,
.hshs-table-header {
    padding: 12px 13px;

    background: #123b73;
    color: #ffffff;

    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .32);
    border-bottom: 1px solid #b9cce0;

    text-align: left;
    vertical-align: middle;

    font-weight: 700;
    line-height: 1.4;

    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;

    box-sizing: border-box;
}

.hshs-table th:last-child,
.hshs-table-header:last-child {
    border-right: 0;
}

.hshs-table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

.hshs-table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

/* Header links */

.hshs-table th a,
.hshs-table-header a {
    color: #ffffff;
    text-decoration: none;
}

.hshs-table th a:hover,
.hshs-table-header a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* =========================================================
   BODY CELLS
   ========================================================= */

.hshs-table td,
.hshs-table-cell {
    padding: 11px 13px;

    background: #ffffff;
    color: #1f2933;

    border: 0;
    border-right: 1px solid #dbe5ef;
    border-bottom: 1px solid #dbe5ef;

    text-align: left;
    vertical-align: middle;

    line-height: 1.45;

    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;

    box-sizing: border-box;

    transition:
        background-color .18s ease,
        border-color .18s ease;
}

.hshs-table td:last-child,
.hshs-table-cell:last-child {
    border-right: 0;
}

/* Remove the duplicate bottom border from the final row */

.hshs-table tr:last-child td {
    border-bottom: 0;
}

/* Bottom rounded corners */

.hshs-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.hshs-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

/* =========================================================
   ROW STYLING
   ========================================================= */

.hshs-table tbody tr:nth-child(even) td {
    background: #f8fbfe;
}

.hshs-table tbody tr:hover td,
.hshs-table-row:hover td {
    background: #eef6fc;
}

/* Slight emphasis for the first column */

.hshs-table tbody td:first-child {
    color: #0b2e63;
    font-weight: 700;
}

/* =========================================================
   ROWSPAN AND COLSPAN
   ========================================================= */

.hshs-table td[rowspan],
.hshs-table-cell[rowspan] {
    background: #f4f7fa;
    vertical-align: middle;
}

.hshs-table tbody tr:hover td[rowspan],
.hshs-table-row:hover td[rowspan] {
    background: #e7f1f9;
}

.hshs-table td[colspan],
.hshs-table-cell[colspan] {
    background: #f4f7fa;
    text-align: center;
}

/* =========================================================
   CONTENT INSIDE CELLS
   ========================================================= */

.hshs-table p {
    margin: 0;
}

.hshs-table ul,
.hshs-table ol {
    margin: 6px 0;
    padding-left: 20px;
}

.hshs-table td a,
.hshs-table-cell a {
    color: #0f4c81;
    font-weight: 600;
    text-decoration: none;
}

.hshs-table td a:hover,
.hshs-table-cell a:hover {
    color: #007fa3;
    text-decoration: underline;
}

.hshs-table td img,
.hshs-table-cell img {
    max-width: 100%;
    height: auto;
}

/* =========================================================
   RESPONSIVE TABLES
   ========================================================= */

@media screen and (max-width: 900px) {
    .hshs-table th,
    .hshs-table td,
    .hshs-table-header,
    .hshs-table-cell {
        padding: 9px 8px;
        font-size: 12px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 650px) {
    .hshs-table {
        font-size: 11px;
    }

    .hshs-table th,
    .hshs-table td,
    .hshs-table-header,
    .hshs-table-cell {
        padding: 7px 6px;
        font-size: 11px;
        line-height: 1.35;
    }
}

/* =========================================================
   HSHS SITE HEADER
   Isolated AMU/APU Health Sciences Honor Society header
   Requires the matching #hshs-site-header HTML structure.
   ========================================================= */

#hshs-site-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    background-image: url(../../../images/hshs-header-bg.png);
    background-repeat: no-repeat;
    background-position: right calc(50% - 100px);
    background-size: 1100px auto;
    border-bottom: 1px solid #d7e7ef;
}

/* Tablet */
@media (max-width: 1100px) {
    #hshs-site-header {
        background-position: right center;
        background-size: cover;
    }
}

/* Phone */
@media (max-width: 768px) {
    #hshs-site-header {
        background-position: center center;
        background-size: cover;
    }
}

.hshs-site-header-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 190px minmax(500px, 1fr) auto;
    align-items: center;
    column-gap: 34px;
    min-height: 220px;
    padding-top: 14px;
    padding-bottom: 14px;
    box-sizing: border-box;
}

/* Shield */
.hshs-site-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.hshs-site-header-logo:link,
.hshs-site-header-logo:visited,
.hshs-site-header-logo:hover,
.hshs-site-header-logo:active {
    text-decoration: none;
}

.hshs-site-header-logo img {
    display: block;
    width: 185px;
    height: auto;
    max-width: 100%;
    border: 0;
}

/* Branding */
.hshs-site-header-branding {
    min-width: 0;
    text-align: center;
}

/* University names */

.hshs-site-header-universities {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin: 0 0 1px;
    color: #009fc8;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(12px, 1.15vw, 18px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.hshs-site-header-universities > span:not(.hshs-site-header-university-divider) {
    white-space: nowrap;
}

.hshs-site-header-university-divider {
    flex: 0 0 auto;
    width: 2px;
    height: 18px;
    background: #2e7697;
    opacity: 0.75;
}

/* HEALTH SCIENCES */
.hshs-site-header-title {
    margin: 0;
    color: #082e5b;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(50px, 4.5vw, 70px);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85),
        0 2px 2px rgba(8, 46, 91, 0.08);
}

/* HONOR SOCIETY */
.hshs-site-header-society {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    width: min(100%, 800px);
    margin: 5px auto 0;
    color: #009fc8;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(23px, 2.25vw, 36px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hshs-site-header-society::before,
.hshs-site-header-society::after {
    content: "";
    flex: 1 1 85px;
    max-width: 145px;
    height: 2px;
}

.hshs-site-header-society::before {
    background: linear-gradient(
        90deg,
        rgba(0, 166, 206, 0.18),
        #00a6ce
    );
}

.hshs-site-header-society::after {
    background: linear-gradient(
        90deg,
        #00a6ce,
        rgba(0, 166, 206, 0.18)
    );
}

.hshs-site-header-society span {
    white-space: nowrap;
}

/* LEARN. LEAD. SERVE. */

.hshs-site-header-tagline {
    margin-top: 9px;
    color: #173f70;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(12px, 1.15vw, 16px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.38em;
    text-transform: uppercase;
}

/* Social and administrative links */
.hshs-site-header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    min-width: 210px;
    transform: translateY(-4px);
}

.hshs-site-header-links > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #ffffff;
    background: #082e5b;
    border: 2px solid #082e5b;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    transition:
        color 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

.hshs-site-header-links > a:link,
.hshs-site-header-links > a:visited {
    color: #ffffff;
    text-decoration: none;
}

.hshs-site-header-links > a:hover,
.hshs-site-header-links > a:focus {
    color: #ffffff;
    background: #00a5ce;
    border-color: #00a5ce;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 7px 16px rgba(8, 46, 91, 0.20);
    outline: none;
}

/* Tablet */
@media screen and (max-width: 1200px) {
    .hshs-site-header-inner {
        grid-template-columns: 165px minmax(420px, 1fr);
        min-height: 225px;
        column-gap: 25px;
        row-gap: 15px;
    }

    .hshs-site-header-logo img {
        width: 160px;
    }

    .hshs-site-header-links {
        grid-column: 1 / -1;
        justify-content: center;
        min-width: 0;
    }

    .hshs-site-header-links > a {
        width: 41px;
        height: 41px;
        font-size: 18px;
    }
}

/* Phone / small tablet */
@media screen and (max-width: 760px) {
    #hshs-site-header::after {
        right: -220px;
        opacity: 0.16;
    }

    .hshs-site-header-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        min-height: 0;
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .hshs-site-header-logo img {
        width: 125px;
    }

    .hshs-site-header-universities {
        flex-direction: column;
        gap: 1px;
        margin-top: 2px;
        margin-bottom: 8px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .hshs-site-header-university-divider {
        display: none;
    }

    .hshs-site-header-title {
        font-size: clamp(42px, 11vw, 59px);
        line-height: 0.92;
    }

    .hshs-site-header-society {
        gap: 10px;
        margin-top: 9px;
        font-size: clamp(18px, 5.5vw, 27px);
        letter-spacing: 0.14em;
    }

    .hshs-site-header-society::before,
    .hshs-site-header-society::after {
        flex-basis: 35px;
        min-width: 25px;
    }

    .hshs-site-header-tagline {
        margin-top: 13px;
        font-size: 11px;
        letter-spacing: 0.28em;
    }

    .hshs-site-header-links {
        margin-top: 4px;
        gap: 10px;
    }

    .hshs-site-header-links > a {
        width: 39px;
        height: 39px;
        font-size: 17px;
    }
}

/* Small phone */
@media screen and (max-width: 430px) {
    .hshs-site-header-inner {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .hshs-site-header-logo img {
        width: 108px;
    }

    .hshs-site-header-title {
        font-size: clamp(36px, 11.7vw, 48px);
    }

    .hshs-site-header-society {
        gap: 7px;
        font-size: clamp(16px, 5vw, 22px);
        letter-spacing: 0.10em;
    }

    .hshs-site-header-society::before,
    .hshs-site-header-society::after {
        min-width: 15px;
    }

    .hshs-site-header-tagline {
        font-size: 10px;
        letter-spacing: 0.20em;
    }
}



.profile_signature {
	margin-top: 15px;
	padding-top: 12px;
	border-top: 1px dotted #ccc;
	background: transparent;
}

.profile_signature img {
	max-width: 100%;
	height: auto;
}


.member_profile .signature img,
.signature img {
	max-width: 450px;
	height: auto;
}


/* =========================================================
   HSHS BASIC MOBILE FORUM MODE

   Touch phones up to 960px (including landscape) and all
   narrow screens up to 700px receive the simplified layout.
   Desktop presentation remains unchanged.
========================================================= */

@media screen and (max-width: 700px),
       screen and (max-width: 960px) and (hover: none) and (pointer: coarse) {

	/* Elements are marked by the lightweight page-layout helper
	   in the headerinclude template. */
	.hshs-mobile-hide {
		display: none !important;
	}

	/* ---------------------------------------------------------
	   Community index: status circle + forum information only
	--------------------------------------------------------- */
	html.hshs-page-index .hshs-mobile-forum-status {
		display: table-cell !important;
		width: 38px !important;
		min-width: 38px !important;
		padding: 10px 4px !important;
		text-align: center !important;
		vertical-align: middle !important;
	}

	html.hshs-page-index .hshs-mobile-forum-main {
		display: table-cell !important;
		width: auto !important;
		padding: 11px 10px !important;
		vertical-align: middle !important;
	}

	html.hshs-page-index .hshs-mobile-forum-main strong,
	html.hshs-page-index .hshs-mobile-forum-main > a {
		font-size: 14px;
		line-height: 1.3;
	}

	html.hshs-page-index .hshs-mobile-forum-main .smalltext {
		display: block;
		margin-top: 3px;
		font-size: 11px;
		line-height: 1.4;
	}

	html.hshs-page-index .hshs-mobile-forum-status .forum_status {
		margin: 0 auto;
	}

	html.hshs-page-index .hshs-mobile-index-secondary {
		display: none !important;
	}

	/* ---------------------------------------------------------
	   Forum display: status + thread/author + replies + views
	--------------------------------------------------------- */
	html.hshs-page-forumdisplay .hshs-mobile-thread-table {
		width: 100% !important;
		table-layout: auto !important;
	}

	html.hshs-page-forumdisplay .hshs-mobile-thread-status {
		display: table-cell !important;
		width: 30px !important;
		min-width: 30px !important;
		padding: 8px 3px !important;
		box-sizing: border-box;
		text-align: center !important;
		vertical-align: middle !important;
	}

	html.hshs-page-forumdisplay .hshs-mobile-thread-main {
		display: table-cell !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		padding: 12px 10px !important;
		box-sizing: border-box;
		vertical-align: middle !important;
	}

	html.hshs-page-forumdisplay .hshs-mobile-thread-main a {
		font-size: 14px;
		line-height: 1.35;
	}

	html.hshs-page-forumdisplay .hshs-mobile-thread-stat {
		display: table-cell !important;
		width: 45px !important;
		min-width: 45px !important;
		padding: 8px 3px !important;
		box-sizing: border-box;
		text-align: center !important;
		vertical-align: middle !important;
		white-space: nowrap;
		font-size: 12px;
	}

	html.hshs-page-forumdisplay .hshs-mobile-thread-main .author,
	html.hshs-page-forumdisplay .hshs-mobile-thread-main .smalltext {
		margin-top: 4px;
		font-size: 11px;
		line-height: 1.35;
	}

	html.hshs-page-forumdisplay .thread_legend {
		display: none !important;
	}

	/* ---------------------------------------------------------
	   Show thread: avatar + member name + post content only
	--------------------------------------------------------- */
	html.hshs-page-showthread .post,
	html.hshs-page-showthread .post.classic {
		width: 100%;
		padding-top: 0;
		margin: 0 0 14px;
		border: 1px solid #d8dee5;
		border-radius: 7px;
		box-sizing: border-box;
		overflow: hidden;
	}

	html.hshs-page-showthread .post .post_author,
	html.hshs-page-showthread .post.classic .post_author {
		display: flex !important;
		align-items: center;
		gap: 10px;
		float: none !important;
		width: 100% !important;
		min-height: 0;
		margin: 0 !important;
		padding: 8px 10px !important;
		border: 0 !important;
		border-bottom: 1px solid #d8dee5 !important;
		box-sizing: border-box;
		text-align: left !important;
	}

	html.hshs-page-showthread .post .post_author div.author_avatar,
	html.hshs-page-showthread .post.classic .post_author div.author_avatar {
		flex: 0 0 46px;
		float: none !important;
		width: 46px !important;
		margin: 0 !important;
		text-align: left !important;
	}

	html.hshs-page-showthread .post .post_author div.author_avatar img {
		display: block;
		width: 42px !important;
		height: 42px !important;
		max-width: 42px !important;
		padding: 2px;
		border-radius: 50%;
		box-sizing: border-box;
		object-fit: cover;
	}

	html.hshs-page-showthread .post .post_author div.author_information,
	html.hshs-page-showthread .post.classic .post_author div.author_information {
		flex: 1 1 auto;
		float: none !important;
		width: auto !important;
		min-width: 0;
		padding: 0 !important;
		text-align: left !important;
	}

	/* Hide title, group image, online icon, education, badges,
	   military information and any other injected profile fields. */
	html.hshs-page-showthread .post .author_information > * {
		display: none !important;
	}

	html.hshs-page-showthread .post .author_information > strong {
		display: block !important;
		font-size: 14px;
		line-height: 1.3;
	}

	html.hshs-page-showthread .post .author_information > strong * {
		display: inline !important;
	}

	html.hshs-page-showthread .post .post_author > *:not(.author_avatar):not(.author_information) {
		display: none !important;
	}

	html.hshs-page-showthread .post .author_statistics,
	html.hshs-page-showthread .post .post_head,
	html.hshs-page-showthread .post .signature,
	html.hshs-page-showthread .post .post_meta,
	html.hshs-page-showthread .post .author_buttons {
		display: none !important;
	}

	html.hshs-page-showthread .post .post_content,
	html.hshs-page-showthread .post.classic .post_content {
		float: none !important;
		width: 100% !important;
		padding: 10px 12px 8px !important;
		box-sizing: border-box;
	}

	html.hshs-page-showthread .post .post_body {
		padding: 4px 0 10px;
		font-size: 14px;
		line-height: 1.55;
		overflow-wrap: anywhere;
	}

	html.hshs-page-showthread .post_controls {
		padding: 7px 9px;
		box-sizing: border-box;
	}

	html.hshs-page-showthread .post_management_buttons {
		float: none !important;
		justify-content: flex-end;
		width: 100%;
	}

	/* Keep the essential reply form usable without a side column. */
	html.hshs-page-showthread #quick_reply_form .trow1,
	html.hshs-page-showthread #quick_reply_form .trow2 {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}

	html.hshs-page-showthread #quick_reply_form textarea,
	html.hshs-page-showthread #quick_reply_form .sceditor-container {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}
}
		

.hshs-page-embed {
    display: block;
    width: 100%;
    min-height: 800px;
    margin: 15px 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 700px),
       screen and (max-width: 960px) and (hover: none) and (pointer: coarse) {
    .hshs-page-embed {
        min-height: 650px;
    }
}










/* =========================================================
   HSHS MOBILE NEW REPLY

   Uses the same HSHS phone breakpoint as the rest of the
   mobile forum:
   - screens up to 700px
   - touch/coarse-pointer devices up to 960px in landscape

   Requires the customized newreply template classes:
   .hshs-mobile-newreply
   .hshs-reply-table
   .hshs-reply-message
   .hshs-reply-message-label
   .hshs-reply-message-editor
   .hshs-reply-actions
   etc.
========================================================= */

@media screen and (max-width: 700px),
       screen and (max-width: 960px) and (hover: none) and (pointer: coarse) {

    .hshs-mobile-newreply {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    /* Hide desktop-only reply controls */
    .hshs-reply-heading,
    .hshs-reply-thread-title,
    .hshs-mobile-hide-login,
    .hshs-reply-subject,
    .hshs-reply-posticons,
    .hshs-reply-postoptions,
    .hshs-reply-modoptions,
    .hshs-reply-subscription,
    .hshs-reply-attachments,
    .hshs-reply-forumrules {
        display: none !important;
    }

    /* Keep CAPTCHA available if MyBB requires one */
    .hshs-reply-captcha {
        display: table-row-group;
        width: 100%;
    }

    /* Main reply form */
    .hshs-mobile-newreply form {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    /* Main reply table */
    .hshs-reply-table {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-sizing: border-box;
    }

    .hshs-reply-table > tbody {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    /* Message row */
    .hshs-reply-message {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .hshs-reply-message-label {
        display: none !important;
    }

    .hshs-reply-message-editor {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 6px !important;
        border: 0 !important;
        background: transparent !important;
        box-sizing: border-box;
    }

    /* Hide the SCEditor formatting toolbar */
    .hshs-reply-message-editor .sceditor-toolbar {
        display: none !important;
    }

    /* SCEditor container */
    .hshs-reply-message-editor .sceditor-container {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #cbd5e1 !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        background: #ffffff !important;
    }

    /* Main typing area */
    .hshs-reply-message-editor textarea#message,
    .hshs-reply-message-editor .sceditor-container textarea,
    .hshs-reply-message-editor .sceditor-container iframe {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 220px !important;
        min-height: 220px !important;
        margin: 0 !important;
        padding: 14px !important;
        border: 0 !important;
        outline: 0 !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        background: #ffffff !important;
    }

    /* Prevent iOS/browser zoom on form fields */
    .hshs-mobile-newreply textarea,
    .hshs-mobile-newreply input,
    .hshs-mobile-newreply select,
    .hshs-mobile-newreply button {
        font-size: 16px;
    }

    /* Action area */
    .hshs-reply-actions {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin: 10px 0 18px;
        padding: 0 6px;
        box-sizing: border-box;
    }

    /* Post Reply is the only visible mobile action */
    .hshs-reply-submit {
        display: block !important;
        width: 100% !important;
        max-width: 420px;
        min-height: 48px;
        margin: 0 !important;
        padding: 11px 18px !important;
        box-sizing: border-box;
        font-size: 16px !important;
        font-weight: 600;
        border-radius: 8px !important;
    }

    .hshs-reply-preview,
    .hshs-reply-draft {
        display: none !important;
    }

    /* -----------------------------------------------------
       Mobile Thread Review
       Keep recent context visible without the bulky desktop look
       ----------------------------------------------------- */

    .hshs-reply-threadreview {
        display: block !important;
        width: 100%;
        max-width: 100%;
        margin: 18px 0 0;
        padding: 0 6px 6px;
        box-sizing: border-box;
    }

    .hshs-reply-threadreview > br {
        display: none;
    }

    .hshs-reply-threadreview table.tborder {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #d7e2ec !important;
        border-radius: 10px;
        background: #ffffff !important;
        overflow: hidden;
        box-sizing: border-box;
    }

    .hshs-reply-threadreview table.tborder > tbody {
        display: block;
        width: 100%;
    }

    .hshs-reply-threadreview table.tborder > tbody > tr {
        display: block;
        width: 100%;
    }

    .hshs-reply-threadreview table.tborder > tbody > tr > td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    /* "Thread Review (Newest First)" heading */
    .hshs-reply-threadreview .thead {
        display: block !important;
        padding: 10px 12px !important;
        border: 0 !important;
        border-bottom: 1px solid #d7e2ec !important;
        background: #0b2341 !important;
        color: #ffffff !important;
        text-align: left !important;
        font-size: 14px !important;
        line-height: 1.3;
    }

    .hshs-reply-threadreview .thead strong {
        font-weight: 700;
    }

    /* Author / time row */
    .hshs-reply-threadreview .tcat {
        display: block !important;
        padding: 9px 12px 4px !important;
        border: 0 !important;
        background: #ffffff !important;
        color: #0b2341 !important;
        font-size: 12px !important;
        line-height: 1.35;
    }

    .hshs-reply-threadreview .tcat .smalltext,
    .hshs-reply-threadreview .tcat strong {
        color: #0b2341 !important;
        font-size: 12px !important;
    }

    /* Post text */
    .hshs-reply-threadreview .trow1,
    .hshs-reply-threadreview .trow2 {
        display: block !important;
        padding: 4px 12px 12px !important;
        border: 0 !important;
        border-bottom: 1px solid #e7edf3 !important;
        background: #ffffff !important;
        color: #333333 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .hshs-reply-threadreview tr:last-child .trow1,
    .hshs-reply-threadreview tr:last-child .trow2 {
        border-bottom: 0 !important;
    }

    .hshs-reply-threadreview img {
        max-width: 100% !important;
        height: auto !important;
    }

    .hshs-reply-threadreview blockquote,
    .hshs-reply-threadreview .codeblock {
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
    }
}

/* =========================================================
   HSHS BLOG FEATURED BANNER — PHONE OVERRIDE
   Keep the complete wide banner visible on real phones.
   Placed at the END of global.css intentionally so it wins
   over earlier fixed-height / object-fit rules.
   ========================================================= */
@media screen and (max-width: 700px),
       screen and (max-width: 960px) and (hover: none) and (pointer: coarse) {

    .hshs-blog-featured {
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
    }

    .hshs-blog-featured > img,
    .hshs-blog-featured > a > img,
    .hshs-blog-featured a img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        object-fit: contain !important;
        object-position: center center !important;
        margin: 0 !important;
    }

    .hshs-blog-featured > a {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        line-height: 0 !important;
    }
}


/* =========================================================
   HSHS HOMEPAGE V4 — approved concept
   Existing header/navigation intentionally untouched.
   ========================================================= */
.hshs-home-v4{--h4-navy:#08284a;--h4-navy2:#0b3f72;--h4-blue:#0b72c8;--h4-cyan:#00a9ce;--h4-gold:#f3b83f;--h4-gold-deep:#d99600;--h4-border:#d7e6f1;--h4-text:#3f5064;--h4-muted:#6d7a89;width:100%;max-width:1500px;margin:0 auto;padding:0 0 26px;box-sizing:border-box;font-family:Arial,sans-serif}
.hshs-home-v4 *,.hshs-home-v4 *::before,.hshs-home-v4 *::after{box-sizing:border-box}.hshs-home-v4 a{text-decoration:none}.hshs-v4-kicker{color:var(--h4-gold-deep);font-size:12px;font-weight:900;letter-spacing:3px;text-transform:uppercase}
.hshs-v4-hero{display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);min-height:430px;margin:0;overflow:hidden;background:#fff}.hshs-v4-hero-copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;padding:42px 20px 42px 34px}.hshs-v4-hero h1{margin:6px 0 16px;color:var(--h4-navy);font-family:Georgia,serif;font-size:clamp(48px,4.6vw,73px);font-weight:700;line-height:.88;letter-spacing:-2px}.hshs-v4-hero-mantra{margin-bottom:16px;color:var(--h4-navy);font-size:13px;font-weight:800;line-height:1.45;letter-spacing:3.2px;text-transform:uppercase}.hshs-v4-hero-copy p{max-width:670px;margin:0;color:var(--h4-text);font-size:14px;line-height:1.58}.hshs-v4-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:21px}.hshs-v4-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:45px;padding:11px 21px;border-radius:999px;font-size:12px;font-weight:800;transition:.22s ease}.hshs-v4-btn.primary{background:var(--h4-navy);color:#fff!important;box-shadow:0 8px 18px rgba(8,40,74,.16)}.hshs-v4-btn.primary:hover{background:var(--h4-blue);transform:translateY(-2px)}.hshs-v4-btn.secondary{border:1px solid #9bc6e4;background:#fff;color:var(--h4-navy)!important}.hshs-v4-btn.secondary:hover{border-color:var(--h4-navy);background:var(--h4-navy);color:#fff!important}
.hshs-v4-hero-visual{position:relative;min-height:430px;overflow:hidden}.hshs-v4-hero-visual>img:first-child{display:block;width:100%;height:100%;min-height:430px;object-fit:cover;object-position:center}.hshs-v4-hero-fade{position:absolute;inset:0 auto 0 0;width:33%;pointer-events:none;background:linear-gradient(to right,#fff 0%,rgba(255,255,255,.94) 18%,rgba(255,255,255,.68) 45%,rgba(255,255,255,.2) 78%,rgba(255,255,255,0) 100%)}.hshs-v4-hero-script{position:absolute;top:42px;right:37px;color:var(--h4-navy);font-family:"Rock Salt",cursive;font-size:25px;line-height:1.3;text-align:right;transform:rotate(-5deg);text-shadow:0 2px 5px rgba(255,255,255,.7)}.hshs-v4-hero-quote{position:absolute;right:34px;bottom:60px;color:#fff;font-family:Georgia,serif;font-size:15px;font-style:italic;line-height:1.45;text-align:right;text-shadow:0 2px 8px rgba(0,0,0,.45)}.hshs-v4-gold-seal{position:absolute;right:27px;bottom:18px;width:130px;height:auto;z-index:3;filter:drop-shadow(0 10px 18px rgba(8,40,74,.22))}
.hshs-v4-value-nav{position:relative;z-index:5;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:-1px 18px 18px;padding:18px 12px;border:1px solid var(--h4-border);border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(8,40,74,.08)}.hshs-v4-value-item{min-width:0;display:flex;flex-direction:column;align-items:center;padding:0 17px;border-right:1px solid var(--h4-border);color:var(--h4-text)!important;text-align:center}.hshs-v4-value-item:last-child{border-right:0}.hshs-v4-value-icon{width:51px;height:51px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;border-radius:50%;background:#e9f5fb;color:var(--h4-navy2);font-size:21px}.hshs-v4-value-item h3{margin:0 0 5px;color:var(--h4-navy);font-size:13px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}.hshs-v4-value-item p{min-height:42px;margin:0 0 8px;color:var(--h4-muted);font-size:11px;line-height:1.4}.hshs-v4-link{margin-top:auto;color:var(--h4-blue);font-size:10px;font-weight:800}
.hshs-v4-triple{display:grid;grid-template-columns:1.05fr .63fr 1fr;gap:12px;margin:0 18px 18px}.hshs-v4-events-card,.hshs-v4-member-card,.hshs-v4-community-card{min-width:0;border-radius:12px;overflow:hidden}.hshs-v4-events-card{padding:16px;background:linear-gradient(145deg,#07315a,#064d7b);box-shadow:0 10px 24px rgba(8,40,74,.13)}.hshs-v4-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.hshs-v4-card-header h2{margin:0;font-size:13px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}.hshs-v4-card-header.inverse h2,.hshs-v4-card-header.inverse a{color:#fff!important}.hshs-v4-card-header a{font-size:9px;font-weight:800}.hshs-v4-events-list .hshs-events-grid{display:grid;grid-template-columns:1fr;gap:7px}.hshs-v4-events-list .hshs-event-item{min-height:61px;margin:0;padding:8px 31px 8px 8px;border:0;border-radius:8px;background:#fff}.hshs-v4-events-list .hshs-event-item h3{margin:0 0 3px;color:var(--h4-navy);font-size:10px;line-height:1.25}.hshs-v4-events-list .hshs-event-item p{margin:0;color:#617083;font-size:8px}.hshs-v4-events-list .hshs-event-icon{right:8px;font-size:15px}.hshs-v4-outline-gold{display:flex;width:max-content;margin:12px auto 0;padding:8px 18px;border:1px solid var(--h4-gold);border-radius:999px;color:#fff!important;font-size:10px;font-weight:800}
.hshs-v4-member-card{padding:15px 15px 16px;border:1px solid var(--h4-border);background:#fff;text-align:center}.hshs-v4-member-label{color:var(--h4-navy);font-size:10px;font-weight:900;letter-spacing:1.7px;text-transform:uppercase}.hshs-v4-member-label i{margin-right:5px;color:var(--h4-gold)}.hshs-v4-member-photo img{display:block;width:105px;height:105px;object-fit:cover;margin:12px auto 10px;border:5px solid #fff;border-radius:50%;background:#eef2f6;box-shadow:0 0 0 1px #d6e4ed,0 8px 18px rgba(8,40,74,.13)}.hshs-v4-member-card h2{margin:0 0 3px;color:var(--h4-navy);font-size:19px;font-weight:900}.hshs-v4-member-card h4{margin:0 0 10px;color:#567087;font-size:9px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase}.hshs-v4-member-card p{margin:0 0 11px;color:#526276;font-size:10px;font-style:italic;line-height:1.45}.hshs-v4-member-card>a{display:inline-flex;padding:8px 14px;border-radius:999px;background:var(--h4-gold);color:var(--h4-navy)!important;font-size:9px;font-weight:900}
.hshs-v4-community-card{position:relative;min-height:310px;background:var(--h4-navy)}.hshs-v4-community-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hshs-v4-community-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,40,74,.15),rgba(8,40,74,.82))}.hshs-v4-community-overlay{position:relative;z-index:2;min-height:310px;display:flex;flex-direction:column;justify-content:center;padding:21px;color:#fff}.hshs-v4-community-overlay h2{margin:0 0 10px;font-family:Georgia,serif;font-size:28px;line-height:.95;font-weight:700}.hshs-v4-community-overlay p{max-width:360px;margin:0 0 16px;font-size:11px;line-height:1.45}.hshs-v4-audience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:16px}.hshs-v4-audience-grid div{display:flex;flex-direction:column;align-items:center;gap:5px;padding:5px 8px;border-right:1px solid rgba(255,255,255,.32);text-align:center;font-size:9px;font-weight:700}.hshs-v4-audience-grid div:last-child{border-right:0}.hshs-v4-audience-grid i{font-size:21px}.hshs-v4-community-overlay>a{display:inline-flex;align-self:center;padding:8px 17px;border-radius:999px;background:var(--h4-gold);color:var(--h4-navy)!important;font-size:9px;font-weight:900}
.hshs-v4-growth-row{display:grid;grid-template-columns:1.2fr .95fr;gap:12px;margin:0 18px 18px}.hshs-v4-training-card{min-width:0;display:grid;grid-template-columns:.9fr 1.25fr;border:1px solid var(--h4-border);border-radius:12px;overflow:hidden;background:#fff}.hshs-v4-training-image{min-height:180px}.hshs-v4-training-image img{display:block;width:100%;height:100%;object-fit:cover}.hshs-v4-training-copy{display:flex;flex-direction:column;justify-content:center;padding:20px}.hshs-v4-training-copy h2{margin:3px 0 7px;color:var(--h4-navy);font-family:Georgia,serif;font-size:28px;line-height:1}.hshs-v4-training-copy p{margin:0 0 13px;color:var(--h4-muted);font-size:11px;line-height:1.5}.hshs-v4-training-copy .hshs-v4-btn{align-self:flex-start;min-height:37px;padding:8px 15px;font-size:9px}.hshs-v4-stats-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;padding:16px 10px;border:1px solid var(--h4-border);border-radius:12px;background:#fff}.hshs-v4-stat{min-width:0;display:flex;flex-direction:column;align-items:center;padding:5px 11px;border-right:1px solid var(--h4-border);text-align:center}.hshs-v4-stat:last-child{border-right:0}.hshs-v4-stat>span{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:7px;border-radius:50%;background:#eef7fc;color:var(--h4-navy2);font-size:18px}.hshs-v4-stat strong{color:var(--h4-navy);font-size:25px;line-height:1}.hshs-v4-stat small{margin-top:5px;color:#59697b;font-size:9px;line-height:1.2}
.hshs-v4-blog-wrap{margin:0 18px 18px}.hshs-v4-blog-wrap .hshs-blog-home,.hshs-v4-blog-wrap .hshs-latest-blog,.hshs-v4-blog-wrap .hshs-blog-section{margin:0!important}
.hshs-v4-impact{display:grid;grid-template-columns:1fr 1.15fr;margin:0 18px;border:1px solid var(--h4-border);border-radius:12px 12px 0 0;overflow:hidden;background:#fff}.hshs-v4-testimonial{position:relative;display:flex;flex-direction:column;justify-content:center;padding:24px 36px 24px 55px;text-align:center}.hshs-v4-quote-mark{position:absolute;left:22px;top:9px;color:var(--h4-gold);font-family:Georgia,serif;font-size:62px;line-height:1}.hshs-v4-testimonial blockquote{margin:0;padding:0;border:0;background:none;color:#29435f;font-family:Georgia,serif;font-size:16px;font-style:italic;line-height:1.5}.hshs-v4-testimonial cite{margin-top:9px;color:#5f7185;font-size:10px;font-style:normal}.hshs-v4-impact-image{position:relative;min-height:165px;overflow:hidden}.hshs-v4-impact-image img{display:block;width:100%;height:100%;object-fit:cover}.hshs-v4-impact-image::after{content:"";position:absolute;inset:0;background:linear-gradient(to left,rgba(8,40,74,.58),rgba(8,40,74,0) 70%)}.hshs-v4-impact-overlay{position:absolute;z-index:2;top:50%;right:28px;transform:translateY(-50%);display:flex;flex-direction:column;color:#fff;font-size:11px;font-weight:900;line-height:1.6;letter-spacing:2.2px;text-transform:uppercase}
.hshs-v4-final-cta{display:flex;align-items:center;justify-content:center;gap:70px;margin:0 18px;padding:20px 30px;background:linear-gradient(135deg,#07325c,#00639c);color:#fff}.hshs-v4-final-cta h2{margin:0 0 3px;font-family:Georgia,serif;font-size:23px}.hshs-v4-final-cta p{margin:0;font-size:10px;opacity:.9}.hshs-v4-final-cta>a{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:999px;background:var(--h4-gold);color:var(--h4-navy)!important;font-size:10px;font-weight:900}
@media screen and (max-width:1100px){.hshs-v4-hero{grid-template-columns:.9fr 1.1fr}.hshs-v4-value-nav{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:18px}.hshs-v4-value-item:nth-child(3){border-right:0}.hshs-v4-triple{grid-template-columns:1fr 1fr}.hshs-v4-community-card{grid-column:1/-1}.hshs-v4-growth-row{grid-template-columns:1fr}}
@media screen and (max-width:700px),screen and (max-width:960px) and (hover:none) and (pointer:coarse){.hshs-home-v4{padding-bottom:14px}.hshs-v4-hero{grid-template-columns:1fr;min-height:0}.hshs-v4-hero-copy{padding:24px 16px 18px}.hshs-v4-hero h1{font-size:43px;line-height:.91}.hshs-v4-hero-mantra{font-size:10px;letter-spacing:2px}.hshs-v4-hero-copy p{font-size:12px}.hshs-v4-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.hshs-v4-btn{min-height:41px;padding:9px 8px;font-size:10px}.hshs-v4-hero-visual,.hshs-v4-hero-visual>img:first-child{min-height:260px;height:260px}.hshs-v4-hero-fade{display:none}.hshs-v4-hero-script{top:16px;right:16px;font-size:18px}.hshs-v4-hero-quote{display:none}.hshs-v4-gold-seal{width:92px;right:9px;bottom:9px}.hshs-v4-value-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0 8px 10px;padding:10px 5px}.hshs-v4-value-item{padding:10px 7px;border-right:0;border-bottom:1px solid var(--h4-border)}.hshs-v4-value-item:last-child{grid-column:1/-1;border-bottom:0}.hshs-v4-value-item p{min-height:0;font-size:9px}.hshs-v4-triple,.hshs-v4-growth-row{grid-template-columns:1fr;gap:8px;margin:0 8px 10px}.hshs-v4-community-card{grid-column:auto}.hshs-v4-training-card{grid-template-columns:1fr}.hshs-v4-training-image{min-height:180px}.hshs-v4-stats-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.hshs-v4-stat:nth-child(2){border-right:0}.hshs-v4-stat:nth-child(-n+2){border-bottom:1px solid var(--h4-border)}.hshs-v4-blog-wrap{margin:0 8px 10px}.hshs-v4-impact{grid-template-columns:1fr;margin:0 8px}.hshs-v4-testimonial{padding:22px 24px 22px 40px}.hshs-v4-impact-image{min-height:150px}.hshs-v4-final-cta{flex-direction:column;gap:12px;margin:0 8px;padding:18px;text-align:center}}
@media screen and (max-width:430px){.hshs-v4-hero h1{font-size:38px}.hshs-v4-hero-actions{grid-template-columns:1fr}.hshs-v4-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:12px}.hshs-v4-audience-grid div{border-right:0}}



/* =========================================================
   HSHS HOMEPAGE V4.1 REFINEMENT PASS
   Match approved mockup more closely:
   hero scale, card balance, spotlight emphasis, stats,
   testimonial/CTA spacing, and blog heading.
   ========================================================= */

/* Slightly stronger editorial spacing throughout */
.hshs-home-v4 {
    padding-bottom:34px;
}

.hshs-v4-hero {
    min-height:470px;
}

.hshs-v4-hero-copy {
    padding:52px 26px 48px 40px;
}

.hshs-v4-hero h1 {
    font-size:clamp(52px,4.9vw,78px);
    line-height:.87;
    margin-bottom:18px;
}

.hshs-v4-hero-mantra {
    margin-bottom:18px;
    font-size:13px;
    letter-spacing:3.4px;
}

.hshs-v4-hero-copy p {
    max-width:700px;
    font-size:14.5px;
    line-height:1.62;
}

.hshs-v4-hero-actions {
    margin-top:24px;
}

.hshs-v4-hero-visual,
.hshs-v4-hero-visual > img:first-child {
    min-height:470px;
}

.hshs-v4-hero-script {
    top:46px;
    right:42px;
    font-size:28px;
}

.hshs-v4-hero-quote {
    right:42px;
    bottom:92px;
    font-size:16px;
}

.hshs-v4-gold-seal {
    width:150px;
    right:24px;
    bottom:18px;
}


/* More premium five-column value strip */
.hshs-v4-value-nav {
    margin:0 18px 22px;
    padding:24px 14px 22px;
}

.hshs-v4-value-item {
    padding:0 20px;
}

.hshs-v4-value-icon {
    width:58px;
    height:58px;
    margin-bottom:10px;
    font-size:24px;
}

.hshs-v4-value-item h3 {
    font-size:14px;
}

.hshs-v4-value-item p {
    min-height:48px;
    font-size:11.5px;
}


/* Balance the three-card row */
.hshs-v4-triple {
    grid-template-columns:1.05fr .66fr 1.08fr;
    gap:14px;
    margin-bottom:22px;
}

/* Events: tighter rows, less dead space */
.hshs-v4-events-card {
    display:flex;
    flex-direction:column;
    padding:16px;
}

.hshs-v4-events-list {
    flex:0 0 auto;
}

.hshs-v4-events-list .hshs-events-grid {
    gap:8px;
}

.hshs-v4-events-list .hshs-event-item {
    min-height:64px;
}

.hshs-v4-outline-gold {
    margin-top:13px;
}


/* Featured Member gets more presence */
.hshs-v4-member-card {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    padding:18px 18px 20px;
}

.hshs-v4-member-label {
    font-size:11px;
}

.hshs-v4-member-photo img {
    width:122px;
    height:122px;
    margin:15px auto 12px;
}

.hshs-v4-member-card h2 {
    font-size:22px;
}

.hshs-v4-member-card h4 {
    font-size:10px;
}

.hshs-v4-member-card p {
    font-size:10.5px;
    line-height:1.5;
    margin-bottom:14px;
}

.hshs-v4-member-card > a {
    margin-top:auto;
    padding:9px 16px;
    font-size:9.5px;
}


/* Community image/text larger and closer to mockup */
.hshs-v4-community-card,
.hshs-v4-community-overlay {
    min-height:330px;
}

.hshs-v4-community-overlay {
    padding:26px;
}

.hshs-v4-community-overlay h2 {
    font-size:32px;
    margin-bottom:12px;
}

.hshs-v4-community-overlay p {
    max-width:390px;
    font-size:11.5px;
    line-height:1.5;
    margin-bottom:18px;
}

.hshs-v4-audience-grid {
    margin-bottom:18px;
}

.hshs-v4-audience-grid i {
    font-size:23px;
}


/* Training section - stronger text/image balance */
.hshs-v4-growth-row {
    grid-template-columns:1.26fr .92fr;
    gap:14px;
    margin-bottom:22px;
}

.hshs-v4-training-card {
    grid-template-columns:.95fr 1.28fr;
}

.hshs-v4-training-image {
    min-height:205px;
}

.hshs-v4-training-copy {
    padding:24px;
}

.hshs-v4-training-copy h2 {
    font-size:32px;
    margin-bottom:9px;
}

.hshs-v4-training-copy p {
    font-size:11.5px;
    line-height:1.55;
    margin-bottom:15px;
}


/* Stronger impact metrics */
.hshs-v4-stats-card {
    padding:18px 12px;
}

.hshs-v4-stat > span {
    width:50px;
    height:50px;
    margin-bottom:9px;
    font-size:20px;
}

.hshs-v4-stat strong {
    font-size:30px;
}

.hshs-v4-stat small {
    font-size:9.5px;
    margin-top:6px;
}


/* Blog heading */
.hshs-v4-blog-wrap {
    margin-bottom:22px;
}

.hshs-v4-blog-heading {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:0 0 10px;
    padding:0 2px;
}

.hshs-v4-blog-heading h2 {
    margin:0;
    color:var(--h4-navy);
    font-size:15px;
    font-weight:900;
}

.hshs-v4-blog-heading h2 i {
    margin-right:6px;
    color:var(--h4-blue);
}

.hshs-v4-blog-heading a {
    color:var(--h4-blue) !important;
    font-size:10px;
    font-weight:800;
}


/* Testimonial / impact: more visual weight */
.hshs-v4-impact {
    grid-template-columns:1fr 1.15fr;
    min-height:190px;
}

.hshs-v4-testimonial {
    padding:30px 42px 30px 60px;
}

.hshs-v4-testimonial blockquote {
    font-size:18px;
    line-height:1.55;
}

.hshs-v4-testimonial cite {
    font-size:10.5px;
}

.hshs-v4-impact-image {
    min-height:190px;
}

.hshs-v4-impact-overlay {
    right:34px;
    font-size:12px;
    letter-spacing:2.5px;
}


/* Final CTA */
.hshs-v4-final-cta {
    gap:90px;
    padding:24px 34px;
}

.hshs-v4-final-cta h2 {
    font-size:28px;
}

.hshs-v4-final-cta p {
    font-size:10.5px;
}

.hshs-v4-final-cta > a {
    padding:13px 25px;
    font-size:10.5px;
}


/* Tablet refinement */
@media screen and (max-width:1100px) {
    .hshs-v4-hero {
        min-height:430px;
    }

    .hshs-v4-hero-visual,
    .hshs-v4-hero-visual > img:first-child {
        min-height:430px;
    }

    .hshs-v4-triple {
        grid-template-columns:1fr 1fr;
    }

    .hshs-v4-community-card {
        grid-column:1 / -1;
    }
}


/* Mobile refinement */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-hero {
        min-height:0;
    }

    .hshs-v4-hero-copy {
        padding:25px 16px 20px;
    }

    .hshs-v4-hero h1 {
        font-size:44px;
    }

    .hshs-v4-hero-visual,
    .hshs-v4-hero-visual > img:first-child {
        min-height:270px;
        height:270px;
    }

    .hshs-v4-hero-script {
        top:18px;
        right:16px;
        font-size:19px;
    }

    .hshs-v4-gold-seal {
        width:96px;
    }

    .hshs-v4-value-nav {
        margin-bottom:12px;
        padding-top:12px;
        padding-bottom:12px;
    }

    .hshs-v4-member-photo img {
        width:112px;
        height:112px;
    }

    .hshs-v4-community-card,
    .hshs-v4-community-overlay {
        min-height:300px;
    }

    .hshs-v4-training-image {
        min-height:190px;
    }

    .hshs-v4-testimonial blockquote {
        font-size:16px;
    }

    .hshs-v4-final-cta {
        padding:20px 18px;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.2
   HERO IMAGE BOUNDARY
   1px right edge + short rounded top/bottom edges that
   dissolve smoothly into the white hero at the left.
   ========================================================= */

.hshs-v4-hero-visual-bordered {
    position: relative;
    /* Keep the image flush to the hero area; no inset/padding. */
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 18px 18px 0;
    overflow: hidden;
}

/* The actual hero image follows the same right-side curvature. */
.hshs-v4-hero-visual-bordered > img:first-child {
    border-radius: 0 18px 18px 0;
}

/*
 * RIGHT BORDER
 * A true 1px boundary on the image side.
 */
.hshs-v4-hero-visual-bordered::after {
    content: "";
    position: absolute;
    z-index: 8;
    top: 18px;
    right: 0;
    bottom: 18px;
    width: 1px;
    background: rgba(9, 68, 111, .62);
    pointer-events: none;
}

/*
 * TOP + BOTTOM BORDER
 * Both are 1px. They are invisible at the far left,
 * gradually appear across the image, and meet the right
 * border at full strength. The mask keeps the left side
 * visually open rather than boxing the hero in.
 */
.hshs-v4-hero-visual-bordered .hshs-v4-hero-fade::before,
.hshs-v4-hero-visual-bordered .hshs-v4-hero-fade::after {
    content: "";
    position: fixed;
    left: -100vw;
    width: 0;
    height: 0;
}

/* Draw the fading horizontal boundaries on the wrapper itself. */
.hshs-v4-hero-visual-bordered {
    background:
        linear-gradient(to right,
            rgba(9,68,111,0) 0%,
            rgba(9,68,111,0) 18%,
            rgba(9,68,111,.14) 38%,
            rgba(9,68,111,.34) 62%,
            rgba(9,68,111,.62) 100%) top right / 100% 1px no-repeat,
        linear-gradient(to right,
            rgba(9,68,111,0) 0%,
            rgba(9,68,111,0) 18%,
            rgba(9,68,111,.14) 38%,
            rgba(9,68,111,.34) 62%,
            rgba(9,68,111,.62) 100%) bottom right / 100% 1px no-repeat;
}

/*
 * Because the image itself fills the wrapper, these inset
 * shadows render the 1px top/bottom lines above the image.
 * The mask makes each line fade completely toward the left.
 */
.hshs-v4-hero-visual-bordered::before {
    content: "";
    position: absolute;
    z-index: 8;
    inset: 0;
    border-radius: 0 18px 18px 0;
    pointer-events: none;
    background:
        linear-gradient(to right,
            transparent 0%,
            transparent 18%,
            rgba(9,68,111,.12) 38%,
            rgba(9,68,111,.34) 62%,
            rgba(9,68,111,.62) 100%) top / 100% 1px no-repeat,
        linear-gradient(to right,
            transparent 0%,
            transparent 18%,
            rgba(9,68,111,.12) 38%,
            rgba(9,68,111,.34) 62%,
            rgba(9,68,111,.62) 100%) bottom / 100% 1px no-repeat;
}

/* Preserve the existing white-to-image transition on the left. */
.hshs-v4-hero-visual-bordered .hshs-v4-hero-fade {
    z-index: 4;
}

/* Keep text/seal above the decorative boundary. */
.hshs-v4-hero-visual-bordered .hshs-v4-hero-script,
.hshs-v4-hero-visual-bordered .hshs-v4-hero-quote,
.hshs-v4-hero-visual-bordered .hshs-v4-gold-seal {
    z-index: 9;
}

/* On phones the hero becomes a conventional image panel, so use
   a subtle complete 1px boundary rather than a desktop-side fade. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-hero-visual-bordered,
    .hshs-v4-hero-visual-bordered > img:first-child {
        border-radius: 0;
    }

    .hshs-v4-hero-visual-bordered::after {
        top: 0;
        bottom: 0;
    }

    .hshs-v4-hero-visual-bordered::before {
        border-radius: 0;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.3
   Hero boundary + GOLD seal refinement
   ========================================================= */

/* Remove the previous split-line treatment and replace it with
   one masked 1px outline so the rounded corners render correctly. */
.hshs-v4-hero-visual-bordered {
    position:relative;
    border-radius:0 18px 18px 0;
    overflow:hidden;
}

/* Disable the older right-line pseudo element. */
.hshs-v4-hero-visual-bordered::after {
    display:none !important;
}

/* One continuous light-grey 1px border:
   - no visible left edge
   - top/bottom fade toward the left
   - curved right corners remain fully outlined */
.hshs-v4-hero-visual-bordered::before {
    content:"";
    position:absolute;
    z-index:8;
    inset:0;
    pointer-events:none;

    border:1px solid #d7e6f1;
    border-left-color:transparent;
    border-radius:0 18px 18px 0;

    -webkit-mask-image:linear-gradient(
        to right,
        transparent 0%,
        rgba(0,0,0,.05) 13%,
        rgba(0,0,0,.28) 30%,
        rgba(0,0,0,.68) 52%,
        #000 72%,
        #000 100%
    );
    mask-image:linear-gradient(
        to right,
        transparent 0%,
        rgba(0,0,0,.05) 13%,
        rgba(0,0,0,.28) 30%,
        rgba(0,0,0,.68) 52%,
        #000 72%,
        #000 100%
    );
}

/* Keep image curvature perfectly aligned with the outline. */
.hshs-v4-hero-visual-bordered > img:first-child {
    border-radius:0 18px 18px 0;
}


/* GOLD seal:
   slightly larger, shifted left, with a restrained hover expansion. */
.hshs-v4-gold-seal {
    width:165px;
    right:58px;
    bottom:18px;
    z-index:10;

    transition:
        transform .24s ease,
        filter .24s ease;
    transform-origin:center center;
}

.hshs-v4-gold-seal:hover {
    transform:scale(1.07);
    filter:drop-shadow(0 14px 24px rgba(8,40,74,.28));
}

/* Lift the quote slightly so it no longer competes visually
   with the larger GOLD seal. */
.hshs-v4-hero-quote {
    right:34px;
    bottom:112px;
}


/* Tablet */
@media screen and (max-width:1100px) and (min-width:701px) {
    .hshs-v4-gold-seal {
        width:145px;
        right:42px;
        bottom:16px;
    }

    .hshs-v4-hero-quote {
        bottom:102px;
    }
}


/* Mobile: keep the boundary simple and the seal contained. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-hero-visual-bordered,
    .hshs-v4-hero-visual-bordered > img:first-child {
        border-radius:0;
    }

    .hshs-v4-hero-visual-bordered::before {
        border-radius:0;
        -webkit-mask-image:none;
        mask-image:none;
        border:1px solid #d7e6f1;
        border-left:0;
    }

    .hshs-v4-gold-seal {
        width:102px;
        right:16px;
        bottom:10px;
    }

    .hshs-v4-gold-seal:hover {
        transform:none;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.6
   Preserve the V4.3 hero layout exactly, adding only the
   requested 1px light-grey boundary treatment.
   ========================================================= */

.hshs-v4-hero-visual-bordered {
    position:relative;
    border-radius:0 18px 18px 0;
    overflow:hidden;
}

/* Keep the hero image exactly as it appeared in V4.3. */
.hshs-v4-hero-visual-bordered > img:first-child {
    border-radius:0 18px 18px 0;
}

/*
 * One continuous 1px outline on TOP / RIGHT / BOTTOM.
 * No left border.
 * Using a single outline means both rounded corners render
 * continuously and correctly.
 */
.hshs-v4-hero-visual-bordered::before {
    content:"";
    position:absolute;
    z-index:3;
    inset:0;
    pointer-events:none;

    border-top:1px solid #d7e6f1;
    border-right:1px solid #d7e6f1;
    border-bottom:1px solid #d7e6f1;
    border-left:0;
    border-radius:0 18px 18px 0;
}

/*
 * The existing white image fade sits ABOVE the border.
 * That naturally softens/hides the top and bottom lines
 * toward the left without fading the right-side corner arcs.
 */
.hshs-v4-hero-visual-bordered .hshs-v4-hero-fade {
    z-index:4;
}

/* Keep hero content above the border/fade. */
.hshs-v4-hero-visual-bordered .hshs-v4-hero-script,
.hshs-v4-hero-visual-bordered .hshs-v4-hero-quote,
.hshs-v4-hero-visual-bordered .hshs-v4-gold-seal {
    z-index:10;
}

/* Keep the larger, left-shifted GOLD emblem from the approved version. */
.hshs-v4-hero-visual-bordered .hshs-v4-gold-seal {
    width:165px;
    right:58px;
    bottom:18px;
    transition:transform .24s ease, filter .24s ease;
    transform-origin:center center;
}

.hshs-v4-hero-visual-bordered .hshs-v4-gold-seal:hover {
    transform:scale(1.07);
    filter:drop-shadow(0 14px 24px rgba(8,40,74,.28));
}

/* Keep the quote slightly above the emblem so they do not overlap. */
.hshs-v4-hero-visual-bordered .hshs-v4-hero-quote {
    right:34px;
    bottom:112px;
}

@media screen and (max-width:1100px) and (min-width:701px) {
    .hshs-v4-hero-visual-bordered .hshs-v4-gold-seal {
        width:145px;
        right:42px;
        bottom:16px;
    }

    .hshs-v4-hero-visual-bordered .hshs-v4-hero-quote {
        bottom:102px;
    }
}

@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-hero-visual-bordered,
    .hshs-v4-hero-visual-bordered > img:first-child,
    .hshs-v4-hero-visual-bordered::before {
        border-radius:0;
    }

    .hshs-v4-hero-visual-bordered::before {
        border-top:1px solid #d7e6f1;
        border-right:1px solid #d7e6f1;
        border-bottom:1px solid #d7e6f1;
    }

    .hshs-v4-hero-visual-bordered .hshs-v4-gold-seal {
        width:102px;
        right:16px;
        bottom:10px;
    }

    .hshs-v4-hero-visual-bordered .hshs-v4-gold-seal:hover {
        transform:none;
    }
}

/* =========================================================
   HSHS HOMEPAGE V4.7
   Remove spacing between hero and five-feature navigation.
   ========================================================= */
.hshs-v4-hero {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.hshs-v4-value-nav {
    margin-top: 0 !important;
}



/* =========================================================
   HSHS HOMEPAGE V4.8
   FLUSH SECTION EDGES
   Align every homepage section to the exact same left/right
   edges as the hero. Internal card gaps remain unchanged.
   ========================================================= */

/* Desktop: remove the 18px section-level side gutters. */
.hshs-v4-value-nav {
    margin-left:0 !important;
    margin-right:0 !important;
}

.hshs-v4-triple {
    margin-left:0 !important;
    margin-right:0 !important;
}

.hshs-v4-growth-row {
    margin-left:0 !important;
    margin-right:0 !important;
}

.hshs-v4-blog-wrap {
    margin-left:0 !important;
    margin-right:0 !important;
}

.hshs-v4-impact {
    margin-left:0 !important;
    margin-right:0 !important;
}

.hshs-v4-final-cta {
    margin-left:0 !important;
    margin-right:0 !important;
}

/* Keep the hero and feature strip touching as requested. */
.hshs-v4-hero {
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.hshs-v4-value-nav {
    margin-top:0 !important;
}

/* Tablet/mobile:
   keep the same flush alignment instead of reintroducing
   the old 8px section margins. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-value-nav,
    .hshs-v4-triple,
    .hshs-v4-growth-row,
    .hshs-v4-blog-wrap,
    .hshs-v4-impact,
    .hshs-v4-final-cta {
        margin-left:0 !important;
        margin-right:0 !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.9
   MATCHED VERTICAL SECTION SPACING
   Give the hero the same separation used between the
   five-feature strip and the row below it.
   ========================================================= */

/* Match the feature-strip-to-content spacing. */
.hshs-v4-hero {
    margin-bottom:22px !important;
    padding-bottom:0 !important;
}

/* Keep the feature strip itself flush internally; its existing
   bottom margin provides the matching 22px gap below. */
.hshs-v4-value-nav {
    margin-top:0 !important;
    margin-bottom:22px !important;
}

/* Mobile uses a tighter but still matched rhythm. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-hero {
        margin-bottom:12px !important;
    }

    .hshs-v4-value-nav {
        margin-bottom:12px !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.10
   HERO CLEANUP
   - Remove decorative hero border treatment entirely
   - Restore a clean edge-to-edge hero image
   - Enlarge GOLD seal and allow it to overhang the image
   ========================================================= */

/* Remove all prior hero-border helper treatments. */
.hshs-v4-hero-visual,
.hshs-v4-hero-visual-bordered {
    position:relative;
    overflow:visible;
    border:0 !important;
    border-radius:0 !important;
    background:none !important;
}

.hshs-v4-hero-visual::before,
.hshs-v4-hero-visual::after,
.hshs-v4-hero-visual-bordered::before,
.hshs-v4-hero-visual-bordered::after,
.hshs-v4-hero-outline-solid,
.hshs-v4-hero-border-top,
.hshs-v4-hero-border-bottom {
    display:none !important;
    content:none !important;
}

/* Hero image itself: no visible border or outline. */
.hshs-v4-hero-visual > img:first-child,
.hshs-v4-hero-visual > img:first-of-type,
.hshs-v4-hero-visual-bordered > img:first-child,
.hshs-v4-hero-visual-bordered > img:first-of-type {
    border:0 !important;
    outline:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
}

/* Keep the existing white-to-image fade. */
.hshs-v4-hero-fade {
    z-index:4;
}

/* GOLD seal: larger, more prominent, and intentionally overhanging
   the lower-right edge of the hero image like the original design. */
.hshs-v4-gold-seal {
    position:absolute;
    z-index:12;
    width:205px !important;
    height:auto;
    right:-34px !important;
    bottom:-48px !important;
    filter:drop-shadow(0 16px 28px rgba(8,40,74,.28));
    transition:transform .24s ease, filter .24s ease;
    transform-origin:center center;
}

.hshs-v4-gold-seal:hover {
    transform:scale(1.07);
    filter:drop-shadow(0 20px 32px rgba(8,40,74,.34));
}

/* Move quote clear of the larger overhanging seal. */
.hshs-v4-hero-quote {
    right:26px !important;
    bottom:92px !important;
    z-index:10;
}

/* Ensure the next feature strip stays below the overhanging seal. */
.hshs-v4-value-nav {
    position:relative;
    z-index:2;
}

/* Tablet */
@media screen and (max-width:1100px) and (min-width:701px) {
    .hshs-v4-gold-seal {
        width:175px !important;
        right:-26px !important;
        bottom:-38px !important;
    }

    .hshs-v4-hero-quote {
        bottom:84px !important;
    }
}

/* Mobile: keep the seal contained so it does not clip off-screen. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-hero-visual {
        overflow:hidden;
    }

    .hshs-v4-gold-seal {
        width:112px !important;
        right:10px !important;
        bottom:10px !important;
    }

    .hshs-v4-gold-seal:hover {
        transform:none;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.11
   GOLD SEAL OVERHANG FIX
   - Allow the seal to extend outside the hero without clipping
   - Keep the entire emblem visible
   - Preserve the larger overhanging look
   ========================================================= */

/* The parent hero was still clipping anything that extended
   below the image. Allow the GOLD seal to overhang freely. */
.hshs-v4-hero {
    position:relative;
    overflow:visible !important;
    margin-bottom:58px !important;
}

/* Keep the visual itself open as well. */
.hshs-v4-hero-visual {
    overflow:visible !important;
}

/* Keep the image itself in its normal bounds. */
.hshs-v4-hero-visual > img:first-child,
.hshs-v4-hero-visual > img:first-of-type {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Large GOLD seal, fully visible, overhanging downward.
   It is moved slightly left so it does not run off the page. */
.hshs-v4-gold-seal {
    width:195px !important;
    right:18px !important;
    bottom:-50px !important;
    z-index:20 !important;
    filter:drop-shadow(0 16px 28px rgba(8,40,74,.28));
    transition:transform .24s ease, filter .24s ease;
    transform-origin:center center;
}

.hshs-v4-gold-seal:hover {
    transform:scale(1.07);
    filter:drop-shadow(0 20px 34px rgba(8,40,74,.34));
}

/* Lift the quote so it stays clear of the seal. */
.hshs-v4-hero-quote {
    right:28px !important;
    bottom:104px !important;
    z-index:12 !important;
}

/* Feature strip stays beneath the overhanging seal. */
.hshs-v4-value-nav {
    position:relative;
    z-index:2;
}

/* Tablet */
@media screen and (max-width:1100px) and (min-width:701px) {
    .hshs-v4-hero {
        margin-bottom:50px !important;
    }

    .hshs-v4-gold-seal {
        width:170px !important;
        right:14px !important;
        bottom:-42px !important;
    }

    .hshs-v4-hero-quote {
        bottom:94px !important;
    }
}

/* Mobile: keep seal contained to avoid horizontal clipping. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-hero {
        overflow:hidden !important;
        margin-bottom:12px !important;
    }

    .hshs-v4-hero-visual {
        overflow:hidden !important;
    }

    .hshs-v4-gold-seal {
        width:112px !important;
        right:10px !important;
        bottom:10px !important;
    }

    .hshs-v4-gold-seal:hover {
        transform:none;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.12
   TIGHTEN HERO-TO-FEATURE SPACING
   Keep the GOLD seal overhang, but remove the oversized gap.
   ========================================================= */

.hshs-v4-hero {
    margin-bottom:30px !important;
}

/* Slightly reduce the downward overhang so the seal sits neatly
   between the hero and the feature strip without forcing a large gap. */
.hshs-v4-gold-seal {
    width:195px !important;
    right:18px !important;
    bottom:-36px !important;
}

/* Keep the feature strip below the seal. */
.hshs-v4-value-nav {
    margin-top:0 !important;
    position:relative;
    z-index:2;
}

/* Tablet */
@media screen and (max-width:1100px) and (min-width:701px) {
    .hshs-v4-hero {
        margin-bottom:26px !important;
    }

    .hshs-v4-gold-seal {
        width:170px !important;
        right:14px !important;
        bottom:-32px !important;
    }
}

/* Mobile remains compact and contained. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-hero {
        margin-bottom:12px !important;
    }

    .hshs-v4-gold-seal {
        width:112px !important;
        right:10px !important;
        bottom:10px !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.13
   TYPOGRAPHY / READABILITY PASS
   Raises the minimum readable text size across the homepage
   while preserving the existing visual hierarchy and layout.
   ========================================================= */

/* ---------- Five-feature value strip ---------- */

.hshs-v4-value-item h3 {
    font-size:15px !important;
    line-height:1.2;
}

.hshs-v4-value-item p {
    min-height:0 !important;
    font-size:13.5px !important;
    line-height:1.42 !important;
    margin-bottom:10px !important;
}

.hshs-v4-link {
    font-size:12.5px !important;
    line-height:1.3;
}


/* ---------- Upcoming Events ---------- */

.hshs-v4-card-header h2 {
    font-size:14px !important;
}

.hshs-v4-card-header a {
    font-size:11px !important;
}

.hshs-v4-events-list .hshs-event-item h3 {
    font-size:12.5px !important;
    line-height:1.3 !important;
}

.hshs-v4-events-list .hshs-event-item p {
    font-size:10.5px !important;
    line-height:1.35 !important;
}

.hshs-v4-outline-gold {
    font-size:11.5px !important;
}


/* ---------- Featured Member ---------- */

.hshs-v4-member-label {
    font-size:11.5px !important;
}

.hshs-v4-member-card h2 {
    font-size:22px !important;
}

.hshs-v4-member-card h4 {
    font-size:10.5px !important;
}

.hshs-v4-member-card p {
    font-size:13px !important;
    line-height:1.5 !important;
}

.hshs-v4-member-card > a {
    font-size:11px !important;
}


/* ---------- Different Paths / Community ---------- */

.hshs-v4-community-overlay p {
    font-size:13px !important;
    line-height:1.5 !important;
}

.hshs-v4-audience-grid div {
    font-size:11px !important;
}

.hshs-v4-community-overlay > a {
    font-size:11px !important;
}


/* ---------- Training Center ---------- */

.hshs-v4-training-copy p {
    font-size:14px !important;
    line-height:1.55 !important;
}

.hshs-v4-training-copy .hshs-v4-btn {
    font-size:11.5px !important;
}


/* ---------- Stats ---------- */

.hshs-v4-stat small {
    font-size:12px !important;
    line-height:1.25 !important;
}


/* ---------- Blog ---------- */

.hshs-v4-blog-heading h2 {
    font-size:16px !important;
}

.hshs-v4-blog-heading a {
    font-size:11.5px !important;
}

.hshs-v4-blog-wrap .hshs-blog-card h2 {
    font-size:15px !important;
    line-height:1.3 !important;
}

.hshs-v4-blog-wrap .hshs-blog-card-body > p:not(.hshs-blog-meta) {
    font-size:13px !important;
    line-height:1.45 !important;
}

.hshs-v4-blog-wrap .hshs-blog-meta {
    font-size:11px !important;
}

.hshs-v4-blog-wrap .hshs-blog-button {
    font-size:11px !important;
}


/* ---------- Testimonial / Impact ---------- */

.hshs-v4-testimonial blockquote {
    font-size:18px !important;
    line-height:1.55 !important;
}

.hshs-v4-testimonial cite {
    font-size:12px !important;
}


/* ---------- Final CTA ---------- */

.hshs-v4-final-cta p {
    font-size:12.5px !important;
    line-height:1.4 !important;
}

.hshs-v4-final-cta > a {
    font-size:11.5px !important;
}


/* ---------- General small-copy floor ---------- */

.hshs-home-v4 {
    font-size:14px;
}


/* ---------- Tablet ---------- */

@media screen and (max-width:1100px) and (min-width:701px) {
    .hshs-v4-value-item p {
        font-size:13px !important;
    }

    .hshs-v4-member-card p,
    .hshs-v4-community-overlay p,
    .hshs-v4-training-copy p {
        font-size:13px !important;
    }
}


/* ---------- Mobile ---------- */

@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-value-item h3 {
        font-size:13px !important;
    }

    .hshs-v4-value-item p {
        font-size:11.5px !important;
        line-height:1.4 !important;
    }

    .hshs-v4-link {
        font-size:10.5px !important;
    }

    .hshs-v4-events-list .hshs-event-item h3 {
        font-size:11.5px !important;
    }

    .hshs-v4-events-list .hshs-event-item p {
        font-size:9.5px !important;
    }

    .hshs-v4-member-card p,
    .hshs-v4-community-overlay p,
    .hshs-v4-training-copy p {
        font-size:12px !important;
    }

    .hshs-v4-audience-grid div,
    .hshs-v4-stat small {
        font-size:10px !important;
    }

    .hshs-v4-testimonial blockquote {
        font-size:16px !important;
    }

    .hshs-v4-final-cta p {
        font-size:11px !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.14
   HERO TEXT FLUSH-LEFT ALIGNMENT
   Removes the internal left inset from the hero copy while
   preserving vertical spacing, image placement, and GOLD seal.
   ========================================================= */

.hshs-v4-hero-copy,
.hshs-v4-hero-content,
.hshs-v4-hero-text {
    padding-left:0 !important;
    margin-left:0 !important;
}

/* If the hero uses padding shorthand on its text column,
   retain vertical/right breathing room but eliminate left inset. */
.hshs-v4-hero-copy {
    padding-left:0 !important;
}

/* Keep every direct text/button element aligned to the same edge. */
.hshs-v4-hero-copy > *,
.hshs-v4-hero-content > *,
.hshs-v4-hero-text > * {
    margin-left:0;
}

/* Button row should begin on exactly the same vertical line
   as the kicker, headline, supporting copy, and paragraph. */
.hshs-v4-hero-actions,
.hshs-v4-hero-buttons {
    padding-left:0 !important;
    margin-left:0 !important;
    justify-content:flex-start;
}



/* =========================================================
   HSHS HOMEPAGE V4.15
   HERO RIGHT-SIDE BEVEL
   Rounded top-right and bottom-right corners only.
   No border is added.
   ========================================================= */

.hshs-v4-hero {
    border-radius:0 18px 18px 0 !important;
    overflow:visible !important;
}

/* Clip only the actual hero photograph to the right-side bevel.
   The GOLD seal remains free to overhang outside the image. */
.hshs-v4-hero-visual {
    border-radius:0 18px 18px 0 !important;
    overflow:visible !important;
}

.hshs-v4-hero-visual > img:first-child,
.hshs-v4-hero-visual > img:first-of-type {
    border-radius:0 18px 18px 0 !important;
    clip-path:inset(0 round 0 18px 18px 0);
}

/* Keep the white fade aligned with the image shape. */
.hshs-v4-hero-fade {
    border-radius:0 18px 18px 0;
}

/* Mobile stays square/edge-to-edge. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-hero,
    .hshs-v4-hero-visual,
    .hshs-v4-hero-visual > img:first-child,
    .hshs-v4-hero-visual > img:first-of-type,
    .hshs-v4-hero-fade {
        border-radius:0 !important;
        clip-path:none !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.17
   CONSISTENT MAJOR SECTION SPACING
   ========================================================= */

:root {
    --hshs-home-section-gap: 22px;
}

/* Hero -> five-feature navigation */
.hshs-v4-hero {
    margin-bottom: var(--hshs-home-section-gap) !important;
}

/* Five-feature navigation -> events/member/shared-purpose row */
.hshs-v4-value-nav {
    margin-top: 0 !important;
    margin-bottom: var(--hshs-home-section-gap) !important;
}

/* Events/member/shared-purpose row -> training/stats row */
.hshs-v4-triple {
    margin-top: 0 !important;
    margin-bottom: var(--hshs-home-section-gap) !important;
}

/* Training/stats row -> following major section */
.hshs-v4-growth-row {
    margin-top: 0 !important;
    margin-bottom: var(--hshs-home-section-gap) !important;
}

/* Blog spacing, when present */
.hshs-v4-blog-wrap {
    margin-top: 0 !important;
    margin-bottom: var(--hshs-home-section-gap) !important;
}

/* Impact/testimonial section */
.hshs-v4-impact {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Final CTA remains attached to impact panel */
.hshs-v4-final-cta {
    margin-top: 0 !important;
}

/* Mobile/tablet */
@media screen and (max-width: 700px),
       screen and (max-width: 960px) and (hover: none) and (pointer: coarse) {
    :root {
        --hshs-home-section-gap: 16px;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.22
   CLEAN CONSOLIDATED UPCOMING EVENTS RULES
   Replaces V4.18-V4.21 to eliminate conflicting overrides.
   ========================================================= */

/* Equal-height three-card row on desktop */
.hshs-v4-triple {
    align-items:stretch !important;
}

.hshs-v4-events-card,
.hshs-v4-member-card,
.hshs-v4-community-card {
    height:100% !important;
    min-height:0 !important;
    align-self:stretch !important;
}

/* Upcoming Events card structure */
.hshs-v4-events-card {
    display:flex !important;
    flex-direction:column !important;
}

/* Show only the next 3 events */
.hshs-v4-events-list .hshs-event-item:nth-child(n+4) {
    display:none !important;
}

/* Event list spacing */
.hshs-v4-events-list,
.hshs-v4-events-list .hshs-events-grid {
    height:auto !important;
    min-height:0 !important;
}

.hshs-v4-events-list .hshs-events-grid {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:13px !important;
}

/* Compact horizontal event layout */
.hshs-v4-events-list .hshs-event-item {
    display:grid !important;
    grid-template-columns:64px minmax(0,1fr) 22px !important;
    grid-template-rows:auto auto auto !important;
    column-gap:12px !important;
    row-gap:3px !important;
    align-items:center !important;

    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:14px !important;

    background:#fff !important;
    border:1px solid transparent !important;
    border-radius:10px !important;
    box-shadow:none !important;

    transform:none !important;
    scale:none !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        background-color .18s ease !important;
}

/* Date badge left */
.hshs-v4-events-list .hshs-date-badge {
    grid-column:1 !important;
    grid-row:1 / span 3 !important;
    width:56px !important;
    margin:0 !important;
    align-self:center !important;

    transform:none !important;
    scale:none !important;
}

/* Title */
.hshs-v4-events-list .hshs-event-item h3 {
    grid-column:2 !important;
    grid-row:1 !important;
    margin:0 0 3px !important;
    font-size:12.5px !important;
    line-height:1.25 !important;
    color:var(--h4-navy) !important;
}

/* Time/location */
.hshs-v4-events-list .hshs-event-item p {
    grid-column:2 !important;
    grid-row:2 !important;
    margin:0 0 2px !important;
    font-size:10.5px !important;
    line-height:1.3 !important;
}

/* Learn More */
.hshs-v4-events-list .hshs-event-item > a {
    grid-column:2 !important;
    grid-row:3 !important;
    margin:0 !important;
    padding:0 !important;
    font-size:11px !important;
    line-height:1.25 !important;
    letter-spacing:0 !important;
}

/* Calendar icon far right */
.hshs-v4-events-list .hshs-event-icon {
    grid-column:3 !important;
    grid-row:1 / span 3 !important;
    position:static !important;
    align-self:center !important;
    justify-self:center !important;
    margin:0 !important;

    font-size:16px !important;
    transform:none !important;
    scale:none !important;
    transition:color .18s ease !important;
}

/* Professional hover: no scaling */
@media (hover:hover) and (pointer:fine) {
    .hshs-v4-events-list .hshs-event-item:hover {
        transform:translateY(-2px) !important;
        scale:none !important;
        background:#fbfdff !important;
        border-color:#b9d9ec !important;
        box-shadow:0 6px 16px rgba(8,40,74,.10) !important;
    }

    .hshs-v4-events-list .hshs-event-item:hover .hshs-date-badge {
        transform:none !important;
        scale:none !important;
        box-shadow:0 4px 12px rgba(11,35,65,.10) !important;
    }

    .hshs-v4-events-list .hshs-event-item:hover .hshs-event-icon {
        transform:none !important;
        scale:none !important;
        color:#0b72c8 !important;
    }

    .hshs-v4-events-list .hshs-event-item:hover h3 {
        color:var(--h4-navy) !important;
    }

    .hshs-v4-events-list .hshs-event-item:hover > a {
        letter-spacing:0 !important;
    }
}

/* Keep View Full Calendar anchored at the bottom */
.hshs-v4-events-card .hshs-v4-outline-gold {
    margin-top:auto !important;
    margin-bottom:0 !important;
}

/* Featured Member */
.hshs-v4-member-card {
    display:flex !important;
    flex-direction:column !important;
}

.hshs-v4-member-card > a {
    margin-top:auto !important;
}

/* Community card */
.hshs-v4-community-card {
    display:flex !important;
}

.hshs-v4-community-overlay {
    width:100% !important;
    height:100% !important;
}

/* Mobile: natural stacked heights */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-triple {
        align-items:start !important;
    }

    .hshs-v4-events-card,
    .hshs-v4-member-card,
    .hshs-v4-community-card {
        height:auto !important;
        align-self:auto !important;
    }

    .hshs-v4-events-list .hshs-events-grid {
        gap:10px !important;
    }

    .hshs-v4-events-list .hshs-event-item {
        grid-template-columns:58px minmax(0,1fr) 18px !important;
        column-gap:9px !important;
        padding:12px !important;
    }

    .hshs-v4-events-list .hshs-date-badge {
        width:52px !important;
    }

    .hshs-v4-events-list .hshs-event-item h3 {
        font-size:11.5px !important;
    }

    .hshs-v4-events-list .hshs-event-item p {
        font-size:9.5px !important;
    }

    .hshs-v4-events-list .hshs-event-item > a {
        font-size:10px !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.23
   EVENT SPACING + STATIC PROFESSIONAL HOVER
   ========================================================= */

/*
 * Force visible separation directly on the event cards instead
 * of relying on CSS Grid gap. This avoids interference from
 * legacy event-grid rules elsewhere in the global stylesheet.
 */
.hshs-v4-events-list .hshs-events-grid {
    gap:0 !important;
}

.hshs-v4-events-list .hshs-event-item {
    margin:0 0 13px 0 !important;
}

/* No extra space after the third/last visible event. */
.hshs-v4-events-list .hshs-event-item:nth-child(3) {
    margin-bottom:0 !important;
}

/* Events 4+ remain hidden. */
.hshs-v4-events-list .hshs-event-item:nth-child(n+4) {
    display:none !important;
}

/*
 * Remove ALL movement/enlargement from the event interaction.
 * The card, date badge, icon, title, and link keep exactly the
 * same dimensions and position on hover.
 */
.hshs-v4-events-list .hshs-event-item,
.hshs-v4-events-list .hshs-event-item:hover,
.hshs-v4-events-list .hshs-event-item:focus-within {
    transform:none !important;
    scale:none !important;
}

.hshs-v4-events-list .hshs-date-badge,
.hshs-v4-events-list .hshs-event-item:hover .hshs-date-badge,
.hshs-v4-events-list .hshs-event-item:focus-within .hshs-date-badge {
    transform:none !important;
    scale:none !important;
}

.hshs-v4-events-list .hshs-event-icon,
.hshs-v4-events-list .hshs-event-item:hover .hshs-event-icon,
.hshs-v4-events-list .hshs-event-item:focus-within .hshs-event-icon {
    transform:none !important;
    scale:none !important;
}

/*
 * Professional hover: no motion.
 * Only a subtle cool-tint background, thin blue-grey border,
 * and a small inset accent line on the left.
 */
@media (hover:hover) and (pointer:fine) {
    .hshs-v4-events-list .hshs-event-item:hover {
        background:#fbfdff !important;
        border-color:#b9d9ec !important;
        box-shadow:
            inset 3px 0 0 #147bd1,
            0 3px 10px rgba(8,40,74,.07) !important;
        cursor:pointer;
    }

    .hshs-v4-events-list .hshs-event-item:hover .hshs-event-icon {
        color:#147bd1 !important;
    }

    .hshs-v4-events-list .hshs-event-item:hover h3 {
        color:var(--h4-navy) !important;
    }

    .hshs-v4-events-list .hshs-event-item:hover > a {
        letter-spacing:0 !important;
    }
}

/* Keyboard focus gets the same non-moving treatment. */
.hshs-v4-events-list .hshs-event-item:focus-within {
    border-color:#b9d9ec !important;
    box-shadow:
        inset 3px 0 0 #147bd1,
        0 0 0 2px rgba(20,123,209,.12) !important;
}

/* Slightly more room between the event list and calendar button. */
.hshs-v4-events-card .hshs-v4-outline-gold {
    margin-top:18px !important;
}

/* Mobile: keep the same visible separation, no hover/motion. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-events-list .hshs-event-item {
        margin-bottom:10px !important;
    }

    .hshs-v4-events-list .hshs-event-item:nth-child(3) {
        margin-bottom:0 !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.24
   UPCOMING EVENTS — GOLD ACCENT + FULL-CARD CLICK TARGET
   ========================================================= */

/* Keep only the next three upcoming events. */
.hshs-v4-events-list .hshs-event-item:nth-child(n+4) {
    display:none !important;
}

/* Force visible separation between cards without relying on grid gap. */
.hshs-v4-events-list .hshs-events-grid {
    gap:0 !important;
}

.hshs-v4-events-list .hshs-event-item {
    position:relative !important;
    margin:0 0 13px 0 !important;
    border:1px solid transparent !important;
    background:#fff !important;
    transform:none !important;
    scale:none !important;
    cursor:pointer;

    transition:
        border-color .18s ease,
        background-color .18s ease,
        box-shadow .18s ease !important;
}

.hshs-v4-events-list .hshs-event-item:nth-child(3) {
    margin-bottom:0 !important;
}

/* Remove all movement / enlargement from every part of the event card. */
.hshs-v4-events-list .hshs-event-item:hover,
.hshs-v4-events-list .hshs-event-item:focus-within,
.hshs-v4-events-list .hshs-date-badge,
.hshs-v4-events-list .hshs-event-item:hover .hshs-date-badge,
.hshs-v4-events-list .hshs-event-icon,
.hshs-v4-events-list .hshs-event-item:hover .hshs-event-icon {
    transform:none !important;
    scale:none !important;
}

/*
 * The plugin already outputs a Learn More link for every event.
 * Turn that existing anchor into an invisible full-card link.
 * This makes the whole event card clickable without changing
 * the plugin-generated destination URL.
 */
.hshs-v4-events-list .hshs-event-item > a {
    position:absolute !important;
    z-index:20 !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:10px !important;

    /* Hide the old "Learn More" text visually while keeping
       the actual anchor and its destination intact. */
    color:transparent !important;
    font-size:0 !important;
    line-height:0 !important;
    text-indent:-9999px !important;
    overflow:hidden !important;
}

/* Keep the event's visible content below the click overlay. */
.hshs-v4-events-list .hshs-date-badge,
.hshs-v4-events-list .hshs-event-item h3,
.hshs-v4-events-list .hshs-event-item p,
.hshs-v4-events-list .hshs-event-icon {
    position:relative;
    z-index:5;
    pointer-events:none;
}

/*
 * GOLD interaction treatment:
 * no movement, no resizing — just a warm accent.
 */
@media (hover:hover) and (pointer:fine) {
    .hshs-v4-events-list .hshs-event-item:hover {
        transform:none !important;
        scale:none !important;
        background:#fffdf8 !important;
        border-color:#dfb13b !important;
        box-shadow:
            inset 3px 0 0 #d6a11d,
            0 3px 10px rgba(8,40,74,.07) !important;
    }

    .hshs-v4-events-list .hshs-event-item:hover .hshs-event-icon {
        color:#d6a11d !important;
    }
}

/* Accessible keyboard focus, using the same gold language. */
.hshs-v4-events-list .hshs-event-item:focus-within {
    background:#fffdf8 !important;
    border-color:#dfb13b !important;
    box-shadow:
        inset 3px 0 0 #d6a11d,
        0 0 0 2px rgba(214,161,29,.16) !important;
}

/* Make the overlay link itself show a clear focus outline. */
.hshs-v4-events-list .hshs-event-item > a:focus-visible {
    outline:2px solid #d6a11d !important;
    outline-offset:2px !important;
}

/* Slightly more breathing room before the full-calendar button. */
.hshs-v4-events-card .hshs-v4-outline-gold {
    margin-top:18px !important;
}

/* Mobile retains card separation and full-card tap targets. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-events-list .hshs-event-item {
        margin-bottom:10px !important;
    }

    .hshs-v4-events-list .hshs-event-item:nth-child(3) {
        margin-bottom:0 !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.25
   UPCOMING EVENTS — COMPACT CARDS + LARGER EVENT TYPE
   ========================================================= */

/* Shorter event rows */
.hshs-v4-events-list .hshs-event-item {
    min-height:0 !important;
    padding:10px 14px !important;
    align-items:center !important;
}

/* Smaller month/day badge */
.hshs-v4-events-list .hshs-date-badge {
    width:58px !important;
    min-width:58px !important;
    height:64px !important;
    min-height:64px !important;
}

/* Compact month strip */
.hshs-v4-events-list .hshs-date-badge .month,
.hshs-v4-events-list .hshs-date-badge span:first-child {
    padding:4px 4px !important;
    font-size:11px !important;
    line-height:1.05 !important;
}

/* Slightly smaller numerical day */
.hshs-v4-events-list .hshs-date-badge .day,
.hshs-v4-events-list .hshs-date-badge span:last-child {
    font-size:25px !important;
    line-height:1 !important;
    padding:7px 3px 6px !important;
}

/* Event title: deliberately larger and easier to scan */
.hshs-v4-events-list .hshs-event-item h3 {
    font-size:16px !important;
    line-height:1.22 !important;
    margin:0 0 5px !important;
    font-weight:700 !important;
}

/* Time / location metadata also gets a readability bump */
.hshs-v4-events-list .hshs-event-item p {
    font-size:13px !important;
    line-height:1.3 !important;
    margin:0 !important;
}

/* Keep the calendar icon proportional to the shorter card */
.hshs-v4-events-list .hshs-event-icon {
    font-size:17px !important;
}

/* Preserve the deliberate visual separation between events */
.hshs-v4-events-list .hshs-event-item {
    margin-bottom:12px !important;
}

.hshs-v4-events-list .hshs-event-item:nth-child(3) {
    margin-bottom:0 !important;
}

/* Mobile: compact without making the text tiny */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-events-list .hshs-event-item {
        padding:9px 11px !important;
        margin-bottom:10px !important;
    }

    .hshs-v4-events-list .hshs-date-badge {
        width:54px !important;
        min-width:54px !important;
        height:60px !important;
        min-height:60px !important;
    }

    .hshs-v4-events-list .hshs-event-item h3 {
        font-size:15px !important;
    }

    .hshs-v4-events-list .hshs-event-item p {
        font-size:13px !important;
    }

    .hshs-v4-events-list .hshs-event-item:nth-child(3) {
        margin-bottom:0 !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.26
   FEATURED MEMBER — PROPORTION REFINEMENT
   ========================================================= */

/* Slightly larger featured-member portrait */
.hshs-v4-member-photo {
    width:138px !important;
    height:138px !important;
}

/* Slightly smaller member name */
.hshs-v4-member-card h3 {
    font-size:23px !important;
    line-height:1.12 !important;
}

/* Center the CTA and stop it from spanning the card */
.hshs-v4-member-card .hshs-v4-gold-btn {
    width:auto !important;
    min-width:170px !important;
    max-width:220px !important;
    align-self:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:22px !important;
    padding-right:22px !important;
    text-align:center !important;
    justify-content:center !important;
}

/* Mobile proportions */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-member-photo {
        width:126px !important;
        height:126px !important;
    }

    .hshs-v4-member-card h3 {
        font-size:21px !important;
    }

    .hshs-v4-member-card .hshs-v4-gold-btn {
        min-width:165px !important;
        max-width:210px !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.27
   FEATURED MEMBER — CENTERED PHOTO + COMPACT CENTERED BUTTON
   ========================================================= */

/* Center the profile image itself and make it slightly larger. */
.hshs-v4-member-photo {
    width:100% !important;
    height:auto !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    margin:0 auto 12px !important;
}

.hshs-v4-member-photo img {
    display:block !important;
    width:138px !important;
    height:138px !important;
    margin:0 auto !important;
    object-fit:cover !important;
    border-radius:50% !important;
}

/* Slightly smaller name than before. */
.hshs-v4-member-card h2,
.hshs-v4-member-card h3 {
    font-size:21px !important;
    line-height:1.15 !important;
}

/* The actual Read My Story button is the direct anchor in this card.
   Make it compact and centered instead of stretching across the card. */
.hshs-v4-member-card > a {
    display:inline-flex !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    align-self:center !important;
    justify-content:center !important;

    margin-top:auto !important;
    margin-left:auto !important;
    margin-right:auto !important;

    padding:10px 24px !important;
    text-align:center !important;
    white-space:nowrap !important;
}

/* Mobile */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-member-photo img {
        width:126px !important;
        height:126px !important;
    }

    .hshs-v4-member-card h2,
    .hshs-v4-member-card h3 {
        font-size:20px !important;
    }

    .hshs-v4-member-card > a {
        padding:10px 22px !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.28
   FEATURED MEMBER — PHOTO TOP SPACING
   ========================================================= */

/* Add a small amount of breathing room between the
   FEATURED MEMBER heading and the profile photograph. */
.hshs-v4-member-photo {
    margin-top:8px !important;
}



/* =========================================================
   HSHS HOMEPAGE V4.29
   STANDARDIZED TYPOGRAPHY SYSTEM
   Uses the "Invest in You / Gain Skills. Make an Impact."
   section as the visual typography reference.
   ========================================================= */

.hshs-home-v4 {
    --h4-display-font: Georgia, "Times New Roman", serif;
    --h4-ui-font: "Montserrat", Arial, sans-serif;
}

/* ---------------------------------------------------------
   EYEBROWS / SECTION LABELS
   Match "INVEST IN YOU"
   --------------------------------------------------------- */

.hshs-v4-kicker,
.hshs-v4-member-label,
.hshs-v4-card-header h2 {
    font-family:var(--h4-ui-font) !important;
    font-size:12px !important;
    line-height:1.25 !important;
    font-weight:900 !important;
    letter-spacing:2.4px !important;
    text-transform:uppercase !important;
}

/* Keep white event header white */
.hshs-v4-card-header.inverse h2 {
    color:#fff !important;
}


/* ---------------------------------------------------------
   MAJOR SECTION HEADINGS
   Match "Gain Skills. Make an Impact."
   --------------------------------------------------------- */

.hshs-v4-training-copy h2,
.hshs-v4-community-overlay h2,
.hshs-v4-final-cta h2 {
    font-family:var(--h4-display-font) !important;
    font-size:32px !important;
    line-height:1.02 !important;
    font-weight:700 !important;
    letter-spacing:-.4px !important;
}

/* Featured member name uses the same display family,
   but at a card-appropriate scale. */
.hshs-v4-member-card h2,
.hshs-v4-member-card h3 {
    font-family:var(--h4-display-font) !important;
    font-size:24px !important;
    line-height:1.08 !important;
    font-weight:700 !important;
    letter-spacing:-.2px !important;
}


/* ---------------------------------------------------------
   BODY COPY
   Match the Training Center paragraph
   --------------------------------------------------------- */

.hshs-v4-training-copy p,
.hshs-v4-community-overlay p,
.hshs-v4-member-card p,
.hshs-v4-value-item p,
.hshs-v4-final-cta p {
    font-family:var(--h4-ui-font) !important;
    font-size:14px !important;
    line-height:1.5 !important;
}

/* Member quote keeps italics */
.hshs-v4-member-card p {
    font-style:italic !important;
}

/* White copy over image */
.hshs-v4-community-overlay p {
    color:#fff !important;
}


/* ---------------------------------------------------------
   FEATURE STRIP
   --------------------------------------------------------- */

.hshs-v4-value-item h3 {
    font-family:var(--h4-ui-font) !important;
    font-size:14px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
    letter-spacing:1.25px !important;
    text-transform:uppercase !important;
}

.hshs-v4-link {
    font-family:var(--h4-ui-font) !important;
    font-size:12px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
}


/* ---------------------------------------------------------
   UPCOMING EVENTS
   --------------------------------------------------------- */

.hshs-v4-card-header a {
    font-family:var(--h4-ui-font) !important;
    font-size:11px !important;
    font-weight:800 !important;
}

.hshs-v4-events-list .hshs-event-item h3 {
    font-family:var(--h4-ui-font) !important;
    font-size:15px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
}

.hshs-v4-events-list .hshs-event-item p {
    font-family:var(--h4-ui-font) !important;
    font-size:13px !important;
    line-height:1.3 !important;
}

.hshs-v4-outline-gold {
    font-family:var(--h4-ui-font) !important;
    font-size:11.5px !important;
    font-weight:800 !important;
}


/* ---------------------------------------------------------
   FEATURED MEMBER SUPPORTING TYPE
   --------------------------------------------------------- */

.hshs-v4-member-card h4 {
    font-family:var(--h4-ui-font) !important;
    font-size:11px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
    letter-spacing:1.7px !important;
    text-transform:uppercase !important;
}

.hshs-v4-member-card > a {
    font-family:var(--h4-ui-font) !important;
    font-size:11.5px !important;
    font-weight:800 !important;
}


/* ---------------------------------------------------------
   COMMUNITY / AUDIENCE LABELS
   --------------------------------------------------------- */

.hshs-v4-audience-grid div {
    font-family:var(--h4-ui-font) !important;
    font-size:11px !important;
    font-weight:700 !important;
}

.hshs-v4-community-overlay > a {
    font-family:var(--h4-ui-font) !important;
    font-size:11.5px !important;
    font-weight:800 !important;
}


/* ---------------------------------------------------------
   TRAINING CENTER CTA
   --------------------------------------------------------- */

.hshs-v4-training-copy .hshs-v4-btn {
    font-family:var(--h4-ui-font) !important;
    font-size:11.5px !important;
    font-weight:800 !important;
}


/* ---------------------------------------------------------
   STATS
   --------------------------------------------------------- */

.hshs-v4-stat strong {
    font-family:var(--h4-display-font) !important;
    font-size:30px !important;
    font-weight:700 !important;
    line-height:1 !important;
}

.hshs-v4-stat small {
    font-family:var(--h4-ui-font) !important;
    font-size:12px !important;
    line-height:1.25 !important;
}


/* ---------------------------------------------------------
   TESTIMONIAL
   --------------------------------------------------------- */

.hshs-v4-testimonial blockquote {
    font-family:var(--h4-display-font) !important;
    font-size:18px !important;
    line-height:1.5 !important;
    font-style:italic !important;
}

.hshs-v4-testimonial cite {
    font-family:var(--h4-ui-font) !important;
    font-size:11.5px !important;
    line-height:1.3 !important;
}


/* ---------------------------------------------------------
   IMPACT IMAGE TEXT
   --------------------------------------------------------- */

.hshs-v4-impact-overlay {
    font-family:var(--h4-ui-font) !important;
    font-size:12px !important;
    line-height:1.55 !important;
    font-weight:900 !important;
    letter-spacing:2.2px !important;
    text-transform:uppercase !important;
}


/* ---------------------------------------------------------
   FINAL CTA BUTTON
   --------------------------------------------------------- */

.hshs-v4-final-cta > a {
    font-family:var(--h4-ui-font) !important;
    font-size:11.5px !important;
    font-weight:800 !important;
}


/* ---------------------------------------------------------
   MOBILE TYPE SCALE
   --------------------------------------------------------- */

@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-community-overlay h2,
    .hshs-v4-training-copy h2,
    .hshs-v4-final-cta h2 {
        font-size:27px !important;
    }

    .hshs-v4-member-card h2,
    .hshs-v4-member-card h3 {
        font-size:22px !important;
    }

    .hshs-v4-training-copy p,
    .hshs-v4-community-overlay p,
    .hshs-v4-member-card p,
    .hshs-v4-value-item p,
    .hshs-v4-final-cta p {
        font-size:13px !important;
    }

    .hshs-v4-value-item h3 {
        font-size:13px !important;
    }

    .hshs-v4-events-list .hshs-event-item h3 {
        font-size:14px !important;
    }

    .hshs-v4-events-list .hshs-event-item p {
        font-size:12px !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.30
   UNIFIED CLOSING SECTION
   Smooths the testimonial/image/CTA into one cohesive block.
   ========================================================= */

/* Treat the testimonial + image + CTA as one finished component. */
.hshs-v4-impact {
    position:relative !important;
    overflow:hidden !important;
    border:1px solid var(--h4-border) !important;
    border-bottom:0 !important;
    border-radius:16px 16px 0 0 !important;
    background:#fff !important;
}

/* Testimonial side: more editorial, less empty. */
.hshs-v4-testimonial {
    min-height:220px !important;
    padding:34px 48px 38px !important;
}

.hshs-v4-testimonial blockquote {
    max-width:520px !important;
    margin:0 auto !important;
    font-size:17px !important;
    line-height:1.55 !important;
}

.hshs-v4-testimonial cite {
    margin-top:10px !important;
}

/* Image side: extend to same height and visually blend downward. */
.hshs-v4-impact-image {
    min-height:220px !important;
    position:relative !important;
    overflow:hidden !important;
}

.hshs-v4-impact-image img {
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
}

/* Subtle bottom fade to visually connect image into CTA band. */
.hshs-v4-impact-image::after {
    content:"" !important;
    position:absolute !important;
    inset:auto 0 0 0 !important;
    height:72px !important;
    background:linear-gradient(
        to bottom,
        rgba(8,40,74,0) 0%,
        rgba(8,40,74,.12) 45%,
        rgba(8,40,74,.28) 100%
    ) !important;
    pointer-events:none !important;
}

/* Keep image wording above the gradient. */
.hshs-v4-impact-overlay {
    z-index:3 !important;
}

/* CTA: overlap upward slightly so it feels attached, not stacked. */
.hshs-v4-final-cta {
    position:relative !important;
    z-index:5 !important;
    margin-top:-14px !important;
    padding:26px 34px !important;

    border-radius:18px 18px 16px 16px !important;
    background:linear-gradient(135deg,#07325c,#0a679b) !important;

    box-shadow:0 -8px 20px rgba(8,40,74,.06) !important;
}

/* Thin gold transition line for a refined finish. */
.hshs-v4-final-cta::before {
    content:"" !important;
    position:absolute !important;
    top:0 !important;
    left:7% !important;
    right:7% !important;
    height:1px !important;
    background:linear-gradient(
        to right,
        rgba(243,184,63,0),
        rgba(243,184,63,.65) 24%,
        rgba(243,184,63,.85) 50%,
        rgba(243,184,63,.65) 76%,
        rgba(243,184,63,0)
    ) !important;
}

/* Better text/button balance inside the CTA. */
.hshs-v4-final-cta > div {
    min-width:0 !important;
}

.hshs-v4-final-cta h2 {
    margin-bottom:5px !important;
}

.hshs-v4-final-cta > a {
    min-width:220px !important;
    justify-content:center !important;
    padding:13px 24px !important;
}

/* Mobile: keep it cohesive without overlap crowding. */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-impact {
        border-radius:14px 14px 0 0 !important;
    }

    .hshs-v4-testimonial {
        min-height:0 !important;
        padding:26px 22px 30px !important;
    }

    .hshs-v4-impact-image {
        min-height:180px !important;
    }

    .hshs-v4-final-cta {
        margin-top:-8px !important;
        border-radius:14px !important;
        padding:22px 18px !important;
    }

    .hshs-v4-final-cta > a {
        min-width:0 !important;
        width:auto !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.31
   CLEAN CLOSING SECTION
   Removes the awkward overlap and makes the ending feel like
   one intentional two-part component.
   ========================================================= */

/* Top half: testimonial + image */
.hshs-v4-impact {
    margin-bottom:0 !important;
    border:1px solid var(--h4-border) !important;
    border-bottom:0 !important;
    border-radius:16px 16px 0 0 !important;
    overflow:hidden !important;
    box-shadow:none !important;
}

/* Keep both halves balanced without excessive height. */
.hshs-v4-testimonial,
.hshs-v4-impact-image {
    min-height:200px !important;
}

.hshs-v4-testimonial {
    padding:30px 42px !important;
}

.hshs-v4-testimonial blockquote {
    max-width:500px !important;
    margin:0 auto !important;
    font-size:17px !important;
    line-height:1.5 !important;
}

/* Remove the previous dark fade that made the image feel layered. */
.hshs-v4-impact-image::after {
    display:none !important;
    content:none !important;
}

/* CTA sits directly beneath the top row — no overlap. */
.hshs-v4-final-cta {
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding:23px 34px !important;

    border:1px solid var(--h4-border) !important;
    border-top:0 !important;
    border-radius:0 0 16px 16px !important;

    background:linear-gradient(135deg,#07325c,#0a679b) !important;
    box-shadow:none !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:70px !important;
}

/* Remove decorative transition line from previous version. */
.hshs-v4-final-cta::before {
    display:none !important;
    content:none !important;
}

.hshs-v4-final-cta h2 {
    margin:0 0 4px !important;
    font-size:30px !important;
}

.hshs-v4-final-cta p {
    margin:0 !important;
}

/* Keep CTA button clean and proportional. */
.hshs-v4-final-cta > a {
    min-width:210px !important;
    width:auto !important;
    padding:12px 24px !important;
    justify-content:center !important;
}

/* Mobile */
@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-impact {
        border-radius:14px 14px 0 0 !important;
    }

    .hshs-v4-testimonial,
    .hshs-v4-impact-image {
        min-height:0 !important;
    }

    .hshs-v4-testimonial {
        padding:24px 20px !important;
    }

    .hshs-v4-impact-image {
        min-height:180px !important;
    }

    .hshs-v4-final-cta {
        border-radius:0 0 14px 14px !important;
        flex-direction:column !important;
        gap:12px !important;
        padding:20px 18px !important;
        text-align:center !important;
    }

    .hshs-v4-final-cta h2 {
        font-size:27px !important;
    }

    .hshs-v4-final-cta > a {
        min-width:0 !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.32
   SEPARATE ROUNDED TESTIMONIAL + CTA CARDS
   - Testimonial/image card has radius on all four corners
   - Image fades into white toward the left
   - CTA is its own separate rounded card
   ========================================================= */

/* ---------------------------------------------------------
   TESTIMONIAL / IMPACT CARD
   --------------------------------------------------------- */

.hshs-v4-impact {
    position:relative !important;
    display:grid !important;
    grid-template-columns:1fr 1.15fr !important;

    margin-top:0 !important;
    margin-bottom:18px !important;

    border:1px solid var(--h4-border) !important;
    border-radius:16px !important;
    overflow:hidden !important;

    background:#fff !important;
    box-shadow:0 4px 14px rgba(8,40,74,.04) !important;
}

/* Quote side */
.hshs-v4-testimonial {
    position:relative !important;
    z-index:4 !important;

    min-height:220px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;

    padding:34px 44px !important;
    background:#fff !important;
}

.hshs-v4-testimonial blockquote {
    max-width:520px !important;
    margin:0 auto !important;

    font-family:var(--h4-display-font) !important;
    font-size:18px !important;
    line-height:1.5 !important;
    font-style:italic !important;
    text-align:center !important;
}

.hshs-v4-testimonial cite {
    margin-top:10px !important;
    text-align:center !important;
}

/* Gold opening quotation mark */
.hshs-v4-quote-mark {
    position:absolute !important;
    top:16px !important;
    left:24px !important;

    color:var(--h4-gold) !important;
    font-size:56px !important;
    line-height:1 !important;
    z-index:5 !important;
}


/* ---------------------------------------------------------
   IMPACT IMAGE WITH LEFT FADE
   --------------------------------------------------------- */

.hshs-v4-impact-image {
    position:relative !important;
    min-height:220px !important;
    overflow:hidden !important;
    background:#fff !important;
}

.hshs-v4-impact-image img {
    position:absolute !important;
    inset:0 !important;

    display:block !important;
    width:100% !important;
    height:100% !important;

    object-fit:cover !important;
    object-position:center center !important;
}

/* White fade into the testimonial side */
.hshs-v4-impact-image::before {
    content:"" !important;
    position:absolute !important;
    z-index:2 !important;

    top:0 !important;
    bottom:0 !important;
    left:0 !important;
    width:40% !important;

    background:linear-gradient(
        to right,
        #ffffff 0%,
        rgba(255,255,255,.96) 16%,
        rgba(255,255,255,.78) 38%,
        rgba(255,255,255,.45) 64%,
        rgba(255,255,255,.12) 86%,
        rgba(255,255,255,0) 100%
    ) !important;

    pointer-events:none !important;
}

/* Remove any previous bottom-overlay effect */
.hshs-v4-impact-image::after {
    display:none !important;
    content:none !important;
}

/* Keep "Same Passion..." above image/fade */
.hshs-v4-impact-overlay {
    position:absolute !important;
    z-index:4 !important;

    top:50% !important;
    right:30px !important;
    transform:translateY(-50%) !important;

    display:flex !important;
    flex-direction:column !important;

    color:#fff !important;
    text-align:left !important;
    text-shadow:0 2px 8px rgba(0,0,0,.26) !important;
}


/* ---------------------------------------------------------
   SEPARATE CTA CARD
   --------------------------------------------------------- */

.hshs-v4-final-cta {
    position:relative !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    margin-top:0 !important;
    margin-bottom:0 !important;

    padding:24px 54px !important;

    border:1px solid rgba(7,50,92,.15) !important;
    border-radius:16px !important;

    background:linear-gradient(135deg,#07325c 0%,#096ca3 100%) !important;
    box-shadow:0 5px 16px rgba(8,40,74,.09) !important;
}

/* Remove previous connector/decorative line */
.hshs-v4-final-cta::before,
.hshs-v4-final-cta::after {
    display:none !important;
    content:none !important;
}

.hshs-v4-final-cta > div {
    min-width:0 !important;
}

.hshs-v4-final-cta h2 {
    margin:0 0 4px !important;

    font-family:var(--h4-display-font) !important;
    font-size:31px !important;
    line-height:1.05 !important;
    font-weight:700 !important;

    color:#fff !important;
}

.hshs-v4-final-cta p {
    margin:0 !important;
    color:#fff !important;
    opacity:.96 !important;
}

/* CTA button */
.hshs-v4-final-cta > a {
    flex:0 0 auto !important;

    min-width:225px !important;
    width:auto !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;

    padding:13px 26px !important;

    border-radius:999px !important;
    background:var(--h4-gold) !important;
    color:var(--h4-navy) !important;

    box-shadow:none !important;
    transform:none !important;
    transition:
        background-color .18s ease,
        box-shadow .18s ease !important;
}

/* Professional hover without scaling */
@media (hover:hover) and (pointer:fine) {
    .hshs-v4-final-cta > a:hover {
        transform:none !important;
        background:#f7c553 !important;
        box-shadow:0 5px 14px rgba(0,0,0,.12) !important;
    }
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media screen and (max-width:900px) {

    .hshs-v4-impact {
        grid-template-columns:1fr !important;
    }

    .hshs-v4-testimonial {
        min-height:0 !important;
        padding:30px 28px !important;
    }

    .hshs-v4-impact-image {
        min-height:210px !important;
    }

    /* On stacked layout, fade from white at top instead of left */
    .hshs-v4-impact-image::before {
        top:0 !important;
        right:0 !important;
        bottom:auto !important;
        left:0 !important;
        width:100% !important;
        height:34% !important;

        background:linear-gradient(
            to bottom,
            #fff 0%,
            rgba(255,255,255,.88) 28%,
            rgba(255,255,255,.44) 62%,
            rgba(255,255,255,0) 100%
        ) !important;
    }

    .hshs-v4-final-cta {
        gap:24px !important;
        padding:22px 28px !important;
    }
}


@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-impact {
        margin-bottom:14px !important;
        border-radius:14px !important;
    }

    .hshs-v4-testimonial {
        padding:26px 20px 28px !important;
    }

    .hshs-v4-testimonial blockquote {
        font-size:16px !important;
    }

    .hshs-v4-impact-image {
        min-height:180px !important;
    }

    .hshs-v4-impact-overlay {
        right:18px !important;
        font-size:10px !important;
    }

    .hshs-v4-final-cta {
        flex-direction:column !important;
        align-items:center !important;
        justify-content:center !important;

        gap:14px !important;
        padding:22px 18px !important;

        border-radius:14px !important;
        text-align:center !important;
    }

    .hshs-v4-final-cta h2 {
        font-size:27px !important;
    }

    .hshs-v4-final-cta > a {
        min-width:0 !important;
        width:auto !important;
    }
}



/* =========================================================
   HSHS HOMEPAGE V4.33
   BOTTOM BLOG SECTION
   Places the latest blog posts at the very bottom of the
   homepage and styles them like the approved reference.
   ========================================================= */

.hshs-v4-blog-bottom {
    margin-top:22px !important;
    margin-bottom:0 !important;

    padding:18px 20px 20px !important;

    border:1px solid var(--h4-border) !important;
    border-radius:16px !important;

    background:#fff !important;
    box-shadow:0 4px 14px rgba(8,40,74,.04) !important;
}

/* Header row */
.hshs-v4-blog-bottom .hshs-v4-blog-heading {
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:16px !important;

    margin:0 0 16px !important;
    padding:0 !important;
}

.hshs-v4-blog-bottom .hshs-v4-blog-heading h2 {
    margin:0 !important;

    font-family:var(--h4-ui-font) !important;
    font-size:15px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
    letter-spacing:2.2px !important;
    text-transform:uppercase !important;

    color:var(--h4-gold-deep) !important;
}

.hshs-v4-blog-bottom .hshs-v4-blog-heading h2 i {
    margin-right:8px !important;
    color:var(--h4-blue) !important;
}

.hshs-v4-blog-bottom .hshs-v4-blog-heading a {
    font-family:var(--h4-ui-font) !important;
    font-size:12px !important;
    font-weight:800 !important;
    color:var(--h4-blue) !important;
}


/* ---------------------------------------------------------
   Normalize plugin wrapper output inside the homepage card
   --------------------------------------------------------- */

.hshs-v4-blog-bottom .hshs-blog-home,
.hshs-v4-blog-bottom .hshs-latest-blog,
.hshs-v4-blog-bottom .hshs-blog-section {
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
}

/* If the plugin also outputs its own heading, hide it here
   so the homepage has one consistent heading row. */
.hshs-v4-blog-bottom .hshs-blog-home > h2,
.hshs-v4-blog-bottom .hshs-latest-blog > h2,
.hshs-v4-blog-bottom .hshs-blog-section > h2,
.hshs-v4-blog-bottom .hshs-blog-header {
    display:none !important;
}


/* ---------------------------------------------------------
   Three-column article layout
   --------------------------------------------------------- */

.hshs-v4-blog-bottom .hshs-blog-grid {
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:18px !important;
}

.hshs-v4-blog-bottom .hshs-blog-card {
    min-width:0 !important;
    overflow:hidden !important;

    border:1px solid var(--h4-border) !important;
    border-radius:12px !important;

    background:#fff !important;
    box-shadow:none !important;

    transform:none !important;
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        background-color .18s ease !important;
}

@media (hover:hover) and (pointer:fine) {
    .hshs-v4-blog-bottom .hshs-blog-card:hover {
        transform:none !important;
        border-color:#dfb13b !important;
        background:#fffdf8 !important;
        box-shadow:0 5px 14px rgba(8,40,74,.07) !important;
    }
}


/* Article image */
.hshs-v4-blog-bottom .hshs-blog-card > img,
.hshs-v4-blog-bottom .hshs-blog-card-image img,
.hshs-v4-blog-bottom .hshs-blog-image img {
    display:block !important;
    width:100% !important;
    height:190px !important;
    object-fit:cover !important;
    border-radius:0 !important;
}


/* Article body */
.hshs-v4-blog-bottom .hshs-blog-card-body {
    padding:16px 16px 17px !important;
}

.hshs-v4-blog-bottom .hshs-blog-category,
.hshs-v4-blog-bottom .hshs-blog-label {
    margin-bottom:8px !important;

    font-family:var(--h4-ui-font) !important;
    font-size:11px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
    letter-spacing:1.6px !important;
    text-transform:uppercase !important;

    color:var(--h4-gold-deep) !important;
}

.hshs-v4-blog-bottom .hshs-blog-card h2,
.hshs-v4-blog-bottom .hshs-blog-card h3 {
    margin:0 0 8px !important;

    font-family:var(--h4-ui-font) !important;
    font-size:18px !important;
    line-height:1.22 !important;
    font-weight:800 !important;

    color:var(--h4-navy) !important;
}

.hshs-v4-blog-bottom .hshs-blog-meta {
    margin-bottom:10px !important;

    font-family:var(--h4-ui-font) !important;
    font-size:11px !important;
    line-height:1.3 !important;

    color:#67788a !important;
}

.hshs-v4-blog-bottom .hshs-blog-card-body > p:not(.hshs-blog-meta) {
    margin:0 0 12px !important;

    font-family:var(--h4-ui-font) !important;
    font-size:13.5px !important;
    line-height:1.5 !important;

    color:var(--h4-text) !important;
}

.hshs-v4-blog-bottom .hshs-blog-button,
.hshs-v4-blog-bottom .hshs-blog-card a {
    font-family:var(--h4-ui-font) !important;
}

.hshs-v4-blog-bottom .hshs-blog-button {
    display:inline-flex !important;
    align-items:center !important;

    padding:0 !important;
    border:0 !important;
    background:transparent !important;

    color:var(--h4-blue) !important;

    font-size:12px !important;
    font-weight:800 !important;

    box-shadow:none !important;
}


/* ---------------------------------------------------------
   Tablet / mobile
   --------------------------------------------------------- */

@media screen and (max-width:1000px) {
    .hshs-v4-blog-bottom .hshs-blog-grid {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}

@media screen and (max-width:700px),
       screen and (max-width:960px) and (hover:none) and (pointer:coarse) {

    .hshs-v4-blog-bottom {
        margin-top:16px !important;
        padding:14px !important;
        border-radius:14px !important;
    }

    .hshs-v4-blog-bottom .hshs-v4-blog-heading {
        align-items:flex-start !important;
        gap:10px !important;
    }

    .hshs-v4-blog-bottom .hshs-v4-blog-heading h2 {
        font-size:12px !important;
        letter-spacing:1.6px !important;
    }

    .hshs-v4-blog-bottom .hshs-v4-blog-heading a {
        font-size:10.5px !important;
        white-space:nowrap !important;
    }

    .hshs-v4-blog-bottom .hshs-blog-grid {
        grid-template-columns:1fr !important;
        gap:12px !important;
    }

    .hshs-v4-blog-bottom .hshs-blog-card > img,
    .hshs-v4-blog-bottom .hshs-blog-card-image img,
    .hshs-v4-blog-bottom .hshs-blog-image img {
        height:175px !important;
    }

    .hshs-v4-blog-bottom .hshs-blog-card h2,
    .hshs-v4-blog-bottom .hshs-blog-card h3 {
        font-size:17px !important;
    }

    .hshs-v4-blog-bottom .hshs-blog-card-body > p:not(.hshs-blog-meta) {
        font-size:13px !important;
    }
}



/* =========================================================
   HSHS Portal Content Plugin
   Integrated into homepage stylesheet
   ========================================================= */

/* QUOTE ROTATOR */
.hshs-quote-rotator {
    position: relative;
    min-height: 220px;
    display: grid;
    grid-template-columns: 52px minmax(0,1fr) 52px;
    align-items: center;
    background: transparent;
    width: 100%;
}

.hshs-quote-stage {
    min-width: 0;
    text-align: center;
    padding: 28px 22px 18px;
}

.hshs-quote-mark {
    position: absolute;
    top: 14px;
    left: 22px;
    color: #f3b83f;
    font-family: Georgia, serif;
    font-size: 58px;
    line-height: 1;
}

.hshs-quote-text {
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0b2d52;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.5;
    font-style: italic;
}

.hshs-quote-attribution {
    margin-top: 10px;
    color: #66788b;
    font: 500 13px/1.35 "Montserrat", Arial, sans-serif;
}

.hshs-quote-arrow {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #0b3768;
    font-size: 24px;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.hshs-quote-arrow:hover,
.hshs-quote-arrow:focus-visible {
    background: #fff7df;
    color: #d6a11d;
    outline: none;
}

.hshs-quote-dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 15px;
}

.hshs-quote-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #b8c0c8;
    cursor: pointer;
    transition: background-color .18s ease, box-shadow .18s ease;
}

.hshs-quote-dot.active {
    background: #0b3768;
    box-shadow: 0 0 0 3px rgba(11,55,104,.08);
}

/* Keep plugin Featured Member content aligned with V4 homepage card */
.hshs-v4-member-card .hshs-v4-member-label {
    margin-bottom: 8px;
}

.hshs-v4-member-card .hshs-v4-member-photo {
    margin-top: 8px !important;
}

/* Prevent plugin rotator from fighting the testimonial card layout */
.hshs-v4-testimonial {
    padding: 0 !important;
}

.hshs-v4-testimonial .hshs-quote-rotator {
    min-height: 220px;
}

@media (max-width:700px) {
    .hshs-quote-rotator {
        min-height: 200px;
        grid-template-columns: 40px minmax(0,1fr) 40px;
    }

    .hshs-quote-stage {
        padding: 26px 8px 16px;
    }

    .hshs-quote-text {
        font-size: 16px;
    }

    .hshs-quote-mark {
        left: 12px;
        top: 10px;
        font-size: 46px;
    }

    .hshs-quote-arrow {
        width: 36px;
        height: 36px;
        font-size: 19px;
    }
}
