/* normalize.css v2.1.0 | 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 styling not present in IE 8/9.
 */
[hidden] {
  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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 */
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;
}

nav.site-navigation .site-mainmenu:after, .article-tag-list:after, .article-link-list:after, .container:after, .entry-header:after, .row:after, .sidebar-footer:after, .form-submit:after, .wrapper:after, .site-header:after, .site-navigation:after, .article-header .date-entry:after, #authorbox:after, .question:after, .article-footer:after, .first-paragraph:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] nav.site-navigation .site-mainmenu, nav.site-navigation html[xmlns] .site-mainmenu, html[xmlns] .article-tag-list, html[xmlns] .article-link-list, html[xmlns] .container, html[xmlns] .entry-header, html[xmlns] .row, html[xmlns] .sidebar-footer, html[xmlns] .form-submit, html[xmlns] .wrapper, html[xmlns] .site-header, html[xmlns] .site-navigation, html[xmlns] .article-header .date-entry, .article-header html[xmlns] .date-entry, html[xmlns] #authorbox, html[xmlns] .question, html[xmlns] .article-footer, html[xmlns] .first-paragraph {
  display: block;
}
* html nav.site-navigation .site-mainmenu, nav.site-navigation * html .site-mainmenu, * html .article-tag-list, * html .article-link-list, * html .container, * html .entry-header, * html .row, * html .sidebar-footer, * html .form-submit, * html .wrapper, * html .site-header, * html .site-navigation, * html .article-header .date-entry, .article-header * html .date-entry, * html #authorbox, * html .question, * html .article-footer, * html .first-paragraph {
  height: 1%;
}

.article-tag a {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

nav.site-navigation .site-mainmenu, nav.site-navigation .site-mainmenu > li ul.sub-menu li, #comments ul, #comments ol, .widget-question-links, .article-tag-list, .article-link-list, .related-articles-list {
  padding-left: 0;
  list-style: none;
}

.article-tag, .article-link {
  display: inline-block;
}

html {
  font-family: "PT Sans", sans-serif;
  font-size: 112.5%;
  line-height: 1.5;
  color: #000000;
}

dl, p, table {
  margin: 0 0 27px;
  margin:  0 0 1.5rem;
}

ul, ol {
  margin: 27px 0;
  margin:  1.5rem 0;
}

ul ul, ol ul, ul ol, ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
  margin-left: 0;
}

body hgroup, body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  text-rendering: optimizeLegibility;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #566067;
}

.alpha, h1 {
  line-height: 1.12604;
  font-size: 48px;
  font-size: 2.66667rem;
}

.beta, h2, .testimonial-title, .archive-article-title {
  line-height: 1.74355;
  font-size: 31px;
  font-size: 1.72222rem;
}

.gama, h3 {
  line-height: 1.00185;
  font-size: 27px;
  font-size: 1.5rem;
}

.delta, h4, .testimonial-author-name, .archive-title {
  line-height: 1.12708;
  font-size: 24px;
  font-size: 1.33333rem;
}

.epsylon, h5 {
  line-height: 1.2881;
  font-size: 21px;
  font-size: 1.16667rem;
}

.zeta, h6 {
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
}

hgroup .alpha, hgroup h1, hgroup .beta, hgroup h2, hgroup .testimonial-title, hgroup .archive-article-title, hgroup .gama, hgroup h3, hgroup blockquote, hgroup .delta, hgroup h4, hgroup .testimonial-author-name, hgroup .archive-title, hgroup .epsylon, hgroup h5 {
  margin: 0;
}

pre code {
  word-wrap: normal;
}

pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

pre {
  white-space: pre;
}

code {
  white-space: pre;
  font-family: monospace;
}

blockquote {
  clear: both;
  font-style: italic;
  margin-left: 50px;
}

