/**
 * HTML5 Reset
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/**
 * WordPress Defaults
 */
.alignnone {
  margin: 10px 0 10px 0;
  display: block;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/**
 * Elements
 */
a {
  color: #0000ee;
}
dt {
  font-weight: bold;
  margin: 5px 0 0 0;
}
dd {
  font-style: italic;
  margin: 0 0 5px 0;
}
p {
  margin: 5px 0 0 0;
}
p:first-child {
  margin: 0;
}
ul,
ol {
  margin: 5px 0 5px 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0 0 0 20px;
}
nav ul {
  margin: 0;
}
/**
 * General Classes
 */
.site-description {
  font-weight: bold;
}
.clearfix:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/**
 * Add a title to posts with no title
 */
.home .post h3 a:empty {
  display: inline-block;
}
.home .post h3 a:empty:after {
  content: "View Post";
}
/**
 * Layout
 */
#page {
  max-width: 1400px;
  margin: 20px auto;
  padding: 0 25px;
}
#header {
  margin: 0 0 20px 0;
}
#header-inner:after,
#main-inner:after,
#content-inner:after,
.row:after,
#footer-inner:after {
  content: "";
  display: table;
  clear: both;
}
/**
 * Single column layout
 */
.single-column-layout #left-sidebar-position,
.single-column-layout #right-sidebar-position {
  display: none;
}
/**
 * Two column layout, left sidebar
 */
.two-column-layout.left-sidebar #content {
  width: 72.5%;
  float: right;
}
.two-column-layout.left-sidebar #left-sidebar-position {
  width: 25%;
  float: left;
  margin: 0 2.5% 0 0;
}
.two-column-layout.left-sidebar #right-sidebar-position {
  display: none;
}
/**
 * Two column layout, right sidebar
 */
.two-column-layout.right-sidebar #content {
  width: 72.5%;
  float: left;
}
.two-column-layout.right-sidebar #left-sidebar-position {
  display: none;
}
.two-column-layout.right-sidebar #right-sidebar-position {
  width: 25%;
  float: right;
  margin: 0 0 0 2.5%;
}
/**
 * Three column layout, content to the far left
 */
.three-column-layout.content-left #content {
  width: 45%;
  float: left;
}
.three-column-layout.content-left #left-sidebar-position,
.three-column-layout.content-left #right-sidebar-position {
  width: 25%;
  float: left;
  margin: 0 0 0 2.5%;
}
/**
 * Three column layout, content between left and right sidebar
 */
.three-column-layout.content-center #content {
  width: 45%;
  float: right;
  margin-right: 25%;
}
.three-column-layout.content-center #left-sidebar-position {
  width: 25%;
  float: left;
  margin: 0 2.5% 0 0;
}
.three-column-layout.content-center #right-sidebar-position {
  width: 25%;
  float: right;
  margin: 0 -72.5% 0 2.5%;
}
/**
 * Three column layout, content to the far right
 */
.three-column-layout.content-right #content {
  width: 45%;
  float: right;
}
.three-column-layout.content-right #left-sidebar-position,
.three-column-layout.content-right #right-sidebar-position {
  width: 25%;
  float: left;
  margin: 0 0 0 2.5%;
}
/**
 * Mobile layout
 */
@media (max-width: 767px) {
  .two-column-layout.left-sidebar #content,
  .two-column-layout.right-sidebar #content,
  .three-column-layout.content-center #content,
  .three-column-layout.content-right #content,
  .three-column-layout.content-left #content {
    width: 100%;
    margin: 0;
  }
  .two-column-layout.left-sidebar #left-sidebar-position,
  .two-column-layout.right-sidebar #left-sidebar-position,
  .three-column-layout.content-center #left-sidebar-position,
  .three-column-layout.content-right #left-sidebar-position,
  .three-column-layout.content-left #left-sidebar-position,
  .two-column-layout.left-sidebar #right-sidebar-position,
  .two-column-layout.right-sidebar #right-sidebar-position,
  .three-column-layout.content-center #right-sidebar-position,
  .three-column-layout.content-right #right-sidebar-position,
  .three-column-layout.content-left #right-sidebar-position {
    width: 100%;
    margin: 0;
  }
}
#footer,
#footer-sidebar-position {
  margin: 20px 0 0 0;
}
/**
 * Typography
 */
body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
}
h1,
h2,
h3,
h4,
.site-branding {
  font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
  line-height: 1.1;
}
code,
kbd,
pre,
tt,
var {
  font-family: "Courier New", Courier, monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}
