/*!
Theme Name:     SCC v2014
Theme URI:      http://systemcentercentral.com
Description:    Child theme for the Twenty Twelve theme 
Author:         Trisha Salas
Author URI:     http://trishasalas.com
Template:       twentytwelve
Version:        1.1.0
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, sass/partials/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 19, sass/partials/_normalize.scss */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 28, sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 38, sass/partials/_normalize.scss */
[hidden], template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 52, sass/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
  overflow-x: hidden;
  }

/**
 * Remove default margin.
 */
/* line 65, sass/partials/_normalize.scss */
html,
body {
  margin: 0;
  width: 100%;
  }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 77, sass/partials/_normalize.scss */
a {
  background: transparent; }
  /* line 79, sass/partials/_normalize.scss */
  a:focus {
    outline: thin dotted; }
  /* line 82, sass/partials/_normalize.scss */
  a:active, a:hover {
    outline: 0; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 104, sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 113, sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 121, sass/partials/_normalize.scss */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 129, sass/partials/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 137, sass/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 147, sass/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 156, sass/partials/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 165, sass/partials/_normalize.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 173, sass/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 181, sass/partials/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, sass/partials/_normalize.scss */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 196, sass/partials/_normalize.scss */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

/* line 204, sass/partials/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 216, sass/partials/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 224, sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 236, sass/partials/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 248, sass/partials/_normalize.scss */
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.
 */
/* line 259, sass/partials/_normalize.scss */
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.
 */
/* line 272, sass/partials/_normalize.scss */
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.
 */
/* line 286, sass/partials/_normalize.scss */
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.
 */
/* line 297, sass/partials/_normalize.scss */
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.
 */
/* line 309, sass/partials/_normalize.scss */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/* line 317, sass/partials/_normalize.scss */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 329, sass/partials/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 339, sass/partials/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/* line 345, sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
  /* line 352, sass/partials/_normalize.scss */
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 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).
 */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 373, sass/partials/_normalize.scss */
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.
 */
/* line 383, sass/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 398, sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 1, sass/partials/_scc.scss */
html {
  font-size: 62.5%; }

/* line 5, sass/partials/_scc.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 9, sass/partials/_scc.scss */
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* line 16, sass/partials/_scc.scss */
body {
  position: relative;
  color: #454545;
  letter-spacing: 0.02em;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Open Sans","Segoe UI Semilight", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased; }

/* line 26, sass/partials/_scc.scss */
header.site-header {
  background: #fff;
    margin: 0 auto 30px 0;
  padding: 0;
  border-bottom: 3px solid #eee; }

/* line 31, sass/partials/_scc.scss */
.logged-in header.site-header {
  padding: 10px 0 10px; }

/* line 34, sass/partials/_scc.scss */
.row.banners {
  padding-top: 50px; }

/* line 37, sass/partials/_scc.scss */
p {
  margin: 0 0 1em 0; }

/* line 41, sass/partials/_scc.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Open Sans","Segoe UI Semilight", sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility; 
  line-height: 1.3;
}

/* line 49, sass/partials/_scc.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0; }

/* line 55, sass/partials/_scc.scss */
h1 {
  font-size: 23px;
  font-size: 2.375rem; }

/* line 60, sass/partials/_scc.scss */
h2 {
  font-size: 23px;
  font-size: 2.375rem; }

/* line 65, sass/partials/_scc.scss */
h2.post-title {
  font-size: 23px;
  font-size: 2.375rem;
  line-height: 1.3;
  margin: 0 0 10px 0; }

/* line 70, sass/partials/_scc.scss */
h3 {
  font-size: 20px; }

/* line 74, sass/partials/_scc.scss */
h4, h5 {
  font-size: 17px; }

/* line 78, sass/partials/_scc.scss */
h6 {
  font-size: 14px; }

/* line 82, sass/partials/_scc.scss */
h3 {
  margin: 0 0 0.3em 0; }

/* line 87, sass/partials/_scc.scss */
h4.forum-title {
  margin: 0 0 2em 0; }
/* line 90, sass/partials/_scc.scss */
h4.widgettitle {
  text-transform: uppercase;
  white-space:nowrap; 
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  top: -13px;
  padding: 5px 20px;
  letter-spacing: 2px;
  position: absolute;
  left: -20px;
  z-index: 15;
  max-width: 100%;
word-break: normal;
text-overflow: ellipsis;
}
/* line 102, sass/partials/_scc.scss */
h1.forum-title {
  margin: 0 0 .5em 0;
  color: #333;
  text-transform: uppercase;
  font-size: 2.6em; }
/* line 108, sass/partials/_scc.scss */
h1.entry-title {
  margin: 1em 0;
  color: #333;
  font-size: 2.6rem; }
/* line 113, sass/partials/_scc.scss */
h1.archive-title {
  margin: 1em 0 0 0;
  color: #333;
  font-size: 2.6rem;
  text-transform: uppercase; }

/* line 120, sass/partials/_scc.scss */
.latest-posts .widgettitle {
  margin: 0; }

/* line 124, sass/partials/_scc.scss */
.author-avatar img {
  margin: 0 1em; }

/* line 127, sass/partials/_scc.scss */
.gfield {
  margin-bottom: 2em;
  padding: 1em;
  border: 1px solid #ddd;
  background: #eee; }

/* line 133, sass/partials/_scc.scss */
.ginput_container {
  margin-top: 1em; }

/* line 137, sass/partials/_scc.scss */
#input_12_5,
#input_12_6 {
  padding: 1em;
  background: #fff; }

/* line 141, sass/partials/_scc.scss */
.tagit {
  background: #fff; }

/* line 144, sass/partials/_scc.scss */
.categories {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  margin: 0 1em 1em 1em; }

/* line 149, sass/partials/_scc.scss */
.more-button {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4BA3CC', endColorstr='#FF276B8A');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #87c1dd), color-stop(70%, #4ba3cc));
  background: -webkit-linear-gradient(#87c1dd, #4ba3cc 70%);
  background: -moz-linear-gradient(#87c1dd, #4ba3cc 70%);
  background: -o-linear-gradient(#87c1dd, #4ba3cc 70%);
  background: linear-gradient(#87c1dd, #4ba3cc 70%);
  -webkit-box-shadow: #c2e0ee 0 1px 0 inset;
  -moz-box-shadow: #c2e0ee 0 1px 0 inset;
  box-shadow: #c2e0ee 0 1px 0 inset;
  border: 1px solid #3899c6;
  color: white;
  text-shadow: #3185ac 0 -1px 0; }
  /* line 15, sass/sassy-buttons/_sassy-button-pseudo-states.sass */
  .more-button:hover {
    text-decoration: none; }
  /* line 18, sass/sassy-buttons/_sassy-button-pseudo-states.sass */
  .more-button:hover {
    background-color: #3899c6;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #73b7d7), color-stop(75%, #3899c6));
    background: -webkit-linear-gradient(#73b7d7 3%, #3899c6 75%);
    background: -moz-linear-gradient(#73b7d7 3%, #3899c6 75%);
    background: -o-linear-gradient(#73b7d7 3%, #3899c6 75%);
    background: linear-gradient(#73b7d7 3%, #3899c6 75%); }
  /* line 21, sass/sassy-buttons/_sassy-button-pseudo-states.sass */
  .more-button:active {
    -webkit-box-shadow: #358fba 0 1px 2px inset;
    -moz-box-shadow: #358fba 0 1px 2px inset;
    box-shadow: #358fba 0 1px 2px inset; }
  /* line 6, sass/sassy-buttons/_sassy-button-pseudo-states.sass */
  .more-button.disabled, .more-button[disabled] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    background: #4ba3cc;
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  /* line 74, sass/_sassy-buttons.sass */
  .more-button::-moz-focus-inner {
    padding: 0 !important;
    margin: -1px !important; }

/* line 153, sass/partials/_scc.scss */
.contributors {

}

/* line 156, sass/partials/_scc.scss */
.contributors h4,
h4.widgettitle {
  background-color: #fbb417;
}

/* line 168, sass/partials/_scc.scss */
.contributors h4:after,
h4.widgettitle:after {
  content: " ";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #b07d00;
  border-right-color: #b07d00;
  bottom: -20px;
  left: 0; }

/* line 178, sass/partials/_scc.scss */
.contributor-info {}

/* line 182, sass/partials/_scc.scss */
.twelve.columns.contributors {
  margin-bottom: 2em; }

/* line 185, sass/partials/_scc.scss */
.twelve.columns.contributors hr {
  margin: 10px 0; }

/* line 188, sass/partials/_scc.scss */
.contributor-avatar img.avatar {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: hidden; 
  float: none;
}

/* line 196, sass/partials/_scc.scss */
.latest-posts,
.members,
.activity-feed {

}

/* line 201, sass/partials/_scc.scss */
.latest-posts h4,
.widget_bp_core_members_widget h4,
.widget_bp_swa_widget h4 {
  background-color: #EB3C00;
}

/* line 215, sass/partials/_scc.scss */
.latest-posts h4:after,
.widget_bp_core_members_widget h4:after,
.widget_bp_swa_widget h4:after {
  content: " ";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #d12606;
  border-right-color: #d12606;
  bottom: -20px;
  left: 0; 
}
.widget_bp_swa_widget h4,
.widget_bp_core_members_widget h4 {
  margin: -40px 0 0 -20px;
}

.brcwp_widget h4.widgettitle {
  top: -60px;
  left: -40px;
}

.better-recent-comments {
  list-style-type: none;
}

.better-recent-comments-text {
  padding: 10px 15px;
}


/* line 228, sass/partials/_scc.scss
h4.widgettitle a.swa-rss:after {
  content: '\f09e';
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px;
  font-style: normal; }
  */

/* line 236, sass/partials/_scc.scss
.latest-posts h4.widgettitle a:after {
  content: '\f044';
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px; }
*/

/* line 244, sass/partials/_scc.scss */
.swa-wrap {
  padding-top: 7px; }

/* line 247, sass/partials/_scc.scss */
.home-page #menu-forums-menu li a {
  padding: 10px 0;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  display: block; }

/* line 254, sass/partials/_scc.scss */
.home-page #menu-forums-menu .forum-menu-header a {
  color: #EB3C00;
  font-weight: 600;
  text-transform: uppercase; }

/* line 262, sass/partials/_scc.scss */ 
h4.widgettitle a,
.widget_bp_core_members_widget h4.widgettitle a,
.latest-posts h4.widgettitle a,
.widget_bp_swa_widget h4 a {
  color: #fff; }

/* line 265, sass/partials/_scc.scss
.widget_bp_core_members_widget h4.widgettitle a:after {
  content: '\f0c0';
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px; }
*/

/* line 273, sass/partials/_scc.scss */
.widget_bp_core_members_widget .item-options {
  padding-top: 4em !important; }

/* line 276, sass/partials/_scc.scss */
.widget_bp_core_members_widget .item-options .selected {
  color: #F65314;
  text-transform: uppercase; }

/* line 280, sass/partials/_scc.scss */
.panel-members ul {
  margin: 0; }

/* line 284, sass/partials/_scc.scss */
.dl,
.mp {

}

/* line 288, sass/partials/_scc.scss */
.columns.dl,
.columns.mp {
  padding: 3em 20px 0 20px; }

/* line 292, sass/partials/_scc.scss */
.columns.dl h4,
.columns.mp h4 {
  background-color: #7CBB00;
}

/* line 305, sass/partials/_scc.scss */
.columns.dl h4:after,
.columns.mp h4:after {
  content: " ";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #4a8813;
  border-right-color: #4a8813;
  bottom: -20px;
  left: 0; }

/* line 317, sass/partials/_scc.scss */
.dl article,
.mp article,
.wiki article {
  border-bottom: 1px solid #ddd; }

/* line 322, sass/partials/_scc.scss */
.dl article:last-child,
.mp article:last-child,
.wiki article:last-child {
  border-bottom: none; }

/* line 327, sass/partials/_scc.scss */
.four.columns.forums,
.eight.columns.wiki {

}

/* line 331, sass/partials/_scc.scss */
.four.columns.forums,
.eight.columns.wiki {
  padding: 3em 10px 0 10px; }

/* line 335, sass/partials/_scc.scss */
.columns.forums h4.widgettitle:first-child,
.columns.wiki h4 {
  background-color: #00A1F1;
}

/* line 348, sass/partials/_scc.scss */
.columns.forums h4:after,
.columns.wiki h4:after {
  content: " ";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #228593;
  border-right-color: #228593;
  bottom: -20px;
  left: 0; }

/* Links ---------------------- */
/* line 361, sass/partials/_scc.scss */
a {
  color: #00A1F1;
  text-decoration: none;
  line-height: inherit; }
  /* line 362, sass/partials/_scc.scss */
  a img {
    border: none; }
  /* line 368, sass/partials/_scc.scss */
  a:hover, a:focus {
    color: #7CBB00; }

/* line 373, sass/partials/_scc.scss */
p a {
  line-height: inherit; }
  /* line 375, sass/partials/_scc.scss */
  p a:visited {
    line-height: inherit; }

/* line 380, sass/partials/_scc.scss */
hr {
  clear: both;
  margin: 22px 0 21px;
  height: 0;
  border: solid #ddd;
  border-width: 1px 0 0; }

/* line 388, sass/partials/_scc.scss */
.subheader {
  margin-top: 0;
  margin-bottom: 17px;
  color: #6f6f6f;
  font-weight: 300;
  line-height: 1.3; }

/* line 396, sass/partials/_scc.scss */
em, i {
  font-style: italic;
  line-height: inherit; }

/* line 401, sass/partials/_scc.scss */
strong, b {
  font-weight: bold;
  line-height: inherit; }

/* line 406, sass/partials/_scc.scss */
small {
  font-size: 60%;
  line-height: inherit; }

/* line 411, sass/partials/_scc.scss */
ul.contributors {
  margin: 0 0 1em 0;
  padding: 0;
  overflow: hidden; 
  list-style-type: none;
}

/* line 416, sass/partials/_scc.scss */
li.contributor-info {
  position: relative;
  border-bottom: 1px solid #dddddd;
  clear: both;
  padding: 0 0 10px 0;
  margin: 15px 0 0 0;
  display: block;
  overflow: hidden;
}

/* line 423, sass/partials/_scc.scss */
.contributor-avatar {
  display: inline-block;
  margin-right: 5%;
  width: 40%; 
  float: left;
}
.contributor-summary {
  float: left;
  display: block;
  float: right;
  width: 55%;
  font-size: 13px;
  font-size: 1.3rem;
}  
.contributor-summary .contributor-name {
  font-family: "Open Sans","Segoe UI Semilight",sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 10px;
}
.contributor-summary p.posts-count {

}
/* line 428, sass/partials/_scc.scss */
li.contributor-info:last-child {
  border-bottom: none;
}
/* @group gcard */
.gcard {
  max-width: 450px !important;
}
.gcard .grav-grav img {
  height: 145px;
  width: 145px;
}
/* @end gcard */

ul#slidebx {
  margin-top: 0;
}
/* line 431, sass/partials/_scc.scss */
#slidebx p:last-child {
  margin: 10px 0; }

/* line 434, sass/partials/_scc.scss */
#slidebx p:last-child {
  padding-bottom: 0px; }

/* Lists ---------------------- */
/* line 440, sass/partials/_scc.scss */
ul li ul, ul li ol {
  margin-bottom: 0;
  margin-left: 20px; }
/* line 445, sass/partials/_scc.scss */
ul.square, ul.circle, ul.disc {
  margin-left: 17px; }
/* line 448, sass/partials/_scc.scss */
ul.square {
  list-style-type: square; }
  /* line 450, sass/partials/_scc.scss */
  ul.square li ul {
    list-style: inherit; }
/* line 454, sass/partials/_scc.scss */
ul.circle {
  list-style-type: circle; }
  /* line 456, sass/partials/_scc.scss */
  ul.circle li ul {
    list-style: inherit; }
/* line 460, sass/partials/_scc.scss */
ul.disc {
  list-style-type: disc; }
  /* line 462, sass/partials/_scc.scss */
  ul.disc li ul {
    list-style: inherit; }
/* line 466, sass/partials/_scc.scss */
ul.no-bullet {
  list-style: none; }
/* line 469, sass/partials/_scc.scss */
ul.large li {
  line-height: 21px; }

/* line 473, sass/partials/_scc.scss */
input#signup_username {
  padding: .25em; }

/* line 477, sass/partials/_scc.scss */
.entry-content ul {
  margin: 1em 0;
  padding: 0 0 0 4em;
  list-style-type: square; }
/* line 482, sass/partials/_scc.scss */
.entry-content ol {
  margin: 1em 0;
  padding: 0 0 0 4em;
  list-style-type: decimal; }

/* line 488, sass/partials/_scc.scss */
ol {
  margin-bottom: 20px;
  margin-left: 20px; }
  /* line 492, sass/partials/_scc.scss */
  ol li ul, ol li ol {
    margin-bottom: 0;
    margin-left: 20px; }

/* Reset for strange margins by default on <figure> elements */
/* line 499, sass/partials/_scc.scss */
figure {
  margin: 0; }

/* line 502, sass/partials/_scc.scss */
hr {
  clear: both;
  margin: 22px 0 21px;
  height: 0;
  border: solid #ddd;
  border-width: 1px 0 0; }

/* line 509, sass/partials/_scc.scss */
.subheader {
  margin-top: 0;
  margin-bottom: 17px;
  color: #6f6f6f;
  font-weight: 300;
  line-height: 1.3; }

/* line 516, sass/partials/_scc.scss */
em, i {
  font-style: italic;
  line-height: inherit; }

/* line 520, sass/partials/_scc.scss */
strong, b {
  font-weight: bold;
  line-height: inherit; }

/* line 524, sass/partials/_scc.scss */
small {
  font-size: 60%;
  line-height: inherit; }

/* line 529, sass/partials/_scc.scss */
.banner-right {
  float: right; }

/* line 533, sass/partials/_scc.scss */
#faq p, #faq a {
  margin: .5em 0 .5em 1em;
  color: #0071ba;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  font-size: 10px; }
/* line 540, sass/partials/_scc.scss */
#faq .widget {
  overflow: hidden;
  margin-bottom: 1em;
  border-left: 5px solid #1570a6;
  background: #fff; }

/* line 547, sass/partials/_scc.scss */
ul#menu-faq li a:after {
  content: " »"; }

/* line 550, sass/partials/_scc.scss */
.bx-wrapper {
  position: relative;
  padding: 0; }

/* line 556, sass/partials/_scc.scss */
#top ul {
  padding-top: 1em; }
/* line 559, sass/partials/_scc.scss */
#top li {
  display: block;
  overflow: hidden; }

/* line 564, sass/partials/_scc.scss */
p.smForum {
  margin: .25em 0;
  text-transform: uppercase;
  font-size: 9px;
  font-size: .9rem; }

/* line 570, sass/partials/_scc.scss */
#forums {
  position: relative;
  clear: both;
  overflow: hidden;
  background: white; }
  /* line 572, sass/partials/_scc.scss */
  #forums.panel h4.title a {
    margin: .25em 0;
    color: #6B9E0E;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem; }
  /* line 579, sass/partials/_scc.scss */
  #forums.panel .bbp-topic-started-by {
    margin: .25em 0;
    font-size: 9px;
    font-size: .9rem; }
  /* line 584, sass/partials/_scc.scss */
  #forums.panel p {
    margin: .25em 0;
    font-size: 12px;
    font-size: 1.2rem; }
  /* line 589, sass/partials/_scc.scss */
  #forums.panel a {
    font-weight: 400; }

/* line 598, sass/partials/_scc.scss */
#posts, #active, #comment-div, #top, #download, #packCat, #wiki, #featured-researchthis, #sharethis, #dl-rt, #rt-posts, #rt-pop, #rt-what {
  position: relative;
  clear: both;
  overflow: hidden;
  background: white; }

/* line 605, sass/partials/_scc.scss */
#active.panel {
  padding: 20px 0 !important; }
/* line 608, sass/partials/_scc.scss */
#active .item-options {
  padding: 0 20px; }

/* line 612, sass/partials/_scc.scss */
#comment-div, #download, #packCat, #wiki, #featured-researchthis, #sharethis, #dl-rt, #rt-posts, #rt-pop, #rt-what {
  padding: 20px;
  border: solid 1px #e6e6e6; }

/* line 616, sass/partials/_scc.scss */
#forums:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #e34a28;
  color: white;
  content: "Forums";
  text-transform: uppercase;
  font-size: 11px; }

/* line 628, sass/partials/_scc.scss */
#posts:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #1570a6;
  color: white;
  content: "Blog Posts";
  text-transform: uppercase;
  font-size: 11px; }

