@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:Fusion CDT
Author: Maraid Design

Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* 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.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,700);
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: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

/*
 * 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, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:Fusion CDT
Author: Maraid Design

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. 
******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************
Site Name: Fusion CDT
Author: Maraid Design

Stylesheet: Typography
******************************************************************/
/*********************
FONT FACE 
*********************/
@font-face {
  font-family: 'EuclidFlex-Bold-WebS';
  src: url("webfonts/EuclidFlex-Bold-WebS.eot");
  src: url("webfonts/EuclidFlex-Bold-WebS.eot?#iefix") format("embedded-opentype"), url("webfonts/EuclidFlex-Bold-WebS.woff") format("woff"), url("webfonts/EuclidFlex-Bold-WebS.ttf") format("truetype"), url("webfonts/EuclidFlex-Bold-WebS.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SSPika";
  src: url("webfonts/ss-pika.eot");
  src: url("webfonts/ss-pika.eot?#iefix") format("embedded-opentype"), url("webfonts/ss-pika.woff") format("woff"), url("webfonts/ss-pika.ttf") format("truetype"), url("webfonts/ss-pika.svg#SSPika") format("svg");
  font-weight: normal;
  font-style: normal; }

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-pika,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-pika:before, [class*=" ss-"].ss-pika:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika.right:after {
  font-family: "SSPika";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-cursor:before, .ss-cursor.right:after {
  content: ''; }

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖'; }

.ss-search:before, .ss-search.right:after {
  content: '🔎'; }

.ss-zoomin:before, .ss-zoomin.right:after {
  content: ''; }

.ss-zoomout:before, .ss-zoomout.right:after {
  content: ''; }

.ss-screenshot:before, .ss-screenshot.right:after {
  content: ''; }

.ss-binoculars:before, .ss-binoculars.right:after {
  content: ''; }

.ss-view:before, .ss-view.right:after {
  content: '👀'; }

.ss-attach:before, .ss-attach.right:after {
  content: '📎'; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-move:before, .ss-move.right:after {
  content: ''; }

.ss-write:before, .ss-write.right:after {
  content: '✎'; }

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: ''; }

.ss-erase:before, .ss-erase.right:after {
  content: '✐'; }

.ss-compose:before, .ss-compose.right:after {
  content: '📝'; }

.ss-draw:before, .ss-draw.right:after {
  content: '✏'; }

.ss-lock:before, .ss-lock.right:after {
  content: '🔒'; }

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓'; }

.ss-key:before, .ss-key.right:after {
  content: '🔑'; }

.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫'; }

.ss-ban:before, .ss-ban.right:after {
  content: '🚫'; }

.ss-nosmoking:before, .ss-nosmoking.right:after {
  content: '🚭'; }

.ss-trash:before, .ss-trash.right:after {
  content: ''; }

.ss-target:before, .ss-target.right:after {
  content: '◎'; }

.ss-new:before, .ss-new.right:after {
  content: '🆕'; }

.ss-tag:before, .ss-tag.right:after {
  content: ''; }

.ss-pricetag:before, .ss-pricetag.right:after {
  content: ''; }

.ss-flowertag:before, .ss-flowertag.right:after {
  content: ''; }

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖'; }

.ss-flag:before, .ss-flag.right:after {
  content: '⚑'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎'; }

.ss-heart:before, .ss-heart.right:after {
  content: '♥'; }

.ss-halfheart:before, .ss-halfheart.right:after {
  content: ''; }

.ss-emptyheart:before, .ss-emptyheart.right:after {
  content: '♡'; }

.ss-star:before, .ss-star.right:after {
  content: '⋆'; }

.ss-halfstar:before, .ss-halfstar.right:after {
  content: ''; }

.ss-medal:before, .ss-medal.right:after {
  content: ''; }

.ss-ribbon:before, .ss-ribbon.right:after {
  content: '🎀'; }

.ss-bullseye:before, .ss-bullseye.right:after {
  content: '🎯'; }

.ss-sample:before, .ss-sample.right:after {
  content: ''; }

.ss-crop:before, .ss-crop.right:after {
  content: ''; }

.ss-layers:before, .ss-layers.right:after {
  content: ''; }

.ss-gridlines:before, .ss-gridlines.right:after {
  content: ''; }

.ss-pen:before, .ss-pen.right:after {
  content: '✒'; }

.ss-feather:before, .ss-feather.right:after {
  content: ''; }

.ss-rubbereraser:before, .ss-rubbereraser.right:after {
  content: ''; }

.ss-paintroller:before, .ss-paintroller.right:after {
  content: ''; }

.ss-rubberstamp:before, .ss-rubberstamp.right:after {
  content: ''; }

.ss-checkclipboard:before, .ss-checkclipboard.right:after {
  content: ''; }

.ss-linechartclipboard:before, .ss-linechartclipboard.right:after {
  content: ''; }

.ss-clockwise:before, .ss-clockwise.right:after {
  content: '⥁'; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: ''; }

.ss-headset:before, .ss-headset.right:after {
  content: ''; }

.ss-megaphone:before, .ss-megaphone.right:after {
  content: '📢'; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-facetime:before, .ss-facetime.right:after {
  content: ''; }

.ss-reply:before, .ss-reply.right:after {
  content: '↩'; }

.ss-send:before, .ss-send.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥'; }

.ss-outbox:before, .ss-outbox.right:after {
  content: '📤'; }

.ss-wifimail:before, .ss-wifimail.right:after {
  content: ''; }

.ss-chat:before, .ss-chat.right:after {
  content: '💬'; }

.ss-user:before, .ss-user.right:after {
  content: '👤'; }

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧'; }

.ss-users:before, .ss-users.right:after {
  content: '👥'; }

.ss-usergroup:before, .ss-usergroup.right:after {
  content: ''; }

.ss-adduser:before, .ss-adduser.right:after {
  content: ''; }

.ss-removeuser:before, .ss-removeuser.right:after {
  content: ''; }

.ss-deleteuser:before, .ss-deleteuser.right:after {
  content: ''; }

.ss-userprofile:before, .ss-userprofile.right:after {
  content: ''; }

.ss-businessuser:before, .ss-businessuser.right:after {
  content: ''; }

.ss-cart:before, .ss-cart.right:after {
  content: ''; }

.ss-addcart:before, .ss-addcart.right:after {
  content: ''; }

.ss-removecart:before, .ss-removecart.right:after {
  content: ''; }

.ss-deletecart:before, .ss-deletecart.right:after {
  content: ''; }

.ss-downloadcart:before, .ss-downloadcart.right:after {
  content: ''; }

.ss-emptycart:before, .ss-emptycart.right:after {
  content: ''; }

.ss-basket:before, .ss-basket.right:after {
  content: ''; }

.ss-gift:before, .ss-gift.right:after {
  content: '🎁'; }

.ss-apple:before, .ss-apple.right:after {
  content: '🍏'; }

.ss-cashregister:before, .ss-cashregister.right:after {
  content: ''; }

.ss-store:before, .ss-store.right:after {
  content: '🏬'; }

.ss-searchbarcode:before, .ss-searchbarcode.right:after {
  content: ''; }

.ss-notepad:before, .ss-notepad.right:after {
  content: ''; }

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳'; }

.ss-safe:before, .ss-safe.right:after {
  content: ''; }

.ss-digitalsafe:before, .ss-digitalsafe.right:after {
  content: ''; }

.ss-atm:before, .ss-atm.right:after {
  content: '🏧'; }

.ss-dispensecash:before, .ss-dispensecash.right:after {
  content: ''; }

.ss-banknote:before, .ss-banknote.right:after {
  content: '💵'; }

.ss-coins:before, .ss-coins.right:after {
  content: ''; }

.ss-bankcheck:before, .ss-bankcheck.right:after {
  content: ''; }

.ss-piggybank:before, .ss-piggybank.right:after {
  content: ''; }

.ss-moneybag:before, .ss-moneybag.right:after {
  content: '💰'; }

.ss-tip:before, .ss-tip.right:after {
  content: ''; }

.ss-calculator:before, .ss-calculator.right:after {
  content: ''; }

.ss-percent:before, .ss-percent.right:after {
  content: '%'; }

.ss-bank:before, .ss-bank.right:after {
  content: '🏦'; }

.ss-scales:before, .ss-scales.right:after {
  content: '⚖'; }

.ss-piechart:before, .ss-piechart.right:after {
  content: ''; }

.ss-piechartthirds:before, .ss-piechartthirds.right:after {
  content: ''; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊'; }

.ss-upwardsbarchart:before, .ss-upwardsbarchart.right:after {
  content: ''; }

.ss-downwardsbarchart:before, .ss-downwardsbarchart.right:after {
  content: ''; }

.ss-horizontalbarchart:before, .ss-horizontalbarchart.right:after {
  content: ''; }

.ss-analytics:before, .ss-analytics.right:after {
  content: ''; }

.ss-upwardslinechart:before, .ss-upwardslinechart.right:after {
  content: '📈'; }

.ss-downwardslinechart:before, .ss-downwardslinechart.right:after {
  content: '📉'; }

.ss-linecharts:before, .ss-linecharts.right:after {
  content: ''; }

.ss-scatterchart:before, .ss-scatterchart.right:after {
  content: ''; }

.ss-stock:before, .ss-stock.right:after {
  content: ''; }

.ss-form:before, .ss-form.right:after {
  content: ''; }

.ss-box:before, .ss-box.right:after {
  content: '📦'; }

.ss-crate:before, .ss-crate.right:after {
  content: ''; }

.ss-deliveryvan:before, .ss-deliveryvan.right:after {
  content: ''; }

.ss-deliverytruck:before, .ss-deliverytruck.right:after {
  content: ''; }

.ss-forklift:before, .ss-forklift.right:after {
  content: ''; }

.ss-cargoship:before, .ss-cargoship.right:after {
  content: ''; }

.ss-hook:before, .ss-hook.right:after {
  content: ''; }

.ss-weight:before, .ss-weight.right:after {
  content: ''; }

.ss-containers:before, .ss-containers.right:after {
  content: ''; }

.ss-fragile:before, .ss-fragile.right:after {
  content: ''; }

.ss-thissideup:before, .ss-thissideup.right:after {
  content: ''; }

.ss-home:before, .ss-home.right:after {
  content: '⌂'; }

.ss-building:before, .ss-building.right:after {
  content: '🏢'; }

.ss-lodging:before, .ss-lodging.right:after {
  content: '🏨'; }

.ss-earth:before, .ss-earth.right:after {
  content: '🌎'; }

.ss-globe:before, .ss-globe.right:after {
  content: '🌐'; }

.ss-garage:before, .ss-garage.right:after {
  content: ''; }

.ss-warehouse:before, .ss-warehouse.right:after {
  content: ''; }

.ss-floorplan:before, .ss-floorplan.right:after {
  content: ''; }

.ss-address:before, .ss-address.right:after {
  content: ''; }

.ss-searchhouse:before, .ss-searchhouse.right:after {
  content: ''; }

.ss-housesale:before, .ss-housesale.right:after {
  content: ''; }

.ss-navigate:before, .ss-navigate.right:after {
  content: ''; }

.ss-compass:before, .ss-compass.right:after {
  content: ''; }

.ss-signpost:before, .ss-signpost.right:after {
  content: ''; }

.ss-map:before, .ss-map.right:after {
  content: ''; }

.ss-gps:before, .ss-gps.right:after {
  content: ''; }

.ss-compassnavigate:before, .ss-compassnavigate.right:after {
  content: ''; }

.ss-compassarrow:before, .ss-compassarrow.right:after {
  content: ''; }

.ss-location:before, .ss-location.right:after {
  content: ''; }

.ss-pin:before, .ss-pin.right:after {
  content: '📍'; }

.ss-pushpin:before, .ss-pushpin.right:after {
  content: '📌'; }

.ss-maplocation:before, .ss-maplocation.right:after {
  content: ''; }

.ss-globelocation:before, .ss-globelocation.right:after {
  content: ''; }

.ss-puzzle:before, .ss-puzzle.right:after {
  content: ''; }

.ss-floppydisk:before, .ss-floppydisk.right:after {
  content: '💾'; }

.ss-firewall:before, .ss-firewall.right:after {
  content: ''; }

.ss-database:before, .ss-database.right:after {
  content: ''; }

.ss-hdd:before, .ss-hdd.right:after {
  content: ''; }

.ss-music:before, .ss-music.right:after {
  content: '♫'; }

.ss-eighthnote:before, .ss-eighthnote.right:after {
  content: '♪'; }

.ss-mic:before, .ss-mic.right:after {
  content: '🎤'; }

.ss-volume:before, .ss-volume.right:after {
  content: '🔈'; }

.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉'; }

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊'; }

.ss-radio:before, .ss-radio.right:after {
  content: '📻'; }

.ss-stereo:before, .ss-stereo.right:after {
  content: ''; }

.ss-airplay:before, .ss-airplay.right:after {
  content: ''; }

.ss-vinylrecord:before, .ss-vinylrecord.right:after {
  content: ''; }

.ss-disc:before, .ss-disc.right:after {
  content: '💿'; }

.ss-camera:before, .ss-camera.right:after {
  content: '📷'; }

.ss-picture:before, .ss-picture.right:after {
  content: '🌄'; }

.ss-video:before, .ss-video.right:after {
  content: '📹'; }

.ss-playvideo:before, .ss-playvideo.right:after {
  content: ''; }

.ss-play:before, .ss-play.right:after {
  content: '▶'; }

.ss-pause:before, .ss-pause.right:after {
  content: ''; }

.ss-stop:before, .ss-stop.right:after {
  content: '■'; }

.ss-record:before, .ss-record.right:after {
  content: '●'; }

.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪'; }

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩'; }

.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮'; }

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭'; }

.ss-eject:before, .ss-eject.right:after {
  content: '⏏'; }

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁'; }

.ss-replay:before, .ss-replay.right:after {
  content: '↺'; }

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀'; }

.ss-index:before, .ss-index.right:after {
  content: ''; }

.ss-page:before, .ss-page.right:after {
  content: ''; }

.ss-book:before, .ss-book.right:after {
  content: '📕'; }

.ss-books:before, .ss-books.right:after {
  content: '📚'; }

.ss-openbook:before, .ss-openbook.right:after {
  content: '📖'; }

.ss-heartbook:before, .ss-heartbook.right:after {
  content: ''; }

.ss-downloadbook:before, .ss-downloadbook.right:after {
  content: ''; }

.ss-musicopenbook:before, .ss-musicopenbook.right:after {
  content: ''; }

.ss-searchbook:before, .ss-searchbook.right:after {
  content: ''; }

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓'; }

.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰'; }

.ss-notice:before, .ss-notice.right:after {
  content: ''; }

.ss-rows:before, .ss-rows.right:after {
  content: ''; }

.ss-columns:before, .ss-columns.right:after {
  content: ''; }

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: ''; }

.ss-pagecurl:before, .ss-pagecurl.right:after {
  content: ''; }

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻'; }

.ss-laptop:before, .ss-laptop.right:after {
  content: ''; }

.ss-tablet:before, .ss-tablet.right:after {
  content: ''; }

.ss-smartphone:before, .ss-smartphone.right:after {
  content: ''; }

.ss-cell:before, .ss-cell.right:after {
  content: '📱'; }

.ss-walkytalky:before, .ss-walkytalky.right:after {
  content: ''; }

.ss-ereader:before, .ss-ereader.right:after {
  content: ''; }

.ss-ebook:before, .ss-ebook.right:after {
  content: ''; }

.ss-wifibook:before, .ss-wifibook.right:after {
  content: ''; }

.ss-wifiopenbook:before, .ss-wifiopenbook.right:after {
  content: ''; }

.ss-battery:before, .ss-battery.right:after {
  content: '🔋'; }

.ss-highbattery:before, .ss-highbattery.right:after {
  content: ''; }

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: ''; }

.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: ''; }

.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: ''; }

.ss-chargingbattery:before, .ss-chargingbattery.right:after {
  content: ''; }

.ss-heartmobile:before, .ss-heartmobile.right:after {
  content: ''; }

.ss-phonemobile:before, .ss-phonemobile.right:after {
  content: ''; }

.ss-lockmobile:before, .ss-lockmobile.right:after {
  content: ''; }

.ss-textmobile:before, .ss-textmobile.right:after {
  content: ''; }

.ss-dollarmobile:before, .ss-dollarmobile.right:after {
  content: ''; }

.ss-euromobile:before, .ss-euromobile.right:after {
  content: ''; }

.ss-rssmobile:before, .ss-rssmobile.right:after {
  content: ''; }

.ss-navigationmobile:before, .ss-navigationmobile.right:after {
  content: ''; }

.ss-batterymobile:before, .ss-batterymobile.right:after {
  content: ''; }

.ss-powermobile:before, .ss-powermobile.right:after {
  content: ''; }

.ss-browseonline:before, .ss-browseonline.right:after {
  content: ''; }

.ss-shoponline:before, .ss-shoponline.right:after {
  content: ''; }

.ss-bankonline:before, .ss-bankonline.right:after {
  content: ''; }

.ss-realtyonline:before, .ss-realtyonline.right:after {
  content: ''; }

.ss-readonline:before, .ss-readonline.right:after {
  content: ''; }

.ss-weatheronline:before, .ss-weatheronline.right:after {
  content: ''; }

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡'; }

.ss-lightbulbon:before, .ss-lightbulbon.right:after {
  content: ''; }

.ss-cfl:before, .ss-cfl.right:after {
  content: ''; }

.ss-hairdryer:before, .ss-hairdryer.right:after {
  content: ''; }

.ss-picnictable:before, .ss-picnictable.right:after {
  content: ''; }

.ss-flame:before, .ss-flame.right:after {
  content: ''; }

.ss-campfire:before, .ss-campfire.right:after {
  content: '🔥'; }

.ss-bonfire:before, .ss-bonfire.right:after {
  content: ''; }

.ss-balloon:before, .ss-balloon.right:after {
  content: '🎈'; }

.ss-christmastree:before, .ss-christmastree.right:after {
  content: '🎄'; }

.ss-sweep:before, .ss-sweep.right:after {
  content: ''; }

.ss-chess:before, .ss-chess.right:after {
  content: '♞'; }

.ss-onedie:before, .ss-onedie.right:after {
  content: '⚀'; }

.ss-twodie:before, .ss-twodie.right:after {
  content: '⚁'; }

.ss-threedie:before, .ss-threedie.right:after {
  content: '⚂'; }

.ss-fourdie:before, .ss-fourdie.right:after {
  content: '⚃'; }

.ss-fivedie:before, .ss-fivedie.right:after {
  content: '⚄'; }

.ss-sixdie:before, .ss-sixdie.right:after {
  content: '⚅'; }

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: ''; }

