/*! 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 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * 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; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf: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:
Author:

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/
*********************/
/*
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)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
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.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-break: normal;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-pwbxwo");
  src: url("../fonts/icomoon.eot?#iefix-pwbxwo") format("embedded-opentype"), url("../fonts/icomoon.ttf?-pwbxwo") format("truetype"), url("../fonts/icomoon.woff?-pwbxwo") format("woff"), url("../fonts/icomoon.svg?-pwbxwo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-direction38:before {
  content: "\e7db"; }

.icon-accept6:before {
  content: "\e600"; }

.icon-check30:before {
  content: "\e601"; }

.icon-gearwheels:before {
  content: "\e602"; }

.icon-atom1:before {
  content: "\e603"; }

.icon-molecule5:before {
  content: "\e604"; }

.icon-molecular:before {
  content: "\e605"; }

.icon-atom2:before {
  content: "\e606"; }

.icon-chat55:before {
  content: "\e607"; }

.icon-chat68:before {
  content: "\e608"; }

.icon-comments16:before {
  content: "\e609"; }

.icon-google9:before {
  content: "\e60a"; }

.icon-multiple25:before {
  content: "\e60b"; }

.icon-male172:before {
  content: "\e60c"; }

.icon-round15:before {
  content: "\e60d"; }

.icon-simple14:before {
  content: "\e60e"; }

.icon-gauge5:before {
  content: "\e60f"; }

.icon-stopwatch4:before {
  content: "\e610"; }

.icon-dart13:before {
  content: "\e611"; }

.icon-objective:before {
  content: "\e612"; }

.icon-empty32:before {
  content: "\e613"; }

.icon-little4:before {
  content: "\e614"; }

.icon-weekly3:before {
  content: "\e615"; }

.icon-responsive4:before {
  content: "\e616"; }

.icon-responsive16:before {
  content: "\e617"; }

.icon-home:before {
  content: "\e618"; }

.icon-home2:before {
  content: "\e619"; }

.icon-home3:before {
  content: "\e61a"; }

.icon-office:before {
  content: "\e61b"; }

.icon-newspaper:before {
  content: "\e61c"; }

.icon-pencil:before {
  content: "\e61d"; }

.icon-pencil2:before {
  content: "\e61e"; }

.icon-quill:before {
  content: "\e61f"; }

.icon-pen:before {
  content: "\e620"; }

.icon-blog:before {
  content: "\e621"; }

.icon-droplet:before {
  content: "\e622"; }

.icon-paint-format:before {
  content: "\e623"; }

.icon-image:before {
  content: "\e624"; }

.icon-image2:before {
  content: "\e625"; }

.icon-images:before {
  content: "\e626"; }

.icon-camera:before {
  content: "\e627"; }

.icon-music:before {
  content: "\e628"; }

.icon-headphones:before {
  content: "\e629"; }

.icon-play:before {
  content: "\e62a"; }

.icon-film:before {
  content: "\e62b"; }

.icon-camera2:before {
  content: "\e62c"; }

.icon-dice:before {
  content: "\e62d"; }

.icon-pacman:before {
  content: "\e62e"; }

.icon-spades:before {
  content: "\e62f"; }

.icon-clubs:before {
  content: "\e630"; }

.icon-diamonds:before {
  content: "\e631"; }

.icon-pawn:before {
  content: "\e632"; }

.icon-bullhorn:before {
  content: "\e633"; }

.icon-connection:before {
  content: "\e634"; }

.icon-podcast:before {
  content: "\e635"; }

.icon-feed:before {
  content: "\e636"; }

.icon-book:before {
  content: "\e637"; }

.icon-books:before {
  content: "\e638"; }

.icon-library:before {
  content: "\e639"; }

.icon-file:before {
  content: "\e63a"; }

.icon-profile:before {
  content: "\e63b"; }

.icon-file2:before {
  content: "\e63c"; }

.icon-file3:before {
  content: "\e63d"; }

.icon-file4:before {
  content: "\e63e"; }

.icon-copy:before {
  content: "\e63f"; }

.icon-copy2:before {
  content: "\e640"; }

.icon-copy3:before {
  content: "\e641"; }

.icon-paste:before {
  content: "\e642"; }

.icon-paste2:before {
  content: "\e643"; }

.icon-paste3:before {
  content: "\e644"; }

.icon-stack:before {
  content: "\e645"; }

.icon-folder:before {
  content: "\e646"; }

.icon-folder-open:before {
  content: "\e647"; }

.icon-tag:before {
  content: "\e648"; }

.icon-tags:before {
  content: "\e649"; }

.icon-barcode:before {
  content: "\e64a"; }

.icon-qrcode:before {
  content: "\e64b"; }

.icon-ticket:before {
  content: "\e64c"; }

.icon-cart:before {
  content: "\e64d"; }

.icon-cart2:before {
  content: "\e64e"; }

.icon-cart3:before {
  content: "\e64f"; }

.icon-coin:before {
  content: "\e650"; }

.icon-credit:before {
  content: "\e651"; }

.icon-calculate:before {
  content: "\e652"; }

.icon-support:before {
  content: "\e653"; }

.icon-phone:before {
  content: "\e654"; }

.icon-phone-hang-up:before {
  content: "\e655"; }

.icon-address-book:before {
  content: "\e656"; }

.icon-notebook:before {
  content: "\e657"; }

.icon-envelope:before {
  content: "\e658"; }

.icon-pushpin:before {
  content: "\e659"; }

.icon-location:before {
  content: "\e65a"; }

.icon-location2:before {
  content: "\e65b"; }

.icon-compass:before {
  content: "\e65c"; }

.icon-map:before {
  content: "\e65d"; }

.icon-map2:before {
  content: "\e65e"; }

.icon-history:before {
  content: "\e65f"; }

.icon-clock:before {
  content: "\e660"; }

.icon-clock2:before {
  content: "\e661"; }

.icon-alarm:before {
  content: "\e662"; }

.icon-alarm2:before {
  content: "\e663"; }

.icon-bell:before {
  content: "\e664"; }

.icon-stopwatch:before {
  content: "\e665"; }

.icon-calendar:before {
  content: "\e666"; }

.icon-calendar2:before {
  content: "\e667"; }

.icon-print:before {
  content: "\e668"; }

.icon-keyboard:before {
  content: "\e669"; }

.icon-screen:before {
  content: "\e66a"; }

.icon-laptop:before {
  content: "\e66b"; }

.icon-mobile:before {
  content: "\e66c"; }

.icon-mobile2:before {
  content: "\e66d"; }

.icon-tablet:before {
  content: "\e66e"; }

.icon-tv:before {
  content: "\e66f"; }

.icon-cabinet:before {
  content: "\e670"; }

.icon-drawer:before {
  content: "\e671"; }

.icon-drawer2:before {
  content: "\e672"; }

.icon-drawer3:before {
  content: "\e673"; }

.icon-box-add:before {
  content: "\e674"; }

.icon-box-remove:before {
  content: "\e675"; }

.icon-download:before {
  content: "\e676"; }

.icon-upload:before {
  content: "\e677"; }

.icon-disk:before {
  content: "\e678"; }

.icon-storage:before {
  content: "\e679"; }

.icon-undo:before {
  content: "\e67a"; }

.icon-redo:before {
  content: "\e67b"; }

.icon-flip:before {
  content: "\e67c"; }

.icon-flip2:before {
  content: "\e67d"; }

.icon-undo2:before {
  content: "\e67e"; }

.icon-redo2:before {
  content: "\e67f"; }

.icon-forward:before {
  content: "\e680"; }

.icon-reply:before {
  content: "\e681"; }

.icon-bubble:before {
  content: "\e682"; }

.icon-bubbles:before {
  content: "\e683"; }

.icon-bubbles2:before {
  content: "\e684"; }

.icon-bubble2:before {
  content: "\e685"; }

.icon-bubbles3:before {
  content: "\e686"; }

.icon-bubbles4:before {
  content: "\e687"; }

.icon-user:before {
  content: "\e688"; }

.icon-users:before {
  content: "\e689"; }

.icon-user2:before {
  content: "\e68a"; }

.icon-users2:before {
  content: "\e68b"; }

.icon-user3:before {
  content: "\e68c"; }

.icon-user4:before {
  content: "\e68d"; }

.icon-quotes-left:before {
  content: "\e68e"; }

.icon-busy:before {
  content: "\e68f"; }

.icon-spinner:before {
  content: "\e690"; }

.icon-spinner2:before {
  content: "\e691"; }

.icon-spinner3:before {
  content: "\e692"; }

.icon-spinner4:before {
  content: "\e693"; }

.icon-spinner5:before {
  content: "\e694"; }

.icon-spinner6:before {
  content: "\e695"; }

.icon-binoculars:before {
  content: "\e696"; }

.icon-search:before {
  content: "\e697"; }

.icon-zoomin:before {
  content: "\e698"; }

.icon-zoomout:before {
  content: "\e699"; }

.icon-expand:before {
  content: "\e69a"; }

.icon-contract:before {
  content: "\e69b"; }

.icon-expand2:before {
  content: "\e69c"; }

.icon-contract2:before {
  content: "\e69d"; }

.icon-key:before {
  content: "\e69e"; }

.icon-key2:before {
  content: "\e69f"; }

.icon-lock:before {
  content: "\e6a0"; }

.icon-lock2:before {
  content: "\e6a1"; }

.icon-unlocked:before {
  content: "\e6a2"; }

.icon-wrench:before {
  content: "\e6a3"; }

.icon-settings:before {
  content: "\e6a4"; }

.icon-equalizer:before {
  content: "\e6a5"; }

.icon-cog:before {
  content: "\e6a6"; }

.icon-cogs:before {
  content: "\e6a7"; }

.icon-cog2:before {
  content: "\e6a8"; }

.icon-hammer:before {
  content: "\e6a9"; }

.icon-wand:before {
  content: "\e6aa"; }

.icon-aid:before {
  content: "\e6ab"; }

.icon-bug:before {
  content: "\e6ac"; }

.icon-pie:before {
  content: "\e6ad"; }

.icon-stats:before {
  content: "\e6ae"; }

.icon-bars:before {
  content: "\e6af"; }

.icon-bars2:before {
  content: "\e6b0"; }

.icon-gift:before {
  content: "\e6b1"; }

.icon-trophy:before {
  content: "\e6b2"; }

.icon-glass:before {
  content: "\e6b3"; }

.icon-mug:before {
  content: "\e6b4"; }

.icon-food:before {
  content: "\e6b5"; }

.icon-leaf:before {
  content: "\e6b6"; }

.icon-rocket:before {
  content: "\e6b7"; }

.icon-meter:before {
  content: "\e6b8"; }

.icon-meter2:before {
  content: "\e6b9"; }

.icon-dashboard:before {
  content: "\e6ba"; }

.icon-hammer2:before {
  content: "\e6bb"; }

.icon-fire:before {
  content: "\e6bc"; }

.icon-lab:before {
  content: "\e6bd"; }

.icon-magnet:before {
  content: "\e6be"; }

.icon-remove:before {
  content: "\e6bf"; }

.icon-remove2:before {
  content: "\e6c0"; }

.icon-briefcase:before {
  content: "\e6c1"; }

.icon-airplane:before {
  content: "\e6c2"; }

.icon-truck:before {
  content: "\e6c3"; }

.icon-road:before {
  content: "\e6c4"; }

.icon-accessibility:before {
  content: "\e6c5"; }

.icon-target:before {
  content: "\e6c6"; }

.icon-shield:before {
  content: "\e6c7"; }

.icon-lightning:before {
  content: "\e6c8"; }

.icon-switch:before {
  content: "\e6c9"; }

.icon-powercord:before {
  content: "\e6ca"; }

.icon-signup:before {
  content: "\e6cb"; }

.icon-list:before {
  content: "\e6cc"; }

.icon-list2:before {
  content: "\e6cd"; }

.icon-numbered-list:before {
  content: "\e6ce"; }

.icon-menu:before {
  content: "\e6cf"; }

.icon-menu2:before {
  content: "\e6d0"; }

.icon-tree:before {
  content: "\e6d1"; }

.icon-cloud:before {
  content: "\e6d2"; }

.icon-cloud-download:before {
  content: "\e6d3"; }

.icon-cloud-upload:before {
  content: "\e6d4"; }

.icon-download2:before {
  content: "\e6d5"; }

.icon-upload2:before {
  content: "\e6d6"; }

.icon-download3:before {
  content: "\e6d7"; }

.icon-upload3:before {
  content: "\e6d8"; }

.icon-globe:before {
  content: "\e6d9"; }

.icon-earth:before {
  content: "\e6da"; }

.icon-link:before {
  content: "\e6db"; }

.icon-flag:before {
  content: "\e6dc"; }

.icon-attachment:before {
  content: "\e6dd"; }

.icon-eye:before {
  content: "\e6de"; }

.icon-eye-blocked:before {
  content: "\e6df"; }

.icon-eye2:before {
  content: "\e6e0"; }

.icon-bookmark:before {
  content: "\e6e1"; }

.icon-bookmarks:before {
  content: "\e6e2"; }

.icon-brightness-medium:before {
  content: "\e6e3"; }

.icon-brightness-contrast:before {
  content: "\e6e4"; }

.icon-contrast:before {
  content: "\e6e5"; }

.icon-star:before {
  content: "\e6e6"; }

.icon-star2:before {
  content: "\e6e7"; }

.icon-star3:before {
  content: "\e6e8"; }

.icon-heart:before {
  content: "\e6e9"; }

.icon-heart2:before {
  content: "\e6ea"; }

.icon-heart-broken:before {
  content: "\e6eb"; }

.icon-thumbs-up:before {
  content: "\e6ec"; }

.icon-thumbs-up2:before {
  content: "\e6ed"; }

.icon-happy:before {
  content: "\e6ee"; }

.icon-happy2:before {
  content: "\e6ef"; }

.icon-smiley:before {
  content: "\e6f0"; }

.icon-smiley2:before {
  content: "\e6f1"; }

.icon-tongue:before {
  content: "\e6f2"; }

.icon-tongue2:before {
  content: "\e6f3"; }

.icon-sad:before {
  content: "\e6f4"; }

.icon-sad2:before {
  content: "\e6f5"; }

.icon-wink:before {
  content: "\e6f6"; }

.icon-wink2:before {
  content: "\e6f7"; }

.icon-grin:before {
  content: "\e6f8"; }

.icon-grin2:before {
  content: "\e6f9"; }

.icon-cool:before {
  content: "\e6fa"; }

.icon-cool2:before {
  content: "\e6fb"; }

.icon-angry:before {
  content: "\e6fc"; }

.icon-angry2:before {
  content: "\e6fd"; }

.icon-evil:before {
  content: "\e6fe"; }

.icon-evil2:before {
  content: "\e6ff"; }

.icon-shocked:before {
  content: "\e700"; }

.icon-shocked2:before {
  content: "\e701"; }

.icon-confused:before {
  content: "\e702"; }

.icon-confused2:before {
  content: "\e703"; }

.icon-neutral:before {
  content: "\e704"; }

.icon-neutral2:before {
  content: "\e705"; }

.icon-wondering:before {
  content: "\e706"; }

.icon-wondering2:before {
  content: "\e707"; }

.icon-point-up:before {
  content: "\e708"; }

.icon-point-right:before {
  content: "\e709"; }

.icon-point-down:before {
  content: "\e70a"; }

.icon-point-left:before {
  content: "\e70b"; }

.icon-warning:before {
  content: "\e70c"; }

.icon-notification:before {
  content: "\e70d"; }

.icon-question:before {
  content: "\e70e"; }

.icon-info:before {
  content: "\e70f"; }

.icon-info2:before {
  content: "\e710"; }

.icon-blocked:before {
  content: "\e711"; }

.icon-cancel-circle:before {
  content: "\e712"; }

.icon-checkmark-circle:before {
  content: "\e713"; }

.icon-spam:before {
  content: "\e714"; }

.icon-close:before {
  content: "\e715"; }

.icon-checkmark:before {
  content: "\e716"; }

.icon-checkmark2:before {
  content: "\e717"; }

.icon-spell-check:before {
  content: "\e718"; }

.icon-minus:before {
  content: "\e719"; }

.icon-plus:before {
  content: "\e71a"; }

.icon-enter:before {
  content: "\e71b"; }

.icon-exit:before {
  content: "\e71c"; }

.icon-play2:before {
  content: "\e71d"; }

.icon-pause:before {
  content: "\e71e"; }

.icon-stop:before {
  content: "\e71f"; }

.icon-backward:before {
  content: "\e720"; }

.icon-forward2:before {
  content: "\e721"; }

.icon-play3:before {
  content: "\e722"; }

.icon-pause2:before {
  content: "\e723"; }

.icon-stop2:before {
  content: "\e724"; }

.icon-backward2:before {
  content: "\e725"; }

.icon-forward3:before {
  content: "\e726"; }

.icon-first:before {
  content: "\e727"; }

.icon-last:before {
  content: "\e728"; }

.icon-previous:before {
  content: "\e729"; }

.icon-next:before {
  content: "\e72a"; }

.icon-eject:before {
  content: "\e72b"; }

.icon-volume-high:before {
  content: "\e72c"; }

.icon-volume-medium:before {
  content: "\e72d"; }

.icon-volume-low:before {
  content: "\e72e"; }

.icon-volume-mute:before {
  content: "\e72f"; }

.icon-volume-mute2:before {
  content: "\e730"; }

.icon-volume-increase:before {
  content: "\e731"; }

.icon-volume-decrease:before {
  content: "\e732"; }

.icon-loop:before {
  content: "\e733"; }

.icon-loop2:before {
  content: "\e734"; }

.icon-loop3:before {
  content: "\e735"; }

.icon-shuffle:before {
  content: "\e736"; }

.icon-arrow-up-left:before {
  content: "\e737"; }

.icon-arrow-up:before {
  content: "\e738"; }

.icon-arrow-up-right:before {
  content: "\e739"; }

.icon-arrow-right:before {
  content: "\e73a"; }

.icon-arrow-down-right:before {
  content: "\e73b"; }

.icon-arrow-down:before {
  content: "\e73c"; }

.icon-arrow-down-left:before {
  content: "\e73d"; }

.icon-arrow-left:before {
  content: "\e73e"; }

.icon-arrow-up-left2:before {
  content: "\e73f"; }

.icon-arrow-up2:before {
  content: "\e740"; }

.icon-arrow-up-right2:before {
  content: "\e741"; }

.icon-arrow-right2:before {
  content: "\e742"; }

.icon-arrow-down-right2:before {
  content: "\e743"; }

.icon-arrow-down2:before {
  content: "\e744"; }

.icon-arrow-down-left2:before {
  content: "\e745"; }

.icon-arrow-left2:before {
  content: "\e746"; }

.icon-arrow-up-left3:before {
  content: "\e747"; }

.icon-arrow-up3:before {
  content: "\e748"; }

.icon-arrow-up-right3:before {
  content: "\e749"; }

.icon-arrow-right3:before {
  content: "\e74a"; }

.icon-arrow-down-right3:before {
  content: "\e74b"; }

.icon-arrow-down3:before {
  content: "\e74c"; }

.icon-arrow-down-left3:before {
  content: "\e74d"; }

.icon-arrow-left3:before {
  content: "\e74e"; }

.icon-tab:before {
  content: "\e74f"; }

.icon-checkbox-checked:before {
  content: "\e750"; }

.icon-checkbox-unchecked:before {
  content: "\e751"; }

.icon-checkbox-partial:before {
  content: "\e752"; }

.icon-radio-checked:before {
  content: "\e753"; }

.icon-radio-unchecked:before {
  content: "\e754"; }

.icon-crop:before {
  content: "\e755"; }

.icon-scissors:before {
  content: "\e756"; }

.icon-filter:before {
  content: "\e757"; }

.icon-filter2:before {
  content: "\e758"; }

.icon-font:before {
  content: "\e759"; }

.icon-text-height:before {
  content: "\e75a"; }

.icon-text-width:before {
  content: "\e75b"; }

.icon-bold:before {
  content: "\e75c"; }

.icon-underline:before {
  content: "\e75d"; }

.icon-italic:before {
  content: "\e75e"; }

.icon-strikethrough:before {
  content: "\e75f"; }

.icon-omega:before {
  content: "\e760"; }

.icon-sigma:before {
  content: "\e761"; }

.icon-table:before {
  content: "\e762"; }

.icon-table2:before {
  content: "\e763"; }

.icon-insert-template:before {
  content: "\e764"; }

.icon-pilcrow:before {
  content: "\e765"; }

.icon-lefttoright:before {
  content: "\e766"; }

.icon-righttoleft:before {
  content: "\e767"; }

.icon-paragraph-left:before {
  content: "\e768"; }

.icon-paragraph-center:before {
  content: "\e769"; }

.icon-paragraph-right:before {
  content: "\e76a"; }

.icon-paragraph-justify:before {
  content: "\e76b"; }

.icon-paragraph-left2:before {
  content: "\e76c"; }

.icon-paragraph-center2:before {
  content: "\e76d"; }

.icon-paragraph-right2:before {
  content: "\e76e"; }

.icon-paragraph-justify2:before {
  content: "\e76f"; }

.icon-indent-increase:before {
  content: "\e770"; }

.icon-indent-decrease:before {
  content: "\e771"; }

.icon-newtab:before {
  content: "\e772"; }

.icon-embed:before {
  content: "\e773"; }

.icon-code:before {
  content: "\e774"; }

.icon-console:before {
  content: "\e775"; }

.icon-share:before {
  content: "\e776"; }

.icon-mail:before {
  content: "\e777"; }

.icon-mail2:before {
  content: "\e778"; }

.icon-mail3:before {
  content: "\e779"; }

.icon-mail4:before {
  content: "\e77a"; }

.icon-google:before {
  content: "\e77b"; }

.icon-googleplus:before {
  content: "\e77c"; }

.icon-googleplus2:before {
  content: "\e77d"; }

.icon-googleplus3:before {
  content: "\e77e"; }

.icon-googleplus4:before {
  content: "\e77f"; }

.icon-google-drive:before {
  content: "\e780"; }

.icon-facebook:before {
  content: "\e781"; }

.icon-facebook2:before {
  content: "\e782"; }

.icon-facebook3:before {
  content: "\e783"; }

.icon-instagram:before {
  content: "\e784"; }

.icon-twitter:before {
  content: "\e785"; }

.icon-twitter2:before {
  content: "\e786"; }

.icon-twitter3:before {
  content: "\e787"; }

.icon-feed2:before {
  content: "\e788"; }

.icon-feed3:before {
  content: "\e789"; }

.icon-feed4:before {
  content: "\e78a"; }

.icon-youtube:before {
  content: "\e78b"; }

.icon-youtube2:before {
  content: "\e78c"; }

.icon-vimeo:before {
  content: "\e78d"; }

.icon-vimeo2:before {
  content: "\e78e"; }

.icon-vimeo3:before {
  content: "\e78f"; }

.icon-lanyrd:before {
  content: "\e790"; }

.icon-flickr:before {
  content: "\e791"; }

.icon-flickr2:before {
  content: "\e792"; }

.icon-flickr3:before {
  content: "\e793"; }

.icon-flickr4:before {
  content: "\e794"; }

.icon-picassa:before {
  content: "\e795"; }

.icon-picassa2:before {
  content: "\e796"; }

.icon-dribbble:before {
  content: "\e797"; }

.icon-dribbble2:before {
  content: "\e798"; }

.icon-dribbble3:before {
  content: "\e799"; }

.icon-forrst:before {
  content: "\e79a"; }

.icon-forrst2:before {
  content: "\e79b"; }

.icon-deviantart:before {
  content: "\e79c"; }

.icon-deviantart2:before {
  content: "\e79d"; }

.icon-steam:before {
  content: "\e79e"; }

.icon-steam2:before {
  content: "\e79f"; }

.icon-github:before {
  content: "\e7a0"; }

.icon-github2:before {
  content: "\e7a1"; }

.icon-github3:before {
  content: "\e7a2"; }

.icon-github4:before {
  content: "\e7a3"; }

.icon-github5:before {
  content: "\e7a4"; }

.icon-wordpress:before {
  content: "\e7a5"; }

.icon-wordpress2:before {
  content: "\e7a6"; }

.icon-joomla:before {
  content: "\e7a7"; }

.icon-blogger:before {
  content: "\e7a8"; }

.icon-blogger2:before {
  content: "\e7a9"; }

.icon-tumblr:before {
  content: "\e7aa"; }

.icon-tumblr2:before {
  content: "\e7ab"; }

.icon-yahoo:before {
  content: "\e7ac"; }

.icon-tux:before {
  content: "\e7ad"; }

.icon-apple:before {
  content: "\e7ae"; }

.icon-finder:before {
  content: "\e7af"; }

.icon-android:before {
  content: "\e7b0"; }

.icon-windows:before {
  content: "\e7b1"; }

.icon-windows8:before {
  content: "\e7b2"; }

.icon-soundcloud:before {
  content: "\e7b3"; }

.icon-soundcloud2:before {
  content: "\e7b4"; }

.icon-skype:before {
  content: "\e7b5"; }

.icon-reddit:before {
  content: "\e7b6"; }

.icon-linkedin:before {
  content: "\e7b7"; }

.icon-lastfm:before {
  content: "\e7b8"; }

.icon-lastfm2:before {
  content: "\e7b9"; }

.icon-delicious:before {
  content: "\e7ba"; }

.icon-stumbleupon:before {
  content: "\e7bb"; }

.icon-stumbleupon2:before {
  content: "\e7bc"; }

.icon-stackoverflow:before {
  content: "\e7bd"; }

.icon-pinterest:before {
  content: "\e7be"; }

.icon-pinterest2:before {
  content: "\e7bf"; }

.icon-xing:before {
  content: "\e7c0"; }

.icon-xing2:before {
  content: "\e7c1"; }

.icon-flattr:before {
  content: "\e7c2"; }

.icon-foursquare:before {
  content: "\e7c3"; }

.icon-foursquare2:before {
  content: "\e7c4"; }

.icon-paypal:before {
  content: "\e7c5"; }

.icon-paypal2:before {
  content: "\e7c6"; }

.icon-paypal3:before {
  content: "\e7c7"; }

.icon-yelp:before {
  content: "\e7c8"; }

.icon-libreoffice:before {
  content: "\e7c9"; }

.icon-file-pdf:before {
  content: "\e7ca"; }

.icon-file-openoffice:before {
  content: "\e7cb"; }

.icon-file-word:before {
  content: "\e7cc"; }

.icon-file-excel:before {
  content: "\e7cd"; }

.icon-file-zip:before {
  content: "\e7ce"; }

.icon-file-powerpoint:before {
  content: "\e7cf"; }

.icon-file-xml:before {
  content: "\e7d0"; }

.icon-file-css:before {
  content: "\e7d1"; }

.icon-html5:before {
  content: "\e7d2"; }

.icon-html52:before {
  content: "\e7d3"; }

.icon-css3:before {
  content: "\e7d4"; }

.icon-chrome:before {
  content: "\e7d5"; }

.icon-firefox:before {
  content: "\e7d6"; }

.icon-IE:before {
  content: "\e7d7"; }

.icon-opera:before {
  content: "\e7d8"; }

.icon-safari:before {
  content: "\e7d9"; }

.icon-IcoMoon:before {
  content: "\e7da"; }

.icon-glass2:before {
  content: "\f000"; }

.icon-music2:before {
  content: "\f001"; }

.icon-search2:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart3:before {
  content: "\f004"; }

.icon-star4:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-user5:before {
  content: "\f007"; }

.icon-film2:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close2:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog3:before {
  content: "\f013"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-home4:before {
  content: "\f015"; }

.icon-file-o:before {
  content: "\f016"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-road2:before {
  content: "\f018"; }

.icon-download4:before {
  content: "\f019"; }

.icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.icon-arrow-circle-o-up:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle-o:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock3:before {
  content: "\f023"; }

.icon-flag2:before {
  content: "\f024"; }

.icon-headphones2:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode2:before {
  content: "\f029"; }

.icon-barcode2:before {
  content: "\f02a"; }

.icon-tag2:before {
  content: "\f02b"; }

.icon-tags2:before {
  content: "\f02c"; }

.icon-book2:before {
  content: "\f02d"; }

.icon-bookmark2:before {
  content: "\f02e"; }

.icon-print2:before {
  content: "\f02f"; }

.icon-camera3:before {
  content: "\f030"; }

.icon-font2:before {
  content: "\f031"; }

.icon-bold2:before {
  content: "\f032"; }

.icon-italic2:before {
  content: "\f033"; }

.icon-text-height2:before {
  content: "\f034"; }

.icon-text-width2:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list3:before {
  content: "\f03a"; }

.icon-dedent:before {
  content: "\f03b"; }

.icon-indent:before {
  content: "\f03c"; }

.icon-video-camera:before {
  content: "\f03d"; }

.icon-image3:before {
  content: "\f03e"; }

.icon-pencil3:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share-square-o:before {
  content: "\f045"; }

.icon-check-square-o:before {
  content: "\f046"; }

.icon-arrows:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward3:before {
  content: "\f04a"; }

.icon-play4:before {
  content: "\f04b"; }

.icon-pause3:before {
  content: "\f04c"; }

.icon-stop3:before {
  content: "\f04d"; }

.icon-forward4:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject2:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-minus-circle:before {
  content: "\f056"; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-crosshairs:before {
  content: "\f05b"; }

.icon-times-circle-o:before {
  content: "\f05c"; }

.icon-check-circle-o:before {
  content: "\f05d"; }

.icon-ban:before {
  content: "\f05e"; }

.icon-arrow-left4:before {
  content: "\f060"; }

.icon-arrow-right4:before {
  content: "\f061"; }

.icon-arrow-up4:before {
  content: "\f062"; }

.icon-arrow-down4:before {
  content: "\f063"; }

.icon-mail-forward:before {
  content: "\f064"; }

.icon-expand3:before {
  content: "\f065"; }

.icon-compress:before {
  content: "\f066"; }

.icon-plus2:before {
  content: "\f067"; }

.icon-minus2:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-gift2:before {
  content: "\f06b"; }

.icon-leaf2:before {
  content: "\f06c"; }

.icon-fire2:before {
  content: "\f06d"; }

.icon-eye3:before {
  content: "\f06e"; }

.icon-eye-slash:before {
  content: "\f070"; }

.icon-exclamation-triangle:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar3:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet2:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder2:before {
  content: "\f07b"; }

.icon-folder-open2:before {
  content: "\f07c"; }

.icon-arrows-v:before {
  content: "\f07d"; }

.icon-arrows-h:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key3:before {
  content: "\f084"; }

.icon-cogs2:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-o-up:before {
  content: "\f087"; }

.icon-thumbs-o-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-o:before {
  content: "\f08a"; }

.icon-sign-out:before {
  content: "\f08b"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-thumb-tack:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-sign-in:before {
  content: "\f090"; }

.icon-trophy2:before {
  content: "\f091"; }

.icon-github-square:before {
  content: "\f092"; }

.icon-upload4:before {
  content: "\f093"; }

.icon-lemon-o:before {
  content: "\f094"; }

.icon-phone2:before {
  content: "\f095"; }

.icon-square-o:before {
  content: "\f096"; }

.icon-bookmark-o:before {
  content: "\f097"; }

.icon-phone-square:before {
  content: "\f098"; }

.icon-twitter4:before {
  content: "\f099"; }

.icon-facebook4:before {
  content: "\f09a"; }

.icon-github6:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-feed5:before {
  content: "\f09e"; }

.icon-hdd-o:before {
  content: "\f0a0"; }

.icon-bullhorn2:before {
  content: "\f0a1"; }

.icon-bell-o:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-o-right:before {
  content: "\f0a4"; }

.icon-hand-o-left:before {
  content: "\f0a5"; }

.icon-hand-o-up:before {
  content: "\f0a6"; }

.icon-hand-o-down:before {
  content: "\f0a7"; }

.icon-arrow-circle-left:before {
  content: "\f0a8"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-arrow-circle-up:before {
  content: "\f0aa"; }

.icon-arrow-circle-down:before {
  content: "\f0ab"; }

.icon-globe2:before {
  content: "\f0ac"; }

.icon-wrench2:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter3:before {
  content: "\f0b0"; }

.icon-briefcase2:before {
  content: "\f0b1"; }

.icon-arrows-alt:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-cloud2:before {
  content: "\f0c2"; }

.icon-flask:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy4:before {
  content: "\f0c5"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-floppy-o:before {
  content: "\f0c7"; }

.icon-square:before {
  content: "\f0c8"; }

.icon-bars3:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough2:before {
  content: "\f0cc"; }

.icon-underline2:before {
  content: "\f0cd"; }

.icon-table3:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck2:before {
  content: "\f0d1"; }

.icon-pinterest3:before {
  content: "\f0d2"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-desc:before {
  content: "\f0dd"; }

.icon-sort-asc:before {
  content: "\f0de"; }

.icon-envelope2:before {
  content: "\f0e0"; }

.icon-linkedin2:before {
  content: "\f0e1"; }

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-gavel:before {
  content: "\f0e3"; }

.icon-dashboard2:before {
  content: "\f0e4"; }

.icon-comment-o:before {
  content: "\f0e5"; }

.icon-comments-o:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-clipboard:before {
  content: "\f0ea"; }

.icon-lightbulb-o:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download2:before {
  content: "\f0ed"; }

.icon-cloud-upload2:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell2:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-cutlery:before {
  content: "\f0f5"; }

.icon-file-text-o:before {
  content: "\f0f6"; }

.icon-building-o:before {
  content: "\f0f7"; }

.icon-hospital-o:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-square:before {
  content: "\f0fd"; }

.icon-plus-square:before {
  content: "\f0fe"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-angle-double-up:before {
  content: "\f102"; }

.icon-angle-double-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop2:before {
  content: "\f109"; }

.icon-tablet2:before {
  content: "\f10a"; }

.icon-mobile3:before {
  content: "\f10b"; }

.icon-circle-o:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner7:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-o:before {
  content: "\f114"; }

.icon-folder-open-o:before {
  content: "\f115"; }

.icon-smile-o:before {
  content: "\f118"; }

.icon-frown-o:before {
  content: "\f119"; }

.icon-meh-o:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard-o:before {
  content: "\f11c"; }

.icon-flag-o:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code2:before {
  content: "\f121"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop2:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-chain-broken:before {
  content: "\f127"; }

.icon-question2:before {
  content: "\f128"; }

.icon-info3:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-slash:before {
  content: "\f131"; }

.icon-shield2:before {
  content: "\f132"; }

.icon-calendar-o:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket2:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-circle-left:before {
  content: "\f137"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-up:before {
  content: "\f139"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-html53:before {
  content: "\f13b"; }

.icon-css32:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-h:before {
  content: "\f141"; }

.icon-ellipsis-v:before {
  content: "\f142"; }

.icon-rss-square:before {
  content: "\f143"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-ticket2:before {
  content: "\f145"; }

.icon-minus-square:before {
  content: "\f146"; }

.icon-minus-square-o:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-square:before {
  content: "\f14a"; }

.icon-pencil-square:before {
  content: "\f14b"; }

.icon-external-link-square:before {
  content: "\f14c"; }

.icon-share-square:before {
  content: "\f14d"; }

.icon-compass2:before {
  content: "\f14e"; }

.icon-caret-square-o-down:before {
  content: "\f150"; }

.icon-caret-square-o-up:before {
  content: "\f151"; }

.icon-caret-square-o-right:before {
  content: "\f152"; }

.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before {
  content: "\f155"; }

.icon-inr:before {
  content: "\f156"; }

.icon-cny:before {
  content: "\f157"; }

.icon-rouble:before {
  content: "\f158"; }

.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-file5:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-alpha-asc:before {
  content: "\f15d"; }

.icon-sort-alpha-desc:before {
  content: "\f15e"; }

.icon-sort-amount-asc:before {
  content: "\f160"; }

.icon-sort-amount-desc:before {
  content: "\f161"; }

.icon-sort-numeric-asc:before {
  content: "\f162"; }

.icon-sort-numeric-desc:before {
  content: "\f163"; }

.icon-thumbs-up3:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-youtube3:before {
  content: "\f167"; }

.icon-xing3:before {
  content: "\f168"; }

.icon-xing-square:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stack-overflow:before {
  content: "\f16c"; }

.icon-instagram2:before {
  content: "\f16d"; }

.icon-flickr5:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-square:before {
  content: "\f172"; }

.icon-tumblr3:before {
  content: "\f173"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple2:before {
  content: "\f179"; }

.icon-windows2:before {
  content: "\f17a"; }

.icon-android2:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble4:before {
  content: "\f17d"; }

.icon-skype2:before {
  content: "\f17e"; }

.icon-foursquare3:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun-o:before {
  content: "\f185"; }

.icon-moon-o:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug2:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-pagelines:before {
  content: "\f18c"; }

.icon-stack-exchange:before {
  content: "\f18d"; }

.icon-arrow-circle-o-right:before {
  content: "\f18e"; }

.icon-arrow-circle-o-left:before {
  content: "\f190"; }

.icon-caret-square-o-left:before {
  content: "\f191"; }

.icon-dot-circle-o:before {
  content: "\f192"; }

.icon-wheelchair:before {
  content: "\f193"; }

.icon-vimeo-square:before {
  content: "\f194"; }

.icon-try:before {
  content: "\f195"; }

.icon-plus-square-o:before {
  content: "\f196"; }

.icon-space-shuttle:before {
  content: "\f197"; }

.icon-slack:before {
  content: "\f198"; }

.icon-envelope-square:before {
  content: "\f199"; }

.icon-wordpress3:before {
  content: "\f19a"; }

.icon-openid:before {
  content: "\f19b"; }

.icon-bank:before {
  content: "\f19c"; }

.icon-graduation-cap:before {
  content: "\f19d"; }

.icon-yahoo2:before {
  content: "\f19e"; }

.icon-google2:before {
  content: "\f1a0"; }

.icon-reddit2:before {
  content: "\f1a1"; }

.icon-reddit-square:before {
  content: "\f1a2"; }

.icon-stumbleupon-circle:before {
  content: "\f1a3"; }

.icon-stumbleupon3:before {
  content: "\f1a4"; }

.icon-delicious2:before {
  content: "\f1a5"; }

.icon-digg:before {
  content: "\f1a6"; }

.icon-pied-piper:before {
  content: "\f1a7"; }

.icon-pied-piper-alt:before {
  content: "\f1a8"; }

.icon-drupal:before {
  content: "\f1a9"; }

.icon-joomla2:before {
  content: "\f1aa"; }

.icon-language:before {
  content: "\f1ab"; }

.icon-fax:before {
  content: "\f1ac"; }

.icon-building:before {
  content: "\f1ad"; }

.icon-child:before {
  content: "\f1ae"; }

.icon-paw:before {
  content: "\f1b0"; }

.icon-spoon:before {
  content: "\f1b1"; }

.icon-cube:before {
  content: "\f1b2"; }

.icon-cubes:before {
  content: "\f1b3"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-steam3:before {
  content: "\f1b6"; }

.icon-steam-square:before {
  content: "\f1b7"; }

.icon-recycle:before {
  content: "\f1b8"; }

.icon-automobile:before {
  content: "\f1b9"; }

.icon-cab:before {
  content: "\f1ba"; }

.icon-tree2:before {
  content: "\f1bb"; }

.icon-spotify:before {
  content: "\f1bc"; }

.icon-deviantart3:before {
  content: "\f1bd"; }

.icon-soundcloud3:before {
  content: "\f1be"; }

.icon-database:before {
  content: "\f1c0"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-archive-o:before {
  content: "\f1c6"; }

.icon-file-audio-o:before {
  content: "\f1c7"; }

.icon-file-movie-o:before {
  content: "\f1c8"; }

.icon-file-code-o:before {
  content: "\f1c9"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-codepen:before {
  content: "\f1cb"; }

.icon-jsfiddle:before {
  content: "\f1cc"; }

.icon-life-bouy:before {
  content: "\f1cd"; }

.icon-circle-o-notch:before {
  content: "\f1ce"; }

.icon-ra:before {
  content: "\f1d0"; }

.icon-empire:before {
  content: "\f1d1"; }

.icon-git-square:before {
  content: "\f1d2"; }

.icon-git:before {
  content: "\f1d3"; }

.icon-hacker-news:before {
  content: "\f1d4"; }

.icon-tencent-weibo:before {
  content: "\f1d5"; }

.icon-qq:before {
  content: "\f1d6"; }

.icon-wechat:before {
  content: "\f1d7"; }

.icon-paper-plane:before {
  content: "\f1d8"; }

.icon-paper-plane-o:before {
  content: "\f1d9"; }

.icon-history2:before {
  content: "\f1da"; }

.icon-circle-thin:before {
  content: "\f1db"; }

.icon-header:before {
  content: "\f1dc"; }

.icon-paragraph:before {
  content: "\f1dd"; }

.icon-sliders:before {
  content: "\f1de"; }

.icon-share-alt:before {
  content: "\f1e0"; }

.icon-share-alt-square:before {
  content: "\f1e1"; }

.icon-bomb:before {
  content: "\f1e2"; }

.icon-futbol-o:before {
  content: "\f1e3"; }

.icon-tty:before {
  content: "\f1e4"; }

.icon-binoculars2:before {
  content: "\f1e5"; }

.icon-plug:before {
  content: "\f1e6"; }

.icon-slideshare:before {
  content: "\f1e7"; }

.icon-twitch:before {
  content: "\f1e8"; }

.icon-yelp2:before {
  content: "\f1e9"; }

.icon-newspaper-o:before {
  content: "\f1ea"; }

.icon-wifi:before {
  content: "\f1eb"; }

.icon-calculator:before {
  content: "\f1ec"; }

.icon-paypal4:before {
  content: "\f1ed"; }

.icon-google-wallet:before {
  content: "\f1ee"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-cc-stripe:before {
  content: "\f1f5"; }

.icon-bell-slash:before {
  content: "\f1f6"; }

.icon-bell-slash-o:before {
  content: "\f1f7"; }

.icon-trash:before {
  content: "\f1f8"; }

.icon-copyright:before {
  content: "\f1f9"; }

.icon-at:before {
  content: "\f1fa"; }

.icon-eyedropper:before {
  content: "\f1fb"; }

.icon-paint-brush:before {
  content: "\f1fc"; }

.icon-birthday-cake:before {
  content: "\f1fd"; }

.icon-area-chart:before {
  content: "\f1fe"; }

.icon-pie-chart:before {
  content: "\f200"; }

.icon-line-chart:before {
  content: "\f201"; }

.icon-lastfm3:before {
  content: "\f202"; }

.icon-lastfm-square:before {
  content: "\f203"; }

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

.icon-bicycle:before {
  content: "\f206"; }

.icon-bus:before {
  content: "\f207"; }

.icon-ioxhost:before {
  content: "\f208"; }

.icon-angellist:before {
  content: "\f209"; }

.icon-cc:before {
  content: "\f20a"; }

.icon-ils:before {
  content: "\f20b"; }

.icon-meanpath:before {
  content: "\f20c"; }

.icon-buysellads:before {
  content: "\f20d"; }

.icon-connectdevelop:before {
  content: "\f20e"; }

.icon-dashcube:before {
  content: "\f210"; }

.icon-forumbee:before {
  content: "\f211"; }

.icon-leanpub:before {
  content: "\f212"; }

.icon-sellsy:before {
  content: "\f213"; }

.icon-shirtsinbulk:before {
  content: "\f214"; }

.icon-simplybuilt:before {
  content: "\f215"; }

.icon-skyatlas:before {
  content: "\f216"; }

.icon-cart-plus:before {
  content: "\f217"; }

.icon-cart-arrow-down:before {
  content: "\f218"; }

.icon-diamond:before {
  content: "\f219"; }

.icon-ship:before {
  content: "\f21a"; }

.icon-user-secret:before {
  content: "\f21b"; }

.icon-motorcycle:before {
  content: "\f21c"; }

.icon-street-view:before {
  content: "\f21d"; }

.icon-heartbeat:before {
  content: "\f21e"; }

.icon-venus:before {
  content: "\f221"; }

.icon-mars:before {
  content: "\f222"; }

.icon-mercury:before {
  content: "\f223"; }

.icon-intersex:before {
  content: "\f224"; }

.icon-transgender-alt:before {
  content: "\f225"; }

.icon-venus-double:before {
  content: "\f226"; }

.icon-mars-double:before {
  content: "\f227"; }

.icon-venus-mars:before {
  content: "\f228"; }

.icon-mars-stroke:before {
  content: "\f229"; }

.icon-mars-stroke-v:before {
  content: "\f22a"; }

.icon-mars-stroke-h:before {
  content: "\f22b"; }

.icon-neuter:before {
  content: "\f22c"; }

.icon-genderless:before {
  content: "\f22d"; }

.icon-facebook-official:before {
  content: "\f230"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-server:before {
  content: "\f233"; }

.icon-user-plus:before {
  content: "\f234"; }

.icon-user-times:before {
  content: "\f235"; }

.icon-bed:before {
  content: "\f236"; }

.icon-viacoin:before {
  content: "\f237"; }

.icon-train:before {
  content: "\f238"; }

.icon-subway:before {
  content: "\f239"; }

.icon-medium:before {
  content: "\f23a"; }

.icon-y-combinator:before {
  content: "\f23b"; }

.icon-optin-monster:before {
  content: "\f23c"; }

.icon-opencart:before {
  content: "\f23d"; }

.icon-expeditedssl:before {
  content: "\f23e"; }

.icon-battery-4:before {
  content: "\f240"; }

.icon-battery-3:before {
  content: "\f241"; }

.icon-battery-2:before {
  content: "\f242"; }

.icon-battery-1:before {
  content: "\f243"; }

.icon-battery-0:before {
  content: "\f244"; }

.icon-mouse-pointer:before {
  content: "\f245"; }

.icon-i-cursor:before {
  content: "\f246"; }

.icon-object-group:before {
  content: "\f247"; }

.icon-object-ungroup:before {
  content: "\f248"; }

.icon-sticky-note:before {
  content: "\f249"; }

.icon-sticky-note-o:before {
  content: "\f24a"; }

.icon-cc-jcb:before {
  content: "\f24b"; }

.icon-cc-diners-club:before {
  content: "\f24c"; }

.icon-clone:before {
  content: "\f24d"; }

.icon-balance-scale:before {
  content: "\f24e"; }

.icon-hourglass-o:before {
  content: "\f250"; }

.icon-hourglass-1:before {
  content: "\f251"; }

.icon-hourglass-2:before {
  content: "\f252"; }

.icon-hourglass-3:before {
  content: "\f253"; }

.icon-hourglass:before {
  content: "\f254"; }

.icon-hand-grab-o:before {
  content: "\f255"; }

.icon-hand-paper-o:before {
  content: "\f256"; }

.icon-hand-scissors-o:before {
  content: "\f257"; }

.icon-hand-lizard-o:before {
  content: "\f258"; }

.icon-hand-spock-o:before {
  content: "\f259"; }

.icon-hand-pointer-o:before {
  content: "\f25a"; }

.icon-hand-peace-o:before {
  content: "\f25b"; }

.icon-trademark:before {
  content: "\f25c"; }

.icon-registered:before {
  content: "\f25d"; }

.icon-creative-commons:before {
  content: "\f25e"; }

.icon-gg:before {
  content: "\f260"; }

.icon-gg-circle:before {
  content: "\f261"; }

.icon-tripadvisor:before {
  content: "\f262"; }

.icon-odnoklassniki:before {
  content: "\f263"; }

.icon-odnoklassniki-square:before {
  content: "\f264"; }

.icon-get-pocket:before {
  content: "\f265"; }

.icon-wikipedia-w:before {
  content: "\f266"; }

.icon-safari2:before {
  content: "\f267"; }

.icon-chrome2:before {
  content: "\f268"; }

.icon-firefox2:before {
  content: "\f269"; }

.icon-opera2:before {
  content: "\f26a"; }

.icon-internet-explorer:before {
  content: "\f26b"; }

.icon-television:before {
  content: "\f26c"; }

.icon-contao:before {
  content: "\f26d"; }

.icon-500px:before {
  content: "\f26e"; }

.icon-amazon:before {
  content: "\f270"; }

.icon-calendar-plus-o:before {
  content: "\f271"; }

.icon-calendar-minus-o:before {
  content: "\f272"; }

.icon-calendar-times-o:before {
  content: "\f273"; }

.icon-calendar-check-o:before {
  content: "\f274"; }

.icon-industry:before {
  content: "\f275"; }

.icon-map-pin:before {
  content: "\f276"; }

.icon-map-signs:before {
  content: "\f277"; }

.icon-map-o:before {
  content: "\f278"; }

.icon-map3:before {
  content: "\f279"; }

.icon-commenting:before {
  content: "\f27a"; }

.icon-commenting-o:before {
  content: "\f27b"; }

.icon-houzz:before {
  content: "\f27c"; }

.icon-vimeo4:before {
  content: "\f27d"; }

.icon-black-tie:before {
  content: "\f27e"; }

.icon-fonticons:before {
  content: "\f280"; }

/******************************************************************
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? */
/*********************
BUTTONS
*********************/
/* @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? */
/******************************************************************
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.

******************************************************************/
/*
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: 1.5em;
    width: 100%;
    padding-right: 0;
    margin-bottom: 1em; }

  .m-1of2 {
    float: left;
    padding-right: 1.5em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 1.5em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 1.5em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 1.5em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 1.5em;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 1.5em;
    width: 100%; }

  .t-1of2 {
    float: left;
    padding-right: 1.5em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 1.5em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 1.5em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 1.5em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 1.5em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 1.5em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 1.5em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 1.5em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 1.5em;
    width: 80%; }

  .last-col {
    padding-right: none; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 1.5em;
    width: 100%; }

  .d-1of2 {
    float: left;
    padding-right: 1.5em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 1.5em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 1.5em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 1.5em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 1.5em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 1.5em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 1.5em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 1.5em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 1.5em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 1.5em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 1.5em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 1.5em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 1.5em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 1.5em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 1.5em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 1.5em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 1.5em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 1.5em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 1.5em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 1.5em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 1.5em;
    width: 8.33%; }

  .last-col {
    padding-right: none; } }
/*********************
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 {
  display: inline-block;
  position: relative;
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    color: white;
    text-decoration: none; }
  .blue-btn: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 {
  background-color: #1160af; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #0f569c; }
  .blue-btn:active {
    background-color: #0f5398; }

/******************************************************************
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: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #555555;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  width: 100%;
  max-width: 400px;
  font-family: Arial, sans-serif;
  background-color: white;
  -webkit-transition: background-color 0.24s ease-in-out;
  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: white;
    border: 2px solid #bfbfbf; }
  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: white;
    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: white;
    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: #a5a5a5;
    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; }

textarea {
  max-width: 100%;
  min-height: 82.5px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*********************
GRAVITY FORMS
*********************/
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important; }

