/* Master Styles and Overrides */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic);

body {
	font-family: 'Open Sans', sans-serif;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#footer {
	padding:10px 0px;
}

header {
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-color: #fff;
    display: flex;
    flex-direction: row;
    padding: 0px 200px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

@media only screen and (max-width: 768px) {
  header {
    padding: 0px 50px;
  }
}

section {
	min-height:10px;
	padding:30px 0px;
}

.sectionHeader {
	padding-bottom:20px;
}

.sectionTitle {
	text-align:center;
}

.sectionTagItalics {
	text-align:center;
	font-style:italic;
	padding:10px 0px;
}

.sectionTag {
	text-align:center;
	padding:15px 0px;
}

.slideText, .slideButton {
	padding:10px 0px;
}

.sponsorTitle {
	padding:40px 0px;
	text-align:center;
}

.spotBox {
	background:#fff;
	padding:15px;
	min-height: 377px !important;
}

.blueSection {
	background:#1e4b96;
	color:#fff;
}

.navTag {
	padding-top:10px;
}

.loginButton {
	background-color: #1e4b96;
}

.btn {
	border-radius: 0px;
}

/* **************** Main Navigation Styles ******** */

#loginModal a {
	margin: auto 10px auto 10px;
	text-align: center;
}

/* **************** Main Footer Styles ************ */
