@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
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.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(../jplayer/skin/grey.monday/jplayer.grey.monday.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small,
.small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
  CUSTOM ADDITIONS
========================================================================== */
* {
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name: Choosing Wisely
Author: Creative MMS

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* main nav colors */
/* other colors */
.text-black {
  color: #323944;
}

/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
imported in the FUCNTIONS file
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  /*
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
      word-break: break-word;
     word-break: break-word;
  // cleaning up the ragged lines and breaks
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  // sets a minimum number of characters before and after the break
  -webkit-hyphenate-before: 2;
   -webkit-hyphenate-after: 3;
           hyphenate-lines: 3;
*/
  /*
  -webkit-font-feature-settings: "liga", "dlig";
   -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
       -o-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig";
          */
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
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.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
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); */
/*********************
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? */
/*********************
CSS TRIANGLE
*********************/
/*
// Triangle
&:before {
@include triangle(
  $direction : bottom, 
  $position  : top 100% left 1em, 
  $color     : #3498db
);
}
*/
/******************************************************************
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.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  .d-2of8 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .d-3of8 {
    float: left;
    padding-right: 0.75em;
    width: 37.5%;
  }

  .d-4of8 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .d-5of8 {
    float: left;
    padding-right: 0.75em;
    width: 62.5%;
  }

  .d-6of8 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .d-7of8 {
    float: left;
    padding-right: 0.75em;
    width: 87.5%;
  }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
.gallery img[data-mce-selected]:focus {
  outline: none;
}

.gallery a {
  cursor: default;
}

.gallery {
  margin: auto -6px;
  padding: 6px 0;
  line-height: 1;
  overflow-x: hidden;
}

.ie7 .gallery,
.ie8 .gallery {
  margin: auto;
}

.gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
  padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
  margin: 0;
}

.gallery .gallery-caption {
  font-size: 13px;
  margin: 4px 0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.665%;
}

.gallery-columns-7 .gallery-item {
  width: 14.285%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.111%;
}

.gallery img {
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0;
}

img.wp-oembed {
  border: 1px dashed #888;
  background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
  width: 300px;
  height: 250px;
  outline: 0;
}

/* rtl */
.rtl .gallery .gallery-item {
  float: right;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-spinner {
  width: 100%;
  min-height: 200px;
  text-align: center;
  padding-top: 50px;
}
.loading-spinner__spinner {
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: .25rem solid #d3eaf4;
  border-top-color: #00649b;
  animation: spin 1s infinite linear;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: #ffffff;
  text-decoration: none;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link, #submit {
  background-color: #00649b;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #005787;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #005482;
}

/*
Lists Landing page buttons
This extends the .btn class
$light-blue
*/
.entry-content .landing-list-btn {
  width: 100%;
  padding: 0px !important;
  position: relative;
  height: auto;
}
.entry-content .landing-list-btn .landing-list-btn-pic {
  position: relative;
  padding: 0px 5px;
  margin: 0px;
  width: 24%;
  float: left;
}
.entry-content .landing-list-btn .landing-list-btn-pic img {
  display: block;
  margin: 10px auto;
}
.entry-content .landing-list-btn .landing-list-btn-content {
  padding: 0px 15px;
  background-color: #d3eaf4;
  color: #323944;
  width: 75%;
  float: right;
  min-height: 90px;
}
.entry-content .landing-list-btn .landing-list-btn-content h3 {
  color: #00649b;
  margin-bottom: 0px;
  text-decoration: underline;
}
.entry-content .landing-list-btn .landing-list-btn-content p {
  margin-top: 0px;
}
.entry-content .landing-list-btn:hover .landing-list-btn-content h3, .entry-content .landing-list-btn:focus .landing-list-btn-content h3 {
  color: #005787;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  margin-bottom: 1.0em;
  font-size: 13px;
  color: #666666;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid #bebfc0;
  transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  /*background-color: lighten($gray, 4%);*/
  outline: none;
}
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  padding-right: 0 !important;
}

.sidebar {
  padding-bottom: 20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: white url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
  pointer-events: none;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/*
@font-face { font-family: "slick"; src: url("../fonts/slick.eot"); src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
*/
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  content: "\2190";
}

.slick-next {
  right: -25px;
}

.slick-next:before {
  content: "\2192";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

/*
.slick-dots { position: absolute; bottom: -45px;  text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }
*/
/* Styling Pagination*/
.slick-dots {
  line-height: 16px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 10px 0 0 0;
  z-index: 40;
  position: relative;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.slick-dots li button {
  text-indent: -99px;
  overflow: hidden;
  z-index: 50;
  display: block;
  line-height: 1px;
  padding: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c4c4c4;
  margin: 0 3px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
  opacity: 1;
  border-width: 4px;
}

.slick-dots li.slick-active:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 49;
  width: 20px;
  height: 20px;
  top: -2px;
  left: 1px;
  background: #c3c3c3;
  border-radius: 50%;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

[dir="rtl"] .slick-slide {
  float: right;
}

.PI_SimpleTwitterTweets.widget {
  font-size: 12px;
  margin-bottom: 10px;
}
.PI_SimpleTwitterTweets.widget ul {
  list-style: none;
  padding-left: 0;
}
.PI_SimpleTwitterTweets.widget ul li {
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
.PI_SimpleTwitterTweets.widget ul li .stt-em a {
  color: #ccc;
}

.filter-widget {
  background-color: #d3eaf4;
}
.filter-widget__title {
  background-color: #00649b;
  color: white;
  padding: 6px 12px;
  font-size: 18px;
  margin: 0;
  text-transform: none !important;
}
.filter-widget__content {
  padding: 10px;
}
.filter-widget__content button {
  border: 1px solid #00649b;
  background-color: #00649b;
  color: white;
  border-radius: 3px;
  padding: 6px 15px;
  min-height: 33px;
}
.filter-widget__content button:hover {
  background-color: #004368;
}

.select-arrow-swap {
  position: relative;
}
.select-arrow-swap .select-arrow {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/choosingw/library/images/drop.png");
  z-index: 999999;
  pointer-events: none;
}

html[data-useragent*='MSIE 10.0'] .select-arrow-swap .select-arrow {
  display: none;
  padding-right: 0;
}

.spotlight {
  display: block;
}
.spotlight img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

a.spotlight {
  cursor: pointer;
}

.promo-banner {
  display: block;
}
.promo-banner img.promo-banner__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .promo-banner img.promo-banner__img--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .promo-banner img.promo-banner__img--mobile {
    display: none;
  }
}

a.promo-banner {
  cursor: pointer;
}

/* MAIN BODY STYLING: LANDING PAGE */
header.list-header {
  border-bottom: 0px !important;
}
header.list-header h3 {
  margin-top: 8px;
  margin-bottom: 0px;
}
header.list-header .dashicons {
  margin-top: 3px;
}
header.list-header p {
  margin-top: 8px;
  margin-bottom: 10px;
}

.pdf-download-link .pdf-download-link-icon {
  float: left;
  padding-top: 2px;
  padding-right: 4px;
  margin: 0px;
}

@media (max-width: 880px) {
  .entry-content .landing-list-btn .landing-list-btn-content {
    min-height: 115px;
  }
}
/* SIDEBAR STYLING */
.sidebar {
  clear: right !important;
}

.widget ul {
  padding-left: 20px;
}

.sidebar .solid.above-widget-title {
  margin-bottom: 1px;
  padding: 0px 10px;
  color: #0f7fb3;
}

.sidebar .widget-btn {
  display: block !important;
  text-align: center;
}

.sidebar .logo-wrap {
  text-align: center;
}
.sidebar .logo-wrap img {
  width: auto !important;
  max-width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  max-height: 125px;
}
.sidebar .solid p {
  font-size: 16px !important;
}
.sidebar .solid h3, .sidebar .solid h4, .sidebar .solid h5, .sidebar .solid h6 {
  color: #666666;
  border-bottom: 0px !important;
}
.sidebar .logo-crh {
  margin-top: 10px;
}
.sidebar .logo-society {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 3px;
}
.sidebar .patient-materials-widget {
  text-align: left;
}
.sidebar .consumer-reports-widget {
  text-align: left;
}

@media (max-width: 844px) {
  .logo-society {
    width: 90%;
    margin-left: 5%;
  }
}
.single-subtitle {
  color: #555555;
}

.list-sidebar {
  margin-top: 0px !important;
}
.list-sidebar img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .list-sidebar {
    float: none !important;
  }
}
/* PATIENT/CLINICIAN LIST SEARCH*/
/* List details */
#searchDetails-wrap {
  display: none;
  padding-bottom: 15px;
}
#searchDetails-wrap .searchDetails {
  background: #dbf6ac;
  padding: 10px;
}
#searchDetails-wrap .searchDetails h4 {
  font-size: 15px;
  margin: 0px;
  color: #587c1a;
}

