/*
 * Includes styles for help pages
 */
 

 .student-login-prompt {
	position: relative;
    text-align: left;
    margin: auto;
    border-radius: 25px;
    padding: 8px 25px 8px 59px;
    border: 1px solid #ddd;
	background: #e5e5e5;
    font-weight: bold;
	min-width: 600px;
    width: auto;
    display: flex;
    max-width: 800px;
    align-items: center;
}
 
.prompt-icon {
	height: 27px;
    position: absolute;
    left: 23px;
    top: 8px;
    background: var(--wp--preset--color--pink);
    padding: 7px;
    border-radius: 100%;
    fill: #fff;
    width: 27px;
    display: flex;
	justify-content: center;
}

.student-login-prompt form#loginform {
    background: transparent;
    border: 0;
    padding: 0 0 0 15px;
	float: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.student-login-prompt form#loginform label {
    display: none;
}

.student-login-prompt p {
    margin: 0 10px 0 0;
}

.student-login-prompt input#wp-submit {
    padding: 5px 20px;
}

.student-login-prompt input[type="text"],
.student-login-prompt input[type="password"] {
    background: white;
    padding: 5px;
}
 
 /* Single FAQ */
.single-faq:not(.logged-in) .site-inner,
.tax-topic:not(.logged-in) .site-inner,
.search-results:not(.logged-in) .site-inner {
    border-top: 55px solid #e6feff;
}

.single-faq .site-inner,
.tax-topic .site-inner,
.search-results .site-inner {
	background: #f2f2f2;
}

.breadcrumbs-wrapper {
	background: #fff;
	padding: 10px 25px; 
	border-bottom: 1px dashed #ddd;
	color: #666;
}

.single-faq .content-sidebar-wrap,
.tax-topic .content-sidebar-wrap,
.search-results .content-sidebar-wrap {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 2em auto 100px;
	max-width: 1200px !important;
}

.single-faq .content,
.tax-topic .content,
.search-results .content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.single-faq-meta {
	-ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    padding-right: 35px;
}

.single-faq h1.entry-title,
.tax-topic h1.entry-title,
.search-results h1.archive-title {
    font-size: var(--wp--preset--font-size--32);
    text-align: left;
	margin: 0 0 1em;
}

.single-faq .entry-meta,
.tax-topic  .entry-meta,
.search-results .entry-meta {
	display: none;
}

.single-faq .entry,
.tax-topic .content,
.search-results .content {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px #dddddd42;
}

.single-faq iframe,
.tax-topic iframe,
.faq-help iframe,
.featherlight iframe {
    width: 100%;
    height: 1000px;
    border: 0;
    background: #fff;
}

.featherlight iframe {
	width: 99%;
	background: transparent;
}

.help-box-list li {
	margin-bottom: 16px;
}

ul.help-box-list li a:hover {
    text-decoration: underline;
}

.tax-topic .entry-title,
.search-results .entry-title {
    font-size: inherit;
    font-weight: normal;
    margin-bottom: 22px;
} 


.help_topic {
	box-shadow: 0px 4px 15px rgb(40 44 53 / 6%), 0px 2px 2px rgb(40 44 53 / 6%);
	color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3em 35px;
    border-radius: 20px;
}

.help_topic h6 {
	font-size: 18px;
}


.help_topic:hover,
.help_topic:focus,
.help_topic.topic-pressed,
.help-topic-questions li a:hover,
.help-topic-questions li a:focus {
	box-shadow: 0px 0px 8px 5px rgb(115 213 255 / 20%);
	color: #000;
}

.help_topic:hover h6,
.help_topic:focus h6,
.help_topic.topic-pressed h6 {
	color: var(--wp--preset--color--blue);
}


#topic-list,
#article-text {
    margin-top: 4em;
}

.help-topic-questions li a {
	box-shadow: 0px 4px 15px rgb(40 44 53 / 6%), 0px 2px 2px rgb(40 44 53 / 6%);
    border-radius: 10px;	
    color: #000;	
    display: block;
    font-size: 14px;
	height: 100%;
    letter-spacing: .25px;	
    line-height: 1.3;
    padding: 24px;	
    text-align: left;
	
	display: flex;
    align-items: center;
}

.article-pressed {
	background: var(--topic-color);
	color: #fff !important;
}

.account-pages {
	background: #e6feff;
	padding: 0;
}

.account-pages a {
	padding: 20px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

/* Help box topics */

.help-topic-box {
    background: #fff;
    padding: 45px 35px 35px;
    border-radius: 20px;
	box-shadow: 0px 0px 25px #DDDDDD;
}

.help-box-icon {
    fill: var(--wp--preset--color--pink);
    width: 30px;
	height: 55px;
	margin-bottom: 14px;
}

.entry-content ul.help-box-list {
    margin-left: 16px;
}


.new-account .course-registered {
	background: #fff;
	border-color: #f5f5f5;
	padding: 20px;
	box-shadow: 0 0 8px 0px #e6e6e6;
}

.course-registered-icon {
	border-radius: 3px;
    border: 5px solid #E7F9FE;
    margin: 0 0 18px 0;
}

.course-registered .course-label {
	padding: 3px 7px;
	margin-left: 5px;
}

/* ## Accordion
--------------------------------------------- */
.faq_container {
    margin-top: 2em;
}

h5.question:hover {
	cursor: pointer;
	color: var(--color-blue);
}

h5.question {
	font-size: 16px;
}

.answer,
.c-accordion__content {
    padding: 0px 15px 0px 15px;
    border-left: 3px solid var(--wp--preset--color--pink);
    margin: 3px 0 10px 20px;
}

.help-topics h1 {
	margin-bottom: 1em;
}

.help-topics {
    text-align: center;
    padding: 3em 2em 1em 2em;
    overflow: auto;
    background: #ebebeb;
}

.faq-page h2 {
	font-size: 25px;
	text-align: left;
}