/*
==========================
  	Reset
==========================
*/
/*! Tinynow Normalize - based on normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */

  color: #000;
  /* 2 */

  font-family: sans-serif;
  /* 3 */

  -ms-text-size-adjust: 100%;
  /* 4 */

  -webkit-text-size-adjust: 100%;
  /* 4 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* Padding and border does not change width or height of boxes */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
==========================
  Screen reader
==========================
*/
.screen-reader-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*
==========================
  Mixins
==========================
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.alignleft {
  display: block;
  float: left;
  margin-right: 1em;
}
.alignright {
  display: block;
  float: right;
  margin-left: 1em;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
==========================
  Bootstrap Variables
==========================
*/
/*
==========================
  Typography
==========================
*/
body {
  font-family: 'Source Sans Pro', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, 'Lucida Grande', Helmet, Freesans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
  margin-top: 0;
}
p,
ul,
ol {
  margin-bottom: 24px;
}
ul,
ol {
  list-style-position: inside;
}
.site-content li {
  list-style: none;
}
.site-content li:before {
  /* round bullet */

  content: '\2022';
  color: #244a15;
  padding: 0 8px;
  font-weight: bold;
  margin-left: -12px;
}
h1 {
  font-size: 63px;
  line-height: 72px;
  margin-bottom: 28px;
  font-style: normal;
  font-weight: 900;
  font-family: Alegreya, Georgia;
  margin-top: -4px;
  color: #6fa0bf;
}
.tabbed-box h1,
.site-footer h2 {
  font-family: Alegreya, Georgia;
  line-height: 48px;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 24px;
}
h2,
.events-list dt,
.event-details span,
.h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 300;
}
h3,
span.event-list-title,
#secondary h1,
.h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 24px 0;
}
h4,
cite,
.contact {
  margin-bottom: 24px;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
}
h5,
.details {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
}
h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
p.intro,
.site-footer p,
.about p,
label,
.entry-header > p {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
}
blockquote {
  margin: 0;
  padding: 0;
}
blockquote p {
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 48px;
  margin-bottom: 27px;
  font-family: Alegreya;
  text-align: right;
  margin-top: -3px;
  margin-right: 0;
  float: right;
}
hr {
  margin-bottom: 1.5em;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon/icomoon.woff') format('woff'), url('fonts/icomoon/icomoon.ttf') format('truetype'), url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-home,
.icon-arrow-up,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-keyboard2,
.icon-envelope,
.icon-facebook-sign,
.icon-twitter,
.icon-feed,
.icon-google-plus,
.icon-share,
.icon-calendar,
.icon-map-pin-fill,
.icon-phone,
.icon-home-2,
.icon-pencil,
.icon-tags,
.icon-tag,
.icon-phone-2,
.icon-pencil-2,
.icon-cog,
.icon-sun,
.icon-moon,
.icon-heart,
.icon-screwdriver2,
.icon-bubbles,
.icon-bubble {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.icon-home:before,
.icon-arrow-up:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-keyboard2:before,
.icon-envelope:before,
.icon-facebook-sign:before,
.icon-twitter:before,
.icon-feed:before,
.icon-google-plus:before,
.icon-share:before,
.icon-calendar:before,
.icon-map-pin-fill:before,
.icon-phone:before,
.icon-home-2:before,
.icon-pencil:before,
.icon-tags:before,
.icon-tag:before,
.icon-phone-2:before,
.icon-pencil-2:before,
.icon-cog:before,
.icon-sun:before,
.icon-moon:before,
.icon-heart:before,
.icon-screwdriver2:before,
.icon-bubbles:before,
.icon-bubble:before {
  font-family: 'icomoon';
  margin-right: .25em;
}
.icon-home:hover,
.icon-arrow-up:hover,
.icon-arrow-down:hover,
.icon-arrow-left:hover,
.icon-arrow-right:hover,
.icon-keyboard2:hover,
.icon-envelope:hover,
.icon-facebook-sign:hover,
.icon-twitter:hover,
.icon-feed:hover,
.icon-google-plus:hover,
.icon-share:hover,
.icon-calendar:hover,
.icon-map-pin-fill:hover,
.icon-phone:hover,
.icon-home-2:hover,
.icon-pencil:hover,
.icon-tags:hover,
.icon-tag:hover,
.icon-phone-2:hover,
.icon-pencil-2:hover,
.icon-cog:hover,
.icon-sun:hover,
.icon-moon:hover,
.icon-heart:hover,
.icon-screwdriver2:hover,
.icon-bubbles:hover,
.icon-bubble:hover {
  color: yellow;
}
.icon-facebook-sign {
  color: #3B5998;
}
.icon-envelope {
  color: #bf471f;
}
.icon-home:before {
  content: "\f02b";
}
.icon-arrow-up:before {
  content: "\f02c";
}
.icon-arrow-down:before {
  content: "\f015";
}
.icon-arrow-left:before {
  content: "\f013";
}
.icon-arrow-right:before {
  content: "\f082";
}
.icon-keyboard2:before {
  content: "\e000";
}
.icon-envelope:before {
  content: "\e003";
}
.icon-facebook-sign:before {
  content: "\e005";
}
.icon-twitter:before {
  content: "\e004";
}
.icon-feed:before {
  content: "\e007";
}
.icon-google-plus:before {
  content: "\e008";
}
.icon-share:before {
  content: "\e009";
}
.icon-calendar:before {
  content: "\e00a";
}
.icon-map-pin-fill:before {
  content: "\f073";
}
.icon-phone:before {
  content: "\f095";
}
.icon-home-2:before {
  content: "\e00b";
}
.icon-pencil:before {
  content: "\e00c";
}
.icon-tags:before {
  content: "\e00d";
}
.icon-tag:before {
  content: "\e00e";
}
.icon-phone-2:before {
  content: "\e00f";
}
.icon-pencil-2:before {
  content: "\e010";
}
.icon-cog:before {
  content: "\f105";
}
.icon-sun:before {
  content: "\f206";
}
.icon-moon:before {
  content: "\f207";
}
.icon-heart:before {
  content: "\f20f";
}
.icon-screwdriver2:before {
  content: "\f293";
}
.icon-bubbles:before {
  content: "\e013";
}
.icon-bubble:before {
  content: "\e014";
}
/*
==========================
 Images
==========================
*/
.wp-caption {
  border: 1px groove #FFF;
  padding: 6px;
  margin: 6px 0px;
  max-width: 100%;
  text-align: center;
}
.wp-caption-text {
  margin-bottom: 0;
}
/*
==========================
  Dropdowns
==========================
*/
.dropup,
.dropdown {
  position: relative;
  *zoom: 1;
}
.dropup:before,
.dropdown:before,
.dropup:after,
.dropdown:after {
  content: "";
  display: table;
}
.dropup:after,
.dropdown:after {
  clear: both;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin: 16px 0 0 6px ;
}
.open .caret {
  border-top: none;
  border-bottom: 4px solid #000000;
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 12px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px 0 0;
  list-style: none;
  background-color: #b6cfde;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #244a15;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #244a15;
  white-space: nowrap;
}
.dropup-menu {
  bottom: 100%;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #28729e;
  background-image: -moz-linear-gradient(top, #2a78a6, #256992);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a78a6), to(#256992));
  background-image: -webkit-linear-gradient(top, #2a78a6, #256992);
  background-image: -o-linear-gradient(top, #2a78a6, #256992);
  background-image: linear-gradient(to bottom, #2a78a6, #256992);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a78a6', endColorstr='#ff256992', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #28729e;
  background-image: -moz-linear-gradient(top, #2a78a6, #256992);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a78a6), to(#256992));
  background-image: -webkit-linear-gradient(top, #2a78a6, #256992);
  background-image: -o-linear-gradient(top, #2a78a6, #256992);
  background-image: linear-gradient(to bottom, #2a78a6, #256992);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a78a6', endColorstr='#ff256992', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #6fa0bf;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*
==========================
  Tabs
==========================
*/
/* Generic Utility */
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* Specific to example one */
.entry-header li:before {
  display: none;
}
.tabbed-box {
  position: relative;
  background: #b6cfde;
  padding-bottom: 24px;
}
.tabbed-box header {
  background: #a4c3d7;
}
.tabbed-box h1 {
  color: #244a15;
  padding: 24px 24px 0;
  text-shadow: 0 0px 3px #6fa0bf;
}
.tabbed-box .top-link {
  position: absolute;
  right: 8px;
  top: 4px;
  color: #e3df00;
}
.tabbed-box .top-link:hover {
  color: #bf471f;
}
.tabbed-box .top-link:after {
  content: " →";
}
.tabbed-box ul.nav {
  overflow: hidden;
  margin: 0  0 36px 0;
  -webkit-box-shadow: inset 0 -2px 7px -5px;
  -moz-box-shadow: inset 0 -2px 7px -5px;
  box-shadow: inset 0 -2px 7px -5px;
  padding-left: 24px;
}
.tabbed-box ul.nav li {
  display: inline-block;
  float: left;
  margin: 0 12px 0 0;
}
.tabbed-box ul.nav li.last {
  margin-right: 0;
}
.tabbed-box ul.nav li a {
  display: block;
  color: white;
  text-align: center;
  border: 0;
  padding: 5px 11px 6px;
  text-decoration: none;
}
.tabbed-box ul.nav li a:hover {
  background-color: #2a78a6;
}
.tabbed-box ul.nav li a.current {
  background: #b6cfde;
  -webkit-box-shadow: 0 -1px 0 #b6cfde;
  -moz-box-shadow: 0 -1px 0 #b6cfde;
  box-shadow: 0 -1px 0 #b6cfde;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  color: #333;
}
.tabbed-box .list-wrap {
  *zoom: 1;
  padding: 0 24px;
  margin-bottom: 0;
}
.tabbed-box .list-wrap:before,
.tabbed-box .list-wrap:after {
  content: "";
  display: table;
}
.tabbed-box .list-wrap:after {
  clear: both;
}
.tabbed-box .list-wrap section {
  *zoom: 1;
}
.tabbed-box .list-wrap section:before,
.tabbed-box .list-wrap section:after {
  content: "";
  display: table;
}
.tabbed-box .list-wrap section:after {
  clear: both;
}
.tabbed-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5em;
}
.tabbed-box ul li a {
  display: block;
  border-bottom: 1px solid #666;
  padding: 4px;
  color: #666;
}
.tabbed-box ul li a:hover {
  background: #bf471f;
  color: white;
}
.tabbed-box ul li:last-child a {
  border: none;
}
.tabbed-box .cta a {
  display: block;
  margin-right: 0;
  width: 50%;
}
.tabbed-box footer {
  padding: 0 24px;
}
.about p {
  margin-bottom: 24px;
}
.recruit {
  *zoom: 1;
  width: 100%;
}
.recruit:before,
.recruit:after {
  content: "";
  display: table;
}
.recruit:after {
  clear: both;
}
/*
==========================
  Structure
==========================
*/
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
html {
  width: 100%;
  margin: 0;
}
body {
  max-width: 100%;
  margin: 0;
}
.top-bar {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 1000;
}
#page-wrap {
  *zoom: 1;
  padding-top: 72px;
  display: inline;
  float: left;
  width: 97.6998491704374%;
  margin: 0 1.1500754147812973% 1.5em;
  min-height: 100%;
}
#page-wrap:before,
#page-wrap:after {
  content: "";
  display: table;
}
#page-wrap:after {
  clear: both;
}
.site-main {
  *zoom: 1;
  overflow: auto;
  padding-bottom: 180px;
}
.site-main:before,
.site-main:after {
  content: "";
  display: table;
}
.site-main:after {
  clear: both;
}
.site-footer {
  width: 100%;
  clear: both;
  padding: 0;
  margin-top: -180px;
  height: 180px;
  position: relative;
}
.site-info {
  position: absolute;
  bottom: 0;
}
/*
==========================
  Tabbed Box
==========================
*/
.tabbed-box,
.site-footer section {
  *zoom: 1;
  display: inline-block;
}
.tabbed-box:before,
.site-footer section:before,
.tabbed-box:after,
.site-footer section:after {
  content: "";
  display: table;
}
.tabbed-box:after,
.site-footer section:after {
  clear: both;
}
@media screen and (min-width: 85em) {
  .tabbed-box,
  .site-footer section {
    display: inline;
    float: left;
    width: 31.03318250377074%;
    margin: 0 1.1500754147812973% 1.5em;
    margin-bottom: 1.5em;
  }
  .tabbed-box img,
  .site-footer section img {
    width: 100%;
  }
  .tabbed-box:nth-child(3n+1),
  .site-footer section:nth-child(3n+1) {
    float: right;
    clear: right;
  }
}
@media screen and (min-width: 60em) {
  .tabbed-box,
  .site-footer section {
    display: inline;
    float: left;
    width: 47.69984917043741%;
    margin: 0 1.1500754147812973% 1.5em;
    clear: left;
  }
  .tabbed-box:nth-child(even),
  .site-footer section:nth-child(even) {
    float: right;
    clear: right;
  }
}
@media screen and (max-width: 60em) {
  .tabbed-box,
  .site-footer section {
    display: inline;
    float: left;
    width: 64.36651583710407%;
    margin: 0 1.1500754147812973% 1.5em;
    margin-left: 17.816742081447963%;
  }
}
@media screen and (max-width: 45em) {
  .tabbed-box,
  .site-footer section {
    display: inline;
    float: left;
    width: 81.03318250377075%;
    margin: 0 1.1500754147812973% 1.5em;
    margin-left: 9.483408748114629%;
  }
}
@media screen and (max-width: 36em) {
  .tabbed-box,
  .site-footer section {
    display: inline;
    float: left;
    width: 97.6998491704374%;
    margin: 0 1.1500754147812973% 1.5em;
  }
}
#primary {
  display: inline;
  float: left;
  width: 97.6998491704374%;
  margin: 0 1.1500754147812973% 1.5em;
}
@media screen and (min-width: 36em) {
  #primary {
    display: inline;
    float: left;
    width: 89.36651583710407%;
    margin: 0 1.1500754147812973% 1.5em;
    margin-left: 5.316742081447964%;
  }
}
@media screen and (min-width: 45em) {
  #primary {
    display: inline;
    float: left;
    width: 64.36651583710407%;
    margin: 0 1.1500754147812973% 1.5em;
    margin-left: 17.816742081447963%;
  }
}
@media screen and (min-width: 60em) {
  #primary {
    display: inline;
    float: left;
    width: 47.69984917043741%;
    margin: 0 1.1500754147812973% 1.5em;
  }
}
@media screen and (min-width: 85em) {
  #primary {
    display: inline;
    float: left;
    width: 39.366515837104075%;
    margin: 0 1.1500754147812973% 1.5em;
    margin-left: 17.816742081447963%;
  }
}
#primary .post {
  margin-bottom: 48px;
}
#primary .entry-content {
  *zoom: 1;
}
#primary .entry-content:before,
#primary .entry-content:after {
  content: "";
  display: table;
}
#primary .entry-content:after {
  clear: both;
}
#secondary {
  display: inline;
  float: left;
  width: 97.6998491704374%;
  margin: 0 1.1500754147812973% 1.5em;
}
@media screen and (min-width: 36em) {
  #secondary {
    display: inline;
    float: left;
    width: 89.36651583710407%;
    margin: 0 1.1500754147812973% 1.5em;
    margin-left: 5.316742081447964%;
  }
}
@media screen and (min-width: 45em) {
  #secondary {
    display: inline;
    float: left;
    width: 64.36651583710407%;
    margin: 0 1.1500754147812973% 1.5em;
    margin-left: 17.816742081447963%;
  }
}
@media screen and (min-width: 60em) {
  #secondary {
    display: inline;
    float: left;
    width: 31.03318250377074%;
    margin: 0 1.1500754147812973% 1.5em;
    float: right;
  }
}
@media screen and (min-width: 85em) {
  #secondary {
    display: inline;
    float: left;
    width: 31.03318250377074%;
    margin: 0 1.1500754147812973% 1.5em;
    float: right;
  }
}
#comments {
  clear: both;
  display: inline;
  float: left;
  width: 97.6998491704374%;
  margin: 0 1.1500754147812973% 1.5em;
}
#comment {
  display: inline;
  float: left;
  width: 97.6998491704374%;
  margin: 0 1.1500754147812973% 1.5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.site-info {
  padding: 12px;
  margin: 0;
}
/*
==========================
  Colors
==========================
*/
html {
  background: #f7f6ef;
  background: url(img/light-beige-noise.png);
}
a {
  color: #be7b4b;
}
a:visited {
  color: #be7b4b;
}
a:hover {
  color: #bf471f;
}
a:active {
  color: #0083d0;
}
.h3 {
  color: #bdae77;
}
.highlight {
  background: #244a15;
  color: white;
}
.highlight a {
  color: #bdae77;
}
/*
==========================
  Buttons
==========================
*/
.button {
  display: inline-block;
  margin: 0 .75em 1.5em 0;
  background: #bf471f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: .75em;
  line-height: 1.5em;
  -webkit-box-shadow: 1px 1px 8px -5px #000000;
  -moz-box-shadow: 1px 1px 8px -5px #000000;
  box-shadow: 1px 1px 8px -5px #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a.button {
  color: #fff;
  text-decoration: none;
}
a.button:visted {
  color: #fff;
}
a.button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e3df00;
  color: #111;
  text-shadow: none;
}
a.em-button {
  display: inline-block;
  margin: 0 .75em 1.5em 0;
  background: #bf471f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: .75em;
  line-height: 1.5em;
  -webkit-box-shadow: 1px 1px 8px -5px #000000;
  -moz-box-shadow: 1px 1px 8px -5px #000000;
  box-shadow: 1px 1px 8px -5px #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*
==========================
  Blog and Archive pages
==========================
*/
.blog .entry-title a,
.archive .entry-title a {
  color: #244a15;
  text-decoration: none;
}
span.page-numbers {
  padding: 6px 12px;
  border: inset 1px white;
}
a.page-numbers {
  background: #6fa0bf;
  padding: 6px 12px;
  margin: 4px;
  color: white;
}
/*
==========================
  Pagination
==========================
*/
.navigation-post {
  *zoom: 1;
  margin-bottom: 48px;
}
.navigation-post:before,
.navigation-post:after {
  content: "";
  display: table;
}
.navigation-post:after {
  clear: both;
}
.nav-previous {
  position: relative;
  background: #6fa0bf;
  padding: 11px 7px;
  margin: 3px 0;
  *zoom: 1;
  float: left;
}
.nav-previous:before,
.nav-previous:after {
  content: "";
  display: table;
}
.nav-previous:after {
  clear: both;
}
.nav-previous a {
  color: white;
  text-decoration: none;
}
.nav-previous a:hover {
  color: #e3df00;
}
.nav-previous:after,
.nav-previous:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.nav-previous:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #6fa0bf;
  border-width: 23px;
  top: 50%;
  margin-top: -23px;
}
.nav-previous:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #6fa0bf;
  border-width: 24px;
  top: 50%;
  margin-top: -24px;
}
.nav-next {
  position: relative;
  background: #6fa0bf;
  padding: 11px 7px;
  margin: 3px 0;
  *zoom: 1;
  float: right;
}
.nav-next:before,
.nav-next:after {
  content: "";
  display: table;
}
.nav-next:after {
  clear: both;
}
.nav-next a {
  color: white;
  text-decoration: none;
}
.nav-next a:hover {
  color: #e3df00;
}
.nav-next:after,
.nav-next:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.nav-next:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #6fa0bf;
  border-width: 23px;
  top: 50%;
  margin-top: -23px;
}
.nav-next:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #6fa0bf;
  border-width: 24px;
  top: 50%;
  margin-top: -24px;
}
/*
==========================
  Groups
==========================
*/
div.ivycat-post {
  margin-bottom: 24px;
  border-bottom: 1px groove #FFF;
  background: #efebde;
  padding: 0 12px;
}
/*
==========================
  Events
==========================
*/
/*==========================
  Events
  ==========================*/
