@import url(http://fonts.googleapis.com/css?family=Cabin:400,600,700,400italic);
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 82, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 359, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 428, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 465, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 534, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix, .homepagefeatured {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, .homepagefeatured:before, .clearfix:after, .homepagefeatured:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after, .homepagefeatured:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../library/fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../../library/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../../library/fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../../library/fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../../library/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
/* line 5, ../scss/font-awesome/_core.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 10, ../scss/font-awesome/_core.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 17, ../scss/font-awesome/_core.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em;
}

/* makes sure icons active on rollover in links */
/* line 25, ../scss/font-awesome/_core.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
/* line 33, ../scss/font-awesome/_core.scss */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em;
}
/* line 38, ../scss/font-awesome/_core.scss */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857em;
}

/* line 44, ../scss/font-awesome/_core.scss */
.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 48, ../scss/font-awesome/_core.scss */
.icons-ul > li {
  position: relative;
}
/* line 50, ../scss/font-awesome/_core.scss */
.icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
  line-height: inherit;
}

/* line 62, ../scss/font-awesome/_core.scss */
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

/* line 67, ../scss/font-awesome/_core.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 68, ../scss/font-awesome/_core.scss */
.icon-light {
  color: white;
}

/* line 69, ../scss/font-awesome/_core.scss */
.icon-dark {
  color: #333333;
}

/* line 74, ../scss/font-awesome/_core.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 83, ../scss/font-awesome/_core.scss */
.icon-2x {
  font-size: 2em;
}
/* line 85, ../scss/font-awesome/_core.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 90, ../scss/font-awesome/_core.scss */
.icon-3x {
  font-size: 3em;
}
/* line 92, ../scss/font-awesome/_core.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 97, ../scss/font-awesome/_core.scss */
.icon-4x {
  font-size: 4em;
}
/* line 99, ../scss/font-awesome/_core.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 105, ../scss/font-awesome/_core.scss */
.icon-5x {
  font-size: 5em;
}
/* line 107, ../scss/font-awesome/_core.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 118, ../scss/font-awesome/_core.scss */
.pull-right {
  float: right;
}

/* line 119, ../scss/font-awesome/_core.scss */
.pull-left {
  float: left;
}

/* line 123, ../scss/font-awesome/_core.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
/* line 126, ../scss/font-awesome/_core.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 6, ../scss/font-awesome/_bootstrap.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 31, ../scss/font-awesome/_bootstrap.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 41, ../scss/font-awesome/_bootstrap.scss */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
/* line 42, ../scss/font-awesome/_bootstrap.scss */
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 48, ../scss/font-awesome/_bootstrap.scss */
.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 55, ../scss/font-awesome/_bootstrap.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
/* line 57, ../scss/font-awesome/_bootstrap.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 64, ../scss/font-awesome/_bootstrap.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 70, ../scss/font-awesome/_bootstrap.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
/* line 73, ../scss/font-awesome/_bootstrap.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
/* line 75, ../scss/font-awesome/_bootstrap.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
/* line 76, ../scss/font-awesome/_bootstrap.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
/* line 82, ../scss/font-awesome/_bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 25, ../scss/font-awesome/_mixins.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
/* line 33, ../scss/font-awesome/_mixins.scss */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
/* line 43, ../scss/font-awesome/_mixins.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 8, ../scss/font-awesome/_extras.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
/* line 18, ../scss/font-awesome/_extras.scss */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  /* line 24, ../scss/font-awesome/_extras.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 25, ../scss/font-awesome/_extras.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 28, ../scss/font-awesome/_extras.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 29, ../scss/font-awesome/_extras.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 32, ../scss/font-awesome/_extras.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 33, ../scss/font-awesome/_extras.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 36, ../scss/font-awesome/_extras.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 37, ../scss/font-awesome/_extras.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 40, ../scss/font-awesome/_extras.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 41, ../scss/font-awesome/_extras.scss */
  100% {
    transform: rotate(359deg);
  }
}

