html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*  ------------------------------------------------------------------------------------------------
reset in addition to Compass' reset (which is based off of Eric Meyer's reset 2.0)
------------------------------------------------------------------------------------------------  */
input[type="submit"] {
  cursor: pointer;
}

input {
  border: 0;
  margin: 0;
  padding: 0;
}

select {
  padding: 0;
  margin: 0;
}

em {
  font-style: italic;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/*  ------------------------------------------------------------------------------------------------
Color Variables
------------------------------------------------------------------------------------------------  */
/*  ------------------------------------------------------------------------------------------------
Mixins and Helpers
------------------------------------------------------------------------------------------------  */
html {
  -webkit-font-smoothing: antialiased;
}

/*
 * Chrome Frame prompt
 */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/*
 * .focusable Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix, .content_wrapper, .main_nav, #main, footer, .two_col_large, .three_col, p.copy, .medium_posts_list > li, .search_form, .side_block_featured, .side_people_grid, .comments-area #respond .form-submit, .pagination, .single_post .post_header > div:first-child, .single_post .post_header > div + div, .single_post .post_header > div.meta, .two_even_col, .three_even_col .col_wrapper {
  *zoom: 1;
}
.clearfix:before, .content_wrapper:before, .main_nav:before, #main:before, footer:before, .two_col_large:before, .three_col:before, p.copy:before, .medium_posts_list > li:before, .search_form:before, .side_block_featured:before, .side_people_grid:before, .comments-area #respond .form-submit:before, .pagination:before, .single_post .post_header > div:first-child:before, .single_post .post_header > div + div:before, .single_post .post_header > div.meta:before, .two_even_col:before, .three_even_col .col_wrapper:before, .clearfix:after, .content_wrapper:after, .main_nav:after, #main:after, footer:after, .two_col_large:after, .three_col:after, p.copy:after, .medium_posts_list > li:after, .search_form:after, .side_block_featured:after, .side_people_grid:after, .comments-area #respond .form-submit:after, .pagination:after, .single_post .post_header > div:first-child:after, .single_post .post_header > div + div:after, .single_post .post_header > div.meta:after, .two_even_col:after, .three_even_col .col_wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after, .content_wrapper:after, .main_nav:after, #main:after, footer:after, .two_col_large:after, .three_col:after, p.copy:after, .medium_posts_list > li:after, .search_form:after, .side_block_featured:after, .side_people_grid:after, .comments-area #respond .form-submit:after, .pagination:after, .single_post .post_header > div:first-child:after, .single_post .post_header > div + div:after, .single_post .post_header > div.meta:after, .two_even_col:after, .three_even_col .col_wrapper:after {
  clear: both;
}

.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.ib, .icon, .tweets > li p span.pointer, .justify_list_wrapper > ul > li > a, .main_nav .nav > ul > li > a, .justify_list_wrapper span.full_width, .main_nav .nav span.full_width, .btn, .comments-area #respond .form-submit input, .wpcf7-submit, .side_section a.see_all {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.center {
  text-align: center;
}

.block_center {
  margin-right: auto;
  margin-left: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.relative {
  position: relative;
}

.line-hover, .side_a_more, .side_section a.more, .small_posts > li .text_wrapper a.more, .side_section a.see_all, p.categories a, .connect_blocks > li a, .pagination a, .single_post .post_footer a.author, p.tags a {
  text-decoration: none;
}
.line-hover:hover, .side_a_more:hover, .side_section a.more:hover, .small_posts > li .text_wrapper a.more:hover, .side_section a.see_all:hover, p.categories a:hover, .connect_blocks > li a:hover, .pagination a:hover, .single_post .post_footer a.author:hover, p.tags a:hover {
  text-decoration: underline;
}

.link_fill {
  position: relative;
}
.link_fill a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  display: block;
  background: url(../img/spacer.gif) 0 0 repeat;
}

.clear {
  clear: both;
}

.img_wrapper img, .img_wrapper iframe {
  display: block;
}

strong {
  font-weight: bold;
}

.grid {
  background: url(../img/grid.gif) 0 0 repeat;
}

.text p, .text ul, .text ol {
  margin-bottom: 20px;
}

.icon, .tweets > li p span.pointer {
  vertical-align: middle;
}

/*remember that ie7/8 don't understand border-box
so you should use width: 90% or something like that
instead of width: 100% in these browsers */
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.center_child_with_unknown_height:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.center_child_with_unknown_height > * {
  display: inline-block;
  vertical-align: middle;
}

a.event_big_trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  display: block;
  background: url(../img/spacer.gif) 0 0 repeat;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}

