/* HTML Styles */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i");
html, body {
  height: 100%;
  margin: 0;
}

body, input, select, textarea {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

/* Layout Styles */
.outer-container {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;
}

.spacer {
  height: 10px;
}

.header,
.footer,
.push {
  height: 70px; /* should equal .container margin and sum of footers */
}

.header,
.footer {
  background-color: #222;
}

.header {
  border-bottom: 20px solid #F78F26;
}

.footer {
  border-top: 20px solid #FFF;
  text-align: center;
  color: #CCCCCC;
  line-height: 50px;
}

/* Custom Styles */

.g-signin2 {
  float: right;
  padding-top:7px;

}

div#creds-wrapper {
  display: none;
}

.creds {
  margin-top: 10px;
  background-color: #F0F0F0;
  padding: 10px;
  border-radius: 3px;
  border: 1px dashed #999999;
}

img#ppic {
  border: 4px solid #FFFFFF;
  margin-right: 10px;
  float: left;
}

div.pinfo {
  font-size: 24px;
}

div.pcreds {
  font-size: 1rem;
}

span.psmall {
  font-size: 1rem;
  line-height: 10px;
}
span.pemail {
  font-weight: normal;
}

p.signature {
  width: 100%;
  text-align: center;
}

img#headshot-trey {
  margin-top: 25px;
  border: 4px solid #CCCCCC;
  width: 100%;
}

img#footer-logo {
  height: 50px;
  padding-right: 10px;
}

div#event-container {}

div.event, div.event-selected, div.pick-event {
  height: 100px;
  line-height: 100px;
  text-align: center;
}

div.event, div.event-selected {
  border-bottom: 10px solid #222;
}

div.event {
  border-right: 1px dashed #222;
}

div.event-last {
  border-right: 0px;
}

div.event {
  background-color: #F0F0F0;
}

img#olympic-rings {
  width: 100%
}

div.videos, div.md-display {}

div.event:hover {
  background-color: #FFFFFF;
  border-bottom-color: #F78F26;
  color: #333333;
  cursor: pointer;
}

div.event-selected {
  background-color: #222222;
  color: #F78F26;
  font-weight: bold;
}

div.event-future-notifications {
  height: 250px;
  line-height: 20px;
  background-color: #F0F0F0;
  border-radius: 3px;
  padding: 20px;
  vertical-align: middle;
}

div#event-future {
  margin-top: 10px;
  background-color: #F0F0F0;
  padding: 10px;
  border-radius: 3px;
  border: 1px dashed #999999;
}

div#event-future > div > h3 > strong {
  color: #F78F26;
}

div#event-future > div > h3 {
  text-align: center;
}

div.container > div.row > h1 > strong {
  font-weight: bold;
}

/* Timer Styles */
#clockdiv{
	color: #222222;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

#clockdiv > div{
	padding: 20px;
	border-radius: 3px;
  border: 1px solid #999999;
	background: #CCCCCC;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
  border: 1px solid #999999;
	background: #FFFFFF;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}
