/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* 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 IE 8/9.
 */
/* line 31, ../../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, ../../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, ../../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, ../../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, ../../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, ../../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, ../../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, ../../scss/_normalize.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, ../../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, ../../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, ../../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, ../../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 153, ../../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, ../../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 172, ../../scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, ../../scss/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, ../../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 196, ../../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 200, ../../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, ../../scss/_normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, ../../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, ../../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, ../../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 IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, ../../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 269, ../../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, ../../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.
 */
/* line 296, ../../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 306, ../../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, ../../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, ../../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 Safari 5 and Chrome
 * on OS X.
 */
/* line 340, ../../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 Firefox 4+.
 */
/* line 349, ../../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, ../../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, ../../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Baseline Grid to be layered on Normalize
 *
 * Makes elements consistent across browsers, sets up some decent
 * default css styles and a baseline grid.
 *
 * @author Abban Dunne http://abandon.ie
 * @author James Wilson http://jimmynotjim.com
 * @version 1.1
 */
/* ========================================================== */
/* = Box sizing makes life easier                           = */
/* ========================================================== */
/* line 16, ../../scss/_baseline.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========================================================== */
/* = Set up baseline                                        = */
/* ========================================================== */
/* line 26, ../../scss/_baseline.scss */
html {
  font-size: 100.01%;
}