/* Icon rotations and mirroring */
/* line 45, ../scss/font-awesome/_extras.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 54, ../scss/font-awesome/_extras.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 63, ../scss/font-awesome/_extras.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 72, ../scss/font-awesome/_extras.scss */
.icon-flip-horizontal:before {
  -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 80, ../scss/font-awesome/_extras.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 91, ../scss/font-awesome/_extras.scss */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
/* line 4, ../scss/font-awesome/_icons.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 5, ../scss/font-awesome/_icons.scss */
.icon-music:before {
  content: "\f001";
}

/* line 6, ../scss/font-awesome/_icons.scss */
.icon-search:before {
  content: "\f002";
}

/* line 7, ../scss/font-awesome/_icons.scss */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 8, ../scss/font-awesome/_icons.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 9, ../scss/font-awesome/_icons.scss */
.icon-star:before {
  content: "\f005";
}

/* line 10, ../scss/font-awesome/_icons.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 11, ../scss/font-awesome/_icons.scss */
.icon-user:before {
  content: "\f007";
}

/* line 12, ../scss/font-awesome/_icons.scss */
.icon-film:before {
  content: "\f008";
}

/* line 13, ../scss/font-awesome/_icons.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 14, ../scss/font-awesome/_icons.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 15, ../scss/font-awesome/_icons.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 16, ../scss/font-awesome/_icons.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 17, ../scss/font-awesome/_icons.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 18, ../scss/font-awesome/_icons.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 19, ../scss/font-awesome/_icons.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 21, ../scss/font-awesome/_icons.scss */
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

/* line 22, ../scss/font-awesome/_icons.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 24, ../scss/font-awesome/_icons.scss */
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

/* line 25, ../scss/font-awesome/_icons.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 26, ../scss/font-awesome/_icons.scss */
.icon-home:before {
  content: "\f015";
}

/* line 27, ../scss/font-awesome/_icons.scss */
.icon-file-alt:before {
  content: "\f016";
}

/* line 28, ../scss/font-awesome/_icons.scss */
.icon-time:before {
  content: "\f017";
}

/* line 29, ../scss/font-awesome/_icons.scss */
.icon-road:before {
  content: "\f018";
}

/* line 30, ../scss/font-awesome/_icons.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 31, ../scss/font-awesome/_icons.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 32, ../scss/font-awesome/_icons.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 33, ../scss/font-awesome/_icons.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 34, ../scss/font-awesome/_icons.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 36, ../scss/font-awesome/_icons.scss */
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

/* line 37, ../scss/font-awesome/_icons.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 38, ../scss/font-awesome/_icons.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 39, ../scss/font-awesome/_icons.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 40, ../scss/font-awesome/_icons.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 41, ../scss/font-awesome/_icons.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 42, ../scss/font-awesome/_icons.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 43, ../scss/font-awesome/_icons.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 44, ../scss/font-awesome/_icons.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 45, ../scss/font-awesome/_icons.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 46, ../scss/font-awesome/_icons.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 47, ../scss/font-awesome/_icons.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 48, ../scss/font-awesome/_icons.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 49, ../scss/font-awesome/_icons.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 50, ../scss/font-awesome/_icons.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 51, ../scss/font-awesome/_icons.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 52, ../scss/font-awesome/_icons.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 53, ../scss/font-awesome/_icons.scss */
.icon-font:before {
  content: "\f031";
}

/* line 54, ../scss/font-awesome/_icons.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 55, ../scss/font-awesome/_icons.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 56, ../scss/font-awesome/_icons.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 57, ../scss/font-awesome/_icons.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 58, ../scss/font-awesome/_icons.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 59, ../scss/font-awesome/_icons.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 60, ../scss/font-awesome/_icons.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 61, ../scss/font-awesome/_icons.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 62, ../scss/font-awesome/_icons.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 63, ../scss/font-awesome/_icons.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 64, ../scss/font-awesome/_icons.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 65, ../scss/font-awesome/_icons.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 66, ../scss/font-awesome/_icons.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 67, ../scss/font-awesome/_icons.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 68, ../scss/font-awesome/_icons.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 69, ../scss/font-awesome/_icons.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 70, ../scss/font-awesome/_icons.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 71, ../scss/font-awesome/_icons.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 72, ../scss/font-awesome/_icons.scss */
.icon-share:before {
  content: "\f045";
}

/* line 73, ../scss/font-awesome/_icons.scss */
.icon-check:before {
  content: "\f046";
}

/* line 74, ../scss/font-awesome/_icons.scss */
.icon-move:before {
  content: "\f047";
}

/* line 75, ../scss/font-awesome/_icons.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 76, ../scss/font-awesome/_icons.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 77, ../scss/font-awesome/_icons.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 78, ../scss/font-awesome/_icons.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 79, ../scss/font-awesome/_icons.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 80, ../scss/font-awesome/_icons.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 81, ../scss/font-awesome/_icons.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 82, ../scss/font-awesome/_icons.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 83, ../scss/font-awesome/_icons.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 84, ../scss/font-awesome/_icons.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 85, ../scss/font-awesome/_icons.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 86, ../scss/font-awesome/_icons.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 87, ../scss/font-awesome/_icons.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 88, ../scss/font-awesome/_icons.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 89, ../scss/font-awesome/_icons.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 90, ../scss/font-awesome/_icons.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 91, ../scss/font-awesome/_icons.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 92, ../scss/font-awesome/_icons.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 93, ../scss/font-awesome/_icons.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 94, ../scss/font-awesome/_icons.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 95, ../scss/font-awesome/_icons.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 96, ../scss/font-awesome/_icons.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 97, ../scss/font-awesome/_icons.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 98, ../scss/font-awesome/_icons.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 99, ../scss/font-awesome/_icons.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 100, ../scss/font-awesome/_icons.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 102, ../scss/font-awesome/_icons.scss */
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

/* line 103, ../scss/font-awesome/_icons.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 104, ../scss/font-awesome/_icons.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 105, ../scss/font-awesome/_icons.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 106, ../scss/font-awesome/_icons.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 107, ../scss/font-awesome/_icons.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 108, ../scss/font-awesome/_icons.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 109, ../scss/font-awesome/_icons.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 110, ../scss/font-awesome/_icons.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 111, ../scss/font-awesome/_icons.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 112, ../scss/font-awesome/_icons.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 113, ../scss/font-awesome/_icons.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 114, ../scss/font-awesome/_icons.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 115, ../scss/font-awesome/_icons.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 116, ../scss/font-awesome/_icons.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 117, ../scss/font-awesome/_icons.scss */
.icon-random:before {
  content: "\f074";
}

/* line 118, ../scss/font-awesome/_icons.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 119, ../scss/font-awesome/_icons.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 120, ../scss/font-awesome/_icons.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 121, ../scss/font-awesome/_icons.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 122, ../scss/font-awesome/_icons.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 123, ../scss/font-awesome/_icons.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 124, ../scss/font-awesome/_icons.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 125, ../scss/font-awesome/_icons.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 126, ../scss/font-awesome/_icons.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 127, ../scss/font-awesome/_icons.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 128, ../scss/font-awesome/_icons.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 129, ../scss/font-awesome/_icons.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 130, ../scss/font-awesome/_icons.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 131, ../scss/font-awesome/_icons.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 132, ../scss/font-awesome/_icons.scss */
.icon-key:before {
  content: "\f084";
}

/* line 134, ../scss/font-awesome/_icons.scss */
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

/* line 135, ../scss/font-awesome/_icons.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 136, ../scss/font-awesome/_icons.scss */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 137, ../scss/font-awesome/_icons.scss */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 138, ../scss/font-awesome/_icons.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 139, ../scss/font-awesome/_icons.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 140, ../scss/font-awesome/_icons.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 141, ../scss/font-awesome/_icons.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 142, ../scss/font-awesome/_icons.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 143, ../scss/font-awesome/_icons.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 144, ../scss/font-awesome/_icons.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 145, ../scss/font-awesome/_icons.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 146, ../scss/font-awesome/_icons.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 147, ../scss/font-awesome/_icons.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 148, ../scss/font-awesome/_icons.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 149, ../scss/font-awesome/_icons.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 151, ../scss/font-awesome/_icons.scss */
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

/* line 152, ../scss/font-awesome/_icons.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 153, ../scss/font-awesome/_icons.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 154, ../scss/font-awesome/_icons.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 155, ../scss/font-awesome/_icons.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 156, ../scss/font-awesome/_icons.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 157, ../scss/font-awesome/_icons.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 158, ../scss/font-awesome/_icons.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 159, ../scss/font-awesome/_icons.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 160, ../scss/font-awesome/_icons.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 161, ../scss/font-awesome/_icons.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 162, ../scss/font-awesome/_icons.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 163, ../scss/font-awesome/_icons.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 164, ../scss/font-awesome/_icons.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 165, ../scss/font-awesome/_icons.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 166, ../scss/font-awesome/_icons.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 167, ../scss/font-awesome/_icons.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 168, ../scss/font-awesome/_icons.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 169, ../scss/font-awesome/_icons.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 170, ../scss/font-awesome/_icons.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 171, ../scss/font-awesome/_icons.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 172, ../scss/font-awesome/_icons.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 173, ../scss/font-awesome/_icons.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 174, ../scss/font-awesome/_icons.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 175, ../scss/font-awesome/_icons.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 176, ../scss/font-awesome/_icons.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 177, ../scss/font-awesome/_icons.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 178, ../scss/font-awesome/_icons.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 179, ../scss/font-awesome/_icons.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 180, ../scss/font-awesome/_icons.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 181, ../scss/font-awesome/_icons.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 182, ../scss/font-awesome/_icons.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 183, ../scss/font-awesome/_icons.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 185, ../scss/font-awesome/_icons.scss */
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 186, ../scss/font-awesome/_icons.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 187, ../scss/font-awesome/_icons.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 188, ../scss/font-awesome/_icons.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 189, ../scss/font-awesome/_icons.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 190, ../scss/font-awesome/_icons.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 191, ../scss/font-awesome/_icons.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 192, ../scss/font-awesome/_icons.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 193, ../scss/font-awesome/_icons.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 194, ../scss/font-awesome/_icons.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 195, ../scss/font-awesome/_icons.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 196, ../scss/font-awesome/_icons.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 197, ../scss/font-awesome/_icons.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 198, ../scss/font-awesome/_icons.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 199, ../scss/font-awesome/_icons.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 200, ../scss/font-awesome/_icons.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 201, ../scss/font-awesome/_icons.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 202, ../scss/font-awesome/_icons.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 203, ../scss/font-awesome/_icons.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 204, ../scss/font-awesome/_icons.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 205, ../scss/font-awesome/_icons.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 206, ../scss/font-awesome/_icons.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 207, ../scss/font-awesome/_icons.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 208, ../scss/font-awesome/_icons.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 209, ../scss/font-awesome/_icons.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 210, ../scss/font-awesome/_icons.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 212, ../scss/font-awesome/_icons.scss */
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

/* line 213, ../scss/font-awesome/_icons.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 214, ../scss/font-awesome/_icons.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 215, ../scss/font-awesome/_icons.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 216, ../scss/font-awesome/_icons.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 217, ../scss/font-awesome/_icons.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 218, ../scss/font-awesome/_icons.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 219, ../scss/font-awesome/_icons.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 220, ../scss/font-awesome/_icons.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 221, ../scss/font-awesome/_icons.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 222, ../scss/font-awesome/_icons.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 223, ../scss/font-awesome/_icons.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 224, ../scss/font-awesome/_icons.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 225, ../scss/font-awesome/_icons.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 226, ../scss/font-awesome/_icons.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 227, ../scss/font-awesome/_icons.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 228, ../scss/font-awesome/_icons.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 229, ../scss/font-awesome/_icons.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 230, ../scss/font-awesome/_icons.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 231, ../scss/font-awesome/_icons.scss */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 232, ../scss/font-awesome/_icons.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 233, ../scss/font-awesome/_icons.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 234, ../scss/font-awesome/_icons.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 235, ../scss/font-awesome/_icons.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 236, ../scss/font-awesome/_icons.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 237, ../scss/font-awesome/_icons.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 238, ../scss/font-awesome/_icons.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 239, ../scss/font-awesome/_icons.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 240, ../scss/font-awesome/_icons.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 241, ../scss/font-awesome/_icons.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 242, ../scss/font-awesome/_icons.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 243, ../scss/font-awesome/_icons.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 244, ../scss/font-awesome/_icons.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 245, ../scss/font-awesome/_icons.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 246, ../scss/font-awesome/_icons.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 247, ../scss/font-awesome/_icons.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 248, ../scss/font-awesome/_icons.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 249, ../scss/font-awesome/_icons.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 250, ../scss/font-awesome/_icons.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 251, ../scss/font-awesome/_icons.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 252, ../scss/font-awesome/_icons.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 253, ../scss/font-awesome/_icons.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 254, ../scss/font-awesome/_icons.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 255, ../scss/font-awesome/_icons.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 256, ../scss/font-awesome/_icons.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 258, ../scss/font-awesome/_icons.scss */
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

/* line 259, ../scss/font-awesome/_icons.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 260, ../scss/font-awesome/_icons.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 261, ../scss/font-awesome/_icons.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 262, ../scss/font-awesome/_icons.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 263, ../scss/font-awesome/_icons.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 264, ../scss/font-awesome/_icons.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 265, ../scss/font-awesome/_icons.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 266, ../scss/font-awesome/_icons.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 267, ../scss/font-awesome/_icons.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 268, ../scss/font-awesome/_icons.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 269, ../scss/font-awesome/_icons.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 270, ../scss/font-awesome/_icons.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 271, ../scss/font-awesome/_icons.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 272, ../scss/font-awesome/_icons.scss */
.icon-code:before {
  content: "\f121";
}

/* line 273, ../scss/font-awesome/_icons.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 274, ../scss/font-awesome/_icons.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 276, ../scss/font-awesome/_icons.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 277, ../scss/font-awesome/_icons.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 278, ../scss/font-awesome/_icons.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 279, ../scss/font-awesome/_icons.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 280, ../scss/font-awesome/_icons.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 281, ../scss/font-awesome/_icons.scss */
.icon-question:before {
  content: "\f128";
}

/* line 282, ../scss/font-awesome/_icons.scss */
.icon-info:before {
  content: "\f129";
}

/* line 283, ../scss/font-awesome/_icons.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 284, ../scss/font-awesome/_icons.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 285, ../scss/font-awesome/_icons.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 286, ../scss/font-awesome/_icons.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 287, ../scss/font-awesome/_icons.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 288, ../scss/font-awesome/_icons.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 289, ../scss/font-awesome/_icons.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 290, ../scss/font-awesome/_icons.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 291, ../scss/font-awesome/_icons.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 292, ../scss/font-awesome/_icons.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 293, ../scss/font-awesome/_icons.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 294, ../scss/font-awesome/_icons.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 295, ../scss/font-awesome/_icons.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 296, ../scss/font-awesome/_icons.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 297, ../scss/font-awesome/_icons.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 298, ../scss/font-awesome/_icons.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 299, ../scss/font-awesome/_icons.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 300, ../scss/font-awesome/_icons.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 301, ../scss/font-awesome/_icons.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 302, ../scss/font-awesome/_icons.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 303, ../scss/font-awesome/_icons.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 304, ../scss/font-awesome/_icons.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 305, ../scss/font-awesome/_icons.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 306, ../scss/font-awesome/_icons.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 307, ../scss/font-awesome/_icons.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 308, ../scss/font-awesome/_icons.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 309, ../scss/font-awesome/_icons.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 310, ../scss/font-awesome/_icons.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 311, ../scss/font-awesome/_icons.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 312, ../scss/font-awesome/_icons.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 313, ../scss/font-awesome/_icons.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 314, ../scss/font-awesome/_icons.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 315, ../scss/font-awesome/_icons.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 316, ../scss/font-awesome/_icons.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 317, ../scss/font-awesome/_icons.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 318, ../scss/font-awesome/_icons.scss */
.icon-collapse:before {
  content: "\f150";
}

/* line 319, ../scss/font-awesome/_icons.scss */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 320, ../scss/font-awesome/_icons.scss */
.icon-expand:before {
  content: "\f152";
}

/* line 322, ../scss/font-awesome/_icons.scss */
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

/* line 323, ../scss/font-awesome/_icons.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 325, ../scss/font-awesome/_icons.scss */
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

/* line 327, ../scss/font-awesome/_icons.scss */
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

/* line 329, ../scss/font-awesome/_icons.scss */
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

/* line 331, ../scss/font-awesome/_icons.scss */
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

/* line 333, ../scss/font-awesome/_icons.scss */
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

/* line 335, ../scss/font-awesome/_icons.scss */
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

/* line 336, ../scss/font-awesome/_icons.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 337, ../scss/font-awesome/_icons.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 338, ../scss/font-awesome/_icons.scss */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 339, ../scss/font-awesome/_icons.scss */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 340, ../scss/font-awesome/_icons.scss */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 341, ../scss/font-awesome/_icons.scss */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 342, ../scss/font-awesome/_icons.scss */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 343, ../scss/font-awesome/_icons.scss */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 344, ../scss/font-awesome/_icons.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 345, ../scss/font-awesome/_icons.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 346, ../scss/font-awesome/_icons.scss */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 347, ../scss/font-awesome/_icons.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 348, ../scss/font-awesome/_icons.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 349, ../scss/font-awesome/_icons.scss */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 350, ../scss/font-awesome/_icons.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 351, ../scss/font-awesome/_icons.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 352, ../scss/font-awesome/_icons.scss */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 353, ../scss/font-awesome/_icons.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 354, ../scss/font-awesome/_icons.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 355, ../scss/font-awesome/_icons.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 356, ../scss/font-awesome/_icons.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 357, ../scss/font-awesome/_icons.scss */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 358, ../scss/font-awesome/_icons.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 359, ../scss/font-awesome/_icons.scss */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 360, ../scss/font-awesome/_icons.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 361, ../scss/font-awesome/_icons.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 362, ../scss/font-awesome/_icons.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 363, ../scss/font-awesome/_icons.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 364, ../scss/font-awesome/_icons.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 365, ../scss/font-awesome/_icons.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 366, ../scss/font-awesome/_icons.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 367, ../scss/font-awesome/_icons.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 368, ../scss/font-awesome/_icons.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 369, ../scss/font-awesome/_icons.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 370, ../scss/font-awesome/_icons.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 371, ../scss/font-awesome/_icons.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 372, ../scss/font-awesome/_icons.scss */
.icon-female:before {
  content: "\f182";
}

/* line 373, ../scss/font-awesome/_icons.scss */
.icon-male:before {
  content: "\f183";
}

/* line 374, ../scss/font-awesome/_icons.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 375, ../scss/font-awesome/_icons.scss */
.icon-sun:before {
  content: "\f185";
}

/* line 376, ../scss/font-awesome/_icons.scss */
.icon-moon:before {
  content: "\f186";
}

/* line 377, ../scss/font-awesome/_icons.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 378, ../scss/font-awesome/_icons.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 379, ../scss/font-awesome/_icons.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 380, ../scss/font-awesome/_icons.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 381, ../scss/font-awesome/_icons.scss */
.icon-renren:before {
  content: "\f18b";
}

/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 120, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 126, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 127, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 128, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 132, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 138, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 144, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 150, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 156, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BOX SHADOW
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
IMAGE BORDERS
*********************/
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 234, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "Cabin", sans-serif;
  border: 1px solid #d77b07;
  border-top-color: #f48c08;
  border-left-color: #f48c08;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #f7910f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f89c28), to(#f7910f));
  background-image: -webkit-linear-gradient(top, #f89c28, #f7910f);
  background-image: -moz-linear-gradient(top, #f89c28, #f7910f);
  background-image: -o-linear-gradient(top, #f89c28, #f7910f);
  background-image: linear-gradient(to bottom, #f89c28, #f7910f);
}
/* line 253, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
  border: 1px solid #d77b07;
  border-top-color: #b46706;
  border-left-color: #b46706;
  background-color: #e68307;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7910f), to(#e68307));
  background-image: -webkit-linear-gradient(top, #f7910f, #e68307);
  background-image: -moz-linear-gradient(top, #f7910f, #e68307);
  background-image: -o-linear-gradient(top, #f7910f, #e68307);
  background-image: linear-gradient(to bottom, #f7910f, #e68307);
}
/* line 261, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #f89c28;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7910f), to(#f89c28));
  background-image: -webkit-linear-gradient(top, #f7910f, #f89c28);
  background-image: -moz-linear-gradient(top, #f7910f, #f89c28);
  background-image: -o-linear-gradient(top, #f7910f, #f89c28);
  background-image: linear-gradient(to bottom, #f7910f, #f89c28);
}

/* line 266, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec;
}
/* line 272, ../scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
/* line 276, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/* line 280, ../scss/_mixins.scss */
.orange-button, .orange-button:visited {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 25px;
  border-color: #e68307;
  text-shadow: 0 1px 1px #e68307;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2);
  background-color: #f7910f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f89c28), to(#f7910f));
  background-image: -webkit-linear-gradient(top, #f89c28, #f7910f);
  background-image: -moz-linear-gradient(top, #f89c28, #f7910f);
  background-image: -o-linear-gradient(top, #f89c28, #f7910f);
  background-image: linear-gradient(to bottom, #f89c28, #f7910f);
  box-shadow: inset 0 0 3px #fbc077;
}
/* line 291, ../scss/_mixins.scss */
.orange-button:hover, .orange-button:focus, .orange-button:visited:hover, .orange-button:visited:focus {
  color: white;
  border-color: #cd7507;
  background-color: #e68307;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f79314), to(#e68307));
  background-image: -webkit-linear-gradient(top, #f79314, #e68307);
  background-image: -moz-linear-gradient(top, #f79314, #e68307);
  background-image: -o-linear-gradient(top, #f79314, #e68307);
  background-image: linear-gradient(to bottom, #f79314, #e68307);
}
/* line 296, ../scss/_mixins.scss */
.orange-button:active, .orange-button:visited:active {
  color: white;
  background-color: #f89c28;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7910f), to(#f89c28));
  background-image: -webkit-linear-gradient(top, #f7910f, #f89c28);
  background-image: -moz-linear-gradient(top, #f7910f, #f89c28);
  background-image: -o-linear-gradient(top, #f7910f, #f89c28);
  background-image: linear-gradient(to bottom, #f7910f, #f89c28);
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #111111;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 70, ../scss/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 79, ../scss/_base.scss */
a, a:visited {
  color: #f89c28;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 83, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #ea8608;
}
/* line 93, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 107, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Cabin", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 117, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 122, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.3em;
  color: black;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.333em;
  margin: 5px 0;
}

/* line 132, ../scss/_base.scss */
h2, .h2 {
  color: #444444;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0;
  border-top: solid #000 1px;
  border-bottom: double #000 3px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 146, ../scss/_base.scss */
h3, .h3 {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
}

/* line 152, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.0em;
  font-weight: 700;
}

/* line 157, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 164, ../scss/_base.scss */
p {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
/* line 165, ../scss/_base.scss */
p #help-links {
  display: block;
}
/* line 167, ../scss/_base.scss */
p #help-links ul {
  padding: 0 15px;
}
/* line 169, ../scss/_base.scss */
p #help-links ul li {
  margin: 0 0 15px 0;
}
/* line 171, ../scss/_base.scss */
p #help-links ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #174b7c;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  width: 75%;
  display: block;
}
/* line 180, ../scss/_base.scss */
p #help-links ul li a:hover {
  color: #f89c28;
}
/* line 184, ../scss/_base.scss */
p #help-links ul li:after {
  font-family: FontAwesome;
  content: "\f016";
  color: #f89c28;
  font-size: 35px;
  float: right;
  position: relative;
  top: -40px;
  line-height: 1.3;
}
/* line 196, ../scss/_base.scss */
p #help-links .readmore {
  display: block;
  width: 100%;
  text-align: right;
}
/* line 200, ../scss/_base.scss */
p #help-links .readmore a {
  font-size: 14px;
  font-weight: 400;
  color: #777e84;
  text-decoration: none;
}
/* line 205, ../scss/_base.scss */
p #help-links .readmore a:hover {
  color: #f89c28;
}
/* line 208, ../scss/_base.scss */
p #help-links .readmore a:after {
  font-family: FontAwesome;
  content: " \f054";
  color: #777e84;
  font-size: 16px;
}

/* line 221, ../scss/_base.scss */
.right {
  display: block;
  float: right;
}

/* line 225, ../scss/_base.scss */
.back {
  display: block;
  text-align: right;
  clear: both;
}
/* line 229, ../scss/_base.scss */
.back a {
  color: #c3cdd8 !important;
  text-decoration: none !important;
}
/* line 232, ../scss/_base.scss */
.back a:hover, .back a:focus {
  color: #f89c28;
}

/* line 237, ../scss/_base.scss */
blockquote, blockquote p {
  font-size: 18px;
  font-weight: 700;
}

/*********************
HEADER STYLES
*********************/
/* line 248, ../scss/_base.scss */
#inner-header {
  background: url("../images/header-seal.png") no-repeat;
  background-position: 85% 0;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/*Global Width and Center*/
/* line 264, ../scss/_base.scss */
#inner-topnav, #inner-header, #inner-content, #inner-footer {
  max-width: 960px;
  margin: 0 auto;
}

/* line 268, ../scss/_base.scss */
#main {
  min-height: 600px;
  margin-bottom: 25px;
}

/*Utility nav and top bar*/
/* line 274, ../scss/_base.scss */
.topnav {
  height: 40px;
  background-color: #0f304f;
  display: none;
}

/* line 279, ../scss/_base.scss */
#inner-topnav {
  display: none;
}
/* line 281, ../scss/_base.scss */
#inner-topnav ul {
  margin: 0;
}

/* line 285, ../scss/_base.scss */
#mobile-follow-links {
  display: block;
  float: left;
}

/* line 289, ../scss/_base.scss */
#mobile-nav {
  font-family: FontAwesome;
}
/* line 291, ../scss/_base.scss */
#mobile-nav:before {
  display: block;
  width: 30px;
  float: left;
  content: "\f0c9";
  color: white;
  font-size: 25px;
  padding: 0 5px;
}

/* line 301, ../scss/_base.scss */
#mobile-search {
  font-family: FontAwesome;
}
/* line 303, ../scss/_base.scss */
#mobile-search:before {
  display: block;
  width: 30px;
  float: right;
  content: "\f002";
  color: white;
  font-size: 25px;
  padding: 0 5px;
}