/* line 640, sass/partials/_scc.scss */
#login:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #6B9E0E;
  color: white;
  content: "Login";
  text-transform: uppercase;
  font-size: 11px; }

/* line 652, sass/partials/_scc.scss */
#active:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #6B9E0E;
  color: white;
  content: "Members";
  text-transform: uppercase;
  font-size: 11px; }

/* line 664, sass/partials/_scc.scss */
#top:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #6B9E0E;
  color: white;
  content: "Top Users";
  text-transform: uppercase;
  font-size: 11px; }

/* line 676, sass/partials/_scc.scss */
#comment-div:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #1570a6;
  color: white;
  content: "Comments";
  text-transform: uppercase;
  font-size: 11px; }

/* line 688, sass/partials/_scc.scss */
#sharethis:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #FFB740;
  color: white;
  content: "Share This";
  text-transform: uppercase;
  font-size: 11px; }

/* line 700, sass/partials/_scc.scss */
#dl-rt:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #e34a28;
  color: white;
  content: "Download";
  text-transform: uppercase;
  font-size: 11px; }

/* line 712, sass/partials/_scc.scss */
#rt-posts:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #6B9E0E;
  color: white;
  content: "ResearchThis! Recent Posts";
  text-transform: uppercase;
  font-size: 11px; }

/* line 724, sass/partials/_scc.scss */
#rt-pop:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #0FA4E8;
  color: white;
  content: "Popular";
  text-transform: uppercase;
  font-size: 11px; }

/* line 736, sass/partials/_scc.scss */
#rt-what:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #68217a;
  color: white;
  content: "What is ResearchThis?";
  text-transform: uppercase;
  font-size: 11px; }

/* line 748, sass/partials/_scc.scss */
#featured-researchthis.panel h3.entry-title, #dl-rt.panel .alert-notification, #rt-what.panel h5 {
  margin: 1em 0; }

/* line 751, sass/partials/_scc.scss */
#featured-researchthis:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #68217a;
  color: white;
  content: "Featured Post";
  text-transform: uppercase;
  font-size: 11px; }

/* line 763, sass/partials/_scc.scss */
h1#researchthis.entry-title {
  margin: 0 0 .25em 0;
  width: 300px;
  height: 84px;
  background: url(images/research-this.png) no-repeat;
  text-indent: -9999px; }

/* line 770, sass/partials/_scc.scss */
ul.better-recent-comments li {
  margin-bottom: 1em; }

/* line 773, sass/partials/_scc.scss */
#download:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #1779B3;
  color: white;
  content: "Downloads";
  text-transform: uppercase;
  font-size: 11px; }

/* line 785, sass/partials/_scc.scss */
#packCat:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #125F8C;
  color: white;
  content: "Management Packs";
  text-transform: uppercase;
  font-size: 11px; }

/* line 797, sass/partials/_scc.scss */
#wiki:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px 0;
  width: 100%;
  background: #146899;
  color: white;
  content: "Wikis";
  text-transform: uppercase;
  font-size: 11px; }

/* line 809, sass/partials/_scc.scss */
#comments ul, .title {
  margin-top: 1em;
  font-size: 14px; }

/* line 813, sass/partials/_scc.scss */
#posts p {
  margin-right: 1em; }

/* line 816, sass/partials/_scc.scss */
#download p, #packCat p, #wiki p {
  font-size: 11px; }

/* line 819, sass/partials/_scc.scss */
a.better-recent-comments-author {
  margin-bottom: .25em;
  color: #6B9E0E; }

/* line 823, sass/partials/_scc.scss */
#slider {
  margin-top: 1em; }

/* line 827, sass/partials/_scc.scss */
h3.slider {
  padding: 0 0 0 30px;
  background: url(images/icons/icons_10.png) no-repeat; }
/* line 831, sass/partials/_scc.scss */
h3.recent-posts {
  margin: 0 0 1em 0;
  padding: 0 0 0 30px;
  background: url(images/icons/icons_06.png) no-repeat; }
/* line 836, sass/partials/_scc.scss */
h3.recent-comments {
  margin: 0 0 1em 0;
  padding: 0 0 0 30px;
  background: url(images/icons/icons_03.png) no-repeat; }
/* line 841, sass/partials/_scc.scss */
h3.forum-topics {
  padding: 0 0 0 40px;
  background: url(images/icons/icons_04.png) no-repeat; }
/* line 845, sass/partials/_scc.scss */
h3.downloads {
  padding: 0 0 0 30px;
  background: url(images/icons/icons_08.png) no-repeat; }
/* line 849, sass/partials/_scc.scss */
h3.pack-catalog {
  padding: 0 0 0 30px;
  background: url(images/icons/flag.png) no-repeat; }
/* line 853, sass/partials/_scc.scss */
h3.members {
  padding: 0 0 0 30px;
  background: url(images/icons/icons_07.png) no-repeat; }

/* line 858, sass/partials/_scc.scss */
.highlight {
  background: #1570A6; }

/* line 861, sass/partials/_scc.scss */
table {
  background: transparent; }

/* line 864, sass/partials/_scc.scss */
h5.add-topic {
  margin-top: 2em; }

/* layout */
/* line 868, sass/partials/_scc.scss */
.over-the-top {
  padding: 10px 0 20px 0;
  border-bottom: 7px solid #F65314;
  background: #333; }

/* line 873, sass/partials/_scc.scss */
#top-header {
  padding: 0; }

/* line 876, sass/partials/_scc.scss */
#header-menu {
  margin-bottom: 20px; }

/* line 879, sass/partials/_scc.scss */
.banner {
  margin: 0 auto;
  padding-top: 5px;
  width: auto; }

/* line 884, sass/partials/_scc.scss */
.more-link {
  white-space: nowrap; }

/* line 887, sass/partials/_scc.scss */
p.attribution {
  text-align: right; }

/* line 890, sass/partials/_scc.scss */
header.entry-header.main {
    margin-bottom: 2em;
    padding-bottom: .2em;
    background: transparent url(images/bkgs/stripes_tiny_08.png) bottom left repeat-x !important; 
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
}
.entry-header.main .page-title {
    float: left;
    font-weight: bold;
    padding: 0 0 20px 0;
    width: 90%;
}
.entry-header.main a {
    float: right;
    margin: 0;
    width: auto;
    padding: 0;
    font-size: 2.375rem;
}

/* line 895, sass/partials/_scc.scss */
.activity header.entry-header {
  margin-bottom: inherit;
  padding-bottom: inherit;
  background: transparent url(images/bkgs/stripes_tiny_08.png) bottom left repeat-x !important; }

/* line 900, sass/partials/_scc.scss */
article {
  margin: 0 0 30px 0;
  }
  /* line 901, sass/partials/_scc.scss */
  article.post,
  html .wp-pagenavi a, .wp-pagenavi span,
  .scc-persona-wrapper .persona,
  .comments-area,
  #new-post,
  .entry-content,
  .share-this-form_wrapper
{
    padding: 20px;
    position: relative;
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    html .wp-pagenavi a, html .wp-pagenavi span {
        padding: 5px 10px;
        border: none;
        }
        html .wp-pagenavi .pages {
            background: none;
            box-shadow: none;
            }
        html .wp-pagenavi {
            padding-top: 0;
        }
.single-forum .entry-content {
  background: transparent;
  box-shadow: none;
}

.share-this-form-wrapper.gform_wrapper .left_label .gfield_label {
    padding: 10px;
}

.commentlist {
    margin: 0;
    padding: 0;
}
.commentlist li {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
}
.commentlist li article,
.commentlist li .edit-link {
    margin: 0;
    padding: 0;
}
.commentlist li img.avatar {
    margin-right: 10px;
}

/* line 908, sass/partials/_scc.scss */
header .menu-action {
  position: relative;
  top: 1px;
  float: left;
  margin-top: 0; }

/* line 914, sass/partials/_scc.scss */
.cat-links input.search {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    border: 3px solid #eee;
}
.cat-links p, .by-line p {
  margin: .25em 0; }

/* line 917, sass/partials/_scc.scss */
header .menu-action .button.small {
  padding: 8px; }
  /* line 919, sass/partials/_scc.scss */
  header .menu-action .button.small svg {
    opacity: 0.5; }

/* line 923, sass/partials/_scc.scss */
.siteinfo h1 {
  margin: 10px 0 0 0;
  padding: 0;
  min-height: 50px;
  width: auto; }
  /* line 928, sass/partials/_scc.scss */
  .siteinfo h1 a#logo.brand {
    min-height: 50px;
    width: auto; }
