@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
  Site Name
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Site cascading style sheet
  Name: style.css
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014
 
  This file is part of a site built by DEEVOTED LLC
  See: http://deevoted.com
  Copyright DEEVOTED LLC. All Rights Reserved.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Include all styles for the directory
  Name: settings-dir.scss
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Include all styles for the directory
  Name: base-dir.scss
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Include all styles for the directory
  Name: plugins-dir.scss
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

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

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Include all styles for the directory
  Name: helpers-dir.scss
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.transparency90 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.90;
  filter: alpha(opacity=90);
}

.transparency85 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.transparency80 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.80;
  filter: alpha(opacity=80);
}

.transparency75 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.transparency70 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.70;
  filter: alpha(opacity=70);
}

.transparency60 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.60;
  filter: alpha(opacity=60);
}

.rounded-5px {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.rounded-btm-5px {
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
}

.rounded-10px {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}

.right-shadow {
  box-shadow: 2px 2px 5px #333;
  -webkit-box-shadow: 2px 2px 5px #333;
  -moz-box-shadow: 2px 2px 5px #333;
  -o-box-shadow: 2px 2px 5px #333;
}

.right-solid-shadow {
  box-shadow: 3px 3px 0px #000;
  -webkit-box-shadow: 3px 3px 0px #000;
  -moz-box-shadow: 3px 3px 0px #000;
  -o-box-shadow: 3px 3px 0px #000;
}

/* =========================
   FPM - FILE LINKS
   ========================= */
a.pdf {
  display: inline-block;
  background: url("../images/layout/icons/pdf.png") no-repeat top left;
  padding: 0px 0px 2px 22px;
  margin-bottom: 5px;
}

a.doc {
  display: inline-block;
  background: url("../images/layout/icons/doc.png") no-repeat top left;
  padding: 0px 0px 2px 22px;
  margin-bottom: 5px;
}

a.xls {
  display: inline-block;
  background: url("../images/layout/icons/excel.png") no-repeat top left;
  padding: 0px 0px 2px 22px;
  margin-bottom: 5px;
}

a.ppt {
  display: inline-block;
  background: url("../images/layout/icons/ppt.png") no-repeat top left;
  padding: 0px 0px 2px 22px;
  margin-bottom: 5px;
}

a.zip {
  display: inline-block;
  background: url("../images/layout/icons/zip.png") no-repeat top left;
  padding: 0px 0px 2px 22px;
  margin-bottom: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Include all styles for the directory
  Name: site-dir.scss
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GENERAL */
body {
  background: #e7e4e2 url(/wp-content/themes/deevoted-2019/assets/images/line-pattern2.png) center center repeat;
  border-top: 1px solid #ed202d;
  color: #4d4c4f;
  font: 12px/1.3 "museo-sans-rounded", verdana, arial, sans-serif;
}
@media screen and (min-width: 599px) {
  body {
    font: 16px/1.6 "museo-sans-rounded", verdana, arial, sans-serif;
  }
}

a:active, a:link, a:visited {
  color: #ed202d;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #323132;
}

/* BASE HEADINGS / TYPOGRAPHY */
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0 0 10px 0;
}

h1 {
  background-color: #e7e4e2;
  color: #323132;
  display: inline-block;
  font-size: 2.083333333em;
  font-weight: 700;
  outline: 5px solid #e7e4e2;
  text-transform: uppercase;
}
@media screen and (min-width: 599px) {
  h1 {
    font-size: 2.8125em;
  }
}
.dark-bkgd h1 {
  background-color: #000;
  color: #fff;
  outline: 5px solid #000;
}

h2 {
  background-color: #e7e4e2;
  color: #4d4c4f;
  display: inline-block;
  font-size: 1.166666667em;
  font-weight: 900;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 599px) {
  h2 {
    font-size: 1.125em;
  }
}
h2::after {
  border-bottom: 2px solid #ed202d;
  bottom: -13px;
  content: '';
  left: 0;
  position: absolute;
  outline: 5px solid #e7e4e2;
  width: 24px;
}
.dark-bkgd h2 {
  background-color: #000;
}
.dark-bkgd h2::after {
  outline: 5px solid #000;
}

p {
  background-color: #e7e4e2;
  padding: 10px 0;
}
p + ul {
  margin-top: 0;
}
@media screen and (min-width: 599px) {
  p {
    font-size: .875em;
  }
}

@media screen and (min-width: 599px) {
  ul {
    font-size: .875em;
  }
  ul ul,
  ul p {
    font-size: 1em;
  }
}

/* STRUCTURE */
ul {
  padding-left: 17px;
}

.accent {
  color: #ed202d;
}

.container {
  max-width: 73.75em;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.container-align-middle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 1;
}

.copy ul {
  background-color: #e7e4e2;
  display: inline-block;
  padding-left: 15px;
}
.copy ul li {
  list-style: none;
  line-height: 1.3;
  margin-bottom: 8px;
}
.copy ul li::before {
  color: #ed202d;
  content: '\2022';
  display: inline-block;
  left: 0px;
  position: absolute;
}

.cta:active, .cta:link, .cta:visited {
  clear: both;
  float: left;
  position: relative;
  color: #fff;
  background-color: #000;
  border: 2px solid #ed202d;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  padding: 10px 20px;
  outline: 5px solid #000;
  text-decoration: none;
  text-transform: uppercase;
}
.cta:hover {
  background-color: #ed202d;
}

.dark-bkgd {
  background: #000 url(/wp-content/themes/deevoted-2019/assets/images/line-pattern2.png) center center repeat;
  color: #fff;
}
.dark-bkgd h2 {
  background-color: #000;
  color: #fff;
  outline: 5px solid #000;
}
.dark-bkgd p {
  background-color: #000;
}

.left-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: block;
  width: 107.42297%;
  max-width: 100%;
  padding: 0 15px 15px 15px;
  text-align: left;
  -webkit-transition: all 500ms linear .02s;
  -moz-transition: all 500ms linear .02s;
  -o-transition: all 500ms linear .02s;
  transition: all 500ms linear .02s;
}
.left-col:last-child {
  width: 100%;
}
@media screen and (min-width: 599px) {
  .left-col {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
  }
  .left-col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 899px) {
  .left-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding: 0 15px 0 0;
  }
  .left-col:last-child {
    margin-right: 0;
  }
}

.main {
  text-align: center;
}

.right-col {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  text-align: left;
  -webkit-transition: all 500ms linear .02s;
  -moz-transition: all 500ms linear .02s;
  -o-transition: all 500ms linear .02s;
  transition: all 500ms linear .02s;
}
.right-col:last-child {
  margin-right: 0;
}
@media screen and (min-width: 599px) {
  .right-col {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
    margin-right: 0;
  }
  .right-col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 899px) {
  .right-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
    padding: 0 0 0 15px;
  }
  .right-col:last-child {
    margin-right: 0;
  }
}