a {
  color: #2d72d9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

img {
  max-width: 100%;
}

.container, .entry-header {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
@media only screen {
  .container, .entry-header {
    max-width: 100%;
  }
}

.row, .sidebar-footer {
  margin-left: -50px;
  margin-left: -2.77778rem;
}
.lt-ie8 .row, .lt-ie8 .sidebar-footer {
  margin-left: 0;
  overflow: hidden;
}

body .span1, body .span2, body .span3, body .span4, body .span5, body .testimonial-author, body .span6, body .footer-menu, body .copyright, body .span7, body .testimonial-content, body .span8, body .span9, body .span10, body .span11, body .span12, body .span-big, body .span-small, .site-branding, .site-navigation, .single-footer-related, .single-footer-ad {
  border: 0 solid transparent;
  border-left-width: 50px;
  border-left-width: 2.77778rem;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -webkit-background-origin: padding-box !important;
  -moz-background-origin: padding-box !important;
  -ms-background-origin: padding-box !important;
  -o-background-origin: padding-box !important;
  background-origin: padding-box !important;
}
.lt-ie8 body .span1, body .lt-ie8 .span1, .lt-ie8 body .span2, body .lt-ie8 .span2, .lt-ie8 body .span3, body .lt-ie8 .span3, .lt-ie8 body .span4, body .lt-ie8 .span4, .lt-ie8 body .span5, body .lt-ie8 .span5, .lt-ie8 body .testimonial-author, body .lt-ie8 .testimonial-author, .lt-ie8 body .span6, body .lt-ie8 .span6, .lt-ie8 body .footer-menu, body .lt-ie8 .footer-menu, .lt-ie8 body .copyright, body .lt-ie8 .copyright, .lt-ie8 body .span7, body .lt-ie8 .span7, .lt-ie8 body .testimonial-content, body .lt-ie8 .testimonial-content, .lt-ie8 body .span8, body .lt-ie8 .span8, .lt-ie8 body .span9, body .lt-ie8 .span9, .lt-ie8 body .span10, body .lt-ie8 .span10, .lt-ie8 body .span11, body .lt-ie8 .span11, .lt-ie8 body .span12, body .lt-ie8 .span12, .lt-ie8 body .span-big, body .lt-ie8 .span-big, .lt-ie8 body .span-small, body .lt-ie8 .span-small, .lt-ie8 .site-branding, .lt-ie8 .site-navigation, .lt-ie8 .single-footer-related, .lt-ie8 .single-footer-ad {
  border-left-width: 0;
}
.lt-ie8 body .span1, body .lt-ie8 .span1, .lt-ie8 body .span2, body .lt-ie8 .span2, .lt-ie8 body .span3, body .lt-ie8 .span3, .lt-ie8 body .span4, body .lt-ie8 .span4, .lt-ie8 body .span5, body .lt-ie8 .span5, .lt-ie8 body .testimonial-author, body .lt-ie8 .testimonial-author, .lt-ie8 body .span6, body .lt-ie8 .span6, .lt-ie8 body .footer-menu, body .lt-ie8 .footer-menu, .lt-ie8 body .copyright, body .lt-ie8 .copyright, .lt-ie8 body .span7, body .lt-ie8 .span7, .lt-ie8 body .testimonial-content, body .lt-ie8 .testimonial-content, .lt-ie8 body .span8, body .lt-ie8 .span8, .lt-ie8 body .span9, body .lt-ie8 .span9, .lt-ie8 body .span10, body .lt-ie8 .span10, .lt-ie8 body .span11, body .lt-ie8 .span11, .lt-ie8 body .span12, body .lt-ie8 .span12, .lt-ie8 body .span-big, body .lt-ie8 .span-big, .lt-ie8 body .span-small, body .lt-ie8 .span-small, .lt-ie8 .site-branding, .lt-ie8 .site-navigation, .lt-ie8 .single-footer-related, .lt-ie8 .single-footer-ad {
  margin-left: 4.16667%;
}
body .span1:first-child, body .span2:first-child, body .span3:first-child, body .span4:first-child, body .span5:first-child, body .testimonial-author:first-child, body .span6:first-child, body .footer-menu:first-child, body .copyright:first-child, body .span7:first-child, body .testimonial-content:first-child, body .span8:first-child, body .span9:first-child, body .span10:first-child, body .span11:first-child, body .span12:first-child, body .span-big:first-child, body .span-small:first-child, .site-branding:first-child, .site-navigation:first-child, .single-footer-related:first-child, .single-footer-ad:first-child {
  margin-left: 0;
}

.lt-ie8 .last, .lt-ie8 .sidebar-right {
  margin-right: -24px;
}

body .span1, body .span2, body .span3, body .span4, body .span5, body .testimonial-author, body .span6, body .footer-menu, body .copyright, body .span7, body .testimonial-content, body .span8, body .span9, body .span10, body .span11, body .span12, body .span-big, body .span-small {
  float: left;
  min-height: 1px;
}
@media only screen and (max-width: 50em) {
  body .span1, body .span2, body .span3, body .span4, body .span5, body .testimonial-author, body .span6, body .footer-menu, body .copyright, body .span7, body .testimonial-content, body .span8, body .span9, body .span10, body .span11, body .span12, body .span-big, body .span-small {
    margin-left: 0;
    left: 0;
    margin-bottom: 27px;
    margin-bottom: 1.5rem;
  }
  body .span1:last-child, body .span2:last-child, body .span3:last-child, body .span4:last-child, body .span5:last-child, body .testimonial-author:last-child, body .span6:last-child, body .footer-menu:last-child, body .copyright:last-child, body .span7:last-child, body .testimonial-content:last-child, body .span8:last-child, body .span9:last-child, body .span10:last-child, body .span11:last-child, body .span12:last-child, body .span-big:last-child, body .span-small:last-child {
    margin-bottom: 0;
  }
}

.visible-small {
  display: none !important;
}

.hidden-small {
  display: inherit !important;
}

@media only screen and (max-width: 22.22222em) {
  .visible-small {
    display: inherit !important;
  }

  .hidden-small {
    display: none !important;
  }
}
.visible-hand {
  display: none !important;
}

.hidden-hand {
  display: inherit !important;
}

@media only screen and (min-width: 22.22222em) {
  .visible-hand {
    display: inherit !important;
  }

  .hidden-hand {
    display: none !important;
  }
}
.visible-lap {
  display: none !important;
}

.hidden-lap {
  display: inherit !important;
}

@media only screen and (min-width: 50em) {
  .visible-lap {
    display: inherit !important;
  }

  .hidden-lap {
    display: none !important;
  }
}
.visible-desk {
  display: none !important;
}

.hidden-desk {
  display: inherit !important;
}

@media only screen and (min-width: 111.11111em) {
  .visible-desk {
    display: inherit !important;
  }

  .hidden-desk {
    display: none !important;
  }
}
@media only screen and (max-width: 0) {
  .small-span1 {
    width: 8.33333%;
  }
  .lt-ie8 .small-span1 {
    width: 4.51389%;
  }

  .small-offset1, .small-offset1:first-child {
    margin-left: 8.33333%;
  }
  .lt-ie8 .small-offset1, .lt-ie8 .small-offset1:first-child {
    margin-left: 4.51389%;
  }

  .small-push1 {
    left: 8.33333%;
  }
  .lt-ie8 .small-push1 {
    left: 4.51389%;
  }

  .small-pull1 {
    left: -8.33333%;
  }
  .lt-ie8 .small-pull1 {
    left: 4.51389%;
  }

  .small-span2 {
    width: 16.66667%;
  }
  .lt-ie8 .small-span2 {
    width: 13.19444%;
  }

  .small-offset2, .small-offset2:first-child {
    margin-left: 16.66667%;
  }
  .lt-ie8 .small-offset2, .lt-ie8 .small-offset2:first-child {
    margin-left: 13.19444%;
  }

  .small-push2 {
    left: 16.66667%;
  }
  .lt-ie8 .small-push2 {
    left: 13.19444%;
  }

  .small-pull2 {
    left: -16.66667%;
  }
  .lt-ie8 .small-pull2 {
    left: 13.19444%;
  }

  .small-span3 {
    width: 25%;
  }
  .lt-ie8 .small-span3 {
    width: 21.875%;
  }

  .small-offset3, .small-offset3:first-child {
    margin-left: 25%;
  }
  .lt-ie8 .small-offset3, .lt-ie8 .small-offset3:first-child {
    margin-left: 21.875%;
  }

  .small-push3 {
    left: 25%;
  }
  .lt-ie8 .small-push3 {
    left: 21.875%;
  }

  .small-pull3 {
    left: -25%;
  }
  .lt-ie8 .small-pull3 {
    left: 21.875%;
  }

  .small-span4 {
    width: 33.33333%;
  }
  .lt-ie8 .small-span4 {
    width: 30.55556%;
  }

  .small-offset4, .small-offset4:first-child {
    margin-left: 33.33333%;
  }
  .lt-ie8 .small-offset4, .lt-ie8 .small-offset4:first-child {
    margin-left: 30.55556%;
  }

  .small-push4 {
    left: 33.33333%;
  }
  .lt-ie8 .small-push4 {
    left: 30.55556%;
  }

  .small-pull4 {
    left: -33.33333%;
  }
  .lt-ie8 .small-pull4 {
    left: 30.55556%;
  }

  .small-span5 {
    width: 41.66667%;
  }
  .lt-ie8 .small-span5 {
    width: 39.23611%;
  }

  .small-offset5, .small-offset5:first-child {
    margin-left: 41.66667%;
  }
  .lt-ie8 .small-offset5, .lt-ie8 .small-offset5:first-child {
    margin-left: 39.23611%;
  }

  .small-push5 {
    left: 41.66667%;
  }
  .lt-ie8 .small-push5 {
    left: 39.23611%;
  }

  .small-pull5 {
    left: -41.66667%;
  }
  .lt-ie8 .small-pull5 {
    left: 39.23611%;
  }

  .small-span6 {
    width: 50%;
  }
  .lt-ie8 .small-span6 {
    width: 47.91667%;
  }

  .small-offset6, .small-offset6:first-child {
    margin-left: 50%;
  }
  .lt-ie8 .small-offset6, .lt-ie8 .small-offset6:first-child {
    margin-left: 47.91667%;
  }

  .small-push6 {
    left: 50%;
  }
  .lt-ie8 .small-push6 {
    left: 47.91667%;
  }

  .small-pull6 {
    left: -50%;
  }
  .lt-ie8 .small-pull6 {
    left: 47.91667%;
  }

  .small-span7 {
    width: 58.33333%;
  }
  .lt-ie8 .small-span7 {
    width: 56.59722%;
  }

  .small-offset7, .small-offset7:first-child {
    margin-left: 58.33333%;
  }
  .lt-ie8 .small-offset7, .lt-ie8 .small-offset7:first-child {
    margin-left: 56.59722%;
  }

  .small-push7 {
    left: 58.33333%;
  }
  .lt-ie8 .small-push7 {
    left: 56.59722%;
  }

  .small-pull7 {
    left: -58.33333%;
  }
  .lt-ie8 .small-pull7 {
    left: 56.59722%;
  }

  .small-span8 {
    width: 66.66667%;
  }
  .lt-ie8 .small-span8 {
    width: 65.27778%;
  }

  .small-offset8, .small-offset8:first-child {
    margin-left: 66.66667%;
  }
  .lt-ie8 .small-offset8, .lt-ie8 .small-offset8:first-child {
    margin-left: 65.27778%;
  }

  .small-push8 {
    left: 66.66667%;
  }
  .lt-ie8 .small-push8 {
    left: 65.27778%;
  }

  .small-pull8 {
    left: -66.66667%;
  }
  .lt-ie8 .small-pull8 {
    left: 65.27778%;
  }

  .small-span9 {
    width: 75%;
  }
  .lt-ie8 .small-span9 {
    width: 73.95833%;
  }

  .small-offset9, .small-offset9:first-child {
    margin-left: 75%;
  }
  .lt-ie8 .small-offset9, .lt-ie8 .small-offset9:first-child {
    margin-left: 73.95833%;
  }

  .small-push9 {
    left: 75%;
  }
  .lt-ie8 .small-push9 {
    left: 73.95833%;
  }

  .small-pull9 {
    left: -75%;
  }
  .lt-ie8 .small-pull9 {
    left: 73.95833%;
  }

  .small-span10 {
    width: 83.33333%;
  }
  .lt-ie8 .small-span10 {
    width: 82.63889%;
  }

  .small-offset10, .small-offset10:first-child {
    margin-left: 83.33333%;
  }
  .lt-ie8 .small-offset10, .lt-ie8 .small-offset10:first-child {
    margin-left: 82.63889%;
  }

  .small-push10 {
    left: 83.33333%;
  }
  .lt-ie8 .small-push10 {
    left: 82.63889%;
  }

  .small-pull10 {
    left: -83.33333%;
  }
  .lt-ie8 .small-pull10 {
    left: 82.63889%;
  }

  .small-span11 {
    width: 91.66667%;
  }
  .lt-ie8 .small-span11 {
    width: 91.31944%;
  }

  .small-offset11, .small-offset11:first-child {
    margin-left: 91.66667%;
  }
  .lt-ie8 .small-offset11, .lt-ie8 .small-offset11:first-child {
    margin-left: 91.31944%;
  }

  .small-push11 {
    left: 91.66667%;
  }
  .lt-ie8 .small-push11 {
    left: 91.31944%;
  }

  .small-pull11 {
    left: -91.66667%;
  }
  .lt-ie8 .small-pull11 {
    left: 91.31944%;
  }

  .small-span12 {
    width: 100%;
  }
  .lt-ie8 .small-span12 {
    width: 100%;
  }

  .small-offset12, .small-offset12:first-child {
    margin-left: 100%;
  }
  .lt-ie8 .small-offset12, .lt-ie8 .small-offset12:first-child {
    margin-left: 100%;
  }

  .small-push12 {
    left: 100%;
  }
  .lt-ie8 .small-push12 {
    left: 100%;
  }

  .small-pull12 {
    left: -100%;
  }
  .lt-ie8 .small-pull12 {
    left: 100%;
  }

  .small-span-big {
    width: 70.83333%;
  }
  .lt-ie8 .small-span-big {
    width: 69.61806%;
  }

  .small-push-big {
    left: 70.83333%;
  }
  .lt-ie8 .small-push-big {
    left: 69.61806%;
  }

  .small-pull-big {
    left: -70.83333%;
  }
  .lt-ie8 .small-pull-big {
    left: 69.61806%;
  }

  .small-span-small {
    width: 29.16667%;
  }
  .lt-ie8 .small-span-small {
    width: 26.21528%;
  }

  .small-push-small {
    left: 29.16667%;
  }
  .lt-ie8 .small-push-small {
    left: 26.21528%;
  }

  .small-pull-small {
    left: -29.16667%;
  }
  .lt-ie8 .small-pull-small {
    left: 26.21528%;
  }
}
@media only screen and (max-width: 22.22222em) {
  .hand-span1 {
    width: 8.33333%;
  }
  .lt-ie8 .hand-span1 {
    width: 4.51389%;
  }

  .hand-offset1, .hand-offset1:first-child {
    margin-left: 8.33333%;
  }
  .lt-ie8 .hand-offset1, .lt-ie8 .hand-offset1:first-child {
    margin-left: 4.51389%;
  }

  .hand-push1 {
    left: 8.33333%;
  }
  .lt-ie8 .hand-push1 {
    left: 4.51389%;
  }

  .hand-pull1 {
    left: -8.33333%;
  }
  .lt-ie8 .hand-pull1 {
    left: 4.51389%;
  }

  .hand-span2 {
    width: 16.66667%;
  }
  .lt-ie8 .hand-span2 {
    width: 13.19444%;
  }

  .hand-offset2, .hand-offset2:first-child {
    margin-left: 16.66667%;
  }
  .lt-ie8 .hand-offset2, .lt-ie8 .hand-offset2:first-child {
    margin-left: 13.19444%;
  }

  .hand-push2 {
    left: 16.66667%;
  }
  .lt-ie8 .hand-push2 {
    left: 13.19444%;
  }

  .hand-pull2 {
    left: -16.66667%;
  }
  .lt-ie8 .hand-pull2 {
    left: 13.19444%;
  }

  .hand-span3 {
    width: 25%;
  }
  .lt-ie8 .hand-span3 {
    width: 21.875%;
  }

  .hand-offset3, .hand-offset3:first-child {
    margin-left: 25%;
  }
  .lt-ie8 .hand-offset3, .lt-ie8 .hand-offset3:first-child {
    margin-left: 21.875%;
  }

  .hand-push3 {
    left: 25%;
  }
  .lt-ie8 .hand-push3 {
    left: 21.875%;
  }

  .hand-pull3 {
    left: -25%;
  }
  .lt-ie8 .hand-pull3 {
    left: 21.875%;
  }

  .hand-span4 {
    width: 33.33333%;
  }
  .lt-ie8 .hand-span4 {
    width: 30.55556%;
  }

  .hand-offset4, .hand-offset4:first-child {
    margin-left: 33.33333%;
  }
  .lt-ie8 .hand-offset4, .lt-ie8 .hand-offset4:first-child {
    margin-left: 30.55556%;
  }

  .hand-push4 {
    left: 33.33333%;
  }
  .lt-ie8 .hand-push4 {
    left: 30.55556%;
  }

  .hand-pull4 {
    left: -33.33333%;
  }
  .lt-ie8 .hand-pull4 {
    left: 30.55556%;
  }

  .hand-span5 {
    width: 41.66667%;
  }
  .lt-ie8 .hand-span5 {
    width: 39.23611%;
  }

  .hand-offset5, .hand-offset5:first-child {
    margin-left: 41.66667%;
  }
  .lt-ie8 .hand-offset5, .lt-ie8 .hand-offset5:first-child {
    margin-left: 39.23611%;
  }

  .hand-push5 {
    left: 41.66667%;
  }
  .lt-ie8 .hand-push5 {
    left: 39.23611%;
  }

  .hand-pull5 {
    left: -41.66667%;
  }
  .lt-ie8 .hand-pull5 {
    left: 39.23611%;
  }

  .hand-span6 {
    width: 50%;
  }
  .lt-ie8 .hand-span6 {
    width: 47.91667%;
  }

  .hand-offset6, .hand-offset6:first-child {
    margin-left: 50%;
  }
  .lt-ie8 .hand-offset6, .lt-ie8 .hand-offset6:first-child {
    margin-left: 47.91667%;
  }

  .hand-push6 {
    left: 50%;
  }
  .lt-ie8 .hand-push6 {
    left: 47.91667%;
  }

  .hand-pull6 {
    left: -50%;
  }
  .lt-ie8 .hand-pull6 {
    left: 47.91667%;
  }

  .hand-span7 {
    width: 58.33333%;
  }
  .lt-ie8 .hand-span7 {
    width: 56.59722%;
  }

  .hand-offset7, .hand-offset7:first-child {
    margin-left: 58.33333%;
  }
  .lt-ie8 .hand-offset7, .lt-ie8 .hand-offset7:first-child {
    margin-left: 56.59722%;
  }

  .hand-push7 {
    left: 58.33333%;
  }
  .lt-ie8 .hand-push7 {
    left: 56.59722%;
  }

  .hand-pull7 {
    left: -58.33333%;
  }
  .lt-ie8 .hand-pull7 {
    left: 56.59722%;
  }

  .hand-span8 {
    width: 66.66667%;
  }
  .lt-ie8 .hand-span8 {
    width: 65.27778%;
  }

  .hand-offset8, .hand-offset8:first-child {
    margin-left: 66.66667%;
  }
  .lt-ie8 .hand-offset8, .lt-ie8 .hand-offset8:first-child {
    margin-left: 65.27778%;
  }

  .hand-push8 {
    left: 66.66667%;
  }
  .lt-ie8 .hand-push8 {
    left: 65.27778%;
  }

  .hand-pull8 {
    left: -66.66667%;
  }
  .lt-ie8 .hand-pull8 {
    left: 65.27778%;
  }

  .hand-span9 {
    width: 75%;
  }
  .lt-ie8 .hand-span9 {
    width: 73.95833%;
  }

  .hand-offset9, .hand-offset9:first-child {
    margin-left: 75%;
  }
  .lt-ie8 .hand-offset9, .lt-ie8 .hand-offset9:first-child {
    margin-left: 73.95833%;
  }

  .hand-push9 {
    left: 75%;
  }
  .lt-ie8 .hand-push9 {
    left: 73.95833%;
  }

  .hand-pull9 {
    left: -75%;
  }
  .lt-ie8 .hand-pull9 {
    left: 73.95833%;
  }

  .hand-span10 {
    width: 83.33333%;
  }
  .lt-ie8 .hand-span10 {
    width: 82.63889%;
  }

  .hand-offset10, .hand-offset10:first-child {
    margin-left: 83.33333%;
  }
  .lt-ie8 .hand-offset10, .lt-ie8 .hand-offset10:first-child {
    margin-left: 82.63889%;
  }

  .hand-push10 {
    left: 83.33333%;
  }
  .lt-ie8 .hand-push10 {
    left: 82.63889%;
  }

  .hand-pull10 {
    left: -83.33333%;
  }
  .lt-ie8 .hand-pull10 {
    left: 82.63889%;
  }

  .hand-span11 {
    width: 91.66667%;
  }
  .lt-ie8 .hand-span11 {
    width: 91.31944%;
  }

  .hand-offset11, .hand-offset11:first-child {
    margin-left: 91.66667%;
  }
  .lt-ie8 .hand-offset11, .lt-ie8 .hand-offset11:first-child {
    margin-left: 91.31944%;
  }

  .hand-push11 {
    left: 91.66667%;
  }
  .lt-ie8 .hand-push11 {
    left: 91.31944%;
  }

  .hand-pull11 {
    left: -91.66667%;
  }
  .lt-ie8 .hand-pull11 {
    left: 91.31944%;
  }

  .hand-span12 {
    width: 100%;
  }
  .lt-ie8 .hand-span12 {
    width: 100%;
  }

  .hand-offset12, .hand-offset12:first-child {
    margin-left: 100%;
  }
  .lt-ie8 .hand-offset12, .lt-ie8 .hand-offset12:first-child {
    margin-left: 100%;
  }

  .hand-push12 {
    left: 100%;
  }
  .lt-ie8 .hand-push12 {
    left: 100%;
  }

  .hand-pull12 {
    left: -100%;
  }
  .lt-ie8 .hand-pull12 {
    left: 100%;
  }

  .hand-span-big {
    width: 70.83333%;
  }
  .lt-ie8 .hand-span-big {
    width: 69.61806%;
  }

  .hand-push-big {
    left: 70.83333%;
  }
  .lt-ie8 .hand-push-big {
    left: 69.61806%;
  }

  .hand-pull-big {
    left: -70.83333%;
  }
  .lt-ie8 .hand-pull-big {
    left: 69.61806%;
  }

  .hand-span-small {
    width: 29.16667%;
  }
  .lt-ie8 .hand-span-small {
    width: 26.21528%;
  }

  .hand-push-small {
    left: 29.16667%;
  }
  .lt-ie8 .hand-push-small {
    left: 26.21528%;
  }

  .hand-pull-small {
    left: -29.16667%;
  }
  .lt-ie8 .hand-pull-small {
    left: 26.21528%;
  }
}
.span1 {
  width: 8.33333%;
}
.lt-ie8 .span1 {
  width: 4.51389%;
}

.offset1, .offset1:first-child {
  margin-left: 8.33333%;
}
.lt-ie8 .offset1, .lt-ie8 .offset1:first-child {
  margin-left: 4.51389%;
}

.push1 {
  left: 8.33333%;
}
.lt-ie8 .push1 {
  left: 4.51389%;
}

.pull1 {
  left: -8.33333%;
}
.lt-ie8 .pull1 {
  left: 4.51389%;
}

.span2 {
  width: 16.66667%;
}
.lt-ie8 .span2 {
  width: 13.19444%;
}

.offset2, .offset2:first-child {
  margin-left: 16.66667%;
}
.lt-ie8 .offset2, .lt-ie8 .offset2:first-child {
  margin-left: 13.19444%;
}

.push2 {
  left: 16.66667%;
}
.lt-ie8 .push2 {
  left: 13.19444%;
}

.pull2 {
  left: -16.66667%;
}
.lt-ie8 .pull2 {
  left: 13.19444%;
}

.span3 {
  width: 25%;
}
.lt-ie8 .span3 {
  width: 21.875%;
}

.offset3, .offset3:first-child {
  margin-left: 25%;
}
.lt-ie8 .offset3, .lt-ie8 .offset3:first-child {
  margin-left: 21.875%;
}

.push3 {
  left: 25%;
}
.lt-ie8 .push3 {
  left: 21.875%;
}

.pull3 {
  left: -25%;
}
.lt-ie8 .pull3 {
  left: 21.875%;
}

.span4 {
  width: 33.33333%;
}
.lt-ie8 .span4 {
  width: 30.55556%;
}

.offset4, .offset4:first-child {
  margin-left: 33.33333%;
}
.lt-ie8 .offset4, .lt-ie8 .offset4:first-child {
  margin-left: 30.55556%;
}

.push4 {
  left: 33.33333%;
}
.lt-ie8 .push4 {
  left: 30.55556%;
}

.pull4 {
  left: -33.33333%;
}
.lt-ie8 .pull4 {
  left: 30.55556%;
}

.span5, .testimonial-author {
  width: 41.66667%;
}
.lt-ie8 .span5, .lt-ie8 .testimonial-author {
  width: 39.23611%;
}

.offset5, .offset5:first-child {
  margin-left: 41.66667%;
}
.lt-ie8 .offset5, .lt-ie8 .offset5:first-child {
  margin-left: 39.23611%;
}

.push5 {
  left: 41.66667%;
}
.lt-ie8 .push5 {
  left: 39.23611%;
}

.pull5 {
  left: -41.66667%;
}
.lt-ie8 .pull5 {
  left: 39.23611%;
}

.span6, .footer-menu, .copyright {
  width: 50%;
}
.lt-ie8 .span6, .lt-ie8 .footer-menu, .lt-ie8 .copyright {
  width: 47.91667%;
}

.offset6, .offset6:first-child {
  margin-left: 50%;
}
.lt-ie8 .offset6, .lt-ie8 .offset6:first-child {
  margin-left: 47.91667%;
}

.push6 {
  left: 50%;
}
.lt-ie8 .push6 {
  left: 47.91667%;
}

.pull6 {
  left: -50%;
}
.lt-ie8 .pull6 {
  left: 47.91667%;
}

.span7, .testimonial-content {
  width: 58.33333%;
}
.lt-ie8 .span7, .lt-ie8 .testimonial-content {
  width: 56.59722%;
}

.offset7, .offset7:first-child {
  margin-left: 58.33333%;
}
.lt-ie8 .offset7, .lt-ie8 .offset7:first-child {
  margin-left: 56.59722%;
}

.push7 {
  left: 58.33333%;
}
.lt-ie8 .push7 {
  left: 56.59722%;
}

.pull7 {
  left: -58.33333%;
}
.lt-ie8 .pull7 {
  left: 56.59722%;
}

.span8 {
  width: 66.66667%;
}
.lt-ie8 .span8 {
  width: 65.27778%;
}

.offset8, .offset8:first-child {
  margin-left: 66.66667%;
}
.lt-ie8 .offset8, .lt-ie8 .offset8:first-child {
  margin-left: 65.27778%;
}

.push8 {
  left: 66.66667%;
}
.lt-ie8 .push8 {
  left: 65.27778%;
}

.pull8 {
  left: -66.66667%;
}
.lt-ie8 .pull8 {
  left: 65.27778%;
}

.span9 {
  width: 75%;
}
.lt-ie8 .span9 {
  width: 73.95833%;
}

.offset9, .offset9:first-child {
  margin-left: 75%;
}
.lt-ie8 .offset9, .lt-ie8 .offset9:first-child {
  margin-left: 73.95833%;
}

.push9 {
  left: 75%;
}
.lt-ie8 .push9 {
  left: 73.95833%;
}

.pull9 {
  left: -75%;
}
.lt-ie8 .pull9 {
  left: 73.95833%;
}

.span10 {
  width: 83.33333%;
}
.lt-ie8 .span10 {
  width: 82.63889%;
}

.offset10, .offset10:first-child {
  margin-left: 83.33333%;
}
.lt-ie8 .offset10, .lt-ie8 .offset10:first-child {
  margin-left: 82.63889%;
}

.push10 {
  left: 83.33333%;
}
.lt-ie8 .push10 {
  left: 82.63889%;
}

.pull10 {
  left: -83.33333%;
}
.lt-ie8 .pull10 {
  left: 82.63889%;
}

.span11 {
  width: 91.66667%;
}
.lt-ie8 .span11 {
  width: 91.31944%;
}

.offset11, .offset11:first-child {
  margin-left: 91.66667%;
}
.lt-ie8 .offset11, .lt-ie8 .offset11:first-child {
  margin-left: 91.31944%;
}

.push11 {
  left: 91.66667%;
}
.lt-ie8 .push11 {
  left: 91.31944%;
}

.pull11 {
  left: -91.66667%;
}
.lt-ie8 .pull11 {
  left: 91.31944%;
}

.span12 {
  width: 100%;
}
.lt-ie8 .span12 {
  width: 100%;
}

.offset12, .offset12:first-child {
  margin-left: 100%;
}
.lt-ie8 .offset12, .lt-ie8 .offset12:first-child {
  margin-left: 100%;
}

.push12 {
  left: 100%;
}
.lt-ie8 .push12 {
  left: 100%;
}

.pull12 {
  left: -100%;
}
.lt-ie8 .pull12 {
  left: 100%;
}

.span-big {
  width: 70.83333%;
}
.lt-ie8 .span-big {
  width: 69.61806%;
}

.push-big {
  left: 70.83333%;
}
.lt-ie8 .push-big {
  left: 69.61806%;
}

.pull-big {
  left: -70.83333%;
}
.lt-ie8 .pull-big {
  left: 69.61806%;
}

.span-small {
  width: 29.16667%;
}
.lt-ie8 .span-small {
  width: 26.21528%;
}

.push-small {
  left: 29.16667%;
}
.lt-ie8 .push-small {
  left: 26.21528%;
}

.pull-small {
  left: -29.16667%;
}
.lt-ie8 .pull-small {
  left: 26.21528%;
}

@media only screen and (min-width: 111.11111em) {
  .desk-span1 {
    width: 8.33333%;
  }
  .lt-ie8 .desk-span1 {
    width: 4.51389%;
  }

  .desk-offset1, .desk-offset1:first-child {
    margin-left: 8.33333%;
  }
  .lt-ie8 .desk-offset1, .lt-ie8 .desk-offset1:first-child {
    margin-left: 4.51389%;
  }

  .desk-push1 {
    left: 8.33333%;
  }
  .lt-ie8 .desk-push1 {
    left: 4.51389%;
  }

  .desk-pull1 {
    left: -8.33333%;
  }
  .lt-ie8 .desk-pull1 {
    left: 4.51389%;
  }

  .desk-span2 {
    width: 16.66667%;
  }
  .lt-ie8 .desk-span2 {
    width: 13.19444%;
  }

  .desk-offset2, .desk-offset2:first-child {
    margin-left: 16.66667%;
  }
  .lt-ie8 .desk-offset2, .lt-ie8 .desk-offset2:first-child {
    margin-left: 13.19444%;
  }

  .desk-push2 {
    left: 16.66667%;
  }
  .lt-ie8 .desk-push2 {
    left: 13.19444%;
  }

  .desk-pull2 {
    left: -16.66667%;
  }
  .lt-ie8 .desk-pull2 {
    left: 13.19444%;
  }

  .desk-span3 {
    width: 25%;
  }
  .lt-ie8 .desk-span3 {
    width: 21.875%;
  }

  .desk-offset3, .desk-offset3:first-child {
    margin-left: 25%;
  }
  .lt-ie8 .desk-offset3, .lt-ie8 .desk-offset3:first-child {
    margin-left: 21.875%;
  }

  .desk-push3 {
    left: 25%;
  }
  .lt-ie8 .desk-push3 {
    left: 21.875%;
  }

  .desk-pull3 {
    left: -25%;
  }
  .lt-ie8 .desk-pull3 {
    left: 21.875%;
  }

  .desk-span4 {
    width: 33.33333%;
  }
  .lt-ie8 .desk-span4 {
    width: 30.55556%;
  }

  .desk-offset4, .desk-offset4:first-child {
    margin-left: 33.33333%;
  }
  .lt-ie8 .desk-offset4, .lt-ie8 .desk-offset4:first-child {
    margin-left: 30.55556%;
  }

  .desk-push4 {
    left: 33.33333%;
  }
  .lt-ie8 .desk-push4 {
    left: 30.55556%;
  }

  .desk-pull4 {
    left: -33.33333%;
  }
  .lt-ie8 .desk-pull4 {
    left: 30.55556%;
  }

  .desk-span5 {
    width: 41.66667%;
  }
  .lt-ie8 .desk-span5 {
    width: 39.23611%;
  }

  .desk-offset5, .desk-offset5:first-child {
    margin-left: 41.66667%;
  }
  .lt-ie8 .desk-offset5, .lt-ie8 .desk-offset5:first-child {
    margin-left: 39.23611%;
  }

  .desk-push5 {
    left: 41.66667%;
  }
  .lt-ie8 .desk-push5 {
    left: 39.23611%;
  }

  .desk-pull5 {
    left: -41.66667%;
  }
  .lt-ie8 .desk-pull5 {
    left: 39.23611%;
  }

  .desk-span6 {
    width: 50%;
  }
  .lt-ie8 .desk-span6 {
    width: 47.91667%;
  }

  .desk-offset6, .desk-offset6:first-child {
    margin-left: 50%;
  }
  .lt-ie8 .desk-offset6, .lt-ie8 .desk-offset6:first-child {
    margin-left: 47.91667%;
  }

  .desk-push6 {
    left: 50%;
  }
  .lt-ie8 .desk-push6 {
    left: 47.91667%;
  }

  .desk-pull6 {
    left: -50%;
  }
  .lt-ie8 .desk-pull6 {
    left: 47.91667%;
  }

  .desk-span7 {
    width: 58.33333%;
  }
  .lt-ie8 .desk-span7 {
    width: 56.59722%;
  }

  .desk-offset7, .desk-offset7:first-child {
    margin-left: 58.33333%;
  }
  .lt-ie8 .desk-offset7, .lt-ie8 .desk-offset7:first-child {
    margin-left: 56.59722%;
  }

  .desk-push7 {
    left: 58.33333%;
  }
  .lt-ie8 .desk-push7 {
    left: 56.59722%;
  }

  .desk-pull7 {
    left: -58.33333%;
  }
  .lt-ie8 .desk-pull7 {
    left: 56.59722%;
  }

  .desk-span8 {
    width: 66.66667%;
  }
  .lt-ie8 .desk-span8 {
    width: 65.27778%;
  }

  .desk-offset8, .desk-offset8:first-child {
    margin-left: 66.66667%;
  }
  .lt-ie8 .desk-offset8, .lt-ie8 .desk-offset8:first-child {
    margin-left: 65.27778%;
  }

  .desk-push8 {
    left: 66.66667%;
  }
  .lt-ie8 .desk-push8 {
    left: 65.27778%;
  }

  .desk-pull8 {
    left: -66.66667%;
  }
  .lt-ie8 .desk-pull8 {
    left: 65.27778%;
  }

  .desk-span9 {
    width: 75%;
  }
  .lt-ie8 .desk-span9 {
    width: 73.95833%;
  }

  .desk-offset9, .desk-offset9:first-child {
    margin-left: 75%;
  }
  .lt-ie8 .desk-offset9, .lt-ie8 .desk-offset9:first-child {
    margin-left: 73.95833%;
  }

  .desk-push9 {
    left: 75%;
  }
  .lt-ie8 .desk-push9 {
    left: 73.95833%;
  }

  .desk-pull9 {
    left: -75%;
  }
  .lt-ie8 .desk-pull9 {
    left: 73.95833%;
  }

  .desk-span10 {
    width: 83.33333%;
  }
  .lt-ie8 .desk-span10 {
    width: 82.63889%;
  }

  .desk-offset10, .desk-offset10:first-child {
    margin-left: 83.33333%;
  }
  .lt-ie8 .desk-offset10, .lt-ie8 .desk-offset10:first-child {
    margin-left: 82.63889%;
  }

  .desk-push10 {
    left: 83.33333%;
  }
  .lt-ie8 .desk-push10 {
    left: 82.63889%;
  }

  .desk-pull10 {
    left: -83.33333%;
  }
  .lt-ie8 .desk-pull10 {
    left: 82.63889%;
  }

  .desk-span11 {
    width: 91.66667%;
  }
  .lt-ie8 .desk-span11 {
    width: 91.31944%;
  }

  .desk-offset11, .desk-offset11:first-child {
    margin-left: 91.66667%;
  }
  .lt-ie8 .desk-offset11, .lt-ie8 .desk-offset11:first-child {
    margin-left: 91.31944%;
  }

  .desk-push11 {
    left: 91.66667%;
  }
  .lt-ie8 .desk-push11 {
    left: 91.31944%;
  }

  .desk-pull11 {
    left: -91.66667%;
  }
  .lt-ie8 .desk-pull11 {
    left: 91.31944%;
  }

  .desk-span12 {
    width: 100%;
  }
  .lt-ie8 .desk-span12 {
    width: 100%;
  }

  .desk-offset12, .desk-offset12:first-child {
    margin-left: 100%;
  }
  .lt-ie8 .desk-offset12, .lt-ie8 .desk-offset12:first-child {
    margin-left: 100%;
  }

  .desk-push12 {
    left: 100%;
  }
  .lt-ie8 .desk-push12 {
    left: 100%;
  }

  .desk-pull12 {
    left: -100%;
  }
  .lt-ie8 .desk-pull12 {
    left: 100%;
  }

  .desk-span-big {
    width: 70.83333%;
  }
  .lt-ie8 .desk-span-big {
    width: 69.61806%;
  }

  .desk-push-big {
    left: 70.83333%;
  }
  .lt-ie8 .desk-push-big {
    left: 69.61806%;
  }

  .desk-pull-big {
    left: -70.83333%;
  }
  .lt-ie8 .desk-pull-big {
    left: 69.61806%;
  }

  .desk-span-small {
    width: 29.16667%;
  }
  .lt-ie8 .desk-span-small {
    width: 26.21528%;
  }

  .desk-push-small {
    left: 29.16667%;
  }
  .lt-ie8 .desk-push-small {
    left: 26.21528%;
  }

  .desk-pull-small {
    left: -29.16667%;
  }
  .lt-ie8 .desk-pull-small {
    left: 26.21528%;
  }
}
.span1 {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span1 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span1:first-child {
    margin-left: 0;
  }
}

.span2 {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span2 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span2:first-child {
    margin-left: 0;
  }
}

.span3 {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span3 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span3:first-child {
    margin-left: 0;
  }
}

.span4 {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span4 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span4:first-child {
    margin-left: 0;
  }
}

.span5, .testimonial-author {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span5, .testimonial-author {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span5:first-child, .testimonial-author:first-child {
    margin-left: 0;
  }
}

.span6, .footer-menu, .copyright {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span6, .footer-menu, .copyright {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span6:first-child, .footer-menu:first-child, .copyright:first-child {
    margin-left: 0;
  }
}

.span7, .testimonial-content {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span7, .testimonial-content {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span7:first-child, .testimonial-content:first-child {
    margin-left: 0;
  }
}

.span8 {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span8 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span8:first-child {
    margin-left: 0;
  }
}

.span9 {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span9 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span9:first-child {
    margin-left: 0;
  }
}

.span10 {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span10 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span10:first-child {
    margin-left: 0;
  }
}

.span11 {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span11 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span11:first-child {
    margin-left: 0;
  }
}

.span12 {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span12 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span12:first-child {
    margin-left: 0;
  }
}

.span-big {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span-big {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span-big:first-child {
    margin-left: 0;
  }
}
@media only print {
  .span-big {
    width: 58%;
    margin-left: 0;
    padding-left: 0;
  }
  .span-big:first-child {
    margin-left: 0;
  }
  .container, .entry-header {
    max-width: 100%;
  }
}

.span-small {
  position: relative;
}
@media only screen and (max-width: 50em) {
  .span-small {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .span-small:first-child {
    margin-left: 0;
  }
}

/*
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
 *
 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=3.0.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

.btn [class^="icon-"], input[type="submit"] [class^="icon-"],
.btn [class*=" icon-"],
input[type="submit"] [class*=" icon-"], .nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
.btn [class^="icon-"].icon-large, input[type="submit"] [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
input[type="submit"] [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin, input[type="submit"] [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
input[type="submit"] [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

li [class^="icon-"],
li [class*=" icon-"], .nav li [class^="icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

ul.icons {
  list-style-type: none;
  text-indent: -.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}

.icon-muted {
  color: #eeeeee;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

.btn [class^="icon-"].pull-left.icon-2x, input[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, input[type="submit"] [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
input[type="submit"] [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x,
input[type="submit"] [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large, input[type="submit"] [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large,
input[type="submit"] [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, input.btn-small[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, input.btn-small[type="submit"] [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
input.btn-small[type="submit"] [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x,
input.btn-small[type="submit"] [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

.btn.btn-large [class^="icon-"], input[type="submit"] [class^="icon-"],
.btn.btn-large [class*=" icon-"],
input[type="submit"] [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, input[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, input[type="submit"] [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
input[type="submit"] [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x,
input[type="submit"] [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, input[type="submit"] [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
input[type="submit"] [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x, input[type="submit"] [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x,
input[type="submit"] [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  /* line 239, ../scss/vendor/font-awesome/_font-awesome.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 240, ../scss/vendor/font-awesome/_font-awesome.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 243, ../scss/vendor/font-awesome/_font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 244, ../scss/vendor/font-awesome/_font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 247, ../scss/vendor/font-awesome/_font-awesome.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 248, ../scss/vendor/font-awesome/_font-awesome.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 251, ../scss/vendor/font-awesome/_font-awesome.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 252, ../scss/vendor/font-awesome/_font-awesome.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 255, ../scss/vendor/font-awesome/_font-awesome.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 256, ../scss/vendor/font-awesome/_font-awesome.scss */
  100% {
    transform: rotate(359deg);
  }
}

@-moz-document url-prefix() {
  /* line 260, ../scss/vendor/font-awesome/_font-awesome.scss */
  .icon-spin {
    height: .9em;
  }

  /* line 261, ../scss/vendor/font-awesome/_font-awesome.scss */
  .btn .icon-spin, input[type="submit"] .icon-spin {
    height: auto;
  }

  /* line 262, ../scss/vendor/font-awesome/_font-awesome.scss */
  .icon-spin.icon-large {
    height: 1.25em;
  }

  /* line 263, ../scss/vendor/font-awesome/_font-awesome.scss */
  .btn .icon-spin.icon-large, input[type="submit"] .icon-spin.icon-large {
    height: .75em;
  }
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.btn, input[type="submit"] {
  display: inline-block;
  padding: 6.75px 13.5px;
  padding:  0.375rem 0.75rem;
  background: #2d72d9;
  color: #fff;
  border: none;
  text-decoration: none;
}
.btn:hover, input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

.btn-small {
  padding: 0 6.75px;
  padding:  0 0.375rem;
  line-height: 2.25417;
  font-size: 12px;
  font-size: 0.66667rem;
}

.btn-large, input[type="submit"] {
  padding: 13.5px 27px;
  padding:  0.75rem 1.5rem;
  line-height: 1.2881;
  font-size: 21px;
  font-size: 1.16667rem;
}

/* =WordPress Core ... these bitches are required
-------------------------------------------------------------- */
.hidden, [hidden] {
  display: none !important;
}

.small {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.5;
}

.aligncenter,
div.aligncenter {
  clear: both;
  display: block;
  margin: 13.5px auto;
  margin:  0.75rem auto;
}

.alignright {
  float: right;
  margin: 0 0 27px 27px;
  margin:  0 0 1.5rem 1.5rem;
}

.alignleft {
  float: left;
  margin: 0 27px 27px 0;
  margin:  0 1.5rem 1.5rem 0;
}

.aligncenter {
  display: block;
  margin: 13.5px auto;
  margin:  0.75rem auto;
}

img {
  height: auto;
}

.icon {
  margin-right: 15px;
}
.icon.circle {
  float: left;
  display: block;
  padding: 18px 13.5px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}
.icon.circle img {
  margin: 0;
  padding: 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

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%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignleft {
  margin: 4px 15px 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 p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.archive .post.sticky {
  background-color: #f5f5f5;
  padding: 10px 20px;
  padding:  0.55556rem 1.11111rem;
}

.gallery-caption {
  background-color: #006505;
}

.bypostauthor {
  background-color: #009cee;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.inline {
  display: inline-block;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt-1 {
  margin-top: -1rem !important;
}

.mt-2 {
  margin-top: -2rem !important;
}

.mt-3 {
  margin-top: -3rem !important;
}

.mt-4 {
  margin-top: -4rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb-1 {
  margin-bottom: -1rem !important;
}

.mb-2 {
  margin-bottom: -2.25rem !important;
}

.mb-3 {
  margin-bottom: -3rem !important;
}

.well-small {
  padding: 15px;
}

textarea, 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"], .uneditable-input {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  display: inline-block;
  padding: 6px 0 6px 10px;
  padding:  0.33333rem 0 0.33333rem 0.55556rem;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
  color: #555;
  vertical-align: middle;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input[type="submit"] {
  float: right;
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
}

.contact_float {
  margin-top: -330px;
  margin-top: -18.33333rem;
  position: relative;
}
@media only screen and (max-width: 50em) {
  .contact_float {
    margin-top: 0;
  }
}
.contact_float .span6, .contact_float .footer-menu, .contact_float .copyright {
  padding-left: 22px;
  position: relative;
}
.contact_float img.icon {
  position: absolute;
  left: 0px;
  top: 2px;
}
.contact_float .icon.circle {
  margin-right: 15px;
  height: 56px;
  width: 56px;
}
.contact_float a {
  line-height: 53px;
  line-height: 2.94444rem;
}
.contact_float a:hover {
  opacity: 0.7;
}
.contact_float.widget {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 15px 0;
  padding: 15px 0;
}

.white, .white a, .white a:hover {
  color: #fff !important;
  text-decoration: none;
  border: none;
}

.clean, .clean a, .clean a:hover {
  color: #000000 !important;
  text-decoration: none;
  border: none;
}
.clean a:hover {
  opacity: 0.7;
}

#nav-open-btn, nav.site-navigation {
  display: none;
}

nav.site-navigation {
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
}
nav.site-navigation.desktop {
  display: block;
}
nav.site-navigation .site-mainmenu {
  height: 117px;
  height: 6.5rem;
  margin: 0;
  padding: 0;
  float: right;
}
nav.site-navigation .site-mainmenu > li {
  float: left;
  position: relative;
}
nav.site-navigation .site-mainmenu > li > a {
  display: block;
  height: 117px;
  height: 6.5rem;
  padding-top: 40.5px;
  padding-top: 2.25rem;
  padding-left: 22px;
  padding-left: 1.22222rem;
  padding-right: 22px;
  padding-right: 1.22222rem;
  vertical-align: middle;
  text-align: center;
  color: #566067;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
nav.site-navigation .site-mainmenu > li > a:hover {
  text-decoration: none;
}
nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #2d72d9;
}
nav.site-navigation .site-mainmenu > li.menu-parent-item > a:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 80px;
  top: 4.44444rem;
  left: 50%;
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
nav.site-navigation .site-mainmenu > li.menu-parent-item a:hover:after {
  border-color: #2d72d9;
}
nav.site-navigation .site-mainmenu > li.menu-parent-item ul li.menu-parent-item:after {
  top: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: #fff;
}
nav.site-navigation .site-mainmenu > li:hover {
  border-top-color: #2d72d9;
}
nav.site-navigation .site-mainmenu > li:hover > ul.sub-menu, nav.site-navigation .site-mainmenu > li:hover > ul.sub-menu li:hover > ul.sub-menu {
  overflow: visible;
  opacity: 1;
  height: auto;
  margin-top: 0;
}
@media only screen and (max-width: 50em) {
  nav.site-navigation .site-mainmenu > li:hover > ul.sub-menu, nav.site-navigation .site-mainmenu > li:hover > ul.sub-menu li:hover > ul.sub-menu {
    display: block;
  }
}
nav.site-navigation .site-mainmenu > li ul.sub-menu {
  overflow: hidden;
  opacity: 0;
  height: 0;
  float: left;
  width: 200px;
  padding-left: 0;
  position: absolute;
  top: 112px;
  top: 6.22222rem;
  left: 0;
  margin-top: -10px;
  z-index: 99999;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  background: #f5f5f5;
  -webkit-box-shadow: rgba(50, 50, 50, 0.75) 0 1px 1px;
  -moz-box-shadow: rgba(50, 50, 50, 0.75) 0 1px 1px;
  box-shadow: rgba(50, 50, 50, 0.75) 0 1px 1px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media only screen and (max-width: 50em) {
  nav.site-navigation .site-mainmenu > li ul.sub-menu {
    height: auto;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}
nav.site-navigation .site-mainmenu > li ul.sub-menu li {
  width: 100%;
}
nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a {
  text-decoration: none;
  border-color: #2d72d9;
}
nav.site-navigation .site-mainmenu > li ul.sub-menu a {
  width: 100%;
  float: left;
  padding: 0.5em 1em;
  line-height: 1.3;
  color: #566067;
  border-left: 3px solid transparent;
}
nav.site-navigation .site-mainmenu > li ul.sub-menu li.menu-parent-item {
  position: relative;
  float: left;
}
nav.site-navigation .site-mainmenu > li ul.sub-menu li.menu-parent-item ul.sub-menu {
  left: 100%;
  top: 0;
}
nav.site-navigation .site-mainmenu > li ul.sub-menu li.menu-parent-item ul.sub-menu li:hover a {
  background: #fff;
}
nav.site-navigation .site-mainmenu > li ul.sub-menu li.menu-parent-item.to-the-left > ul.sub-menu {
  left: auto;
  right: 100%;
}
nav.site-navigation .site-mainmenu > li ul.sub-menu li.menu-parent-item > a:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 16px;
  right: 15px;
  border-color: #566067;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.site-navigation .site-mainmenu > li ul {
  left: 100%;
  top: 0;
  list-style: none;
}
@media only screen and (max-width: 74.44444em) {
  nav.site-navigation .site-mainmenu > li ul {
    width: 225px;
    left: -100%;
  }
}

@media only screen and (max-width: 900px) {
  #nav-open-btn {
    display: block;
  }

  #responsive {
    overflow: scroll;
  }

  nav.site-navigation {
    border-left-width: 0;
    display: block;
    height: 100%;
    width: 70%;
    position: absolute;
    left: 0;
    top: 0;
    background: #333333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  nav.site-navigation.desktop {
    display: none;
  }
  nav.site-navigation .site-mainmenu {
    float: left;
    width: 100%;
    top: 6rem;
    position: relative;
    height: 100%;
  }
  nav.site-navigation .site-mainmenu li {
    float: left;
    width: 100%;
    height: auto;
    border-top: 1px solid #000;
  }
  nav.site-navigation .site-mainmenu li a {
    line-height: 1.22955;
    font-size: 22px;
    font-size: 1.22222rem;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    float: left;
    width: 100%;
    height: auto;
    padding: 1rem 1rem 1rem 2rem;
    color: #fff;
    text-align: left;
    border-top: none;
  }
  nav.site-navigation .site-mainmenu li:hover {
    border-color: #000;
  }
  nav.site-navigation .site-mainmenu li:hover ul.sub-menu {
    display: none;
  }
  nav.site-navigation .site-mainmenu li.menu-parent-item a:after {
    width: 10px;
    height: 10px;
    top: 1.5rem;
    right: 3rem;
    left: auto;
  }
  nav.site-navigation .site-mainmenu li.active a {
    color: #2d72d9;
  }
  nav.site-navigation .site-mainmenu li.active a:after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  nav.site-navigation .site-mainmenu li.active ul.sub-menu {
    display: block;
  }
  nav.site-navigation .site-mainmenu li ul.sub-menu {
    top: 0;
    left: 0 !important;
    width: 100%;
    margin: 0;
    float: left;
    position: relative;
    display: none;
    height: auto;
    opacity: 1;
  }
  nav.site-navigation .site-mainmenu li ul.sub-menu li {
    background: #282828;
  }
  nav.site-navigation .site-mainmenu li ul.sub-menu li:hover {
    background: black;
  }
  nav.site-navigation .site-mainmenu li ul.sub-menu li.menu-parent-item a:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 1.2rem;
    right: 2rem;
  }
  nav.site-navigation .site-mainmenu li ul.sub-menu a {
    color: #fff;
    padding-left: 3rem;
  }
  nav.site-navigation .site-mainmenu li ul.sub-menu ul.sub-menu a {
    padding-left: 4rem;
  }
  nav.site-navigation .site-mainmenu li ul.sub-menu ul.sub-menu li:hover a {
    background: #282828 !important;
  }
  nav.site-navigation .site-mainmenu li ul.sub-menu ul.sub-menu ul a {
    padding-left: 5rem;
  }

  .nav-btn {
    z-index: 100;
    display: block;
    width: 60px;
    width: 3.33333rem;
    height: 50px;
    height: 2.77778rem;
    padding: 0;
    border: 0;
    outline: none;
#    background: #2d72d9 url("../images/nav-icon.svg") center center no-repeat;
    background: #2d72d9 url("../images/hamburger.png") center center no-repeat;
    background-size: 30px 24px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 1rem;
  }
  .no-svg .nav-btn {
    background-image: url("../images/nav-icon.png");
  }
  .nav-btn:hover, .nav-btn:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .menu-toggle .nav-btn {
    margin-top: 33.5px;
    margin-top: 1.86111rem;
  }
  #nav-close-btn {
    background: #333333 url("../images/close-btn.svg") center center no-repeat;
    left: 1.5rem;
    top: 1.5rem;
  }
  .no-svg #nav-close-btn {
    background-image: url("../images/close-btn.png");
  }

  .csstransforms3d.csstransitions #page {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions .site-navigation {
    left: 0;
    margin-left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #page {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-nav .site-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@media only screen and (max-width: 900px) and (max-width: 22.22222em) {
  .menu-toggle .nav-btn {
    margin-top: 14px;
    margin-top: 0.77778rem;
  }
}

.footer-menu {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
}
.footer-menu .menu-main-navigation-container {
  float: right;
}
.footer-menu ul {
  float: right;
  margin: 0;
}
.footer-menu ul li {
  float: left;
  list-style: none;
}
.footer-menu ul li:after {
  content: "|";
  padding: 0 0 0 13.5px;
  padding:  0 0 0 0.75rem;
}
.footer-menu ul li:last-child:after {
  content: "";
  padding: 0;
}
.footer-menu ul li a {
  color: white;
  padding: 0 0 0 13.5px;
  padding:  0 0 0 0.75rem;
}
.footer-menu ul li a:hover {
  color: #fff;
}

.paging-navigation .nav-previous {
  float: left;
}
.paging-navigation .nav-next {
  float: right;
}

.sidebar ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.sidebar li {
  padding: 6px 0;
  padding:  0.33333rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar li:last-child {
  border-bottom: none;
}

.sidebar-footer .quote {
  padding-bottom: 0;
}
.sidebar-footer ul {
  padding-left: 20px;
  padding-left: 1.11111rem;
}
.sidebar-footer ul li {
  color: #2d72d9;
}

.widget-area {
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  color: #0a0a0a;
}

.widget {
  padding: 0 0 27px;
  padding:  0 0 1.5rem;
  float: left;
  width: 100%;
}
.widget span.small, .widget span.post-date {
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 25px;
  line-height: 1.38889rem;
  color: #566067;
}
.widget select {
  width: 100%;
  margin: 1rem 0;
  padding: 3px;
  line-height: 1.5;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(../images/arrow_down.png) top right no-repeat;
}
.widget.widget_nav_menu ul.sub-menu {
  padding-left: 20px;
  border-bottom: none;
}
.widget.widget_recent_comments {
  color: #566067;
}
.widget.widget_tag_cloud ul {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
.widget.widget_tag_cloud ul li {
  width: 50%;
  float: left;
  margin: 0;
  text-transform: capitalize;
}
.widget.widget_tag_cloud ul li:nth-last-child(2) {
  border-bottom: none;
}
.widget.widget_tag_cloud ul li a:hover {
  color: #2d72d9;
}
.widget.widget_wpgrade_social_links .social-links {
  margin: 0;
  padding-left: 0;
  list-style: none;
  border: none;
}
.widget.widget_wpgrade_social_links .social-links li {
  float: left;
  border-bottom: 0;
}
.widget.widget_wpgrade_social_links .social-links a {
  display: inline-block;
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.widget.widget_calendar table {
  width: 100%;
  text-align: left;
}
.widget.contact .alignleft {
  margin-right: 7px;
}
.widget.contact .block {
  display: block;
  padding-left: 30px;
}

.widget-title {
  margin: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6.75px;
  padding-bottom: 0.375rem;
  margin-bottom: 19.25px;
  margin-bottom: 1.06944rem;
  color: #566067;
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
  text-transform: uppercase;
}
.widget-title small {
  text-transform: capitalize;
  color: #aaaaaa;
}

.wpb_teaser_grid_portfolio ul.wpb_thumbnails li {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin-bottom: 40px;
  margin-bottom: 2.22222rem;
  border-bottom: 1px solid #aaaaaa;
  background: none;
}
.wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2 {
  background: #2d72d9;
}
.wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2 a {
  color: #fff;
  text-decoration: none;
}
.wpb_teaser_grid_portfolio h2.post-title {
  line-height: 1.22955;
  font-size: 22px;
  font-size: 1.22222rem;
  padding-top: 5px;
  padding-top: 0.27778rem;
  padding-left: 10px;
  padding-left: 0.55556rem;
  margin-top: 0;
  background: #f5f5f5;
  text-align: center;
}
.wpb_teaser_grid_portfolio h2.post-title a {
  color: #566067;
}
.wpb_teaser_grid_portfolio .post-thumb {
  padding-bottom: 2px;
  border-bottom: 1px solid #566067;
}
.wpb_teaser_grid_portfolio .post-thumb a {
  display: block;
}
.wpb_teaser_grid_portfolio img {
  min-width: 100%;
}
.wpb_teaser_grid_portfolio .categories_filter li {
  margin-right: 10px;
  margin-right: 0.55556rem;
}
.wpb_teaser_grid_portfolio .categories_filter li a {
  color: #566067;
}
.wpb_teaser_grid_portfolio .categories_filter li.active a, .wpb_teaser_grid_portfolio .categories_filter li a:hover {
  color: #2d72d9;
  border-bottom: 2px solid #000000 !important;
}
.wpb_teaser_grid_portfolio.wpb_carousel .wpb_wrapper {
  padding-top: 81px;
  padding-top: 4.5rem;
  margin-top: -54px;
  margin-top: -3rem;
}
.wpb_teaser_grid_portfolio.wpb_carousel .prev, .wpb_teaser_grid_portfolio.wpb_carousel .next {
  background: none;
  width: 10px;
  width: 0.55556rem;
  height: 10px;
  height: 0.55556rem;
  padding: 0;
  text-indent: -9999px;
}
.wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #2d72d9;
}
.wpb_teaser_grid_portfolio.wpb_carousel .prev {
  display: block;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 26px;
  top: 1.44444rem;
}
.wpb_teaser_grid_portfolio.wpb_carousel .next {
  display: block;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 27px;
  top: 1.5rem;
  right: 5px;
  right: 0.27778rem;
}
.wpb_teaser_grid_portfolio.wpb_carousel ul.wpb_thumbnails [class*="span"] {
  height: auto !important;
}
.wpb_teaser_grid_portfolio.wpb_carousel ul.wpb_thumbnails li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
.wpb_teaser_grid_portfolio.wpb_carousel ul.wpb_thumbnails li .post-title {
  text-align: center;
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 0;
}
.wpb_teaser_grid_portfolio.wpb_carousel ul.wpb_thumbnails li .post-thumb a {
  display: block;
}

#comments {
  padding-left: 0;
  border-right: 0;
  margin-left: 0;
  padding-top: 27px;
  padding-top: 1.5rem;
}
#comments ol li:before {
  display: none;
}
#comments .children {
  padding-top: 27px;
  padding-top: 1.5rem;
  padding-left: 97px;
  padding-left: 5.38889rem;
  position: relative;
}
#comments .children:before {
  content: "";
  width: 35px;
  width: 1.94444rem;
  height: 35px;
  height: 1.94444rem;
  position: absolute;
  left: 30px;
  left: 1.66667rem;
  top: 62px;
  top: 3.44444rem;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#comments .children .comment {
  border-bottom: 0;
}
#comments .children .comment:last-child {
  padding-bottom: 0;
}

#reply-title {
  border-bottom: 1px solid #ccc;
  font-family: "PT Sans", sans-serif;
  line-height: 1.22955;
  font-size: 22px;
  font-size: 1.22222rem;
  padding: 27px 0 13.5px;
  padding:  1.5rem 0 0.75rem;
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
}

.comments-title {
  padding: 27px 0 13.5px;
  padding:  1.5rem 0 0.75rem;
  font-family: "PT Sans", sans-serif;
  line-height: 1.22955;
  font-size: 22px;
  font-size: 1.22222rem;
  color: #566067;
}
.comments-title span {
  color: #333;
}

.commentlist {
  margin-top: 0;
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
}
.commentlist li {
  position: relative;
  padding: 27px 0;
  padding:  1.5rem 0;
  border-top: 1px solid #ccc;
  color: #566067;
  font-size: 16px;
  font-size: 0.88889rem;
}
.commentlist li:hover .comment-reply-link {
  text-decoration: none;
}

.reply {
  position: absolute;
  top: 25px;
  top: 1.38889rem;
  right: 0;
}

.comment-reply-link {
  display: block;
  color: #aaaaaa;
  line-height: 2.08077;
  font-size: 13px;
  font-size: 0.72222rem;
  float: right;
  font-weight: normal;
  text-transform: uppercase;
}

.comment-author {
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
  color: black;
  font-size: 19px;
  font-size: 1.05556rem;
  font-weight: bold;
  line-height: 1;
}
.comment-author .fn {
  font-style: normal;
}
.comment-author .fn a {
  color: #0a0a0a;
}
.comment-author time {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 2.08077;
  font-size: 13px;
  font-size: 0.72222rem;
  margin: 0 13.5px;
  margin:  0 0.75rem;
}
.comment-author time a {
  color: #aaaaaa;
}

.comment-edit-link {
  display: none;
  line-height: 2.08077;
  font-size: 13px;
  font-size: 0.72222rem;
}
.comment article:hover .comment-edit-link {
  display: inline;
}

.comment-author, .comment_content, .comment .alert {
/* 20140518 padding-left: 97px;
  padding-left: 5.38889rem;
*/
}

.comment-form-author label, .comment-form-email label, .comment-form-comment label {
  display: block;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  color: #333;
}
.comment-form-author label span, .comment-form-email label span, .comment-form-comment label span {
  font-size: 14px;
  font-size: 0.77778rem;
  color: #838383;
}

.comment .alert {
  font-style: italic;
}

.comment_content p:last-child {
  margin-bottom: 0;
}

.comment-author-avatar {
  float: left;
}
.comment-author-avatar .avatar {
  width: 70px;
  width: 3.88889rem;
  height: 70px;
  height: 3.88889rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.comment-date {
  color: #566067;
  font-size: 14px;
  font-size: 0.77778rem;
}
.comment-date:hover {
  color: #566067;
}

#author, #email, #comment {
  max-width: 100%;
  width: 100%;
}

.comment-form-author {
  border-right: 25px solid transparent;
}

.comment-form-email {
  border-left: 25px solid transparent;
}

.form-submit {
  text-align: right;
}

.comment-form-author, .comment-form-email {
  width: 50%;
  float: left;
  display: inline-block;
}

.bypostauthor {
  background: white;
}

#respond {
  font-size: 16px;
  font-size: 0.88889rem;
}

#comment {
  height: 150px;
  max-width: 100%;
}

