/* Enter Your Custom CSS Here */

@media only screen and (max-width: 768px) {
    /* Smartphone styles go here */
        #main-nav  li a { color: #bf1e2e !important }
}

/* 2.3 Header */
#header {
  padding: 2em 0 .382em;
  clear: both;
  position: relative;
}
#header #logo {
  float: none;
  margin-bottom: 2.244em;
  margin-top: .53em;
}
#header #logo img {
  margin: 0 auto;
  display: block;
}
#header #logo:active {
  padding-top: .236em;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

#header .site-title a:hover,
#header .site-description a:hover {
  text-decoration: underline;
}
#header .site-header {
  position: relative;
  top: -0.618em;
}
#header .site-header:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}










table {
  border-spacing: 0;
  width: 100%;
  border: 0px solid #eaeaea;
  background: #ffffff;
  box-shadow: 0 0px 0px 0 #ffffff;
  -webkit-box-shadow: 0 0px 0px 0 #ffffff;
  border-collapse: separate;
}
table td,
table th {
  padding: 2em;
  text-align: left;
  border-right: 0px dotted #eaeaea;
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead th {
  background: #fff;
  border-right: 0px dotted #eeeeee;
  border-bottom: 0px solid #eaeaea;
  text-transform: uppercase;
  padding: 1.387em .857em;
  vertical-align: middle;
}
table thead th:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table thead th:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tr th:last-child,
table tr td:last-child {
  border-right: 0;
}
table tbody th {
  background: #fff;
  border-bottom: 0px solid #eaeaea;
}
table tbody tr:nth-child(2n) td {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  border-right: 0px dotted #eeeeee;
}
table tbody tr:nth-child(2n) td:last-child {
  border-right: 0;
}
table tbody td {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  border-bottom: 0px solid #ffffff;
  -webkit-box-shadow: inset 0 0px 0 0 #ffffff, inset 0 0px 0 #ffffff;
  box-shadow: inset 0 0px 0 0 #ffffff, inset 0 0px 0 #ffffff;
}
table tbody h2 {
  font-size: .5em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
table tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tbody tr:last-child td:last-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tbody tr:last-child td {
  border-bottom: 0;
}





a.button,
a.comment-reply-link,
.submit,
input[type=submit],
input.button,
button.button {
  display: inline-block;
  padding: .327em .618em;
  border: 0;
  background: #bf1e2e;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  /* Make inputs the same size as normal text */
  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */
  cursor: pointer;
  /* Inputs need pointers! */
  overflow: visible;
  /* IE fix */
  width: auto;
  /* IE fix */
  line-height: 1.618em;
  -webkit-appearance: none;
  /* Remove iOS glare */
  -webkit-border-radius: 0.146em;
  border-radius: 0.146em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.button:hover,
a.comment-reply-link:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover {
  background: #000000;
}
a.button:active,
a.comment-reply-link:active,
.submit:active,
input[type=submit]:active,
input.button:active,
button.button:active {
  background: #bf1e2e;
}