body .gform_wrapper .top_label .gfield_label {
  margin: 0;
  font-weight: normal; }

body .gform_wrapper .gfield_required {
  color: #555555; }

body .gform_wrapper textarea.medium {
  height: 5em; }

body .gform_wrapper .gform_footer {
  padding: 0; }

body .entry-content ul.gform_fields {
  margin: 0;
  list-style: none; }

@media (max-width: 768px) {
  .gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
    width: 100% !important; } }
/*********************
IMPORTING PLUGINS
*********************/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

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

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

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

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

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

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

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

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

* html .slides {
  height: 1%; }

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

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

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

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

.flexslider .slides {
  zoom: 1; }

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

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav a:focus,
.flex-direction-nav a:hover,
.flex-direction-nav a:visited,
.flex-direction-nav a:visited:hover,
.flex-direction-nav a:visited:focus {
  color: #ffffff; }

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

.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right; }

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

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

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

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

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2; }

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

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

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

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

.flex-control-thumbs {
  position: static;
  text-align: center; }

.flex-control-thumbs li {
  display: inline-block;
  margin: 1em 0.5em 0.5em;
  width: 50px; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .5;
  cursor: pointer;
  border-radius: 50px; }

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

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

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

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-content ul,
.mfp-content ol {
  margin: 0 0 1em 1.5em; }