/* line 313, ../scss/_base.scss */
.menu {
  margin-top: 0;
}

/*Header*/
/* line 318, ../scss/_base.scss */
#logo {
  width: 50%;
  min-width: 200px;
  margin: 15px auto 10px;
}
/* line 322, ../scss/_base.scss */
#logo img {
  max-width: 100%;
}

/*Global Nav*/
/* line 328, ../scss/_base.scss */
#menu-main-navigation {
  background: none;
  margin: 0 auto;
}

/* line 333, ../scss/_base.scss */
#megaMenuToggle {
  background-color: #555555;
}

/* line 336, ../scss/_base.scss */
.nav {
  background: none;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 338, ../scss/_base.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 340, ../scss/_base.scss */
.nav li a {
  display: block;
  font-family: "Cabin", sans-serif;
  color: #114C7C;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 356, ../scss/_base.scss */
.nav li a:hover, .nav li a:focus {
  background-color: #f89c28;
  color: white;
}
/* line 375, ../scss/_base.scss */
.nav li ul.sub-menu,
.nav li ul.children {
  display: none;
}
/* line 380, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/* Homepage Tweaks*/
/* line 412, ../scss/_base.scss */
.homeside > .widget {
  margin: 0;
  padding: 0;
}

/* line 416, ../scss/_base.scss */
.homenews .featured-footer {
  /*border-top: $hrltgray solid 1px;*/
  border-bottom: #c3cdd8 solid 1px;
  padding: 10px 0;
}

/* line 421, ../scss/_base.scss */
.homenews .article-social {
  float: left;
}

/* line 424, ../scss/_base.scss */
.homenews .readmore {
  float: right;
}

/* line 428, ../scss/_base.scss */
.entry-content a {
  text-decoration: underline;
}
/* line 431, ../scss/_base.scss */
.entry-content .attachment-medium {
  max-width: 150px;
}
/* line 434, ../scss/_base.scss */
.entry-content iframe {
  width: 100%;
  max-width: 615px;
  border: 5px solid #FFFFFF;
  outline: 1px solid #BABABA;
  outline-offset: -1px;
}

/* line 440, ../scss/_base.scss */
.byline.short {
  float: left;
  width: 20%;
}

/* line 444, ../scss/_base.scss */
h3.article-title.short a {
  float: left;
  width: 80%;
  margin-bottom: 10px;
}

/* line 449, ../scss/_base.scss */
.entry-content.short {
  margin-left: 20%;
}
/* line 451, ../scss/_base.scss */
.entry-content.short iframe {
  display: none;
  /*width: 100%;
  max-width: 480px;*/
}

/* line 458, ../scss/_base.scss */
.short-excerpt {
  max-width: 450px;
  width: 100%;
}
/* line 461, ../scss/_base.scss */
.short-excerpt p {
  margin: 0;
  padding: 0;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  /* "overflow" value must be different from "visible" */
  text-overflow: ellipsis;
}

/* HOMEPAGE MOBILE OVERRIDES*/
/* line 472, ../scss/_base.scss */
#votingtransparency-2 {
  display: none;
  padding: 0;
}

/* HOMEPAGE FEATURED IMAGES*/
/* line 478, ../scss/_base.scss */
.homepagefeatured {
  background-color: black;
  display: block;
  width: 100%;
}
/* line 483, ../scss/_base.scss */
.homepagefeatured figure {
  position: relative;
  border-bottom: 2px solid white;
}
/* line 486, ../scss/_base.scss */
.homepagefeatured figure h3 {
  margin: 0;
}
/* line 490, ../scss/_base.scss */
.homepagefeatured img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
/* line 496, ../scss/_base.scss */
.homepagefeatured img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 501, ../scss/_base.scss */
.homepagefeatured figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  color: white;
  font-size: 22px;
  padding: 10px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
}
/* line 513, ../scss/_base.scss */
.homepagefeatured figcaption a {
  color: white;
}
/* line 515, ../scss/_base.scss */
.homepagefeatured figcaption a:hover {
  color: #f89c28;
}