.site-footer-wrapper {
  background: black;
  color: white;
  width: 100%;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
}
.site-footer-wrapper.wrapper {
  padding-top: 0;
}
.site-footer-wrapper .widget-area {
  padding: 0;
}
.site-footer-wrapper .widget-area .widget-title {
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
  padding-bottom: 6.75px;
  padding-bottom: 0.375rem;
  margin: 27px 0 20.25px;
  margin:  1.5rem 0 1.125rem;
  color: #566067;
  line-height: 1.5;
  border-bottom: 1px solid #cccccc;
}
.site-footer-wrapper .widget-area .widget li {
  border: none;
}
.site-footer-wrapper .widget-area a {
  color: #2d72d9;
}
.site-footer-wrapper .widget-area form {
  position: relative;
}
.site-footer-wrapper .widget-area input {
  margin-bottom: 0;
  border: 0;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  padding: 8px 11px;
  padding:  0.44444rem 0.61111rem;
}
.site-footer-wrapper .widget-area input.email {
  width: 100%;
}
.site-footer-wrapper .widget-area input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 11px;
  padding:  0.44444rem 0.61111rem;
}

.site-info {
  padding: 27px 0;
  padding:  1.5rem 0;
}
.site-info a {
  color: #cccccc;
}
.site-info a:hover {
  color: white;
}

