<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-id-7905 .comments-title {
	display:none;
}
.mh-banner {
	position: relative;
}
.md-item {
	width: 100%;
	position: relative;
}
.md-item::after  {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    display: block;
    /* background: rgba(0, 0, 0, 0.3); */
    top: 0;
    left: 0;
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
img.mh-img {
	width: 100%;
	height: auto;
	position: relative;
}
.mh-captions {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
	color: #fff;
	z-index: 999;
}
.mh-logo {
    position: absolute;
    top: 10px;
    /*left: 20%;*/
	right: 10px;
    color: #fff;
    z-index: 999;
    width: 150px;
    height: auto;
    /*margin-left: -100px;
    box-shadow: 0px 0px 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0px 0px 5px #fff;
    filter: progid: DXImageTransform.Microsoft.Glow(Color=white, Strength=5);
    background: rgba(255, 255, 255, 0.15);
    padding: 15px 20px 10px;*/
}

.mh-pfa {
    width: 70%;
    margin-right: auto;
    margin-left: auto; 
    text-align: center;
    text-transform: uppercase;
    background: #f8b708;
    padding: 20px;
    border-radius: 10px;
       
}

h2.banner-title {
    margin-bottom: 30px;
}
.page-id-7905 .footer,
.page-id-7760 .footer,
.page-id-7876 .footer,
.page-id-7877 .footer {
	display: none;
}
.banner-title {
	font-family: 'Dancing Script', cursive;
	font-size: 62px;
}
.banner-content {
	font-size: 18px;
}
.quote-container {
	text-align: center;
	padding: 30px 0 50px 0;
	margin: 0 15%;
	line-height: normal;
    font-weight: 100;
    font-size: 36px;
	    color: #0073e8;
	    font-weight: 900;
}
.fa-quote-left, .fa-quote-right {
	color: #24528d;
	    color: #47e4ee;
	    color: #ea31b1;
	font-family: 'Kaushan Script', cursive;
}
aside.double-box {
	float: left;
	width: calc(49.1%);
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 5px;
}
@media only screen and (max-width: 600px) {
	aside.double-box {
		float: none;
		width: initial;
	}
	.mh-logo {
		top: 20px;
		left: 50%;
		margin-left: -40px;
		width: 80px;
	}
}
.file-list-wrap {
	text-align: center;
}
.file-list-wrap div.file-list-image-wrap {
	max-width: 275px;
	padding: 15px;
	display: inline-block;
}
.file-list-wrap div.file-list-image *, .file-list-wrap div.file-list-image-wrap:hover div.file-list-image a:after, .file-list-wrap div.file-list-image-wrap:hover div.file-list-image a:before {
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.file-list-wrap div.file-list-image a {
	position: relative;
	border: 10px solid #fff;
	cursor: pointer;
	background: #fff;
	display: inline-block;
}
.file-list-wrap div.file-list-image-wrap:hover div.file-list-image a:after {
	content: "View Poster";
	display: inline-block;
	padding: 14px 26px;
	background: #fff;
	color: #333;
	top: 50%;
	left: 50%;
	margin-left: -70px;
	margin-top: -20px;
	position: absolute;
	font-weight: 800;
	text-transform: uppercase;
	color: #265897;
}
.file-list-wrap div.file-list-image-wrap:hover div.file-list-image a:before {
	content: "";
	display: block;
	background: #24538ea3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
.file-list-wrap &gt; div img {
	width: 100%;
	height: auto;
}
li.post-title {
    display: block;
    /* padding: 10px; */
    /* margin: 10px; */
    bottom: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
}
.post-link {
	background: #fff;
	padding: 10px 25px;
	font-weight: 600;
	display: inline-block;
}
.double-box h3 {
	color: #fff;
	border-bottom: 3px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 40px;
	font-size: 32px !important;
}
.box-1 {
	background-image: url("https://www.moh.gov.jm/wp-content/uploads/2019/08/shutterstock_608702243-1.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cccccc;
	width: 100%;
	height: auto;
	position: relative;
}
.box-1::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(210, 0, 255, 0.7);
	top: 0;
	left: 0;
	z-index: 9;
}
.box-2 {
	background-image: url("https://www.moh.gov.jm/wp-content/uploads/2019/08/shutterstock_1050440903.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cccccc;
	width: 100%;
	height: auto;
	position: relative;
}
.box-2::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 108, 255, 0.7);
	top: 0;
	left: 0;
	z-index: 9;
}
.box-content {
	padding: 50px;
	z-index: 10;
	position: relative;
	height: 230px;
}
/*faq section*/
.page-template-mental-health .content {
	padding: 0;
}
.page-template-mental-health .content &gt; .wrapper {
	width: initial;
}
.mh-content-wrapper {
	max-width: 1220px;
	padding: 20px;
	margin: 0px auto;
	position: relative;
}

.clearfix:before, .clearfix:after {
	display: block;
	content: '';
	clear: both;
}
.faq {
	text-align: left;
}
.faq h4, h4.faq-tips-title {
	color: #4f5d84;
	font-size: 18px;
	padding: 18px 0;
}
h4.faq-tips-title {
	text-align: center;
}
.accordion_head {
	background-color: skyblue;
	color: white;
	cursor: pointer;
	font-size: 14px;
	margin: 0 0 3px 0;
	padding: 10px 15px;
	font-weight: bold;
}
.accordion_body {
	background: lightgray;
}
.accordion_body p {
	padding: 20px;
	margin: 0px;
	line-height: normal;
	font-size: 14px;
}
.plusminus {
	float: right;
}



#moh-links .elementor-widget-wrap&gt;.elementor-element a:after {
    color: #255590;
    content: "Â»";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: #ddecff;
    font-size: 65px;
    padding: 0 20px;
    line-height: 65px;
    text-align: center;
}

#moh-links .elementor-widget-wrap &gt; .elementor-element a {
    width: 100%;
    background: #255591;
    padding: 30px 40px;
    color: #fff;
	position: relative;
	display: block;
}

.mh-video {
	position: relative;
	padding-bottom: 53%;
}
.mh-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


#comments label {
	font-weight: bold;
	display: block;
}
#comments input:not([type="submit"]), 
#comments textarea {
    display: inline-block;
    width: 95% !important;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	    box-sizing: border-box !important;
}
#comments input[type="submit"] {
    display: inline-block;
    font-family: inherit;
    background-color: #13aff0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#comments .comment-form-author {
    padding-right: 10px;
}

#comments .comment-form-author, 
#comments .comment-form-email, 
#comments .comment-form-url {
    float: left;
    width: 32%;
}
#comments .comment-textarea, 
#comments .comment-form-author, 
#comments .comment-form-email, 
#comments .comment-form-url {
    margin-bottom: 20px;
}

p.aiowps-captcha {
    clear: both;
}
p.required {
    margin-top: 5px;
    line-height: 1;
}


#comments .comment-body {
    padding: 20px;
    background: #efefef;
    margin-bottom: 35px;
}


@media screen and (max-width: 600px) {
	h2.banner-title {
		margin-bottom: 10px;
		font-size: 35px;
	}
	.mh-captions {
    	bottom: 10px;
	}
}</pre></body></html>