@charset "UTF-8";
/*
Theme Name: Default Theme
Theme URI: http://joshnh.com
Author: Joshua Hibbert
Author URI: http://joshnh.com
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: #c4cedd; }

::-moz-selection {
  background: #c4cedd; }

html,
body {
  overflow-x: hidden; }

html {
  background-color: #d9dee4;
  overflow-y: scroll; }

body {
  background-color: white;
  overflow: hidden; }

hr {
  background-color: #565f58;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* 40 × 16px = 640px */
@media (min-width: 40em) {
  .grid {
    margin: 0 -0.75em; }

  [class*="grid__col--"] {
    padding: 0 0.75em;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
    [class*="grid__col--"].grid {
      margin: 0;
      padding: 0; }

  .grid__col--20 {
    width: 20%; }

  .grid__col--25 {
    width: 25%; }

  .grid__col--30 {
    width: 30%; }

  .grid__col--33 {
    width: 33%; }

  .grid__col--40 {
    width: 40%; }

  .grid__col--50 {
    width: 50%; }

  .grid__col--60 {
    width: 60%; }

  .grid__col--67 {
    width: 67%; }

  .grid__col--70 {
    width: 70%; }

  .grid__col--75 {
    width: 75%; }

  .grid__col--80 {
    width: 80%; }

  .grid__col--100 {
    width: 100%; } }
/* Skip Links */
.skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  text-decoration: none;
  top: -150px;
  width: auto;
  z-index: 100000;
  -webkit-transition: top 0.75s ease-out;
  -moz-transition: top 0.75s ease-out;
  transition: top 0.75s ease-out; }

.skip-link:focus {
  color: #21759b;
  outline: 0;
  top: 7px;
  -webkit-transition: top 0s;
  -moz-transition: top 0s;
  transition: top 0s; }

/* Header */
.site-header {
  background-color: #738baf;
  background-image: linear-gradient(-30deg, rgba(0, 0, 0, 0.25), transparent);
  margin-bottom: 6em;
  overflow: hidden;
  padding: 3em 1.5em 1.5em;
  text-align: center; }

.header-content {
  font-size: 1.15em;
  margin: 0 auto -1.30435em;
  max-width: 55em; }

.site-title {
  color: #565f58;
  color: white;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  margin-bottom: 0.25em;
  padding: 0.25em 0;
  text-transform: uppercase; }

.logo {
  text-decoration: none; }