h1,
.site-branding {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 24px;
}
sub {
  font-size: 12px;
  vertical-align: sub;
  line-height: 1em;
}
sup {
  font-size: 11px;
  vertical-align: super;
  line-height: 1em;
}
/**
 * Tables
 */
table {
  border: 1px solid #d2d2d2;
  margin: 10px 0;
}
th,
td {
  padding: 3px 5px;
}
tr.alternate {
  background: #efefef;
}
/**
 * Quotes
 */
blockquote {
  display: inline-block;
  width: auto;
  margin: 1em;
  padding: 1em;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #ccc;
  font-style: italic;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
blockquote:before {
  font-size: 3em;
  color: #ccc;
  content: open-quote;
  vertical-align: -0.25em;
}
blockquote:after {
  font-size: 3em;
  color: #ccc;
  content: close-quote;
  vertical-align: -0.2;
}
blockquote cite {
  float: right;
}
q:before {
  content: "\201c";
}
q:after {
  content: "\201d";
}
/**
 * Pagination
 */
.pager {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
.pager .previous {
  max-width: 50%;
  display: inline-block;
}
.pager .next {
  display: inline-block;
  float: right;
  max-width: 50%;
}
.pager:after {
  content: "";
  display: table;
  clear: both;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  display: block;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  background: #efefef;
  text-decoration: none;
}
.pagination a:hover {
  background: #d4d4d4;
}
.pagination .active a {
  color: #000;
  background: #d4d4d4;
}
/**
 * General Menus
 */
.menu li {
  position: relative;
}
/**
 * Inline Menus
 */
.inline-menu li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
/**
 * Auto-spaced menus
 */
.auto-space-menu {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
}
.auto-space-menu li,
.auto-space-menu a {
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  text-align: center;
}
/**
 * Dropdown / Flyout Menus
 */
.dropdown-menu .sub-menu,
.flyout-menu .sub-menu .sub-menu {
  background: white;
  display: none;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.dropdown-menu .sub-menu li,
.flyout-menu .sub-menu .sub-menu li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}
.dropdown-menu .sub-menu a,
.flyout-menu .sub-menu .sub-menu a {
  display: block;
}
/**
 * Dropdown Menus
 */
.dropdown-menu .sub-menu {
  left: 0;
  top: 100%;
}
.dropdown-menu li:hover .sub-menu,
.dropdown-menu a:hover .sub-menu {
  display: block;
}
.dropdown-menu li:hover .sub-menu .sub-menu,
.dropdown-menu a:hover .sub-menu .sub-menu {
  display: none;
}
/**
 * Flyout Menus
 */
.flyout-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.flyout-menu .sub-menu li:hover .sub-menu,
.flyout-menu .sub-menu a:hover .sub-menu {
  display: block;
}
/**
 * Comments
 */
.comment,
.trackback,
.pingback {
  margin: 0;
  padding: 20px 0 20px 70px;
  border-top: 1px solid #efefef;
  border-left: none;
  border-right: none;
  clear: both;
}
.comment .reply,
.trackback .reply,
.pingback .reply {
  margin-bottom: 10px;
}
.comment .comment-author img,
.trackback .comment-author img,
.pingback .comment-author img {
  float: left;
  margin: 0 0 0 -70px;
}
.comment:after,
.trackback:after,
.pingback:after {
  content: "";
  display: table;
  clear: both;
}
.comment .depth-4,
.trackback .depth-4,
.pingback .depth-4,
.comment .depth-5,
.trackback .depth-5,
.pingback .depth-5 {
  margin-left: -70px;
}
/**
 * Comment Form
 */
#respond {
  margin: 20px 0 0 0;
}
#respond code {
  display: block;
}
#respond label[for="comment"] {
  display: block;
}
#respond #comment {
  width: 98%;
}
/**
 * Custom Menu Widget
 */
.widget_nav_menu nav ul {
  list-style-type: disc;
  margin: 5px 0 5px 20px;
}
.widget_nav_menu nav ul ul {
  margin: 0 0 0 20px;
}
/**
 * Calendar Widget
 */
.widget_calendar tbody tr:nth-child(2n+1) {
  background: #dddddd;
}
.widget_calendar tbody td {
  text-align: center;
}
/**
 * RSS Widget
 */
.widget_rss li .rsswidget,
.widget_rss cite {
  display: block;
}