.ss-download:before, .ss-download.right:after {
  content: ''; }

.ss-downloadbox:before, .ss-downloadbox.right:after {
  content: ''; }

.ss-downloadcrate:before, .ss-downloadcrate.right:after {
  content: ''; }

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: ''; }

.ss-upload:before, .ss-upload.right:after {
  content: ''; }

.ss-uploadbox:before, .ss-uploadbox.right:after {
  content: ''; }

.ss-uploadcrate:before, .ss-uploadcrate.right:after {
  content: ''; }

.ss-fork:before, .ss-fork.right:after {
  content: ''; }

.ss-merge:before, .ss-merge.right:after {
  content: ''; }

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻'; }

.ss-sync:before, .ss-sync.right:after {
  content: ''; }

.ss-loading:before, .ss-loading.right:after {
  content: ''; }

.ss-wifi:before, .ss-wifi.right:after {
  content: ''; }

.ss-connection:before, .ss-connection.right:after {
  content: ''; }

.ss-reload:before, .ss-reload.right:after {
  content: ''; }

.ss-file:before, .ss-file.right:after {
  content: '📄'; }

.ss-addfile:before, .ss-addfile.right:after {
  content: ''; }

.ss-removefile:before, .ss-removefile.right:after {
  content: ''; }

.ss-deletefile:before, .ss-deletefile.right:after {
  content: ''; }

