/**
 * Compass makes your life more better
 * http://compass-style.org/
 */
/*! 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;
}

/* ==========================================================================
   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;
}

/**
 * Set commonly used colors here
 */
/**
 * Set commonly used typefaces
 */
/**
 * Set commonly used media-query breakpoints here
 */
/**
 * Intuitive Media Queries. These work best when you set variables
 * to be passed as arguments. For example:
 * @include at-least($full-width);
 * 
 */
/**
 * Basic Typography Defaults
 */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: .5em 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  clear: both;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
  color: #39B54A;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.125em;
  color: #ed1c24;
}

h3, .h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #39B54A;
}

h4, .h4 {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #ed1c24;
}

h5, .h5 {
  font-size: 1em;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}

h1:first-child, h2:first-child, h3:first-child,
h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin: 0 0 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font: 15px 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%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/* Links */
a, a:visited {
  color: #39B54A;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: '';
  display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}

/* Navigation */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 85%;
  background: #fff url(../img/site-background.png) repeat-x;
}
@media screen and (min-width: 1040px) {
  body {
    font-size: 100%;
  }
}

@media screen and (min-width: 1040px) {
  .site {
    width: 1000px;
    margin: 0 auto;
  }
}

.site-header {
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 567px) {
  .site-header {
    height: 138px;
    margin-bottom: 1em;
    overflow: visible;
  }
}
@media screen and (min-width: 1040px) {
  .site-header {
    height: 135px;
    padding-top: 0;
  }
}

.site-header:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 82.125%;
  height: 1px;
  border-bottom: 4px dotted #ed1c24;
}
@media screen and (min-width: 1040px) {
  .site-header:after {
    display: block;
  }
}

.site-branding {
  padding-top: 15px;
}
@media screen and (min-width: 1040px) {
  .site-branding {
    width: 340px;
    float: left;
  }
}

.site-title {
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 1040px) {
  .site-title {
    padding: 0;
  }
}

@media screen and (min-width: 1040px) {
  .site-title-link {
    display: block;
  }
}

.intro-copy {
  display: none;
  width: 450px;
  padding-top: 22px;
  float: left;
  font-size: 0.75em;
}
@media screen and (min-width: 1040px) {
  .intro-copy {
    display: block;
  }
}

.social-media {
  display: none;
}
@media screen and (min-width: 1040px) {
  .social-media {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none outside none;
  }
}

.social-media-button {
  display: inline-block;
}

.social-media-link {
  display: block;
  width: 43px;
  height: 43px;
  overflow: hidden;
  text-indent: -400%;
  background: transparent url(../img/icons-social-media.png) no-repeat left;
}

.twitter-link {
  background-position: -42px top;
}

.linkedin-link {
  background-position: right top;
}

