/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* FONTS

font-family: 'PT Sans', Helvetica, Arial, sans-serif;
font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;

*/

/* #Editor Toolbar Styles
================================================== */
.mceExternalToolbar {
  z-index: 100000;
}

/* #Site Styles
================================================== */
body {
  background: #efefef;
}

.container {
  background: #ffffff;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.4);
}

.header {
  position: relative;
  background-image: url(../images/michaelston.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1228px;
  padding: 0;
  height: 200px;
}

.headertext {
  padding-top: 10px;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 3px rgba(0, 0, 0, 0.5);
}

a.btnMobileNav {
  background: white;
  width: 30px;
  height: 22px;
  padding: 4px 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
}

a.btnMobileNav span {
  display: block;
  height: 2px;
  background: black;
  margin: 4px 5px;
}

.topnav ul {
  margin: 0;
  padding: 0;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  background-image: url(images/black-40pc.png);
  text-align: center;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.topnav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.topnav ul li a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
}

.subnav li a:hover,
.subnav li.active a {
  background: #666666;
  color: #ffffff;
}

.subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.subnav li {
  margin-bottom: 1px;
}
.subnav li a {
  text-decoration: none;
  display: block;
  padding: 5px;
  background: #f6f6f6;
}

.subnav li a:hover,
.subnav li.active a {
  background: #666666;
  color: #ffffff;
}

.maincontainer {
  padding-top: 20px;
}

.footer {
  background: #444444;
  color: #fff;
  font-size: 0.8em;
  line-height: 150%;
}

.footer .sixteen.columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

#mc_embed_signup {
  background: #555555;
  padding: 10px;
  color: #fff !important;
  margin-bottom: 20px;
}

#mc_embed_signup h3 {
  color: #ffffff;
}

#mc_embed_signup p {
  font-size: 1rem;
  line-height: 120%;
  margin-bottom: 10px;
  font-weight: normal;
}

#mc_embed_signup input[type="email"] {
  background: transparent;
  border: 1px solid #888888;
  width: 95%;
  color: #ffffff;
  margin-bottom: 5px;
}

#mc_embed_signup input[type="submit"] {
  background: #888888;
  border: 1px solid #888888;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: normal;
}

.modulelist {
  margin-top: 20px;
}

.events .listitem {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}

.events .listitem .listtitle {
  font-size: 24px;
  line-height: 120%;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.events .listitem .morelink {
  display: inline-block;
  background: #227d37;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ptsans {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}

.ptsansbold {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.ptsansnarrow {
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
}

.ptsansnarrowbold {
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p1 .events-list a {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}

.p1 .events-list img {
  max-width: 200px !important;
}

.p1 .events-list a > span {
  display: block;
  padding: 5px;
  color: #fff;
  background-color: #2c70c2;
  line-height: 120%;
}

ol,
ul {
  list-style: disc;
  padding-left: 20px;
}

.alert {
	padding:10px;
	border-radius:5px;
}

.alert.alert-danger {
	color:white;
	background-color:#ce3c3c;
	border:1px solid #b10505;
}

.alert.alert-success {
	color:white;
	background-color:#47ce3c;
	border:1px solid #16a20b;
  
}

.alert.alert-warning {
	color:white;
	background-color:#ce9c3c;
	border:1px solid #b77b09;
  
}

table.table {
  width:100%;
}

table.table .button {
  margin-bottom:0;
}

table.table-h-borders {
  border-top:1px solid #666;
}

table.table-h-borders td {
  border-bottom:1px solid #666;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
}

table.table-h-borders td:first-child {
  padding-left: 0;
}
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1227px) {
  .header {
    width: 960px;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .header {
    width: 788px;
  }

  a.btnMobileNav {
    display: block;
  }

  .topnav ul {
    display: none;
    position: absolute;
    top: 200px;
    z-index: 5000;
  }

  .topnav ul li {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #fff;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .header,
  .headertext {
    width: 440px;
  }

  .headertext {
    font-size: 36px;
    line-height: 100%;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .header,
  .headertext {
    width: 320px;
  }

  .topnav ul {
    top: 200px;
  }
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