/* Group Events */
.events-list {
  clear: both;
  *zoom: 1;
  margin-top: 0;
}
.events-list:before,
.events-list:after {
  content: "";
  display: table;
}
.events-list:after {
  clear: both;
}
.events-list dd {
  *zoom: 1;
  padding-bottom: 1.5em;
  margin: 0 0 1.5em;
}
.events-list dd:before,
.events-list dd:after {
  content: "";
  display: table;
}
.events-list dd:after {
  clear: both;
}
.events-list span {
  display: block;
  width: 100%;
}
.next-event span {
  display: block;
  width: 100%;
}
/*
  Search form
  */
.em-search-wrapper {
  padding: 24px;
  text-align: right;
  position: relative;
  top: -3em;
  right: 0;
}
.em-events-search {
  width: 100%;
}
.event {
  *zoom: 1;
  position: relative;
  margin-bottom: 24px;
}
.event:before,
.event:after {
  content: "";
  display: table;
}
.event:after {
  clear: both;
}
.event-list-title {
  display: block;
}
.event-list-title a {
  color: #2a78a6;
}
.event-list-time {
  text-align: right;
}
.page-upcoming-events h2 {
  padding: 0;
  margin-bottom: 24px;
  margin-top: 24px;
  clear: both;
  color: #2a78a6;
  -webkit-box-shadow: inset 0 -2px 7px -5px;
  -moz-box-shadow: inset 0 -2px 7px -5px;
  box-shadow: inset 0 -2px 7px -5px;
  background: #efebde;
  padding: 0 24px;
}
.page-upcoming-events .event p {
  clear: both;
}
.page-upcoming-events .details .more {
  float: right;
}
.page-upcoming-events div.recurring-event {
  margin-bottom: -24px;
  margin-top: -24px;
  padding: 0 4px;
  background: #eee;
}
.page-upcoming-events div.recurring-event .event-list-title a {
  font-size: 75%;
}
/*
==========================
  Single Events
==========================
*/
.single-event .event-details,
.single-event .event-description {
  display: inline;
  float: left;
  width: 97.6998491704374%;
  margin: 0 1.1500754147812973% 1.5em;
}
@media screen and (min-width: 36em) {
  .single-event .event-details,
  .single-event .event-description {
    display: inline;
    float: left;
    width: 72.6998491704374%;
    margin: 0 1.1500754147812973% 1.5em;
  }
}
@media screen and (min-width: 45em) {
  .single-event .event-details,
  .single-event .event-description {
    display: inline;
    float: left;
    width: 64.36651583710407%;
    margin: 0 1.1500754147812973% 1.5em;
    margin-left: 9.483408748114629%;
  }
}
@media screen and (min-width: 60em) {
  .single-event .event-details,
  .single-event .event-description {
    display: inline;
    float: left;
    width: 47.69984917043741%;
    margin: 0 1.1500754147812973% 1.5em;
  }
}
.single-event .event-details span {
  width: 100%;
  display: block;
  margin: 0;
}
.single-event .event-map {
  width: 100%;
  height: 320px;
  clear: both;
}
@media screen and (min-width: 45em) {
  .single-event .event-map {
    display: inline;
    float: left;
    width: 97.6998491704374%;
    margin: 0 1.1500754147812973% 1.5em;
    display: block;
    float: right;
    margin: 0;
  }
}
.group-meta-info {
  clear: both;
  display: inline;
  float: left;
  width: 47.69984917043741%;
  margin: 0 1.1500754147812973% 1.5em;
}
/*
==========================
  Event Submission
==========================
*/
.page-your-events .em-warning {
  clear: both;
}
.page-your-events h2 {
  margin: 0;
}
.page-your-events input#event-name {
  width: 97%;
  float: left;
}
.page-your-events span.required {
  float: right;
}
.page-your-events p {
  clear: both;
}
.page-your-events .all-day-checkbox {
  margin-left: 24px;
}
.page-your-events .inside > div {
  margin-bottom: 12px;
  background: rgba(111, 160, 191, 0.5);
  padding: 24px;
}
.page-your-events .ui-widget-header {
  border: 1px solid #bf471f;
  background: #de5e33;
}
.em-date-range {
  width: 100%;
  margin-bottom: 24px;
}
.em-date-range .first-day {
  position: relative;
}
.em-date-range .first-day input {
  width: 95%;
}
.em-date-range input {
  width: 100%;
}
div.time-picker li {
  font-family: 'Source Sans Pro', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, 'Lucida Grande', Helmet, Freesans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 3px;
  height: auto;
}
.em-location-data {
  width: 100%;
}
.em-location-data tr {
  height: 48px;
}
@media screen and (max-width: 36em) {
  .em-location-data td {
    display: block;
    clear: both;
    width: 100%;
  }
}
.em-location-data th {
  text-align: right;
  width: 138px;
}
@media screen and (max-width: 36em) {
  .em-location-data th {
    display: block;
    clear: both;
    width: 100%;
    text-align: left;
  }
}
.em-location-data input,
.em-location-data select {
  width: 97%;
}
#event-form table.em-location-data select {
  width: 97%;
}
#event-form table.em-location-data {
  width: 100%;
}
#event-form table.em-location-data i {
  float: right;
}
.em-location-data-region {
  display: none;
}
#event-form .em-location-map-container {
  width: 100%;
}
/*
  Visual Editor
  */
