/* CUSTOM LAYOUT CLASS STYLES */

body { 
  font-family:"HelveticaNeue-Light", Helvetica, Arial, "sans-serif";
  }

/* full width fluid page */
.page { max-width:100%; background-color:#FFF; padding:1em; margin:2em; }

/* specific max width for page content */
.page_size { max-width:1080px; background-color:#FFF; padding:1em; margin:2em auto 2em auto;}

.head_content {max-width:1080px; margin:auto; max-height:150px;}

.row { width:100%; height:auto; clear:both; margin:0em 0em 1em 0em; }
.nested_row { width:100%; clear:both; margin:0em; }

.full { width:100%; margin:0px; float:left; }

.half { width:50%; margin:0px; float:left; }

.third { width:33.3%; margin:0px; float:left; }

.two_thirds { width:66.7%; margin:0px; float:left; }

.fourth, .fourth_mobile { width:25%; margin:0px; float:left; }

.three_fourths { width:75%; margin:0px; float:left; }

.eighth {width:12.5%; margin:0px; float:left;}

.three_eighths {width:37.5%; margin:0px; float:left;}

.five_eighths {width:62.5%; margin:0px; float:left;}

.card, .link_card { margin:.5em .5em .5em .5em; padding:1em; border: 1px solid #CCC; float:center; 
		-webkit-box-shadow: 3px 3px 6px #CCC; /* Chrome, Safari */
		box-shadow: 3px 3px 6px #CCCc; 	/* Standard syntax */
		}

.link_card:hover {background-color:#EBEBEB; }

.content { margin:.5em .5em .5em .5em; padding:1em; float:center; } /* INVISIBLE CARD */
.unpadded { margin:.25em .5em .25em .5em; float:center; } /* CONTENT MATCHES CARD SIZE */

.img_scale {max-width:100%;}

.center {text-align: center;}



.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

