@charset "UTF-8";
/* 
Imports all files into one file called "style.css"
*/
/* RESET
================================*/
@import url("//hello.myfonts.net/count/2ef37d");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.


[hidden] {
    display: none;
}
 */
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

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

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

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

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 0 0 40px;
}

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/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. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves 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 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  -moz-appearance: button; /* 2 */
  appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

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

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves 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;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  hyphens: none;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

ul, ol {
  padding: 0;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/*********************
TOOLS
*********************/
* {
  box-sizing: border-box;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS

*********************/
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: "JohnstonITCStd-Bold";
  src: url("fonts/2EF37D_5_0.eot");
  src: url("fonts/2EF37D_5_0.eot?#iefix") format("embedded-opentype"), url("fonts/2EF37D_5_0.woff2") format("woff2"), url("fonts/2EF37D_5_0.woff") format("woff"), url("fonts/2EF37D_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "JohnstonITCStd-BoldItalic";
  src: url("fonts/2EF37D_0_0.eot");
  src: url("fonts/2EF37D_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/2EF37D_0_0.woff2") format("woff2"), url("fonts/2EF37D_0_0.woff") format("woff"), url("fonts/2EF37D_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "JohnstonITCStd-Medium";
  src: url("fonts/2EF37D_3_0.eot");
  src: url("fonts/2EF37D_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/2EF37D_3_0.woff2") format("woff2"), url("fonts/2EF37D_3_0.woff") format("woff"), url("fonts/2EF37D_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "JohnstonITCStd-MediumItalic";
  src: url("fonts/2EF37D_4_0.eot");
  src: url("fonts/2EF37D_4_0.eot?#iefix") format("embedded-opentype"), url("fonts/2EF37D_4_0.woff2") format("woff2"), url("fonts/2EF37D_4_0.woff") format("woff"), url("fonts/2EF37D_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "JohnstonITCStd-LightItalic";
  src: url("fonts/2EF37D_1_0.eot");
  src: url("fonts/2EF37D_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/2EF37D_1_0.woff2") format("woff2"), url("fonts/2EF37D_1_0.woff") format("woff"), url("fonts/2EF37D_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "JohnstonITCStd-Light";
  src: url("fonts/2EF37D_2_0.eot");
  src: url("fonts/2EF37D_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/2EF37D_2_0.woff2") format("woff2"), url("fonts/2EF37D_2_0.woff") format("woff"), url("fonts/2EF37D_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "sanchez_slab_light";
  src: url("fonts/SanchezSlab-Light-webfont.eot");
  src: url("fonts/SanchezSlab-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SanchezSlab-Light-webfont.woff2") format("woff2"), url("fonts/SanchezSlab-Light-webfont.woff") format("woff"), url("fonts/SanchezSlab-Light-webfont.ttf") format("truetype"), url("fonts/SanchezSlab-Light-webfont.svg#sanchez_slab_lightlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sanchez_slab_light_italic";
  src: url("fonts/SanchezSlab-Light-Italic-webfont.eot");
  src: url("fonts/SanchezSlab-Light-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SanchezSlab-Light-Italic-webfont.woff2") format("woff2"), url("fonts/SanchezSlab-Light-Italic-webfont.woff") format("woff"), url("fonts/SanchezSlab-Light-Italic-webfont.ttf") format("truetype"), url("fonts/SanchezSlab-Light-Italic-webfont.svg#sanchez_slab_lightLtIt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sanchez_slab_semibold";
  src: url("fonts/SanchezSlab-Semibold-webfont.eot");
  src: url("fonts/SanchezSlab-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SanchezSlab-Semibold-webfont.woff2") format("woff2"), url("fonts/SanchezSlab-Semibold-webfont.woff") format("woff"), url("fonts/SanchezSlab-Semibold-webfont.ttf") format("truetype"), url("fonts/SanchezSlab-Semibold-webfont.svg#sanchez_slab_semiboldsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sanchez_slab_semibold_italic";
  src: url("fonts/SanchezSlab-Semibold-Italic-webfont.eot");
  src: url("fonts/SanchezSlab-Semibold-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SanchezSlab-Semibold-Italic-webfont.woff2") format("woff2"), url("fonts/SanchezSlab-Semibold-Italic-webfont.woff") format("woff"), url("fonts/SanchezSlab-Semibold-Italic-webfont.ttf") format("truetype"), url("fonts/SanchezSlab-Semibold-Italic-webfont.svg#sanchez_slab_semiboldSBdIt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sanchez_slab_regular";
  src: url("fonts/SanchezSlab-Regular-webfont.eot");
  src: url("fonts/SanchezSlab-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SanchezSlab-Regular-webfont.woff2") format("woff2"), url("fonts/SanchezSlab-Regular-webfont.woff") format("woff"), url("fonts/SanchezSlab-Regular-webfont.ttf") format("truetype"), url("fonts/SanchezSlab-Regular-webfont.svg#sanchez_slabregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sanchez_slab_italic";
  src: url("fonts/SanchezSlab-Italic-webfont.eot");
  src: url("fonts/SanchezSlab-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SanchezSlab-Italic-webfont.woff2") format("woff2"), url("fonts/SanchezSlab-Italic-webfont.woff") format("woff"), url("fonts/SanchezSlab-Italic-webfont.ttf") format("truetype"), url("fonts/SanchezSlab-Italic-webfont.svg#sanchez_slabitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*********************
FONT MIXIN
*********************/
/*********************
MISC
*********************/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

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

.link-full {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

/*********************
TRANSITION
*********************/
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BOX SHADOW
*********************/
/*********************
BORDER RADIUS
*********************/
/*********************
GRADIENTS
*********************/
/*********************
ASPECT RATIOS
*********************/
.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.four-three {
  position: relative;
}
.four-three:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.four-three > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.three-two, body.page-template-page-home #page #content .feature-boxes .container .container-image,
body.page-template-page-home-new #page #content .feature-boxes .container .container-image,
body.page-id-12636 #page #content .feature-boxes .container .container-image {
  position: relative;
}
.three-two:before, body.page-template-page-home #page #content .feature-boxes .container .container-image:before,
body.page-template-page-home-new #page #content .feature-boxes .container .container-image:before,
body.page-id-12636 #page #content .feature-boxes .container .container-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.three-two > .content, body.page-template-page-home #page #content .feature-boxes .container .container-image > .content,
body.page-template-page-home-new #page #content .feature-boxes .container .container-image > .content,
body.page-id-12636 #page #content .feature-boxes .container .container-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.seven-three {
  position: relative;
}
.seven-three:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 42.8571428571%;
}
.seven-three > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.one-one, body.page-template-page-home #page #content .feature-boxes .container,
body.page-template-page-home-new #page #content .feature-boxes .container,
body.page-id-12636 #page #content .feature-boxes .container {
  position: relative;
}
.one-one:before, body.page-template-page-home #page #content .feature-boxes .container:before,
body.page-template-page-home-new #page #content .feature-boxes .container:before,
body.page-id-12636 #page #content .feature-boxes .container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.one-one > .content, body.page-template-page-home #page #content .feature-boxes .container > .content,
body.page-template-page-home-new #page #content .feature-boxes .container > .content,
body.page-id-12636 #page #content .feature-boxes .container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.no-ratio {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

/*********************
VERTICAL ALIGN
*********************/
/*********************
BUTTONS
*********************/
/* Custom Buttons */
/*********************
FORM FIELDS
*********************/
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
body {
  color: #464646;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 15px;
  font-weight: normal;
  padding-top: 60px;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

*:focus {
  outline: 0 !important;
}

body.admin-bar body {
  margin-top: 32px;
}

html #wpadminbar {
  position: fixed;
}

.at4-follow-inner {
  display: none;
}

body.page-template-page-blog-template #main-content .container {
  background-color: rgba(126, 190, 197, 0);
}

/*=========================*/
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0.5em;
}

h3[data-drip-attribute=headline] {
  color: #a59c87;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 29px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.entry-header h1,
.entry-content h1 {
  color: #cd3727;
  font-family: "sanchez_slab_regular", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
}
.entry-header h2,
.entry-content h2 {
  color: #231f20;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}
.entry-header h3,
.entry-content h3 {
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
body.page-template-page-landing .entry-content h1 {
  border-bottom: 1px #a49c87 solid;
  padding-bottom: 12px;
}

p {
  color: #464646;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 1em;
  line-height: 1.5em;
}

a {
  color: #cd3727;
  text-decoration: none;
}
a:hover, a:active {
  color: #a22c1f;
}
a:visited {
  color: #cd3727;
}

ul {
  line-height: 1.5em;
  list-style: disc;
  padding: 0 0 0 18px;
}
ul li {
  list-style: disc;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
  padding: 0 0 0 18px;
}
ol li {
  list-style: decimal;
}

/* MISC STRUCTURE STYLES
============================================ */
.container {
  padding: 20px 25px;
}

hr {
  background-color: transparent;
  border-bottom: 1px #464646 solid;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0px 0 20px 0;
}

/* HEADER & FOOTER STYLES
============================================ */
#content {
  display: block;
}
#content.toggled {
  margin-top: 60px;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.site-header .container.search {
  background-color: #ffffff;
  padding: 0px 25px 15px;
  transition: 0.35s all ease-in-out;
  display: none;
}
.site-header .container.search .searchBox {
  display: block;
}
.site-header .container.search .searchBox form {
  margin: 0px auto;
  display: block;
  width: 100%;
}
.site-header .container.search .searchBox form input,
.site-header .container.search .searchBox form select,
.site-header .container.search .searchBox form textarea {
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  padding-left: 10px;
  width: 80%;
  float: right;
  -webkit-appearance: none;
  border-radius: 0;
}
.site-header .container.search .searchBox form input[type=submit] {
  width: auto;
  font-size: 12px;
  padding: 9px;
  background-color: #a59c87;
  color: #ffffff;
  float: right;
  border: none;
  height: 30px;
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
  /* max-width: 40px;
  background-image:url(../img/video-arrow.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent; */
}
.site-header .container.search.toggled {
  display: block;
}
body.page-template-page-sem-landing .site-header .container.branding {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.page-template-page-sem-landing .site-header .container.branding .site-branding {
  margin-top: 0;
}
body.page-template-page-sem-landing .site-header .container.branding .header-phone {
  margin-left: auto;
}
body.page-template-page-sem-landing .site-header .container.branding .fa {
  font-size: 20px;
}
body.page-template-page-sem-landing .site-header .container.branding .large {
  display: none;
}
@media (min-width: 768px) {
  body.page-template-page-sem-landing .site-header .container.branding .small {
    display: none;
  }
  body.page-template-page-sem-landing .site-header .container.branding .large {
    display: block;
  }
}
.site-header .container {
  zoom: 1;
  background: #ffffff;
  padding: 15px 20px 10px 20px;
  position: relative;
}
.site-header .container:before, .site-header .container:after {
  content: "";
  display: table;
}
.site-header .container:after {
  clear: both;
}
.site-header .container .site-branding {
  float: left;
  max-width: 172px;
  width: 45%;
  margin-top: 1px;
}
.site-header .container .site-branding .site-title {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.site-header .container .site-branding .site-title a {
  display: block;
}
.site-header .container .site-branding .site-title a img {
  height: auto;
  width: 100%;
}
.site-header .container .main-navigation {
  transition: 0.25s max-height ease-in-out;
  background: #a59c87;
  left: 0;
  max-height: none;
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.site-header .container .main-navigation .menu {
  zoom: 1;
}
.site-header .container .main-navigation .menu:before, .site-header .container .main-navigation .menu:after {
  content: "";
  display: table;
}
.site-header .container .main-navigation .menu:after {
  clear: both;
}
.site-header .container .main-navigation .menu .menu-item {
  border-bottom: 1px solid #ffffff;
  position: relative;
  cursor: pointer;
}
.site-header .container .main-navigation .menu .menu-item a {
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.site-header .container .main-navigation .menu .menu-item .sub-menu {
  display: none;
  margin: 0;
  background-color: #e6e7e8;
  overflow: hidden;
}
.site-header .container .main-navigation .menu .menu-item .sub-menu li {
  width: 100%;
  display: block;
  float: left;
}
.site-header .container .main-navigation .menu .menu-item .sub-menu li.menu-item {
  border-color: #231f20;
}
.site-header .container .main-navigation .menu .menu-item .sub-menu li a {
  padding: 10px 20px;
  height: auto;
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  background-color: #e6e7e8;
}
.site-header .container .main-navigation .menu .menu-item .sub-menu li a:hover {
  color: #cd3727;
}
.site-header .container .main-navigation .menu .menu-item:last-of-type {
  border: none;
}
.site-header .container .main-navigation .menu-main-navigation-container {
  transition: 1s all ease-out;
  display: block;
}
.site-header .container .main-navigation.toggled {
  max-height: 1500px;
}
.site-header .container .searchbar {
  overflow: hidden;
  height: 0;
}
.site-header .container .toggles {
  float: right;
  width: 50%;
}
.site-header .container .toggles .toggle {
  cursor: pointer;
  display: block;
  float: right;
  margin: 2px 0 6px 8px;
  height: 23px;
  width: 23px;
}
.site-header .container .toggles .toggle.menu {
  background: url(../img/menu-icon.svg) center center no-repeat;
  background-size: 95%;
}
.site-header .container .toggles .toggle.menu.toggled {
  background: url(../img/menu-icon-x.svg) center center no-repeat;
  background-size: 90%;
}
.site-header .container .toggles .toggle.call {
  background: url(../img/phone-icon.svg) center center no-repeat;
  background-size: 100%;
  display: block;
}
.site-header .container .toggles .toggle.phone {
  display: none;
  color: #cd3727;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-top: 7px;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.site-header .container .toggles .toggle.search {
  background: url(../img/search-icon.svg) center center no-repeat;
  background-size: 89%;
}
.site-header .main-ctas {
  zoom: 1;
  width: 100%;
}
.site-header .main-ctas:before, .site-header .main-ctas:after {
  content: "";
  display: table;
}
.site-header .main-ctas:after {
  clear: both;
}
.site-header .main-ctas .cta {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  color: #ffffff;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 8px;
  font-weight: normal;
  transition: 0.25s background ease-in-out;
  background: #231f20;
  border-right: 1px solid #ffffff;
  display: block;
  float: left;
  min-height: 36px;
  padding: 10px 5px 10px 8px;
  text-decoration: none;
  text-transform: uppercase;
  width: 33.3333%;
}
.site-header .main-ctas .cta:before, .site-header .main-ctas .cta:after {
  content: "";
  display: table;
}
.site-header .main-ctas .cta:after {
  clear: both;
}
.site-header .main-ctas .cta:before {
  content: "";
  display: block;
  float: left;
  height: 15px;
  margin-right: 7px;
  width: 15px;
}
.site-header .main-ctas .cta:last-child {
  border: none;
}
.site-header .main-ctas .cta span {
  display: table-cell;
  height: 16px;
  vertical-align: middle;
}
.site-header .main-ctas .cta.consult:before {
  background: url(../img/clickcall-icon.svg) no-repeat top center;
  background-size: 90%;
}
.site-header .main-ctas .cta.insights:before {
  background: url(../img/insights-icon.svg) no-repeat top center;
  background-size: 100%;
}
.site-header .main-ctas .cta.ebook:before {
  background: url(../img/ebook-icon.svg) no-repeat top center;
  background-size: 100%;
}
.site-header .main-ctas .cta:hover {
  background: #3e3739;
}

body.logged-in .site-header {
  top: 45px !important;
}

#addthis-footer {
  display: none;
}

.site-footer {
  background-color: #000000;
  padding: 30px 30px 30px 30px;
  margin-top: 0px;
  color: #ffffff;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.site-footer #footer-wrap {
  overflow: hidden;
  display: block;
  width: 100%;
  clear: both;
}
.site-footer #footer-wrap .widget {
  width: 100%;
  display: block;
  margin: 20px 0 20px 0;
  padding-bottom: 10px;
  overflow: hidden;
  float: left;
  border-bottom: 1px #a59c87 dotted;
}
.site-footer #footer-wrap .widget a,
.site-footer #footer-wrap .widget a:link,
.site-footer #footer-wrap .widget a:visited {
  color: #ffffff;
}
.site-footer #footer-wrap .widget a:hover {
  color: #cd3727;
}
.site-footer #footer-wrap .widget p {
  text-align: center;
}
.site-footer #footer-wrap #black-studio-tinymce-6 {
  margin-top: 10px;
}
.site-footer #footer-wrap #black-studio-tinymce-6 h3,
.site-footer #footer-wrap #black-studio-tinymce-6 h3 a,
.site-footer #footer-wrap #black-studio-tinymce-6 h3 a:link {
  color: #ffffff;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 6px;
  min-height: 22px;
  margin-bottom: 15px;
}
.site-footer #footer-wrap #black-studio-tinymce-6 h3 a:hover {
  color: #cd3727;
}
.site-footer #footer-wrap #black-studio-tinymce-6 h3:before {
  background: url(../img/clickcall-icon.svg) center center no-repeat;
  content: "";
  display: block;
  float: left;
  height: 10px;
  margin-right: 10px;
  margin-top: -4px;
  min-height: 22px;
  vertical-align: middle;
  width: 18px;
}
.site-footer #footer-wrap #black-studio-tinymce-6 h3:nth-child(2):before {
  background: url(../img/insights-icon.svg) center center no-repeat;
}
.site-footer #footer-wrap #black-studio-tinymce-6 img {
  width: 80%;
  height: auto;
}
.site-footer #footer-wrap #black-studio-tinymce-7 {
  color: #ffffff;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}
.site-footer #footer-wrap #black-studio-tinymce-7 p {
  color: #ffffff;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}
.site-footer #footer-wrap #black-studio-tinymce-7 h3,
.site-footer #footer-wrap #black-studio-tinymce-7 h3 a,
.site-footer #footer-wrap #black-studio-tinymce-7 h3 a:link {
  color: #ffffff;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  text-transform: uppercase;
  padding-top: 6px;
  min-height: 22px;
  margin-bottom: 15px;
}
.site-footer #footer-wrap #black-studio-tinymce-7 h3 a:hover {
  color: #cd3727;
}
.site-footer #footer-wrap #black-studio-tinymce-7 h3:before {
  background: url(../img/insights-icon.svg) center center no-repeat;
  content: "";
  display: block;
  float: left;
  height: 10px;
  margin-right: 10px;
  margin-top: -4px;
  min-height: 22px;
  vertical-align: middle;
  width: 22px;
}
.site-footer #footer-wrap #black-studio-tinymce-4 p {
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.site-footer #footer-wrap #black-studio-tinymce-4 p:before {
  background: url(../img/footer-logomark.svg) center center no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 85px;
  margin-right: 14px;
  width: 30%;
  max-width: 85px;
  vertical-align: middle;
  float: left;
}
.site-footer #footer-wrap #black-studio-tinymce-4 strong,
.site-footer #footer-wrap #black-studio-tinymce-4 a strong,
.site-footer #footer-wrap #black-studio-tinymce-4 a:link strong {
  color: #ffffff;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.site-footer #footer-wrap #black-studio-tinymce-4 a:hover strong {
  color: #cd3727;
}
.site-footer #footer-wrap #zoom-social-icons-widget-2 {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
}
.site-footer #footer-wrap #zoom-social-icons-widget-2 .zoom-social-icons-list {
  text-align: center;
}
.site-footer #footer-wrap #black-studio-tinymce-8 p {
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}
.site-footer #footer-wrap #black-studio-tinymce-8 strong,
.site-footer #footer-wrap #black-studio-tinymce-8 a strong,
.site-footer #footer-wrap #black-studio-tinymce-8 a:link strong {
  color: #ffffff;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}
.site-footer #footer-wrap #black-studio-tinymce-8 a {
  color: #cd3727;
}
.site-footer #footer-wrap #black-studio-tinymce-8 a:hover {
  color: #ffffff;
}
.site-footer #footer-wrap #black-studio-tinymce-8 a.smallLink {
  margin-top: 40px;
  color: #ffffff;
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.site-footer #footer-wrap #black-studio-tinymce-8 a.smallLink:hover {
  text-decoration: underline;
}

.site-footer.siteInfo {
  background-color: #414042;
  padding: 10px 30px 10px 30px;
  margin-top: 0px;
}
.site-footer.siteInfo .site-info p {
  color: #aaacaf;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 11px;
  font-weight: normal;
}

