.page-private .sidebar #menu-internal-menu .sub-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-private .sidebar #menu-internal-menu .sub-menu li:first-child {
    padding-top: 12px;
}

.page-private .sidebar #menu-internal-menu .sub-menu li {
    padding: 6px 15px;
}

.page-private .sidebar #menu-internal-menu .sub-menu li a {
    font-size: 13px;
}

#wppb-submit, .login-submit {
    display: none;
}

.page-materials .files .file.type-pptx .type{
    color : #60bec4;
}
.page-materials .files .file.type-pptx .icon{
    color : #60bec4;
}
.page-materials .files .file.type-pptx svg *{
    fill : #60bec4;
}

/* login form */
.wpcf7-form input[type=checkbox]:checked+label span:after,
.wpcf7-form input[type=checkbox]:checked+span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #f05f60;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px
}

.page-login .form-outer .form .forgot-password {
    float: right;
    width: 150px;
}

.page-login .form-outer .form .login-actual-submit {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* homepage banner */
.page-home .hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-home .hero .hero-inner {
    overflow: hidden;
}

.page-home .hero .info {
    max-width: 825px;
    background-color: #f05f60;
    padding: 124px 130px 78px;
    margin: 150px 0 170px 140px;
    position: relative;
}

.page-home .hero .info:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: -20px;
    right: -20px;
    border: 4px solid #f05f60;
}

@media screen and (max-width: 1600px) {
    .page-home .hero .info {
        padding: 70px;
        margin-left: 70px;
    }
}

@media (max-width: 1024px) {
    .page-home .hero .info {
        background: #f05f60;
        padding: 50px;
        width: 80%;
        margin: 70px;
    }
}

@media screen and (max-width: 768px) {
    .page-home .hero .info {
        margin: 5% 5% 7% 5%;
        width: 89%;
    }
}

/* updated font sizes */
.stats .stat h3 {
    font-size: 22px;
}

.page-the-program .work .circle {
    padding: 60px 50px;
    box-sizing: border-box;
}

.work .circle h1.count {
    font-size: 65px;
}

@media (max-width: 700px) {
    .stats .stat h3 {
        font-size: 20px;
    }

    .work .circle h1.count {
        font-size: 45px;
    }
}

.overview_block {
    margin-bottom: 50px;
}

/* Image and Popover */
/* National Safety and Quality Digital Mental Health Standards? */

.image-container {
	position: relative;
}

.image-container .image {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.image-container .image a {
	display: inline-block;
}

.image-container .mobile-text {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.image-container img {
	max-width: 300px;
	display: block;
}

.image-container .popover {
	position: absolute;
	bottom: 160px;
	left: 0;
	width: 100%;
	max-width: 100%;
	background-color: white;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 10;
	box-sizing: border-box;
}

.image-container .popover h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.container-wrapper .left-col {
	overflow: initial;
}


.image-container .popover:after, .image-container .popover:before {
	right: 90%;
	top: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.image-container .popover:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 11px;
	margin-left: -11px;
}
.image-container .popover:before {
	border-color: rgba(255, 225, 255, 0);
	border-top-color: #ddd;
	border-width: 10px;
	margin-left: -10px;
}


@media (min-width: 980px) {
	.image-container .mobile-text {
		display: none;
	}

	.image-container .popover {
		bottom: 4%;
		left: -640px;
	}

    .image-container .popover h4 {
        font-size: 30px;
    }

	.image-container .popover:after, .image-container .popover:before {
		left: calc(100% + 10px);;
		top: 83%;
	}

	.image-container .popover:after {
		border-left-color: #fff;
		border-top-color: transparent;
		margin-top: -10px;
	}
	.image-container .popover:before {
		border-left-color: #ddd;
		border-top-color: transparent;
		margin-top: -11px;
	}
}
