#drtv {
	padding: 0px 0px;
	background: #000;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	
}
#drtv h2 {
	font-size: 32px;
	font-weight: 600;
}
#drtv h3, section.testimonials h2 {
	font-size: 30px;
	font-weight: 600;
}
#drtv p, section.faq ul {
	font-size: 16px;
	line-height: 24px;
}
.nobg {
	background: none !important;
}
form {
	width: 100%;
	max-width: 680px;
	min-height: 220px;
	display: block;
	margin: 0px auto;
}
header {
	background: #000;
	padding: 20px 0px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
header .logo {
	max-width: 300px;
	height: auto;
}
header .content {
	max-width: 90%;
	width: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
}
header .content span  {
	width: 50%;
}
header .blue_button {
    background: #106fb6;
    color: #fff;
    text-align: center;
    width: 180px;
    height: 50px;
    display: none;
    float: right;
    border-radius: 5px 5px;
    align-items: center;
    position: relative;
    justify-content: center;
    text-decoration: none;
	font-weight: 600;
	font-size: 24px;
}
main {
	margin-top: 120px;
}
section.sign_up .content {
	max-width: 1064px;
	width: 100%;
	margin: 0px auto;
}
section.sign_up.nobg {
	min-height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
}
section.sign_up p {
	font-size: 25px;
    font-weight: 500;
	line-height: 30px;
}
section.testimonials .content, section.faq .content, section.course .content, section.recommended_courses .content {
    max-width: 1064px;
	width: 100%;
	margin: 0px auto;
}
section.course .content {
	/*min-height: 450px;*/
}
section.recommended_courses .content {
	min-height: 345px;
	border-radius: 5px 5px;
	margin-bottom: 30px;
}
section.recommended_courses p {
    border-bottom: solid 2px #404040;
    padding-bottom: 20px;
}
section.testimonials {
	display: flex;
	align-items: center;
}
.sign_up {
	min-height: 500px;
	background: url("https://info.hillsdale.edu/hubfs/DRTV/sign_up.jpg") bottom no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}
#constitution101 {
	background: url("https://info.hillsdale.edu/hubfs/DRTV/constitution101.jpg") top right no-repeat;
}
#genesis_story {
	background: url("https://info.hillsdale.edu/hubfs/DRTV/genesis_story.jpg") top left no-repeat;
}
#american_story {
	background: url("https://info.hillsdale.edu/hubfs/DRTV/great_american_story.jpg") top right no-repeat;
}
#ancient_christian {
	background: url("https://info.hillsdale.edu/hubfs/DRTV/ancient_christian.jpg") top left no-repeat;
}
#american_citizenship {
	background: url("https://info.hillsdale.edu/hubfs/DRTV/american_citizenship.jpg") #1f1f1f left no-repeat;
}
#cw_lewis {
	background: url("https://info.hillsdale.edu/hubfs/DRTV/cw_lewis.jpg") #1f1f1f left no-repeat;
}
section.course .content, section.recommended_courses .content, section.faq {
   display: flex;
   align-items: center;
}
.justify-left {
	justify-content: left;
}
.justify-right {
	justify-content: right;
}
.reverse {
	flex-direction:row-reverse;
}
section.course .description a {
font-size: 16px;
text-decoration: none;
font-weight: 600;
font-style: italic;
color: #fff;
}
section.course .description a:hover {
	color: #106fb6;
	text-decoration: underline;
}
section.course .content .description {
	width: 47%;
	padding: 0px 0px;
}
section.recommended_courses .content .description {
	width: 65%;
	padding: 20px 40px;
}
section.sign_up h2, section.sign_up p, section.testimonials h2, section.faq h2, section.recommended_courses h2 {
	text-align: center;
}
section.testimonials {
	background: url(https://online.hillsdale.edu/images/classroom.jpeg) no-repeat center;
	min-height:  450px;
	box-shadow: inset 0px 0px 500px 25px rgba(0, 0, 0, 1);
	background-size: cover;
}
.testimonial-carousel {
  max-width: 1200px;
 width: 100%;
  margin: 50px auto;
  text-align: center;
  position: relative;
  padding: 20px 0px;
  border: none;
  border-radius: 8px;
  background: none;
}

.testimonial {
	display: none;
	font-size: 18px;
	max-width: 90%;
	margin: 0px auto;
	min-height: 155px;
}
.testimonial p {
	font-weight: bold;
}
.testimonial h4 {
	font-weight: normal;
	font-style: italic;
}
.testimonial.active {
  display: block;
}

.carousel-controls {
  margin-top: 20px;
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	height: 40px;
}
#prev {
	float: left;
}
#next {
	float: right;
}
.carousel-controls button {
  background-color: transparent;
  color: white;
  border: none;
  padding: 8px 12px;
  font-size: 26px;
  cursor: pointer;
  border-radius: 4px;
}

