.clear {
	clear: both;
}
.section {
	padding: 50px 20px;
}
#calendarTitle {
	display: block;
	margin: 10px 0;
}
h1 {
	margin: 0;
	padding-top: 0 !important;
}
h5 {
	margin-bottom: 50px;
}
.navbar {
	position: absolute;
}
.calendar {
	overflow-x: auto;
	margin-bottom: 40px;
}
p img {
	max-width: 150px;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 7px 15px;
}
p img:hover {
	box-shadow: 0px 0px 7px #e3e3e3;
}
.img-container {
	border-right: 1px solid #eee;
	padding-right: 15px;
}
.no-webinars img {
	border: none;
    padding: 0;
    position: relative;
    top: 5px;
    right: 2px;
}
.no-webinars {
	font-size: 14px;
	color: #666;
}
.edu-subhead {
	font-weight: 600;
	margin-bottom: 30px;
}
.upcoming-date, .upcoming-text {
	display: inline-block;
}
.upcoming-text {
	width: 85%;
	padding-left: 50px;
}
.upcoming-date span {
	font-family: Source sans pro;
	color: #1598ed;
}
.upcoming-date-date {
	font-size: 32px;
	font-weight: 600;
}
.upcoming-date-month {
	text-transform: uppercase;
	font-weight: 400;
}
.upcoming-head {
	font-size: 24px;
	font-weight: 400;
}
.upcoming-body {
	color: #666;
	display: block;
	margin-top: 15px;
}
.upcoming-events {
	margin-bottom: 35px;
}
.upcoming-showmore {
	font-weight: 600;
}
.youtube-container {
  width: 100%;
}
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 1px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}
.card-links {
	background-color: #fafafb;
	border-radius: 2px;
	padding: 30px;
}
.card-links p, .educate-footer p {
	font-size: 18px;
}
.card-links p {
	margin-bottom: 0;
}
.container.section a {
	color: #1598ed !important;
	border-bottom: 1px solid #1598ed !important;
    padding-bottom: 4px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.container.section a:hover {
	color: #222;
	border-color: #222;
}
.educate-footer img {
	margin-top: 20px;
}
.container .section .upcoming-body a {
	padding: 0 !important;
	border: none !important;
}
.container .section .upcoming-body a:hover {
	color: #666 !important;
}
.upcoming-date {
	position: absolute;
	margin-top: 5px;
	left: 38px;
}
.card-links {
	cursor: pointer;
}
.card-links:hover {
	box-shadow: 0px 2px 5px #dddddd;
}
.container .section.educate-footer a {
    border: none !important;
	padding: 0 !important;
}
.container .section.educate-footer a:hover {
	opacity: 0.8;
}
.card-links span img {
	border: none !important;
	padding: 0 !important;
	position: relative;
	left: 5px;
}
/*@media only screen and (max-width: 1100px) {
	.youtube-container {
		width: 500px;
	}
}
*/
@media only screen and (max-width: 850px) {
	.columns {
		width: 100% !important;
		margin-left: 0 !important;
	}
	.card-links {
		margin-bottom: 20px;
	}
	.move-edu-subhead a {
		position: relative;
	    top: -170px;
	}
	.move-edu-subhead {
		position: relative;
	    top: 80px;
	}
}
/*@media only screen and (max-width: 650px) {
	.youtube-container {
		width: 300px;
	}
}
*/