/* PAGE STYLES */
/* line 523, ../scss/_base.scss */
.page-header {
  padding: 4px 0;
  margin: 0 0 10px 0;
  border-bottom: double #000 3px;
  width: 100%;
  display: block;
}

/* line 531, ../scss/_base.scss */
h1.page-title {
  width: 80%;
  display: inline-block;
  float: left;
  font-size: 32px;
}

/* Areas of interest block*/
/* line 538, ../scss/_base.scss */
.interest {
  float: right;
  display: block;
  background-color: #777e84;
  padding: 0 10px;
  margin-top: 18px;
}

/* line 545, ../scss/_base.scss */
.interest h2 {
  color: #f89c28;
  font-size: 16px;
  text-align: center;
  border: none;
  padding: 0px;
}

/* line 552, ../scss/_base.scss */
.interest ul {
  margin: 0 0 10px 0;
}
/* line 554, ../scss/_base.scss */
.interest ul li {
  display: table-row;
}
/* line 556, ../scss/_base.scss */
.interest ul li a {
  display: table-cell;
  font-family: "Cabin", sans-serif;
  color: white;
  font-size: 15px;
  text-decoration: none;
  padding-left: 5px;
}
/* line 563, ../scss/_base.scss */
.interest ul li a:hover {
  color: #f89c28;
}

/*  line 567, ../scss/_base.scss */
.interest ul li:before {
   display: table-cell;
  font-family: FontAwesome;
  content: "\f005";
color: #c3cdd8;
  
margin: 0 5px;
  
} 

/*Loop Events styles*/
/* line 578, ../scss/_base.scss */
.event-extra {
  margin-top: 15px;
  display: block;
  float: right;
}
/* line 582, ../scss/_base.scss */
.event-extra .event-image {
  width: 150px;
  text-align: center;
  font-size: 12px;
}
/* line 586, ../scss/_base.scss */
.event-extra .event-image img {
  border: 5px solid #FFFFFF;
  outline: 1px solid #BABABA;
  outline-offset: -1px;
}
/* line 590, ../scss/_base.scss */
.event-extra .social-buttons {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 150px;
}

/* line 598, ../scss/_base.scss */
.event-details {
  font-size: 14px;
  margin-top: 10px;
}
/* line 601, ../scss/_base.scss */
.event-details p {
  margin: 0;
}