.justify_list_wrapper, .main_nav .nav {
  text-align: justify;
  line-height: 0;
}
.justify_list_wrapper > ul, .main_nav .nav > ul {
  display: inline;
}
.justify_list_wrapper > ul > li, .main_nav .nav > ul > li {
  display: inline;
}
.justify_list_wrapper span.full_width, .main_nav .nav span.full_width {
  position: relative;
  width: 100%;
  height: 0;
}

.big_red, .single_post .post_header > div:first-child p.date, .single_post .post_header > div + div .share strong, .single_post .post_header > div.meta .share strong, .list-header {
  text-transform: uppercase;
  color: #ec1c23;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.prose, .comments-area .comment .comment-content {
  font-size: 16px;
  line-height: 28px;
  color: #231f20;
}
.prose p, .comments-area .comment .comment-content p, .prose ul, .comments-area .comment .comment-content ul, .prose ol, .comments-area .comment .comment-content ol, .prose dl, .comments-area .comment .comment-content dl, .prose blockquote, .comments-area .comment .comment-content blockquote {
  margin-bottom: 20px;
}
.prose ul, .comments-area .comment .comment-content ul {
  list-style-type: square;
  margin-left: 20px;
}
.prose ol, .comments-area .comment .comment-content ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.prose li, .comments-area .comment .comment-content li {
  padding-left: 10px;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*  ------------------------------------------------------------------------------------------------
compass reference
------------------------------------------------------------------------------------------------  */
/*
@include border-radius(5px 5px);
@include clearfix;
@include single-box-shadow(rgba(0, 0, 0, 0.5), 0, 2px, 3px, 0px);
@include background-image(linear-gradient(#ffe7e7, #ffdada));
*/
/*  ------------------------------------------------------------------------------------------------
compass sprites
------------------------------------------------------------------------------------------------  */
.icon-sprite, .icon-logo, .icon-logo_alt, .icon-logo_small, .icon-pointer, .tweets > li p span.pointer, .icon-social_facebook, .icon-social_facebook_bl, .icon-social_facebook_small, .icon-social_rss, .icon-social_rss_bl, .icon-social_tumblr_small, .icon-social_twitter, .icon-social_twitter_bl, .icon-social_twitter_small, .icon-social_vimeo, .icon-social_vimeo_bl {
  background: url('../img/icon-s8aedfb29aa.png') no-repeat;
}

/**/
.icon-logo {
  background-position: 0 -106px;
  height: 104px;
  width: 396px;
}

.icon-logo_alt {
  background-position: 0 -62px;
  height: 44px;
  width: 302px;
}

.icon-logo_small {
  background-position: -120px 0;
  height: 62px;
  width: 63px;
}

.icon-pointer, .tweets > li p span.pointer {
  background-position: -302px -62px;
  height: 9px;
  width: 21px;
}

.icon-social_facebook {
  background-position: -108px 0;
  height: 20px;
  width: 12px;
}

.icon-social_facebook_bl {
  background-position: -96px 0;
  height: 20px;
  width: 12px;
}

.icon-social_facebook_small {
  background-position: 0 0;
  height: 16px;
  width: 16px;
}

.icon-social_rss {
  background-position: -33px 0;
  height: 17px;
  width: 17px;
}

.icon-social_rss_bl {
  background-position: -16px 0;
  height: 17px;
  width: 17px;
}

.icon-social_tumblr_small {
  background-position: -359px -62px;
  height: 16px;
  width: 16px;
}

.icon-social_twitter {
  background-position: -73px 0;
  height: 19px;
  width: 23px;
}

.icon-social_twitter_bl {
  background-position: -50px 0;
  height: 19px;
  width: 23px;
}

.icon-social_twitter_small {
  background-position: -375px -62px;
  height: 16px;
  width: 16px;
}

.icon-social_vimeo {
  background-position: -341px -62px;
  height: 15px;
  width: 18px;
}

.icon-social_vimeo_bl {
  background-position: -323px -62px;
  height: 15px;
  width: 18px;
}

/*  ------------------------------------------------------------------------------------------------
Fonts
------------------------------------------------------------------------------------------------  */
.open, body, a, input, button, textarea, checkbox, radio {
  font-family: 'Open Sans', Helvetica, sans-serif;
}

body, a {
  color: #221f1f;
}

a, a:active, a:focus, a:hover {
  outline: none;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 15px;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 15px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flexslider .slides > li {
  position: relative;
}
.flexslider .slides > li:hover .caption {
  background-color: rgba(0, 0, 0, 0.9);
}
.flexslider .caption {
  display: block;
  color: #fff;
  background: #333234;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  padding: 23px 28px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 591px;
}
.flexslider .caption h1 {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
}
.flexslider .caption p {
  margin: 0.5em 0 0;
}
.flexslider .caption .author {
  font-style: italic;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/*  ------------------------------------------------------------------------------------------------
Forms
------------------------------------------------------------------------------------------------  */
input, button, textarea, checkbox, radio {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="submit"], button {
  cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  padding: 5px;
  width: 270px;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  border: none;
  background-color: #C7C8CA;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #666;
  background-color: #d4d5d6;
}

/*  ------------------------------------------------------------------------------------------------
Site Structure
------------------------------------------------------------------------------------------------  */
.content_wrapper, .main_nav, #main, footer {
  width: 980px;
  margin: 0 auto;
}

.f_left #searchform label {
  display: none;
}
.f_left #searchform #s {
  background: #FFFFFF;
  border: medium none;
  float: left;
  height: 14px;
  line-height: 14px;
  padding: 5px;
  width: 198px;
  font-size: 11px;
}
.f_left #searchform #searchsubmit {
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
  height: 24px;
  margin-left: 5px;
  background: #c9cd2c;
}
.f_left #searchform #searchsubmit:hover {
  background: #d7da52;
}

