/***********************************
* BASE
**********************************/
.page-id-550 .wp-login-lost-password, .page-id-550 #backtoblog {
	display: none !important;
}

.elementor h1, .elementor h2, .elementor h3, .elementor h4, .elementor h5, .elementor h6, .elementor .animated-text, .elementor .animated-text span, .resources-contents h3 {
	font-family: "Frank Ruhl Libre", serif !important;
}
.learn-more-container #menu-item-333 > a:nth-child(1) {
	padding-right: 10px !important;
}

/***********************************
* POP UP VIDEO
**********************************/ 
#sm-popup-video, .sm-popup-video-play {
	cursor: pointer;
}

#sm-popup-video-container
{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #ffffff90;
	top: 0;
}

#sm-popup-video-inner
{
	display:block;
	margin: auto;
	width: 870px;
	margin-top: 10%;
	border:10px solid #B0575C;
	position:relative;
}

#sm-popup-video-close
{
	color: #fff;
	background: #B0575C;
	font-size: 16px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 0px solid #000;
	position: absolute;
	right: -24px;
	top: -24px;
	padding: 2px;
	font-weight: 600;
}

#sm-popup-video-close i::before
{
	font-size: 20px;
	padding: 5px;
	line-height: 21px;
}
.members-access-error {
	background: #f7f8f9;
}
.members-access-error-inner {
	max-width: 600px;
	margin: auto;
	padding: 100px 0;
	background: #f7f8f9;

}
.members-access-error p {
}
.portal-content {
	max-width: 1240px;
	margin: 60px auto !important;
	padding: 20px;
}

.members-access-error .notice.notice-info.message {
	border-left: 4px solid #0097b2;
	padding: 15px;
	font-size: 16px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	margin-bottom: 20px;
	word-wrap: break-word;
	background:#ffffff;
}

.members-access-error .notice.notice-info.message p {
	margin: 0;
	text-align:left
}

/***********************************
* SHAREPOINT FILES
**********************************/
.dashboard-links {
	display: flex;
	width: 100%;
}
.dashboard-links > div {
	width: 50%;
	background: #F5F5F5;
	padding: 100px 20px;
	text-align: center;
}
.dashboard-links a {
	background: #0097b2;
	padding: 18px 26px;
	font-size: 16px;
	border-radius: 8px;
	text-align: center;
	color: #ffffff !important;
}
.dashboard-links a:hover {
	background: #731421;
	color: #ffffff !important;
}
.dashboard-links .resources-link {
	margin-right: 10px;
}
.dashboard-links .my-portal-link {
	margin-left: 10px;
}
.dashboard-links h3 {
	font-size:40px;
	font-family: "Public Sans", Sans-serif;
	margin-bottom: 30px;
}
.resources {
	position: relative;
	display: flex;
	margin: 20px auto;
	max-width: 1240px;
	font-family: "Public Sans", Sans-serif;
	/* flex-wrap: wrap; */
}
.resources .file-item {
	width: 100%;
	max-width: 290px;
	border: 1px solid #cacaca;
	padding: 20px 10px;
	margin-right: 20px;
	box-shadow: 2px 2px 3px #cacaca;
	border-radius: 5px;
	display: flex;
	cursor: pointer;
}
.resources .file-item .file-name {
	display: block;
	font-weight: 800;
	font-size: 17px;
	margin-bottom: 0px;
}
.resources .file-item a {
	float: right;
}
.resources .file-item .image-thumb {
	position: relative;
	width: 60px;
	display: block;
	height: 100%;
}
.resources .file-item img {
	top: -20px;
	position: absolute;
	left: -20px;
	width: 96px;
	max-width: 1000px;
}
.resources .file-item .col-img {
	width: 24%;
}
.resources .file-item .col-text {
	width: 74%;
	font-size: 15px;
}
.sharepoint-download {
	display: table;
	margin: 30px auto;
	padding: 20px;
	font-size: 24px;
	border-radius: 8px;
	text-align: center;
	background: #0097b2;
	color: #fff !important;	
}
.view-resource {
	display: flex;
}
.resource-info {
	width: 50%;
}
.back-to-list {
	width: 100%;
	padding-bottom: 20px;
}