.ss-downloadfile:before, .ss-downloadfile.right:after {
  content: ''; }

.ss-uploadfile:before, .ss-uploadfile.right:after {
  content: ''; }

.ss-importfile:before, .ss-importfile.right:after {
  content: ''; }

.ss-exportfile:before, .ss-exportfile.right:after {
  content: ''; }

.ss-settingsfile:before, .ss-settingsfile.right:after {
  content: ''; }

.ss-lockfile:before, .ss-lockfile.right:after {
  content: ''; }

.ss-userfile:before, .ss-userfile.right:after {
  content: ''; }

.ss-picturefile:before, .ss-picturefile.right:after {
  content: ''; }

.ss-textfile:before, .ss-textfile.right:after {
  content: ''; }

.ss-exe:before, .ss-exe.right:after {
  content: ''; }

.ss-zip:before, .ss-zip.right:after {
  content: ''; }

.ss-doc:before, .ss-doc.right:after {
  content: ''; }

.ss-ppt:before, .ss-ppt.right:after {
  content: ''; }

.ss-pdf:before, .ss-pdf.right:after {
  content: ''; }

.ss-jpg:before, .ss-jpg.right:after {
  content: ''; }

.ss-png:before, .ss-png.right:after {
  content: ''; }

.ss-folder:before, .ss-folder.right:after {
  content: '📁'; }

.ss-openfolder:before, .ss-openfolder.right:after {
  content: '📂'; }

.ss-downloadfolder:before, .ss-downloadfolder.right:after {
  content: ''; }

.ss-uploadfolder:before, .ss-uploadfolder.right:after {
  content: ''; }

.ss-cloudfolder:before, .ss-cloudfolder.right:after {
  content: ''; }

.ss-lockfolder:before, .ss-lockfolder.right:after {
  content: ''; }

.ss-securefolder:before, .ss-securefolder.right:after {
  content: ''; }

.ss-picturefolder:before, .ss-picturefolder.right:after {
  content: ''; }

.ss-moviefolder:before, .ss-moviefolder.right:after {
  content: ''; }

.ss-quote:before, .ss-quote.right:after {
  content: '“'; }

.ss-text:before, .ss-text.right:after {
  content: ''; }

.ss-font:before, .ss-font.right:after {
  content: ''; }

.ss-highlight:before, .ss-highlight.right:after {
  content: ''; }

.ss-print:before, .ss-print.right:after {
  content: '⎙'; }

.ss-fax:before, .ss-fax.right:after {
  content: '📠'; }

.ss-list:before, .ss-list.right:after {
  content: ''; }

.ss-layout:before, .ss-layout.right:after {
  content: ''; }

.ss-action:before, .ss-action.right:after {
  content: ''; }

.ss-redirect:before, .ss-redirect.right:after {
  content: '↪'; }

.ss-expand:before, .ss-expand.right:after {
  content: '⤢'; }

.ss-contract:before, .ss-contract.right:after {
  content: ''; }

.ss-help:before, .ss-help.right:after {
  content: '❓'; }

.ss-info:before, .ss-info.right:after {
  content: 'ℹ'; }

.ss-alert:before, .ss-alert.right:after {
  content: '⚠'; }

.ss-caution:before, .ss-caution.right:after {
  content: '⛔'; }

.ss-logout:before, .ss-logout.right:after {
  content: ''; }

.ss-login:before, .ss-login.right:after {
  content: ''; }

.ss-scaleup:before, .ss-scaleup.right:after {
  content: ''; }