/* line 606, ../scss/_base.scss */
.event-content h4 {
  margin: 0 0 10px;
}
/* line 609, ../scss/_base.scss */
.event-content p {
  margin: 0 0 15px;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 617, ../scss/_base.scss */
#inner-content {
  background-color: white;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 652, ../scss/_base.scss */
.byline {
  color: #999;
}

/* entry content */
/* line 659, ../scss/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 661, ../scss/_base.scss */
.entry-content p {
  font-size: 16px;
}
/* line 670, ../scss/_base.scss */
.entry-content ul li, .entry-content ol li {
  display: table-row; 
}
 /* line 672, ../scss/_base.scss bullets */
.entry-content ul li:before, .entry-content ol li:before {
  display: table-cell;
  font-family: FontAwesome;
  content: "\f005";
  color: #c3cdd8;
  margin: 0 5px;
  padding: 0 10px 0 0;
} 
/* line 705, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 712, ../scss/_base.scss */
.entry-content img {
  margin: 15px 0 1.5em 15px;
  max-width: 100%;
  height: auto;
  float: right;
  border: 5px solid #FFFFFF;
  outline: 1px solid #BABABA;
  outline-offset: -1px;
}
/* line 730, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 735, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 743, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 749, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 755, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 793, ../scss/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 796, ../scss/_base.scss */
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
/* line 798, ../scss/_base.scss */
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
/* line 802, ../scss/_base.scss */
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
/* line 809, ../scss/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
/* line 818, ../scss/_base.scss */
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
/* line 823, ../scss/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
/* line 834, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
/* line 837, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
/* line 846, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 889, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 893, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 904, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 921, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 923, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 931, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 935, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 953, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 957, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 962, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 976, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 979, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 994, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 997, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1005, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 1008, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 1012, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 1022, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1047, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 1050, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 1059, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 1071, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1083, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 1087, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 1090, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 1096, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 1104, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type="url"],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 1110, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type="url"]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 1115, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type="url"]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 1128, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type="url"] {
  max-width: 400px;
  min-width: 250px;
}
/* line 1133, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 1146, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1159, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 1164, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* HOMEPAGE GALLERY*/
/* line 1172, ../scss/_base.scss */
div.sc_menu-1 {
  margin-top: 10px;
}

/* line 1176, ../scss/_base.scss */
img.thumbnail-image-1 {
  border: 5px solid #FFFFFF;
  outline: 1px solid #BABABA;
  outline-offset: -1px;
  width: 305px;
}

/* line 1183, ../scss/_base.scss */
.multimedia {
  overflow: hidden;
}

/* line 1188, ../scss/_base.scss */
.rsg_item img {
  border: 5px solid #FFFFFF;
  outline: 1px solid #BABABA;
  outline-offset: -1px;
  margin-right: 5px;
}

/*Social Block*/
/* line 1194, ../scss/_base.scss */
.social-buttons {
  display: block;
  width: 20%;
  float: left;
  margin-top: 10px;
  clear: both;
}

/* line 1203, ../scss/_base.scss */
.block.social > .social,
#inner-footer > .social,
.article-social > .social {
  width: 100%;
  /*max-width: 125px;*/
  min-width: 125px;
}
/* line 1207, ../scss/_base.scss */
.block.social > .social ul,
#inner-footer > .social ul,
.article-social > .social ul {
  margin: 0;
  text-align: center;
}
/* line 1210, ../scss/_base.scss */
.block.social > .social ul li,
#inner-footer > .social ul li,
.article-social > .social ul li {
  display: inline;
  font-size: 24px;
  padding-right: 5px;
  color: #777e84;
}
/* line 1215, ../scss/_base.scss */
.block.social > .social ul li:before,
#inner-footer > .social ul li:before,
.article-social > .social ul li:before {
  display: none;
}

/* Social Media Tabbed box*/
/* line 1223, ../scss/_base.scss */
#wrap {
  width: 100%;
  max-width: 300px;
  font-size: 1.2em;
  margin: 3em auto;
}

/* line 1228, ../scss/_base.scss */
ul.tabs {
  margin: 0;
  padding: 0;
}

/* line 1232, ../scss/_base.scss */
.twfb {
  width: 100%;
}

/* line 1235, ../scss/_base.scss */
.tabbed-box {
  width: 100%;
  background: #f6f6f8;
  border: 1px solid #f6f6f8;
}
/* line 1239, ../scss/_base.scss */
.tabbed-box iframe {
  width: 100% !important;
}

/* line 1243, ../scss/_base.scss */
.tabbed-box .tabs li {
  list-style: none;
  width: 50%;
  float: left;
}

/* line 1247, ../scss/_base.scss */
.tabbed-box .tabs li a {
  display: block;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #174b7b;
  border-left: 1px solid #f6f6f8;
  border-bottom: 1px solid #f6f6f8;
}

/* line 1257, ../scss/_base.scss */
.tabbed-box .tabs li:first-child a {
  border-left: none;
}

/* line 1259, ../scss/_base.scss */
.tabbed-box .tabs li a:hover {
  color: #f89c28;
}

/* line 1261, ../scss/_base.scss */
.tabbed-box .tabs li a:focus {
  outline: none;
}

/* line 1263, ../scss/_base.scss */
.tabbed-box .tabs li a.active, .tabbed-box .tabs li a.active:hover {
  background: #f6f6f8;
  color: #333;
  border-bottom: 1px solid #f6f6f8;
}

/* line 1267, ../scss/_base.scss */
.tabbed-content {
  padding: 1px;
  overflow: hidden;
  height: 407px;
  display: none;
}

/* line 1274, ../scss/_base.scss */
.locations li {
  display: block;
  clear: both;
  margin-bottom: 15px;
}
/* line 1278, ../scss/_base.scss */
.locations li a {
  text-decoration: none;
}
/* line 1280, ../scss/_base.scss */
.locations li a:after {
  font-family: FontAwesome;
  content: " \f095";
}
/* line 1286, ../scss/_base.scss */
.locations .map {
  float: right;
  width: 150px;
  margin-top: 40px;
}
/* line 1291, ../scss/_base.scss */
.locations iframe {
  border: 5px solid #FFFFFF;
  outline: 1px solid #BABABA;
  outline-offset: -1px;
}

/* line 1303, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*Accomplishments Block*/
/* line 1320, ../scss/_base.scss */
.accomplishments {
  display: block;
}
/* line 1322, ../scss/_base.scss */
.accomplishments ul {
  padding: 0 15px;
}
/* line 1324, ../scss/_base.scss */
.accomplishments ul li {
  margin: 0 0 15px 0;
  min-height: 35px;
}
/* line 1327, ../scss/_base.scss */
.accomplishments ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #174b7c;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  width: 75%;
  display: block;
}
/* line 1336, ../scss/_base.scss */
.accomplishments ul li a:hover {
  color: #f89c28;
}
/* line 1340, ../scss/_base.scss */
.accomplishments ul li:after {
  font-family: FontAwesome;
  content: "\f016";
  color: #f89c28;
  font-size: 35px;
  float: right;
  position: relative;
  top: -30px;
  line-height: 1.3;
}
/* line 1352, ../scss/_base.scss */
.accomplishments .readmore {
  display: block;
  width: 100%;
  text-align: right;
}
/* line 1356, ../scss/_base.scss */
.accomplishments .readmore a {
  font-size: 14px;
  font-weight: 400;
  color: #777e84;
  text-decoration: none;
}
/* line 1361, ../scss/_base.scss */
.accomplishments .readmore a:hover {
  color: #f89c28;
}
/* line 1364, ../scss/_base.scss */
.accomplishments .readmore a:after {
  font-family: FontAwesome;
  content: " \f054";
  color: #777e84;
  font-size: 16px;
}

/* line 1374, ../scss/_base.scss */
#help-links {
  display: block;
}
/* line 1376, ../scss/_base.scss */
#help-links ul {
  padding: 0 15px;
}
/* line 1378, ../scss/_base.scss */
#help-links ul li {
  display: block;
  margin: 0 0 15px 0;
}
/* line 1381, ../scss/_base.scss */
#help-links ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #174b7c;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  width: 75%;
  display: block;
}
/* line 1390, ../scss/_base.scss */
#help-links ul li a:hover {
  color: #f89c28;
}
/* line 1394, ../scss/_base.scss */
#help-links ul li:after {
  font-family: FontAwesome;
  content: "\f08e";
  color: #f89c28;
  font-size: 35px;
  float: right;
  position: relative;
  top: -40px;
  line-height: 1.8;
}

/* Home page Contact Block*/
/* line 1408, ../scss/_base.scss */
.contact-widget {
  border: solid #c3cdd8 1px;
  padding: 0 30px 20px;
  background: url("../images/contact-widget-bg.jpg") center no-repeat;
  margin-top: 34px;
  text-align: center;
}
/* line 1414, ../scss/_base.scss */
.contact-widget h2 {
  border-top: none;
  border-bottom: solid #000 1px;
  padding-top: 0;
}
/* line 1419, ../scss/_base.scss */
.contact-widget p {
  text-align: left;
}