.mfp-content ul {
  list-style: disc; }

.mfp-content ol {
  list-style: decimal; }

.mfp-content .aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto; }

.small-popup {
  max-width: 600px; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: Arial, Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #1160af;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #1679dd;
  }
    a:hover img, a:focus img, a:visited:hover img, a:visited:focus img {
      opacity: 0.75;
    }
    a:hover [class^="icon-"], a:hover [class*=" icon-"], a:focus [class^="icon-"], a:focus [class*=" icon-"], a:visited:hover [class^="icon-"], a:visited:hover [class*=" icon-"], a:visited:focus [class^="icon-"], a:visited:focus [class*=" icon-"] {
      color: inherit;
    }
  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, h6, .h6, .big-headline {
  margin: 0 0 1em 0;
  line-height: 1.4;
  text-rendering: optimizelegibility;
  /* 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, h6 a, .h6 a, .big-headline a {
    text-decoration: none;
  }

h1, .h1 {
  margin-bottom: 0.333em;
  font-size: 2em;
  font-weight: 700;
  color: #1160af;
}

h2, .h2 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.333em;
  color: #333333;
}

h3, .h3 {
  font-size: 1.25em;
  color: #3383c3;
  margin: 1rem 0 0;
}

h4, .h4 {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 0.333em;
  color: #333333;
}

h5, .h5 {
  font-size: 0.846em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3383c3;
}

h6, .h6 {
  font-size: 1em;
  font-weight: bold;
  color: #333333;
}

.big-headline,
.entry-content .big-headline {
  margin-bottom: 0.75em;
  font-size: 2em;
  font-weight: 700;
}
.big-headline.small-margin,
.entry-content.small-margin {
  margin-bottom: 0.25em;
}
.big-headline.center {
  text-align: center;
}

p {
  margin: 0 0 1em 0;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
}

strong {
  letter-spacing: 0.01em;
}

hr {
  clear: both;
  margin: 1.5em 0;
  border: 0;
  height: 0;
  border-top: 1px solid #f2f2f2;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
}

.center {
  text-align: center;
}

.small {
  font-size: 0.85em;
}

.large {
  font-size: 1.1em;
}

.xlarge {
  font-size: 1.5em;
}

.xxlarge {
  font-size: 2em;
}

.highlight {
  white-space: nowrap;
}

.blue {
  color: #1160af;
}

.light-blue {
  color: #1679dd;
}

.dark-blue {
  color: #294664;
}

.blue-gray {
  color: #3383c3;
}

.blue-white {
  color: #c8e4ef;
}

.orange {
  color: #fc6536;
}

.red {
  color: #d21242;
}

.gray {
  color: #a5a5a5;
}

.light-gray {
  color: #bfbfbf;
}

.dark-gray {
  color: #8b8b8b;
}

.black {
  color: #333333;
}

.white {
  color: white;
}

.col.no-padding {
  padding-right: 0;
}

.section {
  border-top: 1px solid #d8d8d8;
  border-top-color: rgba(0, 0, 0, 0.1);
}
  .section .wrap {
    padding: 1.5em;
  }
  .section h1.section-title {
    text-align: center;
    margin-bottom: 1em;
  }

.light-gray-section {
  background-color: #f2f2f2;
}

.gray-section {
  background-color: #d8d8d8;
}

.dark-gray-section {
  background-color: #8b8b8b;
  color: white;
}
  .dark-gray-section h1, .dark-gray-section h2, .dark-gray-section h3, .dark-gray-section h4, .dark-gray-section h5, .dark-gray-section h6 {
    color: white;
  }

.light-light-blue-section {
  background-color: #a1d0e3;
}

.light-blue-section {
  background-color: #1679dd;
  color: white;
}
  .light-blue-section h1, .light-blue-section h2, .light-blue-section h3, .light-blue-section h4, .light-blue-section h5, .light-blue-section h6 {
    color: white;
  }
  .light-blue-section a {
    color: white;
  }
    .light-blue-section a:hover {
      color: #294664;
    }

.blue-section {
  background-color: #1160af;
  color: white;
}
  .blue-section h1, .blue-section h2, .blue-section h3, .blue-section h4, .blue-section h5, .blue-section h6 {
    color: white;
  }
  .blue-section a {
    color: white;
  }
    .blue-section a:hover {
      color: #294664;
    }

.dark-blue-section {
  background-color: #294664;
  color: white;
}
  .dark-blue-section h1, .dark-blue-section h2, .dark-blue-section h3, .dark-blue-section h4, .dark-blue-section h5, .dark-blue-section h6 {
    color: white;
  }
  .dark-blue-section a {
    color: white;
  }
    .dark-blue-section a:hover {
      color: #1160af;
    }

.blue-gray-section {
  background-color: #3383c3;
  color: white;
}
  .blue-gray-section h1, .blue-gray-section h2, .blue-gray-section h3, .blue-gray-section h4, .blue-gray-section h5, .blue-gray-section h6, .blue-gray-section a {
    color: white;
  }
  .blue-gray-section a {
    color: white;
  }
    .blue-gray-section a:hover {
      color: #1160af;
    }

.blue-white-section {
  background-color: #c8e4ef;
  color: #3383c3;
}
  .blue-white-section h1, .blue-white-section h2, .blue-white-section h3, .blue-white-section h4, .blue-white-section h5, .blue-white-section h6, .blue-white-section a {
    color: #3383c3;
  }

  .orange-section {
    background-color: #fc6536;
    color: white;
  }
    .orange-section h1, .orange-section h2, .orange-section h3, .orange-section h4, .orange-section h5, .orange-section h6, .orange-section a {
      color: white;
    }

.white-section {
  background-color: white;
  color: #555555;
}
  .white-section h1 {
    color: #1160af;
  }
  .white-section h2, .white-section h4, .white-section h6 {
    color: #333333;
  }
  .white-section h3, .white-section h5 {
    color: #3383c3;
  }
  .white-section a {
    color: #1160af;
  }
    .white-section a:hover {
      color: #1679dd;
    }

/* icons */
[class^="icon-"].large, [class*=" icon-"].large {
  font-size: 1.5em;
}
[class^="icon-"].xlarge, [class*=" icon-"].xlarge {
  font-size: 2em;
}
[class^="icon-"].xxlarge, [class*=" icon-"].xxlarge {
  font-size: 3em;
}
[class^="icon-"].inverse, [class*=" icon-"].inverse {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 2em;
}
  [class^="icon-"].inverse.blue, [class*=" icon-"].inverse.blue {
    background-color: #1160af;
    color: white;
  }
  [class^="icon-"].inverse.light-blue, [class*=" icon-"].inverse.light-blue {
    background-color: #1679dd;
    color: white;
  }
  [class^="icon-"].inverse.dark-blue, [class*=" icon-"].inverse.dark-blue {
    background-color: #294664;
    color: white;
  }
  [class^="icon-"].inverse.blue-gray, [class*=" icon-"].inverse.blue-gray {
    background-color: #3383c3;
    color: white;
  }
  [class^="icon-"].inverse.blue-white, [class*=" icon-"].inverse.blue-white {
    background-color: #c8e4ef;
    color: #3383c3;
  }
  [class^="icon-"].inverse.red, [class*=" icon-"].inverse.red {
    background-color: #d21242;
    color: white;
  }
  [class^="icon-"].inverse.gray, [class*=" icon-"].inverse.gray {
    background-color: #a5a5a5;
    color: white;
  }
  [class^="icon-"].inverse.light-gray, [class*=" icon-"].inverse.light-gray {
    background-color: #d8d8d8;
    color: #3383c3;
  }
  [class^="icon-"].inverse.dark-gray, [class*=" icon-"].inverse.dark-gray {
    background-color: #8b8b8b;
    color: white;
  }
  [class^="icon-"].inverse.black, [class*=" icon-"].inverse.black {
    background-color: #333333;
    color: white;
  }

/* buttons */
.button,
a.button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #1160af;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1160af), to(#0c4681));
  background-image: -webkit-linear-gradient(top, #1160af, #0c4681);
  background-image: -moz-linear-gradient(top, #1160af, #0c4681);
  background-image: -o-linear-gradient(top, #1160af, #0c4681);
  background-image: linear-gradient(to bottom, #1160af, #0c4681);
  text-decoration: none;
  text-shadow: -1px -1px 1px #082d52;
  border: 1px solid #082d52;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  .button:hover,
  a.button:hover {
    background: #0c4681;
    color: white;
  }
  .button.small,
  a.button.small {
    font-size: 0.85em;
    padding: 0.5em 1em;
  }
  .button.large,
  a.button.large {
    font-size: 1.25em;
    padding: 0.5em 1em;
  }
  .button.xlarge,
  a.button.xlarge {
    font-size: 1.5em;
    padding: 0.5em 1em;
  }

a.blue-button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #1160af;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1160af), to(#0c4681));
  background-image: -webkit-linear-gradient(top, #1160af, #0c4681);
  background-image: -moz-linear-gradient(top, #1160af, #0c4681);
  background-image: -o-linear-gradient(top, #1160af, #0c4681);
  background-image: linear-gradient(to bottom, #1160af, #0c4681);
  text-decoration: none;
  text-shadow: -1px -1px 1px #082d52;
  border: 1px solid #082d52;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  a.blue-button:hover {
    background: #0c4681;
    color: white;
  }

a.light-blue-button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #1679dd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1679dd), to(#1160af));
  background-image: -webkit-linear-gradient(top, #1679dd, #1160af);
  background-image: -moz-linear-gradient(top, #1679dd, #1160af);
  background-image: -o-linear-gradient(top, #1679dd, #1160af);
  background-image: linear-gradient(to bottom, #1679dd, #1160af);
  text-decoration: none;
  text-shadow: -1px -1px 1px #0c4681;
  border: 1px solid #0c4681;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  a.light-blue-button:hover {
    background: #1160af;
    color: white;
  }

a.dark-blue-button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #294664;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#294664), to(#1a2d40));
  background-image: -webkit-linear-gradient(top, #294664, #1a2d40);
  background-image: -moz-linear-gradient(top, #294664, #1a2d40);
  background-image: -o-linear-gradient(top, #294664, #1a2d40);
  background-image: linear-gradient(to bottom, #294664, #1a2d40);
  text-decoration: none;
  text-shadow: -1px -1px 1px #0b131c;
  border: 1px solid #0b131c;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  a.dark-blue-button:hover {
    background: #1a2d40;
    color: white;
  }

a.blue-gray-button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #3383c3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3383c3), to(#28679b));
  background-image: -webkit-linear-gradient(top, #3383c3, #28679b);
  background-image: -moz-linear-gradient(top, #3383c3, #28679b);
  background-image: -o-linear-gradient(top, #3383c3, #28679b);
  background-image: linear-gradient(to bottom, #3383c3, #28679b);
  text-decoration: none;
  text-shadow: -1px -1px 1px #1e4c72;
  border: 1px solid #1e4c72;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  a.blue-gray-button:hover {
    background: #28679b;
    color: white;
  }

a.orange-button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #fc6536;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc6536), to(#fb3e04));
  background-image: -webkit-linear-gradient(top, #fc6536, #fb3e04);
  background-image: -moz-linear-gradient(top, #fc6536, #fb3e04);
  background-image: -o-linear-gradient(top, #fc6536, #fb3e04);
  background-image: linear-gradient(to bottom, #fc6536, #fb3e04);
  text-decoration: none;
  text-shadow: -1px -1px 1px #c93203;
  border: 1px solid #c93203;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  a.orange-button:hover {
    background: #fb3e04;
    color: white;
  }

a.red-button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #d21242;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d21242), to(#a30e33));
  background-image: -webkit-linear-gradient(top, #d21242, #a30e33);
  background-image: -moz-linear-gradient(top, #d21242, #a30e33);
  background-image: -o-linear-gradient(top, #d21242, #a30e33);
  background-image: linear-gradient(to bottom, #d21242, #a30e33);
  text-decoration: none;
  text-shadow: -1px -1px 1px #740a24;
  border: 1px solid #740a24;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  a.red-button:hover {
    background: #a30e33;
    color: white;
  }

a.gray-button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #a5a5a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#8b8b8b));
  background-image: -webkit-linear-gradient(top, #a5a5a5, #8b8b8b);
  background-image: -moz-linear-gradient(top, #a5a5a5, #8b8b8b);
  background-image: -o-linear-gradient(top, #a5a5a5, #8b8b8b);
  background-image: linear-gradient(to bottom, #a5a5a5, #8b8b8b);
  text-decoration: none;
  text-shadow: -1px -1px 1px #727272;
  border: 1px solid #727272;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  a.gray-button:hover {
    background: #8b8b8b;
    color: white;
  }

a.light-gray-button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: #555555;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #d8d8d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#bfbfbf));
  background-image: -webkit-linear-gradient(top, #d8d8d8, #bfbfbf);
  background-image: -moz-linear-gradient(top, #d8d8d8, #bfbfbf);
  background-image: -o-linear-gradient(top, #d8d8d8, #bfbfbf);
  background-image: linear-gradient(to bottom, #d8d8d8, #bfbfbf);
  text-decoration: none;
  text-shadow: -1px -1px 1px #a5a5a5;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
  a.light-gray-button:hover {
    background: #bfbfbf;
    color: #555555;
  }

a.dark-gray-button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #656565;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#4c4c4c));
  background-image: -webkit-linear-gradient(top, #656565, #4c4c4c);
  background-image: -moz-linear-gradient(top, #656565, #4c4c4c);
  background-image: -o-linear-gradient(top, #656565, #4c4c4c);
  background-image: linear-gradient(to bottom, #656565, #4c4c4c);
  text-decoration: none;
  text-shadow: -1px -1px 1px #323232;
  border: 1px solid #323232;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  a.dark-gray-button:hover {
    background: #4c4c4c;
    color: white;
  }

a.black-button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#1a1a1a));
  background-image: -webkit-linear-gradient(top, #333333, #1a1a1a);
  background-image: -moz-linear-gradient(top, #333333, #1a1a1a);
  background-image: -o-linear-gradient(top, #333333, #1a1a1a);
  background-image: linear-gradient(to bottom, #333333, #1a1a1a);
  text-decoration: none;
  text-shadow: -1px -1px 1px black;
  border: 1px solid black;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  a.black-button:hover {
    background: #1a1a1a;
    color: white;
  }

/* boxes */
.box {
  margin-bottom: 1em;
  padding: 1em 1.5em 1em;
  color: #3b3b3b;
  background-color: #f2f2f2;
}
  .box h1, .box .h1, .box h2, .box .h2, .box h3, .box .h3, .box h4, .box .h4, .box h5, .box .h5 {
    color: #3b3b3b;
  }
  .box h1 {
    color: #1160af;
  }
  .box h2, .box h4, .box h6 {
    color: #333333;
  }
  .box h3, .box h5 {
    color: #3383c3;
  }
  .box a:not(.button) {
    color: #1160af;
  }
    .box a:not(.button):hover {
      color: #1679dd;
    }
  .box.gray {
    margin-bottom: 1em;
    padding: 1em 1.5em 1em;
    color: white;
    background-color: #a5a5a5;
  }
    .box.gray h1, .box.gray .h1, .box.gray h2, .box.gray .h2, .box.gray h3, .box.gray .h3, .box.gray h4, .box.gray .h4, .box.gray h5, .box.gray .h5 {
      color: white;
    }
    .box.gray a:not(.button) {
      color: white;
    }
  .box.blue {
    margin-bottom: 1em;
    padding: 1em 1.5em 1em;
    color: white;
    background-color: #1160af;
  }
    .box.blue h1, .box.blue .h1, .box.blue h2, .box.blue .h2, .box.blue h3, .box.blue .h3, .box.blue h4, .box.blue .h4, .box.blue h5, .box.blue .h5 {
      color: white;
    }
    .box.blue a:not(.button) {
      color: white;
    }
    .box.blue input.gform_button {
      display: inline-block;
      padding: 0.75em 1em;
      font-weight: bold;
      color: white;
      line-height: 1;
      letter-spacing: 0.01em;
      background-color: #fc6536;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fc6536), to(#fb3e04));
      background-image: -webkit-linear-gradient(top, #fc6536, #fb3e04);
      background-image: -moz-linear-gradient(top, #fc6536, #fb3e04);
      background-image: -o-linear-gradient(top, #fc6536, #fb3e04);
      background-image: linear-gradient(to bottom, #fc6536, #fb3e04);
      text-decoration: none;
      text-shadow: -1px -1px 1px #c93203;
      border: 1px solid #c93203;
      border-radius: 3px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    }
      .box.blue input.gform_button:hover {
        background: #fb3e04;
        color: white;
      }
  .box.light-blue {
    margin-bottom: 1em;
    padding: 1em 1.5em 1em;
    color: white;
    background-color: #1679dd;
  }
    .box.light-blue h1, .box.light-blue .h1, .box.light-blue h2, .box.light-blue .h2, .box.light-blue h3, .box.light-blue .h3, .box.light-blue h4, .box.light-blue .h4, .box.light-blue h5, .box.light-blue .h5 {
      color: white;
    }
    .box.light-blue a:not(.button) {
      color: white;
    }
  .box.dark-blue {
    margin-bottom: 1em;
    padding: 1em 1.5em 1em;
    color: white;
    background-color: #294664;
  }
    .box.dark-blue h1, .box.dark-blue .h1, .box.dark-blue h2, .box.dark-blue .h2, .box.dark-blue h3, .box.dark-blue .h3, .box.dark-blue h4, .box.dark-blue .h4, .box.dark-blue h5, .box.dark-blue .h5 {
      color: white;
    }
    .box.dark-blue a:not(.button) {
      color: white;
    }
    .box.dark-blue input.gform_button {
      display: inline-block;
      padding: 0.75em 1em;
      font-weight: bold;
      color: white;
      line-height: 1;
      letter-spacing: 0.01em;
      background-color: #fc6536;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fc6536), to(#fb3e04));
      background-image: -webkit-linear-gradient(top, #fc6536, #fb3e04);
      background-image: -moz-linear-gradient(top, #fc6536, #fb3e04);
      background-image: -o-linear-gradient(top, #fc6536, #fb3e04);
      background-image: linear-gradient(to bottom, #fc6536, #fb3e04);
      text-decoration: none;
      text-shadow: -1px -1px 1px #c93203;
      border: 1px solid #c93203;
      border-radius: 3px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    }
      .box.dark-blue input.gform_button:hover {
        background: #fb3e04;
        color: white;
      }
  .box.blue-gray {
    margin-bottom: 1em;
    padding: 1em 1.5em 1em;
    color: white;
    background-color: #3383c3;
  }
    .box.blue-gray h1, .box.blue-gray .h1, .box.blue-gray h2, .box.blue-gray .h2, .box.blue-gray h3, .box.blue-gray .h3, .box.blue-gray h4, .box.blue-gray .h4, .box.blue-gray h5, .box.blue-gray .h5 {
      color: white;
    }
    .box.blue-gray a:not(.button) {
      color: white;
    }
  .box.blue-white {
    margin-bottom: 1em;
    padding: 1em 1.5em 1em;
    color: #28679b;
    background-color: #c8e4ef;
  }
    .box.blue-white h1, .box.blue-white .h1, .box.blue-white h2, .box.blue-white .h2, .box.blue-white h3, .box.blue-white .h3, .box.blue-white h4, .box.blue-white .h4, .box.blue-white h5, .box.blue-white .h5 {
      color: #28679b;
    }
    .box.blue-white a:not(.button) {
      color: #1160af;
    }
      .box.blue-white a:not(.button):hover {
        color: #1679dd;
      }
  .box.white {
    margin-bottom: 1em;
    padding: 1em 1.5em 1em;
    color: #555555;
    background-color: white;
  }
    .box.white h1 {
      color: #1160af;
    }
    .box.white h2, .box.white h4, .box.white h6 {
      color: #333333;
    }
    .box.white h3, .box.white h5 {
      color: #3383c3;
    }
    .box.white a:not(.button) {
      color: #1160af;
    }
      .box.white a:not(.button):hover {
        color: #1679dd;
      }
  .box.border-right, .box.border-bottom {
    border-bottom: 1px solid #d8d8d8;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .box.border-left, .box.border-top {
    border-top: 1px solid #d8d8d8;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .box.border-all {
    border: 1px solid #d8d8d8;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .box.rounded {
    border-radius: 5px;
  }
  .box.linked a {
    text-decoration: none;
  }

.entry-content .box > *:last-child {
  margin-bottom: 0;
}

.accordion-trigger {
  padding: 0.5em 1em;
  margin: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
  background-color: #d8d8d8;
  border-radius: 5px;
}
  .accordion-trigger.link {
    padding: 0;
    background-color: transparent;
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
  }
    .accordion-trigger.link:after {
      content: '';
    }
    .accordion-trigger.link.active {
      background-color: transparent;
      padding: 0 0 1em;
    }
      .accordion-trigger.link.active:after {
        content: '';
      }

.accordion-trigger:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1em;
  padding: 10px;
}

.accordion-trigger.active {
  color: #555555;
  background-color: #f2f2f2;
}

.accordion-trigger.active:after {
  content: '-';
}

.reveal {
  position: relative;
}

.reveal-trigger {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.75em;
  color: #1160af;
}
  .reveal-trigger:hover {
    cursor: pointer;
    color: #1679dd;
  }
  .reveal-trigger.active {
    color: #555555;
  }
    .reveal-trigger.active:hover {
      color: #1679dd;
    }

.reveal-panel {
  margin-top: -1em;
  max-height: 0;
  overflow: hidden;
}
  .reveal-panel.active {
    overflow: visible;
    max-height: none;
  }

.accordion-panel {
  overflow: hidden;
  margin-bottom: 1em;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.accordion-panel.active {
  max-height: none;
  padding: 1em;
}
  .accordion-panel.active.link {
    padding: 0;
  }

.accordion-panel p:last-child,
.reveal-panel p:last-child {
  margin: 0;
}

.entry-content ul li .reveal-panel ul {
  margin-left: 0;
}

/******************************************************************
FORM STYLES
******************************************************************/
input {
  border: 0;
  background-color: #a5a5a5;
}

#searchform label {
  display: none;
}
#searchform #s {
  float: left;
}
#searchform #searchsubmit {
  float: left;
}

/*********************
HEADER STYLES
*********************/
.header {
  padding-top: 0.5em;
  background-color: white;
}
  .header .logo {
    display: block;
    margin: 0 0 0.5em;
    color: #333333;
  }
    .header .logo img {
      width: 75%;
    }
  .header .last-col {
    font-size: 0.9em;
  }
  .header .toll-free {
    display: inline-block;
    float: right;
    margin: 0 0.5em 0 0;
    height: 2em;
    line-height: 2.2em;
  }
  #searchform {
    display: inline-block;
    width: 60%;
  }
    #searchform #s, #searchform #searchsubmit {
      height: 2.5em;
      line-height: 2.5em;
    }
    #searchform #s {
      padding: 0.5em;
      width: 85%;
      background-color: white;
      border: 1px solid #bfbfbf;
      border-radius: 3px 0 0 3px;
    }
    #searchform #searchsubmit {
      width: 15%;
      background-color: #bfbfbf;
      color: white;
      border: 0;
      border-radius: 0 3px 3px 0;
    }
      #searchform #searchsubmit:hover {
        background-color: #1679dd;
      }

.breadcrumbs {
  background-color: #f2f2f2;
}
  .breadcrumbs p {
    margin: 0.5em 0 0.5em 0;
    font-size: 0.9em;
    color: #bfbfbf;
  }
    .breadcrumbs p a {
      color: #a5a5a5;
    }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
nav {
  position: relative;
  min-height: 44px;
}

a.menu-toggle {
  display: block;
  height: 44px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: #555555;
}
  a.menu-toggle:hover, a.menu-toggle:active, a.menu-toggle:focus {
    color: #333333;
    outline: none;
  }
  a.menu-toggle i {
    display: block;
    float: right;
    margin: 10px 0 0 5px;
  }

.nav {
  visibility: hidden;
  border-bottom: 0;
  margin: 0;
  height: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
  .nav.active {
    visibility: visible;
    height: auto;
  }
  .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 a, .nav li a:visited {
      display: block;
      color: #333333;
      text-decoration: none;
      padding: 0.75em;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */
    }
      .nav li a:hover, .nav li a:focus, .nav li a:visited:hover, .nav li a:visited:focus {
        text-decoration: none;
      }
    .nav li ul.sub-menu,
    .nav li ul.children {
      margin: 0;
      height: 0;
      visibility: hidden;
    }
      .nav li ul.sub-menu li a,
      .nav li ul.children li a {
        padding-left: 10px;
      }
      .nav li ul.sub-menu li ul,
      .nav li ul.children li ul {
        display: none;
      }

/* end .nav */
.nav#menu-top-menu {
  clear: both;
  float: right;
}
  .nav#menu-top-menu li a:hover, .nav#menu-top-menu li a:visited:hover {
    color: black;
  }

.main-nav-wrapper {
  background-color: #bfbfbf;
}
.main-nav-wrapper ul.nav li a {
  font-size: 1.1em;
  padding: 0.75em 1em;
}
  .main-nav-wrapper ul.nav li a:hover, .main-nav-wrapper ul.nav li a:visited:hover {
    background-color: white;
  }
  .main-nav-wrapper ul.nav > li.menu-item-has-children > a::after {
    content: '\2304';
    display: inline-block;
    opacity: 0.5;
    transform: scale(1.8,1) translate(4px, -1.5px);
  }

  .main-nav-wrapper ul.nav li.current-page-ancestor > a {
    background-color: white;
  }
  .main-nav-wrapper ul.nav li ul.sub-menu {
    line-height: 1;
  }
    .main-nav-wrapper ul.nav li ul.sub-menu a {
      padding: 1em;
      color: #555555;
    }
      .main-nav-wrapper ul.nav li ul.sub-menu a:hover {
        color: #1679dd;
      }
    .main-nav-wrapper ul.nav li ul.sub-menu ul {
      font-size: 100%;
    }
    .main-nav-wrapper ul.nav li ul.sub-menu li.open-sub-menu > a:hover, .main-nav-wrapper ul.nav li ul.sub-menu li.open-sub-menu a:focus {
      color: #555555;
      cursor: default;
    }
    .main-nav-wrapper ul.nav li ul.sub-menu li.open-sub-menu ul.sub-menu.active {
      display: block;
      margin: 0;
      height: auto;
      visibility: visible;
    }
  .main-nav-wrapper ul.nav li.find-training > ul > li > a {
    width: 100%;
    font-weight: bold;
  }
  .main-nav-wrapper ul.nav li.open-sub-menu ul.sub-menu.active {
    margin: 0;
    height: auto;
    visibility: visible;
    background-color: #d8d8d8;
  }

/*********************
POSTS & CONTENT STYLES
*********************/
.hentry header {
  padding: 1.5em 1.5em 0;
}
.hentry footer {
  padding: 1.5em;
}
  .hentry footer p {
    margin: 0;
  }

/* end .hentry */
.page-title {
  margin: 0;
}

/* post meta */
.byline {
  color: #999999;
  font-style: italic;
  margin: 0;
}

/* entry content */
.entry-content {
  font-size: 1.1em;
  padding: 1.5em 1.5em 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 h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {
    text-decoration: underline;
  }
  .entry-content p {
    margin: 0 0 1em;
  }
    .entry-content p.bullets {
      margin-top: -0.75em;
    }
  .entry-content ul, .entry-content ol {
    margin: 0 0 1em 1.5em;
  }
  .entry-content ul {
    list-style: disc;
  }
  .entry-content ol {
    list-style: decimal;
  }
  .entry-content table {
    width: 100%;
    border: 1px solid #a5a5a5;
    margin-bottom: 1.5em;
  }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #999999;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
  .entry-content tr {
    border-bottom: 1px solid #a5a5a5;
  }
    .entry-content tr:nth-child(even) {
      background-color: #bfbfbf;
    }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #a5a5a5;
  }
    .entry-content td:last-child {
      border-right: 0;
    }
  .entry-content th {
    background-color: #bfbfbf;
    border-bottom: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
  }
    .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 #1160af;
    font-style: italic;
  }
  .entry-content .image-blockquote {
    margin: 1.2em 0;
  }
  .entry-content .image-blockquote img {
    display: block;
    margin: 0 auto 1em;
  }
  @media screen and (min-width: 600px) {
    .entry-content .image-blockquote {
      display: flex;
      align-items: center;
    }
    .entry-content .image-blockquote img {
      padding-left: 5%;
      margin: 0;
    }
    .entry-content .image-blockquote blockquote {
      flex: 0 1 75%;
      margin-bottom: 0;
    }
  }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
  }
  .entry-content img {
    margin: 0;
    max-width: 100%;
    height: auto;
  }
  .entry-content .alignright,
  .entry-content .alignleft {
    display: block;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  .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;
    margin-bottom: 0.5em;
  }
  .entry-content pre {
    background: #333333;
    color: #bfbfbf;
    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;
}

.demo-header {
  background-color: #f2f2f2;
}
  .demo-header h1 {
    margin: 0 0 0.125em 0;
  }

.preview-header-nav {
  background-color: #d8d8d8;
  z-index: 1;
  overflow: hidden;
  font-size: 0.9em;
}
  .preview-header-nav .nav > li > a {
    display: block;
    margin-right: 3px;
    color: #555555;
    background-color: #d8d8d8;
  }
  .preview-header-nav .nav > li.current-page > a {
    color: #1160af;
    font-weight: bold;
  }
  .preview-header-nav .preview-nav-title {
    margin: 0 0 0.25em;
  }
  .preview-header-nav .button {
    font-size: 0.8em;
  }

.page-template-preview-php .hentry footer {
  margin-top: 2em;
  padding: 0;
  background-color: #1160af;
}

.preview-footer-nav nav .prev, .preview-footer-nav nav .next {
  width: 50%;
}
  .preview-footer-nav nav .prev a, .preview-footer-nav nav .next a {
    display: block;
    padding: 0.5em;
    font-size: 1em;
    text-decoration: none;
    color: white;
    transition: all ease-out 0.3s;
  }
    .preview-footer-nav nav .prev a span, .preview-footer-nav nav .next a span {
      font-weight: bold;
    }
    .preview-footer-nav nav .prev a .arrow, .preview-footer-nav nav .next a .arrow {
      font-size: 1.5em;
    }
    .preview-footer-nav nav .prev a .icon, .preview-footer-nav nav .next a .icon {
      display: none;
    }
    .preview-footer-nav nav .prev a:hover, .preview-footer-nav nav .next a:hover {
      background-color: #1679dd;
    }
.preview-footer-nav .prev {
  float: left;
}
  .preview-footer-nav .prev a span {
    float: left;
  }
  .preview-footer-nav .prev a .arrow {
    margin: -10px 4px 0 0;
  }
  .preview-footer-nav .prev a .icon {
    margin: 0 0 0 4px;
  }
.preview-footer-nav .next {
  float: right;
}
  .preview-footer-nav .next a span {
    float: right;
  }
  .preview-footer-nav .next a .arrow {
    margin: -10px 0 0 8px;
  }
  .preview-footer-nav .next a .icon {
    margin: 0 8px 0 0;
  }
.preview-footer-nav .cta .button {
  display: inline-block;
  padding: 0.75em 1em;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #1160af;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1160af), to(#0c4681));
  background-image: -webkit-linear-gradient(top, #1160af, #0c4681);
  background-image: -moz-linear-gradient(top, #1160af, #0c4681);
  background-image: -o-linear-gradient(top, #1160af, #0c4681);
  background-image: linear-gradient(to bottom, #1160af, #0c4681);
  text-decoration: none;
  text-shadow: -1px -1px 1px #082d52;
  border: 1px solid #082d52;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
  .preview-footer-nav .cta .button:hover {
    background: #0c4681;
    color: white;
  }

.page article header {
  padding: 1em 0;
}
.page article .entry-content {
  padding: 0 1.5em;
}
  .page article .entry-content .widgettitle {
    margin-bottom: 0.25em;
  }
  .page article .entry-content .wpsite_follow_us_badges_shortcode {
    margin: -1em 0 1em;
  }
    .page article .entry-content .wpsite_follow_us_badges_shortcode .wpsite_follow_us_div {
      padding: 0 0 5px;
    }
  .page article .entry-content .addtoany_shortcode {
    margin-top: 0.5em;
  }

#hero {
  padding: 2em;
  font-size: 1.1em;
  background-repeat: none;
  background-position: center center;
  background-size: 100%;
  background-size: cover;
}
  #hero .hero-title {
    padding: 1em 0.5em;
    font-size: 2.4em;
    font-weight: normal;
    color: white;
  }

.hero-panel .box {
  margin-bottom: 0 !important;
}
.hero-panel .inner-content {
  position: relative;
  padding: 1em;
  min-height: 250px;
}
  .hero-panel .inner-content h5 {
    margin: 2em 0 0;
    line-height: 1;
  }
  .hero-panel .inner-content h2 {
    margin: 0;
    line-height: 1;
  }
  .hero-panel .inner-content img.alignleft {
    margin-right: 2em;
  }
  .hero-panel .inner-content a.button {
    position: absolute;
    bottom: 1em;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    text-align: center;
  }

.home article .entry-content {
  padding: 0;
}
.home article footer {
  padding: 0;
}

.entry-content .preview-training-bar {
  text-align: center;
}
  .entry-content .preview-training-bar a.button {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
  .entry-content .preview-training-bar p {
    margin: 0;
  }
  .entry-content .preview-training-bar img {
    margin: 0 3px -5px 0;
  }

#why-bte {
  padding: 2em 0;
  background-color: white;
}

#logos {
  padding: 2em 0;
  text-align: center;
  background-color: #d8d8d8;
}
  #logos img {
    margin-right: 2%;
    width: 15%;
  }
    #logos img:last-child {
      margin-right: 0;
    }

#inner-footer {
  border-top: 1px solid #a1d0e3;
}

.footer .testimonial-slider {
  background-color: #294664;
}
  .footer .testimonial-slider .testimonial-slider-title {
    margin: 0;
    padding: 1em 0 0.5em;
    color: white;
    text-align: center;
  }
  .footer .testimonial-slider .testimonial-slider-description {
    color: white;
    text-align: center;
  }
  .footer .testimonial-slider .slide {
    background-position: center center;
    background-size: cover;
  }
  .footer .testimonial-slider .flex-caption.testimonials {
    position: relative;
    margin: 4em 0;
    padding: 2em;
    border: 0;
    background: white;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.9);
  }
    .footer .testimonial-slider .flex-caption.testimonials blockquote {
      margin: 0;
    }
    .footer .testimonial-slider .flex-caption.testimonials img {
      float: left;
      margin: 0 5px 0 0;
      width: 50px;
      border-radius: 50px;
    }
    .footer .testimonial-slider .flex-caption.testimonials i.fa {
      color: #e5e5e5;
    }
      .footer .testimonial-slider .flex-caption.testimonials i.fa.fa-quote-left {
        left: 8px;
      }
      .footer .testimonial-slider .flex-caption.testimonials i.fa.fa-quote-right {
        right: 8px;
      }

.page-template-preview article .entry-content {
  padding: 0;
}

.testimonials .wrap {
  position: relative;
}
.testimonials i.fa {
  position: absolute;
  font-size: 3.5em;
  color: #e5e5e5;
}
  .testimonials i.fa.fa-quote-left {
    top: 8px;
    left: 0;
  }
  .testimonials i.fa.fa-quote-right {
    bottom: 8px;
    right: 0;
  }
.testimonials blockquote {
  position: relative;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.2;
  color: #8b8b8b;
  border-left: 0;
  text-shadow: 1px 1px 0 white;
}
  .testimonials blockquote p {
    margin-bottom: 0.5em;
  }
  .testimonials blockquote .testimonial-title {
    font-size: 0.75em;
    font-style: normal;
    font-weight: bold;
    text-shadow: none;
  }

ul.testimonials-list {
  margin: 0;
  list-style: none;
}
  ul.testimonials-list li {
    position: relative;
    margin: 2em 0;
    border-bottom: 1px solid #d8d8d8;
  }
    ul.testimonials-list li blockquote {
      margin: 0 0 1em;
    }

.wistia_embed {
  position: relative;
  z-index: 0;
}

.menu-page-nav .nav {
  visibility: visible;
  margin: 0;
  list-style: none;
}
  .menu-page-nav .nav li {
    float: left;
    padding: 0 1em 1em 0;
    width: 100%;
    text-align: center;
    background: transparent;
  }
    .menu-page-nav .nav li.clear {
      clear: both;
    }
    .menu-page-nav .nav li a {
      background-color: #f2f2f2;
      border-radius: 3px;
      border-bottom: 5px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;
    }
      .menu-page-nav .nav li a .fa {
        margin: 0.25em 0 0.125em;
        width: 75px;
        height: 75px;
        line-height: 75px;
        color: #1679dd;
        background-color: white;
        border-radius: 100%;
      }
      .menu-page-nav .nav li a:hover {
        background-color: #d8d8d8;
        border-bottom: 5px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        border-left: 1px solid #d8d8d8;
      }

.entry-content .menu-page-nav p {
  margin: 0;
}

.page-template-landing-php header.header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 100%;
  z-index: 3;
}
  .page-template-landing-php header.header .m-all {
    margin: 0;
  }
    .page-template-landing-php header.header .m-all img.logo {
      max-width: 300px;
    }
  .page-template-landing-php header.header a.button {
    float: right;
    width: 100%;
    text-align: center;
  }
.page-template-landing-php #main {
  margin-top: 50px;
}
.page-template-landing-php article.hentry .entry-content {
  padding: 0;
}
.page-template-landing-php article.hentry footer {
  padding: 0;
}
.page-template-landing-php .page-sections .section:first-child {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
}
  .page-template-landing-php .page-sections .section:first-child .wrap {
    padding: 0;
  }
    .page-template-landing-php .page-sections .section:first-child .wrap .box {
      margin-bottom: 0;
    }
.page-template-landing-php .page-sections .section:nth-child(2) {
  border: 0;
}
.page-template-landing-php .gform_wrapper {
  max-width: none;
}
  .page-template-landing-php .gform_wrapper .top_label .gfield_label {
    font-size: 0.8em;
  }
  .page-template-landing-php .gform_wrapper .top_label input.large {
    width: 100%;
  }
  .page-template-landing-php .gform_wrapper .right_label .gfield_label {
    font-weight: normal;
  }
  .page-template-landing-php .gform_wrapper input[type=text] {
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    max-width: none;
    font-size: 0.85em;
  }
  .page-template-landing-php .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
  }
  .page-template-landing-php .gform_wrapper div.validation_error {
    background-color: white;
    padding: 1em 6px;
  }

.blog article.hentry,
.archive article.hentry,
.search article.hentry {
  margin: 0 0 1em;
  border-bottom: 1px solid #d8d8d8;
}
  .blog article.hentry header,
  .archive article.hentry header,
  .search article.hentry header {
    padding: 1.5em 1.5em 0 0;
  }
  .blog article.hentry .entry-content,
  .archive article.hentry .entry-content,
  .search article.hentry .entry-content {
    padding: 0.5em 1.5em 0 0;
  }
  .blog article.hentry .attachment-post-thumbnail,
  .archive article.hentry .attachment-post-thumbnail,
  .search article.hentry .attachment-post-thumbnail {
    float: left;
    margin: 0 1em 1em 0;
    padding: 0.5em;
    border: 1px solid #f2f2f2;
  }
  .blog article.hentry footer,
  .archive article.hentry footer,
  .search article.hentry footer {
    padding: 0.5em 1.5em 1.5em 0;
  }

.archive-title {
  margin: 1em 0 0;
}

.single article.hentry {
  margin: 0 0 1em;
}
  .single article.hentry header {
    padding: 1.5em 1.5em 0 0;
  }
  .single article.hentry .entry-content {
    padding: 0.5em 1.5em 0 0;
  }
  .single article.hentry footer {
    padding: 0.5em 1.5em 1.5em 0;
  }
  .single article.hentry .author-block {
    margin: 1.5em 0 0;
    padding: 1em;
    background-color: #f2f2f2;
    border-radius: 3px;
  }
  .single article.hentry .author-image {
    float: left;
    margin: 0 1em 0 0;
    padding: 0.5em;
    background-color: white;
    border: 1px solid #d8d8d8;
  }
  .single article.hentry .blog-widgets {
    margin-top: 2em;
  }
    .single article.hentry .blog-widgets .widget {
      padding: 0;
    }
    .single article.hentry .blog-widgets #text-4 .row {
      border: 1px solid #d8d8d8;
      border-radius: 5px;
      background-color: #1160af;
    }
      .single article.hentry .blog-widgets #text-4 .row .col:first-child {
        position: relative;
        padding: 1em 2em;
        color: white;
      }
        .single article.hentry .blog-widgets #text-4 .row .col:first-child h4 {
          font-weight: bold;
          color: white;
        }
      .single article.hentry .blog-widgets #text-4 .row .col.last-col {
        padding: 0 2em;
        background-color: white;
      }
        .single article.hentry .blog-widgets #text-4 .row .col.last-col .gform_footer {
          text-align: center;
        }
    .single article.hentry .blog-widgets #text-4 .validation_error {
      display: none;
    }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
  .pagination ul {
    display: inline-block;
    background-color: white;
    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 #a5a5a5;
  }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #1160af;
  }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #1160af;
      color: white;
    }
  .pagination .current {
    cursor: default;
    color: #555555;
  }
    .pagination .current:hover, .pagination .current:focus {
      background-color: white;
      color: #555555;
    }

/* 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 */
/*********************
SIDEBARS & ASIDES
*********************/
.preview-training-bar a.button {
  display: block;
  margin: 7px 0;
  text-align: center;
}

.widgettitle {
  border-bottom: 1px solid #555555;
  margin-bottom: 0.75em;
  color: #555555;
}

.widget {
  padding: 0 1.5em;
  margin: 2.2em 0;
}
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em;
    }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #a5a5a5;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
footer.footer {
  clear: both;
  background-color: #c8e4ef;
  color: #656565;
}

#inner-footer a, #inner-footer a:visited {
  color: #656565;
  text-decoration: none;
}
  #inner-footer a:hover, #inner-footer a:focus, #inner-footer a:visited:hover, #inner-footer a:visited:focus {
    color: #333333;
  }

.footer .testimonials {
  border-top: 3px solid #d8d8d8;
  background-color: #f2f2f2;
}
  .footer .testimonials blockquote {
    font-size: 1.5em;
  }
.footer .footer-nav-wrapper ul li a {
  color: white;
}
  .footer .footer-nav-wrapper ul li a:hover {
    color: #294664;
  }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
.footer-nav-wrapper {
  background-color: #1160af;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1679dd), to(#1160af));
  background-image: -webkit-linear-gradient(top, #1679dd, #1160af);
  background-image: -moz-linear-gradient(top, #1679dd, #1160af);
  background-image: -o-linear-gradient(top, #1679dd, #1160af);
  background-image: linear-gradient(to bottom, #1679dd, #1160af);
}
  .footer-nav-wrapper ul li a, .footer-nav-wrapper ul li a:sidebar {
    color: white;
  }

/* end .footer-links */
.copyright {
  clear: both;
}

#back-to-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  display: block;
  padding: 0.5em 1em;
  background-color: #d8d8d8;
  background-color: rgba(0, 0, 0, 0.1);
}
  #back-to-top:hover {
    background-color: #1160af;
    color: white;
  }

	/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

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

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.hide-on-desktop {
  display: block !important;
}

.hide-on-mobile {
  display: none !important;
}

@media (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
  *********************/
  .hide-on-desktop {
    display: none !important;
  }

  .hide-on-mobile {
    display: block !important;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .last-col {
    float: right;
    padding-right: 0;
  }

  .entry-content .alignleft, .entry-content img.alignleft {
    margin: 0 1.5em 1.5em 0;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin: 0 0 1.5em 1.5em;
    display: inline;
    float: right;
  }
  .box.right {
    width: 33%;
    float: right;
    margin: 0 0 2em 1em;
  }
  .box > br:first-child {
    display: none;
  }
  .box.border-right {
    border-bottom: 0;
  }
  .box.border-left {
    border-top: 0;
  }

  /*********************
  HEADER STYLES
  *********************/
  .header .logo img {
    width: 100%;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  nav {
    min-height: 0;
  }

  a.menu-toggle {
    display: none;
  }

  .nav {
    visibility: visible;
    border: 0;
    margin-top: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
    .nav li {
      float: left;
      position: relative;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */
    }
      .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */
      }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        height: auto;
        border-top: 0;
        position: absolute;
        overflow: hidden;
        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;
          }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            display: block;
          }
      .nav li.hover ul {
        top: auto;
        overflow: visible;
        visibility: visible;
      }

  /* end .nav */
  #menu-top-menu {
    height: 40px;
  }

  /* Main Nav */
  .main-nav-wrapper {
    background-color: #d8d8d8;
    border-top: 1px solid #d8d8d8;
  }
    .main-nav-wrapper ul.nav li a {
      font-size: 1em;
      padding: 0.5em 1.5em;
    }
      .main-nav-wrapper ul.nav li a:hover {
        font-weight: bold;
      }
    .main-nav-wrapper ul.nav li ul.sub-menu {
      background-color: white;
      margin: 0 0 0 -1px;
      padding: 1em;
      border-width: 0px 1px 1px 1px;
      border-style: solid;
      border-color: #d8d8d8;
      font-weight: normal;
      text-align: left;
      box-shadow: 0 1em 1em rgba(0, 0, 0, 0.1);
    }
      .main-nav-wrapper ul.nav li ul.sub-menu li {
        border: 0;
      }
        .main-nav-wrapper ul.nav li ul.sub-menu li a {
          padding: 0.75em 1em;
          width: 265px;
        }
      .main-nav-wrapper ul.nav li ul.sub-menu ul {
        padding: 0;
        border: 0;
        box-shadow: none;
      }
    .main-nav-wrapper ul.nav li.hover {
      background-color: white;
      color: #1160af;
    }
      .main-nav-wrapper ul.nav li.hover a {
        color: #1160af;
      }
        .main-nav-wrapper ul.nav li.hover a:hover {
          color: #1679dd;
        }

    .main-nav-wrapper ul.nav li.why-bte {
      position: static;
    }
      .main-nav-wrapper ul.nav li.why-bte > ul {
        position: absolute;
        top: auto;
        width: 640px;
      }
        .main-nav-wrapper ul.nav li.why-bte > ul > li {
          float: left;
          width: 50%;
          position: relative;
        }
          .main-nav-wrapper ul.nav li.why-bte > ul > li > a {
            width: 100%;
            font-weight: bold;
          }
          .main-nav-wrapper ul.nav li.why-bte > ul > li ul {
            width: 100%;
            position: relative;
          }
            .main-nav-wrapper ul.nav li.why-bte > ul > li ul li {
              padding-left: 0.5em;
              width: 100%;
            }
              .main-nav-wrapper ul.nav li.why-bte > ul > li ul li a {
                width: 100%;
              }
    .main-nav-wrapper ul.nav > li {
      border-left: 1px solid #cbcbcb;
      text-align: center;
    }
      .main-nav-wrapper ul.nav > li:last-child {
        border-right: 1px solid #cbcbcb;
      }
      .main-nav-wrapper ul.nav > li:hover {
        font-weight: bold;
      }

  .preview-header-nav-wrapper {
    height: 80px;
  }

  .preview-header-nav {
    height: 80px;
    background: #f2f2f2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, white 51%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, #f2f2f2), color-stop(51%, white), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, white 51%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, white 51%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, white 51%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 50%, white 51%, white 100%);
    /* W3C */
  }
    .preview-header-nav .wrap {
      position: relative;
    }
    .preview-header-nav .nav {
      margin: 0 auto;
      height: 40px;
      text-align: center;
    }
      .preview-header-nav .nav > li {
        position: static;
        display: inline-block;
        padding: 0;
        height: 40px;
        line-height: 40px;
      }
        .preview-header-nav .nav > li > a {
          padding: 0;
          border-radius: 5px 5px 0 0;
        }
        .preview-header-nav .nav > li.current-page > a {
          background-color: white;
        }
        .preview-header-nav .nav > li.current-page ul.sub-menu {
          visibility: visible;
          z-index: 0;
        }
        .preview-header-nav .nav > li:hover ul {
          visibility: hidden;
        }
        .preview-header-nav .nav > li.hover > a {
          transition: all ease 0.3s;
          background-color: white;
          color: #1679dd;
          font-weight: bold;
        }
        .preview-header-nav .nav > li.hover ul.sub-menu {
          visibility: visible;
          z-index: 0;
        }
        .preview-header-nav .nav > li.hover ul.sub-menu {
          z-index: 1;
        }
        .preview-header-nav .nav > li ul.sub-menu {
          top: 40px;
          left: 0;
          width: 100%;
          height: 40px;
          padding: 0;
          border: 0;
          background-color: white;
          overflow: visible;
          z-index: 0;
          border-top: 1px solid #f2f2f2;
          border-left: 1px solid #f2f2f2;
        }
          .preview-header-nav .nav > li ul.sub-menu li {
            height: 40px;
            line-height: 40px;
            border-right: 1px solid #f2f2f2;
          }
            .preview-header-nav .nav > li ul.sub-menu li a {
              padding: 0 10px;
              width: auto;
              color: #a5a5a5;
              background-color: white;
              border: 0;
              text-align: center;
            }
              .preview-header-nav .nav > li ul.sub-menu li a:hover {
                color: #1679dd;
                font-weight: bold;
              }
            .preview-header-nav .nav > li ul.sub-menu li.current a {
              color: #1160af;
              font-weight: bold;
            }
              .preview-header-nav .nav > li ul.sub-menu li.current a:hover {
                color: #1679dd;
              }
            .preview-header-nav .nav > li ul.sub-menu li .fa {
              margin: 5px 0;
            }
        .preview-header-nav .nav > li.hover ul.sub-pages {
          z-index: 1;
        }
    .preview-header-nav.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      box-shadow: 0 3px 5px #d8d8d8;
      border-radius: 0;
    }
      .preview-header-nav.fixed ul.sub-menu {
        border-radius: 5px 5px 0 0;
      }

  body.fixed-nav {
    padding-top: 80px;
  }

  .preview-footer-nav {
    position: relative;
  }
    .preview-footer-nav nav .prev, .preview-footer-nav nav .next {
      position: relative;
    }
      .preview-footer-nav nav .prev a, .preview-footer-nav nav .next a {
        padding: 1em;
        font-size: 1.5em;
        line-height: 40px;
      }
        .preview-footer-nav nav .prev a .icon, .preview-footer-nav nav .next a .icon {
          display: block;
          font-size: 1.25em;
        }
        .preview-footer-nav nav .prev a .arrow, .preview-footer-nav nav .next a .arrow {
          font-size: 4em;
        }
    .preview-footer-nav .next {
      text-align: right;
    }
    .preview-footer-nav .cta {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
    }
      .preview-footer-nav .cta .button {
        display: inline-block;
      }

  .menu-page-nav .nav li {
    width: 50%;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content ul.two-column, .entry-content ul .three-column, .entry-content ul .four-column, .entry-content ul .five-column, .entry-content ol.two-column, .entry-content ol .three-column, .entry-content ol .four-column, .entry-content ol .five-column {
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    list-style-position: inside;
  }
  .entry-content ul.two-column, .entry-content ol.two-column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .entry-content ul.three-column, .entry-content ol.three-column {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .entry-content ul.four-column, .entry-content ol.four-column {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .entry-content ul.five-column, .entry-content ol.five-column {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }

  .blog #main,
  .archive #main,
  .single #main {
    border-right: 1px solid #f2f2f2;
  }

  .entry-content .preview-training-bar a.button {
    display: inline-block;
  }

  .footer .testimonial-slider .flex-caption.testimonials {
    float: left;
    width: 100%;
  }
    .footer .testimonial-slider .flex-caption.testimonials blockquote .testimonial-title {
      float: left;
      margin-top: 0.75em;
    }
    .footer .testimonial-slider .flex-caption.testimonials blockquote img {
      margin-bottom: 0;
      width: 75px;
      border-radius: 75px;
    }
  .footer .testimonial-slider .flex-control-thumbs li {
    width: 75px;
  }
    .footer .testimonial-slider .flex-control-thumbs li.active {
      position: relative;
    }
      .footer .testimonial-slider .flex-control-thumbs li.active:after {
        position: absolute;
        display: inline-block;
        border-left: 16px solid transparent;
        border-bottom: 16px solid #294664;
        border-right: 16px solid transparent;
        right: 21px;
        top: -30px;
        content: '';
        z-index: 3;
      }
  .footer .testimonial-slider .flex-control-thumbs img {
    border-radius: 75px;
  }

  .page article .entry-content {
    padding: 0;
  }

  .page-template-landing-php header.header a.button {
    width: auto;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    /* deep nesting */
  }

  /* 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
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-nav-wrapper ul {
    height: 50px;
    text-align: center;
  }
    .footer-nav-wrapper ul li {
      float: none;
      display: inline-block;
      border-right: 1px solid #0f5398;
      /*
      be careful with the depth of your menus.
      it's very rare to have multi-depth menus in
      the footer.
      */
    }
      .footer-nav-wrapper ul li:last-child {
        border-right: 0;
      }
      .footer-nav-wrapper ul li a {
        height: 50px;
        padding: 0.375em 1.5em;
        font-size: 1.5em;
      }

  /* end .footer-links */
  .footer .widget {
    float: left;
    width: 25%;
  }
  }
/*********************
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 (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  .wrap {
    width: 1040px;
  }

  .last-col {
    float: right;
    padding-right: 0;
  }

  .box.border-right {
    border-right: 1px solid #d8d8d8;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .box.border-left {
    border-left: 1px solid #d8d8d8;
    border-color: rgba(0, 0, 0, 0.1);
  }

  /*********************
  HEADER STYLES
  *********************/
  .header .logo img {
    width: 75%;
  }

  .main-nav-wrapper ul.nav li.find-training > ul {
    width: 1040px;
    margin-left: -520px;
  }

  .preview-header-nav {
    font-size: 1em;
  }

  .page-template-preview-php {
    /* Flexslider */
  }
    .page-template-preview-php .flexslider .flex-control-nav li {
      padding: 0;
    }
      .page-template-preview-php .flexslider .flex-control-nav li a {
        padding: 10px 20px 0 10px;
        font-size: 1em;
      }

  .menu-page-nav .nav li {
    width: 33%;
  }

  .blog article.hentry .blog-widgets #text-4 .row .col:first-child:after,
  .archive article.hentry .blog-widgets #text-4 .row .col:first-child:after,
  .single article.hentry .blog-widgets #text-4 .row .col:first-child:after {
    position: absolute;
    display: inline-block;
    border-top: 32px solid transparent;
    border-left: 16px solid #1160af;
    border-bottom: 32px solid transparent;
    right: -16px;
    top: 26px;
    content: '';
  }
  .blog article.hentry .blog-widgets #text-4 .row .col.last-col,
  .archive article.hentry .blog-widgets #text-4 .row .col.last-col,
  .single article.hentry .blog-widgets #text-4 .row .col.last-col {
    min-height: 120px;
  }
  .blog article.hentry .blog-widgets #text-4 .gform_wrapper,
  .archive article.hentry .blog-widgets #text-4 .gform_wrapper,
  .single article.hentry .blog-widgets #text-4 .gform_wrapper {
    margin: 0;
  }

  .home .preview-training-bar a.button {
    margin: 0;
  }

  .sidebar .preview-training-bar strong {
    font-size: 1.2em;
  }
  }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (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.

  */
}
/*********************
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.

  ******************************************************************/
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 0.5cm;
  }

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

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
  }