/* list title bar */
.search-list {
  padding-bottom: 25px;
}

.search-list-title-bar,
.search-params-title-bar {
  background-color: #00649b;
  color: #ffffff;
  overflow: auto;
  width: 100%;
  padding: 10px 15px;
}
.search-list-title-bar h4,
.search-params-title-bar h4 {
  float: left;
  margin: 0px;
  color: #ffffff;
}
.search-list-title-bar .search-list-title-options,
.search-params-title-bar .search-list-title-options {
  float: right;
}
.search-list-title-bar .search-list-title-options p,
.search-params-title-bar .search-list-title-options p {
  margin: 0px;
}

.sort-opt {
  text-decoration: underline;
  cursor: pointer;
  margin: 0px 4px;
}

.sort-opt.active {
  cursor: auto !important;
  text-decoration: none !important;
  font-weight: 600;
}

.search-list-title-bar span.mobile {
  display: none;
}
.search-list-title-bar__sort-label {
  margin-top: -25px;
}

@media (max-width: 767px) {
  .search-list-results li {
    padding: 15px !important;
  }

  .search-list-title-bar span.mobile {
    display: inline-block;
  }
  .search-list-title-bar__sort-label {
    margin-top: 0px;
  }
  .search-list-title-bar .reccomendation-table-header {
    display: none;
  }

  .reccomendationSearchLink {
    font-weight: bold;
  }
}
/* List search queries sidebar */
.list-sidebar .search-params h5 {
  color: #00649b;
}
.list-sidebar .search-params .list-search-form input {
  max-width: none;
}
.list-sidebar .search-params .list-search-form label {
  color: #00649b;
  font-weight: 600;
}
.list-sidebar .search-params .list-search-form .list-search-btn {
  border: 1px solid #00649b;
  border-radius: 3px;
  padding: 6px 15px !important;
  min-height: 33px;
}
.list-sidebar .search-params .list-search-form .btn-light {
  color: #00649b !important;
  background: #daeef7 !important;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZWVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmRkZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #daeef7 0%, #c2dde9 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daeef7', endColorstr='#c2dde9',GradientType=0 ) !important;
  /* IE6-8 */
}
.list-sidebar .search-params .list-search-form #clearFiltersBtn {
  float: right;
}
.list-sidebar .widget-title {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.list-sidebar .widget-list {
  padding-left: 18px;
  margin-top: 0px;
}
.list-sidebar .all-pdf-download {
  width: 253px;
  xmargin-left: 5%;
  padding: 5px 15px 10px 16px !important;
  cursor: pointer;
}
.list-sidebar .all-pdf-download .pdf-download-link-icon {
  float: left;
  margin-top: 8px;
  width: 26px;
  margin-left: 0px;
}
.list-sidebar .all-pdf-download .all-pdf-download-content {
  padding-left: 35px;
  text-align: left;
}
.list-sidebar .all-pdf-download .all-pdf-download-content h4 {
  color: white;
  margin: 4px 0px -4px 0px;
}
.list-sidebar .all-pdf-download .all-pdf-download-content p {
  margin: 4px 0 0 0;
  line-height: 1;
}

/* So the pdf download doesn't get nudged down by the list result */
.clear {
  clear: right;
}

/* gives a wee gap between the footer and the PDF download button */
.second-sidebar {
  padding-bottom: 25px;
  text-align: center;
}

.iehack {
  display: none;
}

/* RESULTS */
.search-list-results {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.search-list-results li {
  padding: 10px 15px;
  overflow: auto;
}
.search-list-results li p {
  margin: 0px;
}
.search-list-results .even {
  background-color: #ffffff;
}
.search-list-results .odd {
  background-color: #f4f4f4;
}

/* NUMBERED RESULTS */
.society header {
  border-bottom: 1px solid #eaedf2 !important;
}
.society ol.society-ol {
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
  list-style-type: none;
}
.society ol.society-ol > li {
  display: block;
  overflow: auto;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaedf2;
  /* bullet points within the society list page */
}
.society ol.society-ol > li ul {
  margin-left: 18px;
  padding: 0;
}
.society ol.society-ol .lists-search-result-number {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-right: 10px;
}
.society ol.society-ol .lists-search-result-number p {
  color: #ffffff;
  margin: 0px;
  margin-top: 8px;
  font-family: 'PT Sans', sans-serif;
  font-size: 30px;
}
.society ol.society-ol .lists-search-result-number.no1 {
  background: #c2a303;
}
.society ol.society-ol .lists-search-result-number.no2 {
  background: #78a22f;
}
.society ol.society-ol .lists-search-result-number.no3 {
  background: #00788a;
}
.society ol.society-ol .lists-search-result-number.no4 {
  background: #00649b;
}
.society ol.society-ol .lists-search-result-number.no5 {
  background: #6c207f;
}
.society ol.society-ol .lists-search-result-content {
  padding-left: 70px;
}
.society ol.society-ol .lists-search-result-content p {
  margin: 0px;
}

.single-rec-title {
  padding-bottom: 5px;
}

section header p.single-rec-date {
  margin-bottom: 0px;
  margin-top: 15px;
}

.single-rec-soc-header {
  margin-top: 0;
}
.single-rec-soc-header p {
  margin-top: 0;
}

/* RECOMMENDATION SINGLE accordian */
/* Replacing the carets with +/- */
.recommendation .accordion article header,
.society .accordion article header {
  background: transparent;
}
.recommendation .accordion article .excerpt,
.society .accordion article .excerpt {
  padding: 0px 10px;
}
.recommendation .accordion article .excerpt p,
.society .accordion article .excerpt p {
  margin-top: 10px;
}
.recommendation .fa-caret-down:before,
.society .fa-caret-down:before {
  content: "+";
  color: #ffffff;
  background-color: #666666;
  padding: 0px 2px 1px 2px;
  font-weight: 800;
}
.recommendation .fa-caret-up:before,
.society .fa-caret-up:before {
  content: "-";
  color: #ffffff;
  background-color: #666666;
  padding: 0px 3px 1px 3px;
  font-weight: 800;
}

/* Pagination */
.pagination {
  text-align: left !important;
}

.post-image {
  float: right;
  margin: 20px 0 20px 20px;
  max-width: 300px;
}
.post-image img {
  display: block;
  margin-bottom: 0px !important;
}
.post-image-caption {
  padding: 8px 0;
  background: #F2F2F2;
}
.post-image-caption .caption {
  display: block;
  padding: 0 12px 0;
  font-size: 13px;
  font-style: italic;
}

/*********************
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.
*********************/
/******************************************************************
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
*********************/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 231px;
  /* bottom = footer height */
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.45;
  color: #666666;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 1.0em 0;
}

.recommendation-link {
  font-size: 18px;
}
.recommendation-link p {
  margin-top: -4px !important;
}

ul {
  list-style-type: square;
}

.center {
  text-align: center;
}

div.hr {
  height: 1px;
  width: 100%;
  margin: 1.5em auto;
  background: #cfcfcf;
  position: relative;
}

.hideformobile {
  display: none;
}

/* Sprite icons */
.icon {
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  position: relative;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  background: transparent url("../images/icons.png") no-repeat 0 0;
}
.icon.home {
  background-position: 0 0;
}
.icon.chevron {
  background-position: -14px 0;
}
.icon.star {
  background-position: -28px 0;
  width: 16px;
  height: 16px;
}
.icon.doc {
  background-position: -45px 0;
  width: 21px;
  height: 19px;
}
.icon.searching {
  background-position: -66px 0;
  width: 16px;
  height: 17px;
  padding: 0;
}
.icon.twitterbird {
  background-position: -82px 0;
  width: 29px;
  height: 18px;
}

/* resized 50% for retina */
.bigico {
  width: 32px;
  height: 32px;
}

/* button */
.btn {
  display: inline-block !important;
  background: #00649b !important;
  color: #ffffff !important;
  padding: 0.4em 0.75em !important;
  font-size: 14px !important;
  transition: all 0.25s ease;
}
.btn:hover, .btn:focus {
  background: #004368 !important;
}

.backto {
  margin: 0 0 2.0em 0;
}

/********************
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
*********************/
.wrap {
  width: 100%;
  max-width: 980px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
}

#inner-content {
  padding-left: 12px;
  padding-right: 12px;
}