.f_right {
  float: right;
}

.inner {
  padding: 20px;
}

.big_divider_top, .section + .section, .posts > li + li {
  padding-top: 28px;
  border-top: 1px solid #231f20;
  margin-top: 28px;
}

img.large {
  max-width: 647px;
}

/*  ------------------------------------------------------------------------------------------------
Sticky Footer by Ryan Fait  http://ryanfait.com/
------------------------------------------------------------------------------------------------  */
* {
  margin: 0;
}

html, body {
  height: 100%;
}

.non_footer_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -374px;
}

footer, .footer_push {
  height: 374px;
}

/*  ------------------------------------------------------------------------------------------------
Site Styles
------------------------------------------------------------------------------------------------  */
.btn, .comments-area #respond .form-submit input, .wpcf7-submit {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 0 16px;
  text-decoration: none;
  color: #fff;
}
.btn.green, .comments-area #respond .form-submit input, .green.wpcf7-submit, .comments-area #respond .form-submit input.wpcf7-submit {
  background: #c9cd2c;
}
.btn.green:hover, .comments-area #respond .form-submit input:hover, .green.wpcf7-submit:hover, .comments-area #respond .form-submit input.wpcf7-submit:hover {
  background: #d7da52;
}
.btn.red, .comments-area #respond .form-submit input.red, .comments-area #respond .form-submit input.wpcf7-submit, .wpcf7-submit {
  background: #ec1c23;
}
.btn.red:hover, .comments-area #respond .form-submit input.red:hover, .comments-area #respond .form-submit input.wpcf7-submit:hover, .wpcf7-submit:hover {
  background: #f04b51;
}
.btn.orange, .comments-area #respond .form-submit input.orange, .orange.wpcf7-submit {
  background: #f7931e;
}
.btn.orange:hover, .comments-area #respond .form-submit input.orange:hover, .orange.wpcf7-submit:hover {
  background: #f9ab4f;
}
.btn.blue, .comments-area #respond .form-submit input.blue, .blue.wpcf7-submit {
  background: #44c7f5;
}
.btn.blue:hover, .comments-area #respond .form-submit input.blue:hover, .blue.wpcf7-submit:hover {
  background: #74d5f8;
}