.copyright {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
}
.copyright p {
  margin: 0;
}

.footer-menu {
  text-align: right;
}
.footer-menu ul {
  float: right;
}

.testimonial-container {
  color: white;
}

.testimonial {
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  float: left;
  width: 100%;
}

.testimonial-wrap {
  position: relative;
  padding-top: 9px;
  padding-top: 0.5rem;
  padding-bottom: 13.5px;
  padding-bottom: 0.75rem;
  float: left;
  width: 100%;
  margin-left: 0;
}

.testimonial-content {
  float: left;
  padding-left: 94.5px;
  padding-left: 5.25rem;
}
@media only screen and (max-width: 50em) {
  .testimonial-content {
    padding: 0 27px;
    padding:  0 1.5rem;
  }
  .testimonial-content:before {
    display: none;
  }
}
.testimonial-content:before {
  content: "\201C";
  position: absolute;
  top: -5px;
  top: -0.27778rem;
  left: 18px;
  left: 1rem;
  font-family: Georgia, serif;
  line-height: 1.12535;
  font-size: 144px;
  font-size: 8rem;
}
.testimonial-content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 50em) {
  .testimonial-title {
    line-height: 1.4 !important;
  }
}

.testimonial-author {
  float: left;
  line-height: 1.4;
}
@media only screen and (max-width: 50em) {
  .testimonial-author {
    padding: 0 27px;
    padding:  0 1.5rem;
    margin-bottom: 0;
    text-align: right;
  }
}

