@font-face {
	font-family: 'molengoregular';
	src: url('fonts/molengo-regular-webfont.eot');
	src: url('fonts/molengo-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/molengo-regular-webfont.woff2') format('woff2'),

		url('fonts/molengo-regular-webfont.woff') format('woff'),
		url('fonts/molengo-regular-webfont.ttf') format('truetype'),
		url('fonts/molengo-regular-webfont.svg#molengoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    background-color: #FFF;
    color: #777;
    font: 14px Verdana, Arial, sans-serif;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

/* for older browsers */
header, section, footer, aside, nav, main, article, figure {
	display: block; 
}

header {
    margin: 0 auto;
    padding: 32px 0 16px 0;
    width: 100%;
    max-width: 978px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.social-link {
    display: inline-block;
    margin: 0 5px 10px 5px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    background-color: transparent;
    background-position: 0 0;
}

.social-link:hover {
    background-color: #000;
    background-position: 0 28px;
}

nav {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #EAEAEA;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 32px;
}

nav li {
    display: inline;
    padding: 0 15px 8px 15px;
    position: relative;
}

nav li ul {
    position: absolute;
    display: none;
    background-color: #EAEAEA;
    left: 0;
    top: 29px;
    width: 150px;
    z-index: 1000;
}

nav li ul li {
    display: block;
    text-align: left;
}

nav li ul li:first-child {
    padding-top: 4px;
}

nav li ul li:last-child {
    padding-bottom: 4px;
}

nav a {
    font-family: molengoregular, sans-serif;
    text-decoration: none;
    color: #000;
}

nav a:hover {
    color: #4785DD;
}

nav a.current {
    color: #4785DD;
}

nav li ul li a {
    display: block;
}

section {
    margin: 0 auto;
    padding: 32px 0 0 0;
    width: 100%;
    max-width: 978px;
}

section a {
    color: #4785DD;
    text-decoration: none;
      hR
}

section a:hover {
    text-decoration: underline;
}

h2 {
    margin: 8px 0 8px 32px;
    font-size: 18px;
    font-family: molengoregular, sans-serif;
    text-decoration: underline;
}

p {
    margin: 0 32px 16px 32px;
}

.break {
    clear: both;
    width: 100%;
    height: 16px;
    border-top: solid 1px #EAEAEA;
}

.left-column {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    vertical-align: top;
}

.right-column {
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

.members {
    text-align: center;
}

.members a {
    display: inline-block;
    padding: 10px;
    margin: 10px 15px 10px 15px;
    text-decoration: none;
    color: #777;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
}

.members span {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}

.members img {
    padding: 3px;
    border: solid 1px #CCC;
    background-color:#FFF;
}

.members a:hover {
    background-color: #C8DAF4;
    color: #4785DD;
}

.profile-photo {
    float: left;
    margin: 8px 32px 32px 32px;
    padding: 3px;
    border: solid 1px #CCC;
    background-color:#FFF;
}

.profile-info:before {
  content: "";
  width: 200px;
  display: block;
  overflow: hidden;
}

.profile-link {
    text-align: right;
}

.disc-img {
    float: left;
    margin: 8px 32px 32px 32px;
    padding: 3px;
}

.disc-info:before {
  content: "";
  width: 200px;
  display: block;
  overflow: hidden;
}

.date-box {
    clear: both;
    float: left;
    width: 120px;
    height: 120px;
    margin: 16px 0 16px 32px;
    padding: 0;
    background-color: #4785DD;
    position: relative;
}

.first-p {
    padding-top: 8px;
}

.month {
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 16px;
}

.date {
   color: #FFF;
   text-align: center;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%; 
   line-height: 110px;
   font-size: 64px;
}

.year {
    background-color: #000;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
}

.calendar-event {
    display: inline-block;
    margin: 16px 32px 16px 32px;
    max-width: 600px;
}

.calendar-event p:first-child {
    font-weight: bold;
}

.calendar-event p {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 20px;
}

.video-container {
    margin: 16px auto 32px auto;
    padding: 0;
    width: 80%;
    max-width: 640px;
}

.scale-4x3 {
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
}

.video-player {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

footer {
    clear: both;
    border-top: 1px solid #EAEAEA;
    margin: 0 auto;
    padding: 16px 0 16px 0;
    width: 100%;
    text-align: center;
    color: #777;
    font-size: 14px;
}