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;
    }

    .hshs-blog-featured > img {
        height: 220px;
        min-height: 0;
    }

    .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{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 0 60px;
    box-sizing: border-box;
}

.hshs-leadership-hero{
    background:linear-gradient(135deg,#071d38,#0b3768);
    color:#fff;
    text-align:center;
    padding:45px 30px 55px;
    margin-bottom:38px;
    border:1px solid rgba(212,160,23,.6);
    box-shadow:0 18px 36px rgba(11,35,65,.22);
    position:relative;
    overflow:hidden;
}

.hshs-leadership-hero::after{
    content:"";
    position:absolute;
    right:60px;
    top:20px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%);
}

.hshs-hero-star{
    color:#D4A017;
    font-size:44px;
    line-height:1;
    margin-bottom:14px;
}

.hshs-kicker{
    color:#D4A017;
    text-transform:uppercase;
    letter-spacing:.24em;
    font-size:13px;
    font-weight:700;
    margin:0 0 8px;
}

.hshs-leadership-hero h1{
    color:#fff;
    font-size:46px;
    margin:0 0 16px;
    line-height:1.1;
}

.hshs-leadership-hero h1::after{
    content:"";
    display:block;
    width:135px;
    height:3px;
    background:#D4A017;
    margin:18px auto 0;
}

.hshs-leadership-hero p{
    max-width:850px;
    margin:0 auto;
    font-size:18px;
    line-height:1.65;
}

.hshs-leadership-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-bottom:32px;
}

.hshs-leader-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 12px 28px rgba(11,35,65,.16);
    border:1px solid rgba(212,160,23,.18);
    transition:.25s ease;
    padding-bottom:26px;
}

.hshs-leader-card:hover{
    transform:translateY(-7px);
    box-shadow:0 22px 42px rgba(11,35,65,.22);
    border-color:#D4A017;
}

.hshs-card-banner01{
    height:145px;
    background:
         linear-gradient(rgba(7,29,56,.20),rgba(7,29,56,.20)),
         url(../../../images/profile/leadershipbg_01.png);
    background-size:cover;
    background-position:center;
    border-bottom:4px solid #D4A017;
}


.hshs-card-banner02{
    height:145px;
    background:
         linear-gradient(rgba(7,29,56,.20),rgba(7,29,56,.20)),
         url(../../../images/profile/leadershipbg_02.png);
    background-size:cover;
    background-position:center;
    border-bottom:4px solid #D4A017;
}


.hshs-card-banner03{
    height:145px;
    background:
         linear-gradient(rgba(7,29,56,.20),rgba(7,29,56,.20)),
         url(../../../images/profile/leadershipbg_03.png);
    background-size:cover;
    background-position:center;
    border-bottom:4px solid #D4A017;
}


.hshs-card-banner04{
    height:145px;
    background:
         linear-gradient(rgba(7,29,56,.20),rgba(7,29,56,.20)),
         url(../../../images/profile/leadershipbg_04.png);
    background-size:cover;
    background-position:center;
    border-bottom:4px solid #D4A017;
}






.hshs-leader-card img{
    width:145px;
    height:145px;
    object-fit:cover;
    border-radius:50%;
    border:5px solid #D4A017;
    background:#eee;
    margin-top:-74px;
    box-shadow:0 8px 18px rgba(11,35,65,.25);
}

.hshs-leader-card h2{
    color:#071d38;
    font-size:27px;
    margin:18px 15px 10px;
    line-height:1.15;
}

.hshs-role-ribbon{
    display:inline-block;
    background:#D4A017;
    color:#071d38;
    padding:7px 20px;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:16px;
    position:relative;
}

.hshs-role-ribbon::before,
.hshs-role-ribbon::after{
    content:"";
    position:absolute;
    top:0;
    border-top:14px solid #b8840f;
    border-bottom:14px solid #b8840f;
}

.hshs-role-ribbon::before{
    left:-14px;
    border-left:14px solid transparent;
}

.hshs-role-ribbon::after{
    right:-14px;
    border-right:14px solid transparent;
}

.hshs-role-ribbon.long{
    font-size:11px;
    padding:7px 14px;
}

.hshs-leader-card p{
    color:#313b4f;
    line-height:1.65;
    margin:0 auto;
    padding:0 24px;
    max-width:310px;
}

.hshs-open-positions{
    background:linear-gradient(135deg,#fffaf0,#f8f9fc);
    border-radius:12px;
    padding:36px 36px 26px;
    box-shadow:0 12px 28px rgba(11,35,65,.12);
    border:1px solid rgba(212,160,23,.25);
    display:grid;
    grid-template-columns:360px 1fr;
    gap:34px;
    align-items:center;
    position:relative;
    text-align:center;
}

.hshs-open-left{
    border-right:2px solid rgba(212,160,23,.45);
    padding-right:28px;
}

.hshs-open-left h2{
    color:#071d38;
    font-size:36px;
    line-height:1.15;
    margin:12px 0 14px;
}

.hshs-open-left p{
    color:#39465a;
    line-height:1.65;
}

.hshs-open-right{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.hshs-vacancy-card{
    background:#fff;
    border-radius:12px;
    padding:28px 20px 24px;
    box-shadow:0 10px 24px rgba(11,35,65,.12);
    border:1px solid rgba(212,160,23,.18);
    transition:.25s ease;
}

.hshs-vacancy-card:hover{
    transform:translateY(-6px);
    background:#071d38;
    border-color:#D4A017;
}

.vacancy-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#071d38;
    color:#D4A017;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    margin:-5px auto 16px;
    border:3px solid #D4A017;
    transition:.25s ease;
}

.hshs-vacancy-card:hover .vacancy-icon{
    background:#D4A017;
    color:#071d38;
}

.hshs-vacancy-card h3{
    color:#071d38;
    font-size:21px;
    margin:0 0 10px;
    line-height:1.2;
}

.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{
    grid-column:1 / -1;
    justify-self:center;
    display:inline-block;
    background:#071d38;
    color:#D4A017;
    padding:15px 38px;
    border-radius:8px;
    text-decoration:none;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
    box-shadow:0 10px 20px rgba(11,35,65,.20);
    transition:.25s ease;
    margin-top:4px;
}

.hshs-button:hover{
    background:#D4A017;
    color:#071d38;
    transform:translateY(-3px);
}

@media(max-width:1150px){
    .hshs-leadership-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .hshs-open-positions{
        grid-template-columns:1fr;
    }

    .hshs-open-left{
        border-right:none;
        border-bottom:2px solid rgba(212,160,23,.45);
        padding:0 0 25px;
    }

    .hshs-open-right{
        grid-template-columns:1fr;
    }
}

@media(max-width:700px){
    .hshs-leadership-page{
        padding:0 15px 50px;
    }

    .hshs-leadership-hero{
        padding:38px 22px 45px;
    }

    .hshs-leadership-hero h1{
        font-size:34px;
    }

    .hshs-leadership-grid{
        grid-template-columns:1fr;
    }

    .hshs-open-positions{
        padding:30px 22px;
    }
}






/* ==========================================================
   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 */
@media screen and (max-width: 700px) {

	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;
    }
}