#wp-em-editor-content-wrap * {
  box-sizing: content-box;
}
.mceIframeContainer {
  background: white;
}
.event-attributes input {
  width: 100%;
}
/*
==========================
  Top Bar
==========================
*/
.top-bar {
  background: #bdae77;
  -webkit-box-shadow: inset 0 -1px 3px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 3px -1px rgba(0, 0, 0, 0.2);
}
.top-bar a {
  text-decoration: none;
}
.top-bar .btn {
  line-height: 36px;
}
.top-bar #site-title {
  float: left;
  font-size: 20px;
  font-weight: 400;
  margin: 0 5px 0 0;
  padding: 0 16px;
  border-right: 1px inset #444;
  color: #244a15;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .top-bar #site-title {
    margin: 0 3px 0 0;
    padding: 0 3px;
  }
}
.top-bar #site-title:hover {
  color: #bf471f;
}
.top-bar .caret {
  margin: 16px 0 0 6px ;
}
@media screen and (max-width: 500px) {
  .top-bar .caret {
    display: none;
  }
}
.top-bar .open .caret {
  border-top: none;
  border-bottom: 4px solid #000000;
}
.top-bar a {
  color: #FFF;
}
.top-bar a:hover {
  color: #bf471f;
}
.top-bar .skip-link {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.header-dropdown-container {
  float: left;
}
ul#menu-primary-navigation,
#logged-out-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#menu-primary-navigation li,
#logged-out-nav li {
  float: left;
  height: 36px;
}
ul#menu-primary-navigation li a,
#logged-out-nav li a {
  height: 36px;
  display: block;
  padding: 5px 10px;
}
@media screen and (max-width: 450px) {
  ul#menu-primary-navigation li a,
  #logged-out-nav li a {
    padding: 5px;
  }
}
nav#user-navigation {
  float: right;
  text-align: right;
  padding: 0 6px;
}
@media screen and (max-width: 420px) {
  nav#user-navigation {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #bdae77;
  }
  nav#user-navigation .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }
}
.top-bar-alert {
  position: relative;
  top: 36px;
  text-align: center;
  background: #6fa0bf;
  margin: 0;
  z-index: 9999;
}
/*
==========================
  Sidebar
==========================
*/
#secondary aside:first-child {
  background: #244a15;
  color: white;
  padding: 14px 12px;
}
#secondary aside:first-child a {
  color: #bdae77;
}
#secondary aside:first-child li {
  border-bottom: none;
  font-weight: bold;
  font-size: 1.25em;
}
#secondary aside:first-child li:hover {
  background: none;
}
#secondary aside:first-child a:hover {
  color: #bf471f;
}
#secondary .facebook img {
  margin-bottom: -18px;
  margin-left: 36px;
}
.widget-title {
  margin: 0 0 24px 0;
}
.widget {
  margin-bottom: 48px;
  *zoom: 1;
}
.widget:before,
.widget:after {
  content: "";
  display: table;
}
.widget:after {
  clear: both;
}
.widget_em_widget ul,
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
}
.widget_em_widget li,
.widget_recent_entries li {
  list-style: none;
  line-height: 36px;
  border-bottom: 1px groove white;
}
.widget_em_widget li:hover,
.widget_recent_entries li:hover {
  background: #bdae77;
}
.widget_em_widget li:hover a,
.widget_recent_entries li:hover a {
  color: #ffffff;
}
.widget_em_widget li a,
.widget_recent_entries li a {
  padding: 0 4px;
  color: #244a15;
}
li.all-events-link {
  float: right;
  border-bottom: none;
}
/*
==========================
  Footer
==========================
*/
.site-footer {
  width: 100%;
  background: #244a15;
  color: #bdae77;
  border-top: 12px solid #6fa0bf;
}
.site-footer a {
  color: #6fa0bf;
}
.site-footer a:hover {
  color: yellow;
}
.bottom-bar {
  *zoom: 1;
  width: 100%;
  clear: both;
  background: #6fa0bf;
  height: auto;
  color: #bdae77;
}
.bottom-bar:before,
.bottom-bar:after {
  content: "";
  display: table;
}
.bottom-bar:after {
  clear: both;
}
.bottom-bar .social {
  float: right;
  margin-right: 6px;
}
.bottom-bar .social li {
  height: 24px;
  width: 1em;
  margin: 0 12px 0 0px;
}
.bottom-bar .social li a:hover {
  color: yellow;
  font-size: 1.4em;
}
.bottom-bar .social .icon-feed {
  font-size: .9em;
}
.bottom-nav {
  list-style: none;
  float: left;
  margin: 0;
  padding-left: 0;
}
.bottom-nav li {
  float: left;
  margin: 0 12px;
}
.bottom-nav li a {
  line-height: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
}
/*
==========================
  Coming Soon
==========================
*/
.page-coming-soon {
  background: #f3f2eb;
  *zoom: 1;
  min-height: 1000px;
  width: 100%;
}
.page-coming-soon:before,
.page-coming-soon:after {
  content: "";
  display: table;
}
.page-coming-soon:after {
  clear: both;
}
.page-coming-soon .small-logo {
  display: none;
  position: fixed;
  z-index: 1;
}
.page-coming-soon .logo-container {
  position: fixed;
  width: 800px;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  height: 480px;
  margin: -240px 0 0 -400px;
  overflow: hidden;
}
.page-coming-soon .logo-container h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.page-coming-soon .logo-container a.button {
  width: 200px;
  text-align: center;
  font-size: 24px;
  float: right;
  display: block;
}
.page-coming-soon .logo-container p {
  font-size: 20px;
  line-height: 24px;
}
.page-coming-soon .logo {
  position: fixed;
  z-index: 1;
  left: 50%;
  margin-left: -400px;
  width: 800px;
}
.page-coming-soon .animation-gradient {
  position: relative;
  right: 3800px;
  -webkit-transition: all 4s ease-in;
  -moz-transition: all 4s ease-in;
  -o-transition: all 4s ease-in;
  transition: all 4s ease-in;
}
.page-coming-soon .animation-gradient.animate {
  right: 0;
}
.page-coming-soon .site-header {
  -webkit-transition: all 4s ease-in;
  -moz-transition: all 4s ease-in;
  -o-transition: all 4s ease-in;
  transition: all 4s ease-in;
  margin-top: -40px;
}
.page-coming-soon .site-footer {
  display: none;
}
.page-coming-soon .site-header.animate {
  display: block;
  opacity: 1;
  -webkit-transition: all 4s ease-in;
  -moz-transition: all 4s ease-in;
  -o-transition: all 4s ease-in;
  transition: all 4s ease-in;
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .page-coming-soon .logo-container {
    width: 320px;
    height: 100%;
    top: 3em;
    margin: 0px 0 0 -160px;
  }
  .page-coming-soon .logo-container a.button {
    margin: 0 auto;
    float: none;
  }
  .page-coming-soon .logo {
    display: none;
  }
  .page-coming-soon .small-logo {
    display: block;
    padding: 24px;
  }
  .page-coming-soon .animation-gradient {
    height: 125px;
  }
}
/*
==========================
  Forms
==========================
*/
#my-registration-form,
#wp_login_form,
.page-change-password form,
#wp_pass_reset {
  border: 2px groove white;
  display: inline;
  float: left;
  width: 97.6998491704374%;
  margin: 0 1.1500754147812973% 1.5em;
}
@media screen and (min-width: 36em) {
  #my-registration-form,
  #wp_login_form,
  .page-change-password form,
  #wp_pass_reset {
    display: inline;
    float: left;
    width: 81.03318250377075%;
    margin: 0 1.1500754147812973% 1.5em;
    margin-left: 9.483408748114629%;
  }
}
#my-registration-form > div,
#wp_login_form > div,
.page-change-password form > div,
#wp_pass_reset > div {
  padding: 0 24px;
  margin: 24px auto;
  width: 100%;
  *zoom: 1;
}
#my-registration-form > div:before,
#wp_login_form > div:before,
.page-change-password form > div:before,
#wp_pass_reset > div:before,
#my-registration-form > div:after,
#wp_login_form > div:after,
.page-change-password form > div:after,
#wp_pass_reset > div:after {
  content: "";
  display: table;
}
#my-registration-form > div:after,
#wp_login_form > div:after,
.page-change-password form > div:after,
#wp_pass_reset > div:after {
  clear: both;
}
#my-registration-form label,
#wp_login_form label,
.page-change-password form label,
#wp_pass_reset label,
#my-registration-form input,
#wp_login_form input,
.page-change-password form input,
#wp_pass_reset input {
  display: block;
  float: left;
}
#my-registration-form input,
#wp_login_form input,
.page-change-password form input,
#wp_pass_reset input {
  margin-bottom: 24px;
}
#my-registration-form #rememberme,
#wp_login_form #rememberme,
.page-change-password form #rememberme,
#wp_pass_reset #rememberme {
  display: inline;
  margin: 6px 0 0 6px;
  float: right;
}
#my-registration-form #log,
#wp_login_form #log,
.page-change-password form #log,
#wp_pass_reset #log,
#my-registration-form #pwd,
#wp_login_form #pwd,
.page-change-password form #pwd,
#wp_pass_reset #pwd,
#my-registration-form #username,
#wp_login_form #username,
.page-change-password form #username,
#wp_pass_reset #username,
#my-registration-form #email,
#wp_login_form #email,
.page-change-password form #email,
#wp_pass_reset #email {
  width: 100%;
}
.alert {
  padding: 24px;
  margin: 24px;
}
.alert-red {
  background: #bf471f;
  color: white;
}
.alert-red a {
  color: #e3df00;
  text-decoration: underline;
}
form .btn {
  display: inline-block;
  margin: 0 .75em 1.5em 0;
  background: #bf471f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: .75em;
  line-height: 1.5em;
  -webkit-box-shadow: 1px 1px 8px -5px #000000;
  -moz-box-shadow: 1px 1px 8px -5px #000000;
  box-shadow: 1px 1px 8px -5px #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
}
form input[type="submit"] {
  border: none;
  float: right;
  color: white;
  background: #bf471f;
}
form input[type="submit"]:hover {
  background: #e3df00;
  color: #444;
}
/*
==========================
  Single Page
==========================
*/
.contact {
  width: 100%;
  text-align: left;
}
.contact .last {
  min-width: 6em;
  text-align: right;
}
#nav-below {
  width: 100%;
  clear: both;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
.entry-meta {
  clear: both;
  text-align: right;
}
.toc {
  overflow: hidden;
  margin: 0  0 36px 0;
  -webkit-box-shadow: inset 0 -2px 7px -5px;
  -moz-box-shadow: inset 0 -2px 7px -5px;
  box-shadow: inset 0 -2px 7px -5px;
  padding-left: 24px;
}
.toc li {
  display: inline-block;
  float: left;
  margin: 0 12px 0 0;
}
.toc li.last {
  margin-right: 0;
}
.toc li a {
  display: block;
  color: #244a15;
  text-align: center;
  border: 0;
  padding: 5px 11px 6px;
}
.toc li a:hover {
  background-color: #2a78a6;
  color: #ffffff;
}
.toc li a.current {
  background: #b6cfde;
  -webkit-box-shadow: 0 -1px 0 #b6cfde;
  -moz-box-shadow: 0 -1px 0 #b6cfde;
  box-shadow: 0 -1px 0 #b6cfde;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  color: #333;
}
/*
==========================
  Comments
==========================
*/
li.comment {
  list-style: none;
}
/*
==========================
  Images and media
==========================
*/
iframe {
  max-width: 100%;
}