.siteinfo h1 img {
    display: block;
}
/* line 933, sass/partials/_scc.scss */
#main {
  margin-bottom: 20px; }

/* line 936, sass/partials/_scc.scss */
form#searchform {
  margin: 30px 0 0 0;
  padding: 0; }
  /* line 939, sass/partials/_scc.scss */
  form#searchform input#s {
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 85%;
    height: 30px;
    border: 1px solid #DADCE0;
    background-color: #F9F9F9;
    color: #666;
    text-decoration: none; }

/* line 951, sass/partials/_scc.scss */
input.search_icon {
  padding: 3px 0 0 5px; }

/* line 954, sass/partials/_scc.scss */
.icons {
  margin: 10px 0 -5px 0;
  padding: 0 5px 0 0; }

/* post styling */
/* line 959, sass/partials/_scc.scss */
#main p.meta {
  color: #808080;
  font-style: italic; }

/* line 963, sass/partials/_scc.scss */
div[id*='attachment_'] {
  max-width: 100%;
  height: 100%; }

/* line 967, sass/partials/_scc.scss */
#main article img {
  margin-bottom: 18px;
  max-width: 100%; }

/* line 971, sass/partials/_scc.scss */
h1.single-title {
  line-height: 1.1; }

/* line 974, sass/partials/_scc.scss */
#home-mid {
  border-top: 2px solid #DDD;
  background: #f9f9f9 url(images/bkgs/stripes_tiny_05.png) 0 1px repeat; }

/* line 978, sass/partials/_scc.scss */
#footer {
  margin-top: 1em;
  border-top: 2px solid #e34a28;
  background: #eaeaea url(images/bkgs/stripes_tiny_05.png) 0 1px repeat; }
  /* line 982, sass/partials/_scc.scss */
  #footer a {
    color: #fff; }
    /* line 984, sass/partials/_scc.scss */
    #footer a:hover {
      border-bottom: 1px dotted #eee;
      color: #fff; }

/* line 990, sass/partials/_scc.scss */
.nav-previous a, .nav-next a {
  display: block;
  margin-top: .5em;
  text-decoration: none;
  font-size: .8em;
  line-height: 1.1em; }

/* line 997, sass/partials/_scc.scss */
.nav-previous {
  float: left;
  width: 50%; }

/* line 1001, sass/partials/_scc.scss */
.nav-next {
  float: right;
  width: 50%;
  text-align: right; }

/* line 1006, sass/partials/_scc.scss */
.nav-single {
  clear: both;
  overflow: hidden;
  margin: 1.5em 0; }

/* line 1011, sass/partials/_scc.scss */
li.grid {
  float: left;
  margin-right: 5%;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 45%;
  background: transparent url(images/bkgs/stripes_tiny_08.png) top left repeat-x;
  list-style: none; }

/* line 1021, sass/partials/_scc.scss */
header.entry-header h2.entry-title {
  margin-bottom: .25em;
  padding-bottom: .25em;
}

/* line 1027, sass/partials/_scc.scss */
article .entry-header {
    margin: 0 0 20px 0;
}
article .entry-header .row.entry-meta {
    border-bottom: 1px dotted #d9d9d9;
    font-weight: 900;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0 0 10px 0;
}
article .entry-header .row.entry-meta .columns {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}
.row .entrymeta .cat-links a, .entry-meta .cat-links a {
  color: #d83f28 !important; }

/* line 1031, sass/partials/_scc.scss */
header .row.entry-meta a, header .entry-meta time {
  text-decoration: none; }

/* line 1035, sass/partials/_scc.scss */
.love-it-wrapper {
  margin: 20px 0;
  padding: 0 0 5px 30px;
  background: url(images/icons/heart.png) no-repeat; }

/* line 1040, sass/partials/_scc.scss */
.upb_add_remove_links {
  float: left;
  margin-bottom: 20px;
  padding: 0 0 5px 30px;
  background: url(images/icons/bookmark.png) no-repeat; }

/* line 1046, sass/partials/_scc.scss */
.single .row.entry-meta, .row.entry-meta {
  margin: 0 .1em 0 .1em;
  padding: 0 0 .5em 0;
  border-bottom: 1px dotted #d9d9d9;
  font-weight: 900;
  font-size: 11px;
  font-size: 1.1rem; }

/* line 1057, sass/partials/_scc.scss */
#pagination {
  margin-bottom: 20px; }
  /* line 1059, sass/partials/_scc.scss */
  #pagination .next.page-numbers {
    padding-left: 3em; }
  /* line 1062, sass/partials/_scc.scss */
  #pagination .prev.page-numbers {
    padding-right: 3em; }

/* line 1066, sass/partials/_scc.scss */
article.download {
  margin-bottom: 1em; }

/* line 1070, sass/partials/_scc.scss */
img.alignleft {
  float: left;
  margin-right: 10px; }
/* line 1074, sass/partials/_scc.scss */
img.alignright {
  float: right;
  margin-left: 10px; }
/* line 1078, sass/partials/_scc.scss */
img.aligncenter {
  display: block;
  margin: 0 auto; }

/* line 1083, sass/partials/_scc.scss */
p.tags a:hover {
  color: #f0f0f0; }

/* line 1086, sass/partials/_scc.scss */
video {
  max-width: 100%;
  height: auto; }

/* line 1090, sass/partials/_scc.scss */
.video-container {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0; }
  /* line 1096, sass/partials/_scc.scss */
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 1104, sass/partials/_scc.scss */
.video-wrapper {
  width: 630px;
  margin-bottom: 18px;
  max-width: 100%; }

/* line 1109, sass/partials/_scc.scss */
.alert-notification {
  margin: 2em 0;
  padding: 20px 20px 20px 60px;
  border: 1px solid #4F8A10;
  background: #dff2bf url(images/icons/download-icon-24.png) 30px 17px no-repeat;
  color: #4F8A10; }

/* line 1116, sass/partials/_scc.scss */
#crayon-te-title {
  display: none; }

/* line 1119, sass/partials/_scc.scss */
#content_crayon_tinymce span.mce_crayon_tinymce {
  background: url(../images/crayon_tinymce.png) !important; }

/* line 1122, sass/partials/_scc.scss */
.wp-switch-editor {
  height: auto !important; }

/* line 1125, sass/partials/_scc.scss */
pre {
  display: block;
  margin: 0 0 18px;
  padding: 8.5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #F5F5F5;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 18px; }

/* line 1136, sass/partials/_scc.scss */
code {
  padding: 1px 3px;
  color: rgba(0, 0, 0, 0.75);
  padding: 5px 15px;
  font-size: 12px;
  font-family: Monaco,Andale Mono,Courier New,monospace; }

/* line 1143, sass/partials/_scc.scss */
pre {
  padding: 5px 15px;
  font-size: 12px;
  font-family: Monaco,Andale Mono,Courier New,monospace; }

/* line 1148, sass/partials/_scc.scss */
.entry-content img, .comment-content img, .widget img {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

/* line 1154, sass/partials/_scc.scss */
img.header-image, img.author-avatar, img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
/* line 1159, sass/partials/_scc.scss */
img.avatar {
  float: left;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

/* line 1165, sass/partials/_scc.scss */
.smw_center img, .smw_left img {
  border-radius: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2); }

/* line 1169, sass/partials/_scc.scss */
a.ir {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  /* line 1175, sass/partials/_scc.scss */
  a.ir:before {
    display: block;
    width: 0;
    height: 100%;
    content: ""; }

/* line 1182, sass/partials/_scc.scss */
.clearfix {
  *zoom: 1; }
  /* line 1183, sass/partials/_scc.scss */
  .clearfix:before {
    display: table;
    content: " "; }
  /* line 1187, sass/partials/_scc.scss */
  .clearfix:after {
    display: table;
    content: " ";
    clear: both; }

/* line 1194, sass/partials/_scc.scss */
.gsc-control-searchbox-only {
  margin-top: 2em; }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    margin: 0;
    padding: 0;
  }
  #masthead #top-header input.gsc-search-button-v2 {
        margin: 3px 0 0 0;
        padding: 5px 8px;
        font-size: 20px;
        line-height: 20px;
        height: 23px;
        width: 30px;
  }
  input.search.form-control {
    display: block;
    padding: 5px 10px;
    width: 100%;
    border: 3px solid #eaeaea;
    margin: 0 0 10px 0;
  }

/* General button styling */
/* line 1198, sass/partials/_scc.scss */
#sbutton {
  height: 32px; }

/* line 1201, sass/partials/_scc.scss */
.clean_button {
  float: left;
  margin: 1em .25em 0 0;
  width: 24px;
  height: 24px; }
  /* line 1206, sass/partials/_scc.scss */
  .clean_button:hover {
    background-position: 0 -46px; }

/* line 1210, sass/partials/_scc.scss */
#social {
  padding: 2em 0 0 0; }

/* line 1213, sass/partials/_scc.scss */
.facebook_button {
  background: url(images/img/facebook.png) no-repeat 0 0; }

/* line 1216, sass/partials/_scc.scss */
.twitter_button {
  background: url(images/img/twitter-2.png) no-repeat 0 0; }

/* featured posts slider */
/* line 1220, sass/partials/_scc.scss */
#bbp_replies_widget-4 ul, ul#members-list.item-list, .widget.widget_cp_topuserswidget ul {
  padding-left: 0;
  list-style-type: none; }

/* line 1224, sass/partials/_scc.scss */
.item-title.fn {
  font-size: 16px;
  font-size: 1.6rem; }

/* line 1229, sass/partials/_scc.scss */
ul#members-list.item-list .item-meta {
  margin-top: .5em; }
/* line 1232, sass/partials/_scc.scss */
ul#members-list.item-list li.vcard {
  display: block;
  overflow: hidden; }

/* line 1237, sass/partials/_scc.scss */
#bp_core_members_widget-5 .item-options {
  padding: 10px 0 20px 0; }

/* line 1240, sass/partials/_scc.scss */
#bbp_replies_widget-4 ul li {
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid #EAEAEA; }

/* line 1245, sass/partials/_scc.scss */
#bbp_topics_widget-9.widget.widget_display_topics ul {
  padding-left: 0;
  list-style-type: none; }

/* line 1249, sass/partials/_scc.scss */
#bbp_topic_content_toolbar1, #bbp_topic_content_toolbar2, #bbp_reply_content_toolbar1, #bbp_reply_content_toolbar2 {
  width: 100% !important; }

/* line 1252, sass/partials/_scc.scss */
.widget.widget_bp_core_recently_active_widget .item-avatar {
  float: left;
  padding-right: 5px;
  padding-bottom: 20px;
  width: 55px; }

/* line 1259, sass/partials/_scc.scss */
.post_content ul {
  margin-bottom: 30px;
  padding: 10px 0 0 25px;
  list-style-image: url(images/icons/tick.png); }
/* line 1264, sass/partials/_scc.scss */
.post_content li {
  padding: 0 0 10px 0; }

/* line 1273, sass/partials/_scc.scss */
#sidebar-alt li {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd; }

/* line 1279, sass/partials/_scc.scss */
ul.widget-featured-download, ul.widget-top-sellers {
  list-style-type: none; }

/* line 1283, sass/partials/_scc.scss */
.sidebar ul {
  list-style-type: none; }

/* line 1287, sass/partials/_scc.scss */
ul.widget-featured-download li, ul.widget-top-sellersli {
  display: block;
  padding: 5px 0; }

/* line 1292, sass/partials/_scc.scss */
.sidebar ul li {
  display: block;
  padding: 5px 0; }

/* line 1296, sass/partials/_scc.scss */
.WPBannerizeWidget {
  padding-top: 20px; }

/* line 1299, sass/partials/_scc.scss */
.widgettitle {
  margin: 0 0 1em 0;
  font-size: 18px;
  font-size: 1.8rem; }

/* line 1304, sass/partials/_scc.scss */
.textwidget a.button.button-green {
  margin: 2em 0 0 0;
  padding: 1em; }

/* line 1309, sass/partials/_scc.scss */
#sidebar a.button.button-green {
  margin: 2em 0 0 0;
  padding: 1em; }
/* line 1313, sass/partials/_scc.scss */
#sidebar .widget,
.menu-panel,
.panel.widget {
  position: relative;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 40px 20px 20px;
  margin-top: 13px;
}
#sidebar .widget > ul > li,
.most-loved > li,
.widget.widget_nav_menu li {
    border-bottom: 1px solid #ddd;
    padding: 1em 0;    
    list-style: none;
}
#sidebar .widget > ul > li:first-child,
.most-loved > li:first-child,
.widget.widget_nav_menu li:first-child {
    padding-top: 0;
}
#sidebar .widget > ul > li:last-child,
.most-loved > li:last-child,
.widget.widget_nav_menu li:last-child {
    border: none;
    padding-bottom: 0;
}
#sidebar .widget iframe {
    width: 100% !important;
    border: none !important;
    margin: 0;
    padding: 0;
}
#sidebar .popular_bookmark a {
    width: 92%;
    float: left;
    padding-right: 20px;
}

/* comments */

.comment-respond {
    padding-top: 30px;
}

/* line 1321, sass/partials/_scc.scss */
ul#comments {
  margin-left: 0;
  list-style-type: none; }
  /* line 1324, sass/partials/_scc.scss */
  ul#comments ul#comments {
    margin-left: 0;
    list-style-type: none; }

/* line 1329, sass/partials/_scc.scss */
li.comment {
  margin-left: 0;
  list-style-type: none; }

/* line 1334, sass/partials/_scc.scss */
ul.commentlist div.avatar {
  float: left;
  margin-right: 10px; }
/* line 1338, sass/partials/_scc.scss */
ul.commentlist time {
  color: #eeeeee;
  font-size: .8em; }
/* line 1342, sass/partials/_scc.scss */
ul.commentlist div.comment-author {
  position: relative; }

/* line 1346, sass/partials/_scc.scss */
.panel ol.commentlist a.comment-edit-link {
  color: #ffffff;
  text-decoration: none; }

/* line 1350, sass/partials/_scc.scss */
ul.commentlist span.edit-comment {
  position: absolute;
  top: 0;
  right: 1.5em; }

/* line 1355, sass/partials/_scc.scss */
.comments-title {
  margin: 0 0 20px 0; }