/* RELATED CONTENT STYLES
============================================ */
.yarpp-related-content {
  width: 100%;
  display: block;
  margin: 2rem auto 0;
  padding: 2rem;
  background-color: #eeeeee;
  color: #ffffff;
}
.yarpp-related-content h2 {
  color: #cd3727;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  padding: 0 1rem 15px 1rem;
  margin: 0;
}
.yarpp-related-content .content-wrap {
  width: 100%;
  display: block;
}
.yarpp-related-content .content-wrap .yarpp-related {
  margin: 0 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.yarpp-related-content .content-wrap .yarpp-content {
  width: 100%;
  display: block;
  vertical-align: top;
  padding: 1.5rem 1rem 0rem 1rem;
  margin: 0 0 2rem 0;
  overflow: hidden;
}
.yarpp-related-content .content-wrap .yarpp-content:nth-of-type(1) {
  background-color: #bcb5ab;
}
.yarpp-related-content .content-wrap .yarpp-content:nth-of-type(2) {
  background-color: #b5c428;
}
.yarpp-related-content .content-wrap .yarpp-content:nth-of-type(3) {
  background-color: #a59c87;
  margin-bottom: 0;
}
.yarpp-related-content .content-wrap .yarpp-content h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "JohnstonITCStd-Light", sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related {
  overflow: hidden;
  margin: 0 0 0 0;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related ul {
  list-style-type: none;
  overflow: hidden;
  padding: 4rem 2rem 2rem 2rem;
  margin: 0;
  width: 100%;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related li.related-posts {
  list-style-type: none;
  margin: 0 0 0 0;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px #ffffff solid;
  padding-bottom: 0;
  position: relative;
  text-align: center;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related li.related-posts:last-of-type {
  border-bottom: none;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related li.related-posts:before {
  content: "";
  background-image: url("../img/related-content-icon.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 60px 70px;
  display: block;
  width: 60px;
  height: 70px;
  position: absolute;
  left: 42%;
  top: -4.5rem;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related li.related-posts a {
  color: #ffffff;
  font-family: "JohnstonITCStd-Light", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  color: #ffffff;
  display: block;
  clear: both;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related li.related-posts a:hover {
  text-decoration: underline;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related li.related-posts span {
  display: none;
  margin: 1.5rem 0 0 0;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related li.related-posts span ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related li.related-posts span ul li {
  display: inline-block;
  background-color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 4px 8px 1px 8px;
  color: #231f20;
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related li.related-posts span ul li a {
  color: #231f20;
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  text-transform: uppercase;
}
.yarpp-related-content .content-wrap .yarpp-content .yarpp-related li.related-posts span ul li a:hover {
  text-decoration: underline;
}

/* HOMEPAGE STYLES
============================================ */
.main-banner,
.inside-banner {
  overflow: hidden;
  position: relative;
}
.main-banner .banner-container,
.inside-banner .banner-container {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-banner .banner-container .no-image,
.inside-banner .banner-container .no-image {
  padding-top: 45px;
}
.main-banner .video,
.inside-banner .video {
  display: block;
  height: 100%;
  width: 100%;
}
.main-banner .video iframe,
.inside-banner .video iframe {
  position: absolute;
}
.main-banner .image img,
.inside-banner .image img {
  height: auto !important;
  width: 100% !important;
}
.main-banner .tagline,
.inside-banner .tagline {
  background: #a59c87;
  padding: 0 25px;
}
.main-banner .tagline .container,
.inside-banner .tagline .container {
  padding: 20px 0;
}
.main-banner .tagline .tagline-text,
.inside-banner .tagline .tagline-text {
  color: #ffffff;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
}

body.page-template-page-home .main-banner .banner-container,
body.page-template-page-home-new .main-banner .banner-container,
body.page-id-12636 .main-banner .banner-container {
  padding-bottom: 41%;
  margin-top: 0%;
  height: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body.page-template-page-home .main-banner .banner-container .no-image,
body.page-template-page-home-new .main-banner .banner-container .no-image,
body.page-id-12636 .main-banner .banner-container .no-image {
  padding-top: 45px;
}
body.page-template-page-home .main-banner .video,
body.page-template-page-home-new .main-banner .video,
body.page-id-12636 .main-banner .video {
  display: block;
  height: 100%;
  width: 100%;
}
body.page-template-page-home .main-banner .video .ctaVideo,
body.page-template-page-home-new .main-banner .video .ctaVideo,
body.page-id-12636 .main-banner .video .ctaVideo {
  display: none;
}
body.page-template-page-home .main-banner .video .htmlVideo,
body.page-template-page-home-new .main-banner .video .htmlVideo,
body.page-id-12636 .main-banner .video .htmlVideo {
  display: none;
}
body.page-template-page-home .main-banner .video iframe,
body.page-template-page-home-new .main-banner .video iframe,
body.page-id-12636 .main-banner .video iframe {
  position: absolute;
}
body.page-template-page-home .main-banner .image,
body.page-template-page-home-new .main-banner .image,
body.page-id-12636 .main-banner .image {
  display: block;
}
body.page-template-page-home .main-banner .image img,
body.page-template-page-home-new .main-banner .image img,
body.page-id-12636 .main-banner .image img {
  height: auto !important;
  width: 120% !important;
}
body.page-template-page-home .main-banner .buttonMobile,
body.page-template-page-home-new .main-banner .buttonMobile,
body.page-id-12636 .main-banner .buttonMobile {
  position: absolute;
  top: 20%;
  display: block;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
}
body.page-template-page-home .main-banner .buttonMobile #play-button,
body.page-template-page-home-new .main-banner .buttonMobile #play-button,
body.page-id-12636 .main-banner .buttonMobile #play-button {
  margin: 0 auto;
}
body.page-template-page-home .main-banner .tagline,
body.page-template-page-home-new .main-banner .tagline,
body.page-id-12636 .main-banner .tagline {
  padding: 10px 30px 10px 30px;
}
body.page-template-page-home .main-banner .tagline .container,
body.page-template-page-home-new .main-banner .tagline .container,
body.page-id-12636 .main-banner .tagline .container {
  padding: 0;
}
body.page-template-page-home .main-banner .tagline .container .tagline-text,
body.page-template-page-home-new .main-banner .tagline .container .tagline-text,
body.page-id-12636 .main-banner .tagline .container .tagline-text {
  text-align: center;
}
body.page-template-page-home .main-banner .tagline.desktop,
body.page-template-page-home-new .main-banner .tagline.desktop,
body.page-id-12636 .main-banner .tagline.desktop {
  display: none;
}
body.page-template-page-home .main-banner #play-button,
body.page-template-page-home .main-banner #play-buttonM,
body.page-template-page-home-new .main-banner #play-button,
body.page-template-page-home-new .main-banner #play-buttonM,
body.page-id-12636 .main-banner #play-button,
body.page-id-12636 .main-banner #play-buttonM {
  -moz-appearance: none;
  -moz-user-select: none;
  margin: 20px auto;
  text-indent: -200px;
  display: block;
  height: 57px;
  width: 57px;
  overflow: hidden;
  background-image: url(../img/video-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-color: transparent;
  border: none;
}

body.page-template-page-home-new .main-banner .image img {
  width: 100% !important;
}

.inside-banner .container {
  padding: 0;
}
.inside-banner .container .banner-container {
  padding: 0;
  height: auto;
}

.bridge {
  background: #231f20;
  border-top: 3px solid #ffffff;
}
.bridge .bridge-header {
  color: #a59c87;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
.bridge .bridge-content {
  color: #ffffff;
  font-family: "JohnstonITCStd-Light", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.feat-post-archives .feat-casestudy .entry {
  position: relative;
}
.feat-post-archives .feat-casestudy .entry .image img {
  height: auto;
  width: 100%;
}
.feat-post-archives .feat-casestudy .entry .text {
  position: relative;
}
.feat-post-archives .feat-casestudy .entry .text .container {
  padding-bottom: 45px;
}
.feat-post-archives .feat-casestudy .entry .text .feat-label {
  color: #a59c87;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 10px;
  font-weight: normal;
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.feat-post-archives .feat-casestudy .entry .text .entry-title {
  color: #231f20;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2em;
}
.feat-post-archives .feat-casestudy .entry:hover .text .entry-title {
  color: #cd3727;
}
.feat-post-archives .more-results {
  background: #a59c87;
  position: relative;
}
.feat-post-archives .more-results:before {
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 10px;
  font-weight: normal;
  background: #a59c87;
  bottom: 100%;
  content: "More Results";
  display: block;
  left: 25px;
  padding: 7px 7px 3px;
  position: absolute;
  text-transform: uppercase;
}
.feat-post-archives .more-results .entry {
  border-bottom: 1px solid #ffffff;
  padding: 20px 0;
}
.feat-post-archives .more-results .entry:first-of-type {
  padding: 0 0 20px;
}
.feat-post-archives .more-results .entry:last-of-type {
  border: none;
  padding: 20px 0 0;
}
.feat-post-archives .more-results .entry .entry-title {
  margin: 0;
}
.feat-post-archives .more-results .entry .entry-title a {
  color: #ffffff;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 26px;
  font-weight: normal;
  display: block;
  line-height: 1.2em;
}
.feat-post-archives .more-results .entry .entry-title a:hover {
  color: #231f20;
}

/* 3 Column Template
============================================ */
body.page-template-page-columns #primary .container .entry-content h2 {
  color: #a59c87;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3em;
  padding-bottom: 5px;
}
body.page-template-page-columns #primary .container .entry-content h3 {
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  font-weight: 600;
  margin-top: 30px;
}
body.page-template-page-columns #primary .container .entry-content .main-text {
  margin: 0px 0 0px 0;
}
body.page-template-page-columns #primary .container .entry-content .main-text p {
  margin-bottom: 15px;
}
body.page-template-page-columns #primary .extraContent {
  margin-top: 20px;
}
body.page-template-page-columns .flex-card-wrapper {
  width: 100%;
  align-content: flex-start;
  justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
}
body.page-template-page-columns .flex-card-wrapper .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  margin-bottom: 20px;
}
body.page-template-page-columns .flex-card-wrapper .card h4 {
  color: #231f20;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}
body.page-template-page-columns .flex-card-wrapper .card .image {
  margin-bottom: 20px;
}
body.page-template-page-columns .flex-card-wrapper .card .text.johnston {
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-weight: 400;
}

/* Popup Form */
.popmake {
  width: 80% !important;
  max-width: 380px !important;
  padding: 40px !important;
}
@media (min-width: 768px) {
  .popmake {
    width: 50% !important;
  }
}
@media (min-width: 960px) {
  .popmake {
    width: 50% !important;
  }
}
@media (min-width: 1280px) {
  .popmake {
    width: 30% !important;
  }
}
.popmake .popmake-close {
  background-color: #b5c428 !important;
  font-family: "JohnstonITCStd-Medium", sans-serif !important;
  color: #231f20 !important;
  margin-right: 25px !important;
  height: 25px !important;
  padding: 7px !important;
}
.popmake .popmake-close:hover {
  color: #ffffff !important;
}
.popmake .popmake-close:after {
  content: "X";
  font-family: "JohnstonITCStd-Bold", sans-serif;
  background-color: #231f20;
  color: #b5c428;
  position: absolute;
  right: -25px;
  width: 25px;
  height: 25px;
  top: 0;
  padding: 7px;
}
.popmake .popmake-title {
  line-height: 1.2em !important;
  font-family: "sanchez_slab_semibold", sans-serif !important;
  color: #a59c87 !important;
  font-size: 29px !important;
}
.popmake .popmake-content h3.ssForm {
  color: #cd3727;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-top: 15px;
}
.popmake .popmake-content label {
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-weight: 400;
}
.popmake .popmake-content form input[type=submit] {
  float: left;
}
.popmake .popmake-content form input[type=email] {
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.popmake .popmake-content form input[type=submit] {
  background-color: #b5c428;
  background-image: url("../img/right-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 30px 30px;
  border: none;
  width: 100%;
  padding: 14px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-family: "sanchez_slab_semibold", sans-serif;
  color: #ffffff;
  text-align: left;
  transition: 0.35s all ease-in-out;
}
.popmake .popmake-content form input[type=submit]:hover {
  color: #231f20;
}
.popmake .popmake-content form div br {
  display: none;
}

/* General/Supporting */
.h-padding-like-header, body.page-template-page-sem-landing .sl-inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 481px) {
  .h-padding-like-header, body.page-template-page-sem-landing .sl-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .h-padding-like-header, body.page-template-page-sem-landing .sl-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .h-padding-like-header, body.page-template-page-sem-landing .sl-inner {
    padding-left: 75px;
    padding-right: 75px;
  }
}

[data-toggle-target][data-toggle-classes] {
  cursor: pointer;
}

.invisible-by-toggler {
  visibility: hidden !important;
  pointer-events: none !important;
}

.embla {
  overflow: hidden;
  position: relative;
}

.embla__container {
  display: flex;
}

.embla__slide {
  position: relative;
  flex: 0 0 100%;
}

.embla__prev,
.embla__next {
  background: transparent;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.embla__next {
  right: 0px;
}

.embla__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  cursor: ew-resize;
}

.embla__viewport.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* SEM Landing Page Template */
body.page-template-page-sem-landing .cover-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media (max-width: 960px) {
  body.page-template-page-sem-landing .featherlight-content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-page-sem-landing .semlightbox-content {
  left: -200vw;
  top: -200vh;
  width: 100vw;
  max-width: 870px;
  z-index: -9;
}
@media (min-width: 768px) and (min-height: 700px) {
  body.page-template-page-sem-landing .semlightbox-content iframe {
    height: 670px !important;
  }
}
body.page-template-page-sem-landing #content .semlightbox-content {
  display: none;
  width: 100vw;
  z-index: -9;
}
body.page-template-page-sem-landing .at-share-dock-outer.addthis-smartlayers.addthis-smartlayers-mobile {
  display: none;
}
body.page-template-page-sem-landing .sl-major {
  background-color: #a59c87;
  color: #fff;
  padding-top: 1.5em;
}
body.page-template-page-sem-landing .sl-flag {
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 12px;
  font-weight: normal;
  background: #b5c428;
  display: inline-block;
  padding: 5px 7px 4px;
  text-transform: uppercase;
}
body.page-template-page-sem-landing .sl-headline {
  font-family: "sanchez_slab_regular", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-size: 35px;
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-sem-landing .sl-headline {
    font-size: calc(
				35px + 25 *
					((100vw - 768px) / 832)
			);
  }
}
@media screen and (min-width: 1600px) {
  body.page-template-page-sem-landing .sl-headline {
    font-size: 60px;
  }
}
body.page-template-page-sem-landing .sl-minor,
body.page-template-page-sem-landing .sl-minor p {
  font-family: "JohnstonITCStd-Medium", sans-serif;
}
body.page-template-page-sem-landing .sl-minor {
  padding-top: 2em;
  padding-bottom: 2em;
}
body.page-template-page-sem-landing .sl-minor a {
  color: #a59c87;
  text-decoration: underline;
}
body.page-template-page-sem-landing .sl-bigger,
body.page-template-page-sem-landing .sl-bigger p {
  font-family: "JohnstonITCStd-Bold", sans-serif;
  line-height: 1.6;
  font-size: 20px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-sem-landing .sl-bigger,
body.page-template-page-sem-landing .sl-bigger p {
    font-size: calc(
				20px + 4 *
					((100vw - 768px) / 256)
			);
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-page-sem-landing .sl-bigger,
body.page-template-page-sem-landing .sl-bigger p {
    font-size: 24px;
  }
}
body.page-template-page-sem-landing .sl-smaller,
body.page-template-page-sem-landing .sl-smaller p {
  line-height: 2;
  font-size: 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-sem-landing .sl-smaller,
body.page-template-page-sem-landing .sl-smaller p {
    font-size: calc(
				16px + 2 *
					((100vw - 768px) / 256)
			);
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-page-sem-landing .sl-smaller,
body.page-template-page-sem-landing .sl-smaller p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-sem-landing .mq-sl-form-mobileonly {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body.page-template-page-sem-landing .mq-sl-form-desktoponly {
    display: none !important;
  }
}
body.page-template-page-sem-landing .sl-form {
  background-color: #5e5e5e;
  color: #fff;
  font-size: 16px;
  padding: 2em 0;
}
body.page-template-page-sem-landing .sl-form label {
  font-size: 16px;
  font-family: "JohnstonITCStd-Medium", sans-serif;
}
body.page-template-page-sem-landing .sl-form a {
  color: #fff;
  text-decoration: underline;
}
body.page-template-page-sem-landing .sl-form [data-drip-attribute] {
  font-family: "sanchez_slab_regular", sans-serif;
  font-size: 36px;
  line-height: 1.2;
}
body.page-template-page-sem-landing .sl-form [data-drip-attribute] strong {
  font-weight: normal;
}
body.page-template-page-sem-landing .sl-form input[type=email],
body.page-template-page-sem-landing .sl-form input[type=number],
body.page-template-page-sem-landing .sl-form input[type=tel],
body.page-template-page-sem-landing .sl-form input[type=text],
body.page-template-page-sem-landing .sl-form input[type=search],
body.page-template-page-sem-landing .sl-form textarea {
  font-size: 15px;
  padding: 1em 0.5em !important;
}
body.page-template-page-sem-landing .sl-form input[type=submit] {
  display: block;
  background-color: #b5c428;
  color: #fff;
  border: none;
  font-family: "sanchez_slab_regular", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5em 5em 0.5em 0.75em !important;
  background: url(../img/arrow-right-submit.svg) #b5c428 no-repeat;
  background-size: 30px 30px;
  background-position: right 15px center;
  margin: 0 auto !important;
}
body.page-template-page-sem-landing .sl-form .under-form,
body.page-template-page-sem-landing .sl-form .under-form p {
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
}
body.page-template-page-sem-landing .sl-form .under-form {
  padding: 0.5em 2em;
}
@media (max-width: 320px) {
  body.page-template-page-sem-landing .sl-form .under-form {
    padding: 0.5em 1em;
  }
}
body.page-template-page-sem-landing .sl-form .under-form a {
  color: #b5c428;
}
@media (max-width: 767px) {
  body.page-template-page-sem-landing .sl-form .sl-inner {
    padding: 0 1.4em;
  }
  html.js body.page-template-page-sem-landing .sl-form {
    position: fixed;
    top: 125vh;
    transition: all 0.3s ease-in;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
  }
  html.js body.page-template-page-sem-landing .sl-form.mobile-sl-form-open {
    top: 0;
  }
}
@media (min-width: 768px) {
  body.page-template-page-sem-landing .sl-form {
    position: absolute;
    top: 30px;
    right: 0;
  }
  body.page-template-page-sem-landing .sl-form .sl-inner {
    padding: 0 3vw;
  }
}
@media (min-width: 960px) {
  body.page-template-page-sem-landing .sl-form {
    right: 75px;
    max-width: 45vw;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-sem-landing .sl-form {
    max-width: 39vw;
  }
}
@media (min-width: 1670px) {
  body.page-template-page-sem-landing .sl-form {
    max-width: 33vw;
  }
}
@media (max-width: 767px) {
  body.page-template-page-sem-landing.admin-bar .sl-form {
    padding-top: 4em;
  }
  body.page-template-page-sem-landing.admin-bar .sl-form .sl-form-mobile-closer {
    top: 62px;
  }
}
body.page-template-page-sem-landing .sl-form-mobile-closer {
  position: absolute;
  top: 27px;
  right: 24px;
  width: 30px;
  height: 30px;
}
@media (max-width: 320px) {
  body.page-template-page-sem-landing .sl-form-mobile-closer {
    right: 16px;
  }
}
body.page-template-page-sem-landing .sl-form-toggle {
  padding: 0.5em 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #b5c428;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 9;
}
body.page-template-page-sem-landing .sl-form-toggle .sl-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-template-page-sem-landing .mobile-sl-form-open + .sl-form-toggle {
  display: none;
}
@media (min-width: 768px) {
  body.page-template-page-sem-landing .sl-header {
    position: relative;
  }
  body.page-template-page-sem-landing .sl-headline,
body.page-template-page-sem-landing .sl-minor {
    padding-right: calc(570px + 3vw);
  }
}
@media (min-width: 960px) {
  body.page-template-page-sem-landing .sl-headline,
body.page-template-page-sem-landing .sl-minor {
    padding-right: calc(560px + 4vw);
  }
}
@media (min-width: 1300px) {
  body.page-template-page-sem-landing .sl-headline,
body.page-template-page-sem-landing .sl-minor {
    padding-right: calc(580px + 5vw);
  }
}
@media (min-width: 1430px) {
  body.page-template-page-sem-landing .sl-headline,
body.page-template-page-sem-landing .sl-minor {
    padding-right: calc(580px + 6vw);
  }
}
@media (min-width: 1600px) {
  body.page-template-page-sem-landing .sl-headline,
body.page-template-page-sem-landing .sl-minor {
    padding-right: calc(666px + 10vw);
  }
}
body.page-template-page-sem-landing .sl-tiles-headline h2,
body.page-template-page-sem-landing .sl-icon-texts-headline h2 {
  font-family: "sanchez_slab_regular", sans-serif;
  color: #a59c87;
  font-weight: bold;
  font-size: 25px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-sem-landing .sl-tiles-headline h2,
body.page-template-page-sem-landing .sl-icon-texts-headline h2 {
    font-size: calc(
				24px + 10 *
					((100vw - 768px) / 832)
			);
  }
}
@media screen and (min-width: 1600px) {
  body.page-template-page-sem-landing .sl-tiles-headline h2,
body.page-template-page-sem-landing .sl-icon-texts-headline h2 {
    font-size: 34px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-sem-landing .mq-sl-tiles-mobileonly {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-sem-landing .mq-sl-tiles-desktoponly {
    display: none !important;
  }
}
body.page-template-page-sem-landing .sl-tiles {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 1024px) {
  body.page-template-page-sem-landing .sl-tiles .sl-items {
    display: flex;
  }
  body.page-template-page-sem-landing .sl-tiles .sl-tile {
    flex-basis: 100%;
  }
  body.page-template-page-sem-landing .sl-tiles .sl-tile + .sl-tile {
    margin-left: 1.5em;
  }
  body.page-template-page-sem-landing .sl-tiles .sl-text {
    position: absolute;
    padding: 0 2em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
body.page-template-page-sem-landing .sl-tile {
  position: relative;
}
body.page-template-page-sem-landing .sl-tile .sl-image {
  background-size: cover;
  padding-bottom: 67%;
}
@media (min-width: 1024px) {
  body.page-template-page-sem-landing .sl-tile .sl-image {
    padding-bottom: 90%;
  }
}
@media (min-width: 1300px) {
  body.page-template-page-sem-landing .sl-tile .sl-image {
    padding-bottom: 67%;
  }
}
body.page-template-page-sem-landing .sl-tile .sl-title {
  padding: 0.5em 1em 0 1em;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  color: #b5c428;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-sem-landing .sl-tile .sl-title {
    font-size: calc(
				18px + 4 *
					((100vw - 768px) / 832)
			);
  }
}
@media screen and (min-width: 1600px) {
  body.page-template-page-sem-landing .sl-tile .sl-title {
    font-size: 22px;
  }
}
body.page-template-page-sem-landing .sl-tile .sl-text {
  padding: 1.25em 1em 1.75em;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-sem-landing .sl-tile .sl-text {
    font-size: calc(
				18px + 4 *
					((100vw - 768px) / 832)
			);
  }
}
@media screen and (min-width: 1600px) {
  body.page-template-page-sem-landing .sl-tile .sl-text {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-sem-landing .sl-tile {
    overflow: hidden;
  }
  body.page-template-page-sem-landing .sl-tile .sl-text {
    top: 101%;
    padding: 0 14%;
    transition: all 0.8s ease-out;
  }
  body.page-template-page-sem-landing .sl-tile .sl-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5em;
    background-color: #b5c428;
    color: #fff;
    transition: all 0.8s ease-out;
  }
  body.page-template-page-sem-landing .sl-tile .sl-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all 0.8s ease-out;
  }
  body.page-template-page-sem-landing .sl-tile .sl-image:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b5c428;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: all 0.8s ease-out;
  }
  body.page-template-page-sem-landing .sl-tile:hover .sl-text {
    top: 0;
  }
  body.page-template-page-sem-landing .sl-tile:hover .sl-image:before {
    opacity: 1;
  }
  body.page-template-page-sem-landing .sl-tile:hover .sl-image:after {
    width: 350%;
    height: 350%;
    opacity: 1;
  }
  body.page-template-page-sem-landing .sl-tile:hover .sl-title {
    opacity: 0;
  }
}
body.page-template-page-sem-landing .sl-icon-texts {
  padding-top: 3em;
  padding-bottom: 3em;
  background-image: linear-gradient(to bottom, #fff, #fff 25%, #a59c87 25%, #a59c87 100%);
}
@media (min-width: 768px) {
  body.page-template-page-sem-landing .sl-icon-texts {
    background-image: linear-gradient(to bottom, #fff, #fff 50%, #a59c87 50%, #a59c87 100%);
  }
  body.page-template-page-sem-landing .sl-icon-texts .sl-items {
    display: flex;
  }
  body.page-template-page-sem-landing .sl-icon-texts .sl-tile {
    flex-basis: 100%;
  }
  body.page-template-page-sem-landing .sl-icon-texts .sl-it {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    position: relative;
  }
  body.page-template-page-sem-landing .sl-icon-texts .sl-it + .sl-it {
    margin-top: 0;
    margin-left: 2em;
  }
  body.page-template-page-sem-landing .sl-icon-texts .it-icon {
    display: grid;
  }
  body.page-template-page-sem-landing .sl-icon-texts .it-icon img {
    align-self: center;
  }
}
body.page-template-page-sem-landing .sl-testimonials {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #a59c87;
  color: #fff;
  text-align: center;
}
body.page-template-page-sem-landing .sl-t {
  padding: 75px 0;
}
@media (min-width: 768px) {
  body.page-template-page-sem-landing .sl-t {
    padding: 100px 0;
  }
}
body.page-template-page-sem-landing .sl-t-text {
  font-weight: bold;
  font-size: 30px;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-sem-landing .sl-t-text {
    font-size: calc(
				30px + 14 *
					((100vw - 768px) / 832)
			);
  }
}
@media screen and (min-width: 1600px) {
  body.page-template-page-sem-landing .sl-t-text {
    font-size: 44px;
  }
}
body.page-template-page-sem-landing .sl-t-text span {
  display: inline-block;
}
body.page-template-page-sem-landing .sl-t-text span:before {
  content: "“";
}
body.page-template-page-sem-landing .sl-t-text span:after {
  content: "”";
}
body.page-template-page-sem-landing .sl-t-attr {
  color: #000;
  font-size: 18px;
  padding: 0 2em;
  line-height: 1.33;
}
body.page-template-page-sem-landing .sl-t-attr:before {
  content: "—";
  display: block;
  padding: 1em 0 0.5em 0;
}
@media (min-width: 768px) {
  body.page-template-page-sem-landing .sl-t-attr:before {
    display: inline-block;
    padding: 1em 0.25em 0.5em 0;
  }
  body.page-template-page-sem-landing .sl-t-attr:after {
    content: "—";
    display: inline-block;
    padding: 1em 0 0.5em 0.25em;
  }
}
body.page-template-page-sem-landing .sl-it {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}
body.page-template-page-sem-landing .sl-it + .sl-it {
  margin-top: 2em;
}
body.page-template-page-sem-landing .sl-it:hover .it-text {
  color: #fff;
}
body.page-template-page-sem-landing .sl-it:hover .it-text:before {
  width: 100%;
}
body.page-template-page-sem-landing .it-icon {
  text-align: center;
  background-color: #5e5e5e;
  padding: 1em 2.3em;
}
body.page-template-page-sem-landing .it-icon img {
  width: 110px;
  height: 110px;
}
body.page-template-page-sem-landing .it-text {
  position: relative;
  padding: 1em;
  font-weight: bold;
  font-size: 24px;
  font-size: 24px;
  line-height: 1.3;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  body.page-template-page-sem-landing .it-text {
    font-size: calc(
				24px + 16 *
					((100vw - 960px) / 960)
			);
  }
}
@media screen and (min-width: 1920px) {
  body.page-template-page-sem-landing .it-text {
    font-size: 40px;
  }
}
body.page-template-page-sem-landing .it-text div {
  position: relative;
  z-index: 5;
}
body.page-template-page-sem-landing .it-text:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #5e5e5e;
  transition: all 0.5s ease-out;
}

/* Landing Page Template
============================================ */
body.page-template-page-landing #cta-button,
body.page-template-page-landing-secondary #cta-button {
  margin: 20px auto;
  padding: 14px 30px 14px 70px;
  display: block;
  overflow: hidden;
  background-size: 45px 35px;
  background-image: url(../img/chat-icon.png);
  background-repeat: no-repeat;
  background-position: 11px center;
  border: none;
  font-family: "sanchez_slab_semibold", sans-serif;
  text-transform: uppercase;
  background-color: #b5c428;
  font-size: 16px;
  line-height: 20px;
}
body.page-template-page-landing #cta-button:hover,
body.page-template-page-landing-secondary #cta-button:hover {
  transition: 60ms background-size linear;
  background-size: 50px 38px;
  background-image: url(../img/chat-icon.png);
  cursor: pointer;
}
body.page-template-page-landing .cta-container .cta-box,
body.page-template-page-landing-secondary .cta-container .cta-box {
  background-color: #ffffff;
  padding: 30px 20px 20px;
  max-width: 1080px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 481px) {
  body.page-template-page-landing .cta-container .cta-box,
body.page-template-page-landing-secondary .cta-container .cta-box {
    padding: 30px 20px 30px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-landing .cta-container .cta-box,
body.page-template-page-landing-secondary .cta-container .cta-box {
    padding: 30px 20px 40px;
  }
}
@media (min-width: 960px) {
  body.page-template-page-landing .cta-container .cta-box,
body.page-template-page-landing-secondary .cta-container .cta-box {
    padding: 40px 20px 45px;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-landing .cta-container .cta-box,
body.page-template-page-landing-secondary .cta-container .cta-box {
    padding: 50px 20px 55px;
  }
}
body.page-template-page-landing .cta-container .cta-box h2,
body.page-template-page-landing-secondary .cta-container .cta-box h2 {
  color: #000000;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 0 15px 0;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}
@media (min-width: 481px) {
  body.page-template-page-landing .cta-container .cta-box h2,
body.page-template-page-landing-secondary .cta-container .cta-box h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-landing .cta-container .cta-box h2,
body.page-template-page-landing-secondary .cta-container .cta-box h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 960px) {
  body.page-template-page-landing .cta-container .cta-box h2,
body.page-template-page-landing-secondary .cta-container .cta-box h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-landing .cta-container .cta-box h2,
body.page-template-page-landing-secondary .cta-container .cta-box h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
body.page-template-page-landing .video-section,
body.page-template-page-landing-secondary .video-section {
  width: 100%;
  background-color: #e8e6e1;
  padding: 20px;
}
@media (min-width: 481px) {
  body.page-template-page-landing .video-section,
body.page-template-page-landing-secondary .video-section {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-landing .video-section,
body.page-template-page-landing-secondary .video-section {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  body.page-template-page-landing .video-section,
body.page-template-page-landing-secondary .video-section {
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-landing .video-section,
body.page-template-page-landing-secondary .video-section {
    padding: 30px 60px 50px;
  }
}
body.page-template-page-landing .video-section h2,
body.page-template-page-landing-secondary .video-section h2 {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #cd3727;
  font-family: "sanchez_slab_light", sans-serif;
  padding-bottom: 10px;
}
@media (min-width: 481px) {
  body.page-template-page-landing .video-section h2,
body.page-template-page-landing-secondary .video-section h2 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-landing .video-section h2,
body.page-template-page-landing-secondary .video-section h2 {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 960px) {
  body.page-template-page-landing .video-section h2,
body.page-template-page-landing-secondary .video-section h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-landing .video-section h2,
body.page-template-page-landing-secondary .video-section h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 30px;
  }
}
body.page-template-page-landing .feature-images,
body.page-template-page-landing-secondary .feature-images {
  background-color: #000000;
}
body.page-template-page-landing .feature-images .flex-card-wrapper,
body.page-template-page-landing-secondary .feature-images .flex-card-wrapper {
  padding: 10px 10px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (min-width: 768px) {
  body.page-template-page-landing .feature-images .flex-card-wrapper,
body.page-template-page-landing-secondary .feature-images .flex-card-wrapper {
    padding: 30px 20px 30px;
    flex-direction: row;
  }
}
body.page-template-page-landing .feature-images .flex-card-wrapper .card,
body.page-template-page-landing-secondary .feature-images .flex-card-wrapper .card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  -webkit-flex: 0 0 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  body.page-template-page-landing .feature-images .flex-card-wrapper .card,
body.page-template-page-landing-secondary .feature-images .flex-card-wrapper .card {
    width: 33.33%;
    -webkit-flex: 0 0 33.33%;
  }
}
body.page-template-page-landing .feature-images .flex-card-wrapper .card img,
body.page-template-page-landing-secondary .feature-images .flex-card-wrapper .card img {
  width: 100%;
}
body.page-template-page-landing .feature-images .flex-card-wrapper .card img:hover,
body.page-template-page-landing-secondary .feature-images .flex-card-wrapper .card img:hover {
  opacity: 0.8;
}
body.page-template-page-landing .meet-people,
body.page-template-page-landing-secondary .meet-people {
  width: 100%;
  background-color: #e8e6e1;
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  body.page-template-page-landing .meet-people,
body.page-template-page-landing-secondary .meet-people {
    padding: 30px 20px 40px;
  }
}
@media (min-width: 960px) {
  body.page-template-page-landing .meet-people,
body.page-template-page-landing-secondary .meet-people {
    padding: 60px 20px 60px;
  }
}
body.page-template-page-landing .meet-people h2,
body.page-template-page-landing-secondary .meet-people h2 {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #cd3727;
  font-family: "sanchez_slab_light", sans-serif;
  padding-bottom: 0px;
}
@media (min-width: 481px) {
  body.page-template-page-landing .meet-people h2,
body.page-template-page-landing-secondary .meet-people h2 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-landing .meet-people h2,
body.page-template-page-landing-secondary .meet-people h2 {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 0px;
  }
}
@media (min-width: 960px) {
  body.page-template-page-landing .meet-people h2,
body.page-template-page-landing-secondary .meet-people h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-landing .meet-people h2,
body.page-template-page-landing-secondary .meet-people h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 0px;
  }
}
body.page-template-page-landing .meet-people .flex-card-wrapper,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper {
  padding: 10px 10px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body.page-template-page-landing .meet-people .flex-card-wrapper .card,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  -webkit-flex: 0 0 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  body.page-template-page-landing .meet-people .flex-card-wrapper .card,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card {
    width: 50%;
    -webkit-flex: 0 0 50%;
  }
}
@media (min-width: 960px) {
  body.page-template-page-landing .meet-people .flex-card-wrapper .card,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card {
    width: 25%;
    -webkit-flex: 0 0 25%;
  }
}
body.page-template-page-landing .meet-people .flex-card-wrapper .card .content,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card .content {
  position: relative;
}
body.page-template-page-landing .meet-people .flex-card-wrapper .card .content .card-overlay,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card .content .card-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/sj-heart-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
  background-color: #cd3727;
}
@media (min-width: 768px) {
  body.page-template-page-landing .meet-people .flex-card-wrapper .card .content .card-overlay:hover,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card .content .card-overlay:hover {
    transition: 100ms opacity ease-in-out;
    opacity: 1;
  }
}
body.page-template-page-landing .meet-people .flex-card-wrapper .card .content .card-overlay span,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card .content .card-overlay span {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: block;
}
body.page-template-page-landing .meet-people .flex-card-wrapper .card .content .card-overlay span .text,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card .content .card-overlay span .text {
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  text-align: center;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.page-template-page-landing .meet-people .flex-card-wrapper .card .card-text-mobile,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card .card-text-mobile {
  display: block;
  background-image: url("../img/sj-heart-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #cd3727;
  padding: 30px;
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  body.page-template-page-landing .meet-people .flex-card-wrapper .card .card-text-mobile,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card .card-text-mobile {
    display: none;
  }
}
body.page-template-page-landing .meet-people .flex-card-wrapper .card img,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card img {
  width: 100%;
}
body.page-template-page-landing .meet-people .flex-card-wrapper .card img:hover,
body.page-template-page-landing-secondary .meet-people .flex-card-wrapper .card img:hover {
  opacity: 0.8;
}

.ctaVideo.portrait .video-wrapper {
  margin: 0 auto 0;
}
.ctaVideo.portrait .video-wrapper .video-container {
  padding-bottom: 177.25%;
}
@media (min-width: 768px) {
  .ctaVideo.portrait .video-wrapper .video-container {
    padding-bottom: 56.25%;
  }
}

.teamVideo.portrait .video-container {
  padding-bottom: 177.25%;
}

body.page-template-page-landing-secondary .video-section {
  width: 100%;
  background-color: #e8e6e1;
  padding: 20px 20px;
}
@media (min-width: 481px) {
  body.page-template-page-landing-secondary .video-section {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-landing-secondary .video-section {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  body.page-template-page-landing-secondary .video-section {
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-landing-secondary .video-section {
    padding: 30px 60px 50px;
  }
}
body.page-template-page-landing-secondary .cta-container {
  background-color: #cd3727;
  background-image: url("../img/match-bkgd.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.page-template-page-landing-secondary .cta-container .cta-box {
  background-color: transparent;
  padding: 30px 20px 20px;
  max-width: 1080px;
}
@media (min-width: 481px) {
  body.page-template-page-landing-secondary .cta-container .cta-box {
    padding: 30px 20px 30px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-landing-secondary .cta-container .cta-box {
    padding: 50px 20px 50px;
  }
}
@media (min-width: 960px) {
  body.page-template-page-landing-secondary .cta-container .cta-box {
    padding: 80px 20px 80px;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-landing-secondary .cta-container .cta-box {
    padding: 120px 20px 100px;
  }
}
body.page-template-page-landing-secondary .cta-container .cta-box h2 {
  color: #ffffff;
}
body.page-template-page-landing-secondary #cta-button {
  margin: 60px auto 30px;
  padding: 14px 30px 14px 70px;
}
body.page-template-page-landing-secondary .feature-images {
  background-color: #ffffff;
}
body.page-template-page-landing-secondary .button-back {
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 18px;
  font-weight: normal;
  background-image: url("../img/left-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: 6% center;
  background-size: 35px 35px;
  background-color: #b5c428;
  border: medium none transparent;
  border-radius: 0;
  display: block;
  margin: 15px auto 60px !important;
  padding: 15px 12px 15px 53px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  width: 120px !important;
  color: #000000;
}
body.page-template-page-landing-secondary .button-back a {
  color: #000000;
  font-family: "sanchez_slab_semibold", sans-serif;
  text-transform: uppercase;
}

/* Book a Screenshare Template
============================================ */
body.page-template-page-screenshare .flex-card-wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body.page-template-page-screenshare .flex-card-wrapper .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
body.page-template-page-screenshare .see-results {
  background-color: #e8e6e1;
  padding: 0px 20px 30px;
}
body.page-template-page-screenshare .see-results h2 {
  color: #000000;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  padding: 0px 0 15px 0;
  font-family: "sanchez_slab_regular", sans-serif;
}
body.page-template-page-screenshare .see-results .flex-card-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body.page-template-page-screenshare .see-results .flex-card-wrapper .card {
  padding: 0px;
  width: 50%;
}
body.page-template-page-screenshare .see-results .flex-card-wrapper .card:nth-of-type(1) {
  border-right: 1px #231f20 solid;
  border-bottom: 1px #231f20 solid;
}
body.page-template-page-screenshare .see-results .flex-card-wrapper .card:nth-of-type(2) {
  border-bottom: 1px #231f20 solid;
}
body.page-template-page-screenshare .see-results .flex-card-wrapper .card:nth-of-type(3) {
  border-right: 1px #231f20 solid;
}
body.page-template-page-screenshare .see-results .flex-card-wrapper .card .content {
  padding: 20px;
}
body.page-template-page-screenshare .see-results .flex-card-wrapper .card .content img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
body.page-template-page-screenshare .as-seen-in {
  background-color: #414042;
  padding: 0 20px 20px 20px;
}
body.page-template-page-screenshare .as-seen-in h3 {
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 10px;
  margin: 0 0 20px 0;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  float: left;
  display: block;
  text-transform: uppercase;
}
body.page-template-page-screenshare .as-seen-in .flex-card-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  clear: both;
}
body.page-template-page-screenshare .as-seen-in .flex-card-wrapper .card {
  padding: 0px;
  width: 50%;
  flex-grow: unset;
}
body.page-template-page-screenshare .as-seen-in .flex-card-wrapper .card .content {
  padding: 10px;
}
body.page-template-page-screenshare .as-seen-in .flex-card-wrapper .card .content img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}

/* NEW HOME PAGE STYLES
============================================ */
body.page-template-page-home #page #content .feature-boxes,
body.page-template-page-home-new #page #content .feature-boxes,
body.page-id-12636 #page #content .feature-boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
body.page-template-page-home #page #content .feature-boxes .container,
body.page-template-page-home-new #page #content .feature-boxes .container,
body.page-id-12636 #page #content .feature-boxes .container {
  background-color: #000000;
  flex-grow: 1;
  text-align: center;
  border-top: 8px #ffffff solid;
}
body.page-template-page-home #page #content .feature-boxes .container .container-inner,
body.page-template-page-home-new #page #content .feature-boxes .container .container-inner,
body.page-id-12636 #page #content .feature-boxes .container .container-inner {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0 10%;
}
body.page-template-page-home #page #content .feature-boxes .container .container-inner h2.feature-title,
body.page-template-page-home-new #page #content .feature-boxes .container .container-inner h2.feature-title,
body.page-id-12636 #page #content .feature-boxes .container .container-inner h2.feature-title {
  font-family: "JohnstonITCStd-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
}
body.page-template-page-home #page #content .feature-boxes .container .container-inner .feature-content,
body.page-template-page-home-new #page #content .feature-boxes .container .container-inner .feature-content,
body.page-id-12636 #page #content .feature-boxes .container .container-inner .feature-content {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
}
body.page-template-page-home #page #content .feature-boxes .container .container-inner span,
body.page-template-page-home-new #page #content .feature-boxes .container .container-inner span,
body.page-id-12636 #page #content .feature-boxes .container .container-inner span {
  display: block;
  margin: 10px auto 0;
  width: 200px;
}
body.page-template-page-home #page #content .feature-boxes .container .container-inner span a,
body.page-template-page-home-new #page #content .feature-boxes .container .container-inner span a,
body.page-id-12636 #page #content .feature-boxes .container .container-inner span a {
  color: #000000;
  display: block;
}
body.page-template-page-home #page #content .feature-boxes .container .container-inner .feature-button,
body.page-template-page-home-new #page #content .feature-boxes .container .container-inner .feature-button,
body.page-id-12636 #page #content .feature-boxes .container .container-inner .feature-button {
  background-color: #b5c428;
  width: 100%;
  padding: 8px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  font-family: "sanchez_slab_semibold", sans-serif;
  transition: 0.35s all ease-in-out;
}
body.page-template-page-home #page #content .feature-boxes .container .container-inner .feature-button:hover,
body.page-template-page-home-new #page #content .feature-boxes .container .container-inner .feature-button:hover,
body.page-id-12636 #page #content .feature-boxes .container .container-inner .feature-button:hover {
  background-color: #d6e82c;
}
body.page-template-page-home #page #content .feature-boxes .container .container-inner .feature-button:after,
body.page-template-page-home-new #page #content .feature-boxes .container .container-inner .feature-button:after,
body.page-id-12636 #page #content .feature-boxes .container .container-inner .feature-button:after {
  background-image: url("../img/right-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 35px 35px;
  content: "";
  display: block;
  height: 35px;
  width: 35px;
  margin: 0 auto;
}
body.page-template-page-home #page #content .feature-boxes .container .container-image,
body.page-template-page-home-new #page #content .feature-boxes .container .container-image,
body.page-id-12636 #page #content .feature-boxes .container .container-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
body.page-template-page-home #page #content .flex-card-wrapper,
body.page-template-page-home-new #page #content .flex-card-wrapper,
body.page-id-12636 #page #content .flex-card-wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body.page-template-page-home #page #content .flex-card-wrapper .card,
body.page-template-page-home-new #page #content .flex-card-wrapper .card,
body.page-id-12636 #page #content .flex-card-wrapper .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
body.page-template-page-home #page #content .new-book,
body.page-template-page-home-new #page #content .new-book,
body.page-id-12636 #page #content .new-book {
  position: relative;
  border-top: 8px #ffffff solid;
  overflow: hidden;
}
body.page-template-page-home #page #content .new-book img,
body.page-template-page-home-new #page #content .new-book img,
body.page-id-12636 #page #content .new-book img {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
body.page-template-page-home #page #content .new-book .text-box,
body.page-template-page-home-new #page #content .new-book .text-box,
body.page-id-12636 #page #content .new-book .text-box {
  background-color: rgb(0, 0, 0);
  padding: 40px 30px;
  width: 100%;
  float: left;
  display: block;
}
body.page-template-page-home #page #content .new-book .text-box .box-content h3,
body.page-template-page-home-new #page #content .new-book .text-box .box-content h3,
body.page-id-12636 #page #content .new-book .text-box .box-content h3 {
  color: #ffffff;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  text-transform: uppercase;
}
body.page-template-page-home #page #content .new-book .text-box .box-content span,
body.page-template-page-home-new #page #content .new-book .text-box .box-content span,
body.page-id-12636 #page #content .new-book .text-box .box-content span {
  display: block;
  overflow: hidden;
}
body.page-template-page-home #page #content .new-book .text-box .box-content span .feature-button,
body.page-template-page-home-new #page #content .new-book .text-box .box-content span .feature-button,
body.page-id-12636 #page #content .new-book .text-box .box-content span .feature-button {
  background-color: #b5c428;
  width: auto;
  padding: 8px;
  float: left;
  padding: 6px 15px;
  transition: 0.35s all ease-in-out;
}
body.page-template-page-home #page #content .new-book .text-box .box-content span .feature-button:hover,
body.page-template-page-home-new #page #content .new-book .text-box .box-content span .feature-button:hover,
body.page-id-12636 #page #content .new-book .text-box .box-content span .feature-button:hover {
  background-color: #d6e82c;
}
body.page-template-page-home #page #content .new-book .text-box .box-content span .feature-button a,
body.page-template-page-home-new #page #content .new-book .text-box .box-content span .feature-button a,
body.page-id-12636 #page #content .new-book .text-box .box-content span .feature-button a {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  font-family: "sanchez_slab_semibold", sans-serif;
  display: block;
  width: 100%;
  color: #231f20;
}
body.page-template-page-home #page #content .testimonials .flex-card-wrapper,
body.page-template-page-home-new #page #content .testimonials .flex-card-wrapper,
body.page-id-12636 #page #content .testimonials .flex-card-wrapper {
  background-color: #d5d1c7;
  border-top: 8px #ffffff solid;
}
body.page-template-page-home #page #content .testimonials .flex-card-wrapper .card,
body.page-template-page-home-new #page #content .testimonials .flex-card-wrapper .card,
body.page-id-12636 #page #content .testimonials .flex-card-wrapper .card {
  text-align: center;
  padding: 20px 20px 10px 20px;
}
body.page-template-page-home #page #content .testimonials .flex-card-wrapper .card .content h3,
body.page-template-page-home-new #page #content .testimonials .flex-card-wrapper .card .content h3,
body.page-id-12636 #page #content .testimonials .flex-card-wrapper .card .content h3 {
  color: #cd3727;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 20px;
  line-height: 22px;
}
body.page-template-page-home #page #content .testimonials .flex-card-wrapper .card .content .card-content p,
body.page-template-page-home-new #page #content .testimonials .flex-card-wrapper .card .content .card-content p,
body.page-id-12636 #page #content .testimonials .flex-card-wrapper .card .content .card-content p {
  font-family: "JohnstonITCStd-Medium", sans-serif;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  font-family: "JohnstonITCStd-Light", sans-serif;
}
body.page-template-page-home #page #content .testimonials .flex-card-wrapper .card .content .card-content p strong,
body.page-template-page-home-new #page #content .testimonials .flex-card-wrapper .card .content .card-content p strong,
body.page-id-12636 #page #content .testimonials .flex-card-wrapper .card .content .card-content p strong {
  font-family: "JohnstonITCStd-Medium", sans-serif;
}
body.page-template-page-home #page #content .fix-marketing h2,
body.page-template-page-home-new #page #content .fix-marketing h2,
body.page-id-12636 #page #content .fix-marketing h2 {
  color: #cd3727;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  margin: 40px 0 15px 0;
  font-family: "sanchez_slab_regular", sans-serif;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card,
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card,
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card {
  border-top: 8px #ffffff solid;
  background-color: #827c6f;
  padding: 20px 20px 40px;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card:nth-of-type(2),
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card:nth-of-type(2),
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card:nth-of-type(2) {
  background-color: #000000;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card .content,
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card .content,
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card .content {
  text-align: center;
  padding: 10px;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card .content img,
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card .content img,
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card .content img {
  display: block;
  margin: 0 auto 15px;
  height: 65px;
  width: 100px;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card .content h3,
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card .content h3,
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card .content h3 {
  color: #ffffff;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 24px;
  line-height: 30px;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card .content .card-content,
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card .content .card-content,
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card .content .card-content {
  font-family: "JohnstonITCStd-Medium", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-family: "JohnstonITCStd-Light", sans-serif;
  padding: 0 35px;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card .content span,
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card .content span,
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card .content span {
  display: block;
  margin: 10px auto 0;
  width: 200px;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card .content span a,
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card .content span a,
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card .content span a {
  color: #000000;
  display: block;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card .content .feature-button,
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card .content .feature-button,
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card .content .feature-button {
  background-color: #b5c428;
  width: 100%;
  padding: 8px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  font-family: "sanchez_slab_semibold", sans-serif;
  transition: 0.35s all ease-in-out;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card .content .feature-button:hover,
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card .content .feature-button:hover,
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card .content .feature-button:hover {
  background-color: #d6e82c;
}
body.page-template-page-home #page #content .fix-marketing .flex-card-wrapper .card .content .feature-button:after,
body.page-template-page-home-new #page #content .fix-marketing .flex-card-wrapper .card .content .feature-button:after,
body.page-id-12636 #page #content .fix-marketing .flex-card-wrapper .card .content .feature-button:after {
  background-image: url("../img/right-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 35px 35px;
  content: "";
  display: block;
  height: 35px;
  width: 35px;
  margin: 0 auto;
}
body.page-template-page-home #page #content .cta-box,
body.page-template-page-home-new #page #content .cta-box,
body.page-id-12636 #page #content .cta-box {
  background-color: #e8e6e1;
  padding: 30px 20px 40px;
}
body.page-template-page-home #page #content .cta-box h2,
body.page-template-page-home-new #page #content .cta-box h2,
body.page-id-12636 #page #content .cta-box h2 {
  color: #000000;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  padding: 0px 0 15px 0;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
body.page-template-page-home #page #content .cta-box h2 span,
body.page-template-page-home-new #page #content .cta-box h2 span,
body.page-id-12636 #page #content .cta-box h2 span {
  color: #cd3727;
  padding: 0 10px;
}
body.page-template-page-home #page #content .cta-box #cta-button,
body.page-template-page-home-new #page #content .cta-box #cta-button,
body.page-id-12636 #page #content .cta-box #cta-button {
  -moz-appearance: none;
  -moz-user-select: none;
  margin: 20px auto;
  text-indent: -200px;
  display: block;
  height: 57px;
  width: 57px;
  overflow: hidden;
  background-image: url(../img/cta-button.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  background-color: transparent;
  border: none;
}
body.page-template-page-home #page #content .cta-box:hover #cta-button,
body.page-template-page-home-new #page #content .cta-box:hover #cta-button,
body.page-id-12636 #page #content .cta-box:hover #cta-button {
  transition: 60ms background-size linear;
  background-size: 100%;
  background-image: url(../img/cta-button-over.svg);
}
body.page-template-page-home #page #content .specialist,
body.page-template-page-home-new #page #content .specialist,
body.page-id-12636 #page #content .specialist {
  background-color: #ffffff;
  padding: 40px 20px 0px;
}
body.page-template-page-home #page #content .specialist h2,
body.page-template-page-home-new #page #content .specialist h2,
body.page-id-12636 #page #content .specialist h2 {
  color: #cd3727;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  padding: 0px 0 15px 0;
  font-family: "sanchez_slab_regular", sans-serif;
  margin: 0;
}
body.page-template-page-home #page #content .specialist p,
body.page-template-page-home-new #page #content .specialist p,
body.page-id-12636 #page #content .specialist p {
  text-align: center;
  margin-bottom: 20px;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
body.page-template-page-home #page #content .see-results,
body.page-template-page-home-new #page #content .see-results,
body.page-id-12636 #page #content .see-results {
  background-color: #e8e6e1;
  padding: 40px 20px 60px;
}
body.page-template-page-home #page #content .see-results h2,
body.page-template-page-home-new #page #content .see-results h2,
body.page-id-12636 #page #content .see-results h2 {
  color: #000000;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  padding: 0px 0 15px 0;
  font-family: "sanchez_slab_regular", sans-serif;
}
body.page-template-page-home #page #content .see-results .flex-card-wrapper,
body.page-template-page-home-new #page #content .see-results .flex-card-wrapper,
body.page-id-12636 #page #content .see-results .flex-card-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body.page-template-page-home #page #content .see-results .flex-card-wrapper .card,
body.page-template-page-home-new #page #content .see-results .flex-card-wrapper .card,
body.page-id-12636 #page #content .see-results .flex-card-wrapper .card {
  padding: 0px;
  width: 50%;
}
body.page-template-page-home #page #content .see-results .flex-card-wrapper .card:nth-of-type(1),
body.page-template-page-home-new #page #content .see-results .flex-card-wrapper .card:nth-of-type(1),
body.page-id-12636 #page #content .see-results .flex-card-wrapper .card:nth-of-type(1) {
  border-right: 1px #231f20 solid;
  border-bottom: 1px #231f20 solid;
}
body.page-template-page-home #page #content .see-results .flex-card-wrapper .card:nth-of-type(2),
body.page-template-page-home-new #page #content .see-results .flex-card-wrapper .card:nth-of-type(2),
body.page-id-12636 #page #content .see-results .flex-card-wrapper .card:nth-of-type(2) {
  border-bottom: 1px #231f20 solid;
}
body.page-template-page-home #page #content .see-results .flex-card-wrapper .card:nth-of-type(3),
body.page-template-page-home-new #page #content .see-results .flex-card-wrapper .card:nth-of-type(3),
body.page-id-12636 #page #content .see-results .flex-card-wrapper .card:nth-of-type(3) {
  border-right: 1px #231f20 solid;
}
body.page-template-page-home #page #content .see-results .flex-card-wrapper .card .content,
body.page-template-page-home-new #page #content .see-results .flex-card-wrapper .card .content,
body.page-id-12636 #page #content .see-results .flex-card-wrapper .card .content {
  padding: 20px;
}
body.page-template-page-home #page #content .see-results .flex-card-wrapper .card .content img,
body.page-template-page-home-new #page #content .see-results .flex-card-wrapper .card .content img,
body.page-id-12636 #page #content .see-results .flex-card-wrapper .card .content img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
body.page-template-page-home #page #content .as-seen-in,
body.page-template-page-home-new #page #content .as-seen-in,
body.page-id-12636 #page #content .as-seen-in {
  background-color: #414042;
  padding: 0 20px 20px 20px;
}
body.page-template-page-home #page #content .as-seen-in h3,
body.page-template-page-home-new #page #content .as-seen-in h3,
body.page-id-12636 #page #content .as-seen-in h3 {
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 10px;
  margin: 0 0 20px 0;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  float: left;
  display: block;
  text-transform: uppercase;
}
body.page-template-page-home #page #content .as-seen-in .flex-card-wrapper,
body.page-template-page-home-new #page #content .as-seen-in .flex-card-wrapper,
body.page-id-12636 #page #content .as-seen-in .flex-card-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  clear: both;
}
body.page-template-page-home #page #content .as-seen-in .flex-card-wrapper .card,
body.page-template-page-home-new #page #content .as-seen-in .flex-card-wrapper .card,
body.page-id-12636 #page #content .as-seen-in .flex-card-wrapper .card {
  padding: 0px;
  width: 50%;
  flex-grow: unset;
}
body.page-template-page-home #page #content .as-seen-in .flex-card-wrapper .card .content,
body.page-template-page-home-new #page #content .as-seen-in .flex-card-wrapper .card .content,
body.page-id-12636 #page #content .as-seen-in .flex-card-wrapper .card .content {
  padding: 10px;
}
body.page-template-page-home #page #content .as-seen-in .flex-card-wrapper .card .content img,
body.page-template-page-home-new #page #content .as-seen-in .flex-card-wrapper .card .content img,
body.page-id-12636 #page #content .as-seen-in .flex-card-wrapper .card .content img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}