/* Navigation */
.main-navigation {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  	/*
  	.menu-item-31 {
  		background-image: url('images/logo.png');
  		background-position: 0% 50%;
  		background-repeat: no-repeat;
  		background-size: auto 40%;
  
  		&.current_page_item {
  			background-image: url('images/logo-light.png');
  		}
  	}
  	*/ }
  .main-navigation ul {
    list-style: none;
    margin: 0; }
    @media (max-width: 40em) {
      .main-navigation ul {
        padding-bottom: 1.5em; } }
  .main-navigation li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
    @media (max-width: 40em) {
      .main-navigation li {
        width: 100%; } }
    .main-navigation li a {
      text-align: center; }
      @media (max-width: 40em) {
        .main-navigation li a {
          border-bottom: 0;
          padding-top: 1em; } }
    .main-navigation li.current_page_item a {
      border-bottom: 0.3em solid white;
      color: white;
      cursor: default; }
      @media (max-width: 40em) {
        .main-navigation li.current_page_item a {
          background-color: rgba(255, 255, 255, 0.25);
          border-bottom: 0;
          border-radius: 0.375em; } }
  .main-navigation a {
    border-bottom: 0.3em solid transparent;
    color: #565f58;
    color: white;
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.25em;
    padding: 0.75em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
    @media (max-width: 40em) {
      .main-navigation a {
        border-bottom: 0; } }
    .main-navigation a:hover, .main-navigation a:focus {
      border-color: #b4c1d4;
      color: white; }
      @media (max-width: 40em) {
        .main-navigation a:hover, .main-navigation a:focus {
          background-color: rgba(255, 255, 255, 0.25);
          border-radius: 0.375em; } }

/* Content */
.site-content {
  font-size: 132%;
  margin: 0 auto 3em;
  max-width: 41.26032em;
  padding: 0 1.5em; }
  .site-content img {
    border-radius: 0.375em; }

.content-area {
  margin-top: -3em;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }

.type-page .recommended-links li,
.post .recommended-links li {
  margin-bottom: 0.375em;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }
  .type-page .recommended-links li:before,
  .post .recommended-links li:before {
    content: '';
    position: absolute; }
  .type-page .recommended-links li a,
  .post .recommended-links li a {
    background-color: #738baf;
    border-bottom: 0;
    color: white;
    display: block;
    padding: 0.75em 1.5em; }
    .type-page .recommended-links li a:hover, .type-page .recommended-links li a:focus,
    .post .recommended-links li a:hover,
    .post .recommended-links li a:focus {
      background-color: #577198; }

.type-post img {
  max-width: 100%; }

.search-no-results h1 {
  text-align: center; }

.type-page {
  	 /*
  	.profile-image {
  		float: right;
  		margin: 0 0 $baseline $baseline;
  
  		@include size(medium) {
  			max-width: 350px;
  		}
  		@include size(small) {
  			max-width: 250px;
  		}
  		@include size(tiny) {
  			max-width: 150px;
  		}
  		@include size(micro) {
  			max-width: 100%;
  		}
  	}*/ }
  .type-page h1 {
    margin-top: 1em;
    text-align: center; }
  .type-page h2 {
    margin-top: 1.33333em; }
  .type-page p + h2 {
    margin-top: 2em; }
  .type-page .profile-image {
    max-width: 100%; }
  .type-page ol li {
    margin-bottom: 1.5em; }
  .type-page a {
    border-bottom: .125em solid;
    color: #738baf;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
    .type-page a:hover, .type-page a:focus {
      border-width: .25em;
      color: #445978; }
  .type-page cite {
    color: #aaafb2;
    display: block;
    margin-top: 1.5em; }

.search-no-results p a {
  border-bottom: .125em solid;
  color: #738baf;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .search-no-results p a:hover, .search-no-results p a:focus {
    border-width: .25em;
    color: #445978; }

.type-post h2 {
  margin-top: 1.33333em; }

.post {
  margin-bottom: 4.5em; }
  .post a {
    border-bottom: .125em solid;
    color: #738baf;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
    .post a:hover, .post a:focus {
      border-width: .25em;
      color: #445978; }
  .post .entry-title a {
    border: 0;
    color: #738baf;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
    .post .entry-title a:hover, .post .entry-title a:focus {
      color: #445978; }
  .post .entry-meta {
    color: #8f969a;
    font-weight: 300;
    margin-bottom: 1.5em;
    text-align: center; }
    .post .entry-meta .byline {
      display: none; }

.comments-link {
  display: block;
  padding-top: 0.75em;
  text-align: center;
  width: 100%; }
  .comments-link a {
    background-color: #738baf;
    border-bottom: 0;
    border-radius: 0.375em;
    color: white;
    padding: 0.75em 1.5em;
    text-align: center;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
    .comments-link a:hover, .comments-link a:focus {
      background-color: #577198;
      color: white; }

.archives {
  text-align: center;
  width: 100%; }
  .archives ul {
    list-style: none; }
  .archives article {
    margin-bottom: 1.5em;
    margin-top: 3em; }
  .archives .entry-meta {
    color: #8f969a;
    display: block;
    font-weight: 300;
    text-align: center; }
    .archives .entry-meta .byline {
      display: none; }
  .archives #search {
    background-color: #f4f4f5;
    margin-top: 1.125em; }

.archive-years {
  margin-bottom: 3em;
  margin-top: 3em; }
  .archive-years li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }

.archive-subscribe {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  max-width: 65%; }
  @media (max-width: 55em) {
    .archive-subscribe {
      max-width: 100%; } }

.nav-links {
  margin-bottom: 3em;
  text-align: center; }
  .nav-links a {
    background-color: #738baf;
    border-radius: 0.375em;
    color: white;
    display: block;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
    .nav-links a.archive-link {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline; }
    .nav-links a:hover, .nav-links a:focus {
      background-color: #4e6588; }
  .nav-links .nav-next {
    text-align: right; }
  @media (max-width: 40em) {
    .nav-links .nav-previous {
      margin-bottom: 1.5em; } }

/* Footer */
.site-footer {
  background-color: #d9dee4;
  background-image: linear-gradient(-30deg, rgba(0, 0, 0, 0.15), transparent);
  padding: 0 1.5em; }

.footer-content {
  margin: 0 auto;
  max-width: 55em;
  padding: 1.5em 0 1px;
  text-align: center; }
  .footer-content h1,
  .footer-content h2,
  .footer-content h3,
  .footer-content h4,
  .footer-content h5,
  .footer-content h6 {
    text-align: left; }
  .footer-content h2 {
    margin-top: 1.33332em; }
  .footer-content a {
    border-bottom: .125em solid;
    color: #577198;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
    .footer-content a:hover, .footer-content a:focus {
      border-width: .25em;
      color: #445978; }
  .footer-content .footer-logo {
    margin-right: 0.5em;
    max-width: 1.5em;
    position: relative;
    top: -2px;
    vertical-align: middle; }
  .footer-content .social-links {
    list-style: none;
    margin-left: 0; }
    .footer-content .social-links li {
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline; }
    .footer-content .social-links a {
      border-bottom: .125em solid;
      color: #738baf;
      text-decoration: none;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      transition: 0.2s; }
      .footer-content .social-links a:hover, .footer-content .social-links a:focus {
        border-width: .25em;
        color: #445978; }
  .footer-content .cclicense {
    border-bottom: 0; }
  .footer-content #search {
    width: 18em !important; }
  .footer-content p,
  .footer-content dd,
  .footer-content dt,
  .footer-content li {
    text-align: center; }

.secondary-navigation {
  list-style: none;
  margin: 0 0 1.5em;
  text-transform: uppercase; }
  .secondary-navigation li {
    margin: 0 0.75em;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
    @media (max-width: 40em) {
      .secondary-navigation li {
        width: 100%; } }
  .secondary-navigation a {
    border-bottom: 0;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: bold; }
    @media (max-width: 40em) {
      .secondary-navigation a {
        display: block;
        padding: 0.75em; } }

.searchform {
  margin-bottom: 1.5em; }
  .searchform input[type="text"] {
    border: 2px solid #aaafb2;
    border-radius: 0.375em;
    margin-right: 1.5em;
    padding: 0.375em 0.5em;
    text-align: middle;
    width: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
    .searchform input[type="text"]:focus {
      border-color: #738baf;
      outline: 0; }
    .searchform input[type="text"]:focus + input[type="submit"] {
      background-color: #445978;
      border-color: #445978; }
  .searchform input[type="submit"] {
    background-color: #738baf;
    border: 2px solid #738baf;
    color: white;
    padding: 0.375em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
  .searchform:hover input[type="text"], .searchform:focus input[type="text"] {
    border-color: #738baf; }
  .searchform:hover input[type="submit"], .searchform:focus input[type="submit"] {
    background-color: #445978;
    border-color: #445978; }

#search {
  margin-right: 0;
  width: 18em; }

.error-404 #search,
.search-no-results #search {
  width: 100%; }

.error-404 .mc_embed_signup_scroll {
  margin-bottom: 3em; }
.error-404 .response {
  margin-top: 1.5em; }

.search-results .comments-link {
  display: none; }

/* Edit Link */
.post-edit-link {
  display: none; }

.ajs-footnote {
  margin-left: 0.375em; }
  .ajs-footnote a {
    background-color: #738baf;
    border: 0;
    border-radius: 0.375em;
    color: white;
    font-size: .75em;
    margin-top: -0.15em;
    padding: 0.15em 0.75em;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
    .ajs-footnote a:hover, .ajs-footnote a:focus {
      color: white; }

.ajs-footnote-popup div {
  background-color: #f5f7f9 !important;
  border: 2px solid #738baf !important;
  box-shadow: none !important;
  color: #565f58 !important;
  font-size: .85em !important;
  line-height: 1.4 !important;
  position: relative;
  -webkit-transform: translateX(-23px) translateY(-0.75em);
  transform: translateX(-23px) translateY(-0.75em);
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  transition: 0.2s !important; }
  .ajs-footnote-popup div:after {
    border-left: 0.75em solid transparent;
    border-right: 0.75em solid transparent;
    border-top: 0.75em solid #8398b8;
    bottom: -0.75em;
    content: '';
    height: 0;
    left: 23px;
    position: absolute;
    width: 0; }
  .ajs-footnote-popup div:before {
    border-left: 0.75em solid transparent;
    border-right: 0.75em solid transparent;
    border-top: 0.75em solid #f5f7f9;
    bottom: -0.625em;
    content: '';
    height: 0;
    left: 23px;
    position: absolute;
    width: 0;
    z-index: 1; }

.ajs-fn li:first-child {
  border-top: 0.1875em solid #e0e1e2;
  padding-top: 1.5em; }

.error-404 .searchform,
.search-no-results .searchform {
  text-align: center; }
  .error-404 .searchform input,
  .search-no-results .searchform input {
    background-color: #f4f4f5; }

.search-no-results .page-header {
  padding-top: 3em; }

.search-results .page-header {
  padding-top: 3em; }
.search-results .site-content {
  margin-bottom: 1.5em; }
.search-results .searchform {
  margin-top: 3em;
  text-align: center; }
  .search-results .searchform input {
    background-color: #f4f4f5; }

.page-id-105 h6 {
  margin-bottom: 2.25em;
  text-align: center; }
.page-id-105 .wufoo-form-container {
  display: block;
  margin: 0 auto !important;
  max-width: 64%; }

.wpcf7-form header,
#mc_embed_signup header {
  display: none !important; }
.wpcf7-form input,
.wpcf7-form textarea,
#mc_embed_signup input,
#mc_embed_signup textarea {
  background-color: #f4f4f5;
  border: 2px solid #aaafb2;
  border-radius: 0.375em;
  display: block;
  margin: 0 auto;
  max-width: 24em;
  padding: 0.375em 0.5em;
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .wpcf7-form input:hover, .wpcf7-form input:focus,
  .wpcf7-form textarea:hover,
  .wpcf7-form textarea:focus,
  #mc_embed_signup input:hover,
  #mc_embed_signup input:focus,
  #mc_embed_signup textarea:hover,
  #mc_embed_signup textarea:focus {
    border-color: #738baf;
    outline: 0; }
.wpcf7-form input[type="radio"],
#mc_embed_signup input[type="radio"] {
  margin: 0 auto;
  max-width: 24em;
  position: relative;
  top: -2px;
  width: auto;
  vertical-align: middle !important;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }
.wpcf7-form .wpcf7-list-item.first,
#mc_embed_signup .wpcf7-list-item.first {
  display: block; }
.wpcf7-form textarea,
#mc_embed_signup textarea {
  height: 13.5em;
  resize: vertical; }
.wpcf7-form label,
#mc_embed_signup label {
  color: #565f58;
  display: block;
  margin: 0 auto;
  max-width: 24em;
  width: 100%; }
.wpcf7-form label:hover,
.wpcf7-form label:focus,
#mc_embed_signup label:hover,
#mc_embed_signup label:focus {
  cursor: pointer; }
.wpcf7-form input[type="submit"],
#mc_embed_signup input[type="submit"] {
  background-color: #738baf;
  border: 0;
  border-radius: 0.375em;
  color: white;
  display: block;
  padding: 0.75em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus,
  #mc_embed_signup input[type="submit"]:hover,
  #mc_embed_signup input[type="submit"]:focus {
    background-color: #4e6588; }

.wpcf7-quiz-label {
  display: none; }

.wpcf7-form-control.wpcf7-radio {
  display: block;
  margin: 0 auto;
  max-width: 24em; }

.required {
  color: red; }

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  border: 0 !important;
  display: block;
  margin: 0 auto !important;
  max-width: 24em; }

.ajax-loader {
  display: block;
  margin: 0.75em auto 0 !important; }

#mc_embed_signup input {
  max-width: 100%; }
#mc_embed_signup .clear {
  height: 0;
  margin-top: -1.5em;
  overflow: hidden;
  visibility: hidden; }

html {
  color: #565f58;
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 110%;
  font-weight: 400;
  /*@include size(tiny) {
  	font-size: ($fontSize / 2);
  }*/
  /*@include size(micro) {
  	font-size: ($fontSize / 2.5);
  }*/ }
  @media (max-width: 70em) {
    html {
      font-size: 88%; } }
  @media (max-width: 55em) {
    html {
      font-size: 68.75%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #565f58;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  margin: 0; }

h1 {
  font-size: 3em;
  /* 48 */
  line-height: 1;
  /* 48 / 48 */
  margin-bottom: .5em;
  /* 24 / 48 */ }

h2 {
  font-size: 2.25em;
  /* 36 */
  line-height: 1.333333333;
  /* 48 / 36 */
  margin-bottom: 0.666666666em;
  /* 24 / 36 */
  text-align: center; }

h3 {
  font-size: 1.5em;
  /* 24 */
  line-height: 1;
  /* 24 / 24 */
  margin-bottom: 1em;
  /* 24 / 24 */
  text-align: center; }

h4 {
  font-size: 1.3125em;
  /* 21 */
  line-height: 1.142857142;
  /* 24 / 21 */
  margin-bottom: 1.142857142em;
  /* 24 / 21 */
  text-align: center; }

h5 {
  font-size: 1.125em;
  /* 18 */
  line-height: 1.333333333;
  /* 24 / 18 */
  margin-bottom: 1.333333333em;
  /* 24 / 18 */
  text-align: center; }

h6 {
  font-size: 1em;
  /* 16 */
  line-height: 1.5;
  /* 24 / 16 */
  margin-bottom: 1.5em;
  /* 24 / 16 */
  text-align: center; }

p,
blockquote {
  font-size: 1em;
  /* 16 */
  font-weight: 300;
  margin: 0 0 1.5em;
  /* 24 / 16 */
  line-height: 1.5;
  /* 24 / 16 */ }

dl,
ol,
ul {
  font-size: 1em;
  /* 16 */
  margin: 0 0 1.5em;
  /* 24 / 16 */
  padding: 0; }

/*
@include size(small) {

	ol,
	ul {
		padding-left: $baseline;
	}
	.secondary-navigation,
	.menu {
		padding-left: 0;
	}
	blockquote {
		margin-left: 0 !important;
	}
}
*/
p + ul,
p + ol {
  margin-top: -1.5em; }

dd,
dt,
li {
  font-weight: 300;
  line-height: 1.5;
  /* 24 / 16 */
  margin: 0; }

p strong,
dd strong,
dt strong,
li strong {
  font-weight: 600; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  border-left: 0.375em solid #c4cedd;
  color: #6e7a71;
  margin-left: -1.125em;
  padding-left: 0.75em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #565f58;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1em;
  /* 16 */
  line-height: 1.5;
  /* 24 / 16 */
  margin-bottom: 1.5em;
  /* 24 / 16 */
  max-width: 100%;
  overflow: auto;
  padding: 1.5em; }

code, kbd, tt, var {
  font: 1em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

strong {
  font-weight: 700; }

kbd {
  background-color: #edeeef;
  border: 2px solid #959f97;
  border-radius: 0.375em;
  padding: 0 0.25em; }
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);