.ss-scaledown:before, .ss-scaledown.right:after {
  content: ''; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-'; }

.ss-check:before, .ss-check.right:after {
  content: '✓'; }

.ss-delete:before, .ss-delete.right:after {
  content: '␡'; }

.ss-bearface:before, .ss-bearface.right:after {
  content: '🐻'; }

.ss-bird:before, .ss-bird.right:after {
  content: '🐦'; }

.ss-fishes:before, .ss-fishes.right:after {
  content: ''; }

.ss-tropicalfish:before, .ss-tropicalfish.right:after {
  content: ''; }

.ss-tree:before, .ss-tree.right:after {
  content: '🌳'; }

.ss-evergreen:before, .ss-evergreen.right:after {
  content: '🌲'; }

.ss-palmtree:before, .ss-palmtree.right:after {
  content: '🌴'; }

.ss-leaf:before, .ss-leaf.right:after {
  content: '🍂'; }

.ss-seedling:before, .ss-seedling.right:after {
  content: '🌱'; }

.ss-grass:before, .ss-grass.right:after {
  content: ''; }

.ss-settings:before, .ss-settings.right:after {
  content: '⚙'; }

.ss-dashboard:before, .ss-dashboard.right:after {
  content: ''; }

.ss-dial:before, .ss-dial.right:after {
  content: ''; }

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔'; }

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕'; }

.ss-flash:before, .ss-flash.right:after {
  content: '⌁'; }

.ss-wrench:before, .ss-wrench.right:after {
  content: '🔧'; }

.ss-tapemeasure:before, .ss-tapemeasure.right:after {
  content: ''; }

.ss-clock:before, .ss-clock.right:after {
  content: '⏲'; }

.ss-watch:before, .ss-watch.right:after {
  content: '⌚'; }

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱'; }

.ss-alarmclock:before, .ss-alarmclock.right:after {
  content: '⏰'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅'; }

.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: ''; }

.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: ''; }

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: ''; }

.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: ''; }

.ss-sausage:before, .ss-sausage.right:after {
  content: ''; }

.ss-burger:before, .ss-burger.right:after {
  content: '🍔'; }

.ss-pizza:before, .ss-pizza.right:after {
  content: '🍕'; }

.ss-fish:before, .ss-fish.right:after {
  content: '🐟'; }

.ss-shrimp:before, .ss-shrimp.right:after {
  content: '🍤'; }

.ss-turkey:before, .ss-turkey.right:after {
  content: ''; }

.ss-steak:before, .ss-steak.right:after {
  content: ''; }

.ss-sidedish:before, .ss-sidedish.right:after {
  content: '🍚'; }

.ss-noodles:before, .ss-noodles.right:after {
  content: '🍜'; }

.ss-spaghetti:before, .ss-spaghetti.right:after {
  content: '🍝'; }

.ss-corn:before, .ss-corn.right:after {
  content: ''; }

.ss-carrot:before, .ss-carrot.right:after {
  content: ''; }

.ss-icecream:before, .ss-icecream.right:after {
  content: '🍨'; }

.ss-mug:before, .ss-mug.right:after {
  content: '☕'; }

.ss-beer:before, .ss-beer.right:after {
  content: '🍺'; }

.ss-bottle:before, .ss-bottle.right:after {
  content: ''; }

.ss-wineglass:before, .ss-wineglass.right:after {
  content: '🍷'; }

.ss-cocktail:before, .ss-cocktail.right:after {
  content: '🍸'; }

.ss-tea:before, .ss-tea.right:after {
  content: '🍵'; }

.ss-teapot:before, .ss-teapot.right:after {
  content: ''; }

.ss-waterbottle:before, .ss-waterbottle.right:after {
  content: ''; }

.ss-wineglasssparkle:before, .ss-wineglasssparkle.right:after {
  content: ''; }

.ss-salt:before, .ss-salt.right:after {
  content: ''; }

.ss-pepper:before, .ss-pepper.right:after {
  content: ''; }

.ss-oliveoil:before, .ss-oliveoil.right:after {
  content: ''; }

.ss-hotsauce:before, .ss-hotsauce.right:after {
  content: ''; }

.ss-coal:before, .ss-coal.right:after {
  content: ''; }

.ss-oven:before, .ss-oven.right:after {
  content: ''; }

.ss-stove:before, .ss-stove.right:after {
  content: ''; }

.ss-cook:before, .ss-cook.right:after {
  content: '🍳'; }

.ss-bbq:before, .ss-bbq.right:after {
  content: ''; }

.ss-utensils:before, .ss-utensils.right:after {
  content: '🍴'; }

.ss-spoonfork:before, .ss-spoonfork.right:after {
  content: ''; }

.ss-knife:before, .ss-knife.right:after {
  content: '🔪'; }

.ss-cookingutensils:before, .ss-cookingutensils.right:after {
  content: ''; }

.ss-measuringcup:before, .ss-measuringcup.right:after {
  content: ''; }

.ss-colander:before, .ss-colander.right:after {
  content: ''; }

.ss-scale:before, .ss-scale.right:after {
  content: ''; }

.ss-eggtimer:before, .ss-eggtimer.right:after {
  content: ''; }

.ss-platter:before, .ss-platter.right:after {
  content: ''; }

.ss-apron:before, .ss-apron.right:after {
  content: ''; }

.ss-bbqapron:before, .ss-bbqapron.right:after {
  content: ''; }

.ss-chef:before, .ss-chef.right:after {
  content: ''; }

.ss-handbag:before, .ss-handbag.right:after {
  content: '👜'; }

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼'; }

.ss-hanger:before, .ss-hanger.right:after {
  content: ''; }

.ss-weathervane:before, .ss-weathervane.right:after {
  content: ''; }

.ss-thermometer:before, .ss-thermometer.right:after {
  content: ''; }

.ss-weather:before, .ss-weather.right:after {
  content: ''; }

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁'; }

.ss-droplet:before, .ss-droplet.right:after {
  content: '💧'; }

.ss-sun:before, .ss-sun.right:after {
  content: '☀'; }

.ss-partlycloudy:before, .ss-partlycloudy.right:after {
  content: '⛅'; }

.ss-rain:before, .ss-rain.right:after {
  content: '☔'; }

.ss-thunderstorm:before, .ss-thunderstorm.right:after {
  content: '⛈'; }

.ss-umbrella:before, .ss-umbrella.right:after {
  content: '☂'; }

.ss-rainbow:before, .ss-rainbow.right:after {
  content: '🌈'; }

.ss-fog:before, .ss-fog.right:after {
  content: ''; }

.ss-wind:before, .ss-wind.right:after {
  content: ''; }

.ss-tornado:before, .ss-tornado.right:after {
  content: ''; }

.ss-snowflake:before, .ss-snowflake.right:after {
  content: '❄'; }

.ss-fan:before, .ss-fan.right:after {
  content: ''; }

.ss-solarpanel:before, .ss-solarpanel.right:after {
  content: ''; }

.ss-plug:before, .ss-plug.right:after {
  content: '🔌'; }

.ss-outlet:before, .ss-outlet.right:after {
  content: ''; }

.ss-car:before, .ss-car.right:after {
  content: '🚘'; }

.ss-taxi:before, .ss-taxi.right:after {
  content: '🚖'; }

.ss-locomotive:before, .ss-locomotive.right:after {
  content: '🚂'; }

.ss-train:before, .ss-train.right:after {
  content: '🚆'; }

.ss-traintunnel:before, .ss-traintunnel.right:after {
  content: '🚇'; }

.ss-bus:before, .ss-bus.right:after {
  content: '🚍'; }

.ss-truck:before, .ss-truck.right:after {
  content: '🚚'; }

.ss-caravan:before, .ss-caravan.right:after {
  content: '🚐'; }

.ss-tractor:before, .ss-tractor.right:after {
  content: '🚜'; }

.ss-tunnel:before, .ss-tunnel.right:after {
  content: ''; }

.ss-plane:before, .ss-plane.right:after {
  content: '✈'; }

.ss-arrival:before, .ss-arrival.right:after {
  content: ''; }

.ss-departure:before, .ss-departure.right:after {
  content: ''; }

.ss-helicopter:before, .ss-helicopter.right:after {
  content: '🚁'; }

.ss-bike:before, .ss-bike.right:after {
  content: '🚲'; }

.ss-motorcycle:before, .ss-motorcycle.right:after {
  content: ''; }

.ss-boat:before, .ss-boat.right:after {
  content: '🚢'; }

.ss-sailboat:before, .ss-sailboat.right:after {
  content: '⛵'; }