/* line 1358, sass/partials/_scc.scss */
.comment h4 {
  margin-bottom: 0; }

/* line 1361, sass/partials/_scc.scss */
a.comment-reply-link {
  display: none;
  visibility: hidden; }

/* line 1365, sass/partials/_scc.scss */
#cancel-comment-reply {
  padding-left: 20px; }

/* line 1368, sass/partials/_scc.scss */
#comment-nav ul, #comment-form-elements {
  margin: 0;
  list-style-type: none; }

/* specific post-type styles */
/* image attachment */
/* line 1374, sass/partials/_scc.scss */
.attachment #main .post_content img {
  max-width: 100%; }

/* line 1377, sass/partials/_scc.scss */
li.next {
  text-align: right; }

/* line 1381, sass/partials/_scc.scss */
#sidebar1 .metadata, #sidebar1 .caption {
  padding-bottom: 20px; }

/* widget styles */
/* line 1386, sass/partials/_scc.scss */
.widget {
  margin-bottom: 1em; 
  position: relative;
}
  /* line 1387, sass/partials/_scc.scss */
  /* line 1396, sass/partials/_scc.scss */
  .widget.soliloquy {
    overflow: hidden;
    margin-bottom: 2em; }

/* line 1401, sass/partials/_scc.scss */
#top-widgets {
  margin-bottom: .5em;
  padding-bottom: 1em;
  background: transparent url(images/bkgs/stripes_tiny_08.png) bottom left repeat-x; }

/* line 1407, sass/partials/_scc.scss */
.widget li {
  margin-bottom: 2px; }
/* line 1410, sass/partials/_scc.scss */
.widget ul.children {
  margin-bottom: 0; }
  /* line 1412, sass/partials/_scc.scss */
  .widget ul.children li {
    margin-left: 9px; }

/* line 1417, sass/partials/_scc.scss */
#tag-cloud {
  margin-bottom: 18px; }

/* line 1420, sass/partials/_scc.scss */
a[class^='tag-link-']:hover {
  color: #f0f0f0; }

/* line 1423, sass/partials/_scc.scss */
ul#activity-stream.activity-list {
  list-style-type: none; }

/* line 1426, sass/partials/_scc.scss */
li.activity-item {
  margin: 0 0 10px 0;
  list-style-type: none; }

/* line 1430, sass/partials/_scc.scss */
.item-list-tabs.activity-type-tabs {
  display: block;
  padding: 20px 0 0 0;
  text-align: center; }

/*  Downloads Styles*/
/* line 1437, sass/partials/_scc.scss */
.scc_download_excerpt h3 {
  margin: 2em 0 0 0;
  color: #6a6a6a !important;
  font-size: 14px;
  font-size: 1.4rem; }
/* line 1443, sass/partials/_scc.scss */
.scc_download_excerpt ol {
  margin-left: 0; }

/* line 1447, sass/partials/_scc.scss */
ul {
  margin-left: 0; }

/* line 1450, sass/partials/_scc.scss */
a#add-download {
  display: block;
  clear: both;
  margin-bottom: 1em;
  border: 1px solid #0D58A6;
  border-top-color: #4188D3;
  border-left-color: #4188D3;
  background-color: #73B8FF;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.3);
  color: #165DA6;
  color: #f9f9f9 !important;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3) !important;
  line-height: 2; }
  /* line 1465, sass/partials/_scc.scss */
  a#add-download:hover {
    border: 1px solid #0D58A6;
    border-top-color: #4188D3;
    border-left-color: #4188D3;
    background-color: #44A0FF;
    color: #04376C; }

/* line 1473, sass/partials/_scc.scss */
.download-button {
  padding-top: 40px; }

/* line 1476, sass/partials/_scc.scss */
.panel.callout {
  border-color: #005d33;
  background: #6b9e0e;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  color: white; }

/* line 1484, sass/partials/_scc.scss */
footer {
  padding: 20px 0;
  background: #444444 url(images/bkgs/stripes_tiny_10.png) 0 1px repeat;
  color: #efefef; }
#wpstats {
  position: absolute;
  z-index: -10;
  bottom: 0;
  left: 0;
}
/* line 1489, sass/partials/_scc.scss */
#tabs #big ul {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 40px;
  list-style-image: url(images/icons/tick.png); }

/* line 1495, sass/partials/_scc.scss */
.ui-tabs {
  position: relative;
  padding: .2em;
  outline: 0;
  zoom: 1; }
  /* line 1500, sass/partials/_scc.scss */
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 2em 0; }
    /* line 1503, sass/partials/_scc.scss */
    .ui-tabs .ui-tabs-nav li {
      position: relative;
      top: 0;
      float: left;
      margin: 1px .2em 0 0;
      padding: 0;
      outline: 0;
      border-bottom: 0;
      list-style: none;
      white-space: nowrap; }
      /* line 1513, sass/partials/_scc.scss */
      .ui-tabs .ui-tabs-nav li a {
        display: block;
        margin-bottom: 2em;
        padding: 0px 10px;
        padding-bottom: 1em;
        width: auto;
        height: 29px;
        border: solid 1px #ddd;
        border-width: 1px 1px 0 1px;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        border-top-right-radius: 2px;
        text-decoration: none;
        font-size: 13px;
        line-height: 30px; }
        /* line 1514, sass/partials/_scc.scss */
        .ui-tabs .ui-tabs-nav li a:focus {
          outline: 0; }
      /* line 1535, sass/partials/_scc.scss */
      .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        margin-bottom: -1px;
        padding-bottom: 1px; }
        /* line 1538, sass/partials/_scc.scss */
        .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
          position: relative;
          top: -6px;
          margin: 0 0 0 -1px;
          height: 30px;
          border-top: 2px solid #444;
          border-left-width: 1px;
          -webkit-border-top-left-radius: 2px;
          -moz-border-radius-topleft: 2px;
          border-top-left-radius: 2px;
          -webkit-border-top-right-radius: 2px;
          -moz-border-radius-topright: 2px;
          border-top-right-radius: 2px;
          background: #fff;
          color: #111; }
      /* line 1555, sass/partials/_scc.scss */
      .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
        display: block;
        margin: 0 0 20px 0;
        padding: 0;
        border-bottom: solid 1px #ddd; }
      /* line 1561, sass/partials/_scc.scss */
      .ui-tabs .ui-tabs-nav li a {
        position: relative;
        top: -4px;
        margin: 0 0 0 -1px;
        height: 30px;
        border-left-width: 1px;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        border-top-right-radius: 2px;
        background: #fff;
        color: #111;
        cursor: pointer; }

/* line 1580, sass/partials/_scc.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  position: relative;
  top: -4px;
  margin: 0 0 0 -1px;
  height: 30px;
  border-left-width: 1px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  background: whitesmoke url(images/bkgs/stripes_tiny_05.png) repeat;
  color: #111;
  cursor: pointer; }

/* line 1596, sass/partials/_scc.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  margin-bottom: 1em;
  padding: 0 5em 0 0;
  border-bottom: 1px solid #ddd;
  background: none; }

/* line 1603, sass/partials/_scc.scss */
.item-list-tabs ul li.feed a {
  margin: 0 0 5px 5px;
  padding-left: 20px;
  width: 24px;
  height: 24px;
  background: url(images/icons/rss.png) center left no-repeat;
  text-indent: -9999px; }

/* line 1611, sass/partials/_scc.scss */
.widget.buddypress ul.item-list img.avatar {
  margin: 10px 10px 0 10px;
  width: 40px;
  height: 40px; }

/* line 1616, sass/partials/_scc.scss */
.widget_display_forums ul li a {
  font-size: 18px;
  font-size: 1.8rem; }

/* line 1620, sass/partials/_scc.scss */
.row.bottom {
  margin-top: 2em !important; }

/* line 1624, sass/partials/_scc.scss */
.menu-panel {
  padding: 1em 0;
  margin-bottom: 1em; }

ul.swa-activity-list li {
  border-bottom: 1px solid #DDDDDD;
}
ul.swa-activity-list li:last-child {
  border-bottom: none;
} 
/* line 1629, sass/partials/_scc.scss */
.swa-activity-list div.swa-activity-avatar {
  padding: 0 1em 1em 0 !important; }

/* line 1633, sass/partials/_scc.scss */
.swa-activity-list .swa-activity-content:before {
  content: '';
  display: table; }

/* line 1, sass/partials/_bbpress.scss */
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  font-size: 12px;
  overflow: hidden;
  border: none;
  margin-bottom: 20px;
  clear: both; }

/* line 9, sass/partials/_bbpress.scss */
li.bbp-forum-info, li.bbp-topic-title {
  width: 100%; }

/* line 13, sass/partials/_bbpress.scss */
h3.widget-title a.swa-rss:after {
  content: '\f09e';
  font-family: FontAwesome;
  color: #EB3C00;
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px; }

/* line 22, sass/partials/_bbpress.scss */
#menu-new-forum-topic li {
  display: block;
  padding: 1em;
  background: #7CBB00;
  margin-bottom: 2em; }

/* line 29, sass/partials/_bbpress.scss */
#menu-new-forum-topic li a {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  padding-top: 0;
  margin-top: 0;
  color: #fff; }

/* line 38, sass/partials/_bbpress.scss */
#menu-new-forum-topic li a:after {
  content: '\f0a9';
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 600;
  margin-left: 30px; }

/* line 45, sass/partials/_bbpress.scss */
p.forum-sub-link:before {
  content: "\F046";
  font-family: FontAwesome;
  font-size: 14px;
  color: #EB3C00;
  padding-right: 5px; }

/* line 52, sass/partials/_bbpress.scss */
#bbpress-forums ul.odd {
  border-left: #e5e5e5; }

/* line 55, sass/partials/_bbpress.scss */
.avatar-14 {
  display: none; }

/* line 58, sass/partials/_bbpress.scss */
.single-forum .bbp-template-notice.info {
  display: none; }

/* line 63, sass/partials/_bbpress.scss */
.windows-azure,
.bbp-parent-forum-143 {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 5px solid #F6990F;
  padding: .5em !important;
  margin-bottom: .5em !important; }

/* line 72, sass/partials/_bbpress.scss */
/*.windows-azure-pack,
.bbp-parent-forum-218686 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #BA141A;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

/* line 82, sass/partials/_bbpress.scss */
/*.intune,
.bbp-parent-forum-218687 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #442359;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

/* line 92, sass/partials/_bbpress.scss */
/*.office-365,
.bbp-parent-forum-218688 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #FFB900;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

/* line 101, sass/partials/_bbpress.scss */
/*.app-v,
.bbp-parent-forum-218703 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #273A96;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

/* line 110, sass/partials/_bbpress.scss */
/*.config-manager,
.bbp-parent-forum-6 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #00D8CC;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

/* line 119, sass/partials/_bbpress.scss */
.service-manager,
.bbp-parent-forum-122 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #FFB900;
  padding: .5em !important;
  margin-bottom: .5em !important; }

/* line 128, sass/partials/_bbpress.scss */
.hyper-v,
.bbp-parent-forum-10 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #DD5900;
  padding: .5em !important;
  margin-bottom: .5em !important; }

/* line 137, sass/partials/_bbpress.scss */
.app-controller,
.bbp-parent-forum-218704 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #0054A5;
  padding: .5em !important;
  margin-bottom: .5em !important; }

/* line 146, sass/partials/_bbpress.scss */
.data-protection-manager,
.bbp-parent-forum-11 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #B4009E;
  padding: .5em !important;
  margin-bottom: .5em !important; }

/* line 155, sass/partials/_bbpress.scss */
/*.operations-manager,
.bbp-parent-forum-4 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #FFB900;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

/* line 164, sass/partials/_bbpress.scss */
/*.scvmm,
.bbp-parent-forum-9 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #68217A;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

/* line 173, sass/partials/_bbpress.scss */
/*.essentials-sce,
.bbp-parent-forum-8 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #7FBA00;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

/* line 182, sass/partials/_bbpress.scss */
/*.powershell,
.bbp-parent-forum-218705 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #1BB6E2;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

/* line 191, sass/partials/_bbpress.scss */
/*.orchestrator,
.bbp-parent-forum-136 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #C0D840;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

/* line 203, sass/partials/_bbpress.scss */
/*.bbp-parent-forum-130,
.bbp-parent-forum-132,
.bbp-parent-forum-5,
.bbp-parent-forum-7 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #ddd;
  padding: .5em !important;
  margin-bottom: .5em !important; }*/

#bbpress-forums .topic {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #ddd;
  padding: .5em !important;
  margin-bottom: .5em !important; }

/* line 240, sass/partials/_bbpress.scss */
h4.orchestrator a,
h4.orchestrator a:focus,
h4.powershell a,
h4.powershell a:focus,
h4.hyper-v a,
h4.hyper-v a:focus,
h4.app-controller a,
h4.app-controller a:focus,
h4.data-protection a,
h4.data-protection a:focus,
h4.operations-manager a,
h4.operations-manager a:focus,
h4.scvmm a,
h4.scvmm a:focus,
h4.essentials-sce a,
h4.essentials-sce a:focus,
h4.service-manager a,
h4.service-manager a:focus,
h4.config-manager a,
h4.config-manager a:focus,
h4.app-v a,
h4.app-v a:focus,
h4.office-365 a,
h4.office-365 a:focus,
h4.intune a,
h4.intune a:focus,
h4.windows-azure-pack a,
h4.windows-azure-pack a:focus,
h4.windows-azure a,
h4.windows-azure a:focus {
  font-size: 12px;
  margin-bottom: 1em; }

/* line 244, sass/partials/_bbpress.scss */
.forum-loopy-wrap.loopy-wrap {
  width: 70%;
  float: left;
}

.forum-sidebar.sidebar{
  float: right;
}

.loopy-wrap h4 a {
  font-size: 14px; }

/* line 248, sass/partials/_bbpress.scss */
.loopy-wrap p {
  font-size: 12px;
  margin: .5em 0 0 0; }

/* line 252, sass/partials/_bbpress.scss */
.menu-cloud-blogs-container {
  padding-top: 3em; }

