body, p,ul,ol,li,label,input,textarea,select,h1,h2,h3,h4,h5,h6, .card h3
{
	font-family: 'Bureau Grot Lt', Arial, 'san serif';
}

h1,h2,h3,h4,h5,h6
{
	font-family: "atrament-web", Arial, 'san serif';
}

body
{
	color: #50375F;
}

.text-primary
{
	color: #50375F;
}

.text-secondary
{
	color: #30A889 !important;
}

a:hover
{
	color: #30A889;
}

header .bg-primary
{
	padding: 30px;
}

.bg-primary
{
	background-color: #50375F !important;
}

.btn-primary
{
	background-color: #50375F !important;
	border-color: #50375F !important;
}
.btn-primary:hover
{
	background-color: #76528c !important;
	border-color: #76528c !important;
}

.bg-secondary
{
	background-color: #30A889 !important;
}

.header-container {
	width: 80%;
	max-width: 1080px;
	margin: auto;
}

header p
{
	margin: 0px !important;
	padding: 0px !important;
	color: white;
	text-align: center;
}
header p a
{
	color: white;
	text-decoration: none !important;
	font-weight: 500;
}

section.page-title
{
	background-size: cover;
	height: 400px;
	display: flex;
	align-items: center;
	color: white;
}

a.list-group-item h6
{
	color: #50375F !important;
}

a.list-group-item.active h6
{
	color: white !important;
}

a.list-group-item.active
{
	background-color: #50375F !important;
	border-color: #50375F !important;
}

.accordion-button
{
	font-size: 1.5rem;
}

.list-group-item, .list-group-item h6
{
	font-size: 1.5rem;
}

.accordion-button.collapsed:hover
{
	background-color: #ededed;
}

.accordion-button:not(.collapsed)
{
	background-color: #50375F;
	color: white !important;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:focus
{
	border-style: none;
	box-shadow: none;
}

.form-group
{
	margin-bottom: 12px;
}

label
{
	color: #50375F;
	font-weight: 500;
	margin-bottom: 6px;
}

.fb-instruct
{
	color: #50375F;
}

.tabHeader.accordion
{
	background-color: white !important;
	color: #50375F;
	padding: 16px !important;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-collapse: collapse;
	margin-top: -1px;
}

.tabHeader.accordion:hover
{
	background-color: #30A889 !important;
	color: white;
}

.tabHeader.accordion.active
{
	background-color: #50375F !important;
	color: #30A889;
}

.checkbox input
{
	margin-right: 10px;
	color: #50375F;
}

.courses-container {
    border-radius: 8px;
    padding: 0px !important;
}

.courses-container .card:hover
{
	transition: all 0.2s ease-out;
	cursor: pointer;
	background: #50375f;
}

.courses-container a.text-primary
{
	color: #50375F !important;
	text-decoration: none;
}

.courses-container .card:hover a.text-primary
{
	color: #ebdc5a !important;
}
.courses-container .card:hover .list-unstyled { 
	color: #fff !important;
}

.stripe-wrap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.stripe-wrap .stripe {
	background: #30A889;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 5px;
	display: block;
	width: 100%;
	text-align: center;
}

.list-unstyled { min-height: 180px; }

.list-unstyled li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 1em !important;
}
.list-unstyled li i {
    position: absolute;
    left: 0px;
    top: 4px;
}

.accordion-button[disabled]
{
	cursor:not-allowed;
}


/* WEDGEY STYLES 
------------------------------------------- */

main { background: #ddd; padding-bottom: 80px; }

.site-branding {  width: 160px;  }




/* ---------- Home Page -------- */

.pb-4 { padding-bottom: 4em;}

.banner { margin-bottom: 2em; }

h1 { margin-bottom: 1em; }

p { font-size: 18px; }

.card { position: relative; }

.card h3 {
    font-family: 'Bureau Grot Bk', Arial, 'san serif';
    font-weight: 500;
    margin-bottom: 1.2em;
    font-size: 1.4em;
    padding-bottom: 1.2em;
    border-bottom: 4px dotted #eee;
}

.accordion-button { 
    font-family: 'Bureau Grot Bk', Arial, 'san serif';
    font-weight: 500;	
	color: #50375f !important;
}

footer {
    padding: 4em 0;
    background: #444;
}
footer > * { 
	color: #fff; 
}

/* ---------- Course Page -------- */

h3.question-header {
    padding: 1em 0 0.25em;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
	margin-bottom: 0.5em;
}
.btn-success {
    color: #fff;
    background-color: #dc414b;
    border-color: #dc414b;
    border-radius: 51px;
    font-weight: 600;
}
select ~ button.btn { 
	padding: 1em; 
	border: 1px solid #ddd;
}

select ~ button.btn:hover { 
	border-color: #ccc;
}

.accordion-item { margin-bottom: 1em; }

.accordion-button { color: #50375f !important; }

.accordion-body img { width: 100%; }
.accordion-body iframe { width: 100%; }


footer ul, footer li { list-style: none; }
footer li { 
	padding: 0.2em 0;
}
footer a { text-decoration: none; }
footer a { color: #fff; }

.category-divider
{
	padding: 14px;
	background-color: #50375F;
	color: white;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
	width: 100% !important;
}