.ss-schooner:before, .ss-schooner.right:after {
  content: ''; }

.ss-skylift:before, .ss-skylift.right:after {
  content: '🚡'; }

.ss-rocket:before, .ss-rocket.right:after {
  content: '🚀'; }

.ss-steeringwheel:before, .ss-steeringwheel.right:after {
  content: ''; }

.ss-trafficcamera:before, .ss-trafficcamera.right:after {
  content: ''; }

.ss-fuel:before, .ss-fuel.right:after {
  content: '⛽'; }

.ss-jerrycan:before, .ss-jerrycan.right:after {
  content: ''; }

.ss-passport:before, .ss-passport.right:after {
  content: ''; }

.ss-trafficlight:before, .ss-trafficlight.right:after {
  content: '🚦'; }

.ss-highway:before, .ss-highway.right:after {
  content: ''; }

.ss-road:before, .ss-road.right:after {
  content: ''; }

.ss-intersection:before, .ss-intersection.right:after {
  content: ''; }

.ss-wheelchair:before, .ss-wheelchair.right:after {
  content: '♿'; }

.ss-elevator:before, .ss-elevator.right:after {
  content: ''; }

.ss-golf:before, .ss-golf.right:after {
  content: ''; }

.ss-hockey:before, .ss-hockey.right:after {
  content: ''; }

.ss-iceskate:before, .ss-iceskate.right:after {
  content: '⛸'; }

.ss-billiards:before, .ss-billiards.right:after {
  content: '🎱'; }

.ss-baseballglove:before, .ss-baseballglove.right:after {
  content: ''; }

.ss-tennis:before, .ss-tennis.right:after {
  content: '🎾'; }

.ss-tabletennis:before, .ss-tabletennis.right:after {
  content: ''; }

.ss-badminton:before, .ss-badminton.right:after {
  content: ''; }

.ss-boxing:before, .ss-boxing.right:after {
  content: ''; }

.ss-bowling:before, .ss-bowling.right:after {
  content: ''; }

.ss-football:before, .ss-football.right:after {
  content: '🏈'; }

.ss-soccer:before, .ss-soccer.right:after {
  content: '⚽'; }

.ss-hiker:before, .ss-hiker.right:after {
  content: ''; }

.ss-pool:before, .ss-pool.right:after {
  content: ''; }

.ss-shower:before, .ss-shower.right:after {
  content: '🚿'; }

.ss-exercise:before, .ss-exercise.right:after {
  content: ''; }

.ss-exercisebike:before, .ss-exercisebike.right:after {
  content: ''; }

.ss-dumbbell:before, .ss-dumbbell.right:after {
  content: ''; }

.ss-jumprope:before, .ss-jumprope.right:after {
  content: ''; }

.ss-yoga:before, .ss-yoga.right:after {
  content: ''; }

.ss-suitcase:before, .ss-suitcase.right:after {
  content: ''; }

.ss-luggage:before, .ss-luggage.right:after {
  content: ''; }

.ss-donotdisturb:before, .ss-donotdisturb.right:after {
  content: ''; }

.ss-sunscreen:before, .ss-sunscreen.right:after {
  content: ''; }

.ss-callbell:before, .ss-callbell.right:after {
  content: ''; }

.ss-hospital:before, .ss-hospital.right:after {
  content: '⛨'; }

.ss-medicalcross:before, .ss-medicalcross.right:after {
  content: ''; }

.ss-ambulance:before, .ss-ambulance.right:after {
  content: '🚑'; }

.ss-bandage:before, .ss-bandage.right:after {
  content: ''; }

.ss-medicalthermometer:before, .ss-medicalthermometer.right:after {
  content: ''; }

.ss-stethoscope:before, .ss-stethoscope.right:after {
  content: ''; }

.ss-syringe:before, .ss-syringe.right:after {
  content: '💉'; }

.ss-pill:before, .ss-pill.right:after {
  content: '💊'; }

.ss-pillbottle:before, .ss-pillbottle.right:after {
  content: ''; }

.ss-supplements:before, .ss-supplements.right:after {
  content: ''; }

.ss-bathroomscale:before, .ss-bathroomscale.right:after {
  content: ''; }

.ss-dna:before, .ss-dna.right:after {
  content: ''; }

.ss-anatomicalheart:before, .ss-anatomicalheart.right:after {
  content: ''; }

.ss-checkheart:before, .ss-checkheart.right:after {
  content: ''; }

.ss-eyesurgery:before, .ss-eyesurgery.right:after {
  content: ''; }

.ss-brokenbone:before, .ss-brokenbone.right:after {
  content: ''; }

.ss-up:before, .ss-up.right:after {
  content: '⬆'; }

.ss-upright:before, .ss-upright.right:after {
  content: '⬈'; }

.ss-right:before, .ss-right.right:after {
  content: '➡'; }

.ss-downright:before, .ss-downright.right:after {
  content: '⬊'; }

.ss-down:before, .ss-down.right:after {
  content: '⬇'; }

.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋'; }

.ss-left:before, .ss-left.right:after {
  content: '⬅'; }

.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉'; }

.ss-navigateup:before, .ss-navigateup.right:after {
  content: ''; }

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻'; }

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: ''; }

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅'; }

.ss-directup:before, .ss-directup.right:after {
  content: '▴'; }

.ss-directright:before, .ss-directright.right:after {
  content: '▹'; }

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾'; }

.ss-directleft:before, .ss-directleft.right:after {
  content: '◃'; }

.ss-leftright:before, .ss-leftright.right:after {
  content: '⬌'; }

.ss-rightward:before, .ss-rightward.right:after {
  content: ''; }

.ss-leftward:before, .ss-leftward.right:after {
  content: ''; }

.ss-previouspage:before, .ss-previouspage.right:after {
  content: '⎗'; }

.ss-nextpage:before, .ss-nextpage.right:after {
  content: '⎘'; }

.ss-retweet:before, .ss-retweet.right:after {
  content: ''; }

.ss-share:before, .ss-share.right:after {
  content: ''; }

/******************************************************************
Site Name:Fusion CDT
Author: Maraid Design

Stylesheet: Sass Functions
******************************************************************/
/*********************
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: Fusion CDT
Author: Maraid Design

Stylesheet: Mixins Stylesheet
******************************************************************/
/*-------------------
widths
-------------------*/
/*-------------------
headings
-------------------*/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @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? */
/******************************************************************
Site Name:Fusion CDT
Author: Maraid Design

Stylesheet: Grid Stylesheet

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.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }

/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Site Name:Fusion CDT
Author: Maraid Design

Stylesheet: Alert Styles
******************************************************************/
.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:Fusion CDT
Author: Maraid Design

Stylesheet: Button Styles
******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  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, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    color: #fff;
    text-decoration: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9; }
  .blue-btn:hover,
  .comment-reply-link:hover,
  #submit:hover,
  .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #2574a8; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #2472a4; }

/******************************************************************
Site Name: Fusion CDT
Author: Maraid Design

Stylesheet: Form Styles
******************************************************************/
/*********************
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: #333;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: none !important;
  width: 100%;
  max-width: 400px;
  background-color: #F7F6F6;
  -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: #edebeb;
    outline: none; }
  input[type="text"].error,
  input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    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: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled],
  input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus,
    input[type="text"][disabled]:active,
    input[type="text"].is-disabled:focus,
    input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -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; }

#mc_embed_signup input.email {
  display: inline-block !important;
  background: rgba(255, 255, 255, 0.5);
  color: #065576;
  margin-right: 0 !important; }

#mc_embed_signup input.button, input[type="submit"] {
  display: inline-block  !important;
  background-color: #065576;
  height: auto;
  padding: 5px 10px 4px;
  font-weight: normal;
  border-radius: 0;
  width: auto !important;
  color: #fff;
  font-family: "EuclidFlex-Bold-WebS", Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: none; }

#mc_embed_signup label {
  display: none !important; }

.wpcf7-list-item {
  margin: 0 20px 20px 0 !important;
  display: inline-block !important; }

/*


input, input:focus {
  border:none;
}
input {
  animation: blink-empty 1s infinite;
  border-left: transparent solid 1px;
  margin:5px 
}
@keyframes blink-empty {
  50% {border-left: 1px solid #333;}
}
*/
input#submit {
  font-family: "EuclidFlex-Bold-WebS", Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 130%;
  font-weight: normal;
  border-radius: 0; }