/* line 28, ../../scss/_baseline.scss */
body {
  font-size: 100%;
  color: #333333;
  line-height: 1.5em;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 44, ../../scss/_baseline.scss */
::selection {
  background: #78aace;
  color: white;
}

/* line 48, ../../scss/_baseline.scss */
::-moz-selection {
  background: #78aace;
  color: white;
}

/* line 52, ../../scss/_baseline.scss */
img::selection {
  background: transparent;
}

/* line 55, ../../scss/_baseline.scss */
img::-moz-selection {
  background: transparent;
}

/* line 58, ../../scss/_baseline.scss */
body {
  -webkit-tap-highlight-color: #78aace;
}

/* line 66, ../../scss/_baseline.scss */
a {
  color: #6bac60;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 69, ../../scss/_baseline.scss */
a:hover, a:focus {
  color: #78aace;
}

/* line 85, ../../scss/_baseline.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Open Sans Condensed", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  color: #111111;
}

/* line 91, ../../scss/_baseline.scss */
h1 {
  font-size: 3em;
  line-height: 1;
  padding-top: 0.53em;
  margin-bottom: 0.5em;
}

/* line 97, ../../scss/_baseline.scss */
h2 {
  font-size: 2em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
}

/* line 102, ../../scss/_baseline.scss */
h3 {
  font-size: 1.5em;
  line-height: 1;
  padding-top: 0.35em;
  margin-bottom: 0.65em;
}

/* line 108, ../../scss/_baseline.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  padding-top: 0.45em;
  margin-bottom: 0.8em;
}

/* line 114, ../../scss/_baseline.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  padding-top: 0.6em;
  margin-bottom: 0.9em;
}

/* line 120, ../../scss/_baseline.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 131, ../../scss/_baseline.scss */
figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 138, ../../scss/_baseline.scss */
figcaption {
  font-size: small;
  font-style: italic;
  color: #666666;
}

/* line 148, ../../scss/_baseline.scss */
ul, ol, dl {
  margin: 0;
  margin-bottom: 1.5em;
}

/* line 157, ../../scss/_baseline.scss */
form {
  margin-bottom: 1.5em;
}

/* line 161, ../../scss/_baseline.scss */
form ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* line 166, ../../scss/_baseline.scss */
form ul li {
  *zoom: 1;
  margin-bottom: 1.5em;
}
/* line 53, ../../scss/style.scss */
form ul li:before, form ul li:after {
  content: "";
  display: table;
}
/* line 57, ../../scss/style.scss */
form ul li:after {
  clear: both;
}

/* line 172, ../../scss/_baseline.scss */
fieldset {
  margin: 0;
  padding: 1.5em;
}

/* line 177, ../../scss/_baseline.scss */
label {
  display: block;
}

/* line 181, ../../scss/_baseline.scss */
label.inline {
  display: inline;
  padding-right: 24px;
}

/* line 189, ../../scss/_baseline.scss */
input:focus,
textarea:focus,
select:focus {
  outline: 0px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

/* line 211, ../../scss/_baseline.scss */
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0.3em;
  border: 1px solid #cccccc;
  line-height: 1.5em;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
}

/* line 221, ../../scss/_baseline.scss */
select {
  width: 100%;
  height: 2.1em;
  margin-bottom: 0.9em;
  border: 1px solid #cccccc;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
}

/* line 230, ../../scss/_baseline.scss */
input[type="range"],
input[type="color"] {
  vertical-align: middle;
  height: 1.5em;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
}

/* line 237, ../../scss/_baseline.scss */
input[type="range"] {
  height: 1.4em;
}

/* line 241, ../../scss/_baseline.scss */
input[type="color"] {
  width: 1.5em;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
}

/* line 247, ../../scss/_baseline.scss */
input[type="time"] {
  margin: 0 0 0.55em;
}

/* line 252, ../../scss/_baseline.scss */
progress,
meter {
  display: block;
  width: 100%;
  height: 1.5em;
}

/* line 259, ../../scss/_baseline.scss */
input[type="submit"],
input[type="button"] {
  border: 1px solid #cccccc;
  background: #ddd;
  padding: 0.7em 2em;
  margin: 0 20px 0 0;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  line-height: 1.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 276, ../../scss/_baseline.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
  border: 1px solid #cccccc;
}

/* line 282, ../../scss/_baseline.scss */
thead {
  text-align: left;
  font-weight: bold;
}

/* line 288, ../../scss/_baseline.scss */
tbody tr:nth-child(even) td {
  background: #dddddd;
}

/* line 293, ../../scss/_baseline.scss */
tfoot {
  font-style: italic;
}
/* line 295, ../../scss/_baseline.scss */
tfoot td, tfoot th {
  padding: .75em 10px;
}

/* line 300, ../../scss/_baseline.scss */
th, td, caption {
  border: 1px solid #cccccc;
}

/* line 304, ../../scss/_baseline.scss */
td, th {
  padding: 0 10px 0 10px;
  line-height: 1.45em;
}

/* line 309, ../../scss/_baseline.scss */
caption {
  border-bottom: 0;
  padding: .75em 10px;
  line-height: 1.45em;
  text-align: left;
  font-style: italic;
}

/* line 321, ../../scss/_baseline.scss */
p {
  margin: 0 0 1.5em 0;
}

/* line 325, ../../scss/_baseline.scss */
blockquote {
  margin: 0 1.5em 1.5em;
  font-style: italic;
}

/* line 330, ../../scss/_baseline.scss */
mark {
  line-height: 1.5;
  background: #78aace;
  color: white;
}

/* line 336, ../../scss/_baseline.scss */
del {
  color: #dddddd;
}

/* line 343, ../../scss/_baseline.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

/* line 350, ../../scss/_baseline.scss */
ins,
small {
  line-height: 1.5;
}

/* line 355, ../../scss/_baseline.scss */
kbd,
samp {
  line-height: 1.4;
}

/* line 359, ../../scss/_baseline.scss */
hr {
  background: #cccccc;
  color: #cccccc;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.4em;
  border: none;
}

/* All Smartphones in portrait and landscape ----------- */
/* All Smartphones in landscape ----------- */
/* All Smartphones in portrait ----------- */
/***** ANDROID DEVICES *****/
/* Android 240 X 320 ----------- */
/* Android(Samsung Galaxy) in portrait 380 X 685 ----------- */
/* Android(Samsung Galaxy) in Landscape 685 X  380 ----------- */
/* Kindle Portrait 600 X 1024 ----------- */
/* Kindle Landscape 1024 X 600 ----------- */
/***** ALL GENERATION IPADS *****/
/* iPads in portrait and landscape----------- */
/* iPad in landscape----------- */
/* iPad in portrait----------- */
/***** Retina IPAD 3 & 4*****/
/* Retina iPad 3 & 4 in portrait and landscape----------- */
/* Retina iPad 3 & 4 in landscape----------- */
/* Retina iPad 3 & 4 in landscape----------- */
/***** IPAD 1 & 2 (ALSO IPAD MINI)*****/
/* iPad 1 & 2 in portrait and landscape ----------- */
/* iPad 1 & 2 in landscape ----------- */
/* iPad 1 & 2 in portrait ----------- */
/* Desktops and laptops ----------- */
/* Large screens ----------- */
/* Only iPhone 4 ----------- */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 18, ../../scss/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 21, ../../scss/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('/wp/wp-content/themes/hope/assets/fonts/flexslider-icon.eot');
  src: url('/wp/wp-content/themes/hope/assets/fonts/flexslider-icon.eot?#iefix') format("embedded-opentype"), url('/wp/wp-content/themes/hope/assets/fonts/flexslider-icon.woff') format("woff"), url('/wp/wp-content/themes/hope/assets/fonts/flexslider-icon.ttf') format("truetype"), url('/wp/wp-content/themes/hope/assets/fonts/flexslider-icon.svg#flexslider-icon') format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 39, ../../scss/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 40, ../../scss/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 41, ../../scss/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 42, ../../scss/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

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

/* line 46, ../../scss/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 47, ../../scss/_flexslider.scss */
* html .slides {
  height: 1%;
}

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

/* FlexSlider Default Theme
*********************************/
/* line 56, ../../scss/_flexslider.scss */
.flexslider {
  /*margin: 0 0 60px; background: #fff; border: 4px solid #fff;*/
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

/* line 57, ../../scss/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 58, ../../scss/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 59, ../../scss/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 60, ../../scss/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 63, ../../scss/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 64, ../../scss/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 65, ../../scss/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 66, ../../scss/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 67, ../../scss/_flexslider.scss */
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
  line-height: 42px;
}

/* line 68, ../../scss/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 69, ../../scss/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 70, ../../scss/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 71, ../../scss/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 72, ../../scss/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}

/* line 73, ../../scss/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
/* line 76, ../../scss/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 77, ../../scss/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 78, ../../scss/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 79, ../../scss/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

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

/* line 83, ../../scss/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

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

/* line 85, ../../scss/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 86, ../../scss/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 88, ../../scss/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 89, ../../scss/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 90, ../../scss/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 91, ../../scss/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 92, ../../scss/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 95, ../../scss/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 96, ../../scss/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* line 85, ../../scss/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 74, social/*.png */
.social-sprite, .social-facebook, .social-google, .social-linkedin, .social-twitter, .social-youtube {
  background: url('/wp/wp-content/themes/hope/assets/images/social-sf3abb2b060.png') no-repeat;
}

/* line 60, ../../../../../../../Users/dnstbr/.rvm/gems/ruby-1.9.3-p484/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.social-facebook {
  background-position: 0 -128px;
}

/* line 60, ../../../../../../../Users/dnstbr/.rvm/gems/ruby-1.9.3-p484/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.social-google {
  background-position: 0 0;
}

/* line 60, ../../../../../../../Users/dnstbr/.rvm/gems/ruby-1.9.3-p484/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.social-linkedin {
  background-position: 0 -64px;
}

/* line 60, ../../../../../../../Users/dnstbr/.rvm/gems/ruby-1.9.3-p484/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.social-twitter {
  background-position: 0 -96px;
}

/* line 60, ../../../../../../../Users/dnstbr/.rvm/gems/ruby-1.9.3-p484/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.social-youtube {
  background-position: 0 -32px;
}

/* line 104, ../../scss/style.scss */
a, a:link, a:visited {
  text-decoration: none;
}

/* line 123, ../../scss/style.scss */
.container, #main, #footer {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0;
}
/* line 53, ../../scss/style.scss */
.container:before, .container:after, #main:before, #main:after, #footer:before, #footer:after {
  content: "";
  display: table;
}
/* line 57, ../../scss/style.scss */
.container:after, #main:after, #footer:after {
  clear: both;
}