.logged_in .super_nav {
  top: 28px;
}

.super_nav {
  background: #c7c8ca;
  padding: 5px 0;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
}
.super_nav .text_nav {
  float: left;
}
.super_nav .text_nav > li {
  float: left;
}
.super_nav .text_nav > li + li {
  padding-left: 37px;
}
.super_nav .text_nav > li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #88898c;
  font-size: 12px;
  line-height: 24px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.super_nav .text_nav > li a:hover {
  color: #000;
}
.super_nav .icon_nav {
  float: left;
  padding-left: 27px;
}
.super_nav .icon_nav > li {
  float: left;
  line-height: 20px;
}
.super_nav .icon_nav > li + li {
  padding-left: 8px;
}
.super_nav .icon_nav > li a {
  vertical-align: text-bottom;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.super_nav .icon_nav > li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.main_nav {
  padding: 0 0 36px;
}
.main_nav .nav {
  width: 980px;
  padding-top: 30px;
}
.main_nav .nav > ul > li > a {
  text-transform: uppercase;
  color: #231f20;
  font-size: 13px;
  line-height: 24px;
  padding: 0 5px;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
}
.main_nav .nav > ul > li > a.red:hover, .main_nav .nav > ul > li > a.wpcf7-submit:hover {
  color: #fff;
  background: #ec1c23;
}
.main_nav .nav > ul > li > a.orange:hover {
  color: #fff;
  background: #f7931e;
}
.main_nav .nav > ul > li > a.blue:hover {
  color: #fff;
  background: #44c7f5;
}
.main_nav .nav > ul > li.current_item a.red, .main_nav .nav > ul > li.current_item a.wpcf7-submit {
  background-color: #ec1c23;
}
.main_nav .nav > ul > li.current_item a.orange {
  background-color: #f7931e;
}
.main_nav .nav > ul > li.current_item a.blue {
  background-color: #44c7f5;
}

.icon-logo {
  display: block;
  margin: 65px auto 0;
}

#main {
  margin-bottom: 40px;
}

.two_col_large > .main_col {
  float: left;
  width: 647px;
}
.two_col_large > .main_col .prose img, .two_col_large > .main_col .comments-area .comment .comment-content img, .comments-area .comment .two_col_large > .main_col .comment-content img {
  max-width: 647px;
}
.two_col_large .side_col {
  float: right;
  width: 309px;
}

.side_h3, .side_section h3, .small_posts > li .text_wrapper h3 {
  font-size: 14px;
  line-height: 16px;
}

.side_p, .side_section p, .small_posts > li .text_wrapper p {
  font-size: 12px;
  line-height: 16px;
}

.side_a_more, .side_section a.more, .small_posts > li .text_wrapper a.more {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.side_section + .side_section {
  display: block;
  margin-top: 15px;
}
.side_section a.see_all {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
}

.posts > li img {
  display: block;
  margin: 0 0 10px 23px;
  float: right;
}
.posts > li p.date {
  color: #ec1c23;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
.posts > li h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
}
.posts > li h2 a {
  text-decoration: none;
}
.posts > li h2 a:hover {
  text-decoration: underline;
}
.posts > li p.author {
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
}
.posts > li p.author a {
  text-decoration: none;
}
.posts > li p.author a:hover {
  text-decoration: underline;
}
.posts > li .prose, .posts > li .comments-area .comment .comment-content, .comments-area .comment .posts > li .comment-content {
  clear: left;
  margin-top: 17px;
}
.posts > li .read_more {
  text-decoration: none;
  color: #ec1c23;
}
.posts > li .read_more:hover {
  text-decoration: underline;
}
.posts > li .read_more.btn, .posts > li .comments-area #respond .form-submit input.read_more, .comments-area #respond .form-submit .posts > li input.read_more, .posts > li .read_more.wpcf7-submit {
  color: #ffffff;
}
.posts > li .read_more.btn:hover, .posts > li .comments-area #respond .form-submit input.read_more:hover, .comments-area #respond .form-submit .posts > li input.read_more:hover, .posts > li .read_more.wpcf7-submit:hover {
  text-decoration: none;
}