/*********************
BASE (MOBILE) SIZE
*********************/
/******************************************************************
Site Name:Fusion CDT
Author: Maraid Design

Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-size: 90%;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f6f6;
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  min-width: 320px; }

body.home {
  background-color: #fff; }

abbr[title] {
  text-decoration: none; }

img.size, img.ajax-loader {
  width: auto; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wider-wrap {
  width: 100%; }

body .news {
  width: 100%;
  max-width: 1080px; }

.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative; }

.stripe {
  background: url(/wp-content/themes/fusion-theme/library/images/pattern-tile-1.jpg) repeat 0 0 #F7F6F6;
  padding: 0 0 20px;
  font-family: "EuclidFlex-Bold-WebS", Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 130%;
  font-weight: normal; }
  .stripe h2 {
    font-size: 130%;
    color: #dc2099; }

ul.modules-row1 {
  margin-left: 0 !important;
  padding-left: 0 !important; }
  ul.modules-row1 a {
    text-decoration: none; }
    ul.modules-row1 a h2 {
      text-decoration: underline; }
  ul.modules-row1 p {
    color: #333; }
  ul.modules-row1 li {
    padding: 0 !important;
    background: none !important; }
  ul.modules-row1 img {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 70%; }
  ul.modules-row1 h2 {
    margin: 0 !important;
    line-height: 1.2em;
    margin-bottom: 0.8em;
    margin-top: 0;
    position: relative;
    top: -5px;
    color: #dc2099; }
    ul.modules-row1 h2:hover {
      color: #2980b9; }

/******************************************/
.entry-content ul.modules-row-3-line {
  margin-left: 0; }
  .entry-content ul.modules-row-3-line li {
    padding: 0 !important;
    background: none !important;
    margin-bottom: 2em; }
  .entry-content ul.modules-row-3-line a {
    text-decoration: none; }
    .entry-content ul.modules-row-3-line a h2 {
      text-decoration: underline;
      margin: 0;
      color: #dc2099; }
      .entry-content ul.modules-row-3-line a h2:hover {
        color: #2980b9; }
    .entry-content ul.modules-row-3-line a h3 {
      margin-top: 0;
      color: #999; }
    .entry-content ul.modules-row-3-line a img {
      margin-bottom: 0.6em; }

body.page, body.single {
  background-color: #f6f6f6; }

body.home {
  background-image: none;
  background-color: white; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #dc2099;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #2980b9; }
  a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-family: "EuclidFlex-Bold-WebS", Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 130%;
  font-weight: normal;
  /* removing text decoration from all headline links */ }

h2, .h2 {
  margin-bottom: 0.375em;
  color: #333; }

/*
h5, .h5 {
	font-size: 0.846em;
	line-height: 2.09em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
*/
img {
  width: 100%;
  height: auto; }

/*********************
lists
*********************/
ul#research-home {
  line-height: 2em; }
  ul#research-home a {
    text-decoration: none;
    text-transform: uppercase;
    color: #3C3C3B; }
  ul#research-home li {
    margin-bottom: 1em;
    font-size: 150%;
    line-height: 0.85em;
    margin-bottom: 20px;
    display: block;
    clear: both; }
    ul#research-home li img {
      width: 70px;
      float: left;
      margin-right: 10px; }
  ul#research-home span {
    display: block; }

ul#partners {
  margin: 0 !important;
  text-align: center; }
  ul#partners li {
    vertical-align: middle;
    margin: 30px 0;
    display: inline-block;
    margin-right: 03.4%;
    width: 47%; }
    ul#partners li img {
      vertical-align: middle; }
  ul#partners li:nth-child(2n) {
    margin-right: 0; }

.entry-content ul {
  margin-left: 1em; }
  .entry-content ul li {
    background: url(/wp-content/themes/fusion-theme/library/images/bullet.jpg) no-repeat 0 50%;
    padding-left: 20px; }

.entry-content ol {
  margin-left: 2em; }
  .entry-content ol li {
    list-style-type: decimal; }

ul.search p.entry-meta {
  display: none; }

