body {
    font-family: Poppins, sans-serif;
}
h1 {
    font-family: "Playfair Display";
}

/* -------------------- NEW PAGES STARTED --------------------- */

.get_start_ques .box {
    display: inline-block;
    max-width: 45%;
    width: 100%;
	margin: 0 4% 40px 0;
	padding: 30px;
    box-sizing: border-box;
	border-radius: 14px;
	vertical-align: top;
}
.get_start_ques .box:hover {
	box-shadow: 0 0 12px #ccc;
}
.get_start_ques .box h3 {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    color: #3E4F5A;
    letter-spacing: 0;
	margin: 0 0 20px;
}
.get_start_ques .box ul {
    margin: 0;
    padding: 0;
    list-style: none;
	font-weight: 400;
}
.get_start_ques .box ul li {
    padding: 0 0 10px 26px;
    font-size: 17px;
	background: url(/wp-content/themes/prescription_theme/images/fact-sheet-icon.png) no-repeat 0 2px;
}
.get_start_ques .box ul li a {
    text-decoration: none;
    color: #54646F;
	font-weight: 400;
}
.get_start_ques .box ul li a:hover {
    color: #0a69ad;
}


.ques_section {
    background-color: #fff;
    box-shadow: 0 20px 16px 0 rgba(44,44,43,.07);
    margin: 0 auto;
    vertical-align: middle;
    padding: 60px 10px;
    margin: 4em 0;
}
.ques_section h2 {
    color: #1765ad;
    font-family: "Playfair Display";
    font-size: 47px;
    font-weight: 700;
    text-align: center;
	line-height: normal;
	margin-bottom: 10px;
}
.ques_section p {
    color: #3e4f5a;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.ques_section .action-rw {
    text-align: center;
    padding: 10px;
    margin: 0;
}
.ques_section a.button-learn-blue {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    background-color: #1765ad;
    padding: 23px 57px;
    border-radius: 40px;
    text-transform: uppercase;
	display: inline-block;
}
.ques_section a.button-learn-blue:hover {
    background: #0f4a82;
    text-decoration: none;
}

.ques-ans-panel { float: left; width: 70%; padding: 30px 4% 0 0;}
.ques-ans-panel .page-title { padding-bottom: 10px;}
.ques-ans-panel .page-title h1 { color: #105CA1; margin: 0;}
.ques-ans-panel h3 {
    font-size: 20px;
    font-weight: 500;
    color: #3E4F5A;
    margin: 10px 0 5px;
    letter-spacing: 0;
}
.ques-ans-panel p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 20px;
}
.ques-ans-panel .helpful-article {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 0;
}
.ques-ans-panel .helpful-article p.action {
    margin: 30px 0 10px;
}
.ques-ans-panel .helpful-article a.button-blue.yes {
	background: url(/wp-content/themes/prescription_theme/images/ph-check.png) no-repeat 20px 15px #1765AD;;
}
.ques-ans-panel .helpful-article a.button-blue.no {
	background: url(/wp-content/themes/prescription_theme/images/ph-cross.png) no-repeat 24px 15px #1765AD;
}
.ques-ans-panel .helpful-article a.button-blue {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px 10px 50px;
    margin: 5px;
    border-radius: 50px;
}
.ques-ans-panel .helpful-article a.button-blue:hover {
    background-color: #0f4a82;
    text-decoration: none;
}

.ques-ans-panel .related-articles {
    padding: 20px 0 50px;
}
.ques-ans-panel .related-articles h3 {
    margin-bottom: 20px;
}
.ques-ans-panel .related-articles ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ques-ans-panel .related-articles ul li {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    min-height: 85px;
    text-align: center;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    margin: 0 10px 20px 0;
    padding: 15px;
    box-shadow: 0px 5px 20px #ddd;
}
.ques-ans-panel .related-articles ul li:hover {
	background-color: #f5f5f5;
}
.ques-ans-panel .related-articles ul li a {
    color: #54646F;
    font-size: 15px;
    font-weight: 400;
}
.ques-ans-panel .related-articles ul li a:hover {
	color: #1765AD;
	text-decoration: none;
}

.ques-ans-sidebar {
    float: left;
    width: 30%;
}
.ques-ans-sidebar h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 15px;
	padding-left: 24px;
}
.ques-ans-sidebar nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ques-ans-sidebar nav ul li {
    margin: 0 0 10px;
}
.ques-ans-sidebar nav ul li a {
    display: block;
    color: #54646F;
    font-size: 15px;
	font-weight: 400;
    padding: 18px 25px;
    border-radius: 50px;
    box-shadow: 0px 5px 20px #ddd;
}
.ques-ans-sidebar nav ul li.active a,
.ques-ans-sidebar nav ul li.active a:hover {
	background-color: #105CA1;
    color: #fff;
}