p.categories {
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
}
p.categories li {
  display: inline;
}

.three_col > li {
  width: 31%;
  float: left;
}
.three_col > li:first-child {
  width: 32%;
}
.three_col > li + li {
  padding-left: 3%;
}

.connect_blocks {
  border-top: 1px solid #221f1f;
  padding: 31px 0 35px;
}
.connect_blocks > li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}
.connect_blocks > li h2 {
  font-size: 26px;
  line-height: 45px;
  border-bottom: 1px solid #221f1f;
  margin-bottom: 20px;
  font-weight: 300;
  padding-bottom: 8px;
}

p.copy {
  border: 1px solid #221f1f;
  border-width: 1px 0;
  padding: 8px 0;
}
p.copy .icon, .tweets > li p.copy span.pointer {
  float: left;
  margin: 12px 0px;
  margin-left: 4px;
}
p.copy .text {
  font-size: 16px;
  line-height: 86px;
  display: block;
  margin-left: 97px;
  border-left: 1px solid #221f1f;
  padding-left: 27px;
  font-weight: 300;
}

a:hover .small_colored_header.red, a:hover .small_colored_header.wpcf7-submit {
  background: #f04b51;
}
a:hover .small_colored_header.orange {
  background: #f9ab4f;
}
a:hover .small_colored_header.blue {
  background: #74d5f8;
}
a:hover .small_colored_header.green, a:hover .comments-area #respond .form-submit input.small_colored_header, .comments-area #respond .form-submit a:hover input.small_colored_header {
  background: #d7da52;
}

a.sidebar_header {
  text-decoration: none;
}

.small_colored_header {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 33px;
  text-align: center;
}
.small_colored_header.red, .small_colored_header.wpcf7-submit {
  background: #ec1c23;
}
.small_colored_header.orange {
  background: #f7931e;
}
.small_colored_header.blue {
  background: #44c7f5;
}
.small_colored_header.green, .comments-area #respond .form-submit input.small_colored_header {
  background: #c9cd2c;
}

.medium_posts_list {
  border: 1px solid #221f1f;
  border-width: 1px 0;
  padding: 10px 0;
  margin: 15px 0;
}
.medium_posts_list > li + li {
  margin-top: 10px;
  border-top: 1px solid #221f1f;
  padding-top: 10px;
}
.medium_posts_list > li img {
  display: block;
  float: left;
}
.medium_posts_list > li .text_wrapper {
  margin-left: 166px;
}
.medium_posts_list > li .text_wrapper h3 {
  color: #ec1c23;
}
.medium_posts_list > li .text_wrapper h3 a {
  text-decoration: none;
}
.medium_posts_list > li .text_wrapper h3 a:hover {
  text-decoration: underline;
}
.medium_posts_list > li .text_wrapper p {
  margin-bottom: 14px;
}
.medium_posts_list > li .text_wrapper a.more {
  color: #ec1c23;
}

.search_form input[type="text"],
.search_form input[type="submit"] {
  font-size: 14px;
}
.search_form input[type="email"] {
  background: #c7c8ca;
  width: 164px;
  float: left;
  border: none;
  height: 14px;
  line-height: 14px;
  padding: 10px 10px;
}
.search_form input[type="submit"] {
  text-align: center;
  height: 34px;
  line-height: 34px;
  float: right;
}

.side_block {
  background: #e9eaea;
  padding: 15px;
}

.blue a.more {
  color: #44c7f5;
}

.red a.more, .wpcf7-submit a.more {
  color: #ec1c23;
}

