@charset "UTF-8";
/*!
Theme Name: Joshua Long Consulting
Theme URI: http://www.joshualong.co
Description: This theme was created for Joshua Long Consulting in Fresno, California.
Version: 2014
Author: Graticle Design
Author URI: http://graticle.com
*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Media Queries */
/* Media Queries */
/* Serif */
/* Sans Serif */
/* Layout */
/* Main Colors */
/* Shades of Colors */
/* Brand Colors */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  *zoom: 1;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  .wrapper:before,
  .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }
  @media (min-width: 980px) {
    .wrapper {
      width: 960px;
      max-width: 100%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .wrapper {
      width: 100%;
      max-width: 100%; } }

.fullWidth {
  width: 100%;
  *zoom: 1; }
  .fullWidth:before,
  .fullWidth:after {
    content: " ";
    display: table; }
  .fullWidth:after {
    clear: both; }
  .fullWidth img {
    max-width: 100%;
    height: auto; }
  .fullWidth .col {
    margin-bottom: 0; }

/* --------------------------------- */
.col {
  padding: 15px;
  border-radius: 2px;
  background: white;
  border: 1px solid #E5E3E3;
  border-right: none;
  border-left: none;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .col {
      margin: 10px;
      padding: 30px;
      border: 1px solid #E5E3E3;
      float: left; } }
  .col.last {
    *zoom: 1; }
    .col.last:before,
    .col.last:after {
      content: " ";
      display: table; }
    .col.last:after {
      clear: both; }
  .col img {
    max-width: 100%;
    height: auto; }
  .col.video {
    padding: 0;
    position: relative;
    overflow: hidden; }
  .col.no, .col .sidebar {
    padding: 0;
    border: none; }

.one-third,
.two-thirds,
.full,
.one-fourth,
.one-half,
.three-fourths {
  max-width: 100%;
  width: 100%; }

.one-third {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .one-third {
      width: 300px; } }

.two-thirds {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .two-thirds {
      width: 620px; } }

.full {
  *zoom: 1;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  .full:before,
  .full:after {
    content: " ";
    display: table; }
  .full:after {
    clear: both; }
  @media (min-width: 980px) {
    .full {
      width: 940px; } }

.one-fourth {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .one-fourth {
      width: 220px; } }

.one-half {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .one-half {
      width: 460px; } }

.three-fourths {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .three-fourths {
      width: 660px; } }

.one-third,
.two-thirds,
.full,
.one-fourth,
.one-half,
.three-fourths {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .one-third,
    .two-thirds,
    .full,
    .one-fourth,
    .one-half,
    .three-fourths {
      max-width: 100% !important;
      width: 100% !important; } }

/* Specific Styles */
.home .one-half {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .home .one-half {
      height: 420px; } }

.home .one-third {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .home .one-third {
      height: 365px; } }

.cta {
  text-align: center; }

/* Mixins */
blockquote {
  font-style: italic; }

/* Start Assignments */
h1, .h1 {
  margin: 10px 0 10px 0;
  font-size: 2.3em;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8em;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2.3em; } }

h2, .h2 {
  margin: 10px 0 10px 0;
  font-size: 2em;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase; }

h3, .h3 {
  margin: 10px 0 10px 0;
  font-size: 1.4em;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-weight: 700; }

h4, .h4 {
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1em;
  color: #444242;
  text-transform: uppercase; }

h5, .h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.1em; }

h6, .h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em; }

p {
  margin: 10px 0 10px 0;
  padding-bottom: 10px;
  font-size: 1em;
  color: #444242;
  font-family: 'PT Serif', serif;
  font-weight: 400; }
  p.right {
    text-align: right; }

small, .small {
  font-size: 0.75em !important; }

hr {
  margin: 10px 0;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #CCCCCC; }

pre, kbd, tt {
  background: #ecebeb;
  border-radius: 2px; }

pre {
  padding: 10px 30px;
  border-radius: 2px; }

cite {
  margin-top: 10px;
  font-weight: 700;
  font-style: normal;
  display: block; }

/* Individual Styles */
.author {
  color: #CCCCCC;
  font-style: italic; }

.bodyWrapper h1, .bodyWrapper .h1 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #444242;
  line-height: 1.1; }