.ques-ans-sidebar nav ul li a:hover {
	background-color: #f5f5f5;
    color: #54646F;
	text-decoration: none;
}

.blue-panel { background: #105CA1;}

.help-center-help { padding: 120px 10px 100px; background: url(/wp-content/themes/prescription_theme/images/faith-portrait.png) no-repeat right bottom #105CA1; background-size: contain;}
.help-center-help h1 { color: #fff; font-size: 38px; font-family: 'Playfair Display', serif; text-align: center; margin: 0 0 20px;}
.help-center-help .search-help-center { padding: 0 15px; max-width: 700px; margin: 0 auto;}
.help-center-help .search-help-center label { color: #fff; font-size: 13px; font-weight: 500; text-transform: uppercase; margin-bottom: 5px; display: block;}
.help-center-help .search-help-center .field { position: relative;}
.help-center-help .search-help-center .field .input-text { background: url(/wp-content/themes/prescription_theme/images/search-inp.png) no-repeat 15px 50% #fff; border: none; border-radius: 5px; height: 54px; font-size: 16px; padding: 0 30px 0 40px;}
.help-center-help .search-help-center .action-rw { padding: 40px 0 0; text-align: center;}
.help-center-help .search-help-center .action-rw a {
    background-color: #F57D21;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px;
    width: 100%;
    max-width: 500px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    border-radius: 100px;
}
.help-center-help .search-help-center .action-rw a:hover { background-color: #F57D21; color: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.4); text-decoration: none;}
.help-center-help .search-help-center .action-rw a strong { display: block; font-size: 32px;}

.help-center-help .search-help-center #datafetch { background-color: #eee; border-radius: 6px; position: absolute; left: 0; width: 100%; box-shadow: 0 4px 20px rgba(0,0,0,0.4);}
.help-center-help .search-help-center #datafetch h2 { margin: 0;}
.help-center-help .search-help-center #datafetch a { font-size: 15px; font-weight: 400; color: #54646f; display: inline-block; padding: 5px 0 5px 15px;}

.help-center-features { background-color: #eaeaea; padding: 60px 10px;}
.help-center-features .items ul { margin: 0; padding: 0; list-style: none;}
.help-center-features .items ul li {
    background-color: #fff;
    padding: 30px 20px 30px 70px;
    margin: 15px 1%;
	text-align: left;
    border-radius: 15px;
    display: inline-block;
	vertical-align: top;
    width: 31%;
	position: relative;
    border: 1px solid #d7d7d7;
    box-shadow: 0 8px 13px rgba(0,0,0,0.10);
}
.help-center-features .items ul li:hover { box-shadow: 0 20px 30px rgba(0,0,0,0.10);}
.help-center-features .items ul li h3 { letter-spacing: 0; color: #54646f; font-size: 20px; font-weight: 500; margin: 0 0 10px;}
.help-center-features .items ul li p { font-weight: 400; font-size: 15px; margin: 0;}
.help-center-features .items ul li img { position: absolute; left: 20px;}

.help-center-features .topics { text-align: center; padding: 60px 0 0;}
.help-center-features .topics h2 { font-size: 26px; font-weight: 600; color: #3E4F5A;}
.help-center-features .topics ul { margin: 0; padding: 0; list-style: none;}
.help-center-features .topics ul li { margin: 8px 1%; text-align: left; display: inline-block; vertical-align: top; width: 31%;}
.help-center-features .topics ul li a { color: #1765AD; font-size: 16px; font-weight: 400; padding: 15px 20px; display:block; border: 1px solid #B3B3B3; border-radius: 50px;}
.help-center-features .topics ul li a:hover { background-color: #fff; text-decoration: none;}

.watch-started { padding: 35px 10px;}
.watch-started .container { display: flex; justify-content: space-between; align-items: center;}
.watch-started .content-wrap { color: #fff; width: 60%;}
.watch-started .content-wrap h3 { font-size: 30px; font-family: 'Playfair Display', serif; font-weight: 700; letter-spacing: 0; margin: 0 0 10px;}
.watch-started .content-wrap p { color: #fff; font-size: 15px; font-weight: 400; margin: 0 0 10px;}
.watch-started .content-wrap a {
    background-color: #f57d21;
    color: #fff;
    border-radius: 30px;
    padding: 18px 50px 18px 30px;
    line-height: 1;
    font-size: 14px;
    margin-top: 10px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
	display: inline-block;
	position: relative;
}
.watch-started .content-wrap a:hover { background-color: #F57D21; color: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.4); text-decoration: none;}
.watch-started .content-wrap a.watch-video:after {
    content: ''; background: url(/wp-content/themes/prescription_theme/images/ph-watch-video-white.png) no-repeat 0 0; width: 20px; height: 20px; display: inline-block; position: absolute; right: 20px; top: 15px;
}
.watch-started .img-wrap { float: right; padding: 0 15px;}

#page-container .container-fluid { padding-left: 0; padding-right: 0;}
.page-title.ph-head-icon h1 { color: #105CA1;}

#breadcrumbs { font-size: 14px; font-weight: 400;}

/* BLOG THREE COLUMN ------------------------ */
.blog-single-panel .one_column { margin: 0;}
.blog-single-panel .one_column .container { position: relative; padding-top: 20px;}
.single-post #breadcrumbs { padding: 0 20px;}

.blog-single-panel .blog-list-main h1 { line-height: normal; margin: 0 0 15px;}
.blog-single-panel .blog-list-main h3 { color: #3E4F5A; letter-spacing: 0;}
.blog-single-panel .blog-list-main h3 strong { font-weight: 500;}
.blog-single-panel .sidebar-widget .widget-title { color: #3E4F5A; font-size: 18px; font-weight: 600; letter-spacing: 0; line-height: 32px;}
.blog-single-panel .blog-list-main span.post-details { color: #7A8186; font-size: 12px; letter-spacing: 0; line-height: 24px;}
.blog-single-panel .blog-list-main p { font-size: 14px; font-weight: 400; line-height: 21px;}

.blog-single-panel .sidebar-widget ul { margin: 0 0 15px; padding: 0; list-style: none;}
.blog-single-panel .sidebar-widget ul li {
    background: url(/wp-content/uploads/2018/10/fact-sheet-icon.png) no-repeat left top;
    width: 100%;
    padding-left: 26px;
    padding-top: 0;
    text-align: left;
    list-style: none;
    background-position: left;
}
.blog-single-panel .sidebar-widget ul li a { color: #3E4F5A; font-size: 15px; font-weight: 300; letter-spacing: 0; line-height: 32px;}

@media screen and (min-width: 1024px) {
	.blog-single-panel .blog-list-left { position: absolute; left: 0; top: 20px;}
	.blog-single-panel .blog-list-right { position: absolute; right: 0; top: 20px;}
	.blog-single-panel .blog-list-main { width: 100%; padding: 0 320px;}
}

@media screen and (max-width: 1199px) {
	.single-post .one_column { margin: 0 15px;}
	.single-post .one_column .container { width: 100%; padding: 0 15px;}
}

@media screen and (max-width: 1023px) {
	.blog-single-panel .blog-list-left,
	.blog-single-panel .blog-list-right { display: none; }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
	.help-center-features .items ul li { width: 47%;}
	.help-center-features .items ul li h3 { font-size: 18px;}
	.help-center-features .topics ul li a { font-size: 15px; padding: 15px;}
	.ques-ans-panel { width: 67%; padding: 30px 4% 0 15px;}
	.ques-ans-sidebar { width: 33%; padding-right: 15px;}
	.ques-ans-panel .related-articles ul li { width: 47%;}
	
	.blog-single-panel .blog-list-main { width: 100%; padding: 0 0 40px;}
	.blog-single-panel .blog-list-left { float: left;}
	.blog-single-panel .blog-list-right { float: right; }
}

@media screen and (max-width: 767px) {
	.blog-single-panel .blog-list-main { width: 100%; padding: 0;}
	
	.watch-started .container { flex-direction: column;}
	.watch-started .content-wrap { width: 100%; text-align: center; padding: 30px 0 50px;}
	
	.page-title.ph-head-icon h1 { font-size: 30px;}
	.get_start_ques { padding: 0 15px;}
	.get_start_ques .box { max-width: 100%; margin: 0 0 20px 0;	padding: 20px; border: 1px solid #eee; }
	.get_start_ques .box h3 { font-size: 22px;}
	.get_start_ques .box ul li { font-size: 15px;}
	
	.help-center-features .items ul li { margin: 15px 0 0; width: 100%;}
	.help-center-features .topics ul li { width: 48%;}
	
	.ques-ans-panel { width: 100%; padding: 30px 15px 0;}
	.ques-ans-sidebar { width: 100%;}
	.ques-ans-panel .related-articles ul li { width: 100%; margin: 0 0 15px 0; min-height: auto;}
	
	.ques_section h2 { font-size: 40px;}
	
	.help-template-default #page-container .container-fluid .row { margin: 0;}
	
	#page-container .container-fluid .ph-ch-panel .row { margin: 0;}
	#page-container .container-fluid > .row { margin: 0;}
}

@media screen and (max-width: 639px) {
	.help-center-features .topics ul li { width: 100%; margin: 8px 0;}
}