/*News Block & Page Styling*/
/* line 1425, ../scss/_base.scss */
.news, .events {
  display: block;
}
/* line 1427, ../scss/_base.scss */
.news h2, .events h2 {
  margin-top: 22px;
}
/* line 1430, ../scss/_base.scss */
.news ul, .events ul {
  padding: 0 15px;
}
/* line 1432, ../scss/_base.scss */
.news ul li, .events ul li {
  margin-bottom: 15px;
}
/* line 1434, ../scss/_base.scss */
.news ul li a, .events ul li a {
  /*display: block;
  font-size: 16px;*/
  font-weight: 500;
  color: #444444;
  text-decoration: none;
  line-height: 1.1;
}
/* line 1442, ../scss/_base.scss */
.news ul li a:hover, .events ul li a:hover {
  color: #f89c28;
}
/* line 1449, ../scss/_base.scss */
.news .article-date, .news .byline.vcard, .events .article-date, .events .byline.vcard {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #777e84;
}
/* line 1456, ../scss/_base.scss */
.news .readmore, .events .readmore {
  display: block;
  width: 100%;
  text-align: right;
}
/* line 1460, ../scss/_base.scss */
.news .readmore a, .events .readmore a {
  font-size: 14px;
  font-weight: 400;
  color: #777e84;
  text-decoration: none;
}
/* line 1465, ../scss/_base.scss */
.news .readmore a:hover, .events .readmore a:hover {
  color: #f89c28;
}
/* line 1468, ../scss/_base.scss */
.news .readmore a:after, .events .readmore a:after {
  font-family: FontAwesome;
  content: " \f054";
  color: #777e84;
  font-size: 16px;
}

/* line 1478, ../scss/_base.scss */
h3.article-title, h3.entry-title, h3.single-title, h3.event-title {
  margin-bottom: 5px;
  color: #174b7c;
  font-weight: 600;
  display: block;
  line-height: 1.1;
}
/* line 1484, ../scss/_base.scss */
h3.article-title a, h3.entry-title a, h3.single-title a, h3.event-title a {
  color: #174b7c;
  font-weight: 600;
  display: block;
  line-height: 1.1;
}
/* line 1489, ../scss/_base.scss */
h3.article-title a:hover, h3.entry-title a:hover, h3.single-title a:hover, h3.event-title a:hover {
  color: #f89c28;
}

/* line 1494, ../scss/_base.scss */
.article-social {
  display: block;
  line-height: 0.8;
  float: right;
  padding-top: 0px;
  font-size: 18px;
}
/* line 1500, ../scss/_base.scss */
.article-social ul {
  margin: 0;
}

/* line 1504, ../scss/_base.scss */
.byline {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #777e84;
}