.search-form {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDk5MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVmYTlkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #004992), color-stop(100%, #5fa9dd));
  background: -moz-linear-gradient(left, #004992, #5fa9dd);
  background: -webkit-linear-gradient(left, #004992, #5fa9dd);
  background: linear-gradient(to right, #004992, #5fa9dd);
}
@media screen and (min-width: 1040px) {
  .search-form {
    width: 175px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 4px;
    background: none;
  }
}

input.search-field {
  display: block;
  position: absolute;
  height: 28px;
  left: 5px;
  right: 40px;
  top: 5px;
  padding: 0 20px 0 5px;
  border: 0;
  line-height: 28px;
  background: #ccc url(../img/icon-search.png) no-repeat 100% 50%;
  color: #000;
}
@media screen and (min-width: 1040px) {
  input.search-field {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 175px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.search-submit {
  display: none;
}

.menu-toggle {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  border-top: 1px solid #f14b52;
  border-bottom: 1px solid #af0e14;
  z-index: 500;
  overflow: hidden;
  font-size: 2em;
  text-indent: 100%;
  cursor: pointer;
  background: #ed1c24 url(../img/icon-nav.png) no-repeat 50% 50%;
  background: url(../img/icon-nav.png) no-repeat 50% 50%, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMWMyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M2MTAxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url(../img/icon-nav.png) no-repeat 50% 50%, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed1c24), color-stop(100%, #c61017));
  background: url(../img/icon-nav.png) no-repeat 50% 50%, -moz-linear-gradient(top, #ed1c24, #c61017);
  background: url(../img/icon-nav.png) no-repeat 50% 50%, -webkit-linear-gradient(top, #ed1c24, #c61017);
  background: url(../img/icon-nav.png) no-repeat 50% 50%, linear-gradient(to bottom, #ed1c24, #c61017);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 1040px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle:hover, .menu-toggle:focus {
  background: #de1219 url(../img/nav-icon.png) no-repeat 50% 50%;
  background: url(../img/nav-icon.png) no-repeat 50% 50%, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMTIxOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMGUxNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url(../img/nav-icon.png) no-repeat 50% 50%, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de1219), color-stop(100%, #af0e14));
  background: url(../img/nav-icon.png) no-repeat 50% 50%, -moz-linear-gradient(top, #de1219, #af0e14);
  background: url(../img/nav-icon.png) no-repeat 50% 50%, -webkit-linear-gradient(top, #de1219, #af0e14);
  background: url(../img/nav-icon.png) no-repeat 50% 50%, linear-gradient(to bottom, #de1219, #af0e14);
}

.site-main {
  padding: 0 20px 20px;
}
@media screen and (min-width: 1040px) {
  .site-main {
    padding: 0 0 20px;
  }
}

.main-sidebar {
  position: fixed;
  width: 240px;
  height: 100%;
  left: -240px;
  top: 0;
  background: #39B54A;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media screen and (min-width: 1040px) {
  .main-sidebar {
    display: block;
    position: relative;
    width: 17.5%;
    left: 0;
    top: 0;
    float: left;
    background: transparent;
  }
}

.main-sidebar.visible {
  left: 0;
}

.main-navigation {
  margin-bottom: 1em;
}

.menu-title {
  margin: 0;
  padding: 20px;
  color: #f8aaad;
  background-color: #277b32;
}
@media screen and (min-width: 1040px) {
  .menu-title {
    display: none;
  }
}

.main-navigation-items a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #2d8e3a;
  border-top: 1px solid #57ca67;
  font-size: 1.25em;
  text-decoration: none;
  color: #fff;
  cursor: default;
}
@media screen and (min-width: 1040px) {
  .main-navigation-items a {
    padding: 0;
    border-bottom: none;
    border-top: none;
    font-size: 0.9375em;
    font-weight: bold;
    color: #39B54A;
  }
}

.main-navigation-items a[href] {
  cursor: pointer;
}

.main-navigation-items a:hover, .main-navigation-items a:focus {
  background-color: #2d8e3a;
}
@media screen and (min-width: 1040px) {
  .main-navigation-items a:hover, .main-navigation-items a:focus {
    text-decoration: none;
    background-color: transparent;
  }
}

.main-navigation-items a[href]:hover {
  text-decoration: underline;
}

.sub-menu {
  display: none;
}
@media screen and (min-width: 1040px) {
  .sub-menu {
    display: block;
    padding-left: 1em;
  }
}

@media screen and (min-width: 1040px) {
  .sub-menu a {
    color: #000;
    font-weight: normal;
  }
}

@media screen and (min-width: 1040px) {
  .content-area {
    overflow: hidden;
    width: 58%;
    margin-left: 35px;
    float: left;
  }
}

.widget-area {
  display: none;
}
@media screen and (min-width: 1040px) {
  .widget-area {
    display: block;
  }
}

.ad-widgets {
  width: 17.5%;
  float: right;
}

.widget {
  margin: 0;
}

.slides {
  margin-bottom: 1.5em;
}

.slide {
  display: none;
}

.slide:first-child {
  display: block;
}

.widget_sp_image .widget-title {
  display: none;
}

.widget_sp_image img {
  display: block;
}

.calendar-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.calendar-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.week-of {
  font-size: 1.1875em;
  color: #ed1c24;
  margin: 0 0 2em 80px;
}
@media screen and (min-width: 1040px) {
  .week-of {
    margin-left: 130px;
  }
}

.post {
  margin-bottom: 1.5em;
}

.wp-post-image-container {
  width: 60px;
  height: 57px;
  margin-right: 20px;
  float: left;
  clear: both;
}
@media screen and (min-width: 1040px) {
  .wp-post-image-container {
    width: 100px;
    height: 95px;
    margin-right: 30px;
  }
}

.wp-post-image {
  display: block;
}

.post-text-container {
  overflow: hidden;
}

.entry-meta {
  margin-bottom: 0;
  font-size: 0.875em;
}

.posted-on {
  font-weight: bold;
}

.posted-on-bullet {
  color: #ed1c24;
}

.entry-title {
  margin: 0 0 0.25em;
  font-size: 1.1875em;
}

.entry-title a {
  line-height: 1em;
  text-transform: none;
  text-decoration: none;
}

.entry-summary {
  font-size: 0.75em;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  left: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

.nivo-controlNav a {
  cursor: pointer;
}

.nivo-controlNav a.active {
  font-weight: bold;
}