.resource-info table th{
	text-align: right;
	vertical-align: middle;
	width: 130px;
}
.resource-back-btn {
	padding: 12px 20px;
	font-size: 16px;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #0097b2;
	background: #0097b2;
	color: #ffffff !important;
	float: right;
}
.resource-back-btn.two {
	float: none;
	background: #ffffff;
	color: #0097b2 !important;
}
.resource-back-btn.three {
	margin-right:10px;
}
.resource-back-btn.four {
	background: #2e394b;
	margin-right:10px;
	border-color: #2e394b;
}
.resource-back-btn.five {
	margin-top:30px;
	float: none;
	display: inline-block;
	width: 300px;
}
.resource-back-btn.mr {
	margin-right: 20px;
	background: #ffffff;
	color: #0097b2 !important;
}
.resource-logout {
	padding: 12px 20px;
	font-size: 16px;
	border-radius: 8px;
	text-align: center;
	float: right;
	background: #731421;
	color: #ffffff !important;
}
.resource-title {
	margin-bottom: 70px;
	font-family: "Public Sans", Sans-serif !important;
}
.welcome-txt {
	font-family: "Public Sans", Sans-serif !important;
}
.resources-contents {
	text-align:center;
	display: flex;
	align-items: center;
  	justify-content: space-around;
}
.resources-contents h3 {
	margin-bottom: 40px;
}
div#wpforms-552 {
	padding: 32px;
	border: 1px solid #0097B2;
	background:#ffffff;
}
div#wpforms-552 h2 {
	font-family: "Public Sans", Sans-serif !important;
	font-weight: 500;
	font-size: 40px;
	margin-top: -12px;
}
div#wpforms-552 p {
	text-align: left !important;
}
#wpforms-552-field_2_0 {
	border:none;
}
div#wpforms-552 label.wpforms-field-label {
	font-weight: 400 !important;
	font-size: 16px;
	color: #3c434a;
}
div#wpforms-552-header-error {
	padding: 20px 0;
}
div#wpforms-552 input[type="text"],
div#wpforms-552 input[type="password"]{
	padding: 12px 18px;
	height: auto;
}
button#wpforms-submit-552 {
	padding: 20px 28px;
	font-size: 16px;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #0097b2;
	background: #0097b2;
	color: #ffffff !important;
	float: right;
	margin-top: -50px;
	height: auto;
}
body .sm-team-information {
	width: 1px;
	height: 1px;
	padding:0;
	margin: 0;
	overflow: hidden;
}
body.elementor-editor-active .sm-team-information {
	width: unset;
	height: unset;
	padding: unset;
	margin: unset;
	overflow: unset;
}

body .sm-team-item {
	cursor:pointer;
}
body .sm-team-item.active {
	background: #6E1420 !important;
	color: #ffffff !important;
}
body .sm-team-item.active .elementor-icon {
	transform: rotate(45deg);
	color: #fff !important;
}
body .sm-team-item.active h2, body .sm-team-item.active .elementor-widget-container {
	color: #ffffff !important;
}
body #sm-team-info-pane {
	display: none;
	background: #6E1420;
	width: 100%;
	padding: 60px;
	margin-top: -10px;
	color: #ffffff;
	border-radius: 8px;
	z-index: 9;
}
.members-access-error p#nav, 
.members-access-error p#backtoblog {
	padding: 0 0 0 24px;
}
.members-access-error p#nav a, 
.members-access-error p#backtoblog a {
	color: #50575e;
}
.members-access-error p#nav a:hover, 
.members-access-error p#backtoblog a:hover {
	color: #0097b2;
}
body .members-access-error div#wpforms-552 label.wpforms-field-label-inline {
	position: absolute !important;
	left: 15px !important;
	color: #50575e;
}
body #go-now-btn {
	display:none;
}