.showcase-four {
  clear: both;
  float: left;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
.showcase-four .item {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%;
  margin-bottom: 4.82916%;
}
.showcase-four .item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 599px) {
  .showcase-four .item {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
  }
  .showcase-four .item:last-child {
    margin-right: 0;
  }
  .showcase-four .item:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 899px) {
  .showcase-four .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .showcase-four .item:last-child {
    margin-right: 0;
  }
  .showcase-four .item:nth-of-type(even) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .showcase-four .item:nth-of-type(even):last-child {
    margin-right: 0;
  }
  .showcase-four .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.showcase-four .item img {
  width: 100%;
}

.showcase-three {
  clear: both;
  float: left;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
.showcase-three .item {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%;
  margin-bottom: 4.82916%;
}
.showcase-three .item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 599px) {
  .showcase-three .item {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .showcase-three .item:last-child {
    margin-right: 0;
  }
  .showcase-three .item:nth-child(3n) {
    margin-right: 0;
  }
  .showcase-three .item:nth-child(3n+1) {
    clear: left;
  }
}
.showcase-three .item img {
  width: 100%;
}

.table {
  box-sizing: border-box;
  display: table;
  height: 100%;
  width: 100%;
}
.table .v-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.table .v-center {
  display: table-cell;
  vertical-align: middle;
}
.table .v-center p:first-child {
  margin-top: 0;
}

.tabbed-info[data-style="fade"] li {
  position: relative;
  width: 100%;
}
.tabbed-info[data-style="fade"] .active + .content {
  position: relative;
}
.tabbed-info[data-style="fade"] .content {
  position: absolute;
}

.testimonial {
  float: left;
  position: relative;
  background-color: #e5e3e1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  text-align: center;
  width: 22.25%;
}
.testimonial cite {
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  position: relative;
}
.testimonial cite::before {
  border-bottom: 2px solid #ed202d;
  top: -12px;
  content: '';
  left: 50%;
  margin-left: -12px;
  position: absolute;
  outline: none;
  width: 24px;
}
.testimonial cite span {
  display: block;
  font-weight: 300;
}
.testimonial h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
}
.testimonial p {
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  padding: 0;
}
.testimonial .headshot {
  border: 5px solid #fff;
  border-radius: 50%;
}

/* HEADER */
header {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  padding-top: 20px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 599px) {
  header {
    padding-top: 40px;
  }
}
header.sticky {
  background: rgba(0, 0, 0, 0.75);
  border-top: 1px solid #ed202d;
  padding: 20px 0px;
  position: fixed;
  top: 0;
  will-change: transform;
}
header a:active, header a:link, header a:visited {
  outline: none;
}
header h1.logo {
  float: left;
  position: relative;
  background: transparent url(/wp-content/themes/deevoted-2019/assets/images/deevoted-logo.svg) 0 0 no-repeat;
  box-sizing: content-box;
  display: inline-block;
  height: 51px;
  margin-bottom: 0;
  margin-left: 20px;
  position: relative;
  outline: none;
  text-indent: -9999px;
  width: 150px;
  -webkit-background-size: 150px 51px;
  -moz-background-size: 150px 51px;
  -o-background-size: 150px 51px;
  background-size: 150px 51px;
}
@media screen and (min-width: 599px) {
  header h1.logo {
    margin-left: 45px;
  }
}
header nav {
  -webkit-transition: all 300ms linear 0.02s;
  -moz-transition: all 300ms linear 0.02s;
  -o-transition: all 300ms linear 0.02s;
  transition: all 300ms linear 0.02s;
  background: #000;
  display: block;
  float: none;
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100vw;
  padding: 35vh 4.296875vw 4.296875vw;
}
@media screen and (min-width: 599px) {
  header nav {
    padding-top: 39vh;
    right: -50%;
    width: 50vw;
  }
}
header nav.open {
  right: 0;
}
header nav a:active, header nav a:link, header nav a:visited {
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 2.5em;
  font-weight: 900;
  padding: 5px 5px 5px 0;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
header nav a:hover, header nav a.active {
  color: #4d4c4f;
}
header nav h2 {
  background-color: transparent;
  color: #fff;
  font-size: 10px;
  margin-bottom: 30px;
  outline: none;
}
header nav h2::after {
  outline: none;
}
header ul {
  margin: 0;
  padding: 0;
}
header .menu {
  background: none;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: none;
  margin-top: 10px;
  padding: 10px;
  position: absolute;
  right: 20px;
  z-index: 5;
}
@media screen and (min-width: 599px) {
  header .menu {
    right: 45px;
  }
}
header .menu:after, header .menu:before {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 15px;
  transition: 0.3s;
  -webkit-transform-origin: 2 center;
  transform-origin: 2 center;
}
header .menu:after {
  top: inherit;
  bottom: 10px;
}
header .menu:focus, header .menu:hover {
  outline: none;
}
header .menu.open::after, header .menu.open::before {
  top: 15px;
  width: 15px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
header .menu.open::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
header .menu.open::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
header .menu.open:hover::after, header .menu.open:hover::before {
  background-color: #ed202d;
}
header .menu.open span {
  background: transparent;
}
header .menu span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 5px 0;
  position: relative;
  width: 15px;
}

.banner {
  background-color: #292929;
  height: 100vh;
  text-align: center;
  width: 100vw;
}
.banner h2 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 1;
  background-color: transparent;
  outline: none;
  padding-bottom: 20px;
  z-index: 6;
}
@media screen and (min-width: 599px) {
  .banner h2 {
    font-size: 5em;
  }
}
.banner h2::after {
  bottom: 4px;
  left: 50%;
  margin-left: -12px;
  outline: none;
}
@media screen and (min-width: 599px) {
  .banner h2::after {
    bottom: 0;
  }
}
.banner h4 {
  font-size: 1.3em;
  font-weight: 500;
}
@media screen and (min-width: 599px) {
  .banner h4 {
    font-size: 1.5625em;
  }
}
.banner .slider {
  display: table;
  height: 100vh;
  position: absolute;
  width: 100%;
}
.banner .slide {
  background-position: center top;
  background-size: cover;
  display: table;
}
.banner .slide::before {
  background: transparent url(/wp-content/themes/deevoted-2019/assets/images/line-pattern2.png) center center repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.banner .slide .wrapper {
  display: table-cell;
  vertical-align: middle;
}
.banner .slick-list {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.banner .slick-track {
  height: 100%;
}
.banner .slick-dots {
  bottom: 25px;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 0;
  padding-right: 20px;
  padding-top: 95vh;
  position: relative;
  text-align: right;
  z-index: 4;
}
@media screen and (min-width: 400px) {
  .banner .slick-dots {
    bottom: 45px;
  }
}
@media screen and (min-width: 599px) {
  .banner .slick-dots {
    padding-right: 45px;
  }
}
.banner .slick-dots li {
  height: auto;
  margin: 0;
  padding-right: 3px;
  width: auto;
}
.banner .slick-dots li:nth-child(1) button {
  border-width: 6px;
  padding: 1px;
}
.banner .slick-dots li:nth-child(2) button {
  border-width: 5px;
  padding: 2px;
}
.banner .slick-dots li:nth-child(3) button {
  border-width: 4px;
  padding: 3px;
}
.banner .slick-dots li:nth-child(4) button {
  border-width: 3px;
  padding: 4px;
}
.banner .slick-dots li.slick-active {
  padding-right: 20px;
}
.banner .slick-dots li.slick-active button {
  border-color: #fff;
}
.banner .slick-dots li.slick-active button::after {
  width: 15px;
}
.banner .slick-dots li button {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #4d4c50;
  height: 14px;
  width: 14px;
}
.banner .slick-dots li button::after {
  border-bottom: 1px solid #4d4c50;
  content: '';
  display: block;
  position: absolute;
  right: 2px;
  width: 0;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots li button:hover {
  border-color: #fff;
}

.work {
  overflow: hidden;
  margin-top: -35px;
  padding-top: 35px;
}
.work .content {
  left: 0;
  margin-left: 0;
  margin-top: 115px;
  padding: 12px;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .work .content {
    left: inherit;
    margin-left: 35%;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 58%;
  }
}
.work .content h1 {
  font-size: 2.083333333em;
  float: right;
  margin-bottom: 42%;
  margin-top: 8%;
  text-align: right;
  width: 80%;
}
@media screen and (min-width: 400px) {
  .work .content h1 {
    margin-top: 20%;
    padding-right: 20%;
  }
}
@media screen and (min-width: 768px) {
  .work .content h1 {
    float: none;
    font-size: 2.875em;
    margin-bottom: 10px;
    margin-top: -30px;
    padding-right: 0;
    position: relative;
    text-align: left;
    top: -20px;
    width: auto;
  }
}
.work .intro {
  float: left;
  margin-left: 0;
  margin-top: 10%;
  position: relative;
  width: 57%;
}
@media screen and (min-width: 350px) {
  .work .intro {
    width: 53%;
  }
}
@media screen and (min-width: 768px) {
  .work .intro {
    float: none;
    margin-left: 25%;
    margin-top: 5%;
    width: auto;
  }
}
@media screen and (min-width: 899px) {
  .work .intro {
    margin-top: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .work .intro {
    margin-top: 8%;
  }
}
.work .intro p {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .work .intro p {
    width: 100%;
  }
}
.work .work-item {
  -webkit-transition: all 300ms linear 0.02s;
  -moz-transition: all 300ms linear 0.02s;
  -o-transition: all 300ms linear 0.02s;
  transition: all 300ms linear 0.02s;
  background-color: #322f31;
  background-position: center top;
  background-size: cover;
  color: #fff;
  float: left;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.work .work-item:nth-child(even) {
  background-color: #4d4c4f;
}
.work .work-item:nth-child(1) {
  margin-left: 41%;
  margin-top: 71%;
  padding-top: 12.5%;
  width: 30%;
  z-index: 3;
}
@media screen and (min-width: 599px) {
  .work .work-item:nth-child(1) {
    padding-top: -16.5%;
  }
}
@media screen and (min-width: 768px) {
  .work .work-item:nth-child(1) {
    margin-left: 6%;
    margin-top: -1.171875%;
    padding-top: 12.5%;
    width: 12.5%;
  }
}
.work .work-item:nth-child(2) {
  margin-left: 10%;
  margin-top: -101%;
  padding-top: 33.75%;
  width: 80%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .work .work-item:nth-child(2) {
    margin-left: 0;
    margin-top: -35px;
    width: 44.6875%;
  }
}
.work .work-item:nth-child(3) {
  margin-left: 75.17%;
  margin-top: 36%;
  padding-bottom: 8.5%;
  padding-top: 46%;
  width: 28%;
}
@media screen and (min-width: 599px) {
  .work .work-item:nth-child(3) {
    margin-top: 16%;
  }
}
@media screen and (min-width: 768px) {
  .work .work-item:nth-child(3) {
    margin-left: 0;
    margin-top: 0;
    padding-top: 19.46875%;
    width: 14.21875%;
  }
}
.work .work-item:nth-child(4) {
  width: 30%;
  margin-left: 55%;
  margin-top: -54.25%;
  padding-top: 18.359375%;
}
@media screen and (min-width: 599px) {
  .work .work-item:nth-child(4) {
    margin-top: -55.65%;
  }
}
@media screen and (min-width: 768px) {
  .work .work-item:nth-child(4) {
    margin-left: 0;
    margin-top: 6%;
    padding-top: 13.359375%;
    width: 16.015625%;
  }
}
.work .work-item:nth-child(5) {
  left: 70%;
  margin-left: -6.75%;
  padding-top: 29%;
  width: 40%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .work .work-item:nth-child(5) {
    left: inherit;
    padding-top: 21.40625%;
    width: 25%;
  }
}
.work .work-item:nth-child(6) {
  margin-left: -37%;
  margin-top: -152.55%;
  padding-top: 35%;
  width: 40%;
  z-index: 2;
}
@media screen and (min-width: 599px) {
  .work .work-item:nth-child(6) {
    margin-top: -135.65%;
  }
}
@media screen and (min-width: 768px) {
  .work .work-item:nth-child(6) {
    margin-left: -6.5%;
    margin-top: -31.721875%;
    padding-top: 21.40625%;
    width: 25%;
  }
}
.work .work-item:nth-child(7) {
  margin-left: 62.17%;
  margin-top: -151.5%;
  padding-top: 48.2%;
  width: 41%;
}
@media screen and (min-width: 599px) {
  .work .work-item:nth-child(7) {
    margin-top: -139.5%;
  }
}
@media screen and (min-width: 768px) {
  .work .work-item:nth-child(7) {
    margin-left: 0;
    margin-top: -12.15%;
    padding-top: 28.125%;
    width: 24.0625%;
  }
}
.work .work-item:nth-child(8) {
  margin-left: -10px;
  margin-top: -149.85%;
  padding-bottom: 6px;
  padding-top: 20%;
  width: 30%;
}
@media screen and (min-width: 599px) {
  .work .work-item:nth-child(8) {
    margin-top: -129.85%;
  }
}
@media screen and (min-width: 768px) {
  .work .work-item:nth-child(8) {
    clear: left;
    margin-left: -5.5%;
    margin-top: -25px;
    padding-top: 13.359375%;
    padding-bottom: 15px;
    width: 15.9375%;
    z-index: 2;
  }
}
.work .work-item:nth-child(9) {
  margin-left: 0;
  margin-top: -12%;
  padding-top: 32%;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .work .work-item:nth-child(9) {
    clear: left;
    margin-left: 4%;
    margin-top: -6.640625%;
    padding-top: 21.09375%;
    width: 37.96875%;
  }
}
.work .work-item h1 {
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  outline: none;
  text-align: right;
  position: relative;
  z-index: 2;
}
.work .work-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  outline: none;
  top: 0;
  width: 100%;
}
.work .work-link::after {
  -webkit-transition: all 300ms linear 0.02s;
  -moz-transition: all 300ms linear 0.02s;
  -o-transition: all 300ms linear 0.02s;
  transition: all 300ms linear 0.02s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
}
.work .work-link:hover::after {
  opacity: .4;
}

.about {
  margin-top: -30px;
  min-height: 600px;
  padding-bottom: 20px;
  padding-top: 120px;
}
.about h1 {
  margin-left: 5.084745763%;
}
.about h2 + p {
  margin-top: 5px;
}
.about .container > .testimonial {
  margin-top: -185px;
  position: absolute;
  right: 35.65%;
}
.about .cta:active, .about .cta:link, .about .cta:visited {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .cta:active, .about .cta:link, .about .cta:visited {
    width: auto;
  }
}
.about .headshot {
  float: left;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  height: 200px;
  margin-left: 75px;
  width: 200px;
}
@media screen and (min-width: 599px) {
  .about .headshot {
    height: 230px;
    margin-left: 95px;
    width: 230px;
  }
}
@media screen and (min-width: 750px) {
  .about .headshot {
    height: 280px;
    margin-left: 20px;
    width: 280px;
  }
}
@media screen and (min-width: 899px) {
  .about .headshot {
    height: 330px;
    width: 330px;
    margin-left: 140px;
  }
}
.about .headshot img {
  bottom: -2px;
  height: auto;
  left: 11px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 599px) {
  .about .headshot img {
    left: 13px;
  }
}
@media screen and (min-width: 750px) {
  .about .headshot img {
    left: 15px;
  }
}
@media screen and (min-width: 899px) {
  .about .headshot img {
    left: 18px;
  }
}
.about .intro {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  margin-top: 45px;
  padding-left: 5.084745763%;
  padding-right: 5.084745763%;
  width: 100%;
}
@media screen and (min-width: 599px) {
  .about .intro {
    padding-right: 0;
    width: 42.372881356%;
  }
}
@media screen and (min-width: 899px) {
  .about .intro {
    padding-left: 0;
    margin-left: 10.677966102%;
  }
}
@media screen and (min-width: 1050px) {
  .about .intro {
    margin-left: 15.677966102%;
  }
}
.about .name-title {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 10px;
  height: 112px;
  position: absolute;
  top: 20px;
  width: 112px;
  z-index: 2;
}
@media screen and (min-width: 599px) {
  .about .name-title {
    font-size: 12px;
    height: 135px;
    width: 135px;
  }
}
@media screen and (min-width: 750px) {
  .about .name-title {
    height: 157px;
    left: -80px;
    top: -10px;
    width: 157px;
  }
}
@media screen and (min-width: 899px) {
  .about .name-title {
    height: 185px;
    left: 20px;
    top: 0;
    width: 185px;
  }
}
.about .name-title h4 {
  font-size: 12px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.about .name-title p {
  background-color: transparent;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}
.about .num {
  font-size: 4.375em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 20px;
  padding: 0;
}
.about .people {
  float: left;
  position: relative;
  margin: 25px 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 599px) {
  .about .people {
    float: right;
    position: relative;
    margin: 0;
    width: 57%;
    bottom: -120px;
  }
}
@media screen and (min-width: 750px) {
  .about .people {
    bottom: -140px;
    width: 42.677966102%;
  }
}
@media screen and (min-width: 899px) {
  .about .people {
    bottom: -110px;
    left: -1%;
    min-width: 471px;
  }
}
.about .people .person {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  bottom: -22px;
  position: relative;
  margin-left: 22px;
  margin-top: -67px;
}
@media screen and (min-width: 599px) {
  .about .people .person {
    bottom: inherit;
    margin-left: 0;
    margin-top: 0;
    position: initial;
  }
}
.about .showcase-four {
  padding: 0 5.084745763%;
}
@media screen and (min-width: 899px) {
  .about .showcase-four {
    margin-top: 50px;
  }
}
.about .showcase-four .item {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 46.28851%;
  margin-top: 45px;
  position: relative;
}
.about .showcase-four .item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 899px) {
  .about .showcase-four .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 0;
  }
  .about .showcase-four .item:last-child {
    margin-right: 0;
  }
}
.about .showcase-four .item:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .showcase-four .item:nth-child(2) {
    display: block;
    margin-right: 0;
    bottom: -50px;
  }
}
@media screen and (min-width: 899px) {
  .about .showcase-four .item:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    bottom: inherit;
  }
  .about .showcase-four .item:nth-child(2):last-child {
    margin-right: 0;
  }
}
.about .showcase-four .item:nth-child(3) {
  bottom: -90px;
  margin-top: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .about .showcase-four .item:nth-child(3) {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    bottom: inherit;
  }
  .about .showcase-four .item:nth-child(3):last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 899px) {
  .about .showcase-four .item:nth-child(3) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .about .showcase-four .item:nth-child(3):last-child {
    margin-right: 0;
  }
}
.about .showcase-four .item:nth-child(4) {
  clear: both;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .about .showcase-four .item:nth-child(4) {
    clear: none;
    margin-top: 90px;
  }
}
.about .showcase-four .testimonial {
  display: block;
  color: #4d4c4f;
  width: 100%;
}
.about .testimonial {
  display: none;
  color: #4d4c4f;
}
@media screen and (min-width: 899px) {
  .about .testimonial {
    display: block;
  }
}
.about .testimonial .headshot {
  float: none;
  height: auto;
  margin: auto;
  width: auto;
}

.services {
  padding: 45px 0;
  position: relative;
}
@media screen and (min-width: 599px) {
  .services {
    padding: 100px 0 130px;
  }
}
@media screen and (min-width: 899px) {
  .services {
    padding: 140px 0 70px;
  }
}
@media screen and (min-width: 1024px) {
  .services {
    padding: 150px 0 180px;
  }
}
.services::after {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  background: url(/wp-content/themes/deevoted-2019/assets/images/red-black-box-pattern-sm.jpg) 0 0 no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  top: -170px;
  width: 95px;
}
@media screen and (min-width: 599px) {
  .services::after {
    height: 83px;
    width: 175px;
    top: -258px;
  }
}
@media screen and (min-width: 768px) {
  .services::after {
    background-image: url(/wp-content/themes/deevoted-2019/assets/images/red-black-box-pattern.jpg);
    height: 422px;
    top: 200px;
    width: 68px;
  }
}
@media screen and (min-width: 899px) {
  .services::after {
    height: 484px;
    top: 220px;
    width: 77px;
  }
}
.services::before {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  background: url(/wp-content/themes/deevoted-2019/assets/images/key-hole-door.jpg) 0 0 no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 202px;
  position: absolute;
  right: 0;
  top: -125px;
  width: 130px;
}
@media screen and (min-width: 599px) {
  .services::before {
    height: 372px;
    width: 240px;
    top: -175px;
  }
}
@media screen and (min-width: 768px) {
  .services::before {
    height: 427px;
    right: 68px;
    top: 55px;
    width: 275px;
  }
}
@media screen and (min-width: 899px) {
  .services::before {
    height: 484px;
    right: 77px;
    top: 75px;
    width: 312px;
  }
}
.services a:active, .services a:link, .services a:visited {
  display: block;
  color: inherit;
  font-size: .875em;
  font-weight: 700;
  position: relative;
  outline: none;
  text-transform: uppercase;
}
.services a:hover {
  color: #ed202d;
}
.services a::before {
  background: #e7e4e2;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px #4d4c4f;
  content: '';
  height: 16px;
  left: -35px;
  position: absolute;
  top: 0;
  width: 16px;
}
@media screen and (min-width: 599px) {
  .services a::before {
    top: 2px;
  }
}
.services a:nth-child(2)::before {
  box-shadow: inset 0 0 0 4px #4d4c4f;
}
.services a:nth-child(2).active::before {
  box-shadow: inset 0 0 0 4px #ed202d;
}
.services a:nth-child(3)::before {
  box-shadow: inset 0 0 0 3px #4d4c4f;
}
.services a:nth-child(3).active::before {
  box-shadow: inset 0 0 0 3px #ed202d;
}
.services a:nth-child(4)::before {
  box-shadow: inset 0 0 0 2px #4d4c4f;
}
.services a:nth-child(4).active::before {
  box-shadow: inset 0 0 0 2px #ed202d;
}
.services a.active::before {
  box-shadow: inset 0 0 0 6px #ed202d;
  top: 1px;
}
@media screen and (min-width: 599px) {
  .services a.active::before {
    top: 5px;
  }
}
.services a.active:active, .services a.active:link, .services a.active:visited {
  font-size: 1.125em;
  font-weight: 900;
}
.services a.active:hover {
  color: inherit;
}
.services a.active .accent {
  color: #ed202d;
}
.services a .accent {
  color: inherit;
}
.services h1 {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  margin-left: 7.15%;
  margin-bottom: 40px;
}
@media screen and (min-width: 599px) {
  .services h1 {
    margin-left: 14.15%;
    margin-bottom: 75px;
    clear: both;
    float: left;
    margin-top: 20px;
  }
}
.services nav {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  float: left;
  position: relative;
  background-color: #e7e4e2;
  display: none;
  padding-left: 2.8125em;
  outline: 5px solid #e7e4e2;
  width: 285px;
}
@media screen and (min-width: 1024px) {
  .services nav {
    display: block;
    margin-left: 6.55%;
  }
}
@media screen and (min-width: 1150px) {
  .services nav {
    display: block;
    margin-left: 16.55%;
  }
}
@media screen and (min-width: 1300px) {
  .services nav {
    display: block;
    margin-left: 20.75%;
  }
}
.services nav a:active, .services nav a:link, .services nav a:visited {
  margin-bottom: 10px;
}
.services ul {
  float: left;
  position: relative;
  background: #e7e4e2;
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
  width: 270px;
}
.services ul a:active, .services ul a:link, .services ul a:visited {
  display: block;
}
@media screen and (min-width: 1024px) {
  .services ul a:active, .services ul a:link, .services ul a:visited {
    display: none;
  }
}
.services ul li {
  clear: both;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 599px) {
  .services ul li {
    margin-bottom: 0;
    width: 100%;
  }
}
.services ul li:nth-child(2) a::before {
  box-shadow: inset 0 0 0 4px #4d4c4f;
}
.services ul li:nth-child(2) a.active::before {
  box-shadow: inset 0 0 0 4px #ed202d;
}
.services ul li:nth-child(3) a::before {
  box-shadow: inset 0 0 0 3px #4d4c4f;
}
.services ul li:nth-child(3) a.active::before {
  box-shadow: inset 0 0 0 3px #ed202d;
}
.services ul li:nth-child(4) a::before {
  box-shadow: inset 0 0 0 2px #4d4c4f;
}
.services ul li:nth-child(4) a.active::before {
  box-shadow: inset 0 0 0 2px #ed202d;
}
.services ul li li {
  margin-bottom: 0;
}
.services ul li li::before {
  display: none;
}
.services ul ul {
  display: none;
  font-weight: 300;
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: 12px;
  padding: 12px 0 0 0;
  position: relative;
  width: auto;
}
.services ul ul::before {
  border-bottom: 2px solid #ed202d;
  top: 0;
  content: '';
  left: 0;
  position: absolute;
  outline: none;
  width: 24px;
}
@media screen and (min-width: 1024px) {
  .services ul ul {
    margin-bottom: 0;
  }
}
.services .content-wrapper {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  float: left;
  position: relative;
  margin-left: 10%;
}
@media screen and (min-width: 599px) {
  .services .content-wrapper {
    margin-left: 25%;
  }
}
@media screen and (min-width: 768px) {
  .services .content-wrapper {
    margin-left: 10%;
  }
}
.services .content-wrapper ul:first-child > li:nth-child(2) {
  margin-left: 15px;
}
.services .content-wrapper ul:first-child > li:nth-child(3) {
  margin-left: 30px;
}
.services .content-wrapper ul:first-child > li:nth-child(4) {
  margin-left: 45px;
}
@media screen and (min-width: 1024px) {
  .services .content-wrapper {
    margin-left: 0;
  }
  .services .content-wrapper ul:first-child > li:nth-child(2) {
    margin-left: 0;
  }
  .services .content-wrapper ul:first-child > li:nth-child(2) > .active + ul {
    margin-top: 45px;
  }
  .services .content-wrapper ul:first-child > li:nth-child(3) {
    margin-left: 0;
  }
  .services .content-wrapper ul:first-child > li:nth-child(3) > .active + ul {
    margin-top: 77px;
  }
  .services .content-wrapper ul:first-child > li:nth-child(4) {
    margin-left: 0;
  }
  .services .content-wrapper ul:first-child > li:nth-child(4) > .active + ul {
    margin-top: 109px;
  }
}
.services .tabbed-info {
  clear: both;
}
.services .testimonial {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  display: none;
}
@media screen and (min-width: 768px) {
  .services .testimonial {
    display: block;
    margin-top: -255px;
    margin-left: 13%;
    width: 35%;
  }
}
@media screen and (min-width: 899px) {
  .services .testimonial {
    margin-left: 22%;
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .services .testimonial {
    width: 22.25%;
  }
}

.approach {
  padding-bottom: 40px;
  margin-top: 50px;
}
@media screen and (min-width: 599px) {
  .approach {
    margin-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 899px) {
  .approach {
    padding-bottom: 80px;
  }
}
.approach h1 {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  margin-left: 47%;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 599px) {
  .approach h1 {
    margin-bottom: 50px;
    margin-left: calc(14.85% + 235px);
  }
}
@media screen and (min-width: 899px) {
  .approach h1 {
    margin-left: calc(7.5% + 235px);
    bottom: -150px;
  }
}
@media screen and (min-width: 1024px) {
  .approach h1 {
    bottom: inherit;
    margin-left: calc(21.15% + 235px);
  }
}
.approach p {
  font-weight: 300;
}
.approach a.active + .expand-content {
  display: block;
}
.approach nav {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  clear: both;
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-right: 10%;
  padding-left: 0;
  width: 37%;
}
@media screen and (min-width: 599px) {
  .approach nav {
    margin-bottom: 0;
    margin-right: 11%;
    padding-left: 7%;
    width: calc(4% + 235px);
  }
}
@media screen and (min-width: 1024px) {
  .approach nav {
    padding-left: 24.15%;
    width: calc(24.15% + 235px);
  }
}
.approach nav::before {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  background: url(/wp-content/themes/deevoted-2019/assets/images/approach-puzzle-pieces.jpg) 0 0 no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 170px;
  left: -10px;
  position: absolute;
  top: -100px;
  width: 100px;
}
@media screen and (min-width: 599px) {
  .approach nav::before {
    top: -200px;
    width: 200px;
  }
}
@media screen and (min-width: 899px) {
  .approach nav::before {
    left: inherit;
    right: -120px;
    top: -170px;
    width: 204px;
  }
}
@media screen and (min-width: 899px) {
  .approach nav::before {
    right: -160px;
  }
}
.approach nav a:active, .approach nav a:link, .approach nav a:visited {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 1px;
  padding: .9375em;
  position: relative;
  outline: none;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 599px) {
  .approach nav a:active, .approach nav a:link, .approach nav a:visited {
    padding: 1.944444444em;
  }
}
.approach nav a:hover, .approach nav a.active {
  background-color: #ed202d;
  color: #fff;
  font-weight: 900;
}
.approach nav a:hover::after, .approach nav a.active::after {
  border-color: transparent transparent transparent #ed202d;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  height: 0;
  width: 0;
  content: '';
}
.approach nav a::after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  height: 0;
  width: 0;
  content: '';
  margin-top: -10px;
  position: absolute;
  right: -10px;
  top: 50%;
}
.approach ul {
  clear: both;
  float: left;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.approach .content-wrapper {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  float: left;
  position: relative;
  max-width: 53%;
  margin-top: 15px;
  width: 100%;
}
@media screen and (min-width: 599px) {
  .approach .content-wrapper {
    max-width: 41.3793103%;
    margin-top: 35px;
  }
}
.approach .content-wrapper li > a {
  display: none;
}
.approach .expand-content {
  display: none;
  position: absolute;
  right: -600px;
  top: 35px;
  width: 480px;
}
.approach .testimonial {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  display: none;
  margin-bottom: 0;
}
@media screen and (min-width: 899px) {
  .approach .testimonial {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .approach .testimonial {
    margin-bottom: -150px;
  }
}

.clients article {
  float: left;
  position: relative;
  height: 164px;
  padding: 25px;
  width: 50%;
}
@media screen and (min-width: 599px) {
  .clients article {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .clients article {
    width: 25%;
  }
}
@media screen and (min-width: 899px) {
  .clients article {
    width: 16.66%;
  }
}
.not-touch .clients article:hover {
  background-color: #ed202d;
}
.not-touch .clients article:hover img {
  opacity: 1;
}
.clients article img {
  opacity: .5;
}
.clients .container {
  max-width: 61.6em;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .clients .container {
    max-width: 41.45em;
    padding: 0 10px;
  }
}
@media screen and (min-width: 899px) {
  .clients .container {
    max-width: 61.6em;
  }
}
.clients .more-clients:active, .clients .more-clients:link, .clients .more-clients:visited {
  clear: both;
  float: left;
  position: relative;
  color: #fff;
  background-color: transparent;
  border: 2px solid #ed202d;
  border-left: 0;
  border-right: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  width: 100%;
}
.clients .more-clients:active::before, .clients .more-clients:link::before, .clients .more-clients:visited::before {
  color: #ed202d;
  content: '+';
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.clients .more-clients:active::after, .clients .more-clients:link::after, .clients .more-clients:visited::after {
  content: 'View More Clients';
}
.no-touch .clients .more-clients:hover {
  background-color: #ed202d;
}
.no-touch .clients .more-clients:hover::before {
  color: #fff;
}
.clients .more-clients.open::before {
  content: "-";
}
.clients .more-clients.open::after {
  content: 'View Less Clients';
}

.contact {
  padding: 62px 0;
  position: relative;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+85,1d1b1c+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 85%, #1d1b1c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #000000), color-stop(100%, #1d1b1c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 85%, #1d1b1c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 85%, #1d1b1c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 85%, #1d1b1c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 85%, #1d1b1c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1d1b1c',GradientType=0 );
  /* IE6-9 */
}
.contact::before {
  background: transparent url(/wp-content/themes/deevoted-2019/assets/images/line-pattern2.png) center center repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.contact h1 {
  float: left;
  position: relative;
  margin-left: 5.084745763%;
  margin-top: 58px;
}
.contact .container {
  overflow: hidden;
}
.contact .intro {
  clear: both;
  float: left;
  position: relative;
  margin-top: 30px;
  max-width: 550px;
  padding: 0 5.084745763%;
  text-align: left;
}
@media screen and (min-width: 599px) {
  .contact .intro {
    margin-left: 15%;
    margin-top: 50px;
    padding: 0;
  }
}
@media screen and (min-width: 899px) {
  .contact .intro::after {
    -webkit-transition: all 500ms linear 0.02s;
    -moz-transition: all 500ms linear 0.02s;
    -o-transition: all 500ms linear 0.02s;
    transition: all 500ms linear 0.02s;
    background: url(/wp-content/themes/deevoted-2019/assets/images/contact-you.jpg) 0 0 no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 170px;
    position: absolute;
    right: -245px;
    top: -20px;
    width: 204px;
  }
}
@media screen and (min-width: 1070px) {
  .contact .intro::after {
    right: -355px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .intro::after {
    right: -455px;
    top: 110px;
  }
}
@media screen and (min-width: 899px) {
  .contact .intro::before {
    -webkit-transition: all 500ms linear 0.02s;
    -moz-transition: all 500ms linear 0.02s;
    -o-transition: all 500ms linear 0.02s;
    transition: all 500ms linear 0.02s;
    background: url(/wp-content/themes/deevoted-2019/assets/images/contact-ipad.jpg) 0 0 no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 170px;
    position: absolute;
    right: -105px;
    top: -190px;
    width: 204px;
  }
}
@media screen and (min-width: 1070px) {
  .contact .intro::before {
    right: -215px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .intro::before {
    right: -315px;
    top: -60px;
  }
}

.contact-form {
  display: inline-block;
  float: none;
  max-width: 710px;
}
@media screen and (min-width: 955px) {
  .contact-form {
    left: calc(50% - 360px);
    float: left;
  }
}

.work-detail img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 599px) {
  .work-detail .about h1 {
    float: left;
  }
}
@media screen and (min-width: 899px) {
  .work-detail .about h1 {
    float: none;
  }
}
.work-detail .about .collaborators {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  clear: both;
  display: block;
  float: left;
  margin-right: 0;
  margin-top: 50px;
  padding-left: 5.084745763%;
  width: 60%;
}
@media screen and (min-width: 599px) {
  .work-detail .about .collaborators {
    clear: none;
    margin-top: 95px;
    width: 40%;
  }
}
@media screen and (min-width: 899px) {
  .work-detail .about .collaborators {
    clear: both;
    margin-right: 2.23%;
    width: 27.13176%;
  }
}
.work-detail .about .container::before {
  background-color: #4d4c4f;
  content: '';
  display: block;
  height: 160px;
  position: absolute;
  right: 7.40678%;
  top: -175px;
  width: 160px;
}
.work-detail .about .container > .testimonial {
  margin-top: -70px;
  position: absolute;
  right: 11.65%;
}
.work-detail .about .container > .testimonial.missing {
  min-height: 168px;
  width: 18%;
}
@media screen and (min-width: 599px) {
  .work-detail .about .intro {
    float: left;
    clear: both;
    margin-right: 5%;
    padding-left: 5.084745763%;
  }
}
@media screen and (min-width: 899px) {
  .work-detail .about .intro {
    padding-left: 0;
    margin-right: 0;
    float: none;
  }
}
.work-detail .about .showcase-iphone {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  display: block;
  float: left;
  margin-bottom: 25px;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 899px) {
  .work-detail .about .showcase-iphone {
    margin-top: 45px;
    top: -100px;
    width: 70.5%;
  }
}

.addthis_sharing_toolbox {
  background-color: #000;
  padding: 10px;
  margin-top: 3px;
}

.at-share-btn span {
  background-color: transparent !important;
}

.project-banner {
  background-position: center top;
  background-size: cover;
  height: 100vh;
  padding-top: 135px;
  overflow: hidden;
}
@media screen and (min-width: 599px) {
  .project-banner {
    max-height: none;
    height: 94vh;
    padding-top: 170px;
  }
}
@media screen and (min-width: 899px) {
  .project-banner {
    height: 78vh;
    max-height: 600px;
  }
}
.project-banner::before {
  background: transparent url(/wp-content/themes/deevoted-2019/assets/images/line-pattern2.png) center center repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.project-banner h1,
.project-banner h2 {
  display: block;
  background-color: transparent;
  outline: none;
  text-shadow: 1px 1px 15px #262626;
}
.project-banner h1 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.project-banner h2 {
  font-size: 1.125em;
  font-weight: 900;
}
.project-banner h2::after {
  outline: none;
}
.project-banner p {
  background-color: transparent;
  text-shadow: 1px 1px 15px #262626;
}
.project-banner .container {
  height: 100%;
}
.project-banner .left-col {
  padding: 0 0 0 10%;
}
@media screen and (min-width: 599px) {
  .project-banner .left-col {
    padding-top: 50px;
    padding-left: 50px;
    width: 80%;
  }
}
@media screen and (min-width: 899px) {
  .project-banner .left-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-left: 10%;
  }
  .project-banner .left-col:last-child {
    margin-right: 0;
  }
}
.project-banner .right-col {
  bottom: -50px;
  max-height: 55vh;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 599px) {
  .project-banner .right-col {
    bottom: 0;
    max-height: none;
    position: absolute;
    width: 100%;
    text-align: right;
  }
}
@media screen and (min-width: 899px) {
  .project-banner .right-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
    padding: 0 25px 0 0;
    position: absolute;
  }
  .project-banner .right-col:last-child {
    margin-right: 0;
  }
}

.imac {
  background-color: #4d4c4f;
  padding: 10% 0 0;
  margin-bottom: 26.196629213%;
  margin-top: -6.35%;
}
@media screen and (min-width: 2235px) {
  .imac {
    margin-top: -142px;
  }
}
.imac img {
  margin-bottom: -15.45%;
  max-width: 1000px;
  width: 55.65%;
}

.method {
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.method h1 {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  display: inline-block;
  margin-left: 15%;
  margin-top: 13%;
}
@media screen and (min-width: 400px) {
  .method h1 {
    margin-top: 20%;
  }
}
@media screen and (min-width: 599px) {
  .method h1 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 710px) {
  .method h1 {
    margin-top: 0;
  }
}
@media screen and (min-width: 899px) {
  .method h1 {
    margin-left: 115px;
  }
}
@media screen and (min-width: 1050px) {
  .method h1 {
    margin-left: 0;
  }
}
.method h1::before {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  background-color: #4d4c4f;
  content: '';
  display: block;
  height: 47.75vw;
  left: -4.406779661%;
  position: absolute;
  top: -5px;
  width: 34.625%;
}
@media screen and (min-width: 599px) {
  .method h1::before {
    height: 172px;
    width: 205px;
    top: 63px;
  }
}
.method .container::after {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  background: transparent url(/wp-content/themes/deevoted-2019/assets/images/block-brand-colors.png) 0 0 no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 29.6875vw;
  left: 0;
  position: absolute;
  top: -120px;
  width: 45%;
}
@media screen and (min-width: 599px) {
  .method .container::after {
    height: 176px;
    left: 1.86440678%;
    width: 228px;
    top: -163px;
  }
}
.method .container::before {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  background-color: #ed202d;
  content: '';
  display: block;
  height: 33.9375vw;
  left: 8.474576271%;
  position: absolute;
  width: 58.4375%;
  top: -105px;
}
@media screen and (min-width: 599px) {
  .method .container::before {
    width: 322px;
    height: 208px;
    top: -145px;
  }
}
.method .intro {
  -webkit-transition: all 500ms linear 0.02s;
  -moz-transition: all 500ms linear 0.02s;
  -o-transition: all 500ms linear 0.02s;
  transition: all 500ms linear 0.02s;
  margin-top: 20px;
  padding-left: 5.084745763%;
  text-align: left;
  width: 70%;
  float: right;
}
@media screen and (min-width: 899px) {
  .method .intro {
    float: none;
    margin-left: 19.06779661%;
    margin-top: 100px;
    padding-left: 0;
    width: 42.372881356%;
  }
}
.method .tech-used {
  clear: both;
  margin-left: 20px;
  padding: 20px 0;
  position: relative;
  right: inherit;
  text-align: left;
  top: 21%;
  width: 55%;
}
.method .tech-used::before {
  background: url(/wp-content/themes/deevoted-2019/assets/images/red-black-box-pattern.jpg) 0 0 no-repeat;
  background-size: cover;
  bottom: -45px;
  content: '';
  height: 225px;
  position: absolute;
  right: -76%;
  width: 95px;
}
@media screen and (min-width: 599px) {
  .method .tech-used::before {
    height: 325px;
    right: -62.35%;
    top: 50px;
    width: 135px;
  }
}
@media screen and (min-width: 899px) {
  .method .tech-used::before {
    display: none;
  }
}
@media screen and (min-width: 599px) {
  .method .tech-used {
    margin-left: 12%;
  }
}
@media screen and (min-width: 899px) {
  .method .tech-used {
    margin-left: 0;
    padding: 0;
    position: absolute;
    right: 5%;
    width: 28%;
  }
}

.other-projects {
  text-align: center;
  line-height: 0;
}
.other-projects h2 {
  background-color: transparent;
  color: #fff;
  font-size: 10px;
}
.other-projects h2::after {
  outline: none;
}
.other-projects h3 {
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1;
  margin-top: 18px;
  text-transform: uppercase;
}
.other-projects .prev,
.other-projects .next {
  -webkit-transition: all 300ms linear 0.02s;
  -moz-transition: all 300ms linear 0.02s;
  -o-transition: all 300ms linear 0.02s;
  transition: all 300ms linear 0.02s;
  background: center top no-repeat;
  background-size: 100% 100%;
  color: #fff;
  height: 150px;
  padding: 11.109375vw 3.90625% 3.90625%;
  position: relative;
  text-align: left;
  width: 50%;
}
@media screen and (min-width: 599px) {
  .other-projects .prev,
  .other-projects .next {
    height: 28.515625vw;
    width: 37.5%;
  }
}
@media screen and (min-width: 1280px) {
  .other-projects .prev,
  .other-projects .next {
    height: 365px;
    padding: 142px 50px 50px;
  }
}
.other-projects .prev:hover,
.other-projects .next:hover {
  background-size: 108% 108%;
}
.other-projects .next {
  float: right;
  position: relative;
  background-color: #323132;
  text-align: right;
}
.other-projects .prev {
  float: left;
  position: relative;
  background-color: #ed202d;
}
.other-projects .social-container {
  background-color: #4d4c4f;
  height: 150px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 599px) {
  .other-projects .social-container {
    height: 28.515625vw;
  }
}
.other-projects .social {
  display: none;
}
@media screen and (min-width: 599px) {
  .other-projects .social {
    background-color: #000;
    color: #fff;
    display: inline-block;
    height: 28.515625vw;
    padding-top: 11.109375vw;
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .other-projects .social {
    height: 365px;
    padding-top: 142px;
  }
}

/* FOOTER */
footer {
  float: left;
  position: relative;
  background-color: #000;
  border-bottom: 1px solid #ed202d;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  min-height: 80px;
  padding: 80px 0 35px;
  width: 100%;
}
footer::after {
  background: transparent url(/wp-content/themes/deevoted-2019/assets/images/radial-gradient.svg) center top -50% no-repeat;
  background-size: 110%;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 400px) {
  footer::after {
    background-position: center top -30%;
  }
}
@media screen and (min-width: 599px) {
  footer::after {
    background-position: center top -10%;
  }
}
@media screen and (min-width: 768px) {
  footer::after {
    background-position: center top;
  }
}
footer nav {
  display: none;
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  footer nav {
    display: block;
  }
}
footer nav a:active, footer nav a:link, footer nav a:visited {
  color: #fff;
  margin: 0 4.0847458%;
  outline: none;
  text-transform: uppercase;
}
@media screen and (min-width: 899px) {
  footer nav a:active, footer nav a:link, footer nav a:visited {
    margin: 0 5.0847458%;
  }
}
footer nav a:hover, footer nav a.active {
  color: #ed202d;
}
footer .back-top:active, footer .back-top:link, footer .back-top:visited {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 65px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  footer .back-top:active, footer .back-top:link, footer .back-top:visited {
    display: none;
  }
}
footer .back-top:hover, footer .back-top.active {
  color: #ed202d;
}
footer .container {
  text-align: center;
}

/* FORMS */
form {
  float: left;
  position: relative;
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 599px) {
  form {
    margin-top: 50px;
  }
}
form .container .right-col {
  background-color: #000;
  position: relative;
}
form .container .right-col::before {
  background: url(/wp-content/themes/deevoted-2019/assets/images/icon-sprite.png) right -165px no-repeat;
  content: '';
  display: block;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 25px;
}
@media screen and (min-width: 899px) {
  form .container .right-col::before {
    right: 0;
  }
}

label {
  clear: both;
  float: left;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
  width: 100%;
}
label.error {
  color: #ed202d;
  display: none !important;
}
label.error + label {
  color: #ed202d;
}

input[type=text].last-name {
  background: url(/wp-content/themes/deevoted-2019/assets/images/icon-sprite.png) right 10px no-repeat;
  padding-right: 30px;
}
input[type=email].email {
  background: url(/wp-content/themes/deevoted-2019/assets/images/icon-sprite.png) right -45px no-repeat;
  padding-right: 30px;
}
input[type=tel].phone {
  background: url(/wp-content/themes/deevoted-2019/assets/images/icon-sprite.png) right -100px no-repeat;
  padding-right: 30px;
}

input:focus {
  color: #ed202d;
  outline: none;
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text] {
  clear: both;
  float: left;
  position: relative;
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 10px 0;
  width: 100%;
  -webkit-appearance: none;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
  color: #ed202d;
  outline: none;
}
input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=text].error {
  border-bottom: 1px solid #ed202d;
}

input[type=submit] {
  color: #fff;
  background-color: #000;
  border: 2px solid #ed202d;
  border-radius: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  margin-top: 25px;
  min-width: 150px;
  padding: 10px 20px;
  outline: 5px solid #000;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
}
input[type=submit]:hover {
  background-color: #ed202d;
}

textarea {
  clear: both;
  float: left;
  position: relative;
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 150px;
  padding: 10px 10px 10px 0;
  width: 100%;
  -webkit-appearance: none;
}
textarea:focus {
  color: #ed202d;
  outline: none;
}
textarea.message {
  background: url(/wp-content/themes/deevoted-2019/assets/images/message-bkgd.png) 0 18px repeat-x;
  height: 198px;
  line-height: 2;
  padding-right: 30px;
  position: relative;
}

.ajax-confirm {
  display: none;
}

.confirm-container {
  max-width: 213px;
  clear: both;
}

.row {
  clear: both;
  float: left;
  position: relative;
  background-color: #000;
  margin-bottom: 15px;
  width: 100%;
}
.row.split div {
  float: left;
  position: relative;
  width: 48%;
}
.row.split div:last-child {
  float: right;
  position: relative;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.css.map */