.testimonial-author-name {
  line-height: 1.46081;
  font-size: 37px;
  font-size: 2.05556rem;
}

.testimonial-author-position {
  line-height: 1.5;
}

.testimonial-author-avatar {
  position: absolute;
  right: 0;
  bottom: -33px;
  bottom: -1.83333rem;
}
.flexslider .slides .testimonial-author-avatar {
  max-width: 10rem;
}
@media only screen and (max-width: 50em) {
  .testimonial-author-avatar {
    display: none;
  }
}

.testimonials.flexslider {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-top: 27px;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 50em) {
  .testimonials.flexslider .testimonial-author-avatar {
    display: none;
  }
}
.testimonials .flex-control-nav {
  bottom: 27px !important;
  bottom:  1.5rem !important;
}
.testimonials .flex-control-nav li {
  padding-top: 1px !important;
}
.testimonials .flex-direction-nav {
  display: none !important;
}

/* Menu Bar */
#megaMenu {
  background: transparent;
}

/* Top Level Menu Items: standard */
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, .megaMenuToggle {
  color: #888;
  text-shadow: none;
}

/* Top Level Menu Items: Hover */
#megaMenu ul.megaMenu > li.menu-item:hover > a,
#megaMenu ul.megaMenu > li.menu-item > a:hover,
#megaMenu ul.megaMenu > li.menu-item.megaHover > a,
#megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover,
#megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator {
  color: #222;
  border-bottom-color: transparent !important;
}