/* custom grid */
#main {
  float: none;
  width: 100%;
}

.sidebar {
  float: none;
  width: 100%;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #00649b;
  text-decoration: none;
  outline: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #00649b;
  text-decoration: none;
}
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
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 1.9em;
  line-height: 1.25em;
  font-weight: 700;
  color: #232323;
}

h2, .h2 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-weight: 700;
  color: #232323;
}

h3, .h3 {
  font-size: 1.125em;
  font-weight: 700;
  color: #232323;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
  color: #232323;
}

h5, .h5 {
  font-size: 13px;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #ffffff;
  color: #666666;
  border-bottom: 1px solid #dedfdf;
  min-height: 110px;
}

#logo {
  margin: 0;
  padding: 10px 12px;
}
#logo img {
  display: block;
  margin: 0 auto;
  border: 0;
  width: 100%;
  max-width: 190px;
  height: auto !important;
  position: relative;
}

#header-search {
  border-top: 1px solid #dedfdf;
  background: #cccccc;
  position: relative;
  clear: both;
  z-index: 20;
}
#header-search input {
  margin: 0;
}
#header-search .txt {
  font-weight: bold;
  color: #00649b;
  padding-right: 34px;
  height: 26px;
  line-height: 18px;
}
#header-search .txt::-webkit-input-placeholder {
  color: #00649b;
}
#header-search .txt:-moz-placeholder {
  color: #00649b;
  opacity: 1;
}
#header-search .txt::-moz-placeholder {
  color: #00649b;
  opacity: 1;
}
#header-search .txt:-ms-input-placeholder {
  color: #00649b;
}
#header-search .input-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 8px;
  top: -1px;
}
#header-search .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 26px;
  background: transparent;
  border: 0;
  z-index: 25;
}
#header-search .icon.searching {
  position: absolute;
  z-index: 24;
  right: 10px;
  top: 5px;
}