/* line 128, ../../scss/style.scss */
.calltoaction {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* line 129, ../../scss/style.scss */
.feature, .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 31.25%;
  padding: 0 10px;
}

/* line 130, ../../scss/style.scss */
.feature.wider, .feature.widget-even, .block.wider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 37.5%;
  padding: 0 10px;
}

/* line 131, ../../scss/style.scss */
.header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  padding: 0 10px;
}

/* line 132, ../../scss/style.scss */
.header .menu {
  width: 36.70%;
}

/* line 133, ../../scss/style.scss */
#menu-main-left {
  float: left;
}

/* line 134, ../../scss/style.scss */
#menu-main-right {
  float: right;
}

/* line 135, ../../scss/style.scss */
.logo {
  float: left;
}

/* line 136, ../../scss/style.scss */
.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 62.5%;
  padding: 0 10px;
}

/* line 137, ../../scss/style.scss */
.full.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  padding: 0 10px;
}

/* line 138, ../../scss/style.scss */
.sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 37.5%;
  padding: 0 10px;
}

/* line 139, ../../scss/style.scss */
.featured {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  padding: 0 10px;
}

/* line 144, ../../scss/style.scss */
.header {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 145, ../../scss/style.scss */
.social {
  position: absolute;
  top: 20px;
  right: 0;
}

/* line 146, ../../scss/style.scss */
.social li {
  width: 32px;
  height: 32px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 147, ../../scss/style.scss */
.social-sprite, .social-facebook, .social-google, .social-linkedin, .social-twitter, .social-youtube {
  width: 32px;
  height: 32px;
  display: block;
}

/* line 149, ../../scss/style.scss */
.logo {
  position: relative;
  top: 35px;
}

/* line 150, ../../scss/style.scss */
.logo, .logo a {
  width: 250px;
  height: 129px;
  margin: 0 auto;
  padding: 0;
}

/* line 151, ../../scss/style.scss */
.logo a {
  background: url('/wp/wp-content/themes/hope/assets/images/logo.png?1390507128');
  display: block;
  text-indent: -9999px;
}

/* line 156, ../../scss/style.scss */
.menu {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 129px 0 0 0;
}

/* line 157, ../../scss/style.scss */
.menu li {
  list-style: none;
  padding: 3px 10px;
  margin: 3px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 158, ../../scss/style.scss */
.menu a, .menu a:link, .menu a:visited {
  color: #a8a7a7;
}

/* line 159, ../../scss/style.scss */
#menu-main-left {
  text-align: left;
}

/* line 160, ../../scss/style.scss */
#menu-main-right {
  text-align: right;
}

/* line 161, ../../scss/style.scss */
#menu-main-left li:first-child {
  padding-left: 0;
  margin-left: 0;
}

