@charset "UTF-8";
/* Import all SASS files */
/* Put mixins here */
/* @TODO
@mixin proportional-element($selector) {
	
}
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
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;
}

/*
RESPONSIVE
*/
.logged-in #color-bar {
  width: 100%;
  height: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logged-in #color-bar {
    background-color: red;
  }
  .logged-in #color-bar:before {
    content: 'phone';
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logged-in #color-bar {
    background-color: blue;
  }
  .logged-in #color-bar:before {
    content: 'small_tablet';
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .logged-in #color-bar {
    background-color: pink;
  }
  .logged-in #color-bar:before {
    content: 'large_tablet';
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1139px) {
  .logged-in #color-bar {
    background-color: orange;
  }
  .logged-in #color-bar:before {
    content: 'desktop';
  }
}
@media only screen and (min-width: 1140px) {
  .logged-in #color-bar {
    background-color: purple;
  }
  .logged-in #color-bar:before {
    content: 'mid_desktop';
  }
}
@media only screen and (min-width: 1280px) {
  .logged-in #color-bar {
    background-color: green;
  }
  .logged-in #color-bar:before {
    content: 'large_desktop';
  }
}

/* Colors */
/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com

  Altered by Mark Toce
*/
/* Just for grid sample */
#grid-sample [class*='col-'] > .content {
  background: #ccc;
}

/************************/
/*
Grid Variables
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px;
}

[class*='col-'] {
  float: left;
  padding-right: 30px;
}

[class*='col-']:last-of-type {
  padding-right: 0px;
}

.grid {
  width: 100%;
  max-width: 1220px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding: 26px 0px 0px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}

.push-right {
  float: right;
}

/* Content Columns */
.col-1-1 {
  width: 100%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

@media only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 13px;
    margin-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }

  [class*='col-']:last-of-type {
    padding-right: 20px !important;
  }
}
/*
TYPOGRAPHY
*/
/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 * Emigre web font kit 541481eedce8b
 * 
 * These fonts are not shareware. 
 * Use of these fonts requires the purchase 
 * of a license from Emigre, www.emigre.com  
 * Please contact sales@emigre.com
 *
 * To purchase a license to use this font go to:
 * http://www.emigre.com/fontpage.php?PFilR.html
 *
 * © 2012 Emigre, Inc
 */