/* line 256, sass/partials/_bbpress.scss */
.forums-info .menu > li > a {
  margin-right: 2em;
  padding: .5em 1em;
  color: #777;
  border: 1px solid #ddd; }

/* line 263, sass/partials/_bbpress.scss */
.page .topic-not-resolved,
.single-forum .topic-not-resolved {
  float: left;
  padding: 1em .5em;
  margin-right: 1em;
  font-size: 13px;
  background-color: #E34A28;
  border: 1px solid #E34A28;
  color: #FFF;
  text-shadow:  1px 1px 2px #464646;
}
.page .topic-resolved,
.single-forum .topic-resolved  {
  float: left;
  padding: 1em .5em;
  margin-right: 1em;
  font-size: 13px;
  background-color: #77A423;
  border: 1px solid #77A423;
  color: #FFF;
  text-shadow:  1px 1px 2px #464646;
}
.page .topic-discussion,
.single-forum .topic-discussion {
  float: left;
  padding: 1em .5em;
  margin-right: 1em;
  font-size: 13px;
  background-color: rgb( 51, 102, 204 );
  border: 1px solid rgb( 51, 102, 204 );
  color: #FFF;
  text-shadow:  1px 1px 2px #464646; 
}

/* line 276, sass/partials/_bbpress.scss */
.support-select-status {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
  color: #00A1F1; }

/* line 282, sass/partials/_bbpress.scss */
.support-select-box select {
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  color: #00A1F1;
  margin: 0;
  display: inline-block;
  background: #fff;
  border-radius: 0px; }

/* line 294, sass/partials/_bbpress.scss */
#bbpress-forums div.bbp-forum-author a.bbp-author-name, #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
  margin: 0; }

/* line 298, sass/partials/_bbpress.scss */
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
  width: 20%;
  float: left;
  text-align: left;
  padding: 2em;
  margin-right: 0;
  border-right: 1px solid #ddd; }

/* line 307, sass/partials/_bbpress.scss */
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  border-top: none;
  overflow: hidden;
  padding: 8px;
  margin-bottom: 10px; }

/* line 314, sass/partials/_bbpress.scss */
#menu-forum-topic-form li {
  display: block;
  padding: 1em;
  background: #7CBB00;
  margin-bottom: 2em; }

/* line 321, sass/partials/_bbpress.scss */
#menu-forum-topic-form li a {
  text-transform: uppercase;
  line-height: 1;
  padding-top: 0;
  margin-top: 0;
  color: #fff; }
  
.widget_text {
    position: static;
}

/* line 329, sass/partials/_bbpress.scss */
#menu-forum-topic-form li a:after {
  content: '\f18e';
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 300;
  margin-left: 20px; }

/* line 337, sass/partials/_bbpress.scss */
.filter:after {
  color: #F65314;
  content: '\f0b0';
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px; }

/*.all-forums:after {
  color: #68217A;
content: '\f0c0';
font-family: FontAwesome;
font-size: 18px;
font-weight: 300;
margin-left: 10px;
}*/
/* line 355, sass/partials/_bbpress.scss */
.cloud:after {
  color: #00A1F1;
  content: '\f0c2';
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px; }

/* line 364, sass/partials/_bbpress.scss */
.data-center:after {
  color: #00A1F1;
  content: '\f011';
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px; }

/* line 373, sass/partials/_bbpress.scss */
.scripting:after {
  color: #00A1F1;
  content: '\f121';
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px; }

/* line 382, sass/partials/_bbpress.scss */
.itsm:after {
  color: #00A1F1;
  content: '\f108';
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px; }

/* line 392, sass/partials/_bbpress.scss */
#bbp_topic_content_tbl .mceIframeContainer.mceFirst.mceLast {
  border: 1px solid #eee; }

/* line 396, sass/partials/_bbpress.scss */
.bpbbpst-define-support {
  float: right;
  margin-top: -40px !important; }

/* line 401, sass/partials/_bbpress.scss */
select#drop-nav {
  background: #efefef;
  border: 1px solid #ddd; }

/* line 405, sass/partials/_bbpress.scss */
.loopy-wrap h4 a {
  color: #1a1a1a; }

/* line 409, sass/partials/_bbpress.scss */
.page-template-page-forum-index-php .topic {
  padding: 1em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd; }

/* line 1, sass/partials/_nav.scss */
.login {
  float: right;
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin: 0 40px 0 0;
  margin: 0 2.857142857rem 0 0;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 3.692307692; }

/* line 12, sass/partials/_nav.scss */
.menu-main-menu-container {
  float: left; }

/* line 15, sass/partials/_nav.scss */
nav#site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #222;
  z-index: 99999;
  -webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.5);
  box-shadow: 0 2px 5px rgba(50, 50, 50, 0.5); }

/* line 26, sass/partials/_nav.scss */
.logged-in nav#site-navigation {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  background: #222;
  z-index: 99999;
  -webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.5);
  box-shadow: 0 2px 5px rgba(50, 50, 50, 0.5); }

/* Navigation Menu */
/* line 39, sass/partials/_nav.scss */
.main-navigation .fontawesome-text {
  display: none; }

/* line 44, sass/partials/_nav.scss */
.main-navigation li {
  line-height: 1.42857143; }
/* line 47, sass/partials/_nav.scss */
.main-navigation a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 600; }
  /* line 52, sass/partials/_nav.scss */
  .main-navigation a:hover {
    color: #EB3C00; }
/* line 56, sass/partials/_nav.scss */
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
  display: none; }
/* line 59, sass/partials/_nav.scss */
.main-navigation ul.nav-menu.toggled-on {
  display: inline-block; }

/* line 64, sass/partials/_nav.scss */
.submenu {
  margin-left: 10px; }

  /* line 70, sass/partials/_nav.scss */
  .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    display: inline-block !important;
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    text-align: left; }
  /* line 77, sass/partials/_nav.scss */
  .main-navigation ul {
    margin: 0;
    text-indent: 0; padding: 0;}
  /* line 81, sass/partials/_nav.scss */
  .main-navigation li {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin: 0 40px 0 0;
    margin: 0 2.857142857rem 0 0; }
    /* line 82, sass/partials/_nav.scss */
    .main-navigation li a {
      display: inline-block;
      text-decoration: none;
      border-bottom: 0;
      color: #ffffff;
      text-transform: uppercase;
      white-space: nowrap;
      line-height: 3.692307692; }
      /* line 90, sass/partials/_nav.scss */
      .main-navigation li a:hover {
        color: #EB3C00; }
    /* line 99, sass/partials/_nav.scss */
    .main-navigation li ul {
      position: absolute;
      top: 100%;
      z-index: 1;
      display: none;
      margin: 0;
      padding: 0; }
      /* line 106, sass/partials/_nav.scss */
      .main-navigation li ul ul {
        top: 0;
        left: 100%; }
  /* line 112, sass/partials/_nav.scss */
  .main-navigation ul li:hover > ul {
    display: block;
    border-left: 0; }
  /* line 116, sass/partials/_nav.scss */
  .main-navigation li ul li a {
    display: block;
    padding: 10px 20px;
    width: 200px;
    background: #EB3C00;
    color: #2e2e2e;
    text-align: left;
    white-space: normal;
    font-size: 12px;
    line-height: 1.2; }
    /* line 125, sass/partials/_nav.scss */
    .main-navigation li ul li a:hover {
      color: #fff; }
    .main-navigation .sub-menu li .sub-menu a {
        background: #FFBB00;
    }
  /* line 129, sass/partials/_nav.scss */
  .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #FFF; }

  /* line 133, sass/partials/_nav.scss */
  .menu-toggle {
    display: inline-block; }

  /* Assistive text */
  /* line 140, sass/partials/_nav.scss */
  .assistive-text, .site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px); }

  /* line 145, sass/partials/_nav.scss */
  .main-navigation .assistive-text:focus {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000;
    /* Above WP toolbar */
    display: block;
    clip: auto !important;
    padding: 12px;
    border: 2px solid #333;
    border-radius: 3px;
    background: #fff;
    color: #000;
    font-size: 12px; }
    
.main-navigation .sub-menu {
    
}
/* line 1, sass/partials/_wordpress.scss */
.site {
  overflow: hidden; }

/* line 4, sass/partials/_wordpress.scss */
.tagline {
  clear: both;
  margin: 1em 0 1em 0;
  padding: 1em 0;
  text-align: center;
  font-style: italic;
  font-size: 1.5em; }

  /* line 16, sass/partials/_wordpress.scss */
  #rss-feed .category-feed a {
    padding: 0 0 10px 32px;
    width: 32px;
    height: 40px;
    background: url(images/icons/rss.png) no-repeat; }

/* line 24, sass/partials/_wordpress.scss */
.feed-link {
  margin: 11em 0 0 0; }
  /* line 26, sass/partials/_wordpress.scss */
  .feed-link img {
    width: 16px;
    height: 16px; }

/* line 32, sass/partials/_wordpress.scss */
.feed-link-author img {
  width: 16px;
  height: 16px; }

/* line 37, sass/partials/_wordpress.scss */
.feed-link h5 {
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd; }

/* line 42, sass/partials/_wordpress.scss */
.feed-link-author {
  margin-top: 3em; }

/* line 46, sass/partials/_wordpress.scss */
.page-template-templatespage-downloads-php .sharedaddy {
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 0; }

/* line 54, sass/partials/_wordpress.scss */
.page-template-templatespage-pack-catalogs-php .sharedaddy {
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 0; }
/* line 60, sass/partials/_wordpress.scss */
.page-template-templatespage-pack-catalogs-php div.sharedaddy div.sd-block {
  display: none;
  margin: 0;
  padding: 0;
  height: 0; }

/* line 68, sass/partials/_wordpress.scss */
.page-template-templatespage-downloads-php div.sharedaddy div.sd-block {
  display: none;
  margin: 0;
  padding: 0;
  height: 0; }

/* line 75, sass/partials/_wordpress.scss */
.page-template-templatespage-pack-catalogs-php article, .page-template-templatespage-downloads-php article {
  padding-bottom: 1em;
  border-bottom: 1px dotted #d9d9d9; }

/* line 80, sass/partials/_wordpress.scss */
.content-box-blue {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 24px;
  padding: 1.5rem;
  border: 1px solid #afcde3;
  background-color: #d8ecf7; }

/* Misc ---------------------- */
/* line 91, sass/partials/_wordpress.scss */
.widget.bbp_widget_login {
  padding: 10px; }

/* line 95, sass/partials/_wordpress.scss */
hr {
  border-color: #e0e0e0 #fff #f9f9f9 #fff;
  border-bottom-width: 1px; }

/* line 100, sass/partials/_wordpress.scss */
.left {
  float: left; }

/* line 104, sass/partials/_wordpress.scss */
.right {
  float: right; }

/* line 108, sass/partials/_wordpress.scss */
.text-left {
  text-align: left; }

/* line 112, sass/partials/_wordpress.scss */
.text-right {
  text-align: right; }

/* line 116, sass/partials/_wordpress.scss */
.text-center {
  text-align: center; }

/* line 120, sass/partials/_wordpress.scss */
.hide {
  display: none; }

/* line 124, sass/partials/_wordpress.scss */
.hide-override {
  display: none !important; }

/* line 128, sass/partials/_wordpress.scss */
.highlight {
  background: #f2ee13; }

/* line 132, sass/partials/_wordpress.scss */
#googlemap img, object, embed {
  max-width: none; }

/* line 137, sass/partials/_wordpress.scss */
#map_canvas embed, #map_canvas img, #map_canvas object {
  max-width: none; }

/* line 142, sass/partials/_wordpress.scss */
.category-desc {
  margin-bottom: 10px; }

/* line 146, sass/partials/_wordpress.scss */
.category-feed {
  display: block; }

/* line 151, sass/partials/_wordpress.scss */
#rss.row {
  margin-bottom: 1em; }
/* line 154, sass/partials/_wordpress.scss */
#rss li {
  display: block;
  margin: 1em 0;
  padding-bottom: .5em;
  width: 75%;
  border-bottom: dotted 1px #e6e6e6;
  list-style: none; }
  /* line 161, sass/partials/_wordpress.scss */
  #rss li a img {
    float: right;
    padding-right: 1em; }

/* =Widgets
-------------------------------------------------------------- */
/* line 171, sass/partials/_wordpress.scss */
.widget ul {
  margin: 0;
  padding: 0; }

/* line 175, sass/partials/_wordpress.scss */
.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.857142857rem; }

/* line 180, sass/partials/_wordpress.scss */
.widget_rss li {
  margin: 12px 0;
  margin: 0.857142857rem 0; }

/* line 185, sass/partials/_wordpress.scss */
.widget_recent_entries .post-date, .widget_rss .rss-date {
  margin-left: 12px;
  margin-left: 0.857142857rem;
  color: #aaa;
  font-size: 11px;
  font-size: 0.785714286rem; }

/* line 193, sass/partials/_wordpress.scss */
#wp-calendar {
  margin: 0;
  width: 100%;
  color: #686868;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846; }
  /* line 200, sass/partials/_wordpress.scss */
  #wp-calendar th, #wp-calendar td, #wp-calendar caption {
    text-align: left; }
  /* line 203, sass/partials/_wordpress.scss */
  #wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right; }

/* line 210, sass/partials/_wordpress.scss */
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846; }

/* line 218, sass/partials/_wordpress.scss */
.widget_twitter li {
  list-style-type: none; }
/* line 221, sass/partials/_wordpress.scss */
.widget_twitter .timesince {
  display: block;
  text-align: right; }

/* line 227, sass/partials/_wordpress.scss */
.nav-previous, .nav-next {
  display: block;
  padding: .25em 0; }

