 @charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
}



/* Fonts, links, and unordered lists */

body {
	color: #555;
}
p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}
li {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 0 30px;
}
a {
	color: #555;
}
h1 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 0 0;
	color: #00447c
}
h2 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	color: #00447c
}
h3 {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
h5 {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0px 0 10px 0;
	color: #0089cf;
	text-transform: uppercase;
	padding: 3px 8px;
	border: solid 1px #0089cf;
	display: inline-block;
	border-radius: 5px;
}
.blue-pill-link {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #0089cf;
	padding: 4px 20px;
	border-radius: 50px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	text-decoration: none;
	width: 200px;
	transition: all .2s;
	border: solid 1.5px #cccccc;
}
.blue-pill-link i {
	color: #0089cf;
	font-size: 11px;
}
.blue-pill-link:hover i {
	color: #ffffff;
}
.blue-pill-link:hover {
	background: #0089cf;
	color: #ffffff;
}
.sidebar-links p {
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.sidebar-links p a, .sidebar-links p a:visited, .sidebar-links p a:active {
	text-decoration: none;
}
.sidebar-links p a:hover {
	color: #0089cf;
	text-decoration: none;
}
.blue {
	color: #00447c;
}
.light-blue {
	color: #0089cf;
}
.thick-blue-rule {
	border: 0px;
	height: 2px;
	background: #00447c;
	margin: 0 auto;
	max-width: 1200px;
}
/* Standard columns/rows */


.row-container {
	max-width: 1200px;
	font-size: 0;
	margin: 0 auto;
	padding: 0 30px;
}
.column-1 {
	width: 100%;
	display: inline-block;
	font-size: 0;
	margin: 0 0 0 0;
	padding: 15px 15px;
}
.column-2 {
	width: 50%;
	display: inline-block;
	font-size: 0;
	margin: 0 0 0 0;
	padding: 15px 15px;
}
.column-3 {
	width: 33.33%;
	display: inline-block;
	font-size: 0;
	margin: 0 0 0 0;
	padding: 15px 15px;
}
.column-4 {
	width: 25%;
	display: inline-block;
	font-size: 0;
	margin: 0 0 0 0;
	padding: 15px 15px;
}
.column-5 {
	width: 20%;
	display: inline-block;
	font-size: 0;
	margin: 0 0 0 0;
	padding: 15px 15px;
}
.column-2-3 {
	width: 66.66%;
	display: inline-block;
	font-size: 0;
	margin: 0 0 0 0;
	padding: 15px 15px;
}
.inner-column {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
}
/* Podcast Home */

.podcast-home-main-wrapper {
	width: 100%;
	font-size: 0;
	padding: 30px 30px 0px 30px;
	border: solid 1px #efefef;
	vertical-align: middle;
	border-radius: 3px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.10);
}
.podcast-home-main-wrapper h1 {
	font-size: 24px;
	margin: 0;
	line-height: 1.2;
	padding: 10px 0 10px 0;
	border-bottom: solid 2px #00447c;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.podcast-home-title-wrapper {
	font-size: 0;
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom: solid 1px #EFEFEF;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.podcast-home-title-wrapper:last-child {
	border-bottom: none;
}
.podcast-home-title {
	width: 80%;
	font-size: 0;
	display: inline-block;
}
.podcast-home-title h2 {
	font-size: 20px;
	line-height: 1.2;
}
.podcast-home-button {
	width: 20%;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}
/* VIDEO */


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* VIDEO SCROLL */

.video-scroll {
	background: #efefef;
	padding: 15px;
	border-radius: 3px;
	border: solid 1px #ddd;
}
.video-scroll-item {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 0;
}
a .video-scroll-item, .video-scroll-text {
	text-decoration: none;
}
a:hover .video-scroll-item, a:hover .video-scroll-text, a:hover .video-scroll-text h2 {
	color: #0089cf;
	transition: .2s;
}
.video-scroll-thumb {
	width: 40%;
	display: inline-block;
	padding: 0 15px 0 0;
	vertical-align: middle;
}
.video-scroll-thumb img {
	width: 100%;
	display: inline-block;
}
.video-scroll-text {
	width: 60%;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.video-scroll h2 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 0 0;
	font-weight: bold;
}
/* FACULTY */

.faculty-item {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 0;
}
.faculty-portrait {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
.faculty-portrait img {
	width: 100%;
	display: block;
}
.faculty-text {
	display: inline-block;
	padding: 0 0 0 15px;
	width: 80%;
	font-size: 14px;
	vertical-align: middle;
	line-height: 1.4;
}
/* SURVEY */

.survey-container {
	margin: 30px 0 0 0;
}
.survey-container h1 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 15px 0;
	color: #00447c
}
/* BUTTON 1 */

.btn {
	background: #0089cf;
	border-radius: 50px;
	color: #ffffff;
	font-size: 16px;
	padding: 15px 25px 15px 25px;
	text-decoration: none;
	line-height: 1;
	letter-spacing: .5px;
	margin: 0 0 0 0;
	display: inline-block;
	font-weight: bold;
}
.btn:hover {
	background: #00447c;
	text-decoration: none;
	transition: .2s;
}
/* BUTTON TRANSCRIPT */

.btn-transcript {
	background: #ccc;
	border-radius: 50px;
	color: #00447c;
	font-size: 12px;
	padding: 10px 20px;
	text-decoration: none;
	line-height: 1;
	letter-spacing: .5px;
	margin: 15px auto 30px auto;
	display: table;
	font-weight: bold;
	text-align: center;
}
.btn-transcript:hover {
	background: #555;
	color: #fff;
	text-decoration: none;
	transition: .2s;
}
/* TRANSCRIPT */

.trascript-container {
	padding: 30px;
	border-radius: 3px;
	border: solid 1px #ddd;
	height: 300px;
	overflow-y: scroll;
	background: #efefef
}
/* FOOTER LOGOS */


.footer-logo {
    max-width: 300px;
	margin: 0 auto;
	text-align: center;
    padding: 0px 30px;
	display: table;
}
.footer-logo img {
	width: 100%;
	display: block;
}
/* NAV */

header {
	padding: 15px;
	background: #00467A;
	margin: 0;
}
.brand {
	text-transform: uppercase;
	font-size: 35px;
	margin: 0 auto;
	max-width: 500px;
}
.brand img {
	width: 100%;
	display: block;
}
.brand a, .brand a:visited {
	color: #ffffff;
	text-decoration: none;
}
/* Survey Section */
#form-wrapper {
	background-color: #ffffff;
	margin: 0;
	font-family: Raleway;
	padding: 30px;
	min-width: 300px;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	vertical-align: top;
	border-top: solid 4px #00467A;
}
form h1 {
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1;
}
input {
	padding: 10px;
	width: 100%;
	font-size: 17px;
	font-family: Raleway;
	border: 1px solid #aaaaaa;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
	background-color: #ffdddd;
}
/* Hide all steps by default: */
.tab {
	display: none;
	margin: 0 0 30px 0;
}
button {
	background-color: #0089cf;
	;
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	font-size: 17px;
	cursor: pointer;
}
button:hover {
	opacity: 0.8;
}
#prevBtn {
	background-color: #bbbbbb;
}
/* Make circles that indicate the steps of the form: */
.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}
.step.active {
	opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
	background-color: #0089cf;
}
legend {
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 15px;
}
.output {
	display: inline-block;
	font-size: 15px;
}
input {
	margin: 0;
	display: inline-block;
	width: 30px;
}
label {
	display: inline-block;
	margin: 10px 10px 10px 0px;
	font-size: 15px;
}
.lg-btn {
	width: 100%;
	display: inline-block;
	padding: 20px;
	line-height: 1;
	background: #efefef;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	margin: 15px 0 0 0;
	border-radius: 100px;
	font-weight: bold;
	letter-spacing: 0px;
	transition: all .1s;
}
.lg-btn:hover {
	background: #0089cf;
	transition: all .2s;
	color: #ffffff;
}
.small-button {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0px 0 10px 10px;
	color: #00447c;
	background: #ddd;
	text-transform: uppercase;
	padding: 3px 8px;
	border: solid 1px #ddd;
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	transition: all .2s;
	text-decoration: none;
}
.small-button:hover {
	background: #00447c;
	transition: all .2s;
	cursor: pointer;
	border: solid 1px #00447c;
	color: #ffffff;
}



/* Podcast Logos */

.podcast_logos_wrapper {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.podcast_logos {
    height: 35px;
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 0;
}
.podcast_logos img {
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.podcast_logos_wrapper_footer {
    display: inline-block;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.podcast_logos_footer {
    height: 35px;
    display: inline-block;
    margin: 0 auto;
    line-height: 0;
    padding: 0 10px 0 0;
    text-align: center;
}
.podcast_logos_footer img {
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
/* Mobile */

@media screen and (max-width: 900px) {
.row-container {
	padding: 0 0;
}
.column-2 {
	width: 100%;
}
.column-3 {
	width: 100%;
}
.column-4 {
	width: 50%;
}
.column-5 {
	width: 100%;
}
.column-2-3 {
	width: 100%;
}
.footer-logo {
	width: 250px;
	padding: 0px 30px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.podcast-home-title {
	width: 100%;
}
.podcast-home-button {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
}

@media screen and (max-width: 600px) {
h5 {
	text-align: center;
	margin: 15px auto 15px auto;
	display: table;
}
.small-button {
	display: table;
	text-align: center;
	margin: 0 auto 15px auto;
}
}
