.lecture-series-title {
	font-size: 1.875em;
	text-transform: uppercase;
}
.inside-footer-widgets .widget {
	text-align:center;
}
@media screen and (min-width: 768px) {
.inside-footer-widgets {
	display: flex;
	align-items:center;
}
	}
#masthead p {
	font-size: 1.25em;
}

#masthead a {
	font-size: .875em;
	border-radius: 3px;
	margin-top: 10px;
	padding: 8px 40px;
	display: inline-block;
	background-color: #a41e35;
	border: 1px solid #8c2132;
}

#masthead a.secondary {
	background-color: transparent;
	border-color: #fff;
}
#masthead a.secondary:hover,
#masthead a.secondary:focus {
	background-color: rgba(255,255,255,.125);
	color: #fff;
}

#masthead a:hover,
#masthead a:focus {
	background-color: #8c2132;
	border: 1px solid #fff;
}

.embed-youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.intro-section p {
	font-size: 1.125em;
	line-height: 1.8;
}

.cta-section {
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-1 {
	text-align: center;
}

.cta-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.cta-section .generate-sections-inside-container{
	border: 1px solid #8c2132;
	max-width: 800px;
	border-radius: 15px;
	background-color: #a41e35;
	color: #fff;
}

.cta-section .nf-response-msg {
	text-align: center;
}

/*CTA section links should look like buttons.*/
.cta-section .generate-sections-inside-container a {
	background-color: #fff;
	display: inline-block;
	padding: 10px 20px;
	color: #a41e35;
	border: 4px solid #a41e35;
}

.cta-section .generate-sections-inside-container a:hover,
.cta-section .generate-sections-inside-container a:focus,
a:active {
	background-color: #8c2132;
	color: #fff;
	border-color: #fff;
}

.nf-form-fields-required {
	display: none;
}

.cta-section input[type=button] {
	background-color:#f7f7f7;
	color: #a41e35;
	border: 3px solid #f7f7f7;
}

.cta-section input[type=button]:hover,
.cta-section input[type=button]:focus {
	background-color:#8c2132;
	color: #f7f7f7;
	border-color: #fff;
}

.cta-section .submit-wrap {
	text-align:center;
}

.cta-section .nf-error-msg {
	color:#fff;
}

select {	
	border-radius: 0 !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    padding-right: 1.5em
}

.nf-form-content .list-select-wrap>.nf-field-element:after {
    content: "\25BE";
	  color: #7e7e7e;
    font-size: 20px;
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 50px;
    line-height: 50px;
}

.nf-error .ninja-forms-field {
	border: 3px solid #8c2132 !important;
}

.cta-section .nf-error-field-errors {
	text-align:center;
}

.agenda-section .generate-sections-inside-container {
	padding: 40px 60px;
}

.agenda-section h3 {
	margin-left: -20px;
	margin-right: -20px;
	font-weight: normal;
	font-size: 1.125em;
	padding: 20px 20px;
	background-color: #f7f7f7;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	
}