/* line 162, ../../scss/style.scss */
#menu-main-right li:last-child {
  padding-right: 0;
  margin-right: 0;
}

/* line 167, ../../scss/style.scss */
#slider {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 168, ../../scss/style.scss */
r
#slider .slides {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 169, ../../scss/style.scss */
#slider .slides img {
  max-width: 100%;
}

/* line 171, ../../scss/style.scss */
.slogan {
  width: 100%;
  color: #424242;
  font-size: 28px;
  margin: 20px 0 0 0;
  text-align: center;
}

/* line 172, ../../scss/style.scss */
.slogan span {
  color: #6199e4;
}

/* line 174, ../../scss/style.scss */
.calltoaction {
  text-align: center;
  color: #fff;
  margin-top: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 175, ../../scss/style.scss */
.calltoaction a, .calltoaction a:visited, .calltoaction a:link {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 176, ../../scss/style.scss */
.calltoaction a h2 {
  color: #fff;
  font-size: 18px;
}

/* line 177, ../../scss/style.scss */
.calltoaction .green {
  background: #8bc125;
}

/* line 178, ../../scss/style.scss */
.calltoaction .blue {
  background: #6199e4;
}

/* line 179, ../../scss/style.scss */
.calltoaction .orange {
  background: #f26724;
}

/* line 180, ../../scss/style.scss */
.calltoaction .purple {
  background: #744ebd;
}

/* line 182, ../../scss/style.scss */
.feature {
  margin-top: 45px;
}

/* line 184, ../../scss/style.scss */
.feature h3, .feature h3 a, .feature h3 a:visited, .feature h3 a:link {
  background: #6199e4;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 10px;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 185, ../../scss/style.scss */
.feature .block img {
  max-width: 100%;
}

/* line 187, ../../scss/style.scss */
.carousel {
  margin: 80px 0 30px 0;
  padding: 0 10px;
  list-style: none;
  width: 1000%;
  height: 145px;
}

/* line 188, ../../scss/style.scss */
.carousel li {
  width: 2.47%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 189, ../../scss/style.scss */
.carousel li img {
  max-width: 100%;
}

/* line 194, ../../scss/style.scss */
.footer {
  background: #6199e4;
  color: #fff;
  width: 100%;
  padding: 1em 0;
}

/* line 195, ../../scss/style.scss */
.footer p, .footer a, .footer a:link, .footer a:visited, .footer h3 {
  color: #fff;
}

/* line 196, ../../scss/style.scss */
.copyright {
  float: left;
}

/* line 197, ../../scss/style.scss */
.props {
  float: right;
}

/* line 198, ../../scss/style.scss */
.footer .block:last-child {
  text-align: center;
}

/* line 199, ../../scss/style.scss */
.footer .block img {
  max-width: 60%;
  margin: 0 auto;
  margin: 0 15px 15px 15px;
  float: right;
}

/* line 208, ../../scss/style.scss */
.featured {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 209, ../../scss/style.scss */
.featured img {
  max-width: 100%;
}

/* line 214, ../../scss/style.scss */
.testimonial {
  overflow: auto;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin: 2em 0;
}

/* line 215, ../../scss/style.scss */
.testimonial .quote {
  float: left;
  width: 60%;
  font-size: 13px;
}

/* line 216, ../../scss/style.scss */
.testimonial .photo {
  float: right;
  width: 30%;
  margin: 5px;
  text-align: center;
}

/* line 217, ../../scss/style.scss */
.testimonial .photo img {
  margin: 0 auto;
  max-width: 100%;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

/* line 218, ../../scss/style.scss */
.testimonial .signature {
  float: left;
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 1em;
  margin-right: 2em;
  clear: both;
  font-size: 18px;
  text-transform: uppercase;
  font-style: italic;
}

/* line 220, ../../scss/style.scss */
.alignleft, .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 480px) {
  /* line 223, ../../scss/style.scss */
  .calltoaction {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 25%;
    padding: 0 10px;
  }

  /* line 224, ../../scss/style.scss */
  .feature, .block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 10px;
    clear: both;
    display: block;
  }

  /* line 225, ../../scss/style.scss */
  .feature.wider, .feature.widget-even, .block.wider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 10px;
    clear: both;
    display: block;
  }

  /* line 226, ../../scss/style.scss */
  .header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 10px;
    clear: both;
    display: block;
  }

  /* line 227, ../../scss/style.scss */
  .header .menu {
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
    float: none;
  }

  /* line 228, ../../scss/style.scss */
  #menu-main-left {
    text-align: center;
    float: none;
  }

  /* line 229, ../../scss/style.scss */
  #menu-main-right {
    text-align: center;
    float: none;
  }

  /* line 230, ../../scss/style.scss */
  .logo {
    float: none;
    text-align: center;
  }

  /* line 231, ../../scss/style.scss */
  .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 10px;
    clear: both;
    display: block;
  }

  /* line 232, ../../scss/style.scss */
  .full.content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 10px;
    clear: both;
    display: block;
  }

  /* line 233, ../../scss/style.scss */
  .sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 10px;
    clear: both;
    display: block;
  }

  /* line 234, ../../scss/style.scss */
  .featured {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 10px;
    clear: both;
    display: block;
  }

  /* line 235, ../../scss/style.scss */
  .feature .textwidget, .block .textwidget {
    text-align: center;
    float: none;
  }

  /* line 236, ../../scss/style.scss */
  .feature .textwidget img, .block .textwidget img {
    max-width: 100%;
    float: none;
  }
}
