/*
Stylesheet for popping up a video or html overlay effect
*/

#vids {
  margin: 0;
  padding: 0; }
  #vids > li {
    display: inline-block;
    padding: 5px;
    width: 550px;
    vertical-align: top;
    margin-right: 10px;
    font-size: 16px;
    white-space: normal; }
    #vids > li:hover {
      cursor: pointer; }
    #vids > li li {
      line-height: 130%; }
    #vids > li p {
      line-height: 120%; }
    #vids > li h4 {
      font-size: 22px;
      white-space: normal;
      line-height: 120%;
      border-bottom: 1px solid #cccccc;
      padding-bottom: 10px;
      min-height: 60px; }
    #vids > li img {
      display: block;
      background-color: #555555;
      margin-bottom: 15px; }

.modal {
  background-color: white; 
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  height: 635px;
  left: 50%;
  margin-left: -355px;
  position: absolute;
  top: 60px;
  width: 660px;
  z-index: 3000; }
  .modal iframe {
    padding: 20px; }


.close {
  background-color: black;
  border: 2px solid #f9f9f9;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 5px black;
  color: white;
  font-size: 18px;
  height: 22px;
  line-height: 18px;
  position: absolute;
  right: -10px;
  text-align: center;
  text-decoration: none;
  top: -10px;
  width: 22px; }
  .close:hover {
    cursor: pointer; }

#resources_other a {
	margin-left:15px;
	color:#04b5ff;
	text-decoration:none;
	display:block;
	line-height:130%;
}

.pointer {
	cursor:pointer; }

.center {
	position:relative;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.button {
	font-size:24px;
	font-weight:300;
	color: #fdf7e7;
	padding: 10px 45px;
	background-color: #04b5ff;
	border: 0;
	border-radius: 8px;
	text-decoration: none; }