.green a.more, .comments-area #respond .form-submit input a.more {
  color: #c9cd2c;
}

.tweets {
  font-family: arial, sans-serif;
}
.tweets > li + li {
  padding-top: 14px;
}
.tweets > li p {
  position: relative;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 13px;
}
.tweets > li p a {
  color: #ec1c23;
}
.tweets > li p span.pointer {
  position: absolute;
  bottom: -9px;
  left: 18px;
}
.tweets > li span.time {
  font-size: 10px;
  line-height: 16px;
  display: block;
  padding: 5px 0 0 39px;
}

.small_posts > li {
  clear: both;
}
.small_posts > li + li {
  padding-top: 10px;
}
.small_posts > li img {
  display: block;
  float: left;
}
.small_posts > li .text_wrapper {
  margin-left: 91px;
}
.small_posts > li .text_wrapper h3 a {
  text-decoration: none;
}
.small_posts > li .text_wrapper h3 a:hover {
  text-decoration: underline;
}

.side_block_featured img {
  display: block;
  float: left;
}
.side_block_featured .text_wrapper {
  margin-left: 103px;
}
.side_block_featured h3 a {
  text-decoration: none;
}
.side_block_featured h3 a:hover {
  text-decoration: underline;
}
.side_block_featured h4 {
  text-transform: uppercase;
  font-size: 13px;
}

.side_people_grid {
  margin: 20px -5px 0;
}
.side_people_grid.green a:hover span, .comments-area #respond .form-submit input.side_people_grid a:hover span {
  color: #c9cd2c;
}
.side_people_grid > li {
  padding: 0 5px;
  margin-bottom: 10px;
  float: left;
}
.side_people_grid > li a {
  display: block;
  overflow: hidden;
  width: 86px;
  text-decoration: none;
}
.side_people_grid > li a img {
  display: block;
}
.side_people_grid > li a > span {
  display: block;
  background: #414042;
  color: #fff;
  font-size: 12px;
  height: 32px;
  line-height: 16px;
  padding: 6px 10px;
  word-wrap: break-word;
  /*@extend .center_child_with_unknown_height;*/
}

.comments-area {
  padding-top: 28px;
}
.comments-area a {
  text-decoration: none;
  color: #ec1c23;
}
.comments-area a:hover {
  text-decoration: underline;
}
.comments-area .comment {
  background-color: #E9EAEA;
  padding: 15px;
  margin: 15px 0 0;
}
.comments-area .comment.odd {
  background-color: #FFFFFF;
}
.comments-area .comment.bypostauthor {
  background-color: #d5f2fd;
}
.comments-area .comment.bypostauthor.odd {
  background-color: #d5f2fd;
}
.comments-area .comment header img {
  margin-right: 10px;
  float: left;
  vertical-align: top;
}
.comments-area .comment header .edit-link {
  display: inline;
  margin-left: 5px;
}
.comments-area .comment header time {
  display: block;
}
.comments-area .comment .comment-content {
  margin: 0;
}
.comments-area .comment .comment-content a {
  text-decoration: underline;
  color: #221f1f;
}
.comments-area #respond {
  margin-top: 28px;
}
.comments-area #respond .comment-notes {
  clear: left;
  margin-bottom: 1em;
}
.comments-area #respond .comment-form-author,
.comments-area #respond .comment-form-email,
.comments-area #respond .comment-form-url {
  clear: right;
  margin-bottom: 1.5em;
}
.comments-area #respond .comment-form-author label,
.comments-area #respond .comment-form-email label,
.comments-area #respond .comment-form-url label {
  width: 15%;
}
.comments-area #respond .comment-form-author input,
.comments-area #respond .comment-form-email input,
.comments-area #respond .comment-form-url input {
  width: 83%;
  float: right;
  padding: 6px;
}
.comments-area #respond .logged-in-as {
  float: right;
}
.comments-area #respond h3#reply-title {
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.comments-area #respond .comment-form-comment {
  clear: both;
}
.comments-area #respond .comment-form-comment label {
  display: none;
}
.comments-area #respond .comment-form-comment textarea {
  width: 617px;
  height: 150px;
  padding: 15px;
  border: 0;
}
.comments-area #respond .form-allowed-tags {
  font-size: 12px;
  line-height: 16px;
}
.comments-area #respond .form-submit {
  margin-top: 0.5em;
}
.comments-area #respond .form-submit input {
  float: right;
}