/* INTERIOR PAGE STYLES
============================================ */
.interior .container {
  padding-top: 0;
  overflow: hidden;
}
.interior .interior-content {
  margin-top: 20px;
}
.interior .page-header {
  padding-top: 20px;
}
.interior .page-header .container {
  padding-top: 20px;
}
.interior .page-header .page-title {
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 12px;
  font-weight: normal;
  background: #b5c428;
  display: inline-block;
  left: 25px;
  padding: 6px 8px 4px;
  text-transform: uppercase;
}
.interior .page-header .page-title a {
  color: #231f20;
}
.testimonials {
  margin-top: 40px;
}
.testimonials .testimonial {
  padding-bottom: 28px;
}
.testimonials .testimonial p {
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
}
.testimonials .testimonial p:before {
  content: "“";
}
.testimonials .testimonial p:after {
  content: "”";
}
.testimonials .testimonial p.meta {
  color: #464646;
  font-family: "JohnstonITCStd-Light", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-left: 8px;
}
.testimonials .testimonial p.meta:before, .testimonials .testimonial p.meta:after {
  display: none;
}

.page-template-page-no-sidebar .interior .interior-content {
  margin-top: 20px;
  width: 100%;
}

.sidebar .infographics .infographic {
  padding-bottom: 45px;
}
.sidebar .infographics .infographic img {
  display: block;
  height: auto;
  width: 100%;
}
.sidebar .content-callout {
  padding-bottom: 45px;
}
.sidebar .content-callout p {
  color: #a59c87;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
}
.sidebar .content-callout p.gray {
  color: #a59c87;
}
.sidebar .content-callout p.red {
  color: #cd3727;
}
.sidebar .content-callout p.green {
  color: #b5c428;
}
.sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title {
  color: #a59c87;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 29px;
  font-weight: normal;
  line-height: 1.2em;
}
.sidebar .contactUsForm .contactUsForm-form body {
  color: #464646;
  font-family: "JohnstonITCStd-Light", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2em;
  padding: 0;
}
.sidebar .contactUsForm .contactUsForm-form body form fieldset {
  border: none;
  margin: 0 2px;
  padding: 0 0 0 0;
}

body.single .sidebar .contactUsForm {
  width: 90%;
  margin: 0 auto;
}