.carousel-controls button:hover {
  background-color: transparent;
}

/* Dot indicators */
.dots {
  margin-top: 15px;
}

.dots span {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, .50);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #fff;
}

.dots .active-dot {
  background-color: #fff;
}

.accordion {
	padding: 0px 40px;
} 
.accordion-button {
	background-color: transparent;
	color: white;
	padding: 20px 30px;
	width: 100%;
	border: none;
	text-align: left;
	cursor: pointer;
	font-size: 30px;
	font-weight: 600;
	border-bottom: solid 2px #404040;
}
.accordion-item .accordion-button::after {
    content: "+";
    float: right;
    font-weight: normal;
}
.accordion-item.active .accordion-button::after {
    content: "-";
}

.accordion-content {
  display: none;
  padding: 10px;
  background-color: transparent;
  border-top: 1px solid #ccc;
}

.accordion-item.active .accordion-content {
  display: block;
}
footer {
	background: #0d2552;
	color: #fff;
	padding: 60px 20px;
}
footer .content {
	max-width: 90%;
	width: 100%;
	margin: 0px auto;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
footer .content span  {
	width: 50%;
}
footer .logo {
	max-width: 300px;
	height: auto;
	margin-bottom: 100px;
}
footer .contact {
	display: flex;
	flex-direction: row;
	align-items: normal;
	margin: 0px 0px;
	padding: 0px 0px;
	margin-bottom: 100px;
}
footer .contact li {
	width: 50%;
	margin: 0px 0px;
	padding: 0px;
	list-style: none;
}
footer   a {
	color: #fff;
}
footer p {
	font-size: 16px;
	line-height: 20px;
}
footer .footnote {
	font-family: "Alegreya", serif; 
	width: 90%;
	font-style: italic;
}
@media screen and (max-width: 1280px){
	section.recommended_courses .content {
		border-radius: 0px 0px;
	}
}
@media screen and (max-width: 1024px){
	h2 {
		font-size: 34px;
	}
	h3, section.testimonials h2, .accordion-button {
		font-size: 26px !important;
	}
	p, section.faq ul, section.course .description a {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	section.sign_up .content {
		max-width: 680px;
	}
	section.sign_up p {
		font-size: 22px;
		line-height: 26px;
	}
	section.course {
		border-bottom: solid 1px #fff;
		border-top: solid 1px #fff;
	}
	section.course .description a {
		text-decoration: underline;
		font-weight: 900;
	}
	#drtv .course h2 {
		margin: 0px 0px !important;
	}
	section.course .content {
		align-items: flex-start;
	}
	section.course .content .description {
		padding: 0px 20px !important;
		width: 50%;
	}
}
@media screen and (max-width: 768px){
	main {
		padding: 0px 15px;
	}
	section.course .content {
		min-height: unset;
		flex-direction: column;
	}
	section.course .content div{
		width: 100% !important;
	}
	section.course .content img{
		width: 100%;
		display: block;
	}
	section.course .content .description {
		background: #000;
		padding: 30px 20px !important;
	}
	 h2 {
        font-size: 26px !important;
		text-align: center;
    }
	section.course .description a {
		margin: 20px auto 0px;
		display: block;
		text-align: center;
		max-width: 75%;
	}
	footer {
		padding: 20px 20px;
	}
	footer .logo, footer .contact {
		margin-bottom: 20px;
	}
	footer .content {
		flex-direction: column;
	}
	footer span {
		width: 100% !important;
		text-align: center;
	}
	footer .footnote {
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	header {
		border-bottom: solid 1px #fff;
	}
	header .logo, footer .logo {
		max-width: 250px;
	}
	header .blue_button {
		font-size: 18px;
		width: 100px;
	}
	main {
		margin-top: 120px;
	}
	section.sign_up p {
		font-size: 16px;
		line-height: 20px;
	}
	section.sign_up .content, section.testimonials .content, section.faq .content, section.course .content, section.recommended_courses .content {
		width: 90% !important;
	}
	#drtv h3 {
		text-align: center;
	}
	section.course .content {
		box-shadow: inset 0px 0px 500px 25px rgba(0, 0, 0, 1);
	}
	section.course .content .description {
		background: none;
		width: 100%;
	}
	section.recommended_courses .content {
		background-size: cover !important;
		filter: grayscale(100%);
		box-shadow: inset 0px 0px 500px 75px rgba(0, 0, 0, 1);
		border: solid 1px #fff;
		border-radius: 10px 10px;
	}
	section.recommended_courses .content .description {
		width: 100%;
	}
	h3, section.testimonials h2, .accordion-button {
		font-size: 22px;
	}
	section.testimonials {
		min-height: 400px;
	}
	.accordion {
		padding: 0px 0px;
	}
	.carousel-controls {
		display: none;
	}
	.testimonial-carousel {
		margin: 20px auto;
	}
	[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
		grid-template-columns: 3fr 0fr !important;
	}
	[data-hsfc-id=Renderer] .hsfc-Row, [data-hsfc-id=Renderer] .hsfc-NavigationRow {
		width: 100% !important;
		margin-top: 0px !important;
	}
	[data-hsfc-id=Renderer] .hsfc-NavigationRow {
		width: 100% !important;
		grid-column: 1 !important;
		grid-row: 3 !important;
	}
	section.course .content img {
		margin-top: 20px !important;
		border-radius: 10px 10px;
		border: solid 1px #ffff;
	}
}
	@media screen and (max-width: 390px){
		header .logo {
			max-width: 200px;
		}
	}
/**overrides**/
  body {
	margin: 0px 0px;
	padding: 0px 0px;
	background: #000;
	color: #fff !important;
	font-family: "Open Sans", sans-serif !important;
	
}
h2 {
	font-size: 40px;
	font-weight: 600;
    font-family: "Open Sans", sans-serif !important;
  color: #fff !Important;
  line-height: normal !important;
    margin: 20px 0px !important;
  letter-spacing: -1px;
  }
  section.course .description a {
    line-height: normal !important;
  }
  h3, section.testimonials h2,   .testimonial h4 {
    color: #fff !important;
    line-height: normal !important;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: -1px;
  }
  .testimonial h4 {
    font-size: 18px !important;
    font-weight: normal !important;
  }
  #drtv form {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
	margin: 0px auto;
  }
	.hs_email  {
		width: 65%;
	   margin-right: 10px;	
	}
	.hs_email  {
		width: 65%;
	   margin-right: 10px;	
	}
	#drtv form label {
		color: #fff !important;
		font-weight: bold;
		font-family: "Open Sans", sans-serif !important;
	}
	#drtv form input[type="email"],.hsfc-DropdownInput, [data-hsfc-id=Renderer] .hsfc-DropdownInput>input{
		border-radius: 15px;
		height: 50px;
	}
	.hsfc-DropdownOptions__List {
		font-size: 18px;
		font-family: "Open Sans", sans-serif;
	}
	#drtv form button[type="submit"], #drtv form button[type="submit"]:hover {
		background: #106fb6;
		color: #fff !important;
		height: 50px;
		margin: 3px;
		text-shadow: none;
		font-size: 18px !important;
		width: 90%;
		border: none;
		border-radius: 5px 5px;
		font-family: "Open Sans", sans-serif !important;
	}
	[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
		padding: 20px 0px !important;
		display: grid;
		grid-template-columns: 2fr 1fr;
		grid-template-rows: auto auto;
		gap: 10px;
		width: 100%;
	}
	[data-hsfc-id=Renderer] .hsfc-ErrorAlert {
		font-size: 14px !important;
	}
	[data-hsfc-id=Renderer] .hsfc-Row {
		width: 100% !important;
		grid-column: 1;
		margin-bottom: 0px !important;
	}
	[data-hsfc-id=Renderer] .hsfc-NavigationRow__Alerts {
		display: none;
	}
	[data-hsfc-id=Renderer] .hsfc-NavigationRow {
		width: 100%;
		grid-column: 2;
		grid-row: 2;
	}
@media screen and (max-width: 430px){
	[data-hsfc-id=Renderer] .hsfc-Row, #drtv form button[type="submit"], #drtv form button[type="submit"]:hover {
		width: 100% !important;
	}
}