.pagination {
  line-height: 18px;
}
.pagination a {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
}
.pagination a + a {
  float: right;
}

.single_post .post_header {
  padding-bottom: 8px;
  border-bottom: 1px solid #221f1f;
  margin-bottom: 15px;
}
.single_post .post_header > div:first-child {
  border: 1px solid #221f1f;
  border-width: 1px 0;
  padding: 5px 0;
}
.single_post .post_header > div:first-child p {
  line-height: 40px;
  float: left;
}
.single_post .post_header > div:first-child p.categories {
  font-size: 12px;
  margin-left: 20px;
  border-left: 1px solid #221f1f;
  padding-left: 20px;
}
.single_post .post_header > div + div, .single_post .post_header > div.meta {
  margin-top: 16px;
  border-bottom: 0;
}
.single_post .post_header > div + div h1, .single_post .post_header > div.meta h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 5px;
}
.single_post .post_header > div + div p, .single_post .post_header > div + div div, .single_post .post_header > div.meta p, .single_post .post_header > div.meta div {
  line-height: 49px;
}
.single_post .post_header > div + div p.author, .single_post .post_header > div.meta p.author {
  float: left;
}
.single_post .post_header > div + div p.author a, .single_post .post_header > div.meta p.author a {
  display: block;
  float: left;
  text-decoration: none;
}
.single_post .post_header > div + div p.author a:hover, .single_post .post_header > div.meta p.author a:hover {
  color: #ec1c23;
}
.single_post .post_header > div + div p.author img, .single_post .post_header > div.meta p.author img {
  display: block;
  float: left;
}
.single_post .post_header > div + div p.author span, .single_post .post_header > div.meta p.author span {
  float: left;
  display: block;
  padding-left: 15px;
  font-style: italic;
  font-size: 16px;
}
.single_post .post_header > div + div .share, .single_post .post_header > div.meta .share {
  float: left;
  padding-left: 20px;
}
.single_post .post_header > div + div .share strong, .single_post .post_header > div.meta .share strong {
  padding-right: 20px;
  float: left;
}
.single_post .post_header > div + div .share .icons, .single_post .post_header > div.meta .share .icons {
  float: right;
  margin-top: 17px;
}
.single_post .post_header > div + div .share a, .single_post .post_header > div.meta .share a {
  display: block;
  float: left;
  margin-left: 5px;
  opacity: 0.3;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-indent: -9999em;
}
.single_post .post_header > div + div .share a:hover, .single_post .post_header > div.meta .share a:hover {
  opacity: 1;
}
.single_post > img {
  display: block;
}
.single_post .prose, .single_post .comments-area .comment .comment-content, .comments-area .comment .single_post .comment-content {
  padding: 20px 0;
}
.single_post .post_footer {
  font-size: 14px;
  line-height: 20px;
}
.single_post .post_footer h2 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.single_post .post_footer h2 + ul.small_posts {
  margin-top: 10px;
}
.single_post .post_footer a.author {
  font-style: italic;
}

.even_col_inner_pad, .two_even_col > div .inner, .three_even_col .col_wrapper > div .inner {
  padding: 15px;
}

.stacked_block {
  border: 1px solid #221f1f;
  border-width: 1px 0;
}
.stacked_block + .stacked_block {
  border-top: 0;
}

.two_even_col.with_divider {
  background: url(../img/col.png) 50% 0 repeat-y;
}
.two_even_col > div {
  width: 50%;
  float: left;
}