/* line 232, sass/partials/_wordpress.scss */
.textwidget p {
  display: block;
  margin: 1em 1em .5em 1em;
  padding: 0;
  color: #0071ba;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 10px; }

/* line 241, sass/partials/_wordpress.scss */
.widget {
  background: #fff; }

/* line 1, sass/partials/_wiki.scss */
.single-incsub_wiki .sharedaddy.sd-sharing-enabled {
  display: none;
  visibility: hidden; }

/* line 6, sass/partials/_wiki.scss */
.widget_incsub_wiki a.current {
  color: #000;
  font-weight: bold; }
  
  .widget_incsub_wiki ul li ul {
      margin-top: 10px;
  }
  
  .widget_incsub_wiki ul li ul li {
      margin: 5px 0 0 0;
      padding: 0;
  }  
  .widget_incsub_wiki ul li ul li a {
      background: #00A1F1;
      color: #fff;
      display: block;
      padding: 5px 10px;
  }
  .widget_incsub_wiki ul li ul li a:hover {
      background: #eee;
      color: #00A1F1;
  }

/* line 11, sass/partials/_wiki.scss */
.incsub_wiki_clear {
  clear: both; }

/* line 15, sass/partials/_wiki.scss */
.incsub_wiki_tabs {
  border: solid #999;
  border-width: 0 0 1px 0;
  margin-top: 2em; }
  /* line 19, sass/partials/_wiki.scss */
  .incsub_wiki_tabs ul {
    margin: 0 !important;
    padding: 0; }
    /* line 22, sass/partials/_wiki.scss */
    .incsub_wiki_tabs ul.left, .incsub_wiki_tabs ul.right {
      width: auto !important; }
    /* line 25, sass/partials/_wiki.scss */
    .incsub_wiki_tabs ul.left {
      float: left;
      margin-left: 5px !important; }
    /* line 29, sass/partials/_wiki.scss */
    .incsub_wiki_tabs ul.right {
      float: right;
      margin-right: 5px !important; }
  /* line 34, sass/partials/_wiki.scss */
  .incsub_wiki_tabs li {
    display: inline !important;
    border: solid #999 !important;
    border-width: 1px 1px 0 1px !important;
    padding-bottom: 0.1em !important;
    margin: 0 5px 0 0 !important;
    color: #333 !important;
    background: #efefef !important; }
  /* line 43, sass/partials/_wiki.scss */
  .incsub_wiki_tabs .right li {
    margin: 0 0 0 0.5em !important; }
  /* line 47, sass/partials/_wiki.scss */
  .incsub_wiki_tabs li.current {
    border-bottom: 1px solid white !important;
    color: black !important;
    background: white !important; }
  /* line 52, sass/partials/_wiki.scss */
  .incsub_wiki_tabs li a {
    padding: 0 0.7em !important;
    text-decoration: none !important;
    color: inherit !important; }

/* line 60, sass/partials/_wiki.scss */
.type-incsub_wiki .post-edit-link {
  display: none; }

/* line 64, sass/partials/_wiki.scss */
.incsub_wiki_content {
  margin: 0.2em 0.5em; }

/* line 68, sass/partials/_wiki.scss */
.incsub_wiki_meta_box {
  clear: left; }

/* line 72, sass/partials/_wiki.scss */
.incsub_wiki_br_roles {
  display: none; }

/* line 76, sass/partials/_wiki.scss */
.incsub_wiki_label_roles {
  margin-right: 10px; }

/* line 80, sass/partials/_wiki.scss */
.incsub_wiki_title {
  border-style: solid;
  border-width: 1px;
  font-size: 1.7em;
  line-height: 100%;
  outline: medium none;
  padding: 3px 4px;
  width: 100%; }

/* line 90, sass/partials/_wiki.scss */
#content .wp_themeSkin tr td {
  padding: 0; }

/* line 95, sass/partials/_wiki.scss */
.wp_themeSkin tr.mceFirst td.mceToolbar {
  background: url("../images/ed-bg.gif") repeat-x scroll left top #dfdfdf;
  border-color: #DFDFDF; }
/* line 99, sass/partials/_wiki.scss */
.wp_themeSkin .mceButton {
  color: #B2B2B2;
  padding: 0;
  width: 25px !important;
  height: 25px !important; }

/* line 107, sass/partials/_wiki.scss */
#content table.mceToolbar {
  width: auto;
  margin: 0 2px 2px; }

/* line 112, sass/partials/_wiki.scss */
div.incsub_wiki_top {
  padding: 10px 0;
  font-size: 0.7em;
  color: #777; }
  /* line 113, sass/partials/_wiki.scss */
  div.incsub_wiki_top span.incsub_wiki_crumbs, div.incsub_wiki_top a.incsub_wiki_crumbs {
    font-size: 1.2em;
    color: #777; }

/* line 122, sass/partials/_wiki.scss */
#content div.incsub_wiki .entry-content {
  padding-top: 0; }

/* line 126, sass/partials/_wiki.scss */
.wp_themeSkin table.mceLayout {
  background: #fff;
  margin-top: 5px; }

/* line 131, sass/partials/_wiki.scss */
input.incsub_wiki_title {
  width: 99%; }

/* line 135, sass/partials/_wiki.scss */
.wp-dialog {
  background: #fff; }

/* The Lovely Foundation Grid ---------------------- */
/* line 3, sass/partials/_grid.scss */
.row {
  width: 100%;
  max-width: 1140px;
  min-width: 768px;
  margin: 0 auto; }
  /* line 8, sass/partials/_grid.scss */
  .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px; }
  /* line 15, sass/partials/_grid.scss */
  .row.collapse .column, .row.collapse .columns {
    padding: 0; }
  /* line 19, sass/partials/_grid.scss */
  .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
  margin: 0; 
}
    /* line 24, sass/partials/_grid.scss */
    .row .row.collapse {
      margin: 0; }

/* line 30, sass/partials/_grid.scss */
.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 20px;
  position: relative; }
  
.row .row .columns {
  background: #fff;
  padding: 40px 20px 20px;
  margin-bottom: 30px;
  -webkit-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.10);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
  
}

/* line 37, sass/partials/_grid.scss */
.column.centered, .columns.centered {
  float: none;
  margin: 0 auto; }

/* line 43, sass/partials/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right; }
/* line 46, sass/partials/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left; }

/* line 51, sass/partials/_grid.scss */
.one, .row .one {
  width: 8.33333%; }

/* line 55, sass/partials/_grid.scss */
.two, .row .two {
  width: 16.66667%; }

/* line 59, sass/partials/_grid.scss */
.three, .row .three {
  width: 25%; }

/* line 63, sass/partials/_grid.scss */
.four, .row .four {
  width: 33.33333%; }

/* line 67, sass/partials/_grid.scss */
.five, .row .five {
  width: 41.66667%; }

/* line 71, sass/partials/_grid.scss */
.six, .row .six {
  width: 50%; }

/* line 75, sass/partials/_grid.scss */
.seven, .row .seven {
  width: 58.33333%; }

/* line 79, sass/partials/_grid.scss */
.eight, .row .eight {
  width: 66.66667%; }

/* line 83, sass/partials/_grid.scss */
.nine, .row .nine {
  width: 75%; }

/* line 87, sass/partials/_grid.scss */
.ten, .row .ten {
  width: 83.33333%; }

/* line 91, sass/partials/_grid.scss */
.eleven, .row .eleven {
  width: 91.66667%; }

/* line 95, sass/partials/_grid.scss */
.twelve {
  width: 100%; }

/* line 100, sass/partials/_grid.scss */
.row .twelve {
  width: 100%; }
/* line 103, sass/partials/_grid.scss */
.row .offset-by-one {
  margin-left: 8.33333%; }
/* line 106, sass/partials/_grid.scss */
.row .offset-by-two {
  margin-left: 16.66667%; }
/* line 109, sass/partials/_grid.scss */
.row .offset-by-three {
  margin-left: 25%; }
/* line 112, sass/partials/_grid.scss */
.row .offset-by-four {
  margin-left: 33.33333%; }
/* line 115, sass/partials/_grid.scss */
.row .offset-by-five {
  margin-left: 41.66667%; }
/* line 118, sass/partials/_grid.scss */
.row .offset-by-six {
  margin-left: 50%; }
/* line 121, sass/partials/_grid.scss */
.row .offset-by-seven {
  margin-left: 58.33333%; }
/* line 124, sass/partials/_grid.scss */
.row .offset-by-eight {
  margin-left: 66.66667%; }
/* line 127, sass/partials/_grid.scss */
.row .offset-by-nine {
  margin-left: 75%; }
/* line 130, sass/partials/_grid.scss */
.row .offset-by-ten {
  margin-left: 83.33333%; }

/* line 135, sass/partials/_grid.scss */
.push-two {
  left: 16.66667%; }

/* line 139, sass/partials/_grid.scss */
.pull-two {
  right: 16.66667%; }

/* line 143, sass/partials/_grid.scss */
.push-three {
  left: 25%; }

/* line 147, sass/partials/_grid.scss */
.pull-three {
  right: 25%; }

/* line 151, sass/partials/_grid.scss */
.push-four {
  left: 33.33333%; }

/* line 155, sass/partials/_grid.scss */
.pull-four {
  right: 33.33333%; }

/* line 159, sass/partials/_grid.scss */
.push-five {
  left: 41.66667%; }

/* line 163, sass/partials/_grid.scss */
.pull-five {
  right: 41.66667%; }

/* line 167, sass/partials/_grid.scss */
.push-six {
  left: 50%; }

/* line 171, sass/partials/_grid.scss */
.pull-six {
  right: 50%; }

/* line 175, sass/partials/_grid.scss */
.push-seven {
  left: 58.33333%; }

/* line 179, sass/partials/_grid.scss */
.pull-seven {
  right: 58.33333%; }

/* line 183, sass/partials/_grid.scss */
.push-eight {
  left: 66.66667%; }

/* line 187, sass/partials/_grid.scss */
.pull-eight {
  right: 66.66667%; }

/* line 191, sass/partials/_grid.scss */
.push-nine {
  left: 75%; }

/* line 195, sass/partials/_grid.scss */
.pull-nine {
  right: 75%; }

/* line 199, sass/partials/_grid.scss */
.push-ten {
  left: 83.33333%; }

/* line 203, sass/partials/_grid.scss */
.pull-ten {
  right: 83.33333%; }

/* line 207, sass/partials/_grid.scss */
img, object, embed {
  max-width: 100%;
  height: auto; }

/* line 212, sass/partials/_grid.scss */
object, embed {
  height: 100%; }

/* line 216, sass/partials/_grid.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 220, sass/partials/_grid.scss */
#map_canvas img, .map_canvas img {
  max-width: none !important; }

/* Nicolas Gallagher's micro clearfix */
/* line 226, sass/partials/_grid.scss */
.row, .popular_bookmark {
  *zoom: 1; }
  /* line 228, sass/partials/_grid.scss */
  .row:before,
  .popular_bookmark:before {
    content: " ";
    display: table; }
  /* line 232, sass/partials/_grid.scss */
  .row:after,
  .popular_bookmark:after {
    content: " ";
    display: table;
    clear: both; }

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
/* line 251, sass/partials/_grid.scss */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0; }
  /* line 255, sass/partials/_grid.scss */
  .block-grid > li {
    display: block;
    height: auto;
    float: left; }
  /* line 260, sass/partials/_grid.scss */
  .block-grid.one-up {
    margin: 0;
    margin: 0 -8px; }
    /* line 263, sass/partials/_grid.scss */
    .block-grid.one-up > li {
      width: 100%;
      padding: 0 0 15px;
      padding: 0 8px 8px; }
  /* line 269, sass/partials/_grid.scss */
  .block-grid.two-up {
    margin: 0 -15px;
    margin: 0 -8px; }
    /* line 272, sass/partials/_grid.scss */
    .block-grid.two-up > li {
      width: 50%;
      padding: 0 15px 15px;
      padding: 0 8px 8px; }
      /* line 276, sass/partials/_grid.scss */
      .block-grid.two-up > li:nth-child(2n+1) {
        clear: both; }
  /* line 281, sass/partials/_grid.scss */
  .block-grid.three-up {
    margin: 0 -12px;
    margin: 0 -8px; }
    /* line 284, sass/partials/_grid.scss */
    .block-grid.three-up > li {
      width: 33.33333%;
      padding: 0 12px 12px;
      padding: 0 8px 8px; }
      /* line 288, sass/partials/_grid.scss */
      .block-grid.three-up > li:nth-child(3n+1) {
        clear: both; }
  /* line 293, sass/partials/_grid.scss */
  .block-grid.four-up {
    margin: 0 -10px; }
    /* line 295, sass/partials/_grid.scss */
    .block-grid.four-up > li {
      width: 25%;
      padding: 0 10px 10px; }
      /* line 298, sass/partials/_grid.scss */
      .block-grid.four-up > li:nth-child(4n+1) {
        clear: both; }
  /* line 303, sass/partials/_grid.scss */
  .block-grid.five-up {
    margin: 0 -8px; }
    /* line 305, sass/partials/_grid.scss */
    .block-grid.five-up > li {
      width: 20%;
      padding: 0 8px 8px; }
      /* line 308, sass/partials/_grid.scss */
      .block-grid.five-up > li:nth-child(5n+1) {
        clear: both; }
  /* line 313, sass/partials/_grid.scss */
  .block-grid.six-up {
    margin: 0 -8px; }
    /* line 315, sass/partials/_grid.scss */
    .block-grid.six-up > li {
      width: 16.66667%;
      padding: 0 8px 8px; }
      /* line 318, sass/partials/_grid.scss */
      .block-grid.six-up > li:nth-child(6n+1) {
        clear: both; }
  /* line 323, sass/partials/_grid.scss */
  .block-grid.seven-up {
    margin: 0 -8px; }
    /* line 325, sass/partials/_grid.scss */
    .block-grid.seven-up > li {
      width: 14.28571%;
      padding: 0 8px 8px; }
      /* line 328, sass/partials/_grid.scss */
      .block-grid.seven-up > li:nth-child(7n+1) {
        clear: both; }
  /* line 333, sass/partials/_grid.scss */
  .block-grid.eight-up {
    margin: 0 -8px; }
    /* line 335, sass/partials/_grid.scss */
    .block-grid.eight-up > li {
      width: 12.5%;
      padding: 0 8px 8px; }
      /* line 338, sass/partials/_grid.scss */
      .block-grid.eight-up > li:nth-child(8n+1) {
        clear: both; }
  /* line 343, sass/partials/_grid.scss */
  .block-grid.nine-up {
    margin: 0 -8px; }
    /* line 345, sass/partials/_grid.scss */
    .block-grid.nine-up > li {
      width: 11.11111%;
      padding: 0 8px 8px; }
      /* line 348, sass/partials/_grid.scss */
      .block-grid.nine-up > li:nth-child(9n+1) {
        clear: both; }
  /* line 353, sass/partials/_grid.scss */
  .block-grid.ten-up {
    margin: 0 -8px; }
    /* line 355, sass/partials/_grid.scss */
    .block-grid.ten-up > li {
      width: 10%;
      padding: 0 8px 8px; }
      /* line 358, sass/partials/_grid.scss */
      .block-grid.ten-up > li:nth-child(10n+1) {
        clear: both; }
  /* line 363, sass/partials/_grid.scss */
  .block-grid.eleven-up {
    margin: 0 -8px; }
    /* line 365, sass/partials/_grid.scss */
    .block-grid.eleven-up > li {
      width: 9.09091%;
      padding: 0 8px 8px; }
      /* line 368, sass/partials/_grid.scss */
      .block-grid.eleven-up > li:nth-child(11n+1) {
        clear: both; }
  /* line 373, sass/partials/_grid.scss */
  .block-grid.twelve-up {
    margin: 0 -8px; }
    /* line 375, sass/partials/_grid.scss */
    .block-grid.twelve-up > li {
      width: 8.33333%;
      padding: 0 8px 8px; }
      /* line 378, sass/partials/_grid.scss */
      .block-grid.twelve-up > li:nth-child(12n+1) {
        clear: both; }

/* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */
/* line 387, sass/partials/_grid.scss */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden; }
  /* line 394, sass/partials/_grid.scss */
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  /* line 397, sass/partials/_grid.scss */
  .flex-video.vimeo {
    padding-top: 0; }
  /* line 400, sass/partials/_grid.scss */
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Microformats ---------------------- */
/* line 411, sass/partials/_grid.scss */
ul.vcard {
  display: inline-block;
  margin: 0 0 12px 0;
  border: 1px solid #ddd;
  padding: 10px; }
  /* line 416, sass/partials/_grid.scss */
  ul.vcard li {
    margin: 0;
    display: block; }
    /* line 419, sass/partials/_grid.scss */
    ul.vcard li.fn {
      font-weight: bold;
      font-size: 15px; }

/* line 427, sass/partials/_grid.scss */
p.vevent span.summary {
  font-weight: bold; }
/* line 430, sass/partials/_grid.scss */
p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px; }

/* Overrides clear:both; when using block-grid with Clearing. Also overrided .th styling when Clearing is open */
/* line 441, sass/partials/_grid.scss */
ul.block-grid[data-clearing] {
  overflow: visible; }

/* line 447, sass/partials/_grid.scss */
.clearing-blackout ul.block-grid[data-clearing].two-up > li:nth-child(2n+1), .clearing-blackout ul.block-grid[data-clearing].three-up > li:nth-child(3n+1), .clearing-blackout ul.block-grid[data-clearing].four-up > li:nth-child(4n+1), .clearing-blackout ul.block-grid[data-clearing].five-up > li:nth-child(5n+1), .clearing-blackout ul.block-grid[data-clearing].six-up > li:nth-child(6n+1), .clearing-blackout ul.block-grid[data-clearing].seven-up > li:nth-child(7n+1), .clearing-blackout ul.block-grid[data-clearing].eight-up > li:nth-child(8n+1), .clearing-blackout ul.block-grid[data-clearing].nine-up > li:nth-child(9n+1), .clearing-blackout ul.block-grid[data-clearing].ten-up > li:nth-child(10n+1), .clearing-blackout ul.block-grid[data-clearing].eleven-up > li:nth-child(11n+1), .clearing-blackout ul.block-grid[data-clearing].twelve-up > li:nth-child(12n+1) {
  clear: none; }
/* line 451, sass/partials/_grid.scss */
.clearing-blackout .th img {
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
/* line 462, sass/partials/_grid.scss */
.clearing-blackout:hover img, .clearing-blackout:focus img {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 4, sass/fontawesome/_core.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* line 5, sass/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 10, sass/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 11, sass/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 12, sass/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 13, sass/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 3, sass/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 4, sass/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  /* line 8, sass/fontawesome/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 10, sass/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  /* line 16, sass/fontawesome/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714em; }

/* line 4, sass/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

/* line 10, sass/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 11, sass/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 14, sass/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }
/* line 15, sass/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, sass/fontawesome/_spinning.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  /* line 12, sass/fontawesome/_spinning.scss */
  0% {
    -moz-transform: rotate(0deg); }

  /* line 13, sass/fontawesome/_spinning.scss */
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  /* line 16, sass/fontawesome/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg); }

  /* line 17, sass/fontawesome/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  /* line 20, sass/fontawesome/_spinning.scss */
  0% {
    -o-transform: rotate(0deg); }

  /* line 21, sass/fontawesome/_spinning.scss */
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  /* line 24, sass/fontawesome/_spinning.scss */
  0% {
    -ms-transform: rotate(0deg); }

  /* line 25, sass/fontawesome/_spinning.scss */
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  /* line 28, sass/fontawesome/_spinning.scss */
  0% {
    transform: rotate(0deg); }

  /* line 29, sass/fontawesome/_spinning.scss */
  100% {
    transform: rotate(359deg); } }

/* line 4, sass/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 5, sass/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 6, sass/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 8, sass/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 9, sass/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 4, sass/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 12, sass/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 18, sass/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 19, sass/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 20, sass/fontawesome/_stacked.scss */
.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, sass/fontawesome/_icons.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 5, sass/fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001"; }

/* line 6, sass/fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002"; }

/* line 7, sass/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 8, sass/fontawesome/_icons.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 9, sass/fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005"; }

/* line 10, sass/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 11, sass/fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007"; }

/* line 12, sass/fontawesome/_icons.scss */
.fa-film:before {
  content: "\f008"; }

/* line 13, sass/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 14, sass/fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 15, sass/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 16, sass/fontawesome/_icons.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 17, sass/fontawesome/_icons.scss */
.fa-times:before {
  content: "\f00d"; }

/* line 18, sass/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 19, sass/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 20, sass/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 21, sass/fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 23, sass/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

/* line 24, sass/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 25, sass/fontawesome/_icons.scss */
.fa-home:before {
  content: "\f015"; }

/* line 26, sass/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 27, sass/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 28, sass/fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018"; }

/* line 29, sass/fontawesome/_icons.scss */
.fa-download:before {
  content: "\f019"; }

/* line 30, sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 31, sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 32, sass/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 33, sass/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 35, sass/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

/* line 36, sass/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 37, sass/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 38, sass/fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 39, sass/fontawesome/_icons.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 40, sass/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 41, sass/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 42, sass/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 43, sass/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 44, sass/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 45, sass/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 46, sass/fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 47, sass/fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 48, sass/fontawesome/_icons.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 49, sass/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 50, sass/fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 51, sass/fontawesome/_icons.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 52, sass/fontawesome/_icons.scss */
.fa-font:before {
  content: "\f031"; }

/* line 53, sass/fontawesome/_icons.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 54, sass/fontawesome/_icons.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 55, sass/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 56, sass/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 57, sass/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 58, sass/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 59, sass/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 60, sass/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 61, sass/fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 63, sass/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

/* line 64, sass/fontawesome/_icons.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 65, sass/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 66, sass/fontawesome/_icons.scss */
.fa-picture-o:before {
  content: "\f03e"; }

/* line 67, sass/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 68, sass/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 69, sass/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 70, sass/fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 72, sass/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 73, sass/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 74, sass/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 75, sass/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 76, sass/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 77, sass/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 78, sass/fontawesome/_icons.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 79, sass/fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 80, sass/fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 81, sass/fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 82, sass/fontawesome/_icons.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 83, sass/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 84, sass/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 85, sass/fontawesome/_icons.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 86, sass/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 87, sass/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 88, sass/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 89, sass/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 90, sass/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 91, sass/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 92, sass/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 93, sass/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 94, sass/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 95, sass/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 96, sass/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 97, sass/fontawesome/_icons.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 98, sass/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 99, sass/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 100, sass/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 101, sass/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 103, sass/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

/* line 104, sass/fontawesome/_icons.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 105, sass/fontawesome/_icons.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 106, sass/fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 107, sass/fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 108, sass/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 109, sass/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 110, sass/fontawesome/_icons.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 111, sass/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 112, sass/fontawesome/_icons.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 113, sass/fontawesome/_icons.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 114, sass/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 116, sass/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 117, sass/fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 118, sass/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 119, sass/fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074"; }

/* line 120, sass/fontawesome/_icons.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 121, sass/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 122, sass/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 123, sass/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 124, sass/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 125, sass/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 126, sass/fontawesome/_icons.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 127, sass/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 128, sass/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 129, sass/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 130, sass/fontawesome/_icons.scss */
.fa-bar-chart-o:before {
  content: "\f080"; }

/* line 131, sass/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 132, sass/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 133, sass/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 134, sass/fontawesome/_icons.scss */
.fa-key:before {
  content: "\f084"; }

/* line 136, sass/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

/* line 137, sass/fontawesome/_icons.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 138, sass/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 139, sass/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 140, sass/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 141, sass/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 142, sass/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 143, sass/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 144, sass/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 145, sass/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 146, sass/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 147, sass/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 148, sass/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 149, sass/fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 150, sass/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 151, sass/fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 152, sass/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 153, sass/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 154, sass/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 155, sass/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 156, sass/fontawesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a"; }

/* line 157, sass/fontawesome/_icons.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 158, sass/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 159, sass/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 160, sass/fontawesome/_icons.scss */
.fa-rss:before {
  content: "\f09e"; }

/* line 161, sass/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 162, sass/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 163, sass/fontawesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 164, sass/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 165, sass/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 166, sass/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 167, sass/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 168, sass/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 169, sass/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 170, sass/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 171, sass/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 172, sass/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 173, sass/fontawesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 174, sass/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 175, sass/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 176, sass/fontawesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 177, sass/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 178, sass/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 180, sass/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

/* line 182, sass/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

/* line 183, sass/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 184, sass/fontawesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 186, sass/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

/* line 188, sass/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

/* line 189, sass/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 191, sass/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 192, sass/fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 193, sass/fontawesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9"; }

/* line 194, sass/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 195, sass/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 196, sass/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 197, sass/fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 198, sass/fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 199, sass/fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 200, sass/fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 201, sass/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 202, sass/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 203, sass/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 204, sass/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 205, sass/fontawesome/_icons.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 206, sass/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 207, sass/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 208, sass/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 209, sass/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 210, sass/fontawesome/_icons.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 212, sass/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

/* line 214, sass/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

/* line 216, sass/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

/* line 217, sass/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 218, sass/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 220, sass/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

/* line 222, sass/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

/* line 224, sass/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

/* line 225, sass/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 226, sass/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 228, sass/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

/* line 229, sass/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 230, sass/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 232, sass/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

/* line 233, sass/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 234, sass/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 235, sass/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 236, sass/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 237, sass/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 238, sass/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 239, sass/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 240, sass/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 241, sass/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 242, sass/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 243, sass/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 244, sass/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 245, sass/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 246, sass/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 247, sass/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 248, sass/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 249, sass/fontawesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 250, sass/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 251, sass/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 252, sass/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 253, sass/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 254, sass/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 255, sass/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 256, sass/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 257, sass/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 258, sass/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 259, sass/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 260, sass/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 261, sass/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 262, sass/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 264, sass/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

/* line 265, sass/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 266, sass/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 267, sass/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 268, sass/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 269, sass/fontawesome/_icons.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 271, sass/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

/* line 272, sass/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 273, sass/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 274, sass/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 275, sass/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 276, sass/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 277, sass/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 278, sass/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 279, sass/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 280, sass/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 281, sass/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 282, sass/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 283, sass/fontawesome/_icons.scss */
.fa-code:before {
  content: "\f121"; }

/* line 284, sass/fontawesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122"; }

/* line 285, sass/fontawesome/_icons.scss */
.fa-mail-reply-all:before {
  content: "\f122"; }

/* line 288, sass/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

/* line 289, sass/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 290, sass/fontawesome/_icons.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 291, sass/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 293, sass/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

/* line 294, sass/fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128"; }

/* line 295, sass/fontawesome/_icons.scss */
.fa-info:before {
  content: "\f129"; }

/* line 296, sass/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 297, sass/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 298, sass/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 299, sass/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 300, sass/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 301, sass/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 302, sass/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 303, sass/fontawesome/_icons.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 304, sass/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 305, sass/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 306, sass/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 307, sass/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 308, sass/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 309, sass/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 310, sass/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 311, sass/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 312, sass/fontawesome/_icons.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 313, sass/fontawesome/_icons.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 314, sass/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 315, sass/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 316, sass/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 317, sass/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 318, sass/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 319, sass/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 320, sass/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 321, sass/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 322, sass/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 323, sass/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 324, sass/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 325, sass/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 326, sass/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 327, sass/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 328, sass/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 329, sass/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 330, sass/fontawesome/_icons.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 332, sass/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 334, sass/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 336, sass/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 338, sass/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

/* line 339, sass/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 341, sass/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

/* line 343, sass/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

/* line 347, sass/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

/* line 350, sass/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

/* line 352, sass/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

/* line 354, sass/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

/* line 355, sass/fontawesome/_icons.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 356, sass/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 357, sass/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 358, sass/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 359, sass/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 360, sass/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 361, sass/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 362, sass/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 363, sass/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 364, sass/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 365, sass/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 366, sass/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 367, sass/fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 368, sass/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 369, sass/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 370, sass/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 371, sass/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 372, sass/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 373, sass/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 374, sass/fontawesome/_icons.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 375, sass/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 376, sass/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 377, sass/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 378, sass/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 379, sass/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 380, sass/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 381, sass/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 382, sass/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 383, sass/fontawesome/_icons.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 384, sass/fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 385, sass/fontawesome/_icons.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 386, sass/fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 387, sass/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 388, sass/fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 389, sass/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 390, sass/fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 391, sass/fontawesome/_icons.scss */
.fa-female:before {
  content: "\f182"; }

/* line 392, sass/fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183"; }

/* line 393, sass/fontawesome/_icons.scss */
.fa-gittip:before {
  content: "\f184"; }

/* line 394, sass/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 395, sass/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 396, sass/fontawesome/_icons.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 397, sass/fontawesome/_icons.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 398, sass/fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 399, sass/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 400, sass/fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 401, sass/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 402, sass/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 403, sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 404, sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 406, sass/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 407, sass/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 408, sass/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 409, sass/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 411, sass/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

/* line 412, sass/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* Visibility Classes ---------------------- */

/* @group tablesorter */
.tablesorter {
  clear: both;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
    width: 100%;
}
.tablesorter thead {
  
}
.tablesorter th {
  border-bottom: 1px solid #222;
}
.tablesorter-headerAsc {
  
}
.tablesorter-headerDesc {
  
}
.tablesorter-header-inner:after {
  content: "\2195";
  margin-left: 5px;
}
.tablesorter tr:nth-child(2n) {
  background-color: #FBFBFB;
}
.tablesorter tr:hover td {
    background-color: #F3F3F3;
}
.tablesorter tr,
.tablesorter th, 
.tablesorter td  {
  padding: 8px;
  text-align: left;
}
.tablesorter td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
/* @end tablesorter */

/* Standard (large) display targeting */
/* line 5, sass/partials/_visibility-classes.scss */
.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print {
  display: none !important; }

/* line 9, sass/partials/_visibility-classes.scss */
.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge, .hide-for-print, .show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  /* line 15, sass/partials/_visibility-classes.scss */
  .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge {
    display: inherit !important; }

  /* line 18, sass/partials/_visibility-classes.scss */
  .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: none !important; } }
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 25, sass/partials/_visibility-classes.scss */
  .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important; }

  /* line 28, sass/partials/_visibility-classes.scss */
  .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important; } }