/* Top Level Menu Items: Hover over link or submenu */
#megaMenu ul.megaMenu > li.menu-item:hover > a,
#megaMenu ul.megaMenu > li.menu-item.megaHover > a,
#megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator,
#megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator {
  border-color: transparent;
}

/* Top Level: Current Menu Item */
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a {
  color: #444;
}

#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
  border-color: #e9e9e9;
  color: #999;
  text-shadow: 0px 1px 1px #fff;
  box-shadow: 1px 1px 1px #ddd;
}

#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega:hover > a, #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-reg.mega-with-sub:hover > a, #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega.megaHover > a, #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-reg.mega-with-sub.megaHover > a {
  border-bottom-color: #000;
}

#megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
  background-color: #f9f9f9;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a, #megaMenu ul ul.sub-menu li.menu-item a {
  color: #888;
  font-size: 12px;
  text-shadow: 0px 1px 1px #fff;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a,
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a,
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a,
.wpmega-widgetarea h2.widgettitle {
  color: #777;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #fff;
  padding-bottom: .4em;
  border-bottom: 1px dotted #e9e9e9;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover, #megaMenu ul ul.sub-menu > li.menu-item:hover > a {
  /*background-color:#222;
  color:#fff;
  text-shadow:0px 1px 1px #000;*/
  color: #000;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item.ss-nav-menu-highlight > a {
  color: #8f0000;
}