/* My Portal Upload Form */
.upload-container {
    margin-top: 40px;
}
.upload-container .upload-form {
    margin-bottom: 20px;
}

.upload-container .upload-area {
    border: 3px dashed #ddd;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
    background: #fafafa;
    cursor: pointer;
}

.upload-container .upload-area:hover {
    border-color: #0097B2;
    background: #f0f4ff;
}

.upload-container .upload-area.drag-over {
    border-color: #0097B2;
    background: #e8edff;
    transform: scale(1.02);
}

.upload-container .upload-icon {
    color: #0097B2;
    margin-bottom: 15px;
}

.upload-container .upload-content h3 {
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.upload-container .upload-content p {
    color: #666;
    margin-bottom: 20px;
}

.upload-container .browse-btn {
    background: #0097B2;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.upload-container .browse-btn:hover {
    background: #0097B2;
    transform: translateY(-2px);
}

.upload-container .file-list {
    margin-top: 20px;
    max-height: 200px;
    overflow-y: auto;
}

.upload-container .file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 8px;
    border-left: 4px solid #0097B2;
}

.upload-container .file-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.upload-container .file-name {
    font-weight: 500;
    color: #333;
}

.upload-container .file-size {
    color: #666;
    font-size: 14px;
}

.upload-container .remove-btn {
    background: #ff4757;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

.upload-container .remove-btn:hover {
    background: #ff3742;
}

.upload-container .form-controls {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.upload-container .upload-btn, .upload-container .clear-btn {
    flex: 1;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-container .upload-btn {
    background: #0097B2;
    color: white;
}

.upload-container .upload-btn:hover {
    background: #0097B2;
    transform: translateY(-2px);
}

.upload-container .clear-btn {
    background: #f1f2f6;
    color: #666;
}

.upload-container .clear-btn:hover {
    background: #e4e6eb;
    transform: translateY(-2px);
}

.upload-container .progress-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

.upload-container .progress-bar {
    flex: 1;
    height: 8px;
    background: #f1f2f6;
    border-radius: 4px;
    overflow: hidden;
}

.upload-container .progress-fill {
    height: 100%;
    background: #0097B2;
    border-radius: 4px;
    width: 0%;
    transition: width 0.3s ease;
}

.upload-container .progress-text {
    color: #333;
    font-weight: 600;
    min-width: 40px;
}

.upload-container .message {
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.upload-container .message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.upload-container .message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.upload-container .message.info {
    background: #cce7ff;
    color: #004085;
    border: 1px solid #b3d7ff;
}

@media (min-width: 1024px) and (max-width: 1360px) {
	#menu-main-menu .menu-item a {
		font-size: 14px !important;
		padding: 0 5px !important;
	}

	#menu-main-menu {
		justify-content: center;
	}
	.elementor-element.elementor-element-145af1d0 {
		justify-content: space-between;
	}
	.elementor-element.elementor-element-145af1d0 > div:first-child, .elementor-element.elementor-element-145af1d0 > div:last-child {
		width: 15% !important;
		--flex-grow: unset !important;
		--flex-shrink: unset !important;
	}
	.elementor-element.elementor-element-145af1d0 > div:nth-child(2) {
		width: 65% !important;
	}
}

@media (max-width: 1024px) {
	body .sm-team-item.active .sm-team-information {
		display:none;
		width: 100%;
		height: auto;
		padding:20px;
		margin: 0;
		overflow: hidden;
	}
	body #sm-team-info-pane {
		display: none !important;
	}
	.resources-contents {
		display: block;
	}
	.resources-contents div + div {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 550px) {
	.dashboard-links {
		display: block;
	}
	.dashboard-links > div {
		width: 100%;
		padding: 50px 20px;
	}
	.resources .file-item {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 910px) {
	.portal-content {
		margin-top: 20px !important;
	}
	.resource-logout, .resource-back-btn {		
		display: inline-block;
		margin: auto;
		float:none;
		margin-right: 10px;
		margin-bottom: 10px;
		max-width:95%;
	}
	.resource-title {
		display:block;
		margin-top: 20px;
	}
}