@font-face {
  font-family: 'Filosofia';
  src: url("../fonts/filosreg-071211001EmigreWebOnly.eot");
  src: url("../fonts/filosreg-071211001EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("../fonts/filosreg-071211001EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
 * Emigre web font kit 541481eedfea9
 * 
 * These fonts are not shareware. 
 * Use of these fonts requires the purchase 
 * of a license from Emigre, www.emigre.com  
 * Please contact sales@emigre.com
 *
 * To purchase a license to use this font go to:
 * http://www.emigre.com/fontpage.php?PFilI.html
 *
 * © 2012 Emigre, Inc
 */
@font-face {
  font-family: 'Filosofia';
  src: url("../fonts/filosita-071211002EmigreWebOnly.eot");
  src: url("../fonts/filosita-071211002EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("../fonts/filosita-071211002EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
/*
 * Emigre web font kit 541481eee072f
 * 
 * These fonts are not shareware. 
 * Use of these fonts requires the purchase 
 * of a license from Emigre, www.emigre.com  
 * Please contact sales@emigre.com
 *
 * To purchase a license to use this font go to:
 * http://www.emigre.com/fontpage.php?SMrBk.html
 *
 * © 2012 Emigre, Inc
 */
@font-face {
  font-family: 'MrEavesSans';
  src: url("../fonts/mreavessanbk-071211002EmigreWebOnly.eot");
  src: url("../fonts/mreavessanbk-071211002EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("../fonts/mreavessanbk-071211002EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
 * Emigre web font kit 541481eee0f2e
 * 
 * These fonts are not shareware. 
 * Use of these fonts requires the purchase 
 * of a license from Emigre, www.emigre.com  
 * Please contact sales@emigre.com
 *
 * To purchase a license to use this font go to:
 * http://www.emigre.com/fontpage.php?SMrBkI.html
 *
 * © 2012 Emigre, Inc
 */
@font-face {
  font-family: 'MrEavesSans';
  src: url("../fonts/mreavessanbki-071211002EmigreWebOnly.eot");
  src: url("../fonts/mreavessanbki-071211002EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("../fonts/mreavessanbki-071211002EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
/*
 * Emigre web font kit 541481eee174a
 * 
 * These fonts are not shareware. 
 * Use of these fonts requires the purchase 
 * of a license from Emigre, www.emigre.com  
 * Please contact sales@emigre.com
 *
 * To purchase a license to use this font go to:
 * http://www.emigre.com/fontpage.php?SMrB.html
 *
 * © 2012 Emigre, Inc
 */
@font-face {
  font-family: 'MrEavesSans';
  src: url("../fonts/mreavessanb-071211002EmigreWebOnly.eot");
  src: url("../fonts/mreavessanb-071211002EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("../fonts/mreavessanb-071211002EmigreWebOnly.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/*
MAIN
*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* html element 62.5% font-size for REM use */
body {
  font-family: "MrEavesSans", "Gill Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  background: #EFECE5;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #398EBA;
  text-decoration: none;
  transition: color ease .2s, background ease .2s;
}

a:hover {
  color: #B93335;
}

/* Vertical rhythm for block-level elements */
h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, table, fieldset, hr {
  margin-top: 0;
  margin-bottom: 26px;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 26px;
}

h1, h2, h3 {
  font-family: "Filosofia", "Georgia", "Times New Roman", serif;
  font-weight: normal;
}

h1,
.h1 {
  color: #84BF41;
  font-size: 36.75px;
  line-height: 39px;
}

h2,
.h2 {
  color: #7e7f7c;
  font-size: 31.5px;
  line-height: 39px;
}

h3,
.h3 {
  color: #893E14;
  font-size: 27.93px;
  line-height: 32.5px;
}

h4,
.h4,
.result-parent-category-description,
.single-post .date {
  color: #6e8b8b;
  font-size: 24.78px;
  font-weight: normal;
}

h5,
.h5,
.post .date,
.hentry .date {
  font-size: 21px;
  font-style: italic;
  font-weight: normal;
}

h6,
.h6 {
  font-size: 21px;
  color: #6c8888;
  font-weight: normal;
}

.more-link {
  white-space: nowrap;
}

/* Image tile */
.image-tile {
  color: #ffffff;
  background-size: cover;
}
.image-tile a {
  color: #ffffff;
  text-decoration: underline;
}

/* Teasers */
.teasers,
.teaser {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.teaser {
  margin-bottom: 26px;
}
.teaser .post-title {
  margin-bottom: 0;
}

/* Related widgets */
.related-widget {
  margin-top: 52px;
  overflow: hidden;
  *zoom: 1;
}

/* See all link */
.see-all-link {
  display: block;
  clear: both;
  margin-top: 26px;
}

/*
Menus
*/
/*
Header Menu
*/
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 17.01px;
}
.nav .menu-item a {
  color: #000000;
  background: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1pt;
}
.nav .menu-item a:hover {
  color: #398EBA;
}
.nav .menu-item a:active {
  color: #ffffff;
  background: #000000;
}
.nav .menu-item:last-child a {
  color: #ffffff;
  background: #398EBA;
  font-weight: bold;
}
.nav .menu-item:last-child a:hover {
  color: #ffffff;
  background: #B93335;
}
.nav .menu-item:last-child a:active {
  color: #ffffff;
  background: #000000;
}
@media only screen and (min-width: 767px) {
  .nav ul {
    font-size: 15.75px;
  }
}

/*
Widgets
*/
.sidebar-widget {
  margin-bottom: 52px;
}
.sidebar-widget h3 {
  margin-bottom: 13px;
  color: #893E14;
}

.sidebar-widget.widget_categories ul, .sidebar-widget.widget_categories li,
.sidebar-widget.widget_authors ul,
.sidebar-widget.widget_authors li,
.sidebar-widget.Annual_Archive_Widget ul,
.sidebar-widget.Annual_Archive_Widget li,
.sidebar-widget.widget_archive ul,
.sidebar-widget.widget_archive li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.sidebar-widget.widget_categories ul li a,
.sidebar-widget.widget_authors ul li a,
.sidebar-widget.Annual_Archive_Widget ul li a,
.sidebar-widget.widget_archive ul li a {
  border: 1px solid rgba(57, 142, 186, 0.4);
  padding: 6.5px 13px;
  border-radius: 6.5px;
  margin-top: 6.5px;
  margin-right: 6.5px;
  display: inline-block;
}
.sidebar-widget.widget_categories ul li a:hover,
.sidebar-widget.widget_authors ul li a:hover,
.sidebar-widget.Annual_Archive_Widget ul li a:hover,
.sidebar-widget.widget_archive ul li a:hover {
  border-color: rgba(185, 51, 53, 0.4);
  background: rgba(255, 255, 255, 0.4);
}

/* Contact info */
.sidebar-widget .contact-info {
  font-size: 23.94px;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

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

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

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

.fa-times:before {
  content: "\f00d";
}

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

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

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

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

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

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

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

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

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

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

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

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

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

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

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

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

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

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

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

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

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

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

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

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

.fa-calendar:before {
  content: "\f073";
}

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

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

.fa-magnet:before {
  content: "\f076";
}

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

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

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

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

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

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

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

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

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

.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

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

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

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

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

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

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

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

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

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

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

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

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

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

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

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

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

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

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

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

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

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

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

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

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

.fa-spinner:before {
  content: "\f110";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-code:before {
  content: "\f121";
}

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

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

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

.fa-crop:before {
  content: "\f125";
}

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

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

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

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

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

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

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

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

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

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

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

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

form {
  margin-bottom: 26px;
}

input,
input[type="text"],
textarea {
  line-height: 26px;
  padding: 6.5px 10px;
  width: 100%;
  border: 1px solid gainsboro;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 200ms ease;
  border-radius: 6px;
  padding: 6.5px 10px;
  color: #ffffff;
  background: #398EBA;
  border: 1px solid #398EBA;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background: #B93335;
  border-color: #B93335;
}
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.result-category-parent-order-1.result-teaser .result-teaser-content,
.result-categories .result-category-parent-order-1 a {
  background-color: rgba(10, 186, 165, 0.85);
}

.result-categories .result-category-parent-order-1 a {
  border-color: rgba(10, 186, 165, 0.85);
}

.result-category-parent-order-2.result-teaser .result-teaser-content,
.result-categories .result-category-parent-order-2 a {
  background-color: rgba(237, 154, 45, 0.85);
}

.result-categories .result-category-parent-order-2 a {
  border-color: rgba(237, 154, 45, 0.85);
}

.result-category-parent-order-3.result-teaser .result-teaser-content,
.result-categories .result-category-parent-order-3 a {
  background-color: rgba(121, 68, 159, 0.85);
}

.result-categories .result-category-parent-order-3 a {
  border-color: rgba(121, 68, 159, 0.85);
}

.result-category-parent-order-4.result-teaser .result-teaser-content,
.result-categories .result-category-parent-order-4 a {
  background-color: rgba(124, 151, 151, 0.85);
}

.result-categories .result-category-parent-order-4 a {
  border-color: rgba(124, 151, 151, 0.85);
}

.result-category-parent-order-5.result-teaser .result-teaser-content,
.result-categories .result-category-parent-order-5 a {
  background-color: rgba(132, 191, 65, 0.85);
}

.result-categories .result-category-parent-order-5 a {
  border-color: rgba(132, 191, 65, 0.85);
}

.people-list .person {
  text-align: center;
}
.people-list .person:nth-child(3n+1) {
  clear: both;
}

.people-role {
  color: #893E14;
  clear: both;
  text-align: center;
  font-size: 52.5px;
  line-height: 52px;
  margin-top: 78px;
}

.person-image {
  width: 66%;
  margin-bottom: 26px;
  margin-right: auto;
  margin-left: auto;
}

.person-image img {
  border-radius: 50%;
}

.person-name {
  margin-bottom: 0;
  font-family: "Filosofia", "Georgia", "Times New Roman", serif;
}

.person-job-title {
  margin-top: 0;
  font-style: italic;
  color: #90918E;
  font-family: "MrEavesSans", "Gill Sans", "Helvetica Neue", "Helvetica", sans-serif;
}

.single-people .col-8-12 .hentry .person-name,
.single-people .col-8-12 .hentry .person-job-title,
.single-people .col-8-12 .hentry .person-basic-info,
.single-person .col-8-12 .hentry .person-name,
.single-person .col-8-12 .hentry .person-job-title,
.single-person .col-8-12 .hentry .person-basic-info {
  text-align: center;
}
.single-people .col-8-12 .hentry .person-follow,
.single-person .col-8-12 .hentry .person-follow {
  display: inline-block;
  clear: both;
}
.single-people .col-8-12 .hentry .person-job-title,
.single-person .col-8-12 .hentry .person-job-title {
  margin-bottom: 13px;
}
.single-people .col-8-12 .hentry .person-bio,
.single-person .col-8-12 .hentry .person-bio {
  margin-top: 26px;
}
.single-people .related-blogs .post-author,
.single-person .related-blogs .post-author {
  display: none;
}

.related-people-list .related-person {
  margin-bottom: 6.5px;
  margin-top: 6.5px;
}
.related-people-list .related-person .person-image {
  float: left;
  margin-bottom: 0;
  margin-right: -39px;
  width: 39px;
  height: 39px;
}
.related-people-list .related-person .person-name {
  font-family: "MrEavesSans", "Gill Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18.06px;
  line-height: 19.5px;
  color: #6e8b8b;
}
.related-people-list .related-person .person-job-title {
  font-style: italic;
  color: #6e8b8b;
  font-size: 18.06px;
  line-height: 19.5px;
}
.related-people-list .related-person .person-name,
.related-people-list .related-person .person-job-title {
  margin-left: 49px;
}
@media only screen and (min-width: 1024px) {
  .related-people-list .related-person {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 2%;
    min-height: 52px;
  }
}
@media only screen and (max-width: 1023px) {
  .related-people-list:not(.of-1) {
    padding-right: 10px;
    padding-top: 26px;
  }
  .related-people-list:not(.of-1) .related-person {
    display: inline-block;
    overflow: hidden;
    width: 39px;
    height: 39px;
    margin-right: -10px;
    margin-top: -20px;
    transition: all ease 200ms;
  }
  .related-people-list:not(.of-1) .related-person:first-child {
    margin-left: 0;
  }
  .related-people-list:not(.of-1) .related-person:hover {
    transform: scale(1.3);
  }
  .related-people-list:not(.of-1) .related-person .person-image {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .related-people-list:not(.of-1):hover .related-person {
    margin-right: 0;
  }
}

.home .feature-image .content,
.home .image-tile {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}
.home .feature-image .content a,
.home .image-tile a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.home .feature-image .content a:hover,
.home .image-tile a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.home .feature-image .content-inner {
  padding: 26px 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6.5px;
}
.home .post-title {
  font-size: 31.5px;
  margin-bottom: 6.5px;
  color: #ffffff;
}
.home .post-excerpt {
  margin-bottom: 0;
}
.home .post-meta {
  font-style: italic;
  color: #90918E;
}
.home .read-all {
  margin-top: 26px;
  font-size: 25.62px;
}
.home .post-type {
  margin-bottom: 26px;
  color: #6e8b8b;
  font-style: italic;
}
.home .feature-tile .content {
  background-color: rgba(10, 186, 165, 0.8);
}
.home .post-position-1 .content {
  background-color: rgba(124, 151, 151, 0.8);
}
.home .post-position-2 .content {
  background-color: rgba(166, 100, 14, 0.8);
}

.quotes {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.quote {
  list-style-type: none;
  margin: 0 0 39px 0;
}

.quote-quote {
  padding: 26px 20px;
  background: rgba(169, 170, 168, 0.2);
  border-radius: 18px;
  font-size: 25.62px;
  margin-bottom: 13px;
}

.quote-quote p:last-child {
  margin-bottom: 0;
}

.home .quote-quote {
  font-size: 27.93px;
  background: #ffffff;
}
.home .quote-image,
.home .quote-name,
.home .quote-job-title {
  text-align: center;
}
.home .quote-image {
  float: none;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 13px;
}

.quote-image {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
}

.result-teasers {
  overflow: hidden;
  *zoom: 1;
}

.result-teaser {
  position: relative;
  min-height: 416px;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  background-size: cover;
  background-position: top center;
}
.result-teaser a {
  color: #ffffff;
}
.result-teaser .result-teaser-content {
  padding: 26px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ffffff;
  background-size: cover;
  background-color: rgba(144, 145, 142, 0.95);
}
.result-teaser .result-title {
  margin-bottom: 13px;
  font-size: 27.93px;
  font-family: "Filosofia", "Georgia", "Times New Roman", serif;
  line-height: 29.25px;
}
.result-teaser .result-excerpt {
  font-size: 24.36px;
}

.result-categories,
.result-category {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.result-category a {
  display: inline-block;
  transition: background 200ms ease;
  border-radius: 6px;
  padding: 6.5px 10px;
  color: #ffffff;
  background: #398EBA;
  border: 1px solid #398EBA;
  font-size: 28px;
  padding: 13px 20px;
}
.result-category a:hover {
  color: #ffffff;
  background: #B93335;
  border-color: #B93335;
}
.result-category a:active {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.result-category {
  margin-bottom: 13px;
}

/* Category list */
.result-category-list {
  clear: both;
  border-top: 1px solid gainsboro;
  padding-top: 26px;
  padding-bottom: 13px;
  overflow: hidden;
  *zoom: 1;
}

.result-parent-category-title {
  color: #893E14;
}

.services .service {
  border-top: 1px solid gainsboro;
  padding-bottom: 26px;
}
.services .service-image {
  margin-top: 26px;
}
.services .service-image img {
  border-radius: 8px;
}
.services .service-title {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 39px;
  margin-top: 26px;
}
.services .service-subtitle {
  margin-bottom: 0;
  font-style: italic;
}

.single-services .page-title {
  margin-bottom: 6.5px;
}
.single-services .service-subtitle {
  margin-bottom: 26px;
  font-size: 31.5px;
}

.related-services .service-title {
  margin-bottom: 0;
}
.related-services .service-subtitle {
  font-size: 21px;
  font-style: italic;
}
.related-services .service-image {
  float: left;
  width: 48px;
  margin-right: 10px;
  margin-bottom: 26px;
}
.related-services .teaser {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 0;
}

.training-teaser {
  border-top: 1px solid gainsboro;
  margin-top: 26px;
  padding-top: 26px;
}

.training-title {
  margin-bottom: 0;
}

.training-subtitle {
  margin-bottom: 0;
}

.training-excerpt {
  margin-top: 0;
}

.training-event {
  margin-bottom: 26px;
}

.training-event-info {
  font-style: italic;
}

.training-length,
.training-price {
  font-style: italic;
}

.training-event-register,
.training-event-request {
  transition: background 200ms ease;
  border-radius: 6px;
  padding: 6.5px 10px;
  color: #ffffff;
  background: #398EBA;
  border: 1px solid #398EBA;
}
.training-event-register:hover,
.training-event-request:hover {
  color: #ffffff;
  background: #B93335;
  border-color: #B93335;
}
.training-event-register:active,
.training-event-request:active {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.training-event-request {
  border-color: #ED9A2D;
  background: #ED9A2D;
}

.training-event-link {
  display: inline-block;
  margin-right: 10px;
}

.page-id-12628 .hentry a,
.client-list .hentry a,
.sidebar-contact-list ul a {
  color: #000000;
}
.page-id-12628 .hentry a:hover,
.client-list .hentry a:hover,
.sidebar-contact-list ul a:hover {
  color: #398EBA;
}
.page-id-12628 .hentry a:active,
.client-list .hentry a:active,
.sidebar-contact-list ul a:active {
  color: #B93335;
}

.sidebar-contact-list ul,
.sidebar-contact-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 17.9991px;
}
.sidebar-contact-list ul {
  margin-bottom: 26px;
}

.nav-searchform .search-input {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid #ffffff;
  border-radius: none;
}
.nav-searchform .search-input:focus {
  color: #ffffff;
}
.nav-searchform .search-input::-webkit-search-decoration, .nav-searchform .search-input::-webkit-search-cancel-button, .nav-searchform .search-input::-webkit-search-results-button, .nav-searchform .search-input::-webkit-search-results-decoration {
  display: none;
}

.search-icon {
  background: transparent;
  border: transparent;
}
.search-icon:hover, .search-icon:active {
  background: transparent;
  border: transparent;
}

.post-author {
  font-family: "MrEavesSans", "Gill Sans", "Helvetica Neue", "Helvetica", sans-serif;
  color: #6e8b8b;
  font-size: 18.06px;
  line-height: 19.5px;
}

.post,
.hentry {
  margin-top: 52px;
}

.single .hentry,
.single .post {
  margin-top: 0;
}

.post h2,
.hentry h2 {
  margin-bottom: 0;
}

.post .date,
.hentry .date {
  color: #6e8b8b;
  display: block;
}

.post span.comments a {
  border: 1px solid rgba(57, 142, 186, 0.4);
  padding: 6.5px 13px;
  border-radius: 6.5px;
  margin-top: 6.5px;
  margin-right: 6.5px;
  display: inline-block;
}
.post span.comments a:hover {
  border-color: rgba(185, 51, 53, 0.4);
  background: rgba(255, 255, 255, 0.4);
}

.single-post span.comments {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.single-post .page-title {
  margin-bottom: 0;
}
.single-post .date {
  margin-top: 0;
  display: block;
}

.comments ul {
  padding: 0;
}
.comments .comment {
  list-style-type: none;
  margin: 26px 0 0 0;
  padding: 13px 26px;
  border: 1px solid rgba(144, 145, 142, 0.05);
  border-radius: 6.5px;
  background: rgba(144, 145, 142, 0.05);
}
.comments .comment .avatar {
  display: none;
}

.header {
  background-color: #B93335;
  background-position: 50% 15%;
  background-size: cover;
}

.with-scrim,
.with-scrim .grid {
  position: relative;
}

.scrim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.opacity .scrim {
  background: #000;
  opacity: 0.15;
}

.rgba .scrim {
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
}

footer {
  background: #90918E;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 52px;
}
footer .footer-block:nth-child(2n+1) {
  clear: both;
}
footer .footer-block {
  margin-bottom: 26px;
}
footer .social-icon {
  display: inline-block;
  transition: opacity 200ms ease;
  width: 35px;
  height: 35px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  margin-right: 10px;
  overflow: hidden;
  background: transparent center center no-repeat;
}
footer .social-icon:hover {
  opacity: 0.6;
}
footer .social-twitter {
  background-image: url("../img/social-twitter.svg");
}
footer .social-facebook {
  background-image: url("../img/social-facebook.svg");
}
footer .social-linkedin {
  background-image: url("../img/social-linkedin.svg");
}
footer .social-instagram {
  background-image: url("../img/social-instagram.svg");
}
footer .footer-block-one .content {
  background: rgba(255, 255, 255, 0.65);
  padding: 13px 20px;
  border-radius: 6px;
}
footer .footer-block-two .content {
  padding: 13px 0;
}
footer .widget-title {
  font-family: "MrEavesSans", "Gill Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 25.62px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
}
footer .sidebar-widget {
  margin-top: 13px;
  margin-bottom: 13px;
}

.footer-menu {
  margin-bottom: 26px;
}
.footer-menu a {
  text-decoration: underline;
  color: #ffffff;
}
.footer-menu a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer-menu ul.menu,
.footer-menu li.menu-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-menu li.menu-item {
  display: inline-block;
  margin-right: 10px;
}

.menu-icon {
  display: inline-block;
  padding: 15.75px 7.875px;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 4.5px;
  background: transparent;
  border: none;
}
.menu-icon:hover {
  opacity: 1;
  background: transparent;
}
.menu-icon:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 31.5px;
  height: 4.5px;
  background: #ffffff;
  border-radius: 2.25px;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
.lines:before, .lines:after {
  display: inline-block;
  width: 31.5px;
  height: 4.5px;
  background: #ffffff;
  border-radius: 2.25px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 2.25px center;
}
.lines:before {
  top: 7.875px;
}
.lines:after {
  top: -7.875px;
}

.menu-icon.active .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
.menu-icon.active .lines:before, .menu-icon.active .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 31.5px;
}
.menu-icon.active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.menu-icon.active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Styles related to Salesforce WordPress-to-Lead Plugin */
.w2limg {
  width: auto;
  height: auto;
}

.email-list-signup label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.email-list-signup br {
  display: none;
}
.email-list-signup input {
  width: auto;
}

.content .yarpp-related {
  margin-top: 52px;
}
.content .yarpp-related h3 {
  font-weight: normal !important;
  text-transform: none !important;
}
.content .yarpp-related li {
  margin-top: 26px;
}
.content .yarpp-related a {
  font-weight: normal !important;
  font-size: 1.22em;
  text-transform: none !important;
}
.content .yarpp-related abbr {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.pagination {
  margin-top: 104px;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  border: 1px solid rgba(57, 142, 186, 0.4);
  padding: 6.5px 13px;
  border-radius: 6.5px;
  margin-top: 6.5px;
  margin-right: 6.5px;
  display: inline-block;
}
.pagination .page-numbers:hover {
  border-color: rgba(185, 51, 53, 0.4);
  background: rgba(255, 255, 255, 0.4);
}
.pagination .page-numbers.current {
  color: #000000;
  font-weight: bold;
}
.pagination .page-numbers.current:hover {
  border: none;
  color: #000000;
}
.pagination .page-numbers.dots,
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000;
}

div.sharedaddy h3.sd-title {
  font-weight: normal;
}

.teasers div.sharedaddy.sd-sharing-enabled {
  display: none;
}

.single-iisc_editions .col-12-12 .content,
.archive.tax-fieldnotes_categories .col-12-12 .content {
  padding: 26px 20px;
  background: #ffffff;
}

.single-iisc_editions .col-12-12 .content .grid > [class*='col-'] {
  padding-left: 0;
}

.single-iisc_editions .excerpt {
  font-size: 26.25px;
}

.fieldnotes-edition,
.archive.tax-fieldnotes_categories section,
.related-fieldnotes {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.fieldnote {
  padding: 0 20px 26px 20px;
  margin-bottom: 26px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.fieldnote a {
  color: #000000;
  text-decoration: underline;
}
.fieldnote a:hover {
  color: #333333;
}
@media only screen and (min-width: 767px) {
  .fieldnote.width1 {
    width: 32.33%;
  }
  .fieldnote.width2 {
    width: 49%;
  }
  .fieldnote.width3 {
    width: 65.66%;
  }
  .fieldnote.width4 {
    width: 100%;
  }
}

@media only screen and (min-width: 767px) {
  .archive .fieldnote.width1, .archive .fieldnote.width2, .archive .fieldnote.width3, .archive .fieldnote.width4 {
    width: 100%;
  }
}

@media only screen and (min-width: 767px) {
  .archive.tax-fieldnotes_categories .fieldnote.width1, .archive.tax-fieldnotes_categories .fieldnote.width2, .archive.tax-fieldnotes_categories .fieldnote.width3,
  .related-fieldnotes .fieldnote.width1,
  .related-fieldnotes .fieldnote.width2,
  .related-fieldnotes .fieldnote.width3 {
    width: 49%;
  }
  .archive.tax-fieldnotes_categories .fieldnote.width4,
  .related-fieldnotes .fieldnote.width4 {
    width: 100%;
  }
}

.style-partial .fieldnote-image {
  width: 66%;
}
@media only screen and (min-width: 767px) {
  .style-partial .fieldnote-image {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
}

.fieldnote-image {
  margin-right: -20px;
  margin-left: -20px;
}

.fieldnote-title {
  color: #000000;
  margin-top: 26px;
}

.fieldnote-content {
  margin-top: 26px;
  flex: 1;
}

.fieldnote-people {
  padding-right: 10px;
  padding-top: 26px;
}
.fieldnote-people:hover .fieldnote-person {
  margin-right: 0;
}

.fieldnote-person {
  display: inline-block;
  width: 52px;
  margin-right: -10px;
  margin-top: -20px;
  overflow: hidden;
  transition: all ease 200ms;
  width: 78px;
}
.fieldnote-person:hover {
  transform: scale(1.3);
}
.fieldnote-person .person-image {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.fieldnote-person .person-image {
  width: 100%;
}

.loader {
  width: 24px;
  height: 26px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 26px;
}

/*------------------------------------*\
		STRUCTURE
\*------------------------------------*/
/* Wrapper */
.wrapper {
  width: 100%;
  position: relative;
}

/* Header */
.header {
  padding-bottom: 26px;
}
.header [class*='col-'] {
  margin-top: 0;
  margin-bottom: 0;
}

/* Logo */
.logo a {
  color: #ffffff;
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background: url("../img/iisc-logo.svg") top left no-repeat;
  /* @TODO @heybenji PNG fallbacks */
  width: 55px;
  height: 55px;
}

/* Nav */
.nav .menu-item a {
  display: block;
  padding: 13px 20px;
  margin-bottom: 6.5px;
  border-radius: 4px;
}
.nav .search-icon {
  display: none;
}

/* Primary content */
[role=main] .col-8-12 .content,
[role=main] .col-1-1 .content {
  overflow: hidden;
  *zoom: 1;
  background: #ffffff;
  padding: 26px 20px;
}
[role=main] .col-8-12 .content .content,
[role=main] .col-1-1 .content .content {
  padding: 13px 0;
}

/* Sidebar */
.sidebar,
[role=main] .col-4-12 {
  overflow: hidden;
  *zoom: 1;
}
.sidebar .sidebar-widget,
[role=main] .col-4-12 .sidebar-widget {
  margin-bottom: 52px;
}

/* Footer */
/* Home */
.home .header {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: none;
}
.home .main .feature-image .content {
  position: absolute;
  left: 20px;
  bottom: 26px;
  right: 20px;
}
.home .main .post {
  background-size: cover;
  position: relative;
}
.home .main [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
.home .main [class*='col-']:last-of-type {
  padding-right: 0 !important;
}
.home .main .col-1-1 {
  margin-right: 0;
  margin-left: 0;
}
.home .main .post .content {
  padding: 26px 20px;
  min-height: 360px;
  margin: 0;
}
.home .main .feature-image {
  min-height: 480px;
  padding: 0;
  position: relative;
}
.home .main .type-quote {
  clear: both;
  /* @TODO refactor so that you don't have to do this on account of a browser error */
}
.home footer {
  margin-top: 0;
}

/* Large tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home .main .post:before {
    padding-top: 100%;
  }
  .home .main .post.type-training .post-type {
    margin-bottom: 26px;
  }
  .home .main .post.type-training .post-title {
    font-size: 26.25px;
  }
  .home .main .post.type-training .read-more,
  .home .main .post.type-training .training-event-divider,
  .home .main .post.type-training .training-event-location {
    display: none;
  }
  .home .main .post-position-1 .post-excerpt {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
/* Large tablet and down */
@media only screen and (max-width: 1023px) {
  /* Site Header */
  .js .menu-icon {
    z-index: 5000;
    position: absolute;
    top: 26px;
    right: 20px;
  }

  .js .nav {
    transition: opacity .3s ease .1s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    padding: 78px 78px 52px 52px;
  }

  .js .nav.active {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1;
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .js .nav .search-input {
    margin-bottom: 12px;
    width: 97%;
  }
}
@media only screen and (min-width: 767px) {
  /* Logo */
  .logo a {
    width: 278px;
  }

  h1,
  .h1 {
    font-size: 52.5px;
    line-height: 52px;
  }

  /* Home */
  .home .main .feature-image .content-inner {
    width: 50%;
  }
  .home .main .post.type-training {
    position: relative;
  }
  .home .main .post .content {
    min-height: inherit;
  }
  .home .main .post.image-tile:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio */
  }
  .home .main .post.image-tile .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #EFECE5;
    padding: 26px 20px;
  }
  .home .main .post.image-tile .content-inner {
    position: absolute;
    left: 20px;
    bottom: 26px;
    right: 20px;
  }
  .home .main .post.type-training:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio */
  }
  .home .main .post.type-training .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #EFECE5;
    padding: 26px 20px;
  }
  .home .main .post.type-training .content-inner {
    position: absolute;
    left: 20px;
    bottom: 26px;
    right: 20px;
  }
}
/* Large tablet and up */
@media only screen and (min-width: 1024px) {
  .menu-icon {
    display: none;
  }

  .header .grid-pad {
    position: relative;
    height: 84.5px;
  }

  .header .col-4-12 {
    z-index: 2000;
    position: absolute;
    left: 20px;
  }

  .header .col-8-12 {
    z-index: 1;
  }

  .header .col-8-12 .content {
    z-index: 2;
    position: absolute;
    right: 0;
    text-align: right;
  }

  .nav .search-icon {
    display: inline-block;
  }

  /* Nav */
  .nav {
    display: inline-block;
    white-space: nowrap;
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
  .nav .menu-item {
    display: inline-block;
  }
  .nav .menu-item a {
    margin-left: 2.5px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .search-icon {
    z-index: 5000;
  }

  .nav {
    transition: all ease .6s;
  }

  .nav ul {
    display: inline-block;
  }

  .nav ul li {
    transition: opacity ease .6s;
  }

  .nav.search-active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .nav.search-active li {
    opacity: .1;
  }

  .nav .nav-searchform {
    text-align: left;
    display: inline-block;
    width: 400px;
  }
  .nav .nav-searchform .search {
    display: inline-block;
  }
  .nav .nav-searchform .search-input {
    display: inline-block;
    width: 350px;
  }
  .nav .nav-searchform .search-submit {
    display: none;
  }

  /* Home */
  .home .header .grid {
    max-width: none;
  }
  .home .grid.main {
    max-width: none;
  }
  .home .main .feature-image {
    min-height: 90vh;
    padding: 0;
    position: relative;
  }
  .home .main .feature-image .content-inner {
    width: 33%;
  }
  .home .main div[class*='col-'] {
    padding-right: 0;
  }
  .home .main .feature-image .post-title,
  .home .main .col-8-12 .post-title {
    font-size: 42px;
    line-height: 52px;
  }
  .home .main .feature-image .post-excerpt,
  .home .main .col-8-12 .post-excerpt {
    font-size: 25.62px;
  }
  .home .main .quote-quote {
    font-size: 31.5px;
    line-height: 32.5px;
  }
  .home .main .post.image-tile:before {
    padding-top: 80%;
    /* initial ratio */
  }
  .home .main .post.type-training:before {
    padding-top: 80%;
    /* initial ratio */
  }

  /* Service teaser */
  .service {
    overflow: hidden;
    *zoom: 1;
  }
  .service .service-image {
    width: 33%;
    margin-right: 20px;
    float: left;
    margin-bottom: -10px;
  }

  /* Training teasers */
  .training-teaser {
    overflow: hidden;
    *zoom: 1;
  }
  .training-teaser .training-overview {
    width: 65%;
    float: left;
    padding-right: 20px;
  }
  .training-teaser .training-events {
    width: 33%;
    float: left;
  }

  /* Results teasers */
  .col-8-12 .result-teaser {
    width: 50%;
    float: left;
  }

  /* Single person */
  .single-people .col-8-12 .hentry .person-image,
  .single-person .col-8-12 .hentry .person-image {
    float: left;
    width: 33%;
    padding-right: 20px;
  }
  .single-people .col-8-12 .hentry .person-name,
  .single-people .col-8-12 .hentry .person-job-title,
  .single-people .col-8-12 .hentry .person-basic-info,
  .single-person .col-8-12 .hentry .person-name,
  .single-person .col-8-12 .hentry .person-job-title,
  .single-person .col-8-12 .hentry .person-basic-info {
    text-align: left;
  }
  .single-people .col-8-12 .hentry .person-basic-info,
  .single-person .col-8-12 .hentry .person-basic-info {
    float: left;
    width: 65%;
    padding-top: 52px;
  }
  .single-people .col-8-12 .hentry .person-bio,
  .single-person .col-8-12 .hentry .person-bio {
    clear: both;
  }
}
@media only screen and (min-width: 1140px) {
  .home .type-quote {
    position: relative;
  }

  .home .type-quote:before {
    content: "";
    display: block;
    padding-top: 160%;
  }

  .home .type-quote .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #EFECE5;
    padding: 26px 20px;
  }

  .home .type-quote .content-inner {
    position: absolute;
    left: 20px;
    bottom: 26px;
    right: 20px;
  }
}