/* ---- PHOTO AND BREADCRUMB AREA --------*/
.sub-header {
  display: none;
  padding: 0.75em 0;
  color: #ffffff;
  /* gradient */
  background: #b0b0b0;
  background: linear-gradient(to bottom, #b0b0b0 0%, #c3c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#c3c3c3',GradientType=0 );
}
body.home .sub-header {
  display: none;
  /* hide for mobile only */
  padding-top: 32px;
  padding-bottom: 20px;
  /* gradient, lighter bottom */
  background: #b0b0b0;
  background: linear-gradient(to bottom, #b0b0b0 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#e1e1e1',GradientType=0 );
}
.sub-header .wrap {
  padding-left: 0;
  padding-right: 0;
}
.sub-header .wrap > *:first-child {
  margin-top: 0;
}
.sub-header .wrap > *:last-child {
  margin-bottom: 0;
}
.sub-header .breadcrumbs {
  display: none;
  font-size: 14px;
  padding: 0 12px;
}
.sub-header .breadcrumbs a {
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px dotted #dbdbdb;
}
.sub-header .breadcrumbs a.home {
  border-bottom: none !important;
}

/*********************
HOME
*********************/
.slider {
  max-width: 918px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: none;
}
.slider img {
  display: block;
  width: 100%;
}
.slider .slick-track {
  border: 1px solid #c6c6c6;
  background: #d6d6d6;
}

.latest.entry-content {
  padding-top: 0;
}

.latest > div {
  padding-left: 24px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  /* bigger text at start */
  /* star icon positioning */
}
.latest > div p:nth-child(2) {
  margin-top: 8px;
}
.latest > div p em > strong,
.latest > div p strong > em {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.latest > div .icon.star {
  position: absolute;
  left: 0;
  top: 4px;
}

.sidebar {
  float: right;
  /* Newsletter signup */
}
.sidebar h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.sidebar .solid {
  background: #d3eaf4;
  padding: 10px;
}
.sidebar .solid > *:first-child {
  margin-top: 0;
}
.sidebar .solid > *:last-child {
  margin-bottom: 0;
}
.sidebar .solid h3, .sidebar .solid h4 {
  margin-bottom: 8px;
}
.sidebar .solid h3, .sidebar .solid h4:first-child {
  border-bottom: 1px solid #ffffff;
}
.sidebar .solid h4 {
  font-size: 17px;
  line-height: 150%;
}
.sidebar .solid p {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.sidebar .solid a .fa {
  color: #00649b;
}
.sidebar .solid a .fa-caret-right {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 4px;
}
.sidebar .newsletter form {
  padding: 0;
}
.sidebar .newsletter input.email {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 5px;
  width: 76%;
  font-size: 12px;
  line-height: 17px;
  border-color: #bebfc0;
}
.sidebar .newsletter input.button {
  display: inline-block;
  margin: 0;
  width: 24%;
  height: 30px;
  min-width: 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  background: #00649b;
  color: #ffffff;
  border-radius: 0;
  border: 0;
}
.sidebar .newsletter form p {
  margin: 0;
}
.sidebar .following {
  border-top: 1px solid #c2a303;
}
.sidebar .following p {
  font-size: 12px;
  margin: 8px 0;
}
.sidebar .following p.social {
  float: right;
  display: inline-block;
}
.sidebar .following p.social img {
  transition: opacity 0.25s ease;
  display: inline-block;
  margin-left: 12px;
}

/* ADDTHIS STYLES (Script in footer) */
.addthis_floating_style {
  display: none !important;
  background: transparent !important;
}
.addthis_floating_style a {
  margin-bottom: 12px !important;
}

/*********************
CUSTOM POST TYPES
*********************/
/* PARTNERS */
body.single-partners article header .byline {
  display: none !important;
}

/* GENERAL ACCORDION STYLE */
.accordion {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2.0em;
}
.accordion article {
  margin-bottom: 0;
}
.accordion article .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.accordion article > *:last-child {
  margin-bottom: 0;
}
.accordion article:nth-child(even) header {
  background: #ffffff;
}
.accordion article .excerpt {
  display: none;
  padding-top: 1px;
}
.accordion article .excerpt .logoimg {
  float: left;
  max-width: 175px;
  display: inline-block;
  margin-top: 1.0em;
  margin-bottom: 8px;
  margin-right: 10px;
  transition: opacity 0.25s ease;
}
.accordion article .excerpt .logoimg.widelogo {
  max-width: 296px;
  float: none;
  display: block;
  margin-right: 0;
}
.accordion article header {
  background: #f4f4f4;
  border-top: 1px solid #e1e1e1;
  border-bottom: none;
  padding: 0 !important;
}
.accordion article header h2 {
  font-size: 16px;
}
.accordion article header a {
  display: block;
  color: #666666;
  padding: 0.5em 10px;
}
.accordion article header a:focus, .accordion article header a:hover {
  color: #004368;
}
.accordion article header a .fa-caret-down,
.accordion article header a .fa-caret-up {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 4px;
  color: #00649b;
}
.accordion article header a .fa-caret-up {
  display: none;
}
.accordion article.expanded header .fa-caret-down {
  display: none;
}
.accordion article.expanded header .fa-caret-up {
  display: inline-block;
}

.entry-content .logoimg {
  float: left;
  max-width: 175px;
  display: inline-block;
  margin-top: 1.0em;
  margin-bottom: 8px;
  margin-right: 10px;
  transition: opacity 0.25s ease;
}
.entry-content .logoimg.widelogo {
  max-width: 296px;
  float: none;
  display: block;
  margin-right: 0;
}

/* IN ACTION / GRANTEES */
body.single-grantee article header .byline {
  display: none !important;
}

.list-column {
  float: none;
  width: 100%;
}
.list-column > ul {
  padding-left: 20px;
}

.list-left {
  padding-bottom: 15px;
}

.list-right {
  padding-bottom: 30px;
}

/* SEARCH RESULTS */
.searchterm {
  font-weight: normal;
}

.post-type-name {
  font-weight: bold;
  display: inline;
}

/* VIDEOS (BLOCK GRID) */
.blockgrid {
  overflow: hidden;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
.blockgrid > li {
  width: 100%;
  margin: 0 !important;
  float: none;
  list-style-image: none !important;
  padding: 0 0 2.0em !important;
}
.blockgrid > li img {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0;
}
.blockgrid > li:after, .blockgrid > li:before {
  display: none;
}
.sidebar .blockgrid {
  margin: 0 !important;
}
.sidebar .blockgrid > li {
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  clear: both !important;
}
.sidebar .blockgrid > li h4 {
  font-size: 16px !important;
}
.sidebar .blockgrid > li p.date, .sidebar .blockgrid > li .excerpt {
  display: none !important;
}
.sidebar .blockgrid > li img {
  width: 100px;
  float: left;
  margin-right: 12px;
  margin-bottom: 2.0em;
}

ul.video-listing a.videothumb {
  display: block;
}
ul.video-listing p.date {
  margin: 8px 0;
  font-size: 13px;
}
ul.video-listing h4.thetitle {
  font-size: 15px;
  font-weight: normal;
  margin: 8px 0 4px 0;
  line-height: 130%;
}
ul.video-listing .excerpt {
  font-size: 13px;
}
ul.video-listing .excerpt p {
  margin: 0;
}

/* NEWSLETTER */
h3.newsletter-heading {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: #666666;
}

/* VIDEO SINGLE */
.resource-video {
  margin-bottom: 3.0em;
}

h3.related-heading {
  text-transform: none;
  color: #545454;
  margin: 8px auto 4px auto;
  font-weight: bold;
}

/*******************************************************************************************************************************
NAVIGATION STYLES
*********************/
#inner-header {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.openmenu {
  display: inline-block;
  background: #00649b;
  color: #ffffff !important;
  padding: 11px 12px 0 10px;
  height: 45px;
  margin-right: 18px;
  font-weight: bold;
}
.openmenu i.fa {
  font-weight: normal;
}

/*
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.
*/
.nav {
  display: none;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style-type: none;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav ul {
  margin: 0;
  padding: 0;
}
.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/
  */
}
.nav li ul {
  display: none;
}
.nav li.yellow a {
  background: #c2a303;
}
.nav li.green a {
  background: #78a22f;
}
.nav li.teal a {
  background: #00788a;
}
.nav li.blue a {
  background: #00649b;
}
.nav li.purple a {
  background: #6c207f;
}
.nav li a {
  display: block;
  background: #00649b;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 0.75em;
  text-align: center;
  font-size: 14px;
  border-top: 2px solid #ffffff;
}
.nav li:last-child a {
  border-bottom: 2px solid #ffffff;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.0em;
  margin-bottom: 2.0em;
}

.hentry {
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 1.0em;
}
.hentry header {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5em 0;
}
.hentry footer {
  padding: 1.5em;
  border-top: 1px solid #e1e1e1;
}
.hentry footer p {
  margin: 0;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* 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 */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

/* entry content */
.entry-content {
  padding: 1.0em 0 0 0;
  /*
  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.
  */
}
.entry-content p {
  /*margin: 0 0 1.5em;*/
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content ul li {
  /* bullet with a different color - Patternify:http://ptrn.it/1nLBeCE */
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAG0lEQVQIW2NkYGD4D8QogJFGguj2MIAsIk4QAGNYBQQp4iSZAAAAAElFTkSuQmCC");
  /* more spacing and padding */
  padding-left: 6px;
  margin-bottom: 0.5em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
  background-color: #e1e1e1;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #e1e1e1;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #00649b;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #323944;
  color: #e1e1e1;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.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 */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
body.tax-type .pagination {
  text-align: right;
  margin: 1.0em 0;
}
body.tax-type .pagination ul {
  text-align: right;
}

body.term-videos .entry-content .pagination:first-of-type {
  margin-bottom: -1.0em;
}

.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #ffffff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  /*border-right: 1px solid $gray;*/
  padding-left: 2px !important;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.56em 0.75em;
  min-width: 1em;
  display: block;
  color: #00649b;
}
.pagination .current {
  cursor: default;
  color: #666666;
  background-color: #00649b;
  color: #ffffff;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #e1e1e1;
  /* number of comments span */
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #e1e1e1;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #ffffff;
}
.comment.even {
  background: #e1e1e1;
}

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #e1e1e1;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #666666;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #e1e1e1;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widgettitle {
  /*margin-bottom: 0.75em;*/
}

.widget {
  padding: 0;
  margin: 0 0 1.5em 0;
}
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */
}
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}
.widget:first-child {
  margin-top: 0;
}

/* BE Subpages widget (plugin) */
.widget.widget_subpages {
  margin-bottom: 0;
}
.widget.widget_subpages .widgettitle {
  font-size: 14px;
  transition: all 0.25s ease;
  font-weight: bold;
  background: #ecf1f3;
  color: #00649b;
  margin: 0;
  padding: 8px 12px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.widget.widget_subpages .widgettitle .plus, .widget.widget_subpages .widgettitle .minus {
  float: right;
  font-size: 28px;
  vertical-align: text-bottom;
  font-weight: normal;
}
.widget.widget_subpages .widgettitle .minus {
  display: none;
}
.widget.widget_subpages .widgettitle.open .plus {
  display: none;
}
.widget.widget_subpages .widgettitle.open .minus {
  display: block;
}
.widget.widget_subpages ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border-bottom: 1px solid #d3eaf4;
}
.widget.widget_subpages ul li {
  color: #00649b;
  background: #ffffff;
  border-top: 1px solid #dddddd;
  padding: 0;
  margin: 0;
  position: relative;
  /* bullet point (square) */
  /* next tier */
}
.widget.widget_subpages ul li a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 0 14px 40px;
  display: block;
  margin: 0;
}
.widget.widget_subpages ul li:before {
  content: "";
  display: block;
  position: absolute;
  background: #00649b;
  width: 5px;
  height: 5px;
  left: 20px;
  top: 22px;
}
.widget.widget_subpages ul li.widget_subpages_current_page {
  background-color: #d3e9f4;
}
.widget.widget_subpages ul li ul li a {
  font-size: 13px;
  padding-left: 52px;
}
.widget.widget_subpages ul li ul li:before {
  left: 36px;
  top: 19px;
}

/* Twitter Widget */
.widget_twitter {
  margin-bottom: 10px !important;
}
.widget_twitter h2 {
  font-size: 1.125em;
  font-weight: 700;
  color: #232323;
  text-transform: uppercase;
}
.widget_twitter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_twitter li {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px dotted #ccc;
  font-size: 12px;
}
.widget_twitter .time-meta {
  margin: 2px 0 0 0;
  display: block;
  font-style: italic;
}
.widget_twitter .time-meta a {
  color: #ccc;
}
.widget_twitter .entry-content {
  padding: 0  !important;
  margin: 0 !important;
}

/* no widgets default */
.no-widgets {
  background-color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #bebfc0;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  height: 231px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 44px 0;
  clear: both;
  background-color: #e1e1e1;
  color: #707070;
  font-size: 12px;
  line-height: 150%;
}
.footer .footer1 img.logo-alt {
  display: block;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
  transition: all 0.25s ease;
  max-width: 60px;
}
.footer .footer2 {
  margin-top: 1.0em;
}

/*********************
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.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  #logo img {
    margin: 0;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .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
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .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: 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
  *********************/
  body {
    margin: 0 0 166px;
    /* bottom = footer height */
  }

  .hidetablet {
    display: none;
  }

  .hideformobile {
    display: block;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  #inner-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* custom grid */
  #main {
    float: left;
    padding-right: 1.5em;
    width: 63.66%;
  }
  .fullwidth #main {
    width: 100% !important;
    float: none;
    padding-right: 0 !important;
  }

  .sidebar {
    float: right;
    padding-right: 0;
    width: 36.33%;
  }

  /*********************
  HEADER STYLES
  *********************/
  #logo img {
    max-width: 190px;
  }

  #header-search {
    position: absolute;
    right: 24px;
    top: 20px;
    clear: none;
    background: transparent;
    border-top: none;
  }
  #header-search .input-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sub-header {
    position: relative;
    display: block;
  }
  .sub-header .wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
  body.home .sub-header {
    display: block;
  }
  .sub-header .breadcrumbs {
    display: block;
    padding: 0;
  }

  /*********************
  CUSTOM POST TYPES
  *********************/
  /* PARTNERS */
  body.single-partners article header .byline {
    display: none !important;
  }

  /* GENERAL ACCORDION STYLE */
  .accordion article .excerpt .logoimg {
    float: left;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 16px;
  }
  .accordion article .excerpt .logoimg.widelogo {
    float: left;
    display: inline-block;
    margin-right: 16px;
  }
  .accordion article .excerpt a:hover > img.logoimg {
    opacity: 0.8;
  }

  .entry-content .logoimg {
    float: left;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 16px;
  }
  .entry-content .logoimg.widelogo {
    float: left;
    display: inline-block;
    margin-right: 16px;
  }
  .entry-content a:hover > img.logoimg {
    opacity: 0.8;
  }

  /* IN ACTION / GRANTEES / LISTS */
  .list-column {
    float: left;
    width: 50%;
  }

  .list-left {
    padding-right: 2%;
    padding-bottom: 15px;
  }

  .list-right {
    padding-left: 2%;
    padding-bottom: 15px;
  }

  /* VIDEOS (BLOCK GRID) */
  .blockgrid {
    margin-left: -0.8em !important;
  }
  .blockgrid > li {
    width: 50%;
    float: left;
    padding: 0 0.8em 2.0em !important;
  }

  /************************************************************************************************************************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    display: block;
    position: absolute;
    right: 12px;
    bottom: -1px;
    z-index: 10;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    margin-top: 0;
  }
  .nav li {
    margin-left: 15px;
    float: left;
    position: relative;
    /* TRIANGLE */
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li:first-child {
    margin-left: 0;
  }
  .nav li a {
    border-bottom: 0;
    width: 90px;
    height: 80px;
    padding: 32px 0 0 0;
    text-align: center;
    font-size: 14px;
    border-top: none;
    position: relative;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li a:hover, .nav li a:focus {
    color: #ffffff;
  }
  .nav li:last-child a {
    border-bottom: none;
  }
  .nav li.current-menu-item a:before, .nav li.current-page-ancestor a:before {
    /*width:100%;*/
    top: 100%;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    display: block;
    line-height: 0px;
    border-top: 16px solid #00649b;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
  }
  .nav li.current-menu-item.yellow a:before, .nav li.current-page-ancestor.yellow a:before {
    border-top-color: #c2a303;
  }
  .nav li.current-menu-item.green a:before, .nav li.current-page-ancestor.green a:before {
    border-top-color: #78a22f;
  }
  .nav li.current-menu-item.teal a:before, .nav li.current-page-ancestor.teal a:before {
    border-top-color: #00788a;
  }
  .nav li.current-menu-item.blue a:before, .nav li.current-page-ancestor.blue a:before {
    border-top-color: #00649b;
  }
  .nav li.current-menu-item.purple a:before, .nav li.current-page-ancestor.purple a:before {
    border-top-color: #6c207f;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 1.25em;
  }

  .widget {
    margin: 0 0 2.0em 0;
  }

  /* BE Subpages widget (plugin) */
  .widget.widget_subpages {
    margin-bottom: 1.0em;
  }
  .widget.widget_subpages .widgettitle {
    display: none;
  }
  .widget.widget_subpages ul {
    display: block;
  }
  .widget.widget_subpages ul li {
    border-color: #d3eaf4;
  }

  /* 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 */
  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    height: 166px;
  }
  .footer .footer2 {
    margin-top: 0;
  }
}
/*********************
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: 980px) {
  /******************************************************************
  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.
  
  ******************************************************************/
  .wrap {
    width: 980px;
  }

  a > .icon {
    transition: 0.3s ease;
  }

  a > .icon:hover {
    opacity: 0.8;
  }

  a, a:visited {
    /* on hover */
  }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #004368;
    text-decoration: none;
  }

  /* custom grid */
  #main {
    float: left;
    padding-right: 1.75em;
    width: 69%;
  }

  .sidebar {
    float: right;
    padding-right: 0;
    width: 31%;
  }

  #inner-content {
    padding-left: 38px;
    padding-right: 38px;
  }

  /*********************
  HEADER STYLES
  *********************/
  #logo img {
    max-width: 230px;
  }

  .sub-header .breadcrumbs {
    padding: 0 12px;
  }
  .sub-header .breadcrumbs a:hover {
    border-bottom: 1px solid #ffffff;
  }

  #inner-header {
    padding-left: 12px;
    padding-right: 12px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    right: 24px;
  }
  .nav li {
    margin-left: 20px;
  }
  .nav li a {
    font-size: 16px;
    padding: 36px 0 0 0;
    width: 110px;
    height: 90px;
    transition: all 0.15s ease-in-out;
    position: relative;
    top: 0px;
  }
  .nav li a:hover {
    /*height:84px;
    top:6px;*/
  }
  .nav li a:hover:before {
    width: 100%;
    top: 100%;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    display: block;
    line-height: 0px;
    border-top: 16px solid #00649b;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
  }
  .nav li.current-menu-item a:before, .nav li.current-page-ancestor a:before {
    /*width:100%;*/
    top: 100%;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    display: block;
    line-height: 0px;
    border-top: 16px solid #00649b;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
  }
  .nav li.yellow a:hover:before {
    border-top-color: #c2a303;
  }
  .nav li.green a:hover:before {
    border-top-color: #78a22f;
  }
  .nav li.teal a:hover:before {
    border-top-color: #00788a;
  }
  .nav li.blue a:hover:before {
    border-top-color: #00649b;
  }
  .nav li.purple a:hover:before {
    border-top-color: #6c207f;
  }

  .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
    background-color: #004368;
    color: #ffffff !important;
  }

  /*********************
  HOME / PAGES
  *********************/
  .sidebar {
    /* Newsletter signup */
  }
  .sidebar .newsletter input.button {
    transition: background-color 0.14s ease-in-out;
  }
  .sidebar .newsletter input.button:hover,
  .sidebar .newsletter input.button:focus {
    background-color: #004a72;
  }

  /* VIDEOS (BLOCK GRID) */
  .blockgrid > li {
    width: 33.3%;
    float: left;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .entry-content {
    /*padding-left:1.0em;*/
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar .following p.social a:hover img {
    opacity: 0.8;
  }

  /*********************
  FOOTER
  *********************/
  .footer .footer1 {
    float: left;
    width: 71.4285715%;
  }
  .footer .footer1 a:hover > img.logo-alt {
    opacity: 0.85;
  }
  .footer .footer2 {
    float: right;
    width: 28.5714286%;
  }
}
/*********************
LARGER VIEWING SIZE
*********************/
@media only screen and (min-width: 1030px) {
  /* ADDTHIS STYLES */
  .addthis_floating_style,
  .addthis_toolbox {
    top: 230px !important;
    display: block !important;
  }

  body.home .addthis_floating_style,
  body.home .addthis_toolbox {
    top: 224px !important;
  }
}
/*********************
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. 
  
  */
  .icon {
    background: transparent url("../images/icons@2x.png") no-repeat 0 0;
    background-size: 111px 19px;
  }
}
/*********************
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.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /*
    tr, img {
      page-break-inside: avoid;
    }
  
    img {
      max-width: 100% !important;
    }
  */
  @page {
    margin: 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /*.sidebar,*/
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }

  #header-search {
    display: none;
  }

  .accordion article .excerpt {
    display: block !important;
  }
}