.bodyWrapper h2, .bodyWrapper .h2 {
  margin-bottom: 20px;
  color: #BE1E2D;
  line-height: 1.2; }

.bodyWrapper p {
  margin-top: 0; }

.bodyWrapper li {
  margin-bottom: 10px; }

.sidebar h4 {
  margin-top: 30px; }

a,
a:hover,
a.button,
input.wpcf7-submit,
input.wpcf7-form-control,
header img,
select {
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
  a:active,
  a:hover:active,
  a.button:active,
  input.wpcf7-submit:active,
  input.wpcf7-form-control:active,
  header img:active,
  select:active {
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }

a:hover, a img:hover {
  cursor: pointer; }

a {
  color: #BE1E2D;
  border-bottom: 2px solid white;
  text-decoration: none; }
  a:hover {
    border-color: #BE1E2D; }
  a:active {
    background: #BE1E2D;
    color: white;
    border-color: #BE1E2D; }

a.none {
  background: none;
  text-decoration: none;
  border: none; }
  a.none:hover {
    background: none;
    text-decoration: none; }

a.button {
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: black;
  border: 5px solid #BE1E2D !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 1.2;
  text-align: center;
  color: #BE1E2D;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-weight: 700;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: uppercase;
  word-break: normal; }
  a.button:hover {
    background: #BE1E2D;
    color: white; }
  a.button:active {
    background: #891620; }
  a.button span {
    padding-top: 26px;
    width: 50%;
    display: table;
    margin: 0 auto;
    cursor: pointer;
    word-break: normal; }

a.cta, .pagination a {
  color: #BE1E2D;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid white; }
  a.cta:hover, .pagination a:hover {
    border-color: #BE1E2D; }
  a.cta:active, .pagination a:active {
    background: #891620;
    color: white;
    border-color: #891620; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: inherit;
  border: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #BE1E2D;
    border: none;
    background: none; }
  h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
    color: #891620;
    border: none;
    background: none; }

html {
  -webkit-text-size-adjust: 100%; }

* {
  box-sizing: border-box; }

body {
  font-size: 105%;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-weight: 400;
  line-height: 1.5;
  color: #444242;
  overflow-x: hidden; }

.main-wrapper {
  margin: 0 auto;
  width: 1024px; }

.body {
  width: 750px; }

.clearfix {
  *zoom: 1; }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

*:hover {
  cursor: default; }

p, h1, h2, h3, h4, h5, h6, a, span, em, strong {
  word-break: normal; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'joshua-long';
    src: url('../font/joshua-long.svg?95758686#joshua-long') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "joshua-long";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-twitter:before {
  content: '\e800'; }

/* '' */
.icon-gplus:before {
  content: '\e801'; }

/* '' */
.icon-linkedin:before {
  content: '\e802'; }

/* '' */
.icon-facebook:before {
  content: '\e803'; }

/* '' */
.icon-youtube:before {
  content: '\e804'; }

/* '' */
.icon-instagramm:before {
  content: '\e805'; }

/* '' */
.icon-vimeo-squared:before {
  content: '\e806'; }

/* '' */
.icon-menu:before {
  content: '\e807'; }

/* '' */
.icon-tumblr:before {
  content: '\e808'; }

/* '' */
.icon-menu-1:before {
  content: '\e809'; }

/* '' */
/* Misc */
header img {
  margin-top: 18px;
  margin-left: 10px;
  margin-bottom: 20px;
  width: 175px;
  float: left;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 480px) {
    header img {
      margin-left: 15px; } }
  @media (min-width: 980px) {
    header img {
      margin-top: 10px;
      margin-bottom: 0;
      margin-left: 0;
      width: 208px; } }
  header img:hover {
    opacity: 0.5; }
  header img:active {
    opacity: 1; }

header #menu {
  margin-top: 10px;
  margin-right: 0px;
  padding: 20px;
  float: right;
  color: #5E5B5B;
  font-size: 1.4em;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: none;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 480px) {
    header #menu {
      margin-right: 10px; } }
  @media (min-width: 980px) {
    header #menu {
      display: none; } }
  header #menu:hover {
    border: none;
    cursor: pointer; }
    header #menu:hover i {
      color: #BE1E2D; }
  header #menu:active {
    background: white; }
  header #menu i {
    cursor: pointer; }
  header #menu.open i {
    color: #BE1E2D; }