.three_even_col.with_divider {
  background-image: url(../img/col.png);
  background-repeat: repeat-y;
}
.three_even_col.with_divider .col_wrapper {
  background-image: url(../img/col.png);
  background-repeat: repeat-y;
}
.three_even_col.big_left {
  background-position: 34% 0;
}
.three_even_col.big_left .col_wrapper {
  background-position: 67% 0;
}
.three_even_col.big_left .col_wrapper > div:first-child {
  width: 34%;
}
.three_even_col.big_middle {
  background-position: 33% 0;
}
.three_even_col.big_middle .col_wrapper {
  background-position: 67% 0;
}
.three_even_col.big_middle .col_wrapper > div:first-child + div {
  width: 34%;
}
.three_even_col.big_right {
  background-position: 33% 0;
}
.three_even_col.big_right .col_wrapper {
  background-position: 66% 0;
}
.three_even_col.big_right .col_wrapper > div:first-child + div + div {
  width: 34%;
}
.three_even_col .col_wrapper > div {
  width: 33%;
  float: left;
}

.connect div {
  margin: 10px 0;
}

p.tags {
  color: #ec1c23;
  font-style: italic;
}
p.tags a {
  color: #ec1c23;
}

.list-header {
  border: 1px solid #221f1f;
  border-width: 1px 0;
  padding: 20px 0;
  font-size: 24px;
  margin-bottom: 20px;
}
.list-header .subscribe {
  float: right;
  margin-top: -8px;
}

.list img {
  float: right;
}
.list .cont {
  float: left;
  width: 358px;
}
.list .cont h2 {
  font-size: 24px;
  line-height: 30px;
}
.list .cont .prose, .list .cont .comments-area .comment .comment-content, .comments-area .comment .list .cont .comment-content {
  margin-top: 5px;
}
.list .cont p {
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1.8em;
}
.list .full .cont {
  width: auto;
  float: left;
}

.author_info {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.author_info h1 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 1em;
}
.author_info img {
  float: left;
  margin: 0 20px 20px 0;
}
.author_info p {
  line-height: 28px;
  margin-bottom: 1em;
}

.highlighter-container {
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  top: -9999em;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}
.highlighter-container span.count {
  color: #44c7f5;
  font-weight: 600;
  line-height: 1em;
  font-size: 20px;
  margin-top: -3px;
  display: block;
  float: left;
}
.highlighter-container a {
  display: block;
  float: left;
  margin-left: 5px;
  text-indent: -9999em;
  opacity: 0.3;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.highlighter-container a:hover {
  opacity: 1;
}
.highlighter-container div {
  position: relative;
}

.jp-audio {
  clear: both;
  display: block;
  margin-top: 10px;
}
.jp-audio .jp-gui {
  background-color: #E9EAEA;
  padding: 5px;
  width: 637px;
}
.jp-audio .jp-controls {
  float: left;
  margin-top: 1px;
}
.jp-audio .jp-controls a {
  background: url("../img/media-int-sprite.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
}
.jp-audio .jp-controls a.jp-play {
  background-position: 1px 1px;
  height: 19px;
  width: 18px;
}
.jp-audio .jp-controls a.jp-pause {
  background-position: 4px -31px;
  height: 19px;
  width: 18px;
}
.jp-audio .jp-controls a.jp-mute {
  background-position: -27px 1px;
  height: 22px;
  margin: -1px 5px 0;
  width: 20px;
}
.jp-audio .jp-controls a.jp-unmute {
  background-position: -54px -4px;
  height: 15px;
  margin: 3px 5px 0;
  width: 21px;
}
.jp-audio .times {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}
.jp-audio .jp-progress {
  float: left;
  margin: 3px 0 0 10px;
  width: 530px;
}
.jp-audio .jp-progress .jp-seek-bar {
  background-color: #C7C8CA;
  height: 16px;
}
.jp-audio .jp-progress .jp-seek-bar .jp-play-bar {
  background-color: #44c7f5;
  height: 16px;
}

.prose blockquote, .comments-area .comment .comment-content blockquote {
  padding: 1em 20px 0;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  color: #A1A1A1;
  font-size: 18px;
}

/*  ------------------------------------------------------------------------------------------------
Contact Form Styles
------------------------------------------------------------------------------------------------  */