.ss-nav-menu-with-img .wpmega-link-title, .ss-nav-menu-with-img .wpmega-link-description {
  /*padding-left:20px;*/
}

.ss-nav-menu-with-img {
  min-height: 20px;
}

#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-reg ul.sub-menu > li.menu-item > ul.sub-menu {
  top: -1px;
  border-left-color: #e9e9e9;
}

#megaMenu ul.megaMenu li.menu-item a span.wpmega-item-description {
  font-size: 9px;
  color: #bbb;
  text-transform: uppercase;
}

#megaMenu > ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 input[type="text"] {
  color: #777;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item ul.wpmega-postlist img {
  background: #fff;
  border: 1px solid #ddd;
  float: left;
  padding: 4px;
}

/* IE7 Hacks */
#megaMenu.megaMenuHorizontal ul.megaMenu {
  *border-bottom: none;
}

#megaMenu.megaMenuVertical ul.megaMenu {
  *border-right: none;
}

/* Top Level Searchbar */
#megaMenu > ul.megaMenu > li.menu-item > .wpmega-widgetarea > ul > li.menu-item > form#searchform input[type="text"] {
  background: #d9d9d9;
  color: #444;
  text-shadow: 0px 1px 1px #fff;
}

#megaMenu > ul.megaMenu > li.menu-item > .wpmega-widgetarea > ul > li.menu-item > form#searchform input[type="submit"] {
  background-color: #aaa;
  border-color: #000;
}

body #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ddd;
}
body #megaMenu ul.megaMenu {
  width: auto !important;
  float: right;
  position: static;
}
body #megaMenu ul li.menu-item {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
  text-transform: uppercase;
}
body #megaMenu ul.megaMenu > li.menu-item > a,
body #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
  height: 117px;
  height: 6.5rem;
  padding: 50px 27px 0;
  padding:  2.77778rem 1.5rem 0;
}
body #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item.megaReg-with-sub > a,
body #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item.megaReg-with-sub > span.um-anchoremulator,
body #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a, body #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator,
body #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a, body #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator {
  padding-left: 20px;
}
body #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after {
  display: none;
}
body #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after {
  display: block;
}

blockquote {
  clear: both;
  font-style: italic;
  margin-left: 50px;
}
blockquote p:first-child {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}

a {
  color: #2d72d9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

b, strong {
  line-height: 0;
}

hgroup, h1, h2, h3, h4, h5, h6 {
  color: #2d72d9;
}

body .epsylon, body h5, body .zeta, body h6 {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
  font-family: "PT Sans", sans-serif;
  color: #0a0a0a;
}

#wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.push-right {
  float: right;
}

.pull-left {
  float: left;
}

img {
  display: block;
}

.chromeframe {
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  font-size: 18px;
}
.chromeframe h3 {
  margin-bottom: 0;
}

.test {
  color: #000;
}

.wrapper {
/*20140517  padding: 40.5px 0;
	padding:  2.25rem 0;
*/
}
@media only screen and (max-width: 22.22222em) {
  .wrapper {
    padding: 13.5px 0;
    padding:  0.75rem 0;
  }
}

.entry-header-wrapper {
  padding-bottom: 0;
  margin-bottom: -40.5px;
  margin-bottom: -2.25rem;
}
@media only screen and (max-width: 22.22222em) {
  .entry-header-wrapper {
    margin-bottom: -13.5px;
    margin-bottom: -0.75rem;
  }
}

.container, .entry-header {
  padding: 0 27px 0 55px;
/* 20141016
  padding: 0 27px;
  padding:  0 1.5rem;
*/
}
@media only screen and (max-width: 22.22222em) {
  .container, .entry-header {
    padding: 0 8px;
    padding:  0 0.44444rem;
  }
}

@media only screen and (max-width: 50em) {
  .site-header {
    max-width: 100%;
    padding-right: 87px;
    padding-right: 4.83333rem;
  }
}

.site-branding {
  width: 451px;
  width: 25.05556rem;
  float: left;
  padding-left: 0;
  position: relative;
}
@media only screen and (max-width: 50em) {
  .site-branding {
    max-width: 100%;
  }
}
.site-branding a, .site-branding .site-logo {
  display: block;
  border: none;
}
.site-branding .site-logo {
  position: absolute;
  bottom: 0;
  left: 0;
}

#wrap {
  border-top: 9px solid #000000;
}