/* POST TYPE PAGES
============================================ */
.page-template-page-blog .page-header,
.page-template-page-newsletters .page-header,
.page-template-page-whitepapers .page-header,
.page-template-page-ebook .page-header,
.page-template-page-books .page-header,
.page-template-page-webinars .page-header,
.page-template-page-tools .page-header,
.page-template-page-landing .page-header,
.page-template-page-podcasts .page-header,
.page-template-page-videos .page-header,
.archive .page-header,
.category .page-header,
.single .page-header,
.single-post .page-header,
.single-blog .page-header,
.single-newsletters .page-header,
.single-ebook .page-header,
.single-books .page-header,
.single-whitepapers .page-header {
  position: relative;
  z-index: 12;
}
.page-template-page-blog .page-header .container,
.page-template-page-newsletters .page-header .container,
.page-template-page-whitepapers .page-header .container,
.page-template-page-ebook .page-header .container,
.page-template-page-books .page-header .container,
.page-template-page-webinars .page-header .container,
.page-template-page-tools .page-header .container,
.page-template-page-landing .page-header .container,
.page-template-page-podcasts .page-header .container,
.page-template-page-videos .page-header .container,
.archive .page-header .container,
.category .page-header .container,
.single .page-header .container,
.single-post .page-header .container,
.single-blog .page-header .container,
.single-newsletters .page-header .container,
.single-ebook .page-header .container,
.single-books .page-header .container,
.single-whitepapers .page-header .container {
  padding-top: 20px;
}
.page-template-page-blog .page-header .page-title,
.page-template-page-newsletters .page-header .page-title,
.page-template-page-whitepapers .page-header .page-title,
.page-template-page-ebook .page-header .page-title,
.page-template-page-books .page-header .page-title,
.page-template-page-webinars .page-header .page-title,
.page-template-page-tools .page-header .page-title,
.page-template-page-landing .page-header .page-title,
.page-template-page-podcasts .page-header .page-title,
.page-template-page-videos .page-header .page-title,
.archive .page-header .page-title,
.category .page-header .page-title,
.single .page-header .page-title,
.single-post .page-header .page-title,
.single-blog .page-header .page-title,
.single-newsletters .page-header .page-title,
.single-ebook .page-header .page-title,
.single-books .page-header .page-title,
.single-whitepapers .page-header .page-title {
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 12px;
  font-weight: normal;
  background: #b5c428;
  display: inline-block;
  left: 25px;
  padding: 5px 7px 4px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  z-index: 10;
}
.page-template-page-blog .page-header .page-title a,
.page-template-page-newsletters .page-header .page-title a,
.page-template-page-whitepapers .page-header .page-title a,
.page-template-page-ebook .page-header .page-title a,
.page-template-page-books .page-header .page-title a,
.page-template-page-webinars .page-header .page-title a,
.page-template-page-tools .page-header .page-title a,
.page-template-page-landing .page-header .page-title a,
.page-template-page-podcasts .page-header .page-title a,
.page-template-page-videos .page-header .page-title a,
.archive .page-header .page-title a,
.category .page-header .page-title a,
.single .page-header .page-title a,
.single-post .page-header .page-title a,
.single-blog .page-header .page-title a,
.single-newsletters .page-header .page-title a,
.single-ebook .page-header .page-title a,
.single-books .page-header .page-title a,
.single-whitepapers .page-header .page-title a {
  color: #231f20;
}
.page-template-page-blog .page-header .categories,
.page-template-page-newsletters .page-header .categories,
.page-template-page-whitepapers .page-header .categories,
.page-template-page-ebook .page-header .categories,
.page-template-page-books .page-header .categories,
.page-template-page-webinars .page-header .categories,
.page-template-page-tools .page-header .categories,
.page-template-page-landing .page-header .categories,
.page-template-page-podcasts .page-header .categories,
.page-template-page-videos .page-header .categories,
.archive .page-header .categories,
.category .page-header .categories,
.single .page-header .categories,
.single-post .page-header .categories,
.single-blog .page-header .categories,
.single-newsletters .page-header .categories,
.single-ebook .page-header .categories,
.single-books .page-header .categories,
.single-whitepapers .page-header .categories {
  display: none;
  cursor: pointer;
  left: 25px;
  position: absolute;
  top: 48px;
  z-index: 12;
}
.page-template-page-blog .page-header .categories .categories-title,
.page-template-page-newsletters .page-header .categories .categories-title,
.page-template-page-whitepapers .page-header .categories .categories-title,
.page-template-page-ebook .page-header .categories .categories-title,
.page-template-page-books .page-header .categories .categories-title,
.page-template-page-webinars .page-header .categories .categories-title,
.page-template-page-tools .page-header .categories .categories-title,
.page-template-page-landing .page-header .categories .categories-title,
.page-template-page-podcasts .page-header .categories .categories-title,
.page-template-page-videos .page-header .categories .categories-title,
.archive .page-header .categories .categories-title,
.category .page-header .categories .categories-title,
.single .page-header .categories .categories-title,
.single-post .page-header .categories .categories-title,
.single-blog .page-header .categories .categories-title,
.single-newsletters .page-header .categories .categories-title,
.single-ebook .page-header .categories .categories-title,
.single-books .page-header .categories .categories-title,
.single-whitepapers .page-header .categories .categories-title {
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 12px;
  font-weight: normal;
  background: #231f20;
  display: inline-block;
  margin: 0;
  padding: 5px 7px 4px;
  position: relative;
  text-transform: uppercase;
}
.page-template-page-blog .page-header .categories .categories-title:after,
.page-template-page-newsletters .page-header .categories .categories-title:after,
.page-template-page-whitepapers .page-header .categories .categories-title:after,
.page-template-page-ebook .page-header .categories .categories-title:after,
.page-template-page-books .page-header .categories .categories-title:after,
.page-template-page-webinars .page-header .categories .categories-title:after,
.page-template-page-tools .page-header .categories .categories-title:after,
.page-template-page-landing .page-header .categories .categories-title:after,
.page-template-page-podcasts .page-header .categories .categories-title:after,
.page-template-page-videos .page-header .categories .categories-title:after,
.archive .page-header .categories .categories-title:after,
.category .page-header .categories .categories-title:after,
.single .page-header .categories .categories-title:after,
.single-post .page-header .categories .categories-title:after,
.single-blog .page-header .categories .categories-title:after,
.single-newsletters .page-header .categories .categories-title:after,
.single-ebook .page-header .categories .categories-title:after,
.single-books .page-header .categories .categories-title:after,
.single-whitepapers .page-header .categories .categories-title:after {
  background: #a59c87 url(../img/down-arrow-simple.svg) center center no-repeat;
  background-size: 50%;
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  left: 100%;
  top: 0;
  width: 19px;
}
.page-template-page-blog .page-header .categories .cat-list,
.page-template-page-newsletters .page-header .categories .cat-list,
.page-template-page-whitepapers .page-header .categories .cat-list,
.page-template-page-ebook .page-header .categories .cat-list,
.page-template-page-books .page-header .categories .cat-list,
.page-template-page-webinars .page-header .categories .cat-list,
.page-template-page-tools .page-header .categories .cat-list,
.page-template-page-landing .page-header .categories .cat-list,
.page-template-page-podcasts .page-header .categories .cat-list,
.page-template-page-videos .page-header .categories .cat-list,
.archive .page-header .categories .cat-list,
.category .page-header .categories .cat-list,
.single .page-header .categories .cat-list,
.single-post .page-header .categories .cat-list,
.single-blog .page-header .categories .cat-list,
.single-newsletters .page-header .categories .cat-list,
.single-ebook .page-header .categories .cat-list,
.single-books .page-header .categories .cat-list,
.single-whitepapers .page-header .categories .cat-list {
  transition: 0.25s max-height ease-in-out;
  background: #231f20;
  left: 0;
  margin: 0;
  max-height: 0;
  min-width: 106px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
}
.page-template-page-blog .page-header .categories .cat-list .cat-item a,
.page-template-page-newsletters .page-header .categories .cat-list .cat-item a,
.page-template-page-whitepapers .page-header .categories .cat-list .cat-item a,
.page-template-page-ebook .page-header .categories .cat-list .cat-item a,
.page-template-page-books .page-header .categories .cat-list .cat-item a,
.page-template-page-webinars .page-header .categories .cat-list .cat-item a,
.page-template-page-tools .page-header .categories .cat-list .cat-item a,
.page-template-page-landing .page-header .categories .cat-list .cat-item a,
.page-template-page-podcasts .page-header .categories .cat-list .cat-item a,
.page-template-page-videos .page-header .categories .cat-list .cat-item a,
.archive .page-header .categories .cat-list .cat-item a,
.category .page-header .categories .cat-list .cat-item a,
.single .page-header .categories .cat-list .cat-item a,
.single-post .page-header .categories .cat-list .cat-item a,
.single-blog .page-header .categories .cat-list .cat-item a,
.single-newsletters .page-header .categories .cat-list .cat-item a,
.single-ebook .page-header .categories .cat-list .cat-item a,
.single-books .page-header .categories .cat-list .cat-item a,
.single-whitepapers .page-header .categories .cat-list .cat-item a {
  border-bottom: 1px solid #363031;
}
.page-template-page-blog .page-header .categories .cat-list > .cat-item,
.page-template-page-newsletters .page-header .categories .cat-list > .cat-item,
.page-template-page-whitepapers .page-header .categories .cat-list > .cat-item,
.page-template-page-ebook .page-header .categories .cat-list > .cat-item,
.page-template-page-books .page-header .categories .cat-list > .cat-item,
.page-template-page-webinars .page-header .categories .cat-list > .cat-item,
.page-template-page-tools .page-header .categories .cat-list > .cat-item,
.page-template-page-landing .page-header .categories .cat-list > .cat-item,
.page-template-page-podcasts .page-header .categories .cat-list > .cat-item,
.page-template-page-videos .page-header .categories .cat-list > .cat-item,
.archive .page-header .categories .cat-list > .cat-item,
.category .page-header .categories .cat-list > .cat-item,
.single .page-header .categories .cat-list > .cat-item,
.single-post .page-header .categories .cat-list > .cat-item,
.single-blog .page-header .categories .cat-list > .cat-item,
.single-newsletters .page-header .categories .cat-list > .cat-item,
.single-ebook .page-header .categories .cat-list > .cat-item,
.single-books .page-header .categories .cat-list > .cat-item,
.single-whitepapers .page-header .categories .cat-list > .cat-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-template-page-blog .page-header .categories .cat-list > .cat-item > a,
.page-template-page-newsletters .page-header .categories .cat-list > .cat-item > a,
.page-template-page-whitepapers .page-header .categories .cat-list > .cat-item > a,
.page-template-page-ebook .page-header .categories .cat-list > .cat-item > a,
.page-template-page-books .page-header .categories .cat-list > .cat-item > a,
.page-template-page-webinars .page-header .categories .cat-list > .cat-item > a,
.page-template-page-tools .page-header .categories .cat-list > .cat-item > a,
.page-template-page-landing .page-header .categories .cat-list > .cat-item > a,
.page-template-page-podcasts .page-header .categories .cat-list > .cat-item > a,
.page-template-page-videos .page-header .categories .cat-list > .cat-item > a,
.archive .page-header .categories .cat-list > .cat-item > a,
.category .page-header .categories .cat-list > .cat-item > a,
.single .page-header .categories .cat-list > .cat-item > a,
.single-post .page-header .categories .cat-list > .cat-item > a,
.single-blog .page-header .categories .cat-list > .cat-item > a,
.single-newsletters .page-header .categories .cat-list > .cat-item > a,
.single-ebook .page-header .categories .cat-list > .cat-item > a,
.single-books .page-header .categories .cat-list > .cat-item > a,
.single-whitepapers .page-header .categories .cat-list > .cat-item > a {
  color: #b5c428;
  font-family: "JohnstonITCStd-Light", sans-serif;
  font-size: 12px;
  font-weight: normal;
  display: block;
  line-height: 1em;
  padding: 5px 10px;
}
.page-template-page-blog .page-header .categories .cat-list > .cat-item .children,
.page-template-page-newsletters .page-header .categories .cat-list > .cat-item .children,
.page-template-page-whitepapers .page-header .categories .cat-list > .cat-item .children,
.page-template-page-ebook .page-header .categories .cat-list > .cat-item .children,
.page-template-page-books .page-header .categories .cat-list > .cat-item .children,
.page-template-page-webinars .page-header .categories .cat-list > .cat-item .children,
.page-template-page-tools .page-header .categories .cat-list > .cat-item .children,
.page-template-page-landing .page-header .categories .cat-list > .cat-item .children,
.page-template-page-podcasts .page-header .categories .cat-list > .cat-item .children,
.page-template-page-videos .page-header .categories .cat-list > .cat-item .children,
.archive .page-header .categories .cat-list > .cat-item .children,
.category .page-header .categories .cat-list > .cat-item .children,
.single .page-header .categories .cat-list > .cat-item .children,
.single-post .page-header .categories .cat-list > .cat-item .children,
.single-blog .page-header .categories .cat-list > .cat-item .children,
.single-newsletters .page-header .categories .cat-list > .cat-item .children,
.single-ebook .page-header .categories .cat-list > .cat-item .children,
.single-books .page-header .categories .cat-list > .cat-item .children,
.single-whitepapers .page-header .categories .cat-list > .cat-item .children {
  background: #363031;
  border-bottom: 1px solid #433c3e;
  margin: 0;
  padding: 0 7px;
}
.page-template-page-blog .page-header .categories .cat-list > .cat-item .children .cat-item,
.page-template-page-newsletters .page-header .categories .cat-list > .cat-item .children .cat-item,
.page-template-page-whitepapers .page-header .categories .cat-list > .cat-item .children .cat-item,
.page-template-page-ebook .page-header .categories .cat-list > .cat-item .children .cat-item,
.page-template-page-books .page-header .categories .cat-list > .cat-item .children .cat-item,
.page-template-page-webinars .page-header .categories .cat-list > .cat-item .children .cat-item,
.page-template-page-tools .page-header .categories .cat-list > .cat-item .children .cat-item,
.page-template-page-landing .page-header .categories .cat-list > .cat-item .children .cat-item,
.page-template-page-podcasts .page-header .categories .cat-list > .cat-item .children .cat-item,
.page-template-page-videos .page-header .categories .cat-list > .cat-item .children .cat-item,
.archive .page-header .categories .cat-list > .cat-item .children .cat-item,
.category .page-header .categories .cat-list > .cat-item .children .cat-item,
.single .page-header .categories .cat-list > .cat-item .children .cat-item,
.single-post .page-header .categories .cat-list > .cat-item .children .cat-item,
.single-blog .page-header .categories .cat-list > .cat-item .children .cat-item,
.single-newsletters .page-header .categories .cat-list > .cat-item .children .cat-item,
.single-ebook .page-header .categories .cat-list > .cat-item .children .cat-item,
.single-books .page-header .categories .cat-list > .cat-item .children .cat-item,
.single-whitepapers .page-header .categories .cat-list > .cat-item .children .cat-item {
  line-height: 1em;
}
.page-template-page-blog .page-header .categories .cat-list > .cat-item .children .cat-item a,
.page-template-page-newsletters .page-header .categories .cat-list > .cat-item .children .cat-item a,
.page-template-page-whitepapers .page-header .categories .cat-list > .cat-item .children .cat-item a,
.page-template-page-ebook .page-header .categories .cat-list > .cat-item .children .cat-item a,
.page-template-page-books .page-header .categories .cat-list > .cat-item .children .cat-item a,
.page-template-page-webinars .page-header .categories .cat-list > .cat-item .children .cat-item a,
.page-template-page-tools .page-header .categories .cat-list > .cat-item .children .cat-item a,
.page-template-page-landing .page-header .categories .cat-list > .cat-item .children .cat-item a,
.page-template-page-podcasts .page-header .categories .cat-list > .cat-item .children .cat-item a,
.page-template-page-videos .page-header .categories .cat-list > .cat-item .children .cat-item a,
.archive .page-header .categories .cat-list > .cat-item .children .cat-item a,
.category .page-header .categories .cat-list > .cat-item .children .cat-item a,
.single .page-header .categories .cat-list > .cat-item .children .cat-item a,
.single-post .page-header .categories .cat-list > .cat-item .children .cat-item a,
.single-blog .page-header .categories .cat-list > .cat-item .children .cat-item a,
.single-newsletters .page-header .categories .cat-list > .cat-item .children .cat-item a,
.single-ebook .page-header .categories .cat-list > .cat-item .children .cat-item a,
.single-books .page-header .categories .cat-list > .cat-item .children .cat-item a,
.single-whitepapers .page-header .categories .cat-list > .cat-item .children .cat-item a {
  color: #d1de5b;
  font-family: "JohnstonITCStd-Light", sans-serif;
  font-size: 10px;
  font-weight: normal;
  border-bottom: 1px solid #433c3e;
  display: block;
  line-height: 1em;
  padding: 0 5px 5px;
}
.page-template-page-blog .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.page-template-page-newsletters .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.page-template-page-whitepapers .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.page-template-page-ebook .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.page-template-page-books .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.page-template-page-webinars .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.page-template-page-tools .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.page-template-page-landing .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.page-template-page-podcasts .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.page-template-page-videos .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.archive .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.category .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.single .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.single-post .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.single-blog .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.single-newsletters .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.single-ebook .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.single-books .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a,
.single-whitepapers .page-header .categories .cat-list > .cat-item .children .cat-item:last-of-type a {
  border-bottom: 0;
}
.page-template-page-blog .page-header .categories.toggled .cat-list,
.page-template-page-newsletters .page-header .categories.toggled .cat-list,
.page-template-page-whitepapers .page-header .categories.toggled .cat-list,
.page-template-page-ebook .page-header .categories.toggled .cat-list,
.page-template-page-books .page-header .categories.toggled .cat-list,
.page-template-page-webinars .page-header .categories.toggled .cat-list,
.page-template-page-tools .page-header .categories.toggled .cat-list,
.page-template-page-landing .page-header .categories.toggled .cat-list,
.page-template-page-podcasts .page-header .categories.toggled .cat-list,
.page-template-page-videos .page-header .categories.toggled .cat-list,
.archive .page-header .categories.toggled .cat-list,
.category .page-header .categories.toggled .cat-list,
.single .page-header .categories.toggled .cat-list,
.single-post .page-header .categories.toggled .cat-list,
.single-blog .page-header .categories.toggled .cat-list,
.single-newsletters .page-header .categories.toggled .cat-list,
.single-ebook .page-header .categories.toggled .cat-list,
.single-books .page-header .categories.toggled .cat-list,
.single-whitepapers .page-header .categories.toggled .cat-list {
  max-height: 500px;
}
.page-template-page-blog .entry-content .post,
.page-template-page-blog .site-main .post,
.page-template-page-blog .infinite-wrap .post,
.page-template-page-newsletters .entry-content .post,
.page-template-page-newsletters .site-main .post,
.page-template-page-newsletters .infinite-wrap .post,
.page-template-page-whitepapers .entry-content .post,
.page-template-page-whitepapers .site-main .post,
.page-template-page-whitepapers .infinite-wrap .post,
.page-template-page-ebook .entry-content .post,
.page-template-page-ebook .site-main .post,
.page-template-page-ebook .infinite-wrap .post,
.page-template-page-books .entry-content .post,
.page-template-page-books .site-main .post,
.page-template-page-books .infinite-wrap .post,
.page-template-page-webinars .entry-content .post,
.page-template-page-webinars .site-main .post,
.page-template-page-webinars .infinite-wrap .post,
.page-template-page-tools .entry-content .post,
.page-template-page-tools .site-main .post,
.page-template-page-tools .infinite-wrap .post,
.page-template-page-landing .entry-content .post,
.page-template-page-landing .site-main .post,
.page-template-page-landing .infinite-wrap .post,
.page-template-page-podcasts .entry-content .post,
.page-template-page-podcasts .site-main .post,
.page-template-page-podcasts .infinite-wrap .post,
.page-template-page-videos .entry-content .post,
.page-template-page-videos .site-main .post,
.page-template-page-videos .infinite-wrap .post,
.archive .entry-content .post,
.archive .site-main .post,
.archive .infinite-wrap .post,
.category .entry-content .post,
.category .site-main .post,
.category .infinite-wrap .post,
.single .entry-content .post,
.single .site-main .post,
.single .infinite-wrap .post,
.single-post .entry-content .post,
.single-post .site-main .post,
.single-post .infinite-wrap .post,
.single-blog .entry-content .post,
.single-blog .site-main .post,
.single-blog .infinite-wrap .post,
.single-newsletters .entry-content .post,
.single-newsletters .site-main .post,
.single-newsletters .infinite-wrap .post,
.single-ebook .entry-content .post,
.single-ebook .site-main .post,
.single-ebook .infinite-wrap .post,
.single-books .entry-content .post,
.single-books .site-main .post,
.single-books .infinite-wrap .post,
.single-whitepapers .entry-content .post,
.single-whitepapers .site-main .post,
.single-whitepapers .infinite-wrap .post {
  background: #a59c87;
  position: relative;
  z-index: 9;
}
.page-template-page-blog .entry-content .post > .container,
.page-template-page-blog .site-main .post > .container,
.page-template-page-blog .infinite-wrap .post > .container,
.page-template-page-newsletters .entry-content .post > .container,
.page-template-page-newsletters .site-main .post > .container,
.page-template-page-newsletters .infinite-wrap .post > .container,
.page-template-page-whitepapers .entry-content .post > .container,
.page-template-page-whitepapers .site-main .post > .container,
.page-template-page-whitepapers .infinite-wrap .post > .container,
.page-template-page-ebook .entry-content .post > .container,
.page-template-page-ebook .site-main .post > .container,
.page-template-page-ebook .infinite-wrap .post > .container,
.page-template-page-books .entry-content .post > .container,
.page-template-page-books .site-main .post > .container,
.page-template-page-books .infinite-wrap .post > .container,
.page-template-page-webinars .entry-content .post > .container,
.page-template-page-webinars .site-main .post > .container,
.page-template-page-webinars .infinite-wrap .post > .container,
.page-template-page-tools .entry-content .post > .container,
.page-template-page-tools .site-main .post > .container,
.page-template-page-tools .infinite-wrap .post > .container,
.page-template-page-landing .entry-content .post > .container,
.page-template-page-landing .site-main .post > .container,
.page-template-page-landing .infinite-wrap .post > .container,
.page-template-page-podcasts .entry-content .post > .container,
.page-template-page-podcasts .site-main .post > .container,
.page-template-page-podcasts .infinite-wrap .post > .container,
.page-template-page-videos .entry-content .post > .container,
.page-template-page-videos .site-main .post > .container,
.page-template-page-videos .infinite-wrap .post > .container,
.archive .entry-content .post > .container,
.archive .site-main .post > .container,
.archive .infinite-wrap .post > .container,
.category .entry-content .post > .container,
.category .site-main .post > .container,
.category .infinite-wrap .post > .container,
.single .entry-content .post > .container,
.single .site-main .post > .container,
.single .infinite-wrap .post > .container,
.single-post .entry-content .post > .container,
.single-post .site-main .post > .container,
.single-post .infinite-wrap .post > .container,
.single-blog .entry-content .post > .container,
.single-blog .site-main .post > .container,
.single-blog .infinite-wrap .post > .container,
.single-newsletters .entry-content .post > .container,
.single-newsletters .site-main .post > .container,
.single-newsletters .infinite-wrap .post > .container,
.single-ebook .entry-content .post > .container,
.single-ebook .site-main .post > .container,
.single-ebook .infinite-wrap .post > .container,
.single-books .entry-content .post > .container,
.single-books .site-main .post > .container,
.single-books .infinite-wrap .post > .container,
.single-whitepapers .entry-content .post > .container,
.single-whitepapers .site-main .post > .container,
.single-whitepapers .infinite-wrap .post > .container {
  padding-bottom: 0;
  padding-top: 0;
}
.page-template-page-blog .entry-content .post .entry-text,
.page-template-page-blog .site-main .post .entry-text,
.page-template-page-blog .infinite-wrap .post .entry-text,
.page-template-page-newsletters .entry-content .post .entry-text,
.page-template-page-newsletters .site-main .post .entry-text,
.page-template-page-newsletters .infinite-wrap .post .entry-text,
.page-template-page-whitepapers .entry-content .post .entry-text,
.page-template-page-whitepapers .site-main .post .entry-text,
.page-template-page-whitepapers .infinite-wrap .post .entry-text,
.page-template-page-ebook .entry-content .post .entry-text,
.page-template-page-ebook .site-main .post .entry-text,
.page-template-page-ebook .infinite-wrap .post .entry-text,
.page-template-page-books .entry-content .post .entry-text,
.page-template-page-books .site-main .post .entry-text,
.page-template-page-books .infinite-wrap .post .entry-text,
.page-template-page-webinars .entry-content .post .entry-text,
.page-template-page-webinars .site-main .post .entry-text,
.page-template-page-webinars .infinite-wrap .post .entry-text,
.page-template-page-tools .entry-content .post .entry-text,
.page-template-page-tools .site-main .post .entry-text,
.page-template-page-tools .infinite-wrap .post .entry-text,
.page-template-page-landing .entry-content .post .entry-text,
.page-template-page-landing .site-main .post .entry-text,
.page-template-page-landing .infinite-wrap .post .entry-text,
.page-template-page-podcasts .entry-content .post .entry-text,
.page-template-page-podcasts .site-main .post .entry-text,
.page-template-page-podcasts .infinite-wrap .post .entry-text,
.page-template-page-videos .entry-content .post .entry-text,
.page-template-page-videos .site-main .post .entry-text,
.page-template-page-videos .infinite-wrap .post .entry-text,
.archive .entry-content .post .entry-text,
.archive .site-main .post .entry-text,
.archive .infinite-wrap .post .entry-text,
.category .entry-content .post .entry-text,
.category .site-main .post .entry-text,
.category .infinite-wrap .post .entry-text,
.single .entry-content .post .entry-text,
.single .site-main .post .entry-text,
.single .infinite-wrap .post .entry-text,
.single-post .entry-content .post .entry-text,
.single-post .site-main .post .entry-text,
.single-post .infinite-wrap .post .entry-text,
.single-blog .entry-content .post .entry-text,
.single-blog .site-main .post .entry-text,
.single-blog .infinite-wrap .post .entry-text,
.single-newsletters .entry-content .post .entry-text,
.single-newsletters .site-main .post .entry-text,
.single-newsletters .infinite-wrap .post .entry-text,
.single-ebook .entry-content .post .entry-text,
.single-ebook .site-main .post .entry-text,
.single-ebook .infinite-wrap .post .entry-text,
.single-books .entry-content .post .entry-text,
.single-books .site-main .post .entry-text,
.single-books .infinite-wrap .post .entry-text,
.single-whitepapers .entry-content .post .entry-text,
.single-whitepapers .site-main .post .entry-text,
.single-whitepapers .infinite-wrap .post .entry-text {
  border-top: 1px solid #ffffff;
  margin: 0;
  padding-top: 20px;
}
.page-template-page-blog .entry-content .post .entry-text h2,
.page-template-page-blog .site-main .post .entry-text h2,
.page-template-page-blog .infinite-wrap .post .entry-text h2,
.page-template-page-newsletters .entry-content .post .entry-text h2,
.page-template-page-newsletters .site-main .post .entry-text h2,
.page-template-page-newsletters .infinite-wrap .post .entry-text h2,
.page-template-page-whitepapers .entry-content .post .entry-text h2,
.page-template-page-whitepapers .site-main .post .entry-text h2,
.page-template-page-whitepapers .infinite-wrap .post .entry-text h2,
.page-template-page-ebook .entry-content .post .entry-text h2,
.page-template-page-ebook .site-main .post .entry-text h2,
.page-template-page-ebook .infinite-wrap .post .entry-text h2,
.page-template-page-books .entry-content .post .entry-text h2,
.page-template-page-books .site-main .post .entry-text h2,
.page-template-page-books .infinite-wrap .post .entry-text h2,
.page-template-page-webinars .entry-content .post .entry-text h2,
.page-template-page-webinars .site-main .post .entry-text h2,
.page-template-page-webinars .infinite-wrap .post .entry-text h2,
.page-template-page-tools .entry-content .post .entry-text h2,
.page-template-page-tools .site-main .post .entry-text h2,
.page-template-page-tools .infinite-wrap .post .entry-text h2,
.page-template-page-landing .entry-content .post .entry-text h2,
.page-template-page-landing .site-main .post .entry-text h2,
.page-template-page-landing .infinite-wrap .post .entry-text h2,
.page-template-page-podcasts .entry-content .post .entry-text h2,
.page-template-page-podcasts .site-main .post .entry-text h2,
.page-template-page-podcasts .infinite-wrap .post .entry-text h2,
.page-template-page-videos .entry-content .post .entry-text h2,
.page-template-page-videos .site-main .post .entry-text h2,
.page-template-page-videos .infinite-wrap .post .entry-text h2,
.archive .entry-content .post .entry-text h2,
.archive .site-main .post .entry-text h2,
.archive .infinite-wrap .post .entry-text h2,
.category .entry-content .post .entry-text h2,
.category .site-main .post .entry-text h2,
.category .infinite-wrap .post .entry-text h2,
.single .entry-content .post .entry-text h2,
.single .site-main .post .entry-text h2,
.single .infinite-wrap .post .entry-text h2,
.single-post .entry-content .post .entry-text h2,
.single-post .site-main .post .entry-text h2,
.single-post .infinite-wrap .post .entry-text h2,
.single-blog .entry-content .post .entry-text h2,
.single-blog .site-main .post .entry-text h2,
.single-blog .infinite-wrap .post .entry-text h2,
.single-newsletters .entry-content .post .entry-text h2,
.single-newsletters .site-main .post .entry-text h2,
.single-newsletters .infinite-wrap .post .entry-text h2,
.single-ebook .entry-content .post .entry-text h2,
.single-ebook .site-main .post .entry-text h2,
.single-ebook .infinite-wrap .post .entry-text h2,
.single-books .entry-content .post .entry-text h2,
.single-books .site-main .post .entry-text h2,
.single-books .infinite-wrap .post .entry-text h2,
.single-whitepapers .entry-content .post .entry-text h2,
.single-whitepapers .site-main .post .entry-text h2,
.single-whitepapers .infinite-wrap .post .entry-text h2 {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.page-template-page-blog .entry-content .post .entry-text a,
.page-template-page-blog .site-main .post .entry-text a,
.page-template-page-blog .infinite-wrap .post .entry-text a,
.page-template-page-newsletters .entry-content .post .entry-text a,
.page-template-page-newsletters .site-main .post .entry-text a,
.page-template-page-newsletters .infinite-wrap .post .entry-text a,
.page-template-page-whitepapers .entry-content .post .entry-text a,
.page-template-page-whitepapers .site-main .post .entry-text a,
.page-template-page-whitepapers .infinite-wrap .post .entry-text a,
.page-template-page-ebook .entry-content .post .entry-text a,
.page-template-page-ebook .site-main .post .entry-text a,
.page-template-page-ebook .infinite-wrap .post .entry-text a,
.page-template-page-books .entry-content .post .entry-text a,
.page-template-page-books .site-main .post .entry-text a,
.page-template-page-books .infinite-wrap .post .entry-text a,
.page-template-page-webinars .entry-content .post .entry-text a,
.page-template-page-webinars .site-main .post .entry-text a,
.page-template-page-webinars .infinite-wrap .post .entry-text a,
.page-template-page-tools .entry-content .post .entry-text a,
.page-template-page-tools .site-main .post .entry-text a,
.page-template-page-tools .infinite-wrap .post .entry-text a,
.page-template-page-landing .entry-content .post .entry-text a,
.page-template-page-landing .site-main .post .entry-text a,
.page-template-page-landing .infinite-wrap .post .entry-text a,
.page-template-page-podcasts .entry-content .post .entry-text a,
.page-template-page-podcasts .site-main .post .entry-text a,
.page-template-page-podcasts .infinite-wrap .post .entry-text a,
.page-template-page-videos .entry-content .post .entry-text a,
.page-template-page-videos .site-main .post .entry-text a,
.page-template-page-videos .infinite-wrap .post .entry-text a,
.archive .entry-content .post .entry-text a,
.archive .site-main .post .entry-text a,
.archive .infinite-wrap .post .entry-text a,
.category .entry-content .post .entry-text a,
.category .site-main .post .entry-text a,
.category .infinite-wrap .post .entry-text a,
.single .entry-content .post .entry-text a,
.single .site-main .post .entry-text a,
.single .infinite-wrap .post .entry-text a,
.single-post .entry-content .post .entry-text a,
.single-post .site-main .post .entry-text a,
.single-post .infinite-wrap .post .entry-text a,
.single-blog .entry-content .post .entry-text a,
.single-blog .site-main .post .entry-text a,
.single-blog .infinite-wrap .post .entry-text a,
.single-newsletters .entry-content .post .entry-text a,
.single-newsletters .site-main .post .entry-text a,
.single-newsletters .infinite-wrap .post .entry-text a,
.single-ebook .entry-content .post .entry-text a,
.single-ebook .site-main .post .entry-text a,
.single-ebook .infinite-wrap .post .entry-text a,
.single-books .entry-content .post .entry-text a,
.single-books .site-main .post .entry-text a,
.single-books .infinite-wrap .post .entry-text a,
.single-whitepapers .entry-content .post .entry-text a,
.single-whitepapers .site-main .post .entry-text a,
.single-whitepapers .infinite-wrap .post .entry-text a {
  color: #ffffff;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 26px;
  font-weight: normal;
  display: block;
  line-height: 1.2em;
}
.page-template-page-blog .entry-content .post .entry-text a:hover,
.page-template-page-blog .site-main .post .entry-text a:hover,
.page-template-page-blog .infinite-wrap .post .entry-text a:hover,
.page-template-page-newsletters .entry-content .post .entry-text a:hover,
.page-template-page-newsletters .site-main .post .entry-text a:hover,
.page-template-page-newsletters .infinite-wrap .post .entry-text a:hover,
.page-template-page-whitepapers .entry-content .post .entry-text a:hover,
.page-template-page-whitepapers .site-main .post .entry-text a:hover,
.page-template-page-whitepapers .infinite-wrap .post .entry-text a:hover,
.page-template-page-ebook .entry-content .post .entry-text a:hover,
.page-template-page-ebook .site-main .post .entry-text a:hover,
.page-template-page-ebook .infinite-wrap .post .entry-text a:hover,
.page-template-page-books .entry-content .post .entry-text a:hover,
.page-template-page-books .site-main .post .entry-text a:hover,
.page-template-page-books .infinite-wrap .post .entry-text a:hover,
.page-template-page-webinars .entry-content .post .entry-text a:hover,
.page-template-page-webinars .site-main .post .entry-text a:hover,
.page-template-page-webinars .infinite-wrap .post .entry-text a:hover,
.page-template-page-tools .entry-content .post .entry-text a:hover,
.page-template-page-tools .site-main .post .entry-text a:hover,
.page-template-page-tools .infinite-wrap .post .entry-text a:hover,
.page-template-page-landing .entry-content .post .entry-text a:hover,
.page-template-page-landing .site-main .post .entry-text a:hover,
.page-template-page-landing .infinite-wrap .post .entry-text a:hover,
.page-template-page-podcasts .entry-content .post .entry-text a:hover,
.page-template-page-podcasts .site-main .post .entry-text a:hover,
.page-template-page-podcasts .infinite-wrap .post .entry-text a:hover,
.page-template-page-videos .entry-content .post .entry-text a:hover,
.page-template-page-videos .site-main .post .entry-text a:hover,
.page-template-page-videos .infinite-wrap .post .entry-text a:hover,
.archive .entry-content .post .entry-text a:hover,
.archive .site-main .post .entry-text a:hover,
.archive .infinite-wrap .post .entry-text a:hover,
.category .entry-content .post .entry-text a:hover,
.category .site-main .post .entry-text a:hover,
.category .infinite-wrap .post .entry-text a:hover,
.single .entry-content .post .entry-text a:hover,
.single .site-main .post .entry-text a:hover,
.single .infinite-wrap .post .entry-text a:hover,
.single-post .entry-content .post .entry-text a:hover,
.single-post .site-main .post .entry-text a:hover,
.single-post .infinite-wrap .post .entry-text a:hover,
.single-blog .entry-content .post .entry-text a:hover,
.single-blog .site-main .post .entry-text a:hover,
.single-blog .infinite-wrap .post .entry-text a:hover,
.single-newsletters .entry-content .post .entry-text a:hover,
.single-newsletters .site-main .post .entry-text a:hover,
.single-newsletters .infinite-wrap .post .entry-text a:hover,
.single-ebook .entry-content .post .entry-text a:hover,
.single-ebook .site-main .post .entry-text a:hover,
.single-ebook .infinite-wrap .post .entry-text a:hover,
.single-books .entry-content .post .entry-text a:hover,
.single-books .site-main .post .entry-text a:hover,
.single-books .infinite-wrap .post .entry-text a:hover,
.single-whitepapers .entry-content .post .entry-text a:hover,
.single-whitepapers .site-main .post .entry-text a:hover,
.single-whitepapers .infinite-wrap .post .entry-text a:hover {
  color: #231f20;
}
.page-template-page-blog .entry-content .post:nth-of-type(2) .entry-text,
.page-template-page-blog .site-main .post:nth-of-type(2) .entry-text,
.page-template-page-blog .infinite-wrap .post:nth-of-type(2) .entry-text,
.page-template-page-newsletters .entry-content .post:nth-of-type(2) .entry-text,
.page-template-page-newsletters .site-main .post:nth-of-type(2) .entry-text,
.page-template-page-newsletters .infinite-wrap .post:nth-of-type(2) .entry-text,
.page-template-page-whitepapers .entry-content .post:nth-of-type(2) .entry-text,
.page-template-page-whitepapers .site-main .post:nth-of-type(2) .entry-text,
.page-template-page-whitepapers .infinite-wrap .post:nth-of-type(2) .entry-text,
.page-template-page-ebook .entry-content .post:nth-of-type(2) .entry-text,
.page-template-page-ebook .site-main .post:nth-of-type(2) .entry-text,
.page-template-page-ebook .infinite-wrap .post:nth-of-type(2) .entry-text,
.page-template-page-books .entry-content .post:nth-of-type(2) .entry-text,
.page-template-page-books .site-main .post:nth-of-type(2) .entry-text,
.page-template-page-books .infinite-wrap .post:nth-of-type(2) .entry-text,
.page-template-page-webinars .entry-content .post:nth-of-type(2) .entry-text,
.page-template-page-webinars .site-main .post:nth-of-type(2) .entry-text,
.page-template-page-webinars .infinite-wrap .post:nth-of-type(2) .entry-text,
.page-template-page-tools .entry-content .post:nth-of-type(2) .entry-text,
.page-template-page-tools .site-main .post:nth-of-type(2) .entry-text,
.page-template-page-tools .infinite-wrap .post:nth-of-type(2) .entry-text,
.page-template-page-landing .entry-content .post:nth-of-type(2) .entry-text,
.page-template-page-landing .site-main .post:nth-of-type(2) .entry-text,
.page-template-page-landing .infinite-wrap .post:nth-of-type(2) .entry-text,
.page-template-page-podcasts .entry-content .post:nth-of-type(2) .entry-text,
.page-template-page-podcasts .site-main .post:nth-of-type(2) .entry-text,
.page-template-page-podcasts .infinite-wrap .post:nth-of-type(2) .entry-text,
.page-template-page-videos .entry-content .post:nth-of-type(2) .entry-text,
.page-template-page-videos .site-main .post:nth-of-type(2) .entry-text,
.page-template-page-videos .infinite-wrap .post:nth-of-type(2) .entry-text,
.archive .entry-content .post:nth-of-type(2) .entry-text,
.archive .site-main .post:nth-of-type(2) .entry-text,
.archive .infinite-wrap .post:nth-of-type(2) .entry-text,
.category .entry-content .post:nth-of-type(2) .entry-text,
.category .site-main .post:nth-of-type(2) .entry-text,
.category .infinite-wrap .post:nth-of-type(2) .entry-text,
.single .entry-content .post:nth-of-type(2) .entry-text,
.single .site-main .post:nth-of-type(2) .entry-text,
.single .infinite-wrap .post:nth-of-type(2) .entry-text,
.single-post .entry-content .post:nth-of-type(2) .entry-text,
.single-post .site-main .post:nth-of-type(2) .entry-text,
.single-post .infinite-wrap .post:nth-of-type(2) .entry-text,
.single-blog .entry-content .post:nth-of-type(2) .entry-text,
.single-blog .site-main .post:nth-of-type(2) .entry-text,
.single-blog .infinite-wrap .post:nth-of-type(2) .entry-text,
.single-newsletters .entry-content .post:nth-of-type(2) .entry-text,
.single-newsletters .site-main .post:nth-of-type(2) .entry-text,
.single-newsletters .infinite-wrap .post:nth-of-type(2) .entry-text,
.single-ebook .entry-content .post:nth-of-type(2) .entry-text,
.single-ebook .site-main .post:nth-of-type(2) .entry-text,
.single-ebook .infinite-wrap .post:nth-of-type(2) .entry-text,
.single-books .entry-content .post:nth-of-type(2) .entry-text,
.single-books .site-main .post:nth-of-type(2) .entry-text,
.single-books .infinite-wrap .post:nth-of-type(2) .entry-text,
.single-whitepapers .entry-content .post:nth-of-type(2) .entry-text,
.single-whitepapers .site-main .post:nth-of-type(2) .entry-text,
.single-whitepapers .infinite-wrap .post:nth-of-type(2) .entry-text {
  border-top: none;
}
.page-template-page-blog .entry-content .post.featured,
.page-template-page-blog .site-main .post.featured,
.page-template-page-blog .infinite-wrap .post.featured,
.page-template-page-newsletters .entry-content .post.featured,
.page-template-page-newsletters .site-main .post.featured,
.page-template-page-newsletters .infinite-wrap .post.featured,
.page-template-page-whitepapers .entry-content .post.featured,
.page-template-page-whitepapers .site-main .post.featured,
.page-template-page-whitepapers .infinite-wrap .post.featured,
.page-template-page-ebook .entry-content .post.featured,
.page-template-page-ebook .site-main .post.featured,
.page-template-page-ebook .infinite-wrap .post.featured,
.page-template-page-books .entry-content .post.featured,
.page-template-page-books .site-main .post.featured,
.page-template-page-books .infinite-wrap .post.featured,
.page-template-page-webinars .entry-content .post.featured,
.page-template-page-webinars .site-main .post.featured,
.page-template-page-webinars .infinite-wrap .post.featured,
.page-template-page-tools .entry-content .post.featured,
.page-template-page-tools .site-main .post.featured,
.page-template-page-tools .infinite-wrap .post.featured,
.page-template-page-landing .entry-content .post.featured,
.page-template-page-landing .site-main .post.featured,
.page-template-page-landing .infinite-wrap .post.featured,
.page-template-page-podcasts .entry-content .post.featured,
.page-template-page-podcasts .site-main .post.featured,
.page-template-page-podcasts .infinite-wrap .post.featured,
.page-template-page-videos .entry-content .post.featured,
.page-template-page-videos .site-main .post.featured,
.page-template-page-videos .infinite-wrap .post.featured,
.archive .entry-content .post.featured,
.archive .site-main .post.featured,
.archive .infinite-wrap .post.featured,
.category .entry-content .post.featured,
.category .site-main .post.featured,
.category .infinite-wrap .post.featured,
.single .entry-content .post.featured,
.single .site-main .post.featured,
.single .infinite-wrap .post.featured,
.single-post .entry-content .post.featured,
.single-post .site-main .post.featured,
.single-post .infinite-wrap .post.featured,
.single-blog .entry-content .post.featured,
.single-blog .site-main .post.featured,
.single-blog .infinite-wrap .post.featured,
.single-newsletters .entry-content .post.featured,
.single-newsletters .site-main .post.featured,
.single-newsletters .infinite-wrap .post.featured,
.single-ebook .entry-content .post.featured,
.single-ebook .site-main .post.featured,
.single-ebook .infinite-wrap .post.featured,
.single-books .entry-content .post.featured,
.single-books .site-main .post.featured,
.single-books .infinite-wrap .post.featured,
.single-whitepapers .entry-content .post.featured,
.single-whitepapers .site-main .post.featured,
.single-whitepapers .infinite-wrap .post.featured {
  background: none;
  margin-top: 40px;
}
.page-template-page-blog .entry-content .post.featured > .container,
.page-template-page-blog .site-main .post.featured > .container,
.page-template-page-blog .infinite-wrap .post.featured > .container,
.page-template-page-newsletters .entry-content .post.featured > .container,
.page-template-page-newsletters .site-main .post.featured > .container,
.page-template-page-newsletters .infinite-wrap .post.featured > .container,
.page-template-page-whitepapers .entry-content .post.featured > .container,
.page-template-page-whitepapers .site-main .post.featured > .container,
.page-template-page-whitepapers .infinite-wrap .post.featured > .container,
.page-template-page-ebook .entry-content .post.featured > .container,
.page-template-page-ebook .site-main .post.featured > .container,
.page-template-page-ebook .infinite-wrap .post.featured > .container,
.page-template-page-books .entry-content .post.featured > .container,
.page-template-page-books .site-main .post.featured > .container,
.page-template-page-books .infinite-wrap .post.featured > .container,
.page-template-page-webinars .entry-content .post.featured > .container,
.page-template-page-webinars .site-main .post.featured > .container,
.page-template-page-webinars .infinite-wrap .post.featured > .container,
.page-template-page-tools .entry-content .post.featured > .container,
.page-template-page-tools .site-main .post.featured > .container,
.page-template-page-tools .infinite-wrap .post.featured > .container,
.page-template-page-landing .entry-content .post.featured > .container,
.page-template-page-landing .site-main .post.featured > .container,
.page-template-page-landing .infinite-wrap .post.featured > .container,
.page-template-page-podcasts .entry-content .post.featured > .container,
.page-template-page-podcasts .site-main .post.featured > .container,
.page-template-page-podcasts .infinite-wrap .post.featured > .container,
.page-template-page-videos .entry-content .post.featured > .container,
.page-template-page-videos .site-main .post.featured > .container,
.page-template-page-videos .infinite-wrap .post.featured > .container,
.archive .entry-content .post.featured > .container,
.archive .site-main .post.featured > .container,
.archive .infinite-wrap .post.featured > .container,
.category .entry-content .post.featured > .container,
.category .site-main .post.featured > .container,
.category .infinite-wrap .post.featured > .container,
.single .entry-content .post.featured > .container,
.single .site-main .post.featured > .container,
.single .infinite-wrap .post.featured > .container,
.single-post .entry-content .post.featured > .container,
.single-post .site-main .post.featured > .container,
.single-post .infinite-wrap .post.featured > .container,
.single-blog .entry-content .post.featured > .container,
.single-blog .site-main .post.featured > .container,
.single-blog .infinite-wrap .post.featured > .container,
.single-newsletters .entry-content .post.featured > .container,
.single-newsletters .site-main .post.featured > .container,
.single-newsletters .infinite-wrap .post.featured > .container,
.single-ebook .entry-content .post.featured > .container,
.single-ebook .site-main .post.featured > .container,
.single-ebook .infinite-wrap .post.featured > .container,
.single-books .entry-content .post.featured > .container,
.single-books .site-main .post.featured > .container,
.single-books .infinite-wrap .post.featured > .container,
.single-whitepapers .entry-content .post.featured > .container,
.single-whitepapers .site-main .post.featured > .container,
.single-whitepapers .infinite-wrap .post.featured > .container {
  padding: 0;
}
.page-template-page-blog .entry-content .post.featured .image,
.page-template-page-blog .site-main .post.featured .image,
.page-template-page-blog .infinite-wrap .post.featured .image,
.page-template-page-newsletters .entry-content .post.featured .image,
.page-template-page-newsletters .site-main .post.featured .image,
.page-template-page-newsletters .infinite-wrap .post.featured .image,
.page-template-page-whitepapers .entry-content .post.featured .image,
.page-template-page-whitepapers .site-main .post.featured .image,
.page-template-page-whitepapers .infinite-wrap .post.featured .image,
.page-template-page-ebook .entry-content .post.featured .image,
.page-template-page-ebook .site-main .post.featured .image,
.page-template-page-ebook .infinite-wrap .post.featured .image,
.page-template-page-books .entry-content .post.featured .image,
.page-template-page-books .site-main .post.featured .image,
.page-template-page-books .infinite-wrap .post.featured .image,
.page-template-page-webinars .entry-content .post.featured .image,
.page-template-page-webinars .site-main .post.featured .image,
.page-template-page-webinars .infinite-wrap .post.featured .image,
.page-template-page-tools .entry-content .post.featured .image,
.page-template-page-tools .site-main .post.featured .image,
.page-template-page-tools .infinite-wrap .post.featured .image,
.page-template-page-landing .entry-content .post.featured .image,
.page-template-page-landing .site-main .post.featured .image,
.page-template-page-landing .infinite-wrap .post.featured .image,
.page-template-page-podcasts .entry-content .post.featured .image,
.page-template-page-podcasts .site-main .post.featured .image,
.page-template-page-podcasts .infinite-wrap .post.featured .image,
.page-template-page-videos .entry-content .post.featured .image,
.page-template-page-videos .site-main .post.featured .image,
.page-template-page-videos .infinite-wrap .post.featured .image,
.archive .entry-content .post.featured .image,
.archive .site-main .post.featured .image,
.archive .infinite-wrap .post.featured .image,
.category .entry-content .post.featured .image,
.category .site-main .post.featured .image,
.category .infinite-wrap .post.featured .image,
.single .entry-content .post.featured .image,
.single .site-main .post.featured .image,
.single .infinite-wrap .post.featured .image,
.single-post .entry-content .post.featured .image,
.single-post .site-main .post.featured .image,
.single-post .infinite-wrap .post.featured .image,
.single-blog .entry-content .post.featured .image,
.single-blog .site-main .post.featured .image,
.single-blog .infinite-wrap .post.featured .image,
.single-newsletters .entry-content .post.featured .image,
.single-newsletters .site-main .post.featured .image,
.single-newsletters .infinite-wrap .post.featured .image,
.single-ebook .entry-content .post.featured .image,
.single-ebook .site-main .post.featured .image,
.single-ebook .infinite-wrap .post.featured .image,
.single-books .entry-content .post.featured .image,
.single-books .site-main .post.featured .image,
.single-books .infinite-wrap .post.featured .image,
.single-whitepapers .entry-content .post.featured .image,
.single-whitepapers .site-main .post.featured .image,
.single-whitepapers .infinite-wrap .post.featured .image {
  margin-top: -80px;
}
.page-template-page-blog .entry-content .post.featured .image img,
.page-template-page-blog .site-main .post.featured .image img,
.page-template-page-blog .infinite-wrap .post.featured .image img,
.page-template-page-newsletters .entry-content .post.featured .image img,
.page-template-page-newsletters .site-main .post.featured .image img,
.page-template-page-newsletters .infinite-wrap .post.featured .image img,
.page-template-page-whitepapers .entry-content .post.featured .image img,
.page-template-page-whitepapers .site-main .post.featured .image img,
.page-template-page-whitepapers .infinite-wrap .post.featured .image img,
.page-template-page-ebook .entry-content .post.featured .image img,
.page-template-page-ebook .site-main .post.featured .image img,
.page-template-page-ebook .infinite-wrap .post.featured .image img,
.page-template-page-books .entry-content .post.featured .image img,
.page-template-page-books .site-main .post.featured .image img,
.page-template-page-books .infinite-wrap .post.featured .image img,
.page-template-page-webinars .entry-content .post.featured .image img,
.page-template-page-webinars .site-main .post.featured .image img,
.page-template-page-webinars .infinite-wrap .post.featured .image img,
.page-template-page-tools .entry-content .post.featured .image img,
.page-template-page-tools .site-main .post.featured .image img,
.page-template-page-tools .infinite-wrap .post.featured .image img,
.page-template-page-landing .entry-content .post.featured .image img,
.page-template-page-landing .site-main .post.featured .image img,
.page-template-page-landing .infinite-wrap .post.featured .image img,
.page-template-page-podcasts .entry-content .post.featured .image img,
.page-template-page-podcasts .site-main .post.featured .image img,
.page-template-page-podcasts .infinite-wrap .post.featured .image img,
.page-template-page-videos .entry-content .post.featured .image img,
.page-template-page-videos .site-main .post.featured .image img,
.page-template-page-videos .infinite-wrap .post.featured .image img,
.archive .entry-content .post.featured .image img,
.archive .site-main .post.featured .image img,
.archive .infinite-wrap .post.featured .image img,
.category .entry-content .post.featured .image img,
.category .site-main .post.featured .image img,
.category .infinite-wrap .post.featured .image img,
.single .entry-content .post.featured .image img,
.single .site-main .post.featured .image img,
.single .infinite-wrap .post.featured .image img,
.single-post .entry-content .post.featured .image img,
.single-post .site-main .post.featured .image img,
.single-post .infinite-wrap .post.featured .image img,
.single-blog .entry-content .post.featured .image img,
.single-blog .site-main .post.featured .image img,
.single-blog .infinite-wrap .post.featured .image img,
.single-newsletters .entry-content .post.featured .image img,
.single-newsletters .site-main .post.featured .image img,
.single-newsletters .infinite-wrap .post.featured .image img,
.single-ebook .entry-content .post.featured .image img,
.single-ebook .site-main .post.featured .image img,
.single-ebook .infinite-wrap .post.featured .image img,
.single-books .entry-content .post.featured .image img,
.single-books .site-main .post.featured .image img,
.single-books .infinite-wrap .post.featured .image img,
.single-whitepapers .entry-content .post.featured .image img,
.single-whitepapers .site-main .post.featured .image img,
.single-whitepapers .infinite-wrap .post.featured .image img {
  display: block;
  height: auto;
  width: 100%;
}
.page-template-page-blog .entry-content .post.featured .text,
.page-template-page-blog .site-main .post.featured .text,
.page-template-page-blog .infinite-wrap .post.featured .text,
.page-template-page-newsletters .entry-content .post.featured .text,
.page-template-page-newsletters .site-main .post.featured .text,
.page-template-page-newsletters .infinite-wrap .post.featured .text,
.page-template-page-whitepapers .entry-content .post.featured .text,
.page-template-page-whitepapers .site-main .post.featured .text,
.page-template-page-whitepapers .infinite-wrap .post.featured .text,
.page-template-page-ebook .entry-content .post.featured .text,
.page-template-page-ebook .site-main .post.featured .text,
.page-template-page-ebook .infinite-wrap .post.featured .text,
.page-template-page-books .entry-content .post.featured .text,
.page-template-page-books .site-main .post.featured .text,
.page-template-page-books .infinite-wrap .post.featured .text,
.page-template-page-webinars .entry-content .post.featured .text,
.page-template-page-webinars .site-main .post.featured .text,
.page-template-page-webinars .infinite-wrap .post.featured .text,
.page-template-page-tools .entry-content .post.featured .text,
.page-template-page-tools .site-main .post.featured .text,
.page-template-page-tools .infinite-wrap .post.featured .text,
.page-template-page-landing .entry-content .post.featured .text,
.page-template-page-landing .site-main .post.featured .text,
.page-template-page-landing .infinite-wrap .post.featured .text,
.page-template-page-podcasts .entry-content .post.featured .text,
.page-template-page-podcasts .site-main .post.featured .text,
.page-template-page-podcasts .infinite-wrap .post.featured .text,
.page-template-page-videos .entry-content .post.featured .text,
.page-template-page-videos .site-main .post.featured .text,
.page-template-page-videos .infinite-wrap .post.featured .text,
.archive .entry-content .post.featured .text,
.archive .site-main .post.featured .text,
.archive .infinite-wrap .post.featured .text,
.category .entry-content .post.featured .text,
.category .site-main .post.featured .text,
.category .infinite-wrap .post.featured .text,
.single .entry-content .post.featured .text,
.single .site-main .post.featured .text,
.single .infinite-wrap .post.featured .text,
.single-post .entry-content .post.featured .text,
.single-post .site-main .post.featured .text,
.single-post .infinite-wrap .post.featured .text,
.single-blog .entry-content .post.featured .text,
.single-blog .site-main .post.featured .text,
.single-blog .infinite-wrap .post.featured .text,
.single-newsletters .entry-content .post.featured .text,
.single-newsletters .site-main .post.featured .text,
.single-newsletters .infinite-wrap .post.featured .text,
.single-ebook .entry-content .post.featured .text,
.single-ebook .site-main .post.featured .text,
.single-ebook .infinite-wrap .post.featured .text,
.single-books .entry-content .post.featured .text,
.single-books .site-main .post.featured .text,
.single-books .infinite-wrap .post.featured .text,
.single-whitepapers .entry-content .post.featured .text,
.single-whitepapers .site-main .post.featured .text,
.single-whitepapers .infinite-wrap .post.featured .text {
  padding-bottom: 30px;
  position: relative;
}
.page-template-page-blog .entry-content .post.featured .text .feat-label,
.page-template-page-blog .site-main .post.featured .text .feat-label,
.page-template-page-blog .infinite-wrap .post.featured .text .feat-label,
.page-template-page-newsletters .entry-content .post.featured .text .feat-label,
.page-template-page-newsletters .site-main .post.featured .text .feat-label,
.page-template-page-newsletters .infinite-wrap .post.featured .text .feat-label,
.page-template-page-whitepapers .entry-content .post.featured .text .feat-label,
.page-template-page-whitepapers .site-main .post.featured .text .feat-label,
.page-template-page-whitepapers .infinite-wrap .post.featured .text .feat-label,
.page-template-page-ebook .entry-content .post.featured .text .feat-label,
.page-template-page-ebook .site-main .post.featured .text .feat-label,
.page-template-page-ebook .infinite-wrap .post.featured .text .feat-label,
.page-template-page-books .entry-content .post.featured .text .feat-label,
.page-template-page-books .site-main .post.featured .text .feat-label,
.page-template-page-books .infinite-wrap .post.featured .text .feat-label,
.page-template-page-webinars .entry-content .post.featured .text .feat-label,
.page-template-page-webinars .site-main .post.featured .text .feat-label,
.page-template-page-webinars .infinite-wrap .post.featured .text .feat-label,
.page-template-page-tools .entry-content .post.featured .text .feat-label,
.page-template-page-tools .site-main .post.featured .text .feat-label,
.page-template-page-tools .infinite-wrap .post.featured .text .feat-label,
.page-template-page-landing .entry-content .post.featured .text .feat-label,
.page-template-page-landing .site-main .post.featured .text .feat-label,
.page-template-page-landing .infinite-wrap .post.featured .text .feat-label,
.page-template-page-podcasts .entry-content .post.featured .text .feat-label,
.page-template-page-podcasts .site-main .post.featured .text .feat-label,
.page-template-page-podcasts .infinite-wrap .post.featured .text .feat-label,
.page-template-page-videos .entry-content .post.featured .text .feat-label,
.page-template-page-videos .site-main .post.featured .text .feat-label,
.page-template-page-videos .infinite-wrap .post.featured .text .feat-label,
.archive .entry-content .post.featured .text .feat-label,
.archive .site-main .post.featured .text .feat-label,
.archive .infinite-wrap .post.featured .text .feat-label,
.category .entry-content .post.featured .text .feat-label,
.category .site-main .post.featured .text .feat-label,
.category .infinite-wrap .post.featured .text .feat-label,
.single .entry-content .post.featured .text .feat-label,
.single .site-main .post.featured .text .feat-label,
.single .infinite-wrap .post.featured .text .feat-label,
.single-post .entry-content .post.featured .text .feat-label,
.single-post .site-main .post.featured .text .feat-label,
.single-post .infinite-wrap .post.featured .text .feat-label,
.single-blog .entry-content .post.featured .text .feat-label,
.single-blog .site-main .post.featured .text .feat-label,
.single-blog .infinite-wrap .post.featured .text .feat-label,
.single-newsletters .entry-content .post.featured .text .feat-label,
.single-newsletters .site-main .post.featured .text .feat-label,
.single-newsletters .infinite-wrap .post.featured .text .feat-label,
.single-ebook .entry-content .post.featured .text .feat-label,
.single-ebook .site-main .post.featured .text .feat-label,
.single-ebook .infinite-wrap .post.featured .text .feat-label,
.single-books .entry-content .post.featured .text .feat-label,
.single-books .site-main .post.featured .text .feat-label,
.single-books .infinite-wrap .post.featured .text .feat-label,
.single-whitepapers .entry-content .post.featured .text .feat-label,
.single-whitepapers .site-main .post.featured .text .feat-label,
.single-whitepapers .infinite-wrap .post.featured .text .feat-label {
  color: #a59c87;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 10px;
  font-weight: normal;
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.page-template-page-blog .entry-content .post.featured .text .entry-title,
.page-template-page-blog .site-main .post.featured .text .entry-title,
.page-template-page-blog .infinite-wrap .post.featured .text .entry-title,
.page-template-page-newsletters .entry-content .post.featured .text .entry-title,
.page-template-page-newsletters .site-main .post.featured .text .entry-title,
.page-template-page-newsletters .infinite-wrap .post.featured .text .entry-title,
.page-template-page-whitepapers .entry-content .post.featured .text .entry-title,
.page-template-page-whitepapers .site-main .post.featured .text .entry-title,
.page-template-page-whitepapers .infinite-wrap .post.featured .text .entry-title,
.page-template-page-ebook .entry-content .post.featured .text .entry-title,
.page-template-page-ebook .site-main .post.featured .text .entry-title,
.page-template-page-ebook .infinite-wrap .post.featured .text .entry-title,
.page-template-page-books .entry-content .post.featured .text .entry-title,
.page-template-page-books .site-main .post.featured .text .entry-title,
.page-template-page-books .infinite-wrap .post.featured .text .entry-title,
.page-template-page-webinars .entry-content .post.featured .text .entry-title,
.page-template-page-webinars .site-main .post.featured .text .entry-title,
.page-template-page-webinars .infinite-wrap .post.featured .text .entry-title,
.page-template-page-tools .entry-content .post.featured .text .entry-title,
.page-template-page-tools .site-main .post.featured .text .entry-title,
.page-template-page-tools .infinite-wrap .post.featured .text .entry-title,
.page-template-page-landing .entry-content .post.featured .text .entry-title,
.page-template-page-landing .site-main .post.featured .text .entry-title,
.page-template-page-landing .infinite-wrap .post.featured .text .entry-title,
.page-template-page-podcasts .entry-content .post.featured .text .entry-title,
.page-template-page-podcasts .site-main .post.featured .text .entry-title,
.page-template-page-podcasts .infinite-wrap .post.featured .text .entry-title,
.page-template-page-videos .entry-content .post.featured .text .entry-title,
.page-template-page-videos .site-main .post.featured .text .entry-title,
.page-template-page-videos .infinite-wrap .post.featured .text .entry-title,
.archive .entry-content .post.featured .text .entry-title,
.archive .site-main .post.featured .text .entry-title,
.archive .infinite-wrap .post.featured .text .entry-title,
.category .entry-content .post.featured .text .entry-title,
.category .site-main .post.featured .text .entry-title,
.category .infinite-wrap .post.featured .text .entry-title,
.single .entry-content .post.featured .text .entry-title,
.single .site-main .post.featured .text .entry-title,
.single .infinite-wrap .post.featured .text .entry-title,
.single-post .entry-content .post.featured .text .entry-title,
.single-post .site-main .post.featured .text .entry-title,
.single-post .infinite-wrap .post.featured .text .entry-title,
.single-blog .entry-content .post.featured .text .entry-title,
.single-blog .site-main .post.featured .text .entry-title,
.single-blog .infinite-wrap .post.featured .text .entry-title,
.single-newsletters .entry-content .post.featured .text .entry-title,
.single-newsletters .site-main .post.featured .text .entry-title,
.single-newsletters .infinite-wrap .post.featured .text .entry-title,
.single-ebook .entry-content .post.featured .text .entry-title,
.single-ebook .site-main .post.featured .text .entry-title,
.single-ebook .infinite-wrap .post.featured .text .entry-title,
.single-books .entry-content .post.featured .text .entry-title,
.single-books .site-main .post.featured .text .entry-title,
.single-books .infinite-wrap .post.featured .text .entry-title,
.single-whitepapers .entry-content .post.featured .text .entry-title,
.single-whitepapers .site-main .post.featured .text .entry-title,
.single-whitepapers .infinite-wrap .post.featured .text .entry-title {
  color: #231f20;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2em;
}
.page-template-page-blog .entry-content .post.featured + .post,
.page-template-page-blog .site-main .post.featured + .post,
.page-template-page-blog .infinite-wrap .post.featured + .post,
.page-template-page-newsletters .entry-content .post.featured + .post,
.page-template-page-newsletters .site-main .post.featured + .post,
.page-template-page-newsletters .infinite-wrap .post.featured + .post,
.page-template-page-whitepapers .entry-content .post.featured + .post,
.page-template-page-whitepapers .site-main .post.featured + .post,
.page-template-page-whitepapers .infinite-wrap .post.featured + .post,
.page-template-page-ebook .entry-content .post.featured + .post,
.page-template-page-ebook .site-main .post.featured + .post,
.page-template-page-ebook .infinite-wrap .post.featured + .post,
.page-template-page-books .entry-content .post.featured + .post,
.page-template-page-books .site-main .post.featured + .post,
.page-template-page-books .infinite-wrap .post.featured + .post,
.page-template-page-webinars .entry-content .post.featured + .post,
.page-template-page-webinars .site-main .post.featured + .post,
.page-template-page-webinars .infinite-wrap .post.featured + .post,
.page-template-page-tools .entry-content .post.featured + .post,
.page-template-page-tools .site-main .post.featured + .post,
.page-template-page-tools .infinite-wrap .post.featured + .post,
.page-template-page-landing .entry-content .post.featured + .post,
.page-template-page-landing .site-main .post.featured + .post,
.page-template-page-landing .infinite-wrap .post.featured + .post,
.page-template-page-podcasts .entry-content .post.featured + .post,
.page-template-page-podcasts .site-main .post.featured + .post,
.page-template-page-podcasts .infinite-wrap .post.featured + .post,
.page-template-page-videos .entry-content .post.featured + .post,
.page-template-page-videos .site-main .post.featured + .post,
.page-template-page-videos .infinite-wrap .post.featured + .post,
.archive .entry-content .post.featured + .post,
.archive .site-main .post.featured + .post,
.archive .infinite-wrap .post.featured + .post,
.category .entry-content .post.featured + .post,
.category .site-main .post.featured + .post,
.category .infinite-wrap .post.featured + .post,
.single .entry-content .post.featured + .post,
.single .site-main .post.featured + .post,
.single .infinite-wrap .post.featured + .post,
.single-post .entry-content .post.featured + .post,
.single-post .site-main .post.featured + .post,
.single-post .infinite-wrap .post.featured + .post,
.single-blog .entry-content .post.featured + .post,
.single-blog .site-main .post.featured + .post,
.single-blog .infinite-wrap .post.featured + .post,
.single-newsletters .entry-content .post.featured + .post,
.single-newsletters .site-main .post.featured + .post,
.single-newsletters .infinite-wrap .post.featured + .post,
.single-ebook .entry-content .post.featured + .post,
.single-ebook .site-main .post.featured + .post,
.single-ebook .infinite-wrap .post.featured + .post,
.single-books .entry-content .post.featured + .post,
.single-books .site-main .post.featured + .post,
.single-books .infinite-wrap .post.featured + .post,
.single-whitepapers .entry-content .post.featured + .post,
.single-whitepapers .site-main .post.featured + .post,
.single-whitepapers .infinite-wrap .post.featured + .post {
  position: relative;
}
.page-template-page-blog .entry-content .post.featured + .post:before,
.page-template-page-blog .site-main .post.featured + .post:before,
.page-template-page-blog .infinite-wrap .post.featured + .post:before,
.page-template-page-newsletters .entry-content .post.featured + .post:before,
.page-template-page-newsletters .site-main .post.featured + .post:before,
.page-template-page-newsletters .infinite-wrap .post.featured + .post:before,
.page-template-page-whitepapers .entry-content .post.featured + .post:before,
.page-template-page-whitepapers .site-main .post.featured + .post:before,
.page-template-page-whitepapers .infinite-wrap .post.featured + .post:before,
.page-template-page-ebook .entry-content .post.featured + .post:before,
.page-template-page-ebook .site-main .post.featured + .post:before,
.page-template-page-ebook .infinite-wrap .post.featured + .post:before,
.page-template-page-books .entry-content .post.featured + .post:before,
.page-template-page-books .site-main .post.featured + .post:before,
.page-template-page-books .infinite-wrap .post.featured + .post:before,
.page-template-page-webinars .entry-content .post.featured + .post:before,
.page-template-page-webinars .site-main .post.featured + .post:before,
.page-template-page-webinars .infinite-wrap .post.featured + .post:before,
.page-template-page-tools .entry-content .post.featured + .post:before,
.page-template-page-tools .site-main .post.featured + .post:before,
.page-template-page-tools .infinite-wrap .post.featured + .post:before,
.page-template-page-landing .entry-content .post.featured + .post:before,
.page-template-page-landing .site-main .post.featured + .post:before,
.page-template-page-landing .infinite-wrap .post.featured + .post:before,
.page-template-page-podcasts .entry-content .post.featured + .post:before,
.page-template-page-podcasts .site-main .post.featured + .post:before,
.page-template-page-podcasts .infinite-wrap .post.featured + .post:before,
.page-template-page-videos .entry-content .post.featured + .post:before,
.page-template-page-videos .site-main .post.featured + .post:before,
.page-template-page-videos .infinite-wrap .post.featured + .post:before,
.archive .entry-content .post.featured + .post:before,
.archive .site-main .post.featured + .post:before,
.archive .infinite-wrap .post.featured + .post:before,
.category .entry-content .post.featured + .post:before,
.category .site-main .post.featured + .post:before,
.category .infinite-wrap .post.featured + .post:before,
.single .entry-content .post.featured + .post:before,
.single .site-main .post.featured + .post:before,
.single .infinite-wrap .post.featured + .post:before,
.single-post .entry-content .post.featured + .post:before,
.single-post .site-main .post.featured + .post:before,
.single-post .infinite-wrap .post.featured + .post:before,
.single-blog .entry-content .post.featured + .post:before,
.single-blog .site-main .post.featured + .post:before,
.single-blog .infinite-wrap .post.featured + .post:before,
.single-newsletters .entry-content .post.featured + .post:before,
.single-newsletters .site-main .post.featured + .post:before,
.single-newsletters .infinite-wrap .post.featured + .post:before,
.single-ebook .entry-content .post.featured + .post:before,
.single-ebook .site-main .post.featured + .post:before,
.single-ebook .infinite-wrap .post.featured + .post:before,
.single-books .entry-content .post.featured + .post:before,
.single-books .site-main .post.featured + .post:before,
.single-books .infinite-wrap .post.featured + .post:before,
.single-whitepapers .entry-content .post.featured + .post:before,
.single-whitepapers .site-main .post.featured + .post:before,
.single-whitepapers .infinite-wrap .post.featured + .post:before {
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 10px;
  font-weight: normal;
  background: #a59c87;
  bottom: 100%;
  content: "More Posts";
  display: block;
  left: 25px;
  padding: 7px 7px 3px;
  position: absolute;
  text-transform: uppercase;
}
.page-template-page-blog .entry-content .post.featured:hover .text .entry-title,
.page-template-page-blog .site-main .post.featured:hover .text .entry-title,
.page-template-page-blog .infinite-wrap .post.featured:hover .text .entry-title,
.page-template-page-newsletters .entry-content .post.featured:hover .text .entry-title,
.page-template-page-newsletters .site-main .post.featured:hover .text .entry-title,
.page-template-page-newsletters .infinite-wrap .post.featured:hover .text .entry-title,
.page-template-page-whitepapers .entry-content .post.featured:hover .text .entry-title,
.page-template-page-whitepapers .site-main .post.featured:hover .text .entry-title,
.page-template-page-whitepapers .infinite-wrap .post.featured:hover .text .entry-title,
.page-template-page-ebook .entry-content .post.featured:hover .text .entry-title,
.page-template-page-ebook .site-main .post.featured:hover .text .entry-title,
.page-template-page-ebook .infinite-wrap .post.featured:hover .text .entry-title,
.page-template-page-books .entry-content .post.featured:hover .text .entry-title,
.page-template-page-books .site-main .post.featured:hover .text .entry-title,
.page-template-page-books .infinite-wrap .post.featured:hover .text .entry-title,
.page-template-page-webinars .entry-content .post.featured:hover .text .entry-title,
.page-template-page-webinars .site-main .post.featured:hover .text .entry-title,
.page-template-page-webinars .infinite-wrap .post.featured:hover .text .entry-title,
.page-template-page-tools .entry-content .post.featured:hover .text .entry-title,
.page-template-page-tools .site-main .post.featured:hover .text .entry-title,
.page-template-page-tools .infinite-wrap .post.featured:hover .text .entry-title,
.page-template-page-landing .entry-content .post.featured:hover .text .entry-title,
.page-template-page-landing .site-main .post.featured:hover .text .entry-title,
.page-template-page-landing .infinite-wrap .post.featured:hover .text .entry-title,
.page-template-page-podcasts .entry-content .post.featured:hover .text .entry-title,
.page-template-page-podcasts .site-main .post.featured:hover .text .entry-title,
.page-template-page-podcasts .infinite-wrap .post.featured:hover .text .entry-title,
.page-template-page-videos .entry-content .post.featured:hover .text .entry-title,
.page-template-page-videos .site-main .post.featured:hover .text .entry-title,
.page-template-page-videos .infinite-wrap .post.featured:hover .text .entry-title,
.archive .entry-content .post.featured:hover .text .entry-title,
.archive .site-main .post.featured:hover .text .entry-title,
.archive .infinite-wrap .post.featured:hover .text .entry-title,
.category .entry-content .post.featured:hover .text .entry-title,
.category .site-main .post.featured:hover .text .entry-title,
.category .infinite-wrap .post.featured:hover .text .entry-title,
.single .entry-content .post.featured:hover .text .entry-title,
.single .site-main .post.featured:hover .text .entry-title,
.single .infinite-wrap .post.featured:hover .text .entry-title,
.single-post .entry-content .post.featured:hover .text .entry-title,
.single-post .site-main .post.featured:hover .text .entry-title,
.single-post .infinite-wrap .post.featured:hover .text .entry-title,
.single-blog .entry-content .post.featured:hover .text .entry-title,
.single-blog .site-main .post.featured:hover .text .entry-title,
.single-blog .infinite-wrap .post.featured:hover .text .entry-title,
.single-newsletters .entry-content .post.featured:hover .text .entry-title,
.single-newsletters .site-main .post.featured:hover .text .entry-title,
.single-newsletters .infinite-wrap .post.featured:hover .text .entry-title,
.single-ebook .entry-content .post.featured:hover .text .entry-title,
.single-ebook .site-main .post.featured:hover .text .entry-title,
.single-ebook .infinite-wrap .post.featured:hover .text .entry-title,
.single-books .entry-content .post.featured:hover .text .entry-title,
.single-books .site-main .post.featured:hover .text .entry-title,
.single-books .infinite-wrap .post.featured:hover .text .entry-title,
.single-whitepapers .entry-content .post.featured:hover .text .entry-title,
.single-whitepapers .site-main .post.featured:hover .text .entry-title,
.single-whitepapers .infinite-wrap .post.featured:hover .text .entry-title {
  color: #cd3727;
}
.page-template-page-blog .entry-content .alm-reveal .post .entry-text,
.page-template-page-blog .site-main .alm-reveal .post .entry-text,
.page-template-page-blog .infinite-wrap .alm-reveal .post .entry-text,
.page-template-page-newsletters .entry-content .alm-reveal .post .entry-text,
.page-template-page-newsletters .site-main .alm-reveal .post .entry-text,
.page-template-page-newsletters .infinite-wrap .alm-reveal .post .entry-text,
.page-template-page-whitepapers .entry-content .alm-reveal .post .entry-text,
.page-template-page-whitepapers .site-main .alm-reveal .post .entry-text,
.page-template-page-whitepapers .infinite-wrap .alm-reveal .post .entry-text,
.page-template-page-ebook .entry-content .alm-reveal .post .entry-text,
.page-template-page-ebook .site-main .alm-reveal .post .entry-text,
.page-template-page-ebook .infinite-wrap .alm-reveal .post .entry-text,
.page-template-page-books .entry-content .alm-reveal .post .entry-text,
.page-template-page-books .site-main .alm-reveal .post .entry-text,
.page-template-page-books .infinite-wrap .alm-reveal .post .entry-text,
.page-template-page-webinars .entry-content .alm-reveal .post .entry-text,
.page-template-page-webinars .site-main .alm-reveal .post .entry-text,
.page-template-page-webinars .infinite-wrap .alm-reveal .post .entry-text,
.page-template-page-tools .entry-content .alm-reveal .post .entry-text,
.page-template-page-tools .site-main .alm-reveal .post .entry-text,
.page-template-page-tools .infinite-wrap .alm-reveal .post .entry-text,
.page-template-page-landing .entry-content .alm-reveal .post .entry-text,
.page-template-page-landing .site-main .alm-reveal .post .entry-text,
.page-template-page-landing .infinite-wrap .alm-reveal .post .entry-text,
.page-template-page-podcasts .entry-content .alm-reveal .post .entry-text,
.page-template-page-podcasts .site-main .alm-reveal .post .entry-text,
.page-template-page-podcasts .infinite-wrap .alm-reveal .post .entry-text,
.page-template-page-videos .entry-content .alm-reveal .post .entry-text,
.page-template-page-videos .site-main .alm-reveal .post .entry-text,
.page-template-page-videos .infinite-wrap .alm-reveal .post .entry-text,
.archive .entry-content .alm-reveal .post .entry-text,
.archive .site-main .alm-reveal .post .entry-text,
.archive .infinite-wrap .alm-reveal .post .entry-text,
.category .entry-content .alm-reveal .post .entry-text,
.category .site-main .alm-reveal .post .entry-text,
.category .infinite-wrap .alm-reveal .post .entry-text,
.single .entry-content .alm-reveal .post .entry-text,
.single .site-main .alm-reveal .post .entry-text,
.single .infinite-wrap .alm-reveal .post .entry-text,
.single-post .entry-content .alm-reveal .post .entry-text,
.single-post .site-main .alm-reveal .post .entry-text,
.single-post .infinite-wrap .alm-reveal .post .entry-text,
.single-blog .entry-content .alm-reveal .post .entry-text,
.single-blog .site-main .alm-reveal .post .entry-text,
.single-blog .infinite-wrap .alm-reveal .post .entry-text,
.single-newsletters .entry-content .alm-reveal .post .entry-text,
.single-newsletters .site-main .alm-reveal .post .entry-text,
.single-newsletters .infinite-wrap .alm-reveal .post .entry-text,
.single-ebook .entry-content .alm-reveal .post .entry-text,
.single-ebook .site-main .alm-reveal .post .entry-text,
.single-ebook .infinite-wrap .alm-reveal .post .entry-text,
.single-books .entry-content .alm-reveal .post .entry-text,
.single-books .site-main .alm-reveal .post .entry-text,
.single-books .infinite-wrap .alm-reveal .post .entry-text,
.single-whitepapers .entry-content .alm-reveal .post .entry-text,
.single-whitepapers .site-main .alm-reveal .post .entry-text,
.single-whitepapers .infinite-wrap .alm-reveal .post .entry-text {
  border-top: 1px solid #ffffff !important;
}
.page-template-page-blog #infinite-handle,
.page-template-page-newsletters #infinite-handle,
.page-template-page-whitepapers #infinite-handle,
.page-template-page-ebook #infinite-handle,
.page-template-page-books #infinite-handle,
.page-template-page-webinars #infinite-handle,
.page-template-page-tools #infinite-handle,
.page-template-page-landing #infinite-handle,
.page-template-page-podcasts #infinite-handle,
.page-template-page-videos #infinite-handle,
.archive #infinite-handle,
.category #infinite-handle,
.single #infinite-handle,
.single-post #infinite-handle,
.single-blog #infinite-handle,
.single-newsletters #infinite-handle,
.single-ebook #infinite-handle,
.single-books #infinite-handle,
.single-whitepapers #infinite-handle {
  overflow: hidden;
  display: block;
  margin: 20px auto;
  width: 200px;
}
.page-template-page-blog #infinite-handle span,
.page-template-page-newsletters #infinite-handle span,
.page-template-page-whitepapers #infinite-handle span,
.page-template-page-ebook #infinite-handle span,
.page-template-page-books #infinite-handle span,
.page-template-page-webinars #infinite-handle span,
.page-template-page-tools #infinite-handle span,
.page-template-page-landing #infinite-handle span,
.page-template-page-podcasts #infinite-handle span,
.page-template-page-videos #infinite-handle span,
.archive #infinite-handle span,
.category #infinite-handle span,
.single #infinite-handle span,
.single-post #infinite-handle span,
.single-blog #infinite-handle span,
.single-newsletters #infinite-handle span,
.single-ebook #infinite-handle span,
.single-books #infinite-handle span,
.single-whitepapers #infinite-handle span {
  display: block;
  text-align: center;
}
.page-template-page-blog .alm-btn-wrap,
.page-template-page-newsletters .alm-btn-wrap,
.page-template-page-whitepapers .alm-btn-wrap,
.page-template-page-ebook .alm-btn-wrap,
.page-template-page-books .alm-btn-wrap,
.page-template-page-webinars .alm-btn-wrap,
.page-template-page-tools .alm-btn-wrap,
.page-template-page-landing .alm-btn-wrap,
.page-template-page-podcasts .alm-btn-wrap,
.page-template-page-videos .alm-btn-wrap,
.archive .alm-btn-wrap,
.category .alm-btn-wrap,
.single .alm-btn-wrap,
.single-post .alm-btn-wrap,
.single-blog .alm-btn-wrap,
.single-newsletters .alm-btn-wrap,
.single-ebook .alm-btn-wrap,
.single-books .alm-btn-wrap,
.single-whitepapers .alm-btn-wrap {
  text-align: left;
  padding: 30px 30px 30px 25px;
  overflow: hidden;
  display: block;
}
.page-template-page-blog .ajax-load-more-wrap.grey button.alm-load-more-btn,
.page-template-page-blog button.alm-load-more-btn,
.page-template-page-newsletters .ajax-load-more-wrap.grey button.alm-load-more-btn,
.page-template-page-newsletters button.alm-load-more-btn,
.page-template-page-whitepapers .ajax-load-more-wrap.grey button.alm-load-more-btn,
.page-template-page-whitepapers button.alm-load-more-btn,
.page-template-page-ebook .ajax-load-more-wrap.grey button.alm-load-more-btn,
.page-template-page-ebook button.alm-load-more-btn,
.page-template-page-books .ajax-load-more-wrap.grey button.alm-load-more-btn,
.page-template-page-books button.alm-load-more-btn,
.page-template-page-webinars .ajax-load-more-wrap.grey button.alm-load-more-btn,
.page-template-page-webinars button.alm-load-more-btn,
.page-template-page-tools .ajax-load-more-wrap.grey button.alm-load-more-btn,
.page-template-page-tools button.alm-load-more-btn,
.page-template-page-landing .ajax-load-more-wrap.grey button.alm-load-more-btn,
.page-template-page-landing button.alm-load-more-btn,
.page-template-page-podcasts .ajax-load-more-wrap.grey button.alm-load-more-btn,
.page-template-page-podcasts button.alm-load-more-btn,
.page-template-page-videos .ajax-load-more-wrap.grey button.alm-load-more-btn,
.page-template-page-videos button.alm-load-more-btn,
.archive .ajax-load-more-wrap.grey button.alm-load-more-btn,
.archive button.alm-load-more-btn,
.category .ajax-load-more-wrap.grey button.alm-load-more-btn,
.category button.alm-load-more-btn,
.single .ajax-load-more-wrap.grey button.alm-load-more-btn,
.single button.alm-load-more-btn,
.single-post .ajax-load-more-wrap.grey button.alm-load-more-btn,
.single-post button.alm-load-more-btn,
.single-blog .ajax-load-more-wrap.grey button.alm-load-more-btn,
.single-blog button.alm-load-more-btn,
.single-newsletters .ajax-load-more-wrap.grey button.alm-load-more-btn,
.single-newsletters button.alm-load-more-btn,
.single-ebook .ajax-load-more-wrap.grey button.alm-load-more-btn,
.single-ebook button.alm-load-more-btn,
.single-books .ajax-load-more-wrap.grey button.alm-load-more-btn,
.single-books button.alm-load-more-btn,
.single-whitepapers .ajax-load-more-wrap.grey button.alm-load-more-btn,
.single-whitepapers button.alm-load-more-btn {
  -moz-appearance: none;
  -moz-user-select: none;
  background-image: url(../img/down-arrow.svg);
  background-color: #b5c428 !important;
  background-repeat: no-repeat;
  background-size: 16%;
  background-position: 95% 50%;
  border: medium none;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-family: "sanchez_slab_regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 44px;
  margin: 0 0 4px;
  padding: 0 60px 0 20px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: padding 0.25s ease-in-out 0s;
  width: auto;
}