/*Special reports block*/
/* line 1513, ../scss/_base.scss */
.reports ul li {
  width: 100%;
  margin-bottom: 15px;
}
/* line 1516, ../scss/_base.scss */
.reports ul li a {
  display: block;
  height: 50px;
  padding: 15px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2);
}
/* line 1527, ../scss/_base.scss */
.reports .blueandgold, .reports .college {
  background-color: #154470;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a538a), to(#154470));
  background-image: -webkit-linear-gradient(top, #1a538a, #154470);
  background-image: -moz-linear-gradient(top, #1a538a, #154470);
  background-image: -o-linear-gradient(top, #1a538a, #154470);
  background-image: linear-gradient(to bottom, #1a538a, #154470);
}
/* line 1529, ../scss/_base.scss */
.reports .blueandgold:hover, .reports .college:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 1533, ../scss/_base.scss */
.reports .blueandgold a, .reports .college a {
  color: #f89c28;
}
/* line 1535, ../scss/_base.scss */
.reports .blueandgold a:after, .reports .college a:after {
  font-family: FontAwesome;
  content: " \f040";
  font-size: 28px;
  float: right;
  line-height: 0.8;
  display: block;
}
/* line 1546, ../scss/_base.scss */
.reports .goldandblue, .reports .retiree {
  background-color: #ff931e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa725), to(#ff931e));
  background-image: -webkit-linear-gradient(top, #ffa725, #ff931e);
  background-image: -moz-linear-gradient(top, #ffa725, #ff931e);
  background-image: -o-linear-gradient(top, #ffa725, #ff931e);
  background-image: linear-gradient(to bottom, #ffa725, #ff931e);
}
/* line 1548, ../scss/_base.scss */
.reports .goldandblue:hover, .reports .retiree:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 1552, ../scss/_base.scss */
.reports .goldandblue a, .reports .retiree a {
  color: #0f304f;
}
/* line 1554, ../scss/_base.scss */
.reports .goldandblue a:after, .reports .retiree a:after {
  font-family: FontAwesome;
  content: " \f0f2";
  font-size: 28px;
  float: right;
  line-height: 0.8;
  display: block;
}
/* line 1565, ../scss/_base.scss */
.reports .grayandgray, .reports .veterans {
  background-color: #6c7278;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#848c92), to(#6c7278));
  background-image: -webkit-linear-gradient(top, #848c92, #6c7278);
  background-image: -moz-linear-gradient(top, #848c92, #6c7278);
  background-image: -o-linear-gradient(top, #848c92, #6c7278);
  background-image: linear-gradient(to bottom, #848c92, #6c7278);
}
/* line 1567, ../scss/_base.scss */
.reports .grayandgray:hover, .reports .veterans:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 1571, ../scss/_base.scss */
.reports .grayandgray a, .reports .veterans a {
  color: #444444;
}
/* line 1573, ../scss/_base.scss */
.reports .grayandgray a:after, .reports .veterans a:after {
  font-family: FontAwesome;
  content: " \f0fb";
  font-size: 28px;
  float: right;
  line-height: 0.8;
  display: block;
}
/* line 1583, ../scss/_base.scss */
.reports .greenandwhite, .reports .clean {
  background-color: #004a16;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005b1b), to(#004a16));
  background-image: -webkit-linear-gradient(top, #005b1b, #004a16);
  background-image: -moz-linear-gradient(top, #005b1b, #004a16);
  background-image: -o-linear-gradient(top, #005b1b, #004a16);
  background-image: linear-gradient(to bottom, #005b1b, #004a16);
}
/* line 1585, ../scss/_base.scss */
.reports .greenandwhite:hover, .reports .clean:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 1589, ../scss/_base.scss */
.reports .greenandwhite a, .reports .clean a {
  color: white;
}
/* line 1591, ../scss/_base.scss */
.reports .greenandwhite a:after, .reports .clean a:after {
  font-family: FontAwesome;
  content: " \f06c";
  font-size: 28px;
  float: right;
  line-height: 0.8;
  display: block;
}

/**PAGE STYLES **/
/*About Nevada*/
/* line 1604, ../scss/_base.scss */
.carousel {
  display: block;
  width: 100%;
  max-width: 615px;
}
/* line 1608, ../scss/_base.scss */
.carousel img {
  border: 5px solid #FFFFFF;
  outline: 1px solid #BABABA;
  outline-offset: -1px;
}

/* line 1620, ../scss/_base.scss */
.rslides.rslides1 {
  max-width: 615px !important;
}

/* line 1624, ../scss/_base.scss */
.rslides li:first-child:before {
  display: none;
}

/* line 1629, ../scss/_base.scss */
.rslides_tabs.rslides1_tabs li {
  float: left;
  width: 100%;
  max-width: 115px;
  margin-left: 10px;
}
/* line 1634, ../scss/_base.scss */
.rslides_tabs.rslides1_tabs li img {
  height: 95px;
  overflow: hidden;
}
/* line 1639, ../scss/_base.scss */
.rslides_tabs.rslides1_tabs li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 1644, ../scss/_base.scss */
.rslides_tabs.rslides1_tabs li:first-child {
  margin-left: 0;
}
/* line 1647, ../scss/_base.scss */
.rslides_tabs.rslides1_tabs li:before {
  display: none;
}

/* 	CONTACT PAGE FORM STYLES */
/* line 1654, ../scss/_base.scss */
.cform {
  border: none;
  background: none;
}
/* line 1657, ../scss/_base.scss */
.cform legend {
  display: none;
}
/* line 1661, ../scss/_base.scss */
.cform label {
  display: block;
}
/* line 1667, ../scss/_base.scss */
.cform .single {
  width: 100%;
}

/* line 1672, ../scss/_base.scss */
.cf-ol > li {
  margin-bottom: 0.5em;
  overflow: hidden;
}

/* line 1677, ../scss/_base.scss */
.reqtxt, .emailreqtxt {
  display: block;
  font-size: 0.85em;
}

/* line 1682, ../scss/_base.scss */
.cf_hidden {
  border: none;
  margin: 0;
  padding: 0;
}

/*********************
FOOTER STYLES
*********************/
/* line 1691, ../scss/_base.scss */
.footer {
  clear: both;
  display: block;
  background-color: #f3f5f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c3ccd5), to(#f3f5f7));
  background-image: -webkit-linear-gradient(top, #c3ccd5, #f3f5f7);
  background-image: -moz-linear-gradient(top, #c3ccd5, #f3f5f7);
  background-image: -o-linear-gradient(top, #c3ccd5, #f3f5f7);
  background-image: linear-gradient(to bottom, #c3ccd5, #f3f5f7);
}
/* line 1697, ../scss/_base.scss */
.footer:before {
  content: "";
  display: block;
  height: 7px;
  width: 100%;
  background: url("../images/hr-or-blu-border.jpg") repeat-x;
}

/* line 1705, ../scss/_base.scss */
#inner-footer {
  background: url("../images/header-seal.png") no-repeat;
  background-position: 85% 0;
  text-align: center;
  display: block;
  min-height: 150px;
  /*.social {
  	display: block;
  	margin: 0 0 0 50%;
  }*/
}
/* line 1708, ../scss/_base.scss */
#inner-footer .social {
  color: #0f304f;
}

/* line 1719, ../scss/_base.scss */
#searchform {
  display: block;
  height: 19px;
  margin: 2px 0 0 0;
  padding: 0px;
}
/* line 1724, ../scss/_base.scss */
#searchform input[type="text"] {
  height: 19px;
  width: 149px;
  float: left;
  padding: 2px;
  margin: 0px;
  font-size: 10px;
  background-color: white;
  border: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 1742, ../scss/_base.scss */
#searchform input[type="submit"] {
  font-size: 10px;
  color: white;
  height: 19px;
  width: 90px;
  margin: 0px;
  padding: 0px;
  float: left;
  background-color: #f89c28;
  border: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 1759, ../scss/_base.scss */
#searchform input[type="submit"]:hover {
  background-color: #f8b25a;
}

/* line 1763, ../scss/_base.scss */
.footer-search > #searchform {
  width: 300px;
  margin: 0 35%;
  display: block;
}

/* line 1769, ../scss/_base.scss */
#inner-footnav #lang_sel_list li {
  float: none;
}
/* line 1772, ../scss/_base.scss */
#inner-footnav ul {
  width: 100%;
}
/* line 1775, ../scss/_base.scss */
#inner-footnav .menu-footer-menu-container, #inner-footnav .menu-footer-menu-spanish-container, #inner-footnav .languages {
  color: #0f304f;
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
/* line 1782, ../scss/_base.scss */
#inner-footnav .menu-footer-menu-container .icl-es a, #inner-footnav .menu-footer-menu-spanish-container .icl-es a, #inner-footnav .languages .icl-es a {
  padding-right: 5px;
}
/* line 1786, ../scss/_base.scss */
#inner-footnav .menu-footer-menu-container li a, #inner-footnav .menu-footer-menu-spanish-container li a, #inner-footnav .languages li a {
  text-decoration: none;
  color: #0f304f;
}
/* line 1789, ../scss/_base.scss */
#inner-footnav .menu-footer-menu-container li a:hover, #inner-footnav .menu-footer-menu-container li a:focus, #inner-footnav .menu-footer-menu-spanish-container li a:hover, #inner-footnav .menu-footer-menu-spanish-container li a:focus, #inner-footnav .languages li a:hover, #inner-footnav .languages li a:focus {
  color: #f89c28;
}

/* line 1798, ../scss/_base.scss */
#outer-footer {
  margin: 0 auto;
  padding-top: 3px;
  text-align: center;
  display: block;
  height: 50px;
  width: 100%;
  background: #072e52 url("../images/hr-blu-blu-border.jpg") repeat-x;
}
/* line 1806, ../scss/_base.scss */
#outer-footer .copy {
  font-size: 14px;
  color: white;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 27, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 28, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 29, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 30, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* HOMEPAGE MOBILE OVERRIDES*/
  /* line 75, ../scss/_481up.scss */
  #votingtransparency-2 {
    display: block;
  }
  /* line 77, ../scss/_481up.scss */
  #votingtransparency-2 h2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  /* line 83, ../scss/_481up.scss */
  .multimedia h2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  /* entry content */
  /* line 91, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 95, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 100, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 105, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 36, ../scss/_grid.scss */
  .twelvecol {
    width: 100%;
  }

  /* 100%;   } /* grid_12 */
  /* line 39, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 45, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 49, ../scss/_grid.scss */
  .last {
    float: right;
  }

  /* line 53, ../scss/_grid.scss */
  .firstinner {
    padding-left: 15px;
    margin-left: 0;
  }

  /* line 58, ../scss/_grid.scss */
  .lastinner {
    float: right;
    margin-left: 0;
    padding: 0 15px 0 0;
  }

  /* line 63, ../scss/_grid.scss */
  .firstandlastinner {
    padding: 0 15px;
    margin: 0px;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../scss/_768up.scss */
  .wrap {
    max-width: 1140px;
  }

  /* line 30, ../scss/_768up.scss */
  #content {
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b4c5d5), to(white));
    background-image: -webkit-linear-gradient(top, #b4c5d5, white);
    background-image: -moz-linear-gradient(top, #b4c5d5, white);
    background-image: -o-linear-gradient(top, #b4c5d5, white);
    background-image: linear-gradient(to bottom, #b4c5d5, #ffffff);
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 37, ../scss/_768up.scss */
  .header {
    background: url("../images/bg-header.png") repeat-x;
    height: 183px;
  }

  /* line 41, ../scss/_768up.scss */
  #logo {
    width: 389px;
    height: 89px;
    margin: 23px auto 10px;
  }

  /* line 46, ../scss/_768up.scss */
  .header-bar {
    max-width: 880px;
    width: 100%;
    height: 8px;
    background: url("../images/header-bar.png") repeat-x;
    margin: 0 auto 7px;
  }

  /* line 53, ../scss/_768up.scss */
  #inner-header {
    height: 175px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 59, ../scss/_768up.scss */
  .topnav {
    height: 31px;
    display: block;
  }

  /* line 63, ../scss/_768up.scss */
  #inner-topnav {
    display: block;
    padding: 5px 0;
  }
  /* line 66, ../scss/_768up.scss */
  #inner-topnav .follow-links {
    float: left;
  }
  /* line 69, ../scss/_768up.scss */
  #inner-topnav .utility-nav {
    float: right;
  }
  /* line 72, ../scss/_768up.scss */
  #inner-topnav ul {
    margin: 0;
  }

  /* line 76, ../scss/_768up.scss */
  #mobile-follow-links {
    display: none;
  }

  /* line 79, ../scss/_768up.scss */
  #mobile-nav {
    display: none;
  }

  /* line 82, ../scss/_768up.scss */
  #mobile-search {
    display: none;
  }

  /* line 85, ../scss/_768up.scss */
  .menu-top-nav-menu-container, .menu-top-nav-menu-spanish-container, .languages, #searchform {
    float: left;
    color: white;
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  /* line 91, ../scss/_768up.scss */
  .menu-top-nav-menu-container .lang-en a, .menu-top-nav-menu-spanish-container .lang-en a, .languages .lang-en a, #searchform .lang-en a {
    padding-right: 5px;
  }
  /* line 94, ../scss/_768up.scss */
  .menu-top-nav-menu-container .lang-en.active a, .menu-top-nav-menu-spanish-container .lang-en.active a, .languages .lang-en.active a, #searchform .lang-en.active a {
    color: #f89c28;
  }
  /* line 97, ../scss/_768up.scss */
  .menu-top-nav-menu-container .lang-es.active a, .menu-top-nav-menu-spanish-container .lang-es.active a, .languages .lang-es.active a, #searchform .lang-es.active a {
    color: #f89c28;
  }
  /* line 100, ../scss/_768up.scss */
  .menu-top-nav-menu-container li, .menu-top-nav-menu-spanish-container li, .languages li, #searchform li {
    float: left;
  }
  /* line 102, ../scss/_768up.scss */
  .menu-top-nav-menu-container li a, .menu-top-nav-menu-spanish-container li a, .languages li a, #searchform li a {
    text-decoration: none;
    padding: 5px 15px 5px 0;
    color: white;
  }
  /* line 106, ../scss/_768up.scss */
  .menu-top-nav-menu-container li a:hover, .menu-top-nav-menu-container li a:focus, .menu-top-nav-menu-spanish-container li a:hover, .menu-top-nav-menu-spanish-container li a:focus, .languages li a:hover, .languages li a:focus, #searchform li a:hover, #searchform li a:focus {
    color: #f89c28;
  }

  /* line 116, ../scss/_768up.scss */
  ul.qtrans_language_chooser .lang-en a:after {
    content: " |";
    color: #fff;
  }

  /* line 121, ../scss/_768up.scss */
  .utility-nav > #searchform {
    display: none;
  }

  /* line 125, ../scss/_768up.scss */
  .social-buttons {
    float: right;
    display: inline-block;
    width: 20%;
    clear: none;
  }

  /* line 131, ../scss/_768up.scss */
  #megaMenu ul.megaMenu > li.menu-item {
    margin-left: 35px;
  }

  /* line 134, ../scss/_768up.scss */
  .nav {
    border: 0;
    width: 100%;
    margin: 0 auto;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 138, ../scss/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    margin-left: 5px;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 142, ../scss/_768up.scss */
  .nav li a {
    background: #FFFFFF;
    padding: 0 9px;
    margin: 0 auto;
    display: block;
    height: 33px;
    cursor: pointer;
    border: none;
    line-height: 36px;
    text-align: center;
    font-size: 17px;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 166, ../scss/_768up.scss */
  .nav li:first-child {
    margin-left: 10px;
  }
  /* line 170, ../scss/_768up.scss */
  .nav li:last-child {
    margin-right: 10px;
  }
  /* line 178, ../scss/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 185, ../scss/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    background-color: #0f304f;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 187, ../scss/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    color: white;
    background: none;
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 197, ../scss/_768up.scss */
  .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
  .nav li ul.children li a:hover,
  .nav li ul.children li a:focus {
    color: #f89c28;
  }
  /* line 208, ../scss/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 230, ../scss/_768up.scss */
  .nav li:hover ul {
    top: auto;
    display: block;
  }

  /* end .nav */
  /*********************
  PAGES 
  *********************/
  /* line 249, ../scss/_768up.scss */
  .entry-content .event-image {
    width: 300px;
  }

  /* line 253, ../scss/_768up.scss */
  .entry-content .attachment-medium {
    max-width: 300px;
  }

  /* 	CONTACT PAGE FORM STYLES */
  /* line 259, ../scss/_768up.scss */
  .cform {
    border: none;
    background: none;
    margin-top: 1em;
  }
  /* line 263, ../scss/_768up.scss */
  .cform legend {
    display: none;
  }
  /* line 267, ../scss/_768up.scss */
  .cform label {
    float: left;
    width: 31.491712705%;
    margin-right: 2.76243%;
  }
  /* line 273, ../scss/_768up.scss */
  .cform .single, .cform .cformselect {
    display: block;
    float: right;
    width: 65.74585634900001%;
  }

  /* line 280, ../scss/_768up.scss */
  .cf-ol > li {
    margin-bottom: 0.5em;
    overflow: hidden;
  }

  /* line 285, ../scss/_768up.scss */
  .reqtxt, .emailreqtxt {
    display: block;
    clear: both;
    font-size: 0.85em;
  }

  /* line 291, ../scss/_768up.scss */
  .area {
    width: 100%;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 298, ../scss/_768up.scss */
  .sidebar {
    margin-top: 6px;
  }

  /* HOMEPAGE FEATURED IMAGES*/
  /* line 302, ../scss/_768up.scss */
  .block-1 {
    width: 100%;
    max-width: 960px;
  }
  /* line 305, ../scss/_768up.scss */
  .block-1 img {
    width: 100%;
  }
  /* line 308, ../scss/_768up.scss */
  .block-1 figcaption {
    font-size: 18px;
  }

  /* line 312, ../scss/_768up.scss */
  .block-2 {
    width: 50%;
    max-height: 400px;
  }
  /* line 315, ../scss/_768up.scss */
  .block-2 figcaption {
    font-size: 18px;
  }

  /* line 319, ../scss/_768up.scss */
  .block-3 {
    width: 50%;
    max-height: 400px;
  }
  /* line 322, ../scss/_768up.scss */
  .block-3 figcaption {
    font-size: 18px;
  }

  /* line 326, ../scss/_768up.scss */
  .block-big {
    width: 100%;
    max-width: 960px;
  }
  /* line 329, ../scss/_768up.scss */
  .block-big img {
    width: 100%;
  }
  /* line 332, ../scss/_768up.scss */
  .block-big figcaption {
    font-size: 18px;
  }

  /* Areas of interest block*/
  /* line 337, ../scss/_768up.scss */
  .interest {
    float: right;
  }

  /* line 343, ../scss/_768up.scss */
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  /* line 348, ../scss/_768up.scss */
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /* line 353, ../scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 361, ../scss/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*Special reports*/
  /* line 462, ../scss/_768up.scss */
  .reports ul li {
    max-width: 290px;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 478, ../scss/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  /* line 492, ../scss/_768up.scss */
  #inner-footnav ul {
    width: 100%;
  }
  /* line 495, ../scss/_768up.scss */
  #inner-footnav #lang_sel_list li {
    float: left;
  }
  /* line 498, ../scss/_768up.scss */
  #inner-footnav .languages {
    padding: 2px 0 0 15px;
  }
  /* line 501, ../scss/_768up.scss */
  #inner-footnav .menu-footer-menu-container, #inner-footnav .menu-footer-menu-spanish-container, #inner-footnav .languages, #inner-footnav #searchform {
    color: #0f304f;
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    font-weight: 500;
    float: left;
  }
  /* line 508, ../scss/_768up.scss */
  #inner-footnav .menu-footer-menu-container .icl-en a:after, #inner-footnav .menu-footer-menu-spanish-container .icl-en a:after, #inner-footnav .languages .icl-en a:after, #inner-footnav #searchform .icl-en a:after {
    content: "| ";
  }
  /* line 512, ../scss/_768up.scss */
  #inner-footnav .menu-footer-menu-container .icl-es a, #inner-footnav .menu-footer-menu-spanish-container .icl-es a, #inner-footnav .languages .icl-es a, #inner-footnav #searchform .icl-es a {
    padding-right: 5px;
  }
  /* line 514, ../scss/_768up.scss */
  #inner-footnav .menu-footer-menu-container .icl-es a:after, #inner-footnav .menu-footer-menu-spanish-container .icl-es a:after, #inner-footnav .languages .icl-es a:after, #inner-footnav #searchform .icl-es a:after {
    content: " ";
  }
  /* line 518, ../scss/_768up.scss */
  #inner-footnav .menu-footer-menu-container li, #inner-footnav .menu-footer-menu-spanish-container li, #inner-footnav .languages li, #inner-footnav #searchform li {
    display: inline;
  }
  /* line 520, ../scss/_768up.scss */
  #inner-footnav .menu-footer-menu-container li a, #inner-footnav .menu-footer-menu-spanish-container li a, #inner-footnav .languages li a, #inner-footnav #searchform li a {
    text-decoration: none;
    padding: 5px 10px 5px 0;
    color: #0f304f;
  }
  /* line 524, ../scss/_768up.scss */
  #inner-footnav .menu-footer-menu-container li a:after, #inner-footnav .menu-footer-menu-spanish-container li a:after, #inner-footnav .languages li a:after, #inner-footnav #searchform li a:after {
    font-family: FontAwesome;
    content: " \f111";
    font-size: 14px;
    color: #f89c28;
    margin-left: 10px;
  }
  /* line 531, ../scss/_768up.scss */
  #inner-footnav .menu-footer-menu-container li a:hover, #inner-footnav .menu-footer-menu-container li a:focus, #inner-footnav .menu-footer-menu-spanish-container li a:hover, #inner-footnav .menu-footer-menu-spanish-container li a:focus, #inner-footnav .languages li a:hover, #inner-footnav .languages li a:focus, #inner-footnav #searchform li a:hover, #inner-footnav #searchform li a:focus {
    color: #f89c28;
  }
  /* line 536, ../scss/_768up.scss */
  #inner-footnav .menu-footer-menu-container li:last-child a:after, #inner-footnav .menu-footer-menu-spanish-container li:last-child a:after, #inner-footnav .languages li:last-child a:after, #inner-footnav #searchform li:last-child a:after {
    font-family: FontAwesome;
    content: " ";
  }
  /* line 543, ../scss/_768up.scss */
  #inner-footnav .utility-nav-footer {
    display: block;
    margin-top: 60px;
  }
  /* line 546, ../scss/_768up.scss */
  #inner-footnav .utility-nav-footer .footer-links {
    display: inline-block;
  }
  /* line 549, ../scss/_768up.scss */
  #inner-footnav .utility-nav-footer .lang-switcher {
    display: inline-block;
    line-height: 0.8;
  }
  /* line 554, ../scss/_768up.scss */
  #inner-footnav .utility-nav-footer .languages ul.qtrans_language_chooser {
    margin: 0px;
  }
  /* line 558, ../scss/_768up.scss */
  #inner-footnav .utility-nav-footer .footer-search {
    display: block;
  }
}
/*
INTERMEDIATE DESKTOP TWEAKS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 985px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 11, ../scss/_985up.scss */
  .utility-nav > #searchform {
    display: block;
  }

  /* line 16, ../scss/_985up.scss */
  #inner-footnav .utility-nav-footer .footer-search {
    display: none;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  	
  ******************************************************************/
  /* line 12, ../scss/_1030up.scss */
  .nav li {
    margin-left: 35px;
  }
  /* line 14, ../scss/_1030up.scss */
  .nav li a {
    font-size: 19px;
  }
  /* line 17, ../scss/_1030up.scss */
  .nav li:first-child {
    margin-left: 35px;
  }
  /* line 21, ../scss/_1030up.scss */
  .nav li:last-child {
    margin-right: 35px;
  }

  /* HOMEPAGE FEATURED IMAGES*/
  /* line 30, ../scss/_1030up.scss */
  .homepagefeatured {
    height: 400px;
  }
  /* line 33, ../scss/_1030up.scss */
  .homepagefeatured figure {
    border: none;
    height: 100%;
  }
  /* line 36, ../scss/_1030up.scss */
  .homepagefeatured figure img {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 44, ../scss/_1030up.scss */
  .homepagefeatured.split-half figure, .homepagefeatured.split-many figure {
    width: 50%;
    float: left;
    border-right: 2px solid white;
  }
  /* line 48, ../scss/_1030up.scss */
  .homepagefeatured.split-half figure:nth-child(even), .homepagefeatured.split-many figure:nth-child(even) {
    border: none;
  }
  /* line 55, ../scss/_1030up.scss */
  .homepagefeatured.split-third figure {
    width: 60%;
    float: left;
  }
  /* line 58, ../scss/_1030up.scss */
  .homepagefeatured.split-third figure:first-child {
    border-right: 2px solid white;
  }
  /* line 61, ../scss/_1030up.scss */
  .homepagefeatured.split-third figure:nth-child(2n), .homepagefeatured.split-third figure:nth-child(3n) {
    width: 40%;
    height: 50%;
  }
  /* line 65, ../scss/_1030up.scss */
  .homepagefeatured.split-third figure:nth-child(3n) {
    border-top: 2px solid white;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}