ul.students h2 {
  margin-bottom: 0;
  color: #333; }

ul.students h3 {
  margin-top: 0;
  color: #999; }

ul.board h3 {
  margin: 0;
  color: #333; }

ul.board h4 {
  margin-top: 0;
  margin-bottom: 1em;
  color: #999; }

ul.extra-link h2 {
  color: #999; }
  ul.extra-link h2:hover {
    color: #999; }

ul.extra-link a.link {
  text-decoration: underline; }

/*********************
home
*********************/
.bannerhome img {
  display: block; }

.grad {
  background-color: #2B2B2B; }

.about-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 50;
  color: #fff; }
  .about-wrap h1 {
    color: #fff;
    font-size: 170%; }
  .about-wrap p {
    margin-bottom: 25px; }

#research-strapline {
  color: #3C3C3B;
  font-weight: normal; }
  #research-strapline span {
    font-family: "EuclidFlex-Bold-WebS", Verdana, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 130%;
    font-weight: normal; }

.modules .text-wrap {
  padding: 0 6% 10px;
  margin-top: 10px; }
  .modules .text-wrap h2 {
    color: #2980b9;
    display: inline; }

.modules a {
  color: #000;
  text-decoration: none; }
  .modules a:hover {
    color: #000; }
  .modules a h2 {
    text-decoration: none;
    border-bottom: 2px solid #2980b9; }

/*********************
 HEADER & NAV STYLES
*********************/
.fixed-header-shim {
  display: none; }

.header {
  background-color: #2980b9;
  overflow: hidden;
  color: #fff;
  z-index: 100; }

.header p.desc {
  font-weight: 600; }

#logo {
  display: block;
  margin: 20px 0;
  font-size: 340%;
  text-align: left;
  line-height: 0.9em; }
  #logo img {
    position: relative;
    top: .075em;
    width: 1.62em;
    float: left;
    margin-right: .2em; }
  #logo abbr {
    display: block;
    border-bottom: none;
    text-decoration: none; }
  #logo a {
    color: #fff;
    text-decoration: none; }

.search-button {
  position: absolute;
  bottom: 1em;
  right: 0;
  user-select: none; }
  .search-button a {
    display: block;
    font-size: 120%;
    width: 1.9em;
    height: 1.9em;
    padding-top: .25em;
    text-align: center;
    color: #fff !important;
    background-color: #dc2099;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer; }
    .search-button a:hover {
      color: #fff !important;
      background-color: #af1a7a;
      -moz-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      -webkit-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out; }
    .search-button a:focus {
      color: #fff !important; }

.search-header {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out; }
  .search-header.open {
    max-height: 5em; }
  .search-header #searchform input {
    max-width: none;
    padding: 0;
    margin-bottom: 0;
    width: 90%;
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
    background: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "EuclidFlex-Bold-WebS", Verdana, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 130%;
    font-weight: normal;
    color: #999; }
  .search-header #searchform button {
    display: none; }

body.home .search-header {
  background-color: rgba(255, 255, 255, 0.9); }

.nav-wrap {
  padding: 0.35em 0 0.5em 0;
  margin: 0;
  font-family: "EuclidFlex-Bold-WebS", Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 130%;
  font-weight: normal;
  user-select: none;
  text-transform: uppercase; }

.nav-btn-wrapper {
  cursor: pointer;
  margin-bottom: .5em;
  transition: all 0.5s ease-in-out; }
  .nav-btn-wrapper .nav-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: transparent;
    width: 30px;
    height: 16px;
    margin: 0;
    z-index: 100;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .nav-btn-wrapper .nav-btn span,
    .nav-btn-wrapper .nav-btn span:before,
    .nav-btn-wrapper .nav-btn span:after {
      width: 30px;
      height: 2px;
      display: block;
      margin-bottom: 6px;
      background: #fff;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .nav-btn-wrapper .nav-btn span:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0; }
    .nav-btn-wrapper .nav-btn span:after {
      content: '';
      position: absolute;
      top: 14px;
      left: 0; }
  .nav-btn-wrapper .nav-btn-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 12px; }
  .nav-btn-wrapper:hover {
    color: #c6d202; }
    .nav-btn-wrapper:hover span,
    .nav-btn-wrapper:hover span:after,
    .nav-btn-wrapper:hover span:before {
      background-color: #c6d202; }

.nav {
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }
  .nav li {
    margin: 0; }
    .nav li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 0.25em 0;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .nav li a:hover, .nav li a:focus {
        color: #c6d202;
        text-decoration: none; }

.nav-open .nav {
  max-height: 800px; }

.nav-open .nav-btn span {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 7px; }

.nav-open .nav-btn span:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-open .nav-btn span:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -14px; }

.nav-wrap li:nth-child(1) {
  display: none; }

/*********************
Accordion Styles
*********************/
.accordion {
  margin-bottom: 20px; }

.accordion-title {
  border-top: 5px solid #f8f9fa;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  color: #2980b9;
  text-decoration: underline; }

.accordion-title:first-child {
  border: none; }

.accordion-title.open {
  cursor: pointer; }

.accordion-content ul.modules-row-3-line a h3 {
  color: #333; }

/*********************
Mailchimp
*********************/
#mc_embed_signup form {
  padding-left: 0 !important; }

/*********************
map
*********************/
#wgmpmap {
  margin-bottom: 25px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.5em; }

body.home #content {
  margin-top: 0; }

.hentry {
  background-color: #fff;
  margin-bottom: 1.5em; }
  .hentry header {
    padding: 1.5em; }
  .hentry footer {
    padding: 1.5em 0; }
    .hentry footer p {
      margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

.page-title {
  font-size: 200%;
  color: #999; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4 !important;
  margin: 0; }

/* entry content */
.entry-content {
  padding: 0 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 p {
    margin: 0 0 1.5em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #F7F6F6;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #F7F6F6; }
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #F7F6F6; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #F7F6F6;
    border-right: 1px solid #F7F6F6; }
    .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: 5px solid #c6d202;
    font-style: italic; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    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 #F7F6F6; }
  .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: #2980b9; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #2980b9;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #333; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #333; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #fff; }
  .comment.even {
    background: #f8f9fa; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #333; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar .widget {
  background-color: #fff; }

.sidebar .widgettitle {
  padding: 20px 20px 0;
  margin-bottom: 0; }

.widget {
  text-transform: uppercase; }
  .widget ul {
    padding: 20px 20px 10px; }
    .widget ul li {
      margin-bottom: 1em !important;
      /* deep nesting */ }
      .widget ul li a {
        color: #2980b9;
        text-decoration: none;
        font-family: "EuclidFlex-Bold-WebS", Verdana, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 130%;
        font-weight: normal;
        line-height: 1em;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .widget ul li a:hover {
          color: #dc2099; }
      .widget ul li ul {
        border-top: 5px solid #ffdd0e;
        padding-left: 0;
        padding-bottom: 0; }
        .widget ul li ul li {
          padding-left: 25px; }

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

.widget_categories {
  margin-top: 0 !important; }
  .widget_categories ul {
    margin-top: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  color: #f8f9fa;
  padding-top: 1em;
  font-weight: 600; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #fff;
      text-decoration: none; }

.footer-top {
  background-color: #fff;
  padding: 10px 0 10px; }
  .footer-top h2 {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    top: auto; }

.footer-bottom {
  background-color: #2980b9;
  padding: 10px 0; }
  .footer-bottom h2 {
    color: #fff; }

/* end .footer-links */
p.copyright {
  border-top: 7px solid #c6d202;
  padding-top: 20px;
  float: none;
  clear: both; }

/*********************
extra
*********************/
.hidden, #form-allowed-tags, .screen-reader-text, img.avatar, .em-search-wrapper {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto; }

.clear-float:after, .modules:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clear-float {
  height: 1%; }

/* IE6 */
*:first-child + html .clear-float {
  min-height: 1%; }

/* IE7 */
.clear {
  /*clears anything leaving no gap*/
  float: none;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px; }

.clearheight {
  /*clear anything leaving a gap*/
  float: none;
  clear: both; }

.end {
  margin-right: 0 !important; }

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: Fusion CDT
Author: Maraid Design

Stylesheet: 481px and Up Stylesheet
******************************************************************/
  ul.modules-row1 img {
    width: 50%; }
  /*********************
home
*********************/
  .free-module {
    float: left;
    width: 50%; }
  .news-module {
    float: right;
    width: 50%; }
  /*********************
lists
*********************/
  .entry-content ul.modules-row-3-line li {
    float: left;
    width: 47.5%;
    margin-right: 5%; }
  .entry-content ul.modules-row-3-line li:nth-child(2n+2) {
    margin-right: 0; }
  .entry-content ul.modules-row-3-line li:nth-child(2n+1) {
    clear: both; }
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /* end .footer-links */ }

/*********************
KINDLE
*********************/
@media only screen and (min-width: 600px) {
  /******************************************************************
Site Name:Fusion CDT
Author:Maraid Design

Stylesheet: 600 
******************************************************************/
  /*********************
HEADER & NAV STYLES
*********************/
  .header #logo {
    float: left;
    margin-top: 30px; }
  .header p.desc {
    float: right;
    width: 220px;
    text-align: right;
    margin-top: 30px; }
  /*********************
home
*********************/
  ul#partners {
    padding-bottom: 20px;
    /*
	li:nth-child(4n+3){  
	  clear:both
	}
*/ }
    ul#partners li {
      width: 30%; }
    ul#partners li:nth-child(3n) {
      margin-right: 0; }
    ul#partners li:nth-child(2n) {
      margin-right: 03.4%; }
  .about-wrap {
    /*
	padding-top: 20px;
	padding-bottom: 20px;
*/ }
  /*********************
lists
*********************/
  ul#research-home li {
    font-size: 170%;
    clear: none; }
    ul#research-home li img {
      width: 80px; } }

/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name: Fusion CDT
Author: Maraid Design

Stylesheet: Tablet & Small Desktop Stylesheet
******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative; }
  article {
    min-height: 600px; }
  /*********************
HEADER & NAV STYLES
*********************/
  .header {
    position: relative;
    transition: background-color 0.5s ease-out; }
    .header #logo {
      position: absolute;
      float: none;
      top: 40px;
      margin: 0;
      font-size: 430%; }
    .header p.desc {
      width: 20em;
      margin-top: 40px; }
  body.home .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .search-header #searchform input {
    width: 96%; }
  .nav-btn-wrapper {
    display: none; }
  .nav-wrap {
    padding-top: 4.25em; }
  .nav {
    max-height: none;
    padding-bottom: .35em;
    margin-right: 1em;
    -moz-transition: padding-left 0.5s ease-out;
    -o-transition: padding-left 0.5s ease-out;
    -webkit-transition: padding-left 0.5s ease-out;
    transition: padding-left 0.5s ease-out; }
    .nav li {
      display: inline-block;
      margin-right: 1.2em;
      padding: 0; }
      .nav li a {
        display: inline; }
  body.fixed-header .header {
    position: fixed;
    background-color: #2980b9;
    top: 0;
    left: 0;
    width: 100%; }
    body.fixed-header .header #logo {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none;
      -webkit-animation: slide-logo-in 0.5s ease-out;
      -moz-animation: slide-logo-in 0.5s ease-out;
      -o-animation: slide-logo-in 0.5s ease-out;
      animation: slide-logo-in 0.5s ease-out;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      font-size: 160%; }
      body.fixed-header .header #logo span, body.fixed-header .header #logo span abbr {
        position: relative;
        left: -1000px;
        opacity: 0; }
    body.fixed-header .header p.desc {
      display: none; }
  body.fixed-header .nav-wrap {
    padding-top: 1em; }
  body.fixed-header .nav {
    padding-left: 3em; }
  body.fixed-header .search-button {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  body.fixed-header .fixed-header-shim {
    display: block;
    width: 100%;
    background: transparent; }
  body.unfixed-header .header #logo img {
    -webkit-animation: fade-logo-in 0.5s ease-in 0.3s;
    -moz-animation: fade-logo-in 0.5s ease-in 0.3s;
    -o-animation: fade-logo-in 0.5s ease-in 0.3s;
    animation: fade-logo-in 0.5s ease-in 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }
  body.unfixed-header .header #logo span {
    -moz-transition: opacity 0.5s ease-in 0.6s;
    -o-transition: opacity 0.5s ease-in 0.6s;
    -webkit-transition: opacity 0.5s ease-in 0.6s;
    transition: opacity 0.5s ease-in 0.6s;
    opacity: 1; }
  body.unfixed-header .header #logo span abbr {
    -moz-transition: opacity 0.5s ease-in 0.9s;
    -o-transition: opacity 0.5s ease-in 0.9s;
    -webkit-transition: opacity 0.5s ease-in 0.9s;
    transition: opacity 0.5s ease-in 0.9s;
    opacity: 1; }
  @-webkit-keyframes slide-logo-in {
    0% {
      opacity: 0;
      left: -3em; }
    100% {
      opacity: 1;
      left: 0; } }
  @-moz-keyframes slide-logo-in {
    0% {
      opacity: 0;
      left: -3em; }
    100% {
      opacity: 1;
      left: 0; } }
  @-o-keyframes slide-logo-in {
    0% {
      opacity: 0;
      left: -3em; }
    100% {
      opacity: 1;
      left: 0; } }
  @keyframes slide-logo-in {
    0% {
      opacity: 0;
      left: -3em; }
    100% {
      opacity: 1;
      left: 0; } }
  @-webkit-keyframes fade-logo-in {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @-moz-keyframes fade-logo-in {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @-o-keyframes fade-logo-in {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fade-logo-in {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  /*********************
POSTS & CONTENT STYLES
*********************/
  /*********************
home
*********************/
  #research-strapline {
    text-align: center; }
    #research-strapline span {
      display: block; }
  .about-wrap {
    width: 80%; }
  .modules {
    background: url(/wp-content/themes/fusion-theme/library/images/arrow.png) no-repeat 95% 90% transparent; }
    .modules .text-wrap {
      width: 50%;
      float: right;
      padding: 10px 4% 0; }
    .modules img {
      float: left;
      width: 46%;
      margin: 25px 0 30px 4%; }
  /*********************
lists
*********************/
  ul#research-home {
    margin-top: 40px;
    line-height: 2em; }
    ul#research-home li {
      float: left;
      font-size: 150%;
      margin-right: 10px;
      width: 320px; }
    ul#research-home li:last-child {
      margin-right: 0; }
    ul#research-home img {
      width: 70px; }
  ul#partners {
    margin: 30px 0 20px; }
  .entry-content ul.modules-row-3-line li {
    float: left;
    width: 30.66666666666667%;
    margin-right: 4%; }
  .entry-content ul.modules-row-3-line li:nth-child(2n+2) {
    margin-right: 4%; }
  .entry-content ul.modules-row-3-line li:nth-child(3n+3) {
    margin-right: 0; }
  .entry-content ul.modules-row-3-line li:nth-child(2n+1) {
    clear: none; }
  .entry-content ul.modules-row-3-line li:nth-child(3n+1) {
    clear: both; }
  /*

li {
		margin-bottom: 1em;
		font-size: 150%;
		line-height: 0.85em;
		margin-bottom: 20px;
		display: block;
		clear: both;
		
		img {
			width:70px;
			float: left;
			margin-right: 10px;
		}
*/
  /*
ul#research-home {
	li {
		float: left;
		width:320px;
		margin-right: 30px;
		}
		
		li:last-child {
		margin-right: 0;
		}
}
*/
  ul#partners {
    /*
	li:nth-child(5n+4){  
	  clear:both
	}
*/ }
    ul#partners li {
      width: 20%; }
    ul#partners li:nth-child(3n) {
      margin-right: 03.4%; }
    ul#partners li:nth-child(4n) {
      margin-right: 0; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em; }
  .widget {
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em; }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  .footer .mod {
    float: left;
    width: 49.0234375%;
    margin: 10px 0;
    margin-right: 01.953125%; }
  p.copyright a:last-child {
    float: right; }
  .footer-links {
    /* end .footer-links */ } }