.page-template-page-blog .entry-content .post.featured + .post:before {
  content: "More Posts" !important;
}

.category .entry-content .post.featured + .post:before {
  content: "More Related Posts" !important;
}

.page-template-page-newsletters .entry-content .post.featured + .post:before {
  content: "More Newsletters" !important;
}

.page-template-page-whitepapers .entry-content .post.featured + .post:before {
  content: "More White Papers" !important;
}

.page-template-page-ebook .entry-content .post.featured + .post:before {
  content: "More eBooks" !important;
}

.page-template-page-books .entry-content .post.featured + .post:before {
  content: "More Books" !important;
}

.page-template-page-webinars .entry-content .post.featured + .post:before {
  content: "More Webinars" !important;
}

.page-template-page-tools .entry-content .post.featured + .post:before {
  content: "More Tools" !important;
}

.page-template-page-podcasts .entry-content .post.featured + .post:before {
  content: "More Podcasts" !important;
}

.page-template-page-videos .entry-content .post.featured + .post:before {
  content: "More Videos" !important;
}

.archive #blogPosts > .post:first-child {
  padding-top: 40px;
}

.single .singleblog > .container,
.single-post .singleblog > .container,
.single-blog .singleblog > .container,
.single-newsletters .singleblog > .container,
.single-whitepapers .singleblog > .container,
.single-ebook .singleblog > .container,
.single-books .singleblog > .container {
  padding: 0;
}
.single .singleblog .page-header,
.single-post .singleblog .page-header,
.single-blog .singleblog .page-header,
.single-newsletters .singleblog .page-header,
.single-whitepapers .singleblog .page-header,
.single-ebook .singleblog .page-header,
.single-books .singleblog .page-header {
  padding: 0;
}
.single .singleblog .entry-author,
.single-post .singleblog .entry-author,
.single-blog .singleblog .entry-author,
.single-newsletters .singleblog .entry-author,
.single-whitepapers .singleblog .entry-author,
.single-ebook .singleblog .entry-author,
.single-books .singleblog .entry-author {
  padding: 20px 25px 0px 25px;
}
.single .singleblog .entry-author .portrait,
.single-post .singleblog .entry-author .portrait,
.single-blog .singleblog .entry-author .portrait,
.single-newsletters .singleblog .entry-author .portrait,
.single-whitepapers .singleblog .entry-author .portrait,
.single-ebook .singleblog .entry-author .portrait,
.single-books .singleblog .entry-author .portrait {
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  overflow: hidden;
  width: 45px;
  vertical-align: middle;
}
.single .singleblog .entry-author .portrait img,
.single-post .singleblog .entry-author .portrait img,
.single-blog .singleblog .entry-author .portrait img,
.single-newsletters .singleblog .entry-author .portrait img,
.single-whitepapers .singleblog .entry-author .portrait img,
.single-ebook .singleblog .entry-author .portrait img,
.single-books .singleblog .entry-author .portrait img {
  height: auto;
  width: 100%;
}
.single .singleblog .entry-author .name,
.single-post .singleblog .entry-author .name,
.single-blog .singleblog .entry-author .name,
.single-newsletters .singleblog .entry-author .name,
.single-whitepapers .singleblog .entry-author .name,
.single-ebook .singleblog .entry-author .name,
.single-books .singleblog .entry-author .name {
  color: #cd3727;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.single .singleblog .interior-content .entry-content,
.single-post .singleblog .interior-content .entry-content,
.single-blog .singleblog .interior-content .entry-content,
.single-newsletters .singleblog .interior-content .entry-content,
.single-whitepapers .singleblog .interior-content .entry-content,
.single-ebook .singleblog .interior-content .entry-content,
.single-books .singleblog .interior-content .entry-content {
  padding: 0 25px;
}
.single .singleblog .interior-content .entry-content > h1:first-of-type,
.single-post .singleblog .interior-content .entry-content > h1:first-of-type,
.single-blog .singleblog .interior-content .entry-content > h1:first-of-type,
.single-newsletters .singleblog .interior-content .entry-content > h1:first-of-type,
.single-whitepapers .singleblog .interior-content .entry-content > h1:first-of-type,
.single-ebook .singleblog .interior-content .entry-content > h1:first-of-type,
.single-books .singleblog .interior-content .entry-content > h1:first-of-type {
  border-bottom: 1px solid #a59c87;
  padding-bottom: 8px;
}
.page-template-archive-casestudies .page-header,
.page-template-archive-marketing-work .page-header,
.single-casestudies .page-header,
.page-template-archive-featured-work .page-header,
.single-featured-work .page-header,
.page-template-archive-team .page-header,
.single-team .page-header,
.page-template-page-team .page-header,
.page-template-page-work .page-header,
.page-template-page-videoCS .page-header,
.page-template-page-screenshare .page-header,
.page-template-page-columns .page-header,
.page-template-page-services .page-header {
  position: relative;
}
.page-template-archive-casestudies .page-header .container,
.page-template-archive-marketing-work .page-header .container,
.single-casestudies .page-header .container,
.page-template-archive-featured-work .page-header .container,
.single-featured-work .page-header .container,
.page-template-archive-team .page-header .container,
.single-team .page-header .container,
.page-template-page-team .page-header .container,
.page-template-page-work .page-header .container,
.page-template-page-videoCS .page-header .container,
.page-template-page-screenshare .page-header .container,
.page-template-page-columns .page-header .container,
.page-template-page-services .page-header .container {
  padding-top: 20px;
}
.page-template-archive-casestudies .page-header .page-title,
.page-template-archive-marketing-work .page-header .page-title,
.single-casestudies .page-header .page-title,
.page-template-archive-featured-work .page-header .page-title,
.single-featured-work .page-header .page-title,
.page-template-archive-team .page-header .page-title,
.single-team .page-header .page-title,
.page-template-page-team .page-header .page-title,
.page-template-page-work .page-header .page-title,
.page-template-page-videoCS .page-header .page-title,
.page-template-page-screenshare .page-header .page-title,
.page-template-page-columns .page-header .page-title,
.page-template-page-services .page-header .page-title {
  color: #231f20;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 12px;
  font-weight: normal;
  background: #b5c428;
  display: inline-block;
  left: 25px;
  padding: 5px 7px 4px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  z-index: 10;
}
.page-template-archive-casestudies .page-header .page-title a,
.page-template-archive-marketing-work .page-header .page-title a,
.single-casestudies .page-header .page-title a,
.page-template-archive-featured-work .page-header .page-title a,
.single-featured-work .page-header .page-title a,
.page-template-archive-team .page-header .page-title a,
.single-team .page-header .page-title a,
.page-template-page-team .page-header .page-title a,
.page-template-page-work .page-header .page-title a,
.page-template-page-videoCS .page-header .page-title a,
.page-template-page-screenshare .page-header .page-title a,
.page-template-page-columns .page-header .page-title a,
.page-template-page-services .page-header .page-title a {
  color: #231f20;
}
.page-template-archive-casestudies .entry-content .container,
.page-template-archive-marketing-work .entry-content .container,
.single-casestudies .entry-content .container,
.page-template-archive-featured-work .entry-content .container,
.single-featured-work .entry-content .container,
.page-template-archive-team .entry-content .container,
.single-team .entry-content .container,
.page-template-page-team .entry-content .container,
.page-template-page-work .entry-content .container,
.page-template-page-videoCS .entry-content .container,
.page-template-page-screenshare .entry-content .container,
.page-template-page-columns .entry-content .container,
.page-template-page-services .entry-content .container {
  overflow: hidden;
}
.page-template-archive-casestudies .entry-content .casestudy,
.page-template-archive-casestudies .entry-content .feat-work,
.page-template-archive-marketing-work .entry-content .casestudy,
.page-template-archive-marketing-work .entry-content .feat-work,
.single-casestudies .entry-content .casestudy,
.single-casestudies .entry-content .feat-work,
.page-template-archive-featured-work .entry-content .casestudy,
.page-template-archive-featured-work .entry-content .feat-work,
.single-featured-work .entry-content .casestudy,
.single-featured-work .entry-content .feat-work,
.page-template-archive-team .entry-content .casestudy,
.page-template-archive-team .entry-content .feat-work,
.single-team .entry-content .casestudy,
.single-team .entry-content .feat-work,
.page-template-page-team .entry-content .casestudy,
.page-template-page-team .entry-content .feat-work,
.page-template-page-work .entry-content .casestudy,
.page-template-page-work .entry-content .feat-work,
.page-template-page-videoCS .entry-content .casestudy,
.page-template-page-videoCS .entry-content .feat-work,
.page-template-page-screenshare .entry-content .casestudy,
.page-template-page-screenshare .entry-content .feat-work,
.page-template-page-columns .entry-content .casestudy,
.page-template-page-columns .entry-content .feat-work,
.page-template-page-services .entry-content .casestudy,
.page-template-page-services .entry-content .feat-work {
  position: relative;
}
.page-template-archive-casestudies .entry-content .casestudy .container,
.page-template-archive-casestudies .entry-content .feat-work .container,
.page-template-archive-marketing-work .entry-content .casestudy .container,
.page-template-archive-marketing-work .entry-content .feat-work .container,
.single-casestudies .entry-content .casestudy .container,
.single-casestudies .entry-content .feat-work .container,
.page-template-archive-featured-work .entry-content .casestudy .container,
.page-template-archive-featured-work .entry-content .feat-work .container,
.single-featured-work .entry-content .casestudy .container,
.single-featured-work .entry-content .feat-work .container,
.page-template-archive-team .entry-content .casestudy .container,
.page-template-archive-team .entry-content .feat-work .container,
.single-team .entry-content .casestudy .container,
.single-team .entry-content .feat-work .container,
.page-template-page-team .entry-content .casestudy .container,
.page-template-page-team .entry-content .feat-work .container,
.page-template-page-work .entry-content .casestudy .container,
.page-template-page-work .entry-content .feat-work .container,
.page-template-page-videoCS .entry-content .casestudy .container,
.page-template-page-videoCS .entry-content .feat-work .container,
.page-template-page-screenshare .entry-content .casestudy .container,
.page-template-page-screenshare .entry-content .feat-work .container,
.page-template-page-columns .entry-content .casestudy .container,
.page-template-page-columns .entry-content .feat-work .container,
.page-template-page-services .entry-content .casestudy .container,
.page-template-page-services .entry-content .feat-work .container {
  padding-bottom: 0;
}
.page-template-archive-casestudies .entry-content .casestudy .entry-featured-image,
.page-template-archive-casestudies .entry-content .feat-work .entry-featured-image,
.page-template-archive-marketing-work .entry-content .casestudy .entry-featured-image,
.page-template-archive-marketing-work .entry-content .feat-work .entry-featured-image,
.single-casestudies .entry-content .casestudy .entry-featured-image,
.single-casestudies .entry-content .feat-work .entry-featured-image,
.page-template-archive-featured-work .entry-content .casestudy .entry-featured-image,
.page-template-archive-featured-work .entry-content .feat-work .entry-featured-image,
.single-featured-work .entry-content .casestudy .entry-featured-image,
.single-featured-work .entry-content .feat-work .entry-featured-image,
.page-template-archive-team .entry-content .casestudy .entry-featured-image,
.page-template-archive-team .entry-content .feat-work .entry-featured-image,
.single-team .entry-content .casestudy .entry-featured-image,
.single-team .entry-content .feat-work .entry-featured-image,
.page-template-page-team .entry-content .casestudy .entry-featured-image,
.page-template-page-team .entry-content .feat-work .entry-featured-image,
.page-template-page-work .entry-content .casestudy .entry-featured-image,
.page-template-page-work .entry-content .feat-work .entry-featured-image,
.page-template-page-videoCS .entry-content .casestudy .entry-featured-image,
.page-template-page-videoCS .entry-content .feat-work .entry-featured-image,
.page-template-page-screenshare .entry-content .casestudy .entry-featured-image,
.page-template-page-screenshare .entry-content .feat-work .entry-featured-image,
.page-template-page-columns .entry-content .casestudy .entry-featured-image,
.page-template-page-columns .entry-content .feat-work .entry-featured-image,
.page-template-page-services .entry-content .casestudy .entry-featured-image,
.page-template-page-services .entry-content .feat-work .entry-featured-image {
  position: relative;
}
.page-template-archive-casestudies .entry-content .casestudy .entry-featured-image .image-overlay,
.page-template-archive-casestudies .entry-content .feat-work .entry-featured-image .image-overlay,
.page-template-archive-marketing-work .entry-content .casestudy .entry-featured-image .image-overlay,
.page-template-archive-marketing-work .entry-content .feat-work .entry-featured-image .image-overlay,
.single-casestudies .entry-content .casestudy .entry-featured-image .image-overlay,
.single-casestudies .entry-content .feat-work .entry-featured-image .image-overlay,
.page-template-archive-featured-work .entry-content .casestudy .entry-featured-image .image-overlay,
.page-template-archive-featured-work .entry-content .feat-work .entry-featured-image .image-overlay,
.single-featured-work .entry-content .casestudy .entry-featured-image .image-overlay,
.single-featured-work .entry-content .feat-work .entry-featured-image .image-overlay,
.page-template-archive-team .entry-content .casestudy .entry-featured-image .image-overlay,
.page-template-archive-team .entry-content .feat-work .entry-featured-image .image-overlay,
.single-team .entry-content .casestudy .entry-featured-image .image-overlay,
.single-team .entry-content .feat-work .entry-featured-image .image-overlay,
.page-template-page-team .entry-content .casestudy .entry-featured-image .image-overlay,
.page-template-page-team .entry-content .feat-work .entry-featured-image .image-overlay,
.page-template-page-work .entry-content .casestudy .entry-featured-image .image-overlay,
.page-template-page-work .entry-content .feat-work .entry-featured-image .image-overlay,
.page-template-page-videoCS .entry-content .casestudy .entry-featured-image .image-overlay,
.page-template-page-videoCS .entry-content .feat-work .entry-featured-image .image-overlay,
.page-template-page-screenshare .entry-content .casestudy .entry-featured-image .image-overlay,
.page-template-page-screenshare .entry-content .feat-work .entry-featured-image .image-overlay,
.page-template-page-columns .entry-content .casestudy .entry-featured-image .image-overlay,
.page-template-page-columns .entry-content .feat-work .entry-featured-image .image-overlay,
.page-template-page-services .entry-content .casestudy .entry-featured-image .image-overlay,
.page-template-page-services .entry-content .feat-work .entry-featured-image .image-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/image-overlay.png) center center repeat;
  background-size: 100%;
}
.page-template-archive-casestudies .entry-content .casestudy .entry-featured-image img,
.page-template-archive-casestudies .entry-content .feat-work .entry-featured-image img,
.page-template-archive-marketing-work .entry-content .casestudy .entry-featured-image img,
.page-template-archive-marketing-work .entry-content .feat-work .entry-featured-image img,
.single-casestudies .entry-content .casestudy .entry-featured-image img,
.single-casestudies .entry-content .feat-work .entry-featured-image img,
.page-template-archive-featured-work .entry-content .casestudy .entry-featured-image img,
.page-template-archive-featured-work .entry-content .feat-work .entry-featured-image img,
.single-featured-work .entry-content .casestudy .entry-featured-image img,
.single-featured-work .entry-content .feat-work .entry-featured-image img,
.page-template-archive-team .entry-content .casestudy .entry-featured-image img,
.page-template-archive-team .entry-content .feat-work .entry-featured-image img,
.single-team .entry-content .casestudy .entry-featured-image img,
.single-team .entry-content .feat-work .entry-featured-image img,
.page-template-page-team .entry-content .casestudy .entry-featured-image img,
.page-template-page-team .entry-content .feat-work .entry-featured-image img,
.page-template-page-work .entry-content .casestudy .entry-featured-image img,
.page-template-page-work .entry-content .feat-work .entry-featured-image img,
.page-template-page-videoCS .entry-content .casestudy .entry-featured-image img,
.page-template-page-videoCS .entry-content .feat-work .entry-featured-image img,
.page-template-page-screenshare .entry-content .casestudy .entry-featured-image img,
.page-template-page-screenshare .entry-content .feat-work .entry-featured-image img,
.page-template-page-columns .entry-content .casestudy .entry-featured-image img,
.page-template-page-columns .entry-content .feat-work .entry-featured-image img,
.page-template-page-services .entry-content .casestudy .entry-featured-image img,
.page-template-page-services .entry-content .feat-work .entry-featured-image img {
  display: block;
  height: auto;
  width: 100%;
}
.page-template-archive-casestudies .entry-content .casestudy .entry-text,
.page-template-archive-casestudies .entry-content .feat-work .entry-text,
.page-template-archive-marketing-work .entry-content .casestudy .entry-text,
.page-template-archive-marketing-work .entry-content .feat-work .entry-text,
.single-casestudies .entry-content .casestudy .entry-text,
.single-casestudies .entry-content .feat-work .entry-text,
.page-template-archive-featured-work .entry-content .casestudy .entry-text,
.page-template-archive-featured-work .entry-content .feat-work .entry-text,
.single-featured-work .entry-content .casestudy .entry-text,
.single-featured-work .entry-content .feat-work .entry-text,
.page-template-archive-team .entry-content .casestudy .entry-text,
.page-template-archive-team .entry-content .feat-work .entry-text,
.single-team .entry-content .casestudy .entry-text,
.single-team .entry-content .feat-work .entry-text,
.page-template-page-team .entry-content .casestudy .entry-text,
.page-template-page-team .entry-content .feat-work .entry-text,
.page-template-page-work .entry-content .casestudy .entry-text,
.page-template-page-work .entry-content .feat-work .entry-text,
.page-template-page-videoCS .entry-content .casestudy .entry-text,
.page-template-page-videoCS .entry-content .feat-work .entry-text,
.page-template-page-screenshare .entry-content .casestudy .entry-text,
.page-template-page-screenshare .entry-content .feat-work .entry-text,
.page-template-page-columns .entry-content .casestudy .entry-text,
.page-template-page-columns .entry-content .feat-work .entry-text,
.page-template-page-services .entry-content .casestudy .entry-text,
.page-template-page-services .entry-content .feat-work .entry-text {
  border-bottom: 1px solid #a59c87;
  padding-top: 15px;
  padding-bottom: 25px;
}
.page-template-archive-casestudies .entry-content .casestudy .entry-text .entry-title,
.page-template-archive-casestudies .entry-content .feat-work .entry-text .entry-title,
.page-template-archive-marketing-work .entry-content .casestudy .entry-text .entry-title,
.page-template-archive-marketing-work .entry-content .feat-work .entry-text .entry-title,
.single-casestudies .entry-content .casestudy .entry-text .entry-title,
.single-casestudies .entry-content .feat-work .entry-text .entry-title,
.page-template-archive-featured-work .entry-content .casestudy .entry-text .entry-title,
.page-template-archive-featured-work .entry-content .feat-work .entry-text .entry-title,
.single-featured-work .entry-content .casestudy .entry-text .entry-title,
.single-featured-work .entry-content .feat-work .entry-text .entry-title,
.page-template-archive-team .entry-content .casestudy .entry-text .entry-title,
.page-template-archive-team .entry-content .feat-work .entry-text .entry-title,
.single-team .entry-content .casestudy .entry-text .entry-title,
.single-team .entry-content .feat-work .entry-text .entry-title,
.page-template-page-team .entry-content .casestudy .entry-text .entry-title,
.page-template-page-team .entry-content .feat-work .entry-text .entry-title,
.page-template-page-work .entry-content .casestudy .entry-text .entry-title,
.page-template-page-work .entry-content .feat-work .entry-text .entry-title,
.page-template-page-videoCS .entry-content .casestudy .entry-text .entry-title,
.page-template-page-videoCS .entry-content .feat-work .entry-text .entry-title,
.page-template-page-screenshare .entry-content .casestudy .entry-text .entry-title,
.page-template-page-screenshare .entry-content .feat-work .entry-text .entry-title,
.page-template-page-columns .entry-content .casestudy .entry-text .entry-title,
.page-template-page-columns .entry-content .feat-work .entry-text .entry-title,
.page-template-page-services .entry-content .casestudy .entry-text .entry-title,
.page-template-page-services .entry-content .feat-work .entry-text .entry-title {
  color: #231f20;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0;
}
.page-template-archive-casestudies .entry-content .casestudy.featured,
.page-template-archive-casestudies .entry-content .feat-work.featured,
.page-template-archive-marketing-work .entry-content .casestudy.featured,
.page-template-archive-marketing-work .entry-content .feat-work.featured,
.single-casestudies .entry-content .casestudy.featured,
.single-casestudies .entry-content .feat-work.featured,
.page-template-archive-featured-work .entry-content .casestudy.featured,
.page-template-archive-featured-work .entry-content .feat-work.featured,
.single-featured-work .entry-content .casestudy.featured,
.single-featured-work .entry-content .feat-work.featured,
.page-template-archive-team .entry-content .casestudy.featured,
.page-template-archive-team .entry-content .feat-work.featured,
.single-team .entry-content .casestudy.featured,
.single-team .entry-content .feat-work.featured,
.page-template-page-team .entry-content .casestudy.featured,
.page-template-page-team .entry-content .feat-work.featured,
.page-template-page-work .entry-content .casestudy.featured,
.page-template-page-work .entry-content .feat-work.featured,
.page-template-page-videoCS .entry-content .casestudy.featured,
.page-template-page-videoCS .entry-content .feat-work.featured,
.page-template-page-screenshare .entry-content .casestudy.featured,
.page-template-page-screenshare .entry-content .feat-work.featured,
.page-template-page-columns .entry-content .casestudy.featured,
.page-template-page-columns .entry-content .feat-work.featured,
.page-template-page-services .entry-content .casestudy.featured,
.page-template-page-services .entry-content .feat-work.featured {
  border: none;
}
.page-template-archive-casestudies .entry-content .casestudy.featured .container,
.page-template-archive-casestudies .entry-content .feat-work.featured .container,
.page-template-archive-marketing-work .entry-content .casestudy.featured .container,
.page-template-archive-marketing-work .entry-content .feat-work.featured .container,
.single-casestudies .entry-content .casestudy.featured .container,
.single-casestudies .entry-content .feat-work.featured .container,
.page-template-archive-featured-work .entry-content .casestudy.featured .container,
.page-template-archive-featured-work .entry-content .feat-work.featured .container,
.single-featured-work .entry-content .casestudy.featured .container,
.single-featured-work .entry-content .feat-work.featured .container,
.page-template-archive-team .entry-content .casestudy.featured .container,
.page-template-archive-team .entry-content .feat-work.featured .container,
.single-team .entry-content .casestudy.featured .container,
.single-team .entry-content .feat-work.featured .container,
.page-template-page-team .entry-content .casestudy.featured .container,
.page-template-page-team .entry-content .feat-work.featured .container,
.page-template-page-work .entry-content .casestudy.featured .container,
.page-template-page-work .entry-content .feat-work.featured .container,
.page-template-page-videoCS .entry-content .casestudy.featured .container,
.page-template-page-videoCS .entry-content .feat-work.featured .container,
.page-template-page-screenshare .entry-content .casestudy.featured .container,
.page-template-page-screenshare .entry-content .feat-work.featured .container,
.page-template-page-columns .entry-content .casestudy.featured .container,
.page-template-page-columns .entry-content .feat-work.featured .container,
.page-template-page-services .entry-content .casestudy.featured .container,
.page-template-page-services .entry-content .feat-work.featured .container {
  padding: 0;
}
.page-template-archive-casestudies .entry-content .casestudy.featured .entry-text,
.page-template-archive-casestudies .entry-content .feat-work.featured .entry-text,
.page-template-archive-marketing-work .entry-content .casestudy.featured .entry-text,
.page-template-archive-marketing-work .entry-content .feat-work.featured .entry-text,
.single-casestudies .entry-content .casestudy.featured .entry-text,
.single-casestudies .entry-content .feat-work.featured .entry-text,
.page-template-archive-featured-work .entry-content .casestudy.featured .entry-text,
.page-template-archive-featured-work .entry-content .feat-work.featured .entry-text,
.single-featured-work .entry-content .casestudy.featured .entry-text,
.single-featured-work .entry-content .feat-work.featured .entry-text,
.page-template-archive-team .entry-content .casestudy.featured .entry-text,
.page-template-archive-team .entry-content .feat-work.featured .entry-text,
.single-team .entry-content .casestudy.featured .entry-text,
.single-team .entry-content .feat-work.featured .entry-text,
.page-template-page-team .entry-content .casestudy.featured .entry-text,
.page-template-page-team .entry-content .feat-work.featured .entry-text,
.page-template-page-work .entry-content .casestudy.featured .entry-text,
.page-template-page-work .entry-content .feat-work.featured .entry-text,
.page-template-page-videoCS .entry-content .casestudy.featured .entry-text,
.page-template-page-videoCS .entry-content .feat-work.featured .entry-text,
.page-template-page-screenshare .entry-content .casestudy.featured .entry-text,
.page-template-page-screenshare .entry-content .feat-work.featured .entry-text,
.page-template-page-columns .entry-content .casestudy.featured .entry-text,
.page-template-page-columns .entry-content .feat-work.featured .entry-text,
.page-template-page-services .entry-content .casestudy.featured .entry-text,
.page-template-page-services .entry-content .feat-work.featured .entry-text {
  background: #a59c87;
  padding: 20px 25px 25px;
  position: relative;
}
.page-template-archive-casestudies .entry-content .casestudy.featured .entry-text:before,
.page-template-archive-casestudies .entry-content .feat-work.featured .entry-text:before,
.page-template-archive-marketing-work .entry-content .casestudy.featured .entry-text:before,
.page-template-archive-marketing-work .entry-content .feat-work.featured .entry-text:before,
.single-casestudies .entry-content .casestudy.featured .entry-text:before,
.single-casestudies .entry-content .feat-work.featured .entry-text:before,
.page-template-archive-featured-work .entry-content .casestudy.featured .entry-text:before,
.page-template-archive-featured-work .entry-content .feat-work.featured .entry-text:before,
.single-featured-work .entry-content .casestudy.featured .entry-text:before,
.single-featured-work .entry-content .feat-work.featured .entry-text:before,
.page-template-archive-team .entry-content .casestudy.featured .entry-text:before,
.page-template-archive-team .entry-content .feat-work.featured .entry-text:before,
.single-team .entry-content .casestudy.featured .entry-text:before,
.single-team .entry-content .feat-work.featured .entry-text:before,
.page-template-page-team .entry-content .casestudy.featured .entry-text:before,
.page-template-page-team .entry-content .feat-work.featured .entry-text:before,
.page-template-page-work .entry-content .casestudy.featured .entry-text:before,
.page-template-page-work .entry-content .feat-work.featured .entry-text:before,
.page-template-page-videoCS .entry-content .casestudy.featured .entry-text:before,
.page-template-page-videoCS .entry-content .feat-work.featured .entry-text:before,
.page-template-page-screenshare .entry-content .casestudy.featured .entry-text:before,
.page-template-page-screenshare .entry-content .feat-work.featured .entry-text:before,
.page-template-page-columns .entry-content .casestudy.featured .entry-text:before,
.page-template-page-columns .entry-content .feat-work.featured .entry-text:before,
.page-template-page-services .entry-content .casestudy.featured .entry-text:before,
.page-template-page-services .entry-content .feat-work.featured .entry-text:before {
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 10px;
  font-weight: normal;
  background: #a59c87;
  bottom: 100%;
  content: "Featured";
  display: block;
  left: 25px;
  padding: 7px 7px 3px;
  position: absolute;
  text-transform: uppercase;
}
.page-template-archive-casestudies .entry-content .casestudy.featured .entry-text .entry-title,
.page-template-archive-casestudies .entry-content .feat-work.featured .entry-text .entry-title,
.page-template-archive-marketing-work .entry-content .casestudy.featured .entry-text .entry-title,
.page-template-archive-marketing-work .entry-content .feat-work.featured .entry-text .entry-title,
.single-casestudies .entry-content .casestudy.featured .entry-text .entry-title,
.single-casestudies .entry-content .feat-work.featured .entry-text .entry-title,
.page-template-archive-featured-work .entry-content .casestudy.featured .entry-text .entry-title,
.page-template-archive-featured-work .entry-content .feat-work.featured .entry-text .entry-title,
.single-featured-work .entry-content .casestudy.featured .entry-text .entry-title,
.single-featured-work .entry-content .feat-work.featured .entry-text .entry-title,
.page-template-archive-team .entry-content .casestudy.featured .entry-text .entry-title,
.page-template-archive-team .entry-content .feat-work.featured .entry-text .entry-title,
.single-team .entry-content .casestudy.featured .entry-text .entry-title,
.single-team .entry-content .feat-work.featured .entry-text .entry-title,
.page-template-page-team .entry-content .casestudy.featured .entry-text .entry-title,
.page-template-page-team .entry-content .feat-work.featured .entry-text .entry-title,
.page-template-page-work .entry-content .casestudy.featured .entry-text .entry-title,
.page-template-page-work .entry-content .feat-work.featured .entry-text .entry-title,
.page-template-page-videoCS .entry-content .casestudy.featured .entry-text .entry-title,
.page-template-page-videoCS .entry-content .feat-work.featured .entry-text .entry-title,
.page-template-page-screenshare .entry-content .casestudy.featured .entry-text .entry-title,
.page-template-page-screenshare .entry-content .feat-work.featured .entry-text .entry-title,
.page-template-page-columns .entry-content .casestudy.featured .entry-text .entry-title,
.page-template-page-columns .entry-content .feat-work.featured .entry-text .entry-title,
.page-template-page-services .entry-content .casestudy.featured .entry-text .entry-title,
.page-template-page-services .entry-content .feat-work.featured .entry-text .entry-title {
  color: #ffffff;
}
.page-template-archive-casestudies .entry-content .casestudy.featured:hover .entry-text .entry-title,
.page-template-archive-casestudies .entry-content .feat-work.featured:hover .entry-text .entry-title,
.page-template-archive-marketing-work .entry-content .casestudy.featured:hover .entry-text .entry-title,
.page-template-archive-marketing-work .entry-content .feat-work.featured:hover .entry-text .entry-title,
.single-casestudies .entry-content .casestudy.featured:hover .entry-text .entry-title,
.single-casestudies .entry-content .feat-work.featured:hover .entry-text .entry-title,
.page-template-archive-featured-work .entry-content .casestudy.featured:hover .entry-text .entry-title,
.page-template-archive-featured-work .entry-content .feat-work.featured:hover .entry-text .entry-title,
.single-featured-work .entry-content .casestudy.featured:hover .entry-text .entry-title,
.single-featured-work .entry-content .feat-work.featured:hover .entry-text .entry-title,
.page-template-archive-team .entry-content .casestudy.featured:hover .entry-text .entry-title,
.page-template-archive-team .entry-content .feat-work.featured:hover .entry-text .entry-title,
.single-team .entry-content .casestudy.featured:hover .entry-text .entry-title,
.single-team .entry-content .feat-work.featured:hover .entry-text .entry-title,
.page-template-page-team .entry-content .casestudy.featured:hover .entry-text .entry-title,
.page-template-page-team .entry-content .feat-work.featured:hover .entry-text .entry-title,
.page-template-page-work .entry-content .casestudy.featured:hover .entry-text .entry-title,
.page-template-page-work .entry-content .feat-work.featured:hover .entry-text .entry-title,
.page-template-page-videoCS .entry-content .casestudy.featured:hover .entry-text .entry-title,
.page-template-page-videoCS .entry-content .feat-work.featured:hover .entry-text .entry-title,
.page-template-page-screenshare .entry-content .casestudy.featured:hover .entry-text .entry-title,
.page-template-page-screenshare .entry-content .feat-work.featured:hover .entry-text .entry-title,
.page-template-page-columns .entry-content .casestudy.featured:hover .entry-text .entry-title,
.page-template-page-columns .entry-content .feat-work.featured:hover .entry-text .entry-title,
.page-template-page-services .entry-content .casestudy.featured:hover .entry-text .entry-title,
.page-template-page-services .entry-content .feat-work.featured:hover .entry-text .entry-title {
  color: #231f20;
}
.page-template-archive-casestudies .entry-content .casestudy:hover .entry-text .entry-title,
.page-template-archive-casestudies .entry-content .feat-work:hover .entry-text .entry-title,
.page-template-archive-marketing-work .entry-content .casestudy:hover .entry-text .entry-title,
.page-template-archive-marketing-work .entry-content .feat-work:hover .entry-text .entry-title,
.single-casestudies .entry-content .casestudy:hover .entry-text .entry-title,
.single-casestudies .entry-content .feat-work:hover .entry-text .entry-title,
.page-template-archive-featured-work .entry-content .casestudy:hover .entry-text .entry-title,
.page-template-archive-featured-work .entry-content .feat-work:hover .entry-text .entry-title,
.single-featured-work .entry-content .casestudy:hover .entry-text .entry-title,
.single-featured-work .entry-content .feat-work:hover .entry-text .entry-title,
.page-template-archive-team .entry-content .casestudy:hover .entry-text .entry-title,
.page-template-archive-team .entry-content .feat-work:hover .entry-text .entry-title,
.single-team .entry-content .casestudy:hover .entry-text .entry-title,
.single-team .entry-content .feat-work:hover .entry-text .entry-title,
.page-template-page-team .entry-content .casestudy:hover .entry-text .entry-title,
.page-template-page-team .entry-content .feat-work:hover .entry-text .entry-title,
.page-template-page-work .entry-content .casestudy:hover .entry-text .entry-title,
.page-template-page-work .entry-content .feat-work:hover .entry-text .entry-title,
.page-template-page-videoCS .entry-content .casestudy:hover .entry-text .entry-title,
.page-template-page-videoCS .entry-content .feat-work:hover .entry-text .entry-title,
.page-template-page-screenshare .entry-content .casestudy:hover .entry-text .entry-title,
.page-template-page-screenshare .entry-content .feat-work:hover .entry-text .entry-title,
.page-template-page-columns .entry-content .casestudy:hover .entry-text .entry-title,
.page-template-page-columns .entry-content .feat-work:hover .entry-text .entry-title,
.page-template-page-services .entry-content .casestudy:hover .entry-text .entry-title,
.page-template-page-services .entry-content .feat-work:hover .entry-text .entry-title {
  color: #cd3727;
}
.page-template-archive-casestudies .entry-content .inside-banner,
.page-template-archive-marketing-work .entry-content .inside-banner,
.single-casestudies .entry-content .inside-banner,
.page-template-archive-featured-work .entry-content .inside-banner,
.single-featured-work .entry-content .inside-banner,
.page-template-archive-team .entry-content .inside-banner,
.single-team .entry-content .inside-banner,
.page-template-page-team .entry-content .inside-banner,
.page-template-page-work .entry-content .inside-banner,
.page-template-page-videoCS .entry-content .inside-banner,
.page-template-page-screenshare .entry-content .inside-banner,
.page-template-page-columns .entry-content .inside-banner,
.page-template-page-services .entry-content .inside-banner {
  overflow: hidden;
}
.page-template-archive-casestudies .entry-content .inside-banner .banner-container,
.page-template-archive-marketing-work .entry-content .inside-banner .banner-container,
.single-casestudies .entry-content .inside-banner .banner-container,
.page-template-archive-featured-work .entry-content .inside-banner .banner-container,
.single-featured-work .entry-content .inside-banner .banner-container,
.page-template-archive-team .entry-content .inside-banner .banner-container,
.single-team .entry-content .inside-banner .banner-container,
.page-template-page-team .entry-content .inside-banner .banner-container,
.page-template-page-work .entry-content .inside-banner .banner-container,
.page-template-page-videoCS .entry-content .inside-banner .banner-container,
.page-template-page-screenshare .entry-content .inside-banner .banner-container,
.page-template-page-columns .entry-content .inside-banner .banner-container,
.page-template-page-services .entry-content .inside-banner .banner-container {
  height: auto !important;
  padding: 0 !important;
  position: relative;
}
.page-template-archive-casestudies .entry-content .inside-banner .banner-container .image-overlay,
.page-template-archive-marketing-work .entry-content .inside-banner .banner-container .image-overlay,
.single-casestudies .entry-content .inside-banner .banner-container .image-overlay,
.page-template-archive-featured-work .entry-content .inside-banner .banner-container .image-overlay,
.single-featured-work .entry-content .inside-banner .banner-container .image-overlay,
.page-template-archive-team .entry-content .inside-banner .banner-container .image-overlay,
.single-team .entry-content .inside-banner .banner-container .image-overlay,
.page-template-page-team .entry-content .inside-banner .banner-container .image-overlay,
.page-template-page-work .entry-content .inside-banner .banner-container .image-overlay,
.page-template-page-videoCS .entry-content .inside-banner .banner-container .image-overlay,
.page-template-page-screenshare .entry-content .inside-banner .banner-container .image-overlay,
.page-template-page-columns .entry-content .inside-banner .banner-container .image-overlay,
.page-template-page-services .entry-content .inside-banner .banner-container .image-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/image-overlay.png) center center repeat;
  background-size: 100%;
}
.page-template-archive-casestudies .entry-content .inside-banner .image img,
.page-template-archive-marketing-work .entry-content .inside-banner .image img,
.single-casestudies .entry-content .inside-banner .image img,
.page-template-archive-featured-work .entry-content .inside-banner .image img,
.single-featured-work .entry-content .inside-banner .image img,
.page-template-archive-team .entry-content .inside-banner .image img,
.single-team .entry-content .inside-banner .image img,
.page-template-page-team .entry-content .inside-banner .image img,
.page-template-page-work .entry-content .inside-banner .image img,
.page-template-page-videoCS .entry-content .inside-banner .image img,
.page-template-page-screenshare .entry-content .inside-banner .image img,
.page-template-page-columns .entry-content .inside-banner .image img,
.page-template-page-services .entry-content .inside-banner .image img {
  display: block;
  height: auto;
  width: 100%;
}
.page-template-archive-casestudies .entry-content .intro .client-name,
.page-template-archive-marketing-work .entry-content .intro .client-name,
.single-casestudies .entry-content .intro .client-name,
.page-template-archive-featured-work .entry-content .intro .client-name,
.single-featured-work .entry-content .intro .client-name,
.page-template-archive-team .entry-content .intro .client-name,
.single-team .entry-content .intro .client-name,
.page-template-page-team .entry-content .intro .client-name,
.page-template-page-work .entry-content .intro .client-name,
.page-template-page-videoCS .entry-content .intro .client-name,
.page-template-page-screenshare .entry-content .intro .client-name,
.page-template-page-columns .entry-content .intro .client-name,
.page-template-page-services .entry-content .intro .client-name {
  color: #cd3727;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #a59c87;
  padding-bottom: 2px;
}
.page-template-archive-casestudies .entry-content .intro .intro-content,
.page-template-archive-marketing-work .entry-content .intro .intro-content,
.single-casestudies .entry-content .intro .intro-content,
.page-template-archive-featured-work .entry-content .intro .intro-content,
.single-featured-work .entry-content .intro .intro-content,
.page-template-archive-team .entry-content .intro .intro-content,
.single-team .entry-content .intro .intro-content,
.page-template-page-team .entry-content .intro .intro-content,
.page-template-page-work .entry-content .intro .intro-content,
.page-template-page-videoCS .entry-content .intro .intro-content,
.page-template-page-screenshare .entry-content .intro .intro-content,
.page-template-page-columns .entry-content .intro .intro-content,
.page-template-page-services .entry-content .intro .intro-content {
  padding-bottom: 15px;
}
.page-template-archive-casestudies .entry-content .intro .intro-content .intro-text,
.page-template-archive-marketing-work .entry-content .intro .intro-content .intro-text,
.single-casestudies .entry-content .intro .intro-content .intro-text,
.page-template-archive-featured-work .entry-content .intro .intro-content .intro-text,
.single-featured-work .entry-content .intro .intro-content .intro-text,
.page-template-archive-team .entry-content .intro .intro-content .intro-text,
.single-team .entry-content .intro .intro-content .intro-text,
.page-template-page-team .entry-content .intro .intro-content .intro-text,
.page-template-page-work .entry-content .intro .intro-content .intro-text,
.page-template-page-videoCS .entry-content .intro .intro-content .intro-text,
.page-template-page-screenshare .entry-content .intro .intro-content .intro-text,
.page-template-page-columns .entry-content .intro .intro-content .intro-text,
.page-template-page-services .entry-content .intro .intro-content .intro-text {
  color: #a59c87;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
  padding-bottom: 20px;
}
.page-template-archive-casestudies .entry-content .intro .intro-content .intro-infographic img,
.page-template-archive-marketing-work .entry-content .intro .intro-content .intro-infographic img,
.single-casestudies .entry-content .intro .intro-content .intro-infographic img,
.page-template-archive-featured-work .entry-content .intro .intro-content .intro-infographic img,
.single-featured-work .entry-content .intro .intro-content .intro-infographic img,
.page-template-archive-team .entry-content .intro .intro-content .intro-infographic img,
.single-team .entry-content .intro .intro-content .intro-infographic img,
.page-template-page-team .entry-content .intro .intro-content .intro-infographic img,
.page-template-page-work .entry-content .intro .intro-content .intro-infographic img,
.page-template-page-videoCS .entry-content .intro .intro-content .intro-infographic img,
.page-template-page-screenshare .entry-content .intro .intro-content .intro-infographic img,
.page-template-page-columns .entry-content .intro .intro-content .intro-infographic img,
.page-template-page-services .entry-content .intro .intro-content .intro-infographic img {
  display: block;
  height: auto;
  width: 100%;
}
.page-template-archive-casestudies .entry-content .intro .read-more,
.page-template-archive-marketing-work .entry-content .intro .read-more,
.single-casestudies .entry-content .intro .read-more,
.page-template-archive-featured-work .entry-content .intro .read-more,
.single-featured-work .entry-content .intro .read-more,
.page-template-archive-team .entry-content .intro .read-more,
.single-team .entry-content .intro .read-more,
.page-template-page-team .entry-content .intro .read-more,
.page-template-page-work .entry-content .intro .read-more,
.page-template-page-videoCS .entry-content .intro .read-more,
.page-template-page-screenshare .entry-content .intro .read-more,
.page-template-page-columns .entry-content .intro .read-more,
.page-template-page-services .entry-content .intro .read-more {
  color: #cd3727;
  font-family: "JohnstonITCStd-Bold", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.page-template-archive-casestudies .entry-content .intro .read-more:before,
.page-template-archive-marketing-work .entry-content .intro .read-more:before,
.single-casestudies .entry-content .intro .read-more:before,
.page-template-archive-featured-work .entry-content .intro .read-more:before,
.single-featured-work .entry-content .intro .read-more:before,
.page-template-archive-team .entry-content .intro .read-more:before,
.single-team .entry-content .intro .read-more:before,
.page-template-page-team .entry-content .intro .read-more:before,
.page-template-page-work .entry-content .intro .read-more:before,
.page-template-page-videoCS .entry-content .intro .read-more:before,
.page-template-page-screenshare .entry-content .intro .read-more:before,
.page-template-page-columns .entry-content .intro .read-more:before,
.page-template-page-services .entry-content .intro .read-more:before {
  background: url(../img/down-arrow.svg) center center no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 37px;
  margin-right: 10px;
  width: 37px;
  vertical-align: middle;
}
.page-template-archive-casestudies .entry-content .intro .read-more span,
.page-template-archive-marketing-work .entry-content .intro .read-more span,
.single-casestudies .entry-content .intro .read-more span,
.page-template-archive-featured-work .entry-content .intro .read-more span,
.single-featured-work .entry-content .intro .read-more span,
.page-template-archive-team .entry-content .intro .read-more span,
.single-team .entry-content .intro .read-more span,
.page-template-page-team .entry-content .intro .read-more span,
.page-template-page-work .entry-content .intro .read-more span,
.page-template-page-videoCS .entry-content .intro .read-more span,
.page-template-page-screenshare .entry-content .intro .read-more span,
.page-template-page-columns .entry-content .intro .read-more span,
.page-template-page-services .entry-content .intro .read-more span {
  display: inline-block;
  vertical-align: middle;
}
.page-template-archive-casestudies .entry-content .intro .read-more:hover,
.page-template-archive-marketing-work .entry-content .intro .read-more:hover,
.single-casestudies .entry-content .intro .read-more:hover,
.page-template-archive-featured-work .entry-content .intro .read-more:hover,
.single-featured-work .entry-content .intro .read-more:hover,
.page-template-archive-team .entry-content .intro .read-more:hover,
.single-team .entry-content .intro .read-more:hover,
.page-template-page-team .entry-content .intro .read-more:hover,
.page-template-page-work .entry-content .intro .read-more:hover,
.page-template-page-videoCS .entry-content .intro .read-more:hover,
.page-template-page-screenshare .entry-content .intro .read-more:hover,
.page-template-page-columns .entry-content .intro .read-more:hover,
.page-template-page-services .entry-content .intro .read-more:hover {
  color: #a22c1f;
}
.page-template-archive-casestudies .entry-content .cs_work .container,
.page-template-archive-marketing-work .entry-content .cs_work .container,
.single-casestudies .entry-content .cs_work .container,
.page-template-archive-featured-work .entry-content .cs_work .container,
.single-featured-work .entry-content .cs_work .container,
.page-template-archive-team .entry-content .cs_work .container,
.single-team .entry-content .cs_work .container,
.page-template-page-team .entry-content .cs_work .container,
.page-template-page-work .entry-content .cs_work .container,
.page-template-page-videoCS .entry-content .cs_work .container,
.page-template-page-screenshare .entry-content .cs_work .container,
.page-template-page-columns .entry-content .cs_work .container,
.page-template-page-services .entry-content .cs_work .container {
  padding-top: 0;
}
.page-template-archive-casestudies .entry-content .cs_work .work_row,
.page-template-archive-marketing-work .entry-content .cs_work .work_row,
.single-casestudies .entry-content .cs_work .work_row,
.page-template-archive-featured-work .entry-content .cs_work .work_row,
.single-featured-work .entry-content .cs_work .work_row,
.page-template-archive-team .entry-content .cs_work .work_row,
.single-team .entry-content .cs_work .work_row,
.page-template-page-team .entry-content .cs_work .work_row,
.page-template-page-work .entry-content .cs_work .work_row,
.page-template-page-videoCS .entry-content .cs_work .work_row,
.page-template-page-screenshare .entry-content .cs_work .work_row,
.page-template-page-columns .entry-content .cs_work .work_row,
.page-template-page-services .entry-content .cs_work .work_row {
  padding-bottom: 20px;
}
.page-template-archive-casestudies .entry-content .cs_work .work_row .work_column,
.page-template-archive-marketing-work .entry-content .cs_work .work_row .work_column,
.single-casestudies .entry-content .cs_work .work_row .work_column,
.page-template-archive-featured-work .entry-content .cs_work .work_row .work_column,
.single-featured-work .entry-content .cs_work .work_row .work_column,
.page-template-archive-team .entry-content .cs_work .work_row .work_column,
.single-team .entry-content .cs_work .work_row .work_column,
.page-template-page-team .entry-content .cs_work .work_row .work_column,
.page-template-page-work .entry-content .cs_work .work_row .work_column,
.page-template-page-videoCS .entry-content .cs_work .work_row .work_column,
.page-template-page-screenshare .entry-content .cs_work .work_row .work_column,
.page-template-page-columns .entry-content .cs_work .work_row .work_column,
.page-template-page-services .entry-content .cs_work .work_row .work_column {
  padding-bottom: 20px;
}
.page-template-archive-casestudies .entry-content .cs_work .work_row .work_column.video .video_container,
.page-template-archive-marketing-work .entry-content .cs_work .work_row .work_column.video .video_container,
.single-casestudies .entry-content .cs_work .work_row .work_column.video .video_container,
.page-template-archive-featured-work .entry-content .cs_work .work_row .work_column.video .video_container,
.single-featured-work .entry-content .cs_work .work_row .work_column.video .video_container,
.page-template-archive-team .entry-content .cs_work .work_row .work_column.video .video_container,
.single-team .entry-content .cs_work .work_row .work_column.video .video_container,
.page-template-page-team .entry-content .cs_work .work_row .work_column.video .video_container,
.page-template-page-work .entry-content .cs_work .work_row .work_column.video .video_container,
.page-template-page-videoCS .entry-content .cs_work .work_row .work_column.video .video_container,
.page-template-page-screenshare .entry-content .cs_work .work_row .work_column.video .video_container,
.page-template-page-columns .entry-content .cs_work .work_row .work_column.video .video_container,
.page-template-page-services .entry-content .cs_work .work_row .work_column.video .video_container {
  position: relative;
  padding-bottom: 56.25%;
}
.page-template-archive-casestudies .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.page-template-archive-casestudies .entry-content .cs_work .work_row .work_column.video .video_container object,
.page-template-archive-marketing-work .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.page-template-archive-marketing-work .entry-content .cs_work .work_row .work_column.video .video_container object,
.single-casestudies .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.single-casestudies .entry-content .cs_work .work_row .work_column.video .video_container object,
.page-template-archive-featured-work .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.page-template-archive-featured-work .entry-content .cs_work .work_row .work_column.video .video_container object,
.single-featured-work .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.single-featured-work .entry-content .cs_work .work_row .work_column.video .video_container object,
.page-template-archive-team .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.page-template-archive-team .entry-content .cs_work .work_row .work_column.video .video_container object,
.single-team .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.single-team .entry-content .cs_work .work_row .work_column.video .video_container object,
.page-template-page-team .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.page-template-page-team .entry-content .cs_work .work_row .work_column.video .video_container object,
.page-template-page-work .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.page-template-page-work .entry-content .cs_work .work_row .work_column.video .video_container object,
.page-template-page-videoCS .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.page-template-page-videoCS .entry-content .cs_work .work_row .work_column.video .video_container object,
.page-template-page-screenshare .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.page-template-page-screenshare .entry-content .cs_work .work_row .work_column.video .video_container object,
.page-template-page-columns .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.page-template-page-columns .entry-content .cs_work .work_row .work_column.video .video_container object,
.page-template-page-services .entry-content .cs_work .work_row .work_column.video .video_container iframe,
.page-template-page-services .entry-content .cs_work .work_row .work_column.video .video_container object {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-template-archive-casestudies .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.page-template-archive-marketing-work .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.single-casestudies .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.page-template-archive-featured-work .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.single-featured-work .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.page-template-archive-team .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.single-team .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.page-template-page-team .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.page-template-page-work .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.page-template-page-videoCS .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.page-template-page-screenshare .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.page-template-page-columns .entry-content .cs_work .work_row .work_column.video .video_container .placeholder,
.page-template-page-services .entry-content .cs_work .work_row .work_column.video .video_container .placeholder {
  display: block;
  height: auto;
  visibility: hidden;
  width: 100%;
}
.page-template-archive-casestudies .entry-content .cs_work .work_row .work_column.image img,
.page-template-archive-marketing-work .entry-content .cs_work .work_row .work_column.image img,
.single-casestudies .entry-content .cs_work .work_row .work_column.image img,
.page-template-archive-featured-work .entry-content .cs_work .work_row .work_column.image img,
.single-featured-work .entry-content .cs_work .work_row .work_column.image img,
.page-template-archive-team .entry-content .cs_work .work_row .work_column.image img,
.single-team .entry-content .cs_work .work_row .work_column.image img,
.page-template-page-team .entry-content .cs_work .work_row .work_column.image img,
.page-template-page-work .entry-content .cs_work .work_row .work_column.image img,
.page-template-page-videoCS .entry-content .cs_work .work_row .work_column.image img,
.page-template-page-screenshare .entry-content .cs_work .work_row .work_column.image img,
.page-template-page-columns .entry-content .cs_work .work_row .work_column.image img,
.page-template-page-services .entry-content .cs_work .work_row .work_column.image img {
  display: block;
  height: auto;
  width: 100%;
}
.page-template-archive-casestudies .entry-content .cs_work .work_row .work_column:last-of-type,
.page-template-archive-marketing-work .entry-content .cs_work .work_row .work_column:last-of-type,
.single-casestudies .entry-content .cs_work .work_row .work_column:last-of-type,
.page-template-archive-featured-work .entry-content .cs_work .work_row .work_column:last-of-type,
.single-featured-work .entry-content .cs_work .work_row .work_column:last-of-type,
.page-template-archive-team .entry-content .cs_work .work_row .work_column:last-of-type,
.single-team .entry-content .cs_work .work_row .work_column:last-of-type,
.page-template-page-team .entry-content .cs_work .work_row .work_column:last-of-type,
.page-template-page-work .entry-content .cs_work .work_row .work_column:last-of-type,
.page-template-page-videoCS .entry-content .cs_work .work_row .work_column:last-of-type,
.page-template-page-screenshare .entry-content .cs_work .work_row .work_column:last-of-type,
.page-template-page-columns .entry-content .cs_work .work_row .work_column:last-of-type,
.page-template-page-services .entry-content .cs_work .work_row .work_column:last-of-type {
  padding: 0;
}
.page-template-archive-casestudies .entry-content .main-content,
.page-template-archive-marketing-work .entry-content .main-content,
.single-casestudies .entry-content .main-content,
.page-template-archive-featured-work .entry-content .main-content,
.single-featured-work .entry-content .main-content,
.page-template-archive-team .entry-content .main-content,
.single-team .entry-content .main-content,
.page-template-page-team .entry-content .main-content,
.page-template-page-work .entry-content .main-content,
.page-template-page-videoCS .entry-content .main-content,
.page-template-page-screenshare .entry-content .main-content,
.page-template-page-columns .entry-content .main-content,
.page-template-page-services .entry-content .main-content {
  zoom: 1;
  position: relative;
}
.page-template-archive-casestudies .entry-content .main-content:before, .page-template-archive-casestudies .entry-content .main-content:after,
.page-template-archive-marketing-work .entry-content .main-content:before,
.page-template-archive-marketing-work .entry-content .main-content:after,
.single-casestudies .entry-content .main-content:before,
.single-casestudies .entry-content .main-content:after,
.page-template-archive-featured-work .entry-content .main-content:before,
.page-template-archive-featured-work .entry-content .main-content:after,
.single-featured-work .entry-content .main-content:before,
.single-featured-work .entry-content .main-content:after,
.page-template-archive-team .entry-content .main-content:before,
.page-template-archive-team .entry-content .main-content:after,
.single-team .entry-content .main-content:before,
.single-team .entry-content .main-content:after,
.page-template-page-team .entry-content .main-content:before,
.page-template-page-team .entry-content .main-content:after,
.page-template-page-work .entry-content .main-content:before,
.page-template-page-work .entry-content .main-content:after,
.page-template-page-videoCS .entry-content .main-content:before,
.page-template-page-videoCS .entry-content .main-content:after,
.page-template-page-screenshare .entry-content .main-content:before,
.page-template-page-screenshare .entry-content .main-content:after,
.page-template-page-columns .entry-content .main-content:before,
.page-template-page-columns .entry-content .main-content:after,
.page-template-page-services .entry-content .main-content:before,
.page-template-page-services .entry-content .main-content:after {
  content: "";
  display: table;
}
.page-template-archive-casestudies .entry-content .main-content:after,
.page-template-archive-marketing-work .entry-content .main-content:after,
.single-casestudies .entry-content .main-content:after,
.page-template-archive-featured-work .entry-content .main-content:after,
.single-featured-work .entry-content .main-content:after,
.page-template-archive-team .entry-content .main-content:after,
.single-team .entry-content .main-content:after,
.page-template-page-team .entry-content .main-content:after,
.page-template-page-work .entry-content .main-content:after,
.page-template-page-videoCS .entry-content .main-content:after,
.page-template-page-screenshare .entry-content .main-content:after,
.page-template-page-columns .entry-content .main-content:after,
.page-template-page-services .entry-content .main-content:after {
  clear: both;
}
.page-template-archive-casestudies .entry-content .main-content .anchor,
.page-template-archive-marketing-work .entry-content .main-content .anchor,
.single-casestudies .entry-content .main-content .anchor,
.page-template-archive-featured-work .entry-content .main-content .anchor,
.single-featured-work .entry-content .main-content .anchor,
.page-template-archive-team .entry-content .main-content .anchor,
.single-team .entry-content .main-content .anchor,
.page-template-page-team .entry-content .main-content .anchor,
.page-template-page-work .entry-content .main-content .anchor,
.page-template-page-videoCS .entry-content .main-content .anchor,
.page-template-page-screenshare .entry-content .main-content .anchor,
.page-template-page-columns .entry-content .main-content .anchor,
.page-template-page-services .entry-content .main-content .anchor {
  position: absolute;
  top: -90px;
}
.page-template-archive-casestudies .entry-content .main-content .main-text .socialLinks,
.page-template-archive-marketing-work .entry-content .main-content .main-text .socialLinks,
.single-casestudies .entry-content .main-content .main-text .socialLinks,
.page-template-archive-featured-work .entry-content .main-content .main-text .socialLinks,
.single-featured-work .entry-content .main-content .main-text .socialLinks,
.page-template-archive-team .entry-content .main-content .main-text .socialLinks,
.single-team .entry-content .main-content .main-text .socialLinks,
.page-template-page-team .entry-content .main-content .main-text .socialLinks,
.page-template-page-work .entry-content .main-content .main-text .socialLinks,
.page-template-page-videoCS .entry-content .main-content .main-text .socialLinks,
.page-template-page-screenshare .entry-content .main-content .main-text .socialLinks,
.page-template-page-columns .entry-content .main-content .main-text .socialLinks,
.page-template-page-services .entry-content .main-content .main-text .socialLinks {
  width: 100%;
  display: block;
  margin: 30px 0 30px 0;
  overflow: hidden;
}
.page-template-archive-casestudies .entry-content .main-content .main-text .socialLinks .socialIcon,
.page-template-archive-marketing-work .entry-content .main-content .main-text .socialLinks .socialIcon,
.single-casestudies .entry-content .main-content .main-text .socialLinks .socialIcon,
.page-template-archive-featured-work .entry-content .main-content .main-text .socialLinks .socialIcon,
.single-featured-work .entry-content .main-content .main-text .socialLinks .socialIcon,
.page-template-archive-team .entry-content .main-content .main-text .socialLinks .socialIcon,
.single-team .entry-content .main-content .main-text .socialLinks .socialIcon,
.page-template-page-team .entry-content .main-content .main-text .socialLinks .socialIcon,
.page-template-page-work .entry-content .main-content .main-text .socialLinks .socialIcon,
.page-template-page-videoCS .entry-content .main-content .main-text .socialLinks .socialIcon,
.page-template-page-screenshare .entry-content .main-content .main-text .socialLinks .socialIcon,
.page-template-page-columns .entry-content .main-content .main-text .socialLinks .socialIcon,
.page-template-page-services .entry-content .main-content .main-text .socialLinks .socialIcon {
  background-size: 100%;
  margin: 0 8px 0 0;
  width: 29px;
  height: 29px;
  display: block;
  float: left;
}
.page-template-archive-casestudies .entry-content .main-content .main-text .socialLinks .socialIcon a,
.page-template-archive-marketing-work .entry-content .main-content .main-text .socialLinks .socialIcon a,
.single-casestudies .entry-content .main-content .main-text .socialLinks .socialIcon a,
.page-template-archive-featured-work .entry-content .main-content .main-text .socialLinks .socialIcon a,
.single-featured-work .entry-content .main-content .main-text .socialLinks .socialIcon a,
.page-template-archive-team .entry-content .main-content .main-text .socialLinks .socialIcon a,
.single-team .entry-content .main-content .main-text .socialLinks .socialIcon a,
.page-template-page-team .entry-content .main-content .main-text .socialLinks .socialIcon a,
.page-template-page-work .entry-content .main-content .main-text .socialLinks .socialIcon a,
.page-template-page-videoCS .entry-content .main-content .main-text .socialLinks .socialIcon a,
.page-template-page-screenshare .entry-content .main-content .main-text .socialLinks .socialIcon a,
.page-template-page-columns .entry-content .main-content .main-text .socialLinks .socialIcon a,
.page-template-page-services .entry-content .main-content .main-text .socialLinks .socialIcon a {
  display: block;
  width: 29px;
  height: 29px;
}
.page-template-archive-casestudies .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.page-template-archive-marketing-work .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.single-casestudies .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.page-template-archive-featured-work .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.single-featured-work .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.page-template-archive-team .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.single-team .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.page-template-page-team .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.page-template-page-work .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.page-template-page-videoCS .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.page-template-page-screenshare .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.page-template-page-columns .entry-content .main-content .main-text .socialLinks .socialIcon:hover,
.page-template-page-services .entry-content .main-content .main-text .socialLinks .socialIcon:hover {
  opacity: 0.8;
}
.page-template-archive-casestudies .entry-content .main-content .main-text .socialLinks .linkedin,
.page-template-archive-marketing-work .entry-content .main-content .main-text .socialLinks .linkedin,
.single-casestudies .entry-content .main-content .main-text .socialLinks .linkedin,
.page-template-archive-featured-work .entry-content .main-content .main-text .socialLinks .linkedin,
.single-featured-work .entry-content .main-content .main-text .socialLinks .linkedin,
.page-template-archive-team .entry-content .main-content .main-text .socialLinks .linkedin,
.single-team .entry-content .main-content .main-text .socialLinks .linkedin,
.page-template-page-team .entry-content .main-content .main-text .socialLinks .linkedin,
.page-template-page-work .entry-content .main-content .main-text .socialLinks .linkedin,
.page-template-page-videoCS .entry-content .main-content .main-text .socialLinks .linkedin,
.page-template-page-screenshare .entry-content .main-content .main-text .socialLinks .linkedin,
.page-template-page-columns .entry-content .main-content .main-text .socialLinks .linkedin,
.page-template-page-services .entry-content .main-content .main-text .socialLinks .linkedin {
  background: url(/wp-content/uploads/2014/04/linkedin-icon.svg) no-repeat;
}
.page-template-archive-casestudies .entry-content .main-content .main-text .socialLinks .twitter,
.page-template-archive-marketing-work .entry-content .main-content .main-text .socialLinks .twitter,
.single-casestudies .entry-content .main-content .main-text .socialLinks .twitter,
.page-template-archive-featured-work .entry-content .main-content .main-text .socialLinks .twitter,
.single-featured-work .entry-content .main-content .main-text .socialLinks .twitter,
.page-template-archive-team .entry-content .main-content .main-text .socialLinks .twitter,
.single-team .entry-content .main-content .main-text .socialLinks .twitter,
.page-template-page-team .entry-content .main-content .main-text .socialLinks .twitter,
.page-template-page-work .entry-content .main-content .main-text .socialLinks .twitter,
.page-template-page-videoCS .entry-content .main-content .main-text .socialLinks .twitter,
.page-template-page-screenshare .entry-content .main-content .main-text .socialLinks .twitter,
.page-template-page-columns .entry-content .main-content .main-text .socialLinks .twitter,
.page-template-page-services .entry-content .main-content .main-text .socialLinks .twitter {
  background: url(/wp-content/uploads/2014/04/twitter-icon.svg) no-repeat;
}
.page-template-archive-casestudies .entry-content .main-content .main-text .socialLinks .pinterest,
.page-template-archive-marketing-work .entry-content .main-content .main-text .socialLinks .pinterest,
.single-casestudies .entry-content .main-content .main-text .socialLinks .pinterest,
.page-template-archive-featured-work .entry-content .main-content .main-text .socialLinks .pinterest,
.single-featured-work .entry-content .main-content .main-text .socialLinks .pinterest,
.page-template-archive-team .entry-content .main-content .main-text .socialLinks .pinterest,
.single-team .entry-content .main-content .main-text .socialLinks .pinterest,
.page-template-page-team .entry-content .main-content .main-text .socialLinks .pinterest,
.page-template-page-work .entry-content .main-content .main-text .socialLinks .pinterest,
.page-template-page-videoCS .entry-content .main-content .main-text .socialLinks .pinterest,
.page-template-page-screenshare .entry-content .main-content .main-text .socialLinks .pinterest,
.page-template-page-columns .entry-content .main-content .main-text .socialLinks .pinterest,
.page-template-page-services .entry-content .main-content .main-text .socialLinks .pinterest {
  background: url(/wp-content/uploads/2014/04/pinterest-icon.svg) no-repeat;
}
.page-template-archive-casestudies .entry-content .main-content .main-text .socialLinks .facebook,
.page-template-archive-marketing-work .entry-content .main-content .main-text .socialLinks .facebook,
.single-casestudies .entry-content .main-content .main-text .socialLinks .facebook,
.page-template-archive-featured-work .entry-content .main-content .main-text .socialLinks .facebook,
.single-featured-work .entry-content .main-content .main-text .socialLinks .facebook,
.page-template-archive-team .entry-content .main-content .main-text .socialLinks .facebook,
.single-team .entry-content .main-content .main-text .socialLinks .facebook,
.page-template-page-team .entry-content .main-content .main-text .socialLinks .facebook,
.page-template-page-work .entry-content .main-content .main-text .socialLinks .facebook,
.page-template-page-videoCS .entry-content .main-content .main-text .socialLinks .facebook,
.page-template-page-screenshare .entry-content .main-content .main-text .socialLinks .facebook,
.page-template-page-columns .entry-content .main-content .main-text .socialLinks .facebook,
.page-template-page-services .entry-content .main-content .main-text .socialLinks .facebook {
  background: url(/wp-content/uploads/2014/04/facebook-icon.svg) no-repeat;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .infographics .infographic,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .infographics .infographic,
.single-casestudies .entry-content .main-content .sidebar .infographics .infographic,
.page-template-archive-featured-work .entry-content .main-content .sidebar .infographics .infographic,
.single-featured-work .entry-content .main-content .sidebar .infographics .infographic,
.page-template-archive-team .entry-content .main-content .sidebar .infographics .infographic,
.single-team .entry-content .main-content .sidebar .infographics .infographic,
.page-template-page-team .entry-content .main-content .sidebar .infographics .infographic,
.page-template-page-work .entry-content .main-content .sidebar .infographics .infographic,
.page-template-page-videoCS .entry-content .main-content .sidebar .infographics .infographic,
.page-template-page-screenshare .entry-content .main-content .sidebar .infographics .infographic,
.page-template-page-columns .entry-content .main-content .sidebar .infographics .infographic,
.page-template-page-services .entry-content .main-content .sidebar .infographics .infographic {
  padding-bottom: 45px;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .infographics .infographic img,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .infographics .infographic img,
.single-casestudies .entry-content .main-content .sidebar .infographics .infographic img,
.page-template-archive-featured-work .entry-content .main-content .sidebar .infographics .infographic img,
.single-featured-work .entry-content .main-content .sidebar .infographics .infographic img,
.page-template-archive-team .entry-content .main-content .sidebar .infographics .infographic img,
.single-team .entry-content .main-content .sidebar .infographics .infographic img,
.page-template-page-team .entry-content .main-content .sidebar .infographics .infographic img,
.page-template-page-work .entry-content .main-content .sidebar .infographics .infographic img,
.page-template-page-videoCS .entry-content .main-content .sidebar .infographics .infographic img,
.page-template-page-screenshare .entry-content .main-content .sidebar .infographics .infographic img,
.page-template-page-columns .entry-content .main-content .sidebar .infographics .infographic img,
.page-template-page-services .entry-content .main-content .sidebar .infographics .infographic img {
  display: block;
  height: auto;
  width: 100%;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .content-callout,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .content-callout,
.single-casestudies .entry-content .main-content .sidebar .content-callout,
.page-template-archive-featured-work .entry-content .main-content .sidebar .content-callout,
.single-featured-work .entry-content .main-content .sidebar .content-callout,
.page-template-archive-team .entry-content .main-content .sidebar .content-callout,
.single-team .entry-content .main-content .sidebar .content-callout,
.page-template-page-team .entry-content .main-content .sidebar .content-callout,
.page-template-page-work .entry-content .main-content .sidebar .content-callout,
.page-template-page-videoCS .entry-content .main-content .sidebar .content-callout,
.page-template-page-screenshare .entry-content .main-content .sidebar .content-callout,
.page-template-page-columns .entry-content .main-content .sidebar .content-callout,
.page-template-page-services .entry-content .main-content .sidebar .content-callout {
  padding-bottom: 45px;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .content-callout p,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .content-callout p,
.single-casestudies .entry-content .main-content .sidebar .content-callout p,
.page-template-archive-featured-work .entry-content .main-content .sidebar .content-callout p,
.single-featured-work .entry-content .main-content .sidebar .content-callout p,
.page-template-archive-team .entry-content .main-content .sidebar .content-callout p,
.single-team .entry-content .main-content .sidebar .content-callout p,
.page-template-page-team .entry-content .main-content .sidebar .content-callout p,
.page-template-page-work .entry-content .main-content .sidebar .content-callout p,
.page-template-page-videoCS .entry-content .main-content .sidebar .content-callout p,
.page-template-page-screenshare .entry-content .main-content .sidebar .content-callout p,
.page-template-page-columns .entry-content .main-content .sidebar .content-callout p,
.page-template-page-services .entry-content .main-content .sidebar .content-callout p {
  color: #a59c87;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .content-callout p.gray,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .content-callout p.gray,
.single-casestudies .entry-content .main-content .sidebar .content-callout p.gray,
.page-template-archive-featured-work .entry-content .main-content .sidebar .content-callout p.gray,
.single-featured-work .entry-content .main-content .sidebar .content-callout p.gray,
.page-template-archive-team .entry-content .main-content .sidebar .content-callout p.gray,
.single-team .entry-content .main-content .sidebar .content-callout p.gray,
.page-template-page-team .entry-content .main-content .sidebar .content-callout p.gray,
.page-template-page-work .entry-content .main-content .sidebar .content-callout p.gray,
.page-template-page-videoCS .entry-content .main-content .sidebar .content-callout p.gray,
.page-template-page-screenshare .entry-content .main-content .sidebar .content-callout p.gray,
.page-template-page-columns .entry-content .main-content .sidebar .content-callout p.gray,
.page-template-page-services .entry-content .main-content .sidebar .content-callout p.gray {
  color: #a59c87;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .content-callout p.red,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .content-callout p.red,
.single-casestudies .entry-content .main-content .sidebar .content-callout p.red,
.page-template-archive-featured-work .entry-content .main-content .sidebar .content-callout p.red,
.single-featured-work .entry-content .main-content .sidebar .content-callout p.red,
.page-template-archive-team .entry-content .main-content .sidebar .content-callout p.red,
.single-team .entry-content .main-content .sidebar .content-callout p.red,
.page-template-page-team .entry-content .main-content .sidebar .content-callout p.red,
.page-template-page-work .entry-content .main-content .sidebar .content-callout p.red,
.page-template-page-videoCS .entry-content .main-content .sidebar .content-callout p.red,
.page-template-page-screenshare .entry-content .main-content .sidebar .content-callout p.red,
.page-template-page-columns .entry-content .main-content .sidebar .content-callout p.red,
.page-template-page-services .entry-content .main-content .sidebar .content-callout p.red {
  color: #cd3727;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .content-callout p.green,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .content-callout p.green,
.single-casestudies .entry-content .main-content .sidebar .content-callout p.green,
.page-template-archive-featured-work .entry-content .main-content .sidebar .content-callout p.green,
.single-featured-work .entry-content .main-content .sidebar .content-callout p.green,
.page-template-archive-team .entry-content .main-content .sidebar .content-callout p.green,
.single-team .entry-content .main-content .sidebar .content-callout p.green,
.page-template-page-team .entry-content .main-content .sidebar .content-callout p.green,
.page-template-page-work .entry-content .main-content .sidebar .content-callout p.green,
.page-template-page-videoCS .entry-content .main-content .sidebar .content-callout p.green,
.page-template-page-screenshare .entry-content .main-content .sidebar .content-callout p.green,
.page-template-page-columns .entry-content .main-content .sidebar .content-callout p.green,
.page-template-page-services .entry-content .main-content .sidebar .content-callout p.green {
  color: #b5c428;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .awards .awards-heading,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .awards .awards-heading,
.single-casestudies .entry-content .main-content .sidebar .awards .awards-heading,
.page-template-archive-featured-work .entry-content .main-content .sidebar .awards .awards-heading,
.single-featured-work .entry-content .main-content .sidebar .awards .awards-heading,
.page-template-archive-team .entry-content .main-content .sidebar .awards .awards-heading,
.single-team .entry-content .main-content .sidebar .awards .awards-heading,
.page-template-page-team .entry-content .main-content .sidebar .awards .awards-heading,
.page-template-page-work .entry-content .main-content .sidebar .awards .awards-heading,
.page-template-page-videoCS .entry-content .main-content .sidebar .awards .awards-heading,
.page-template-page-screenshare .entry-content .main-content .sidebar .awards .awards-heading,
.page-template-page-columns .entry-content .main-content .sidebar .awards .awards-heading,
.page-template-page-services .entry-content .main-content .sidebar .awards .awards-heading {
  border-bottom: 1px dashed #231f20;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .awards .awards-heading img,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .awards .awards-heading img,
.single-casestudies .entry-content .main-content .sidebar .awards .awards-heading img,
.page-template-archive-featured-work .entry-content .main-content .sidebar .awards .awards-heading img,
.single-featured-work .entry-content .main-content .sidebar .awards .awards-heading img,
.page-template-archive-team .entry-content .main-content .sidebar .awards .awards-heading img,
.single-team .entry-content .main-content .sidebar .awards .awards-heading img,
.page-template-page-team .entry-content .main-content .sidebar .awards .awards-heading img,
.page-template-page-work .entry-content .main-content .sidebar .awards .awards-heading img,
.page-template-page-videoCS .entry-content .main-content .sidebar .awards .awards-heading img,
.page-template-page-screenshare .entry-content .main-content .sidebar .awards .awards-heading img,
.page-template-page-columns .entry-content .main-content .sidebar .awards .awards-heading img,
.page-template-page-services .entry-content .main-content .sidebar .awards .awards-heading img {
  display: block;
  height: 48px;
  margin-bottom: 15px;
  width: 48px;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.single-casestudies .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.page-template-archive-featured-work .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.single-featured-work .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.page-template-archive-team .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.single-team .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.page-template-page-team .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.page-template-page-work .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.page-template-page-videoCS .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.page-template-page-screenshare .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.page-template-page-columns .entry-content .main-content .sidebar .awards .awards-heading .awards-title,
.page-template-page-services .entry-content .main-content .sidebar .awards .awards-heading .awards-title {
  color: #cd3727;
  font-family: "sanchez_slab_light", sans-serif;
  font-size: 15px;
  font-weight: normal;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .awards .award,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .awards .award,
.single-casestudies .entry-content .main-content .sidebar .awards .award,
.page-template-archive-featured-work .entry-content .main-content .sidebar .awards .award,
.single-featured-work .entry-content .main-content .sidebar .awards .award,
.page-template-archive-team .entry-content .main-content .sidebar .awards .award,
.single-team .entry-content .main-content .sidebar .awards .award,
.page-template-page-team .entry-content .main-content .sidebar .awards .award,
.page-template-page-work .entry-content .main-content .sidebar .awards .award,
.page-template-page-videoCS .entry-content .main-content .sidebar .awards .award,
.page-template-page-screenshare .entry-content .main-content .sidebar .awards .award,
.page-template-page-columns .entry-content .main-content .sidebar .awards .award,
.page-template-page-services .entry-content .main-content .sidebar .awards .award {
  color: #464646;
  font-family: "JohnstonITCStd-Light", sans-serif;
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px dashed #231f20;
  line-height: 1.2em;
  padding: 10px 0;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .related-content,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .related-content,
.single-casestudies .entry-content .main-content .sidebar .related-content,
.page-template-archive-featured-work .entry-content .main-content .sidebar .related-content,
.single-featured-work .entry-content .main-content .sidebar .related-content,
.page-template-archive-team .entry-content .main-content .sidebar .related-content,
.single-team .entry-content .main-content .sidebar .related-content,
.page-template-page-team .entry-content .main-content .sidebar .related-content,
.page-template-page-work .entry-content .main-content .sidebar .related-content,
.page-template-page-videoCS .entry-content .main-content .sidebar .related-content,
.page-template-page-screenshare .entry-content .main-content .sidebar .related-content,
.page-template-page-columns .entry-content .main-content .sidebar .related-content,
.page-template-page-services .entry-content .main-content .sidebar .related-content {
  margin-top: 60px;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.single-casestudies .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.page-template-archive-featured-work .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.single-featured-work .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.page-template-archive-team .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.single-team .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.page-template-page-team .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.page-template-page-work .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.page-template-page-videoCS .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.page-template-page-screenshare .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.page-template-page-columns .entry-content .main-content .sidebar .related-content .rc-heading .rc-title,
.page-template-page-services .entry-content .main-content .sidebar .related-content .rc-heading .rc-title {
  color: #a59c87;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 29px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .related-content .rc-content p,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .related-content .rc-content p,
.single-casestudies .entry-content .main-content .sidebar .related-content .rc-content p,
.page-template-archive-featured-work .entry-content .main-content .sidebar .related-content .rc-content p,
.single-featured-work .entry-content .main-content .sidebar .related-content .rc-content p,
.page-template-archive-team .entry-content .main-content .sidebar .related-content .rc-content p,
.single-team .entry-content .main-content .sidebar .related-content .rc-content p,
.page-template-page-team .entry-content .main-content .sidebar .related-content .rc-content p,
.page-template-page-work .entry-content .main-content .sidebar .related-content .rc-content p,
.page-template-page-videoCS .entry-content .main-content .sidebar .related-content .rc-content p,
.page-template-page-screenshare .entry-content .main-content .sidebar .related-content .rc-content p,
.page-template-page-columns .entry-content .main-content .sidebar .related-content .rc-content p,
.page-template-page-services .entry-content .main-content .sidebar .related-content .rc-content p {
  color: #a59c87;
  font-family: "sanchez_slab_regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 14px 0;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .related-content .rc-content p a,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .related-content .rc-content p a,
.single-casestudies .entry-content .main-content .sidebar .related-content .rc-content p a,
.page-template-archive-featured-work .entry-content .main-content .sidebar .related-content .rc-content p a,
.single-featured-work .entry-content .main-content .sidebar .related-content .rc-content p a,
.page-template-archive-team .entry-content .main-content .sidebar .related-content .rc-content p a,
.single-team .entry-content .main-content .sidebar .related-content .rc-content p a,
.page-template-page-team .entry-content .main-content .sidebar .related-content .rc-content p a,
.page-template-page-work .entry-content .main-content .sidebar .related-content .rc-content p a,
.page-template-page-videoCS .entry-content .main-content .sidebar .related-content .rc-content p a,
.page-template-page-screenshare .entry-content .main-content .sidebar .related-content .rc-content p a,
.page-template-page-columns .entry-content .main-content .sidebar .related-content .rc-content p a,
.page-template-page-services .entry-content .main-content .sidebar .related-content .rc-content p a {
  color: #cd3727;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.single-casestudies .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.page-template-archive-featured-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.single-featured-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.page-template-archive-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.single-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.page-template-page-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.page-template-page-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.page-template-page-videoCS .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.page-template-page-screenshare .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.page-template-page-columns .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title,
.page-template-page-services .entry-content .main-content .sidebar .contactUsForm .contactUsForm-heading .contactUsForm-title {
  color: #a59c87;
  font-family: "sanchez_slab_semibold", sans-serif;
  font-size: 29px;
  font-weight: normal;
  line-height: 1.2em;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.single-casestudies .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.page-template-archive-featured-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.single-featured-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.page-template-archive-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.single-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.page-template-page-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.page-template-page-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.page-template-page-videoCS .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.page-template-page-screenshare .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.page-template-page-columns .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body,
.page-template-page-services .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body {
  color: #464646;
  font-family: "JohnstonITCStd-Light", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2em;
  padding: 0;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.single-casestudies .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.page-template-archive-featured-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.single-featured-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.page-template-archive-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.single-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.page-template-page-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.page-template-page-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.page-template-page-videoCS .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.page-template-page-screenshare .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.page-template-page-columns .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset,
.page-template-page-services .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body form fieldset {
  border: none;
  margin: 0 2px;
  padding: 0 0 0 0;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.single-casestudies .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.page-template-archive-featured-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.single-featured-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.page-template-archive-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.single-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.page-template-page-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.page-template-page-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.page-template-page-videoCS .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.page-template-page-screenshare .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.page-template-page-columns .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label,
.page-template-page-services .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form label {
  display: none;
}
.page-template-archive-casestudies .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.page-template-archive-marketing-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.single-casestudies .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.page-template-archive-featured-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.single-featured-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.page-template-archive-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.single-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.page-template-page-team .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.page-template-page-work .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.page-template-page-videoCS .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.page-template-page-screenshare .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.page-template-page-columns .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label,
.page-template-page-services .entry-content .main-content .sidebar .contactUsForm .contactUsForm-form body .sharpspring_form picklist label {
  display: block;
}

body.archive.tag .page-header .page-title {
  position: relative;
  top: 20px;
}

body.archive.tag #blogPosts > .post:first-child {
  padding-top: 0;
}

body.archive.tag #blogPosts:first-of-type {
  padding-top: 20px;
}

body.archive.tag #blogPosts:first-of-type > .post .entry-text {
  border: none;
}

.sharpspring_form {
  -webkit-appearance: none;
  border-radius: 0;
}
.sharpspring_form label {
  display: none;
}
.sharpspring_form picklist label {
  display: block;
}
.sharpspring_form button,
.sharpspring_form #submit_button {
  color: #ffffff;
  font-family: "JohnstonITCStd-Medium", sans-serif;
  font-size: 18px;
  font-weight: normal;
  background-image: url("../img/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 35px 35px;
  background-color: #b5c428;
  border: medium none transparent;
  border-radius: 0;
  display: block;
  margin: 15px auto !important;
  padding: 15px 12px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  width: 100% !important;
}

body.single-team .main-content .main-text h3 {
  display: none !important;
}
body.single-team .main-content .main-text li h3 {
  display: block !important;
}

.page-template-page-team #primary .container,
.page-template-page-work #primary .container,
.page-template-page-videoCS #primary .container,
.page-template-page-screenshare #primary .container,
.page-template-page-columns #primary .container,
.page-template-page-services #primary .container,
.single-team #primary .container {
  padding-top: 60px;
}
.page-template-page-team .entry-content .main-text,
.page-template-page-work .entry-content .main-text,
.page-template-page-videoCS .entry-content .main-text,
.page-template-page-screenshare .entry-content .main-text,
.page-template-page-columns .entry-content .main-text,
.page-template-page-services .entry-content .main-text,
.single-team .entry-content .main-text {
  margin: 0px 0 30px 0;
}
.page-template-page-team .entry-content .main-text .extraButtons,
.page-template-page-work .entry-content .main-text .extraButtons,
.page-template-page-videoCS .entry-content .main-text .extraButtons,
.page-template-page-screenshare .entry-content .main-text .extraButtons,
.page-template-page-columns .entry-content .main-text .extraButtons,
.page-template-page-services .entry-content .main-text .extraButtons,
.single-team .entry-content .main-text .extraButtons {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.page-template-page-team .entry-content .main-text .extraButtons .button a,
.page-template-page-work .entry-content .main-text .extraButtons .button a,
.page-template-page-videoCS .entry-content .main-text .extraButtons .button a,
.page-template-page-screenshare .entry-content .main-text .extraButtons .button a,
.page-template-page-columns .entry-content .main-text .extraButtons .button a,
.page-template-page-services .entry-content .main-text .extraButtons .button a,
.single-team .entry-content .main-text .extraButtons .button a {
  margin: 20px auto;
  background-color: #b5c428;
  display: block;
  height: auto;
  padding: 15px 20px 13px;
  width: 100%;
  overflow: hidden;
  background-image: url("../img/right-arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 98% center;
  border: none;
  color: #ffffff;
  font-family: "sanchez_slab_semibold", sans-serif;
  text-transform: uppercase;
}
.page-template-page-team .entry-content .main-text .extraButtons .button a:hover,
.page-template-page-work .entry-content .main-text .extraButtons .button a:hover,
.page-template-page-videoCS .entry-content .main-text .extraButtons .button a:hover,
.page-template-page-screenshare .entry-content .main-text .extraButtons .button a:hover,
.page-template-page-columns .entry-content .main-text .extraButtons .button a:hover,
.page-template-page-services .entry-content .main-text .extraButtons .button a:hover,
.single-team .entry-content .main-text .extraButtons .button a:hover {
  transition: 60ms background-color linear;
  background-color: #8bae21;
}
.page-template-page-team .entry-content .main-text .contentXtra h3,
.page-template-page-work .entry-content .main-text .contentXtra h3,
.page-template-page-videoCS .entry-content .main-text .contentXtra h3,
.page-template-page-screenshare .entry-content .main-text .contentXtra h3,
.page-template-page-columns .entry-content .main-text .contentXtra h3,
.page-template-page-services .entry-content .main-text .contentXtra h3,
.single-team .entry-content .main-text .contentXtra h3 {
  margin-top: 35px !important;
  margin-left: 30px;
}
.page-template-page-team .entry-content .members,
.page-template-page-team .entry-content .services,
.page-template-page-work .entry-content .members,
.page-template-page-work .entry-content .services,
.page-template-page-videoCS .entry-content .members,
.page-template-page-videoCS .entry-content .services,
.page-template-page-screenshare .entry-content .members,
.page-template-page-screenshare .entry-content .services,
.page-template-page-columns .entry-content .members,
.page-template-page-columns .entry-content .services,
.page-template-page-services .entry-content .members,
.page-template-page-services .entry-content .services,
.single-team .entry-content .members,
.single-team .entry-content .services {
  overflow: auto;
}
.page-template-page-team .entry-content .members .indivMembers,
.page-template-page-team .entry-content .members .indivService,
.page-template-page-team .entry-content .services .indivMembers,
.page-template-page-team .entry-content .services .indivService,
.page-template-page-work .entry-content .members .indivMembers,
.page-template-page-work .entry-content .members .indivService,
.page-template-page-work .entry-content .services .indivMembers,
.page-template-page-work .entry-content .services .indivService,
.page-template-page-videoCS .entry-content .members .indivMembers,
.page-template-page-videoCS .entry-content .members .indivService,
.page-template-page-videoCS .entry-content .services .indivMembers,
.page-template-page-videoCS .entry-content .services .indivService,
.page-template-page-screenshare .entry-content .members .indivMembers,
.page-template-page-screenshare .entry-content .members .indivService,
.page-template-page-screenshare .entry-content .services .indivMembers,
.page-template-page-screenshare .entry-content .services .indivService,
.page-template-page-columns .entry-content .members .indivMembers,
.page-template-page-columns .entry-content .members .indivService,
.page-template-page-columns .entry-content .services .indivMembers,
.page-template-page-columns .entry-content .services .indivService,
.page-template-page-services .entry-content .members .indivMembers,
.page-template-page-services .entry-content .members .indivService,
.page-template-page-services .entry-content .services .indivMembers,
.page-template-page-services .entry-content .services .indivService,
.single-team .entry-content .members .indivMembers,
.single-team .entry-content .members .indivService,
.single-team .entry-content .services .indivMembers,
.single-team .entry-content .services .indivService {
  position: relative;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
  background-color: #000;
}
.page-template-page-team .entry-content .members .indivMembers .image,
.page-template-page-team .entry-content .members .indivMembers .servTitle,
.page-template-page-team .entry-content .members .indivService .image,
.page-template-page-team .entry-content .members .indivService .servTitle,
.page-template-page-team .entry-content .services .indivMembers .image,
.page-template-page-team .entry-content .services .indivMembers .servTitle,
.page-template-page-team .entry-content .services .indivService .image,
.page-template-page-team .entry-content .services .indivService .servTitle,
.page-template-page-work .entry-content .members .indivMembers .image,
.page-template-page-work .entry-content .members .indivMembers .servTitle,
.page-template-page-work .entry-content .members .indivService .image,
.page-template-page-work .entry-content .members .indivService .servTitle,
.page-template-page-work .entry-content .services .indivMembers .image,
.page-template-page-work .entry-content .services .indivMembers .servTitle,
.page-template-page-work .entry-content .services .indivService .image,
.page-template-page-work .entry-content .services .indivService .servTitle,
.page-template-page-videoCS .entry-content .members .indivMembers .image,
.page-template-page-videoCS .entry-content .members .indivMembers .servTitle,
.page-template-page-videoCS .entry-content .members .indivService .image,
.page-template-page-videoCS .entry-content .members .indivService .servTitle,
.page-template-page-videoCS .entry-content .services .indivMembers .image,
.page-template-page-videoCS .entry-content .services .indivMembers .servTitle,
.page-template-page-videoCS .entry-content .services .indivService .image,
.page-template-page-videoCS .entry-content .services .indivService .servTitle,
.page-template-page-screenshare .entry-content .members .indivMembers .image,
.page-template-page-screenshare .entry-content .members .indivMembers .servTitle,
.page-template-page-screenshare .entry-content .members .indivService .image,
.page-template-page-screenshare .entry-content .members .indivService .servTitle,
.page-template-page-screenshare .entry-content .services .indivMembers .image,
.page-template-page-screenshare .entry-content .services .indivMembers .servTitle,
.page-template-page-screenshare .entry-content .services .indivService .image,
.page-template-page-screenshare .entry-content .services .indivService .servTitle,
.page-template-page-columns .entry-content .members .indivMembers .image,
.page-template-page-columns .entry-content .members .indivMembers .servTitle,
.page-template-page-columns .entry-content .members .indivService .image,
.page-template-page-columns .entry-content .members .indivService .servTitle,
.page-template-page-columns .entry-content .services .indivMembers .image,
.page-template-page-columns .entry-content .services .indivMembers .servTitle,
.page-template-page-columns .entry-content .services .indivService .image,
.page-template-page-columns .entry-content .services .indivService .servTitle,
.page-template-page-services .entry-content .members .indivMembers .image,
.page-template-page-services .entry-content .members .indivMembers .servTitle,
.page-template-page-services .entry-content .members .indivService .image,
.page-template-page-services .entry-content .members .indivService .servTitle,
.page-template-page-services .entry-content .services .indivMembers .image,
.page-template-page-services .entry-content .services .indivMembers .servTitle,
.page-template-page-services .entry-content .services .indivService .image,
.page-template-page-services .entry-content .services .indivService .servTitle,
.single-team .entry-content .members .indivMembers .image,
.single-team .entry-content .members .indivMembers .servTitle,
.single-team .entry-content .members .indivService .image,
.single-team .entry-content .members .indivService .servTitle,
.single-team .entry-content .services .indivMembers .image,
.single-team .entry-content .services .indivMembers .servTitle,
.single-team .entry-content .services .indivService .image,
.single-team .entry-content .services .indivService .servTitle {
  margin: 0;
}
.page-template-page-team .entry-content .members .indivMembers img,
.page-template-page-team .entry-content .members .indivService img,
.page-template-page-team .entry-content .services .indivMembers img,
.page-template-page-team .entry-content .services .indivService img,
.page-template-page-work .entry-content .members .indivMembers img,
.page-template-page-work .entry-content .members .indivService img,
.page-template-page-work .entry-content .services .indivMembers img,
.page-template-page-work .entry-content .services .indivService img,
.page-template-page-videoCS .entry-content .members .indivMembers img,
.page-template-page-videoCS .entry-content .members .indivService img,
.page-template-page-videoCS .entry-content .services .indivMembers img,
.page-template-page-videoCS .entry-content .services .indivService img,
.page-template-page-screenshare .entry-content .members .indivMembers img,
.page-template-page-screenshare .entry-content .members .indivService img,
.page-template-page-screenshare .entry-content .services .indivMembers img,
.page-template-page-screenshare .entry-content .services .indivService img,
.page-template-page-columns .entry-content .members .indivMembers img,
.page-template-page-columns .entry-content .members .indivService img,
.page-template-page-columns .entry-content .services .indivMembers img,
.page-template-page-columns .entry-content .services .indivService img,
.page-template-page-services .entry-content .members .indivMembers img,
.page-template-page-services .entry-content .members .indivService img,
.page-template-page-services .entry-content .services .indivMembers img,
.page-template-page-services .entry-content .services .indivService img,
.single-team .entry-content .members .indivMembers img,
.single-team .entry-content .members .indivService img,
.single-team .entry-content .services .indivMembers img,
.single-team .entry-content .services .indivService img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page-template-page-team .entry-content .members .indivMembers .headline,
.page-template-page-team .entry-content .members .indivService .headline,
.page-template-page-team .entry-content .services .indivMembers .headline,
.page-template-page-team .entry-content .services .indivService .headline,
.page-template-page-work .entry-content .members .indivMembers .headline,
.page-template-page-work .entry-content .members .indivService .headline,
.page-template-page-work .entry-content .services .indivMembers .headline,
.page-template-page-work .entry-content .services .indivService .headline,
.page-template-page-videoCS .entry-content .members .indivMembers .headline,
.page-template-page-videoCS .entry-content .members .indivService .headline,
.page-template-page-videoCS .entry-content .services .indivMembers .headline,
.page-template-page-videoCS .entry-content .services .indivService .headline,
.page-template-page-screenshare .entry-content .members .indivMembers .headline,
.page-template-page-screenshare .entry-content .members .indivService .headline,
.page-template-page-screenshare .entry-content .services .indivMembers .headline,
.page-template-page-screenshare .entry-content .services .indivService .headline,
.page-template-page-columns .entry-content .members .indivMembers .headline,
.page-template-page-columns .entry-content .members .indivService .headline,
.page-template-page-columns .entry-content .services .indivMembers .headline,
.page-template-page-columns .entry-content .services .indivService .headline,
.page-template-page-services .entry-content .members .indivMembers .headline,
.page-template-page-services .entry-content .members .indivService .headline,
.page-template-page-services .entry-content .services .indivMembers .headline,
.page-template-page-services .entry-content .services .indivService .headline,
.single-team .entry-content .members .indivMembers .headline,
.single-team .entry-content .members .indivService .headline,
.single-team .entry-content .services .indivMembers .headline,
.single-team .entry-content .services .indivService .headline {
  opacity: 1;
  transition: 0.35s all ease-in-out;
  line-height: 18px;
  background-image: url("../img/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 35px 35px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0 0 0 0;
  padding: 10px 55px 10px 10px;
}
.page-template-page-team .entry-content .members .indivMembers .headline h3,
.page-template-page-team .entry-content .members .indivService .headline h3,
.page-template-page-team .entry-content .services .indivMembers .headline h3,
.page-template-page-team .entry-content .services .indivService .headline h3,
.page-template-page-work .entry-content .members .indivMembers .headline h3,
.page-template-page-work .entry-content .members .indivService .headline h3,
.page-template-page-work .entry-content .services .indivMembers .headline h3,
.page-template-page-work .entry-content .services .indivService .headline h3,
.page-template-page-videoCS .entry-content .members .indivMembers .headline h3,
.page-template-page-videoCS .entry-content .members .indivService .headline h3,
.page-template-page-videoCS .entry-content .services .indivMembers .headline h3,
.page-template-page-videoCS .entry-content .services .indivService .headline h3,
.page-template-page-screenshare .entry-content .members .indivMembers .headline h3,
.page-template-page-screenshare .entry-content .members .indivService .headline h3,
.page-template-page-screenshare .entry-content .services .indivMembers .headline h3,
.page-template-page-screenshare .entry-content .services .indivService .headline h3,
.page-template-page-columns .entry-content .members .indivMembers .headline h3,
.page-template-page-columns .entry-content .members .indivService .headline h3,
.page-template-page-columns .entry-content .services .indivMembers .headline h3,
.page-template-page-columns .entry-content .services .indivService .headline h3,
.page-template-page-services .entry-content .members .indivMembers .headline h3,
.page-template-page-services .entry-content .members .indivService .headline h3,
.page-template-page-services .entry-content .services .indivMembers .headline h3,
.page-template-page-services .entry-content .services .indivService .headline h3,
.single-team .entry-content .members .indivMembers .headline h3,
.single-team .entry-content .members .indivService .headline h3,
.single-team .entry-content .services .indivMembers .headline h3,
.single-team .entry-content .services .indivService .headline h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "JohnstonITCStd-Light", sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.page-template-page-team .entry-content .members .indivMembers .image:hover + .headline,
.page-template-page-team .entry-content .members .indivMembers .headline:hover,
.page-template-page-team .entry-content .members .indivService .image:hover + .headline,
.page-template-page-team .entry-content .members .indivService .headline:hover,
.page-template-page-team .entry-content .services .indivMembers .image:hover + .headline,
.page-template-page-team .entry-content .services .indivMembers .headline:hover,
.page-template-page-team .entry-content .services .indivService .image:hover + .headline,
.page-template-page-team .entry-content .services .indivService .headline:hover,
.page-template-page-work .entry-content .members .indivMembers .image:hover + .headline,
.page-template-page-work .entry-content .members .indivMembers .headline:hover,
.page-template-page-work .entry-content .members .indivService .image:hover + .headline,
.page-template-page-work .entry-content .members .indivService .headline:hover,
.page-template-page-work .entry-content .services .indivMembers .image:hover + .headline,
.page-template-page-work .entry-content .services .indivMembers .headline:hover,
.page-template-page-work .entry-content .services .indivService .image:hover + .headline,
.page-template-page-work .entry-content .services .indivService .headline:hover,
.page-template-page-videoCS .entry-content .members .indivMembers .image:hover + .headline,
.page-template-page-videoCS .entry-content .members .indivMembers .headline:hover,
.page-template-page-videoCS .entry-content .members .indivService .image:hover + .headline,
.page-template-page-videoCS .entry-content .members .indivService .headline:hover,
.page-template-page-videoCS .entry-content .services .indivMembers .image:hover + .headline,
.page-template-page-videoCS .entry-content .services .indivMembers .headline:hover,
.page-template-page-videoCS .entry-content .services .indivService .image:hover + .headline,
.page-template-page-videoCS .entry-content .services .indivService .headline:hover,
.page-template-page-screenshare .entry-content .members .indivMembers .image:hover + .headline,
.page-template-page-screenshare .entry-content .members .indivMembers .headline:hover,
.page-template-page-screenshare .entry-content .members .indivService .image:hover + .headline,
.page-template-page-screenshare .entry-content .members .indivService .headline:hover,
.page-template-page-screenshare .entry-content .services .indivMembers .image:hover + .headline,
.page-template-page-screenshare .entry-content .services .indivMembers .headline:hover,
.page-template-page-screenshare .entry-content .services .indivService .image:hover + .headline,
.page-template-page-screenshare .entry-content .services .indivService .headline:hover,
.page-template-page-columns .entry-content .members .indivMembers .image:hover + .headline,
.page-template-page-columns .entry-content .members .indivMembers .headline:hover,
.page-template-page-columns .entry-content .members .indivService .image:hover + .headline,
.page-template-page-columns .entry-content .members .indivService .headline:hover,
.page-template-page-columns .entry-content .services .indivMembers .image:hover + .headline,
.page-template-page-columns .entry-content .services .indivMembers .headline:hover,
.page-template-page-columns .entry-content .services .indivService .image:hover + .headline,
.page-template-page-columns .entry-content .services .indivService .headline:hover,
.page-template-page-services .entry-content .members .indivMembers .image:hover + .headline,
.page-template-page-services .entry-content .members .indivMembers .headline:hover,
.page-template-page-services .entry-content .members .indivService .image:hover + .headline,
.page-template-page-services .entry-content .members .indivService .headline:hover,
.page-template-page-services .entry-content .services .indivMembers .image:hover + .headline,
.page-template-page-services .entry-content .services .indivMembers .headline:hover,
.page-template-page-services .entry-content .services .indivService .image:hover + .headline,
.page-template-page-services .entry-content .services .indivService .headline:hover,
.single-team .entry-content .members .indivMembers .image:hover + .headline,
.single-team .entry-content .members .indivMembers .headline:hover,
.single-team .entry-content .members .indivService .image:hover + .headline,
.single-team .entry-content .members .indivService .headline:hover,
.single-team .entry-content .services .indivMembers .image:hover + .headline,
.single-team .entry-content .services .indivMembers .headline:hover,
.single-team .entry-content .services .indivService .image:hover + .headline,
.single-team .entry-content .services .indivService .headline:hover {
  opacity: 1;
}
.page-template-page-team .entry-content .members .indivMembers.aside,
.page-template-page-team .entry-content .members .indivService.aside,
.page-template-page-team .entry-content .services .indivMembers.aside,
.page-template-page-team .entry-content .services .indivService.aside,
.page-template-page-work .entry-content .members .indivMembers.aside,
.page-template-page-work .entry-content .members .indivService.aside,
.page-template-page-work .entry-content .services .indivMembers.aside,
.page-template-page-work .entry-content .services .indivService.aside,
.page-template-page-videoCS .entry-content .members .indivMembers.aside,
.page-template-page-videoCS .entry-content .members .indivService.aside,
.page-template-page-videoCS .entry-content .services .indivMembers.aside,
.page-template-page-videoCS .entry-content .services .indivService.aside,
.page-template-page-screenshare .entry-content .members .indivMembers.aside,
.page-template-page-screenshare .entry-content .members .indivService.aside,
.page-template-page-screenshare .entry-content .services .indivMembers.aside,
.page-template-page-screenshare .entry-content .services .indivService.aside,
.page-template-page-columns .entry-content .members .indivMembers.aside,
.page-template-page-columns .entry-content .members .indivService.aside,
.page-template-page-columns .entry-content .services .indivMembers.aside,
.page-template-page-columns .entry-content .services .indivService.aside,
.page-template-page-services .entry-content .members .indivMembers.aside,
.page-template-page-services .entry-content .members .indivService.aside,
.page-template-page-services .entry-content .services .indivMembers.aside,
.page-template-page-services .entry-content .services .indivService.aside,
.single-team .entry-content .members .indivMembers.aside,
.single-team .entry-content .members .indivService.aside,
.single-team .entry-content .services .indivMembers.aside,
.single-team .entry-content .services .indivService.aside {
  background-color: transparent;
}
.page-template-page-team .entry-content .members .indivService,
.page-template-page-team .entry-content .services .indivService,
.page-template-page-work .entry-content .members .indivService,
.page-template-page-work .entry-content .services .indivService,
.page-template-page-videoCS .entry-content .members .indivService,
.page-template-page-videoCS .entry-content .services .indivService,
.page-template-page-screenshare .entry-content .members .indivService,
.page-template-page-screenshare .entry-content .services .indivService,
.page-template-page-columns .entry-content .members .indivService,
.page-template-page-columns .entry-content .services .indivService,
.page-template-page-services .entry-content .members .indivService,
.page-template-page-services .entry-content .services .indivService,
.single-team .entry-content .members .indivService,
.single-team .entry-content .services .indivService {
  width: 100%;
  padding: 0;
  position: relative;
}
.page-template-page-team .entry-content .members .indivService.green,
.page-template-page-team .entry-content .services .indivService.green,
.page-template-page-work .entry-content .members .indivService.green,
.page-template-page-work .entry-content .services .indivService.green,
.page-template-page-videoCS .entry-content .members .indivService.green,
.page-template-page-videoCS .entry-content .services .indivService.green,
.page-template-page-screenshare .entry-content .members .indivService.green,
.page-template-page-screenshare .entry-content .services .indivService.green,
.page-template-page-columns .entry-content .members .indivService.green,
.page-template-page-columns .entry-content .services .indivService.green,
.page-template-page-services .entry-content .members .indivService.green,
.page-template-page-services .entry-content .services .indivService.green,
.single-team .entry-content .members .indivService.green,
.single-team .entry-content .services .indivService.green {
  background-color: #b5c428;
}