.site-header-wrapper {
  position: relative;
  z-index: 101;
  overflow: visible;
  padding-bottom: 0;
  border-top: 1px solid white;
  border-bottom: 5px solid #2d72d9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#e5e5e5, #ffffff);
  background-image: -moz-linear-gradient(#e5e5e5, #ffffff);
  background-image: -o-linear-gradient(#e5e5e5, #ffffff);
  background-image: linear-gradient(#e5e5e5, #ffffff);
}
@media only screen and (max-width: 22.22222em) {
  .site-header-wrapper {
    height: 78px;
    height: 4.33333rem;
  }
}
.site-header-wrapper.wrapper {
  padding-top: 0;
}

.site-logo-container {
  display: table-cell;
  vertical-align: middle;
  height: 117px;
  height: 6.5rem;
}
@media only screen and (max-width: 22.22222em) {
  .site-logo-container {
    height: 78px;
    height: 4.33333rem;
  }
}

.accent-background {
  background-color: #2d72d9;
}

.site-navigation {
  margin-left: 451px;
  margin-left: 25.05556rem;
  margin-top: -1px;
}

.site-footer-wrapper {
  background: #fcfcfc;
  border-top: 3px solid #2d72d9;
  color: white;
}

.site-info {
  background: #000000;
  color: white;
}

.featured-image {
  height: 378px;
  height: 21rem;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

hr {
  border: 0;
  height: 1px;
  color: #cccccc;
  background-color: #cccccc;
  margin: 27px 0;
  margin:  1.5rem 0;
}
.sidebar-footer hr {
  margin-bottom: 0;
}

.article-header .breadcrumbs {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6.75px;
  padding-bottom: 0.375rem;
  margin-bottom: 19.25px;
  margin-bottom: 1.06944rem;
}
.article-header .date-entry {
  text-transform: uppercase;
  border-bottom: 1px solid #2d72d9;
  float: left;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.article-header .entry-title {
  margin: 27px 0;
  margin:  1.5rem 0;
  color: #2d72d9;
  clear: left;
}

.title-first-word {
  display: inline-block;
  border-bottom: 5px solid #2d72d9;
  border-bottom-width: 0.27778rem;
}

.posted-on {
  padding: 23px 0 4px;
  padding:  1.27778rem 0 0.22222rem;
  clear: both;
  text-align: right;
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
}
.posted-on .author, .posted-on .wrote, .posted-on .entry-date, .posted-on .comments-link {
  text-transform: uppercase;
}

.wpgrade_pagination span {
  color: #aaaaaa;
  padding: 3px 6px;
  padding:  0.16667rem 0.33333rem;
}
.wpgrade_pagination a {
  padding: 3px 6px;
  padding:  0.16667rem 0.33333rem;
}

#authorbox {
  padding: 30px 0;
  padding:  1.66667rem 0;
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
  margin-top: -5px;
  border-top: 4px solid #2d72d9;
  border-bottom: 1px solid #ddd;
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
}

.author-text {
  padding-left: 132px;
  padding-left: 7.33333rem;
  border-right: 0;
}

.author-avatar {
  width: 105px;
  width: 5.83333rem;
  height: 105px;
  height: 5.83333rem;
  float: left;
}
.author-avatar img {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.author-title {
  line-height: 1.42368;
  font-size: 19px;
  font-size: 1.05556rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
}
.author-title a {
  color: #0a0a0a;
}
.author-title a:hover {
  text-decoration: none;
}

body.error404 h1.heading-404 {
  line-height: 1.08025;
  font-size: 200px;
  font-size: 11.11111rem;
}
body.error404 h2 {
  padding-bottom: 30px;
  padding-bottom: 1.66667rem;
}
body.error404 h2:after {
  content: '';
  width: 150px;
  width: 8.33333rem;
  height: 1px;
  display: block;
  background-color: #aaaaaa;
  margin: 20px auto 0;
  margin:  1.11111rem auto 0;
}
body.error404 #content .container, body.error404 #content .entry-header {
  text-align: center;
  padding: 0 0 40px 0;
  padding:  0 0 2.22222rem 0;
}

.archive .page-title {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6.75px;
  padding-bottom: 0.375rem;
  margin-bottom: 19.25px;
  margin-bottom: 1.06944rem;
  text-transform: uppercase;
}
.archive .post {
  padding: 0;
  margin: 0 0 26px;
  margin:  0 0 1.44444rem;
  border-bottom: 1px dotted #aaaaaa;
}
.archive .entry-header {
  padding: 10px 0;
  padding:  0.55556rem 0;
}
.archive .entry-title {
  margin-top: 0;
}
.archive .posted-on {
  border-width: 0;
  padding: 0;
  text-align: left;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
}
.archive .entry-featured-image {
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}

.breadcrumbs {
  text-transform: uppercase;
  line-height: 2.08077;
  font-size: 13px;
  font-size: 0.72222rem;
  color: #566067;
  cursor: default;
}
.breadcrumbs a {
  color: #566067;
  cursor: pointer;
}
.breadcrumbs a:hover {
  border-bottom: 1px solid #566067;
  text-decoration: none;
}

/* 2013-10-12
.site-content ul, .site-content ol {
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
} */

.question {
  padding: 0 0 27px 0;
  padding:  0 0 1.5rem 0;
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #e5e5e5;
}
.question br {
  display: none;
}

.question-text {
  padding: 27px 27px 0 81px;
  padding:  1.5rem 1.5rem 0 4.5rem;
  margin-bottom: 0;
}

.quote, .glossary {
  margin: 0 0 27px 0;
  margin:  0 0 1.5rem 0;
  padding: 0 0 27px 81px;
  padding:  0 0 1.5rem 4.5rem;
  position: relative;
  color: #566067;
  max-width: 100% !important;
}
.align-right.quote, .align-right.glossary {
  clear: both;
  float: right;
}
.align-left.quote, .align-left.glossary {
  clear: both;
  float: left;
  padding: 0 81px 0 0;
  padding:  0 4.5rem 0 0;
}
.quote br, .glossary br {
  display: none;
}
@media only screen and (max-width: 50em) {
  .quote, .glossary {
    width: auto;
    float: none;
  }
}

.ad-container {
  clear: both;
  float: right;
  margin: 27px 0 27px 45px;
  margin:  1.5rem 0 1.5rem 2.5rem;
}
.ad-container.align-left {
  float: left;
  margin: 27px 45px 27px 0;
  margin:  1.5rem 2.5rem 1.5rem 0;
}
.single-footer-ad .ad-container, .widget .ad-container {
  margin-top: 0;
}

.question-mark {
  width: 54px;
  width: 3rem;
  height: 54px;
  height: 3rem;
  font-size: 54px;
  font-size: 3rem;
  line-height: 1;
  float: left;
  margin: 27px 13.5px 0;
  margin:  1.5rem 0.75rem 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  color: #2d72d9;
  text-align: center;
}

.question-author {
  display: inline;
  color: #aaaaaa;
  margin-left: 27px;
  margin-left: 1.5rem;
  font-style: italic;
}

.quote {
  width: 380px;
  width: 21.11111rem;
  line-height: 1.12708;
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 32px;
  line-height: 1.77778rem;
  font-style: italic;
}
.quote.align-left, .quote.align-right {
  width: 380px;
  width: 21.11111rem;
}
.quote .quote-text {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 27px;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
.quote.align-left, .quote.align-full {
  padding-left: 50px;
  padding-left: 2.77778rem;
  padding-right: 54px;
  padding-right: 3rem;
}
.quote.align-left .quote-quotes, .quote.align-full .quote-quotes {
  left: -4px;
  left: -0.22222rem;
}
.quote.align-full {
  width: auto;
  float: none;
  clear: none;
}

.quote-quotes {
  display: block;
  width: 27px;
  width: 1.5rem;
  height: 27px;
  height: 1.5rem;
  position: absolute;
  top: 54px;
  top: 3rem;
  left: 27px;
  left: 1.5rem;
  font-size: 100px;
  font-size: 5.55556rem;
  color: #2d72d9;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  font-family: 'Vollkorn', 'Oswald', sans-serif;
}

.glossary {
  width: 380px;
  width: 21.11111rem;
  color: black;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 23px;
  line-height: 1.27778rem;
}
.glossary p {
  margin-bottom: 0;
}
.glossary .glossary-description {
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
}
.glossary.align-left, .glossary.full {
  padding-left: 50px;
  padding-left: 2.77778rem;
  padding-right: 54px;
  padding-right: 3rem;
}
.glossary.align-left .icon-bookmark, .glossary.full .icon-bookmark {
  left: -4px;
  left: -0.22222rem;
}

.glossary-link {
  white-space: nowrap;
}

.glossary-rm {
  font-size: 14px;
  font-size: 0.77778rem;
  color: #2d72d9;
}

.glossary-term {
  font-weight: bold;
}

.glossary-hiperlink {
  border-top: 1px solid #aaaaaa;
  text-transform: uppercase;
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
  text-align: right;
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
  color: #566067;
}

.glossary .icon-bookmark {
  display: block;
  font-size: 36px;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 29px;
  left: 1.61111rem;
}

.site-description-wrapper {
  background: #2d72d9;
}

.site-description {
  color: white;
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 48px;
  line-height: 2.66667rem;
  vertical-align: middle;
}
.site-description small {
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-style: italic;
  font-size: 18px;
  font-size: 1rem;
  margin-left: 26px;
  margin-left: 1.44444rem;
  position: relative;
  left: 0;
  top: -4px;
  top: -0.22222rem;
}

.widget-area-category {
  border-top: 3px solid #2d72d9;
}

.widget-category .article-excerpt {
  margin-bottom: 13.5px;
  margin-bottom: 0.75rem;
}

.widget-category .article-title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  color: #2d72d9;
}

.widget-category-articles {
  padding: 13.5px 0 13.5px 27px;
  padding:  0.75rem 0 0.75rem 1.5rem;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #2d72d9;
}

.recommended-articles a {
  display: block;
  border-top: 1px solid #ccc;
  padding: 12.5px 0 13.5px;
  padding:  0.69444rem 0 0.75rem;
}

@media only screen and (max-width: 50em) {
  .row.recommended-articles > div, .recommended-articles.sidebar-footer > div {
    margin-bottom: 0;
  }
}

.widget-category-article-first {
  border-bottom: 1px solid #e5e5e5;
}

.widget-recommended-article-first {
  margin-bottom: 13.5px;
  margin-bottom: 0.75rem;
}
.widget-recommended-article-first .article-title {
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
  font-family: "PT Sans", sans-serif !important;
}

.widget-category-more {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
  margin-bottom: 54px;
  margin-bottom: 3rem;
  text-align: right;
}
@media only screen and (max-width: 50em) {
  .widget-category-more {
    margin-bottom: 0;
  }
}

.widget-category-more-link {
  color: #2d72d9;
  white-space: nowrap;
}

.rm {
  white-space: nowrap;
}

.widget-recommended-articles .row:last-child .widget-recommended-article, .widget-recommended-articles .sidebar-footer:last-child .widget-recommended-article {
  border-bottom: 0;
}

.form {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  border: 1px solid #aaaaaa;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 2px 1px 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 2px 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 2px 1px 3px inset;
  overflow: hidden;
}
.form form {
  display: block;
  margin: 0;
}
.form .field, .form .submit {
  display: block;
  margin: 0;
  padding: 8px 18px;
  padding:  0.44444rem 1rem;
  border: 0;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
}
.form .field {
  display: block;
  width: 80%;
  background: none;
  margin-right: 20%;
}
.lt-ie8 .form .field {
  width: 70%;
  margin-right: 30%;
  padding-bottom: 20px;
}
.form .submit {
  background: #2d72d9;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.lt-ie8 .form .submit {
  min-height: 48px;
}
.widget-question .form {
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
}

.widget-question-links i {
  display: inline-block;
  margin-left: 2px;
  color: #2d72d9;
}
.lt-ie8 .widget-question-links i {
  position: relative;
  top: -3px;
  left: 0;
}
.widget-question-links span {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
}

.article-footer {
  clear: both;
  margin: 54px 0 27px;
  margin:  3rem 0 1.5rem;
  line-height: 2.08077;
  font-size: 13px;
  font-size: 0.72222rem;
}

.article-links {
  padding-left: 0;
}

.article-links a {
  line-height: 1.80333;
  font-size: 15px;
  font-size: 0.83333rem;
}

.article-tag-list, .article-link-list {
  display: inline;
  margin-bottom: 0;
}

.article-tag-list {
  margin-left: 13.5px;
  margin-left: 0.75rem;
}

.article-tags {
  text-transform: uppercase;
}

.article-tag {
  line-height: 2.08077;
  font-size: 13px;
  font-size: 0.72222rem;
}
.article-tag a {
  display: block;
  margin: 0 6.75px 0 0;
  margin:  0 0.375rem 0 0;
  padding: 6.75px 13.5px;
  padding:  0.375rem 0.75rem;
  position: relative;
  top: -1.6875px;
  top: -0.09375rem;
  left: 0;
  background-color: #2d72d9;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
}
.article-tag a:hover {
  text-decoration: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.article-link {
  margin: 0 0 0 13.5px;
  margin:  0 0 0 0.75rem;
}
.article-link a {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}
.article-link a:hover {
  text-decoration: none;
  border-color: #2d72d9;
}
.article-link.to-top a {
  color: #aaaaaa;
}
.article-link.to-top a:hover {
  color: #566067;
  border-color: #566067;
}

.single-footer-related {
  margin-right: 300px;
  margin-right: 16.66667rem;
}

.single-footer-ad {
  width: 300px;
  width: 16.66667rem;
  float: right;
}

.related-articles-list {
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  padding-left: 0;
  border-top: 1px solid #e1e1e1;
}

.related-articles-list-item {
  padding: 13.5px 0;
  padding:  0.75rem 0;
  border-bottom: 1px solid #e1e1e1;
}
.related-articles-list-item p {
  margin-bottom: 0;
}

.first-paragraph {
  background: #f4f4f4;
  padding: 27px 27px 0;
  padding:  1.5rem 1.5rem 0;
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
  font-size: 22px;
  font-size: 1.22222rem;
  font-family: PT Sans, sans-serif;
}

.the-excerpt {
  font-size: 22px;
  font-size: 1.22222rem;
}

.article-footnotes h5 {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
  padding-bottom: 6.75px;
  padding-bottom: 0.375rem;
  margin-bottom: 19.25px;
  margin-bottom: 1.06944rem;
  color: #566067;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
}
.article-footnotes ul, .article-footnotes ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  list-style: inside;
}
.article-footnotes ul li, .article-footnotes ol li {
  display: block;
  padding-left: 20px;
  padding-left: 1.11111rem;
  margin-bottom: 13.5px;
  margin-bottom: 0.75rem;
  position: relative;
  font-weight: normal;
  line-height: 1.3;
}
.article-footnotes ul li:before, .article-footnotes ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
}

p:empty {
  display: none;
}

body .cse .gsc-control-cse, body .gsc-control-cse {
  padding: 0;
}
body .gsc-wrapper img {
  max-width: none;
}
body .gsc-results {
  width: auto;
}
body .gsc-resultsHeader {
  display: none;
}
body .gcsc-branding {
  padding: 16px 0 8px 0;
}
body .gsc-result-info, body .gsc-table-result, body .gsc-thumbnail-inside, body .gsc-url-top {
  padding: 0;
}
body .gsc-above-wrapper-area-container {
  margin-bottom: 0;
}
body .gsc-control-cse .gsc-option-selector {
  background-image: url("../images/gsc_arrow_down.png");
}
body .gsc-results .gsc-cursor-box {
  margin: 0;
}
body .gs-webResult.gs-result a.gs-title, body .gs-webResult.gs-result a.gs-title:hover, body .gs-webResult.gs-result a.gs-title:active, body .gs-webResult.gs-result a.gs-title:link, body .gs-webResult.gs-result a.gs-title:visited,
body .gs-webResult.gs-result a.gs-title b,
body .gs-webResult.gs-result a.gs-title b:hover,
body .gs-webResult.gs-result a.gs-title b:active,
body .gs-webResult.gs-result a.gs-title b:link,
body .gs-webResult.gs-result a.gs-title b:visited,
body .gs-imageResult a.gs-title,
body .gs-imageResult a.gs-title:hover,
body .gs-imageResult a.gs-title:active,
body .gs-imageResult a.gs-title:link,
body .gs-imageResult a.gs-title:visited,
body .gs-imageResult a.gs-title b,
body .gs-imageResult a.gs-title b:hover,
body .gs-imageResult a.gs-title b:active,
body .gs-imageResult a.gs-title b:link,
body .gs-imageResult a.gs-title b:visited {
  line-height: 1.12708;
  font-size: 24px;
  font-size: 1.33333rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
body .gs-result .gs-title, body .gs-result .gs-title * {
  text-decoration: none;
}
body .gs-result .gs-title:hover, body .gs-result .gs-title *:hover {
  text-decoration: underline;
}
body .gsc-control-cse .gs-spelling,
body .gsc-control-cse .gs-result .gs-title,
body .gsc-control-cse .gs-result .gs-title * {
  height: auto;
}

.comments-info {
  margin-left: 20px;
}
.comments-info ul {
  list-style-type: bullet;
  padding-left: 20px !important;
}


.featured-image-container {
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
}

.noprint {display: normal;}

@media only print {
.noprint { display: none; }
.ad-container { display: none; }
}