/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:Fusion CDT
Author:Maraid Design

Stylesheet: Desktop Stylesheet
******************************************************************/
  .wrap {
    max-width: 1040px; }
  .stripe {
    padding: 20px 0 40px; }
  /*********************
home
*********************/
  .bannerhome {
    position: relative; }
  .grad {
    background-color: transparent !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0)), to(#2b2b2b));
    background-image: -webkit-linear-gradient(top, rgba(43, 43, 43, 0), #2b2b2b);
    background-image: -moz-linear-gradient(top, rgba(43, 43, 43, 0), #2b2b2b);
    background-image: -o-linear-gradient(top, rgba(43, 43, 43, 0), #2b2b2b);
    background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0), #2b2b2b);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
  .about-wrap {
    padding: 50px 0;
    width: 40%;
    color: #fff; }
    .about-wrap h1 {
      color: #fff;
      font-size: 25px;
      position: relative;
      bottom: -100px; }
    .about-wrap p {
      position: relative;
      bottom: -90px; }
  #research-strapline {
    text-align: left;
    float: left;
    width: 50%;
    margin-top: 15px; }
    #research-strapline span {
      margin-bottom: 3px; }
  .textwidget {
    display: inline; }
  /*********************
lists
*********************/
  ul#research-home li {
    margin-right: 30px;
    font-size: 170%; }
  ul#research-home img {
    width: 80px; }
  ul.modules-row1 li {
    margin-bottom: 1em; }
  ul.modules-row1 img {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 33.052%;
    margin-bottom: 1em; }
  ul.modules-row1 .text {
    float: right;
    width: 64.135%; }
  ul.modules-row1 h2 {
    margin-bottom: 0.4em;
    margin-top: 0;
    position: relative;
    top: -5px; }
  ul#partners li {
    width: 17%; }
  ul#partners li:nth-child(1), ul#partners li:nth-child(2) {
    margin-right: 0;
    margin-left: 7%; }
  ul#partners li:nth-child(3), ul#partners li:nth-child(4), ul#partners li:nth-child(5) {
    margin-right: 10.2%; }
  ul#partners li:nth-child(6) {
    margin-right: 0; }
  /* news
-----------------------------------------------------------------------*/
  .modules .text-wrap {
    padding-top: 10px; }
  /* bouncy arrow
-----------------------------------------------------------------------*/
  .arrow-area {
    position: relative;
    background-color: #2b2b2b;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    top: 30px;
    z-index: 2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .arrow {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url("../images/bounce-arrow.svg") no-repeat 50% 50%;
    background-size: contain;
    background-size: 20px 12px; }
  .bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite; }
  @-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0); }
    40% {
      -webkit-transform: translateY(-20px); }
    60% {
      -webkit-transform: translateY(-15px); } }
  @-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0); }
    40% {
      -moz-transform: translateY(-20px); }
    60% {
      -moz-transform: translateY(-15px); } }
  @-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -o-transform: translateY(0); }
    40% {
      -o-transform: translateY(-20px); }
    60% {
      -o-transform: translateY(-15px); } }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0); }
    40% {
      transform: translateY(-20px); }
    60% {
      transform: translateY(-15px); } } }

/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: Fusion CDT
Author: Maraid Design

Stylesheet: Super Large Monitor Stylesheet
******************************************************************/
  .about-wrap h1 {
    bottom: -80px; }
  .about-wrap p {
    bottom: -70px; } }

/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: Fusion CDT
Author: Maraid Design

Stylesheet: Retina Screens & Devices Stylesheet
******************************************************************/
  .modules {
    background: url(/wp-content/themes/fusion-theme/library/images/arrow@2x.png) no-repeat 95% 90%/15px #F7F6F6; } }

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
Site Name:Fusion CDT
Author: Maraid Design

Stylesheet: Print Stylesheet
******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .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; } }