/* Small display targeting */
@media only screen and (max-width: 767px) {
  /* line 35, sass/partials/_visibility-classes.scss */
  .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important; }

  /* line 38, sass/partials/_visibility-classes.scss */
  .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important; } }
/* Orientation targeting */
/* line 45, sass/partials/_visibility-classes.scss */
.hide-for-landscape, .show-for-portrait, .show-for-touch {
  display: none !important; }

@media screen and (orientation: landscape) {
  /* line 50, sass/partials/_visibility-classes.scss */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }

  /* line 53, sass/partials/_visibility-classes.scss */
  .hide-for-landscape, .show-for-portrait {
    display: none !important; } }
@media screen and (orientation: portrait) {
  /* line 59, sass/partials/_visibility-classes.scss */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }

  /* line 62, sass/partials/_visibility-classes.scss */
  .hide-for-portrait, .show-for-landscape {
    display: none !important; } }
/* Touch-enabled device targeting */
/* line 69, sass/partials/_visibility-classes.scss */
.hide-for-touch {
  display: inherit !important; }

/* line 74, sass/partials/_visibility-classes.scss */
.touch .show-for-touch {
  display: inherit !important; }
/* line 77, sass/partials/_visibility-classes.scss */
.touch .hide-for-touch {
  display: none !important; }

/* line 83, sass/partials/_visibility-classes.scss */
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium {
  display: table !important; }

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 90, sass/partials/_visibility-classes.scss */
  .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium {
    display: table !important; } }
@media only screen and (max-width: 767px) {
  /* line 98, sass/partials/_visibility-classes.scss */
  table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small {
    display: table !important; } }
/* 1280 tablet ------------ */
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  /* line 109, sass/partials/_visibility-classes.scss */
  .flex-video {
    padding-top: 0; } }
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* NavBar --- */
  /*            */
  /* Clearing --- */
  /*              */
  /* line 120, sass/partials/_visibility-classes.scss */
  .clearing-main-right, .clearing-main-left {
    height: 100%;
    width: 40px;
    top: 0;
    border: none; }

  /* line 126, sass/partials/_visibility-classes.scss */
  .clearing-main-right:before {
    position: absolute;
    top: 50%; }

  /* line 130, sass/partials/_visibility-classes.scss */
  .clearing-main-left {
    left: 0; }
    /* line 131, sass/partials/_visibility-classes.scss */
    .clearing-main-left:before {
      position: absolute;
      top: 50%;
      left: 5px;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 16px;
      border-color: transparent white transparent transparent; }

  /* line 144, sass/partials/_visibility-classes.scss */
  .clearing-main-right {
    height: 100%;
    right: 0; }
    /* line 147, sass/partials/_visibility-classes.scss */
    .clearing-main-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 16px;
      border-color: transparent transparent transparent white; } }
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* Global Misc --- */
  /*                 */
  /* line 162, sass/partials/_visibility-classes.scss */
  .left, .right {
    float: none; }

  /* line 165, sass/partials/_visibility-classes.scss */
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }

  /* The Grid --- */
  /*              */
  /* line 177, sass/partials/_visibility-classes.scss */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }

  /* line 183, sass/partials/_visibility-classes.scss */
  .column, .columns {
    width: auto !important;
    float: none; }
  /* line 187, sass/partials/_visibility-classes.scss */
  .column:last-child, .columns:last-child, [class*="column"] + [class*="column"]:last-child {
    float: none; }

  /* line 190, sass/partials/_visibility-classes.scss */
  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table; }

  /* line 194, sass/partials/_visibility-classes.scss */
  .column:after, .columns:after {
    clear: both; }

  /* line 197, sass/partials/_visibility-classes.scss */
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
    margin-left: 0 !important; }

  /* line 200, sass/partials/_visibility-classes.scss */
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto; }

  /* line 203, sass/partials/_visibility-classes.scss */
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto; }

  /* Mobile 4-column Grid */
  /* line 208, sass/partials/_visibility-classes.scss */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 15px; }
    /* line 212, sass/partials/_visibility-classes.scss */
    .row .mobile-one:last-child {
      float: right; }
    /* line 215, sass/partials/_visibility-classes.scss */
    .row .mobile-one.end {
      float: left; }
  /* line 219, sass/partials/_visibility-classes.scss */
  .row.collapse .mobile-one {
    padding: 0; }
  /* line 222, sass/partials/_visibility-classes.scss */
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 15px; }
    /* line 226, sass/partials/_visibility-classes.scss */
    .row .mobile-two:last-child {
      float: right; }
    /* line 229, sass/partials/_visibility-classes.scss */
    .row .mobile-two.end {
      float: left; }
  /* line 233, sass/partials/_visibility-classes.scss */
  .row.collapse .mobile-two {
    padding: 0; }
  /* line 236, sass/partials/_visibility-classes.scss */
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 15px; }
    /* line 240, sass/partials/_visibility-classes.scss */
    .row .mobile-three:last-child {
      float: right; }
    /* line 243, sass/partials/_visibility-classes.scss */
    .row .mobile-three.end {
      float: left; }
  /* line 247, sass/partials/_visibility-classes.scss */
  .row.collapse .mobile-three {
    padding: 0; }
  /* line 250, sass/partials/_visibility-classes.scss */
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 15px; }
    /* line 254, sass/partials/_visibility-classes.scss */
    .row .mobile-four:last-child {
      float: right; }
    /* line 257, sass/partials/_visibility-classes.scss */
    .row .mobile-four.end {
      float: left; }
  /* line 261, sass/partials/_visibility-classes.scss */
  .row.collapse .mobile-four {
    padding: 0; }

  /* line 265, sass/partials/_visibility-classes.scss */
  .push-one-mobile {
    left: 25%; }

  /* line 268, sass/partials/_visibility-classes.scss */
  .pull-one-mobile {
    right: 25%; }

  /* line 271, sass/partials/_visibility-classes.scss */
  .push-two-mobile {
    left: 50%; }

  /* line 274, sass/partials/_visibility-classes.scss */
  .pull-two-mobile {
    right: 50%; }

  /* line 277, sass/partials/_visibility-classes.scss */
  .push-three-mobile {
    left: 75%; }

  /* line 280, sass/partials/_visibility-classes.scss */
  .pull-three-mobile {
    right: 75%; }

  /* Block Grids --- */
  /*                 */
  /* line 286, sass/partials/_visibility-classes.scss */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0; }
  /* line 291, sass/partials/_visibility-classes.scss */
  .block-grid > li {
    clear: none !important; }
  /* line 294, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-one-up > li {
    width: 100%; }
  /* line 297, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-two-up > li {
    width: 50%; }
    /* line 299, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-two-up > li:nth-child(2n+1) {
      clear: both; }
  /* line 303, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-three-up > li {
    width: 33.33333%; }
    /* line 305, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-three-up > li:nth-child(3n+1) {
      clear: both; }
  /* line 309, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-four-up > li {
    width: 25%; }
    /* line 311, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-four-up > li:nth-child(4n+1) {
      clear: both; }
  /* line 315, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-five-up > li {
    width: 20%; }
    /* line 317, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-five-up > li:nth-child(5n+1) {
      clear: both; }
  /* line 321, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-six-up > li {
    width: 16.66667%; }
    /* line 323, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-six-up > li:nth-child(6n+1) {
      clear: both; }
  /* line 327, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-seven-up > li {
    width: 14.28571%; }
    /* line 329, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-seven-up > li:nth-child(7n+1) {
      clear: both; }
  /* line 333, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-eight-up > li {
    width: 12.5%; }
    /* line 335, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-eight-up > li:nth-child(8n+1) {
      clear: both; }
  /* line 339, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-nine-up > li {
    width: 11.11111%; }
    /* line 341, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-nine-up > li:nth-child(9n+1) {
      clear: both; }
  /* line 345, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-ten-up > li {
    width: 10%; }
    /* line 347, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-ten-up > li:nth-child(10n+1) {
      clear: both; }
  /* line 351, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%; }
    /* line 353, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
      clear: both; }
  /* line 357, sass/partials/_visibility-classes.scss */
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%; }
    /* line 359, sass/partials/_visibility-classes.scss */
    .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
      clear: both; } }


/* WP Valet take over, direct edits to SASS compiled file 
*  This is what we'll do until we can redesign
*/

/* Forum Styles */
#content.all-forums {
  float: left;
}
.scc-forum-selecter-container ul {
  padding: 0;
}
.scc-forum-selecter-container .children {
  margin-bottom: 0;
}
.scc-forum-selecter-container .children li {
  padding: 2px 0;
}
.scc-forum-selecter-container select,
.scc-forum-selecter-container button {
  display: block;
  margin: 5px 0;
  width: 100%;
  padding: 5px 10px;
}

form.new-post button {
  width: 100%;
}

.bbp-st-topic-support-wrapper {
  min-width: 125px;
}

.bbp-topic-permalink {
  font-size: 1.5em;
  padding-bottom: 5px;
  display: block;
}

#bbpress-forums p.bbp-topic-meta {
  margin: 0;
}

.bbp-st-topic-status,
.scc-forum-icon {
  display: block;
  font-weight: bold;
  text-align: center;
}

.scc-forum-icon {
  font-size: 2em;
}

.scc-topic-form-wrap,
.bbp-topic-form {
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
}

form.new-post .btn,
.scc-forum-selecter-container .btn {
  width: 100%;
}

.forum-top-level-page-title {
  font-size: 1.2em;
  font-weight: bold;
}

.bbp-topic-form select,
.bbp-topic-form input[type="text"] {
  padding: 5px 10px;
  min-width: 300px;
}

.bbp-topic-form #bbp_topic_title {
  width: 100%;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
  background-color: #3D3D3D;
  color: #fff;
}

.type-reply {
  margin-bottom: .5em !important;
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
  margin-left: 155px;
}

#bbpress-forums div.wp-editor-container {
  border: 1px solid #eee;
}

/* Podcast Styles */
ul.rss-aggregator {
  list-style-image: none;
padding: 0;
}
.rss-aggregator .feed-item {
  padding: 50px 0;
  list-style-type: none;
  border-top: 1px solid #E0E0E0;
}

.rss-aggregator .feed-item:first-child {
  border-top: 0;
}

.rss-aggregator .feed-item .source-title {
  font-size: 26px;
  margin: 10px 0;
}

.rss-aggregator .feed-item .source-description {
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #CFCFCF;
  background-color: #FFF;
}

/* Buttons */
[class*='btn-'] {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear; 
}

[class*='btn-']:hover {
  cursor: pointer;
}

.btn-blue {
  background-color: rgb( 51, 102, 204 );
  border: 1px solid rgb( 44, 91, 104 ); 
}
.btn-blue:hover {
  background-color: rgb( 58, 131, 213 );  
}
.btn-blue:active {
  background-color: rgb( 42, 91, 191 ); 
}
    
.btn-primary {
background-color: rgb( 74, 61, 117 );
border: 1px solid rgb( 44, 37, 59 );
}
.btn-primary:hover {
  background-color: rgb( 92, 76, 131 ); 
}
.btn-primary:active {
  background-color: rgb( 54, 44, 87 );  
}
  
.btn-red {
  background-color: rgb( 207, 56, 91 );
  border: 1px solid rgb( 187, 40, 74 );
}  
.btn-red:hover {
  background-color: rgb( 227, 77, 130 );
}
.btn-red:active {
  background-color: rgb( 187, 40, 74 );
}
  
.btn-green {
  background-color: #77A423;
  border: 1px solid #77A423;
}
.btn-green:hover {
  background-color: #C0D840;
}
.btn-green:active {
  background-color: #C0D840;
}

/* Podcast Personas */
.scc-persona-wrapper {}
.scc-persona-wrapper .persona {
    float: left;
    width: 31%;
    text-align: center;
    margin-left: 3%;
    position: relative;
    padding: 15px;
    min-height: 270px;
}
.scc-persona-wrapper .persona:nth-child(4n+1) {
    margin-left: 0;
}
.scc-persona-wrapper .persona img {
    display: block;
    margin: 0 auto 20px;
    float: none;
}
.persona .entry-title {
    font-size: 1.3em;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0
}
.persona .sub-title {
    font-size: 1em;
    line-height: 1.2;
}
.persona .description {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -65px;
    background: #FFBB00;
    color: #000;
    padding: 15px 20px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-top: 1px solid #fff;
}
.persona .description:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFBB00;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -15px;
}
.persona .description:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 17px solid #fff;
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -15px;
    z-index: -1;
}
.persona.show .description,
.persona .description.show {
    display: block;
}
.persona .description .inner {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
    height: 140px;
}
.persona .description .inner::-webkit-scrollbar {
    width: 8px;
}
 
.persona .description .inner::-webkit-scrollbar-track {
    
}
 
.persona .description .inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ba8b08; 
}

/* Crayon Syntax Highlighter */
.crayon-colorbox {
  top: 100px !important; /* have to !important here */
}

.single .entry-meta .columns {
  background: transparent;
}

.comment-content {
  clear: both;
  padding-top: 20px;
}

.comment .comment-meta a {
  display: block;
}

.gsc-input .gsc-input-box {
  height: auto;
}

.ad-blue-stripe-banner-ad {
  margin-bottom: 20px;
  display: block;
}

#sidebar.pack-catalog-sidebar .widget:first-child {
  background-color: transparent;
  box-shadow: none;
  margin: 0 auto;
  width: 200px;
}

#sidebar.pack-catalog-sidebar .widget:first-child .button {
  white-space: nowrap;
}

.widget.simple-social-icons {
  overflow: visible;
}

.simple-social-icons h4.widgettitle {
  top: -53px;
  left: -40px;
}

.home .widget_bp_core_members_widget .item-options {
padding-top: 0 !important;
}

.author .author-info {
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

body{
/* Image was 404'ing - Removed as of 5/26/2015 - Dylan
	background-image: url('http://systemcenter.wpengine.com/wp-content/uploads/2014/05/bkg_smoky_cords.jpg');
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
  */
}



@media screen and (max-width: 980px) {
    .main-navigation li {
        margin-right: 2rem;
    }
    .main-navigation a {
        font-size: 0.8em;
        padding: 0;
    }
}