header #nav {
  padding-top: 5px;
  float: left;
  width: 100%;
  background: #BE1E2D;
  display: none;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    header #nav {
      margin-top: 20px;
      padding: 0;
      padding-right: 20px;
      float: right;
      background: none;
      width: auto;
      display: block; } }
  @media (min-width: 980px) {
    header #nav {
      padding-right: 20px; } }
  header #nav ul {
    margin: 0;
    padding: 0;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 980px) {
      header #nav ul {
        margin-top: 15px; } }
  header #nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-weight: 700;
    font-size: 1em;
    color: #444242;
    text-transform: uppercase;
    border-bottom: 1px solid #a81b28;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 980px) {
      header #nav li {
        margin: 0 20px;
        display: inline;
        text-align: left; } }
  header #nav .first {
    margin-top: 5px;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 980px) {
      header #nav .first {
        margin-top: 0; } }
  header #nav .last {
    margin-bottom: 5px;
    margin-right: 5px;
    border-bottom: 0;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 980px) {
      header #nav .last {
        margin-right: 0;
        margin-bottom: 0; } }
  header #nav .current-menu-item a {
    border-color: #BE1E2D; }
  header #nav a {
    padding: 11px 0 17px 0;
    color: white;
    border-color: #BE1E2D;
    display: block;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 980px) {
      header #nav a {
        padding: 0;
        display: inline;
        color: #444242;
        border-color: white; } }

.blog header nav {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .blog header nav {
      margin-top: 37px; } }

.page-template-default header,
.page-template-results header,
.page-template-about header,
.page-template-home header,
.blog header {
  border-bottom: 4px solid #E5E3E3 !important;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .page-template-default header,
    .page-template-results header,
    .page-template-about header,
    .page-template-home header,
    .blog header {
      border-bottom: 0 !important; } }

footer {
  text-align: center; }
  footer .social {
    padding-top: 10px; }
  footer .copyright {
    margin-top: 90px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    color: #CCCCCC;
    font-size: 85%; }
    footer .copyright a {
      color: #CCCCCC;
      border-bottom: none; }
      footer .copyright a:hover {
        border-bottom: none; }

.openhook {
  display: none; }

.testimonial {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .testimonial.top {
    left: -10px; }
  .testimonial .clearfix {
    margin-bottom: 20px;
    position: relative; }
  .testimonial img {
    margin-bottom: -46px;
    margin-left: -55px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    float: left; }
  .testimonial p {
    position: relative;
    z-index: 1; }
  .testimonial .quote {
    font-size: 1.3em;
    font-style: italic;
    color: #5E5B5B;
    width: 97%; }
  .testimonial .name-and-company,
  .testimonial .permalink {
    margin-left: 120px;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 980px) {
      .testimonial .name-and-company,
      .testimonial .permalink {
        margin-left: 100px; } }
  .testimonial .name-and-company {
    margin-top: 24px;
    width: 150px; }
    .testimonial .name-and-company p {
      margin: 0 0 5px 0;
      padding: 0;
      text-align: left;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 90%; }
  .testimonial .permalink {
    margin-bottom: 0;
    float: left; }

.home .testimonial {
  border: none !important; }

/* --- Results Testimonials --- */
.results .testimonial {
  margin: 10px !important;
  padding: 30px !important;
  border: 1px solid #E5E3E3 !important; }
  .results .testimonial .quote {
    padding-bottom: 40px;
    text-indent: -9px;
    margin-left: 10px;
    float: left;
    text-align: left;
    width: 100% !important;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 768px) {
      .results .testimonial .quote {
        margin-left: 100px;
        width: 80%; } }
  .results .testimonial img {
    margin-bottom: -30px;
    margin-left: -25px; }
  .results .testimonial .name-and-company {
    margin-top: 24px;
    width: 80%; }
    .results .testimonial .name-and-company p {
      margin: 0 0 5px 0;
      padding: 0;
      text-align: left;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 90%; }

.social {
  text-align: center; }
  .social ul {
    padding: 0; }
  .social li {
    margin: 0 5px;
    list-style: none;
    display: inline; }
  .social a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #CCCCCC;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    line-height: 1.7; }
    .social a:hover {
      border: none; }
  .social i {
    cursor: pointer; }
  .social .facebook {
    background: #3b5998;
    background: rgba(59, 89, 152, 0.7); }
    .social .facebook:hover {
      background: #3b5998; }
    .social .facebook:active {
      background: #263961; }
  .social .linkedin {
    background: #0e76a8;
    background: rgba(14, 118, 168, 0.7); }
    .social .linkedin:hover {
      background: #0e76a8; }
    .social .linkedin:active {
      background: #084461; }
  .social .twitter {
    background: #55acee;
    background: rgba(85, 172, 238, 0.7); }
    .social .twitter:hover {
      background: #55acee; }
    .social .twitter:active {
      background: #1689e0; }
  .social .google-plus {
    background: #dd4b39;
    background: rgba(221, 75, 57, 0.7); }
    .social .google-plus:hover {
      background: #dd4b39; }
    .social .google-plus:active {
      background: #ac2d1e; }

/* Social Sidebar Plugin */
#fsb-social-bar {
  border-color: #E5E3E3 !important; }

.fsb-share-twitter,
.fsb-share-facebook,
.fsb-share-google,
.fsb-share-linkedin {
  padding: 0 !important; }

.fsb-share-facebook {
  margin-top: -5px;
  width: 106px !important; }

.fsb-share-google {
  width: 86px !important; }

.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left; }
  .pagination span, .pagination a {
    margin: 0 6.66667px; }
  .pagination .current {
    color: #CCCCCC; }

.alignleft,
.alignright {
  margin-top: 10px;
  margin-bottom: 20px; }

.alignleft {
  margin-right: 20px;
  float: left; }

.alignright {
  margin-left: 20px;
  float: right; }

.aligncenter {
  text-align: center; }

.wp-caption {
  margin-bottom: 0; }

.wp-caption-text {
  margin-top: 0;
  text-align: center;
  font-style: italic;
  color: #5E5B5B;
  font-size: 90%; }

form.search div {
  padding-bottom: 20px;
  *zoom: 1; }
  form.search div:before,
  form.search div:after {
    content: " ";
    display: table; }
  form.search div:after {
    clear: both; }

form.search .text {
  padding: 5px 12px;
  border-radius: 2px;
  border: 1px solid #E5E3E3;
  cursor: text;
  float: left;
  width: 80%; }
  form.search .text:hover, form.search .text:focus {
    border-color: #CCCCCC; }
  form.search .text:focus + .submit {
    background: rgba(190, 30, 45, 0.6); }

form.search .submit {
  margin-left: 5px;
  padding: 0;
  float: left;
  background: #E5E3E3;
  border: none;
  color: white;
  border-radius: 50%;
  text-transform: uppercase;
  width: 34px;
  height: 34px;
  text-align: center; }
  form.search .submit:hover {
    background: #BE1E2D !important; }
  form.search .submit:active {
    background: #891620 !important; }

.search-results {
  border: none;
  padding-left: 0;
  padding-bottom: 90px;
  min-height: 400px; }
  .search-results h1 {
    margin-bottom: 30px; }
    .search-results h1 span {
      font-style: italic;
      color: #CCCCCC; }
  .search-results li {
    color: #E5E3E3;
    font-size: 120%; }
  .search-results .text {
    width: 30% !important; }

/*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 *
 * Copyright (c) 2009-2012 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT and GPL licenses.
 *
 * Last revised: 31/01/2012
 *
 */
/* Default/Master classes 

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
	<div class="simply-scroll-btn simply-scroll-btn-left"></div>
	<div class="simply-scroll-btn simply-scroll-btn-right"></div>
	<div class="simply-scroll-clip">
		<ul class="simply-scroll-list">
			<li>...</li>
			...
		</ul>
	</div>
</div>


*/
.simply-scroll-container {
  /* Container DIV - automatically generated */
  position: relative; }

.simply-scroll-clip {
  /* Clip DIV - automatically generated */
  position: relative;
  overflow: hidden; }

.simply-scroll-list {
  /* UL/OL/DIV - the element that simplyScroll is inited on */
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none; }

.simply-scroll-list li img {
  border: none;
  display: block; }

.simply-scroll-btn {
  position: absolute;
  background-image: url(buttons.png);
  width: 42px;
  height: 44px;
  z-index: 3;
  cursor: pointer; }

.simply-scroll-btn-left {
  left: 6px;
  bottom: 6px;
  background-position: 0 -44px; }

.simply-scroll-btn-left.disabled {
  background-position: 0 0 !important; }

.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
  background-position: 0 -88px; }

.simply-scroll-btn-right {
  right: 6px;
  bottom: 6px;
  background-position: -84px -44px; }

.simply-scroll-btn-right.disabled {
  background-position: -84px 0 !important; }

.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
  background-position: -84px -88px; }

.simply-scroll-btn-up {
  right: 6px;
  top: 6px;
  background-position: -126px -44px; }

.simply-scroll-btn-up.disabled {
  background-position: -126px 0 !important; }

.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
  background-position: -126px -88px; }

.simply-scroll-btn-down {
  right: 6px;
  bottom: 6px;
  background-position: -42px -44px; }

.simply-scroll-btn-down.disabled {
  background-position: -42px 0 !important; }

.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
  background-position: -42px -88px; }

.simply-scroll-btn-pause {
  right: 6px;
  bottom: 6px;
  background-position: -168px -44px; }

.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
  background-position: -168px -88px; }

.simply-scroll-btn-pause.active {
  background-position: -84px -44px; }

.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
  background-position: -84px -88px; }

/* Custom class modifications - override classees

.simply-scroll is default

*/
.simply-scroll {
  /* Customisable base class for style override DIV */
  width: 100%;
  height: 100px;
  clear: both;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .simply-scroll {
      height: 85px; } }

.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 100px;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .simply-scroll .simply-scroll-clip {
      height: 85px; } }

.simply-scroll .simply-scroll-list li {
  margin: 0 15px;
  float: left;
  width: auto;
  height: 100px;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .simply-scroll .simply-scroll-list li {
      height: 85px; } }

/* Vertical scroller example */
.vert {
  /* wider than clip to position buttons to side */
  width: 340px;
  height: 400px;
  margin-bottom: 1.5em; }

.vert .simply-scroll-clip {
  width: 290px;
  height: 400px; }

.vert .simply-scroll-list li {
  width: 290px;
  height: 200px; }

.vert .simply-scroll-btn-up {
  /* modified btn pos */
  right: 0;
  top: 0; }

.vert .simply-scroll-btn-down {
  /* modified btn pos */
  right: 0;
  top: 52px; }

/* NOTE left-right classes wouldn't be needed on vertical scroller */
/* Pages */
.logos {
  height: 100px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .logos {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .logos a {
    border: none; }
    .logos a:hover {
      border: none; }
    .logos a:active {
      background: none; }
  .logos li {
    display: inline; }
  .logos img {
    margin: 30px auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.8;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    max-height: 40px;
    width: auto;
    -webkit-backface-visibility: hidden;
    /* Fixes hover jitter */
    backface-visibility: hidden;
    /* Fixes hover jitter */
    display: block;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 980px) {
      .logos img {
        margin: 0 10px;
        display: inline-block;
        *display: inline;
        zoom: 1; } }
    .logos img:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      opacity: 1; }
  .logos .first {
    margin-left: 0; }
  .logos .last {
    margin-right: 0; }

.co-logos {
  border: none !important;
  padding: 0 !important; }

.logo-image {
  cursor: pointer; }

.home {
  text-align: center;
  /* Content box on right of video */ }
  .home article.col.one-half.last {
    text-align: center;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 768px) {
      .home article.col.one-half.last {
        text-align: left; } }
  .home .video {
    background-color: #E5E3E3;
    text-align: center;
    position: relative; }
    .home .video img {
      position: relative;
      z-index: 2;
      max-width: none;
      margin-left: -225px;
      /* --------------- iPad Mini --------------- */
      /* Portrait and Landscape */
      /* Portrait */
      /* Landscape */
      /* --------------- iPad Mini --------------- */
      /* Portrait and Landscape */
      /* Portrait */
      /* Landscape */
      /* --------------- iPad Mini --------------- */
      /* Portrait and Landscape */
      /* Portrait */
      /* Landscape */
      /* --------------- iPad Mini --------------- */
      /* Portrait and Landscape */
      /* Portrait */
      /* Landscape */
      /* --------------- iPad Mini --------------- */
      /* Portrait and Landscape */
      /* Portrait */
      /* Landscape */ }
      @media (min-width: 480px) {
        .home .video img {
          margin-left: -150px; } }
      @media (min-width: 600px) {
        .home .video img {
          margin-left: -50px; } }
      @media (min-width: 768px) {
        .home .video img {
          margin-left: 0px; } }
      @media (min-width: 980px) {
        .home .video img {
          margin-left: -170px; } }
      @media (min-width: 1160px) {
        .home .video img {
          margin-left: -170px; } }
    .home .video a,
    .home .video a:hover,
    .home .video a:active {
      background: none;
      border: none; }
    .home .video iframe {
      position: absolute;
      bottom: 0;
      left: -180px;
      z-index: 2; }
    .home .video .loading {
      background: url(images/loaders/loading.gif) no-repeat;
      position: absolute;
      width: 40px;
      height: 40px;
      z-index: 1;
      left: 45%;
      top: 45%; }
  .home .filler {
    margin: 0;
    padding-bottom: 1px; }

.home
.one-third.testimonial {
  height: 350px;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .home
.one-third.testimonial {
      margin-top: 0;
      padding-top: 0;
      height: 450px; } }

.blog .excerpt-container {
  width: 100%;
  *zoom: 1; }
  .blog .excerpt-container:before,
  .blog .excerpt-container:after {
    content: " ";
    display: table; }
  .blog .excerpt-container:after {
    clear: both; }
  .blog .excerpt-container .post-thumbnail {
    margin-top: 16px;
    margin-right: 20px;
    width: 150px;
    display: none;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 768px) {
      .blog .excerpt-container .post-thumbnail {
        float: left;
        display: block; } }
  .blog .excerpt-container .excerpt {
    width: 100%;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 768px) {
      .blog .excerpt-container .excerpt {
        float: right;
        width: 70%; } }
    @media (min-width: 1160px) {
      .blog .excerpt-container .excerpt {
        width: 410px; } }

.blog .two-thirds {
  margin-top: 25px;
  padding-left: 0;
  border: none;
  width: 100%;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .blog .two-thirds {
      width: 100%; } }
  @media (min-width: 980px) {
    .blog .two-thirds {
      margin-top: 0;
      width: 620px; } }

.blog article {
  padding: 0 15px;
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E3E3;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .blog article {
      padding-right: 0;
      padding-left: 0; } }
  .blog article ul, .blog article li {
    font-family: 'PT Serif', serif;
    font-weight: 400; }
  .blog article ol ul {
    padding-top: 10px; }

.blog h2 {
  color: #5E5B5B;
  font-size: 1.8em;
  line-height: 1.2; }

.blog h3 {
  font-size: 1.6em; }

.blog div {
  max-width: 100%; }

.blog .module {
  margin: 45px 0; }
  .blog .module h2 {
    margin-bottom: 20px;
    color: #444242; }

.blog .related-posts,
.blog
.comments {
  padding-left: 15px;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .blog .related-posts,
    .blog
.comments {
      padding-left: 0; } }

.blog .related-posts h3 {
  text-transform: uppercase;
  font-size: 1.8em; }

.blog .related-posts ul {
  padding-left: 20px;
  font-family: 'PT Serif', serif;
  font-weight: 400; }

.blog .related-posts li {
  margin-bottom: 10px;
  color: #CCCCCC; }
  .blog .related-posts li a {
    font-style: italic; }

.blog ul {
  margin-top: 0; }

.blog li {
  margin-bottom: 10px; }

.blog a.none:hover {
  opacity: 0.7; }

.blog a.none:active {
  opacity: 1; }

@media (max-width: 550px) {
  .fsb-social-bar {
    padding-top: 20px !important; }
    .fsb-social-bar div {
      margin-bottom: 10px; } }

/* --------------- iPad Mini --------------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.page-template-blog .full,
.page-template-results .full {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .page-template-blog .full,
    .page-template-results .full {
      width: 100%; } }
  @media (min-width: 980px) {
    .page-template-blog .full,
    .page-template-results .full {
      width: 940px; } }

.page-template-blog .wrapper,
.page-template-results .wrapper {
  width: 100%;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .page-template-blog .wrapper,
    .page-template-results .wrapper {
      width: 95%; } }
  @media (min-width: 980px) {
    .page-template-blog .wrapper,
    .page-template-results .wrapper {
      width: 960px; } }

.results {
  padding-bottom: 30px; }
  .results .full {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border: none; }
    .results .full h1 {
      margin-bottom: 25px;
      text-transform: uppercase; }
      .results .full h1 span {
        text-transform: capitalize; }
    .results .full img, .results .full div {
      max-width: 100%; }
  .results .case-study {
    padding-left: 15px;
    padding-right: 15px;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 980px) {
      .results .case-study {
        padding-left: 0;
        padding-right: 0; } }
  .results .full.top h1, .results .full.top p {
    width: 60%; }
  .results .full.top select {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #E5E3E3;
    width: 270px;
    display: block;
    cursor: pointer;
    color: #CCCCCC;
    text-transform: uppercase;
    border-radius: 2px;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 480px) {
      .results .full.top select {
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .results .full.top select {
        position: relative;
        top: -60px;
        float: right; } }
    .results .full.top select:focus,
    .results .full.top select:hover {
      color: #5E5B5B;
      border-color: #5E5B5B; }
  .results .one-third {
    margin-bottom: 5px;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 768px) {
      .results .one-third {
        margin-bottom: 0; } }
    .results .one-third .thumb {
      background: #BE1E2D;
      position: relative;
      z-index: 2;
      overflow: hidden;
      border-radius: 2px;
      *zoom: 1;
      float: none;
      clear: both;
      /* --------------- iPad Mini --------------- */
      /* Portrait and Landscape */
      /* Portrait */
      /* Landscape */ }
      .results .one-third .thumb:before,
      .results .one-third .thumb:after {
        content: " ";
        display: table; }
      .results .one-third .thumb:after {
        clear: both; }
      @media (min-width: 768px) {
        .results .one-third .thumb {
          width: 300px;
          height: 250px; } }
      .results .one-third .thumb:hover {
        -webkit-transition-property: all;
                transition-property: all;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out; }
        .results .one-third .thumb:hover img {
          z-index: -1;
          -webkit-transition-property: all;
                  transition-property: all;
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-in-out;
                  transition-timing-function: ease-in-out; }
        .results .one-third .thumb:hover div {
          opacity: 1; }
      .results .one-third .thumb:active {
        -webkit-transition-property: all;
                transition-property: all;
        -webkit-transition-duration: 0s;
                transition-duration: 0s;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out; }
      .results .one-third .thumb img, .results .one-third .thumb div {
        border-radius: 2px; }
      .results .one-third .thumb img {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: -50px;
        width: 125%;
        max-width: 125%;
        /* --------------- iPad Mini --------------- */
        /* Portrait and Landscape */
        /* Portrait */
        /* Landscape */
        /* --------------- iPad Mini --------------- */
        /* Portrait and Landscape */
        /* Portrait */
        /* Landscape */ }
        @media (min-width: 480px) {
          .results .one-third .thumb img {
            top: -100px;
            left: -100px; } }
        @media (min-width: 768px) {
          .results .one-third .thumb img {
            width: auto;
            top: 0;
            left: 0; } }
      .results .one-third .thumb div {
        padding: 30px;
        background: #BE1E2D;
        background: rgba(190, 30, 45, 0.95);
        -webkit-transition-property: all;
                transition-property: all;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        opacity: 0;
        /* --------------- iPad Mini --------------- */
        /* Portrait and Landscape */
        /* Portrait */
        /* Landscape */ }
        @media (min-width: 768px) {
          .results .one-third .thumb div {
            width: 300px;
            height: 250px; } }
        .results .one-third .thumb div:active {
          background: #891620; }
      .results .one-third .thumb div:hover, .results .one-third .thumb p:hover, .results .one-third .thumb ul:hover, .results .one-third .thumb li:hover {
        cursor: pointer; }
      .results .one-third .thumb p, .results .one-third .thumb ul {
        color: white;
        font-style: italic; }
      .results .one-third .thumb p.title {
        margin: 10px 0 10px 0;
        font-size: 1.4em;
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-weight: 700;
        margin: 0 0 10px 0;
        padding: 0;
        font-style: normal;
        line-height: 1.3; }
      .results .one-third .thumb ul {
        margin-top: 0px;
        padding-left: 20px;
        font-family: 'PT Serif', serif;
        font-weight: 400; }
      .results .one-third .thumb .cta {
        color: white;
        border-color: #BE1E2D;
        border-color: rgba(190, 30, 45, 0); }
        .results .one-third .thumb .cta:hover {
          border-color: white; }
        .results .one-third .thumb .cta:active {
          background: white;
          color: #BE1E2D; }

/* ---- Single Results ---- */
.apply header {
  display: none; }

footer.apply {
  display: none; }

.regular {
  padding-bottom: 60px; }
  .regular .full {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border: none; }
    .regular .full .wp-post-image {
      margin-bottom: 20px; }
    .regular .full img, .regular .full div {
      max-width: 100%; }

.page-template-default h1,
.page-template-results h1 {
  margin-left: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .page-template-default h1,
    .page-template-results h1 {
      margin-left: 0; } }

.four-oh-four h1, .four-oh-four p {
  text-align: center; }

.four-oh-four .search {
  margin-left: 376px;
  margin-top: 20px; }

.four-oh-four article {
  border-bottom: none; }

.sidebar {
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .sidebar {
      margin-top: 140px;
      float: right;
      width: 300px; } }

.widget {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #E5E3E3;
  border-right: none;
  border-left: none;
  border-bottom: 0;
  width: 100%;
  text-align: center;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 980px) {
    .widget {
      border: 1px solid #E5E3E3;
      text-align: left; } }
  .widget p, .widget ul {
    font-family: 'PT Serif', serif;
    font-weight: 400; }
  .widget ul {
    margin-top: 10px;
    padding-left: 20px; }
  .widget li {
    margin-bottom: 10px;
    color: #CCCCCC;
    list-style: none;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 980px) {
      .widget li {
        list-style-type: disc; } }
    .widget li a {
      font-style: italic; }
  .widget .social {
    padding-top: 0; }
  .widget.video {
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
    background-color: #E5E3E3;
    z-index: 0;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }
    @media (min-width: 980px) {
      .widget.video {
        margin-bottom: 0;
        width: 300px;
        height: 310px; } }
    .widget.video .loading {
      background: url(images/loaders/loading.gif) no-repeat;
      position: absolute;
      width: 40px;
      height: 40px;
      z-index: 1;
      left: 43%;
      top: 41%; }
  .widget iframe {
    margin-left: -310px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */
    /* --------------- iPad Mini --------------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */ }

.all-site-search-form input[type="text"] {
  padding: 3px 10px;
  margin: 0;
  width: 170px;
  /* --------------- iPad Mini --------------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }
  @media (min-width: 768px) {
    .all-site-search-form input[type="text"] {
      width: 150px; } }

.all-site-search-submit {
  margin: 0 0 0 -11px;
  padding: 5px 10px;
  background: #BE1E2D;
  color: white;
  border: none; }
