/*
Theme Name: Gorilla 76 2022
Theme URI: http://www.gorilla76.com
Author: Gorilla 76
Author URI: http://www.gorilla76.com
Text Domain: gorilla76

gorilla76 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}
#main article h1 {
  margin: 0 0 20px 0;
  color: #333333;
  font-size: 46px;
  line-height: 48px;
}
#main article h1:before {
  content: "";
  width: 60px;
  background-color: #f58233;
  height: 8px;
  display: block;
}
#main article h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#main article h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
#main article h4 {
  font-size: 24px;
  margin: 15px 0 0 0;
}
#main article h5 {
  color: #464646;
  font-size: 22px;
  line-height: 36px;
  font-family: "Source Serif Pro";
  margin: 0 0 30px 0;
  font-weight: 400;
}
#main article h6 a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 300;
  display: inline-block;
}
#content #main article h6 a {
  color: #fff;
}
#main article p,
#main article ul li,
#main article ol li {
  color: #464646;
  font-size: 22px;
  line-height: 36px;
  font-family: "Source Serif Pro";
  margin: 0 0 30px 0;
}
#main article ul,
#main article ol {
  margin: 0 0 30px 30px;
  padding: 0;
}
#main article ul li,
#main article ol li {
  margin: 0 0 10px 0;
}
#main article p a,
#main article li a,
#content .container-xs a {
  color: #f58233;
}
#main article p a:hover,
#main article li a:hover,
.container-xs a:hover {
  color: #d87a26;
}
#main article .iframe {
  width: 100%;
  padding: 29%;
  box-sizing: border-box;
  position: relative;
}
#main article .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main article blockquote {
  float: left;
  margin-right: 25px;
  margin-left: -29%;
  max-width: 70%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#main article blockquote.block-right {
  float: right;
  margin-left: 25px;
  margin-right: -26%;
}
#main article blockquote.block-center {
  float: none;
  max-width: 100%;
  margin: 50px auto 50px;
}
#main article blockquote p {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
}
#main article blockquote p:before {
  content: "";
  width: 60px;
  background-color: #f58233;
  height: 5px;
  display: block;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  position: relative;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}
html.menuOpen,
body.menuOpen {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

#page {
  position: relative;
  overflow: hidden;
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.9em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/* Multistep Forms */
form.multistep .field,
form.multistep .nextStep,
form.multistep .submit {
  display: none;
}
form.multistep .field {
  padding: 8px 0;
}
form.multistep .field label {
  display: block;
  color: #333;
  font-weight: 200;
  font-size: 20px;
}
form.multistep .field input {
  width: 100%;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #333;
  border-radius: 0;
  outline: 0;
  padding: 5px 0;
  text-indent: 5px;
}
form.multistep .field textarea {
  min-height: 100px;
}
form.multistep .field .checkbox {
  padding: 4px 0;
}
form.multistep .field .checkbox input {
  width: auto;
}
form.multistep .field .checkbox label {
  font-size: 16px;
}
form.multistep .submit,
form.multistep .nextStep {
  text-align: center;
  margin: 20px 0 0 0;
}
form.multistep .submit input,
form.multistep .nextStep button {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
  border: 0;
}
form.multistep .field label.error {
  color: red;
  font-size: 14px;
}
/* Default page hubspot form */
#primary .hbspt-form .hs-form-field {
  margin: 0 0 20px 0;
}
#primary .hbspt-form .hs-form-field > label {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
#primary .hbspt-form .hs-form-field ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary .hbspt-form .hs-form-field ul li label {
  font-size: 16px;
}
#primary .hbspt-form .hs-form-field .hs-field-desc {
  margin-top: -8px;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: italic;
}
#primary .hbspt-form .hs-form-field ul li label input {
  margin-right: 5px;
}
.hbspt-form input[type="text"],
.hbspt-form input[type="email"] {
  width: 100%;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #333;
  border-radius: 0;
  outline: 0;
  padding: 5px 0;
  text-indent: 5px;
}
#primary .hbspt-form input[type="submit"] {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
  border: 0;
  margin: 10px 0;
}
#primary .hbspot-form .submitted-message {
  font-size: 20px;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: auto;
  position: absolute;
  right: 50px;
  top: 0;
}
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  display: inline-block;
  position: relative;
}
.main-navigation li.consult-button {
  border: 1px solid #fff;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
}
.main-navigation li.consult-button a {
  height: 35px;
  line-height: 35px;
}
.main-navigation li.consult-button a:hover {
  color: #f58233;
}
.home .main-navigation li.consult-button a:hover {
  color: #c5c5c5;
}
.main-navigation li.consult-button:hover {
  border: 1px solid #f58233;
}
.home .main-navigation li.consult-button:hover {
  border: 1px solid #c5c5c5;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  padding: 0 15px;
  text-transform: none;
  color: #fff;
  position: relative;
}
.main-navigation ul ul {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background-color: #fff;
  float: left;
  position: absolute;
  top: 50px;
  left: -999em;
  z-index: 99999;
  width: 700px;
  padding: 15px;
}
.main-navigation ul ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  left: 43px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li a {
  color: #333;
  font-size: 18px;
  color: #333333;
  text-transform: none;
  width: 100%;
  min-width: 220px;
  padding: 3px 0;
  display: inline-block;
  height: auto;
  line-height: normal;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #f58233;
}

.home .main-navigation li:hover > a,
.home .main-navigation li.focus > a {
  color: #c5c5c5;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Sub Navigation */
#masthead {
  position: fixed;
  transition: 0.4s;
}
#masthead li {
  font-family: "Source Sans Pro", sans-serif;
}
.menuOpen #masthead,
.page-template-company-culture.menuOpen #masthead {
  height: 100%;
  overflow-y: scroll;
  top: 0;
  padding-top: 10px;
}
#masthead.fixedNav {
  background-color: #242424;
  top: 0;
  height: 60px;
  padding-top: 5px;
  z-index: 999999;
}
#masthead::before {
  /* never visible - used in JS to check mq */
  content: "mobile";
  display: none;
}
#masthead .nav-trigger {
  /* menu icon - visible on small screens only */
  position: absolute;
  top: 10px;
  right: 0;
  height: 60px;
  width: 60px;
  /* replace text with icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
#masthead .nav-trigger span,
#masthead .nav-trigger span::after,
#masthead .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #1a1a1a;
  height: 3px;
  width: 26px;
}
#masthead .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#masthead .nav-trigger span::after,
#masthead .nav-trigger span::before {
  content: "";
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#masthead .nav-trigger span::before {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
}
#masthead .nav-trigger span::after {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}
#masthead.nav-open .nav-trigger span {
  background-color: transparent;
}
#masthead.nav-open .nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#masthead.nav-open .nav-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#masthead .main-nav {
  display: none;
}
#masthead .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 1.2em 5%;
  box-shadow: inset 0 1px 0 #e6e6e6;
  background-color: #ffffff;
}
#masthead.nav-open .morph-dropdown-wrapper {
  display: block;
}
#masthead .dropdown-list > ul > li {
  margin-bottom: 0;
}
#masthead .content li::after {
  clear: both;
  content: "";
  display: block;
}
#masthead .links .content > ul {
  margin: 0;
  padding: 0;
  -webkit-columns: auto 2; /* Chrome, Safari, Opera */
  -moz-columns: auto 2; /* Firefox */
  columns: auto 2;
}

#masthead .links.live .content > ul {
  margin: 0;
  padding: 0;
  columns: 1;
}

#masthead .links.live .content > ul > li {
  display: block;
}

#masthead .links .content > ul > li {
  margin-top: 1em;
}
#masthead .links .content > ul > li a {
  font-size: 16px;
  color: #333333;
  text-transform: none;
  width: 100%;
  min-width: 1px;
  padding: 5px 0;
  display: block;
  height: auto;
  line-height: normal;
  text-decoration: none;
}
#masthead .links .content > ul > li a:hover {
  color: #f58233;
}

.menu-label-bold {
  font-weight: 700;
}
@media only screen and (min-width: 1000px) {
  #masthead {
    position: fixed;
    height: 50px;
    left: 0;
    top: 10px;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
  #masthead::before {
    content: "desktop";
  }
  #masthead .nav-trigger {
    display: none;
  }
  #masthead .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: 50px;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    /* Force Hardware acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #masthead.is-dropdown-visible .morph-dropdown-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #masthead .dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, width, height;
    -webkit-transition: visibility 0.3s;
    transition: visibility 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  .no-csstransitions #masthead .dropdown-list {
    display: none;
  }
  #masthead .dropdown-list::before {
    /* dropdown top triangle */
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #masthead .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  #masthead.is-dropdown-visible .dropdown-list {
    visibility: visible;
    -webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, height 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, width 0.3s, height 0.3s;
    transition: transform 0.3s, width 0.3s, height 0.3s, -webkit-transform 0.3s;
  }
  #masthead.is-dropdown-visible .dropdown-list::before {
    opacity: 1;
  }
  #masthead .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  #masthead .dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  #masthead .dropdown.move-left .content {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  #masthead .dropdown.move-right .content {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  #masthead .label {
    /* hide the label on bigger devices */
    display: none;
  }
  #masthead .content {
    padding: 20px 30px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    text-align: left;
  }
  #masthead .content > ul::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
  }
  #masthead .content > ul > li {
    width: 100%;
    float: none;
    display: inline-block;
    margin-right: 0%;
    margin-top: 0;
    list-style: none;
  }
  #masthead .one-col .content > ul > li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  #masthead .live .content > ul > li {
    width: 100%;
  }
  #masthead .content > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
  #masthead .links .content > ul > li {
    margin-top: 0;
  }
  #masthead .links .content {
    width: 600px;
  }
  #masthead .links.small .content {
    width: 420px;
  }
  #masthead .links.small.live .content {
    width: 260px;
  }
  #masthead .links.small.one-col .content {
    width: 190px;
  }
  #masthead .links.one-col .content > ul {
    columns: 1;
  }
  #masthead .bg-layer {
    /* morph dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #masthead.is-dropdown-visible .bg-layer {
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
}

/* Small menu. */
.menu-toggle {
  display: none;
  cursor: pointer;
  float: right;
}
.menu-toggle span {
  height: 3px;
  width: 20px;
  background-color: #fff;
  display: block;
  margin: 0 0 4px 0;
  position: relative;
  opacity: 1;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.menuOpen .menu-toggle .bar-1 {
  transform: rotate(-44deg);
  top: 5px;
}
.menuOpen .menu-toggle .bar-2 {
  transform: rotate(44deg);
  top: -1.8px;
}
.menuOpen .menu-toggle .bar-3 {
  opacity: 0;
}

/* Search */
.searchBtn {
  background-image: url("/wp-content/uploads/2017/06/search-icon.png");
  width: 36px;
  height: 37px;
  line-height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f9f9f9;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  z-index: 9999;
  height: 50px;
  perspective: 2000px;
}
.site-header .container {
  position: relative;
}
.logo {
  display: inline-block;
  padding: 0;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  background: url(/wp-content/uploads/2017/06/g76-logo.svg) no-repeat;
  width: 151px;
  height: 50px;
  text-indent: -1000em;
  background-size: 151px 50px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}
.fixedNav .logo {
  background-size: 125px 50px;
}
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  position: relative;
  overflow: hidden;
}
#banner-stripe {
  width: 100%;
  height: 650px;
  transform: skewY(-6.6deg);
  transform-origin: 0;
  background: #3b3b3b;
  position: absolute;
}
#banner-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 120px 0 90px;
}
#banner-intro .two_third,
#banner-intro .three_fourth {
  margin-bottom: 0;
}
#banner-intro h1 {
  font-size: 47px;
  line-height: 55px;
  color: #fff;
  font-weight: bold;
  margin: 0px 0 10px 0;
}
#banner-intro .two_third h1 {
  margin: 20px 0 10px 0;
}
#banner-intro h1:before {
  content: "";
  width: 60px;
  background-color: #f58233;
  height: 5px;
  display: block;
}
#banner-intro h5 {
  color: #fff;
  font-size: 44px;
  font-weight: 200;
  line-height: 55px;
  max-width: 75%;
  margin: 0 0 40px 0;
}
#banner-intro p,
#banner-intro ul li,
#banner-intro ol li {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  font-family: "Source Serif Pro";
}
#banner-intro p {
  margin: 0 0 30px 0;
}
#banner-intro p a {
  color: #f58233;
  text-decoration: underline;
}
#banner-intro p a:visited {
  color: #f58233;
  text-decoration: underline;
}
#banner-intro p a:hover,
#banner-intro p a:focus {
  color: #ea660b;
  text-decoration: underline;
}
#banner-intro ul,
#banner-intro ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}
#banner-intro ul li,
#banner-intro ol li {
  font-weight: 200;
}
.home #banner {
  height: 660px;
}
.home #banner-intro {
  height: 800px;
}
.home #banner-stripe {
  background: #f58233;
}
.home #banner-intro {
  margin-top: 3%;
}
.home #banner-intro h1 {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 7px;
}
.home #banner-intro h1:before {
  display: none;
}
.home #banner-intro p {
  font-family: "Source Serif Pro";
  color: #fff;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
}
.home #banner-intro h6 {
  text-align: center;
}
.home #banner-intro h6 a {
  background-color: #2f2f2f;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
}
.home #banner-intro h6 a:hover {
  background-color: #0e0e0e;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home page / Front page
--------------------------------------------------------------*/
.big-title {
  font-size: 60px;
  font-weight: 100;
  color: #2f2f2f;
  line-height: 74px;
  padding-right: 10px;
}
.home .col-container {
  display: table;
  height: 400px;
  max-width: 1020px;
  margin: 0 auto;
}
.home .col-left {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  border-right: 1px solid #c6c6c6;
}
.home .col-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5%;
}
.home .col-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .col-right ul li {
  color: #464646;
  font-size: 22px;
  line-height: 36px;
  padding: 8px 0;
  font-family: "Source Serif Pro";
}
.home .col-right h6 a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 300;
  display: inline-block;
}
.home .col-right h6 a:hover {
  background-color: #d87a26;
}
#homeSlider {
  padding: 0;
  background: #f9f9f9;
  margin: 200px 0 100px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
#homeSlider .sliderContainer {
  max-width: 1040px;
  height: 442px;
  margin: 0 auto;
  position: relative;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
#homeSlider .slide {
  visibility: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  position: absolute;
  top: -90px;
  height: 557px;
  left: 0;
  padding: 0 75px;
}
#homeSlider .slide.activeSlide {
  visibility: visible;
  opacity: 1;
}
#homeSlider .slider-controls {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 99;
  background-image: url("/wp-content/uploads/2017/06/bio-arrows.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 83px;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
#homeSlider .slider-controls:hover {
  opacity: 1;
}
#homeSlider .nextBtn {
  right: 0;
  left: inherit;
  background-position: -32px 0;
}
#homeSlider .bioPic img {
  width: 180px;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
}
#homeSlider .bioTitle {
  font-weight: 900;
  color: #333333;
  font-size: 34px;
  margin: 10px 0;
  line-height: 44px;
}
#homeSlider .bioQuote h5 {
  color: #464646;
  font-size: 22px;
  font-family: "Source Serif Pro";
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}
#homeSlider .sliderButton {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
#homeSlider .sliderButton a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 300;
  display: inline-block;
}
#homeSlider .sliderButton a:hover {
  background-color: #d87a26;
}
#featuredIn {
  text-align: center;
  margin: 0 0 90px 0;
}
#featuredIn .big-title {
  margin: 40px 0;
  font-size: 60px;
  padding-right: 0;
}
#featuredIn .logos {
  column-count: 3;
  column-gap: 20px;
}
#featuredIn .logos div {
  margin: 0 0 40px 0;
}
#featuredPosts {
  padding: 50px 0 100px;
  position: relative;
}
#featuredPosts .dot-stripe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: skewY(-12deg);
  transform-origin: 0;
  background-image: url("/wp-content/uploads/2017/06/dot-pattern.png");
  background-repeat: repeat;
  position: absolute;
  top: 70%;
  left: 0;
  z-index: -1;
}
#featuredPosts .container {
  display: table;
  position: relative;
  z-index: 10;
}
#featuredPosts .post-box {
  background-color: #3b3b3b;
  padding: 50px;
  float: left;
  vertical-align: middle;
  height: 450px;
  width: 33.3%;
  position: relative;
  margin: 0;
}
#featuredPosts .post-box.item-1 {
  border-radius: 3px 0 0 3px;
}
#featuredPosts .post-box.item-2 {
  background-color: #f58233;
  border-radius: 3px;
  height: 480px;
  padding: 70px 50px;
  margin-top: -15px;
}
#featuredPosts .post-box.item-3 {
  border-radius: 0 3px 3px 0;
}
#featuredPosts .post-box h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
}
#featuredPosts .post-box h2 a {
  color: #fff;
  text-decoration: none;
}
#featuredPosts .post-box h2:before {
  content: "";
  width: 60px;
  background-color: #fff;
  height: 5px;
  display: block;
}
#featuredPosts .post-box p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 0;
}
#featuredPosts .post-box h6 {
  margin: 0;
  position: absolute;
  bottom: 50px;
}
#featuredPosts .post-box.item-2 h6 {
  bottom: 70px;
}
#featuredPosts .post-box h6 a {
  background-color: #fff;
  font-size: 21px;
  color: #3b3b3b;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  font-weight: 300;
}
#featuredPosts .post-box h6 a:hover {
  background-color: #d6d6d6;
}
#latestArticles {
  padding: 80px 0;
  background-image: url("/wp-content/uploads/2017/06/dot-pattern.png");
  background-repeat: repeat;
  box-shadow: 0 0 20px #d2d2d2;
  position: relative;
  z-index: 9;
  background-color: transparent;
}
#latestArticles .bg-trans {
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#latestArticles .container {
  position: relative;
  z-index: 10;
}
#latestArticles .section-title {
  color: #333333;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px 0;
}
#latestArticles .posts {
  column-count: 3;
  column-gap: 50px;
  text-align: center;
}
#latestArticles .posts .featured-post {
  position: relative;
  padding-bottom: 40px;
}
#latestArticles .posts h3,
#latestArticles .posts h3 a {
  color: #333333;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 30px 0;
  text-decoration: none;
}
#latestArticles .posts p {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#latestArticles .posts p a {
  color: #333333;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
#latestArticles .posts p a:before {
  content: "";
  width: 30px;
  background-color: #f58233;
  height: 2px;
  display: block;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
#latestArticles .posts p a:hover:before {
  width: 100%;
}
/*--------------------------------------------------------------
## Services Overview
--------------------------------------------------------------*/
.page-template-services-overview #banner {
  background-color: #f9f9f9;
}
.page-template-services-overview #banner-intro .one_half.last_column {
  text-align: right;
}
#sevenElements {
  background-color: #f9f9f9;
  padding: 0px 0 100px;
}
#sevenElements h2 {
  font-size: 32px;
  color: #333333;
  font-weight: 900;
}
#elementNav {
  float: left;
  width: 25%;
}
#elementNav .elementTitle {
  font-size: 22px;
  font-weight: 300;
  color: #333333;
  padding: 8px;
  cursor: pointer;
}
#elementNav .elementTitle:hover {
  color: #f58233;
}
#elementNav .elementTitle.activeTab {
  background-color: #fff;
  box-shadow: 0 0 6px 0px rgba(27, 26, 25, 0.09);
  border-radius: 3px;
  color: #f58233;
}
#elementCopy {
  float: right;
  width: 70%;
  position: relative;
}
.elementText {
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 0 6px 0px rgba(27, 26, 25, 0.09);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.elementText.activeTab {
  display: block;
  opacity: 1;
  visibility: visible;
}
.elementText h3 {
  margin: 0;
  font-size: 24px;
}
.elementText p {
  color: #464646;
  font-size: 22px;
  font-family: "Source Serif Pro";
  margin: 8px 0;
}
.elementText p a {
  color: #f58233;
}
.elementText p a:hover {
  color: #d87a26;
}
#industrialGrowth {
  background-color: #2b2b2b;
  padding: 80px 0 50px;
}
#industrialGrowth h2 {
  font-size: 39px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#industrialGrowth p {
  color: #fff;
  font-family: "Source Serif Pro";
  font-size: 24px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
#phases {
  margin: 80px 0 30px;
}
#phases .phaseLeft {
  float: left;
  width: 22%;
  margin-left: 4%;
  position: relative;
}
#phases .phaseRight {
  float: right;
  width: 72%;
  background-color: #414141;
  border-radius: 6px;
  min-height: 527px;
}
#phases .phaseRight .phaseContent {
  padding: 38px;
  display: none;
}
#phases .phaseRight .phaseContent.activeTab {
  display: block;
}
#phases .phaseLeft .firstTwo {
  position: absolute;
  left: -208px;
  top: 154px;
  background-color: #f58233;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  padding: 2px 0;
  transform: rotate(-90deg);
  border-radius: 6px;
  width: 345px;
  text-align: center;
}
#phases .phaseLeft .ongoing {
  position: absolute;
  left: -113px;
  top: 433px;
  background-color: #f58233;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  padding: 2px 0px;
  transform: rotate(-90deg);
  border-radius: 6px;
  width: 156px;
  text-align: center;
}
#phases .phaseLeft .phaseNav {
  margin: 0 0 30px 0;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  height: 156px;
}
#phases .phaseLeft .phaseNav.activeTab {
  background-color: #414141;
  border: 1px solid #414141;
}
#phases .phaseLeft .phaseNav.activeTab:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(65, 65, 65, 0);
  border-left-color: #414141;
  border-width: 20px;
  margin-top: -20px;
}
#phases .phaseLeft h4 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}
#phases .phaseLeft p {
  font-size: 20px;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  max-width: 100%;
}
#phases .phaseLeft .details {
  display: block;
  text-align: right;
  color: #f58233;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-decoration: underline;
  cursor: pointer;
}
#phases .phaseLeft .phaseNav.activeTab .details {
  display: none;
}
#phases .phaseRight h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 200;
  margin: 0 0 20px 0;
}
#phases .phaseRight h3 strong {
  font-size: 28px;
  font-weight: bold;
}
#phases .phaseRight h3 em {
  font-size: 28px;
}
#phases .phaseRight p {
  max-width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
}
#phases .phaseRight h6 {
  margin: 0;
}
#phases .phaseRight h6 a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
}
#phases .phaseRight h6 a:hover {
  background-color: #d87a26;
}
.page-template-services-overview #homeSlider {
  background: #fff;
  margin: 200px 0 200px 0;
}
/*--------------------------------------------------------------
## Services Pages
--------------------------------------------------------------*/
.page-template-services #banner-intro .banner-content p {
  color: #fff;
  font-size: 51px;
  font-weight: 200;
  text-align: center;
  max-width: 75%;
  margin: 5% auto 320px;
  line-height: 60px;
  font-family: "Source Sans Pro", sans-serif;
}
.page-template-services #main article {
  margin-top: -300px;
  padding: 64px;
  background: none;
  border-radius: 6px;
  position: relative;
  z-index: 999;
}
#featuredCase {
  margin: 130px 0;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
#main article #featuredCase {
  margin: 150px 0 80px 0;
}
#featuredCase .slide {
  text-align: center;
  padding: 0 40px;
}
#featuredCase .bioPic {
  margin-top: -90px;
}
#featuredCase .bioPic img {
  width: 180px;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
}
#featuredCase .bioTitle {
  font-weight: 900;
  color: #333333;
  font-size: 34px;
  line-height: 44px;
  margin: 10px 0;
}
#featuredCase .bioQuote h5 {
  color: #333333;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}
#featuredCase .bioQuote p {
  font-size: 16px;
  font-weight: 400;
  margin: 1.5em 0;
}
#featuredCase .sliderButton {
  position: relative;
  top: 25px;
  margin-top: -25px;
}
#featuredCase .sliderButton a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
}
#featuredCase .sliderButton a:hover {
  background-color: #d87a26;
}
/*--------------------------------------------------------------
## Our Team
--------------------------------------------------------------*/
.page-template-team-bio #banner-intro .container {
  width: 790px;
  position: relative;
  margin: 0 auto;
  height: 630px;
}
.page-template-team-bio #banner-intro .bioLeft {
  position: absolute;
  left: 30px;
  top: 50px;
}
.page-template-team-bio #banner-intro .title {
  color: #fff;
  font-size: 22px;
  font-family: "Source Serif Pro";
  margin: 0 0 30px 0;
}
.page-template-team-bio #banner-intro .bioRight {
  margin-left: 350px;
  margin-top: 150px;
}
.page-template-team-bio #main article {
  margin-top: -150px;
  margin-bottom: 50px;
  padding: 64px;
  background: none;
  border-radius: 6px;
  position: relative;
  z-index: 999;
}
.page-template-team-bio #main .socialBtn {
  width: 36px;
  height: 36px;
  margin: 0 5px;
  display: inline-block;
  background-image: url("/wp-content/uploads/2017/06/social-share.png");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  opacity: 0.5;
}
.page-template-team-bio #main .socialBtn:hover {
  opacity: 1;
}
.page-template-team-bio #main .linkedin {
  background-position: 67% 100%;
}
.page-template-team-bio #main .twitter {
  background-position: 34% 100%;
}
.page-template-team-bio #main .instagram {
  background-image: url("/wp-content/uploads/2017/07/instagram-social.png");
  background-position: 0% 0%;
}
.page-template-team-bio #posts {
  padding: 0px 64px 64px;
}
.page-template-team-bio #posts .section-title {
  color: #333333;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px 0;
}
.page-template-team-bio #posts .excerpt {
  border-bottom: 1px solid #e1e1e1;
}
.page-template-team-bio #posts .excerpt h2 a {
  color: #333;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
}
.page-template-team-bio #posts .excerpt h2 a:hover {
  text-decoration: underline;
}
.page-template-team-bio #posts .excerpt p {
  color: #464646;
  font-size: 22px;
  font-family: "Source Serif Pro";
  line-height: 36px;
}
.page-template-team-bio #bottomGear,
.page-template-team-bio #footerPattern {
  display: none;
}
/*--------------------------------------------------------------
## Company Culture
--------------------------------------------------------------*/
.page-template-company-culture #masthead {
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  background-color: #333;
  padding: 5px 20px;
}
.page-template-company-culture #banner {
  margin-top: 60px;
}
.page-template-company-culture #instagramBanner {
  position: relative;
}
.page-template-company-culture .bannerText {
  height: 126px;
  display: block;
  width: 100%;
  z-index: 20;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-template-company-culture #banner-stripe {
  display: none;
}
.page-template-company-culture #banner-intro {
  display: block;
  padding: 0;
  height: 100%;
}
.page-template-company-culture #banner-intro .container-xs {
  position: relative;
  padding: 35px 49px;
  max-width: 650px;
}
.page-template-company-culture #banner-intro .instagramFollow {
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.page-template-company-culture #banner-intro .instagramFollow a {
  background-color: transparent;
  width: 287px;
  padding: 10px 20px;
  position: relative;
  margin: 20px auto 0;
  display: table;
}
.page-template-company-culture #banner-intro .instagramFollow a:before {
  content: "";
  border-radius: 4px;
  background-color: #f58233;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
}
.page-template-company-culture #banner-intro .instagramFollow:hover a:before {
  background-color: #d87a26;
}
.page-template-company-culture #banner-intro .instagramFollow img {
  float: left;
  width: 10%;
  position: relative;
  top: 4px;
}
.page-template-company-culture #banner-intro .instagramFollow span {
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
  float: right;
  display: block;
  width: 90%;
}
.page-template-company-culture #banner-intro .instagramFollow span {
  color: #fff;
  font-size: 22px;
  padding-left: 10px;
}
.page-template-company-culture #banner-intro .container-xs:before {
  content: "";
  border-radius: 4px;
  background-color: #333;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-template-company-culture #banner-intro h5 {
  margin: 0 0 0px 0;
  max-width: 100%;
}
.page-template-company-culture #main article {
  margin-top: 0;
  padding: 64px;
  background: none;
  border-radius: 6px;
  position: relative;
  z-index: 999;
}
.page-template-company-culture #main article .one_sixth p {
  margin: 0;
}
.page-template-company-culture #main article .one_sixth p img {
  max-width: 75px;
}
.page-template-company-culture #main article .one_sixth {
  width: auto;
}
.page-template-company-culture #main article .three_fourth h3 {
  font-size: 30px;
  margin: 15px 0;
}
.page-template-company-culture #main h6 a {
  background-color: #f58233;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  padding: 8px 16px;
  width: auto;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 15px 0 0;
  display: inline-block;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
}
.page-template-company-culture #main h6 a:hover {
  background-color: #d87a26;
}
.page-template-company-culture #employeeBenefits {
  background-color: #f9f9f9;
  padding: 40px 0;
}
.page-template-company-culture #employeeBenefits .one_third {
  width: 32.26%;
  margin: 0% 1.6% 1.6% 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 6px 0px rgba(27, 26, 25, 0.09);
  border-radius: 3px;
}
.page-template-company-culture #employeeBenefits .one_third.last_column {
  margin-right: 0;
}
.page-template-company-culture #employeeBenefits .one_third.centerLast {
  float: none;
  margin: 0 auto;
}
.page-template-company-culture #employeeBenefits .one_third img {
  max-height: 60px;
  margin: 12px 0;
}
.page-template-company-culture #employeeBenefits .one_third h3 {
  margin: 0;
  font-size: 24px;
}
.page-template-company-culture #employeeBenefits .one_third p {
  color: #464646;
  font-size: 20px;
  line-height: 34px;
  font-family: "Source Serif Pro";
  margin: 0 0 0px 0;
}
.page-template-company-culture #our-neighborhood {
  background: url("/wp-content/uploads/2016/07/Neighborhood-BG.jpg") no-repeat
    center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 2.7% 0;
  position: relative;
  z-index: 999;
}
.page-template-company-culture #our-neighborhood .darken-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-template-company-culture #our-neighborhood h2 {
  color: #fff;
  margin: 0;
  font-size: 71px;
  font-weight: 200;
  text-align: center;
}
.page-template-company-culture #our-neighborhood h5 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.page-template-company-culture #our-neighborhood .one_third {
  position: relative;
  margin: 3% 2.5% 0% 0;
  width: 31.66%;
  min-height: 302px;
}
.page-template-company-culture #our-neighborhood .one_third.last_column {
  margin: 3% 0 0% 0;
}
.page-template-company-culture #our-neighborhood .one_third:before {
  content: "";
  background-color: #333;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-template-company-culture #our-neighborhood h3 {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  margin: 0;
}
.page-template-company-culture #our-neighborhood p {
  color: #fff;
  font-size: 20px;
  font-family: "Source Serif Pro";
  margin: 0;
}
.page-template-company-culture #bottomButtons {
  padding: 0px 0 75px;
}
.page-template-company-culture #bottomButtons .one_third {
  position: relative;
  margin: 3% 2.5% 0% 0;
  width: 31.66%;
  background-color: #f0b73e;
  border-radius: 6px;
}
.page-template-company-culture #bottomButtons .one_third.last_column {
  margin: 3% 0 0% 0;
}
.page-template-company-culture #bottomButtons .one_third.manifesto {
  background-color: #f58233;
}
.page-template-company-culture #bottomButtons .one_third.jobBlog {
  background-color: #d8732d;
}
.page-template-company-culture #bottomButtons h3 {
  font-size: 35px;
  color: #fff;
  margin: 0;
}
.page-template-company-culture #bottomButtons h3:before {
  content: "";
  width: 60px;
  background-color: #fff;
  height: 5px;
  display: block;
}
.page-template-company-culture #bottomButtons p {
  color: #fff;
  font-size: 20px;
  font-family: "Source Serif Pro";
  margin: 0;
}
.page-template-company-culture #bottomButtons h6 a {
  background-color: #fff;
  font-size: 21px;
  color: #333;
  padding: 8px 40px;
  text-decoration: none;
  font-weight: 400;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.page-template-company-culture #bottomGear,
.page-template-company-culture #footerPattern {
  height: 700px;
}
/*--------------------------------------------------------------
## Working with Gorilla
--------------------------------------------------------------*/
.page-template-working-with-gorilla #main h2,
#different h2,
#pricing h2 {
  font-size: 32px;
  color: #333333;
  font-weight: 900;
}
.page-template-working-with-gorilla #main h5 {
  float: left;
  width: 10%;
  line-height: 1;
  font-size: 50px;
  font-weight: 300;
  color: #f58233;
}
/* .page-template-working-with-gorilla #main p {
  min-height: 120px;
} */
.page-template-working-with-gorilla #main .one_half {
  padding: 0 0 30px 0;
}
#different {
  background-color: #f9f9f9;
  padding: 50px 0;
  margin-bottom: 50px;
}
#different .one_third {
  border-right: 1px solid #c6c6c6;
}
#different .one_third.last_column {
  border-right: 0;
}
#different h2 {
  text-align: center;
  margin: 0 0 40px 0;
}
#different h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
}
#different p {
  margin: 0;
  font-size: 18px;
  font-family: "Source Serif Pro";
}
#pricing {
  margin: 0 0 70px 0;
}
#pricing p {
  color: #464646;
  font-size: 22px;
  font-family: "Source Serif Pro";
  margin: 0 0 30px 0;
}
/*--------------------------------------------------------------
## Positions
--------------------------------------------------------------*/
#jobPositions {
  margin-top: -150px;
  min-height: 500px;
  position: relative;
  z-index: 10;
}
#jobPositions .jobPost {
  padding: 20px 50px 60px;
  position: relative;
  float: left;
  width: 48%;
  margin: 0% 1% 2%;
}
#jobPositions .jobPost:before {
  content: "";
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 6px;
  box-shadow: 0 0 11px -3px #3b3b3b;
}
#jobPositions .jobPost h2 a {
  color: #333;
  font-weight: 900;
  font-size: 35px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}
#jobPositions .jobPost h2 a:before {
  content: "";
  width: 60px;
  background-color: #f58233;
  height: 5px;
  display: block;
}
#jobPositions .jobPost p {
  font-size: 20px;
  font-family: "Source Serif Pro", serif;
  color: #464646;
}
#jobPositions .jobPost p a {
  color: #f58233;
}
#jobPositions .jobPost h6 {
  margin: 0;
}
#jobPositions .jobPost h6 a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
}
#jobPositions .jobPost h6 a:hover {
  background-color: #d87a26;
}
/*--------------------------------------------------------------
## Recognition
--------------------------------------------------------------*/
.recognitionSubhead {
  font-style: italic;
  font-weight: 300;
}
/*--------------------------------------------------------------
## Case Studies
--------------------------------------------------------------*/
#caseStudies {
  margin-top: -100px;
  min-height: 500px;
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  #caseStudies {
    margin-bottom: 6rem;
  }
}
#caseStudies .featured-post {
  padding: 1.5rem 3rem;
  position: relative;
}

@media (min-width: 992px) {
  #caseStudies .featured-post {
    min-height: 350px;
  }
}

#caseStudies .featured-post:before {
  content: "";
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 6px;
  box-shadow: 0 0 6px 0px rgba(27, 26, 25, 0.2);
}
#caseStudies .featured-post h2 a {
  color: #333;
  font-weight: 900;
  font-size: 35px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}
#caseStudies .featured-post h2 a:before {
  content: "";
  width: 60px;
  background-color: #f58233;
  height: 5px;
  display: block;
}
#caseStudies .featured-post p {
  font-family: "Source Serif Pro", serif;
  font-size: 20px;
  color: #333;
  font-style: italic;
}
#caseStudies .featured-post h6 a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
}
@media (min-width: 992px) {
  #caseStudies .featured-post h6 a {
    position: absolute;
    bottom: 40px;
  }
}

#caseStudies .featured-post h6 a:hover {
  background-color: #d87a26;
}
#caseStudies .case-post {
  clear: both;
  padding: 30px 0 60px;
  border-bottom: 1px solid #e1e1e1;
}
#caseStudies .case-post h2 a {
  color: #333;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}
#caseStudies .case-post p {
  color: #464646;
  font-size: 22px;
  font-family: "Source Serif Pro";
  margin: 0;
}
#caseStudies .case-post h6 {
  margin: 0;
}
#caseStudies .case-post h6 a {
  color: #f58233;
  font-size: 22px;
  font-weight: 400;
}
#caseStudies .case-post h6 a:hover {
  color: #d87a26;
}
/*--------------------------------------------------------------
## Learning Center Overview
--------------------------------------------------------------*/
.page-template-learning-center #featuredPosts,
.page-template-job-blog #featuredPosts {
  margin-top: -175px;
  padding: 0px 0 50px;
  position: relative;
  z-index: 20;
}
.page-template-learning-center #featuredPosts .post-box,
.page-template-job-blog #featuredPosts .post-box {
  background-color: #2c2c2c;
  padding: 30px;
}
.page-template-learning-center #featuredPosts .post-box.item-2,
.page-template-job-blog #featuredPosts .post-box.item-2 {
  background-color: #f58233;
  padding: 45px 30px;
}
.page-template-learning-center #featuredPosts h2 a,
.page-template-job-blog #featuredPosts h2 a {
  color: #fff;
  text-decoration: none;
}
.page-template-learning-center #featuredPosts h2 a:hover,
.page-template-job-blog #featuredPosts h2 a:hover {
  text-decoration: underline;
}
#featured-posts {
  margin-top: -215px;
  padding: 0px 0 50px;
  position: relative;
  z-index: 20;
}
#featured-posts .container-md {
  display: table;
}
#featured-posts .post-box {
  padding: 25px;
  display: inline-block;
  vertical-align: middle;
  height: 500px;
  width: 31.66%;
  position: relative;
  border-radius: 6px;
  margin-left: 2.5%;
}
#featured-posts .item-1 {
  background-color: #f0b73e;
  margin-left: 0;
}
#featured-posts .item-2 {
  background-color: #f58233;
}
#featured-posts .item-3 {
  background-color: #d8732d;
}
#featured-posts h2,
#featured-posts h2 a {
  color: #fff;
  font-size: 35px;
  line-height: 42px;
  margin: 0;
  text-decoration: none;
}
#featured-posts h2:before {
  content: "";
  width: 60px;
  background-color: #fff;
  height: 5px;
  display: block;
}
#featured-posts p {
  font-size: 20px;
  font-family: "Source Serif Pro";
  color: #fff;
}
#featured-posts .post-box h6 {
  margin: 0;
  position: absolute;
  bottom: 50px;
}
#featured-posts .post-box h6 a {
  background-color: #fff;
  font-size: 21px;
  color: #3b3b3b;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
}
#newsletterSignup {
  padding: 20px 0 40px 0;
}
#newsletterSignup .center-div {
  text-align: center;
}
#newsletterSignup p {
  font-size: 30px;
  font-family: "Source Sans Pro";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 22px 0;
  vertical-align: top;
}
#newsletterSignup .hbspt-form {
  display: inline-block;
  width: 35%;
}
#newsletterSignup .hbspt-form .submitted-message {
  padding: 22px 0;
}
#newsletterSignup .hbspt-form .hs_email {
  width: 55%;
  float: left;
}
#newsletterSignup .hbspt-form .hs_email label {
  color: #333333;
  display: block;
  text-align: left;
}
#newsletterSignup .hbspt-form .hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}
#newsletterSignup .hbspt-form .hs-error-msgs label {
  color: red;
  font-size: 12px;
}
#newsletterSignup .hbspt-form .hs_submit {
  float: left;
  margin-left: 15px;
  padding: 22px 0;
}
#newsletterSignup .hbspt-form .hs_submit input {
  font-size: 16px;
  font-family: "Source Sans Pro";
  color: rgb(255, 255, 255);
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  background-color: rgb(245, 130, 51);
  width: 150px;
  height: 36px;
  padding: 0;
  border: 0;
}
#all-posts .title {
  display: none;
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.archive #all-posts .title {
  display: block;
}
#all-posts #category-list {
  float: left;
  width: 25%;
}
#all-posts #category-list h3 {
  margin: 25px 0 0 0;
}
#all-posts #category-list h6 a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  display: block;
  text-align: center;
  max-width: 200px;
}
#all-posts #category-list h6 a:hover {
  background-color: #d87a26;
}
#all-posts #category-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#all-posts #category-list ul li {
  font-size: 20px;
  color: #333333;
  font-weight: 300;
  padding: 5px 0 5px 25px;
  position: relative;
  cursor: pointer;
}
#all-posts #category-list ul li:hover {
  color: #d87a26;
}
/* checkbox aspect */
#all-posts #category-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 17px;
  height: 17px;
  border: 1px solid #c6c6c6;
  background: #fff;
  transition: all 0.2s;
}
/* checked mark aspect changes */
#all-posts #category-list ul .selected:before {
  border: 1px solid #f58233;
  background: #f58233;
}
#all-posts #posts {
  float: right;
  width: 70%;
}
.archive #all-posts #posts {
  float: none;
  margin: 0 auto;
}
#all-posts #posts .excerpt {
  border-bottom: 1px solid #e1e1e1;
}
#all-posts #posts .learning-cta {
  border-bottom: 0;
  margin: 50px 0;
  background-color: #fff;
  padding: 5px 30px;
  border-left: 6px solid #f58233;
  border-radius: 3px;
  box-shadow: 0 0 6px 0px rgba(27, 26, 25, 0.2);
}
#all-posts #posts .learning-cta h2 {
  margin: 10px 0;
  line-height: 30px;
}
#all-posts #posts .learning-cta p {
  margin: 0px 0 25px;
}
#all-posts #posts .learning-cta p a {
  background-color: #f58233;
  font-size: 18px;
  color: #fff;
  padding: 6px 35px;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  font-weight: 300;
  margin-top: 10px;
}
#all-posts #posts .tag {
  color: #333;
  font-size: 17px;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  margin: 1.5em 0 0 0;
  display: block;
  padding-left: 40px;
}
#all-posts #posts .tag.email {
  background-image: url("/wp-content/uploads/2017/11/email-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
#all-posts #posts .tag.article {
  background-image: url("/wp-content/uploads/2017/10/article-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
#all-posts #posts .tag.video {
  background-image: url("/wp-content/uploads/2017/10/video-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 34px;
}
#all-posts #posts .tag.guide {
  background-image: url("/wp-content/uploads/2017/10/guide-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 34px;
}
#all-posts #posts h2 {
  margin: 0 0 0.83em 0;
}
#all-posts #posts h2 a {
  color: #333;
  font-size: 30px;
  text-decoration: none;
  font-weight: 600;
}
#all-posts #posts h2 a:hover {
  text-decoration: underline;
}
#all-posts #posts .date {
  display: table;
  height: 32px;
}
#all-posts #posts .date img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}
#all-posts #posts .date a {
  display: inline-table;
  text-decoration: underline;
  color: #616161;
}
#all-posts #posts .date a:hover {
  color: #f58233;
}
#all-posts #posts .date span {
  vertical-align: middle;
  display: table-cell;
  color: #616161;
}
#all-posts #posts p {
  color: #464646;
  font-size: 21px;
  font-family: "Source Serif Pro";
  line-height: 34px;
}
#all-posts #posts p a {
  color: #f58233;
}
#all-posts #posts .loading {
  display: none;
}
.page-template-learning-center #bottomGear,
.page-template-learning-center #footerPattern,
.archive #bottomGear,
.archive #footerPattern {
  display: none;
}
.pagination {
  margin: 30px 0;
}
.pagination a.page-numbers {
  display: inline-block;
  border: 1px solid #c6c6c6;
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #333;
}
.pagination .page-numbers.current {
  background-color: #c6c6c6;
  color: #fff;
  display: inline-block;
  border: 1px solid #c6c6c6;
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
}
/* Popup */
.mainPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.mainPopup:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
}
.mainPopup .popup {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin: 2% auto 0;
}
/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.single #banner-intro .banner-content {
  padding: 0 40px 25%;
}
.single #banner-intro h1 {
  font-size: 47px;
  line-height: 55px;
  color: #fff;
  font-weight: bold;
  margin: 50px 0 10px 0;
}
.single #banner-intro h1:before {
  content: "";
  width: 60px;
  background-color: #f58233;
  height: 5px;
  display: block;
}
#banner-intro .authorInfo,
footer .authorInfo {
  padding: 10px 0 0;
  display: table-cell;
  height: 75px;
  vertical-align: middle;
}
#banner-intro .authorInfo .avatar,
footer .authorInfo .avatar {
  display: table-cell;
  vertical-align: middle;
  margin-right: 10px;
}
#banner-intro .authorInfo .avatar img,
footer .authorInfo .avatar img {
  width: 75px;
  height: 75px;
}
#banner-intro .authorInfo .authorBy,
footer .authorInfo .authorBy {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
#banner-intro .authorInfo .authorBy a {
  color: #fff;
  text-decoration: underline;
}
#banner-intro .authorInfo .authorBy a:hover {
  color: #f58233;
}
footer .authorInfo .authorBy {
  color: #333;
}
#sideNewsletter {
  position: fixed;
  right: -300px;
  top: 100px;
  width: 230px;
  background-color: #fff;
  padding: 10px 0;
  border-top: 4px solid #e7e7e7;
  border-bottom: 4px solid #e7e7e7;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 9999;
}
#sideNewsletter.fixed {
  right: 30px;
}
#sideNewsletter .submitted-message {
  text-align: center;
}
#sideNewsletter p {
  font-size: 24px;
  color: rgb(43, 43, 43);
  line-height: 1.357;
  text-align: left;
  margin: 0 0 10px 0;
}
#sideNewsletter .hbspt-form .hs-form-field > label {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.3;
  font-weight: 300;
}
#sideNewsletter .hbspt-form .hs-form-field .hs-error-msgs li label {
  font-size: 12px;
  color: red;
}
#sideNewsletter .hbspt-form .hs_submit {
  text-align: left;
}
#mobileNewsletter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  background-color: #e6e6e6;
  z-index: 9999;
  text-align: center;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobileNewsletter p {
  color: #333;
  display: inline-block;
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
}
#mobileNewsletter a {
  background-color: #f58233;
  font-size: 22px;
  color: #fff;
  padding: 2px 30px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
  margin: 0 0 0 15px;
}
.single #main article {
  margin-top: -150px;
  padding: 64px 64px 0 64px;
  background: none;
  border-radius: 6px;
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
}
footer .socialShare {
  position: absolute;
  top: 30px;
  right: 0;
}
footer .socialShare span {
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 15px;
  vertical-align: top;
  padding-top: 8px;
}
footer .socialShare a {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  display: inline-block;
  background-image: url("/wp-content/uploads/2017/06/social-share.png");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  opacity: 0.5;
}
footer .socialShare a:hover {
  opacity: 1;
}
footer .socialShare .twitter {
  background-position: 34% 100%;
}
footer .socialShare .linkedin {
  background-position: 67% 100%;
}
footer .socialShare .google {
  background-position: 100% 100%;
}
#disqus_thread {
  position: relative;
  padding: 30px;
  margin: 0 0 30px 0;
}
#disqus_thread:after {
  content: "";
  background: #fff;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  box-shadow: 0 0 15px #afafaf;
}
#disqus_thread iframe {
  position: relative;
  z-index: 5;
}
/*** How to audit blog post ***/
body.single-resources .full_width {
  float: none;
  display: table;
  margin: 0 0 50px 0;
}
body.single-resources .one_third {
  border-left: 1px solid #c3c2c2;
  border-bottom: 1px solid #c3c2c2;
  display: table-cell;
  float: none;
}
body.single-resources .one_third.last_column {
  border-right: 1px solid #c3c2c2;
}
body.single-resources #main .one_third h3 {
  background-color: #999;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 10px;
}
body.single-resources #main .one_third p {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
  margin: 0;
  border-top: 1px solid #c3c2c2;
}
/*** 10 Years Blog Post // Parallax Template ***/
body.page-template-parallax-template #page {
  overflow: visible;
}
body.page-template-parallax-template #bottomGear.short {
  display: none;
}
body.postid-8688 #banner,
body.page-template-parallax-template #banner {
  display: none;
}
body.postid-8688 .bannertext,
body.page-template-parallax-template .bannertext {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 35%;
  margin: 0;
  padding: 0;
}
body.postid-8688 .bannertext h1,
body.page-template-parallax-template .bannertext h1 {
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: left;
  width: 700px;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
}
body.page-template-parallax-template .bannertext h1 span {
  font-weight: 400;
}
body.page-template-parallax-template .bannertext h1 {
  background-color: #000;
  padding: 15px;
}
body.page-template-parallax-template #main .push-left {
  position: relative;
}
body.postid-8688 #main article,
body.page-template-parallax-template #main article {
  width: 984px;
  margin: 0 auto;
  float: none;
  padding: 0;
}
body.postid-8688 #main article {
  padding: 30px 0 0 0;
  width: 704px;
}
body.postid-8688 #main article h5 {
  margin: 0;
  color: #f58233;
}
body.postid-8688 #main #endCTA {
  margin: 80px 0;
}
body.postid-8688 #main .push-left article,
body.page-template-parallax-template #main .push-left article {
  padding: 30px 0 0 280px;
}
body.postid-8688 #main .push-left article {
  padding: 30px 0 0 0;
}
body.page-template-parallax-template #main .img-full h2 {
  position: relative;
  z-index: 9999;
  width: 984px;
  margin: 0 auto;
  top: 67%;
  padding: 0 0 0 280px;
  font-weight: 600;
  font-size: 33px;
  line-height: 38px;
}
body.page-template-parallax-template #main .img-full h2 span {
  width: auto;
  background: #000;
  padding: 20px;
  color: #fff;
  display: inline-block;
}
body.postid-8688 #main #author-bio p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 15px;
}
body.postid-8688 #main #author-bio .author-col {
  float: left;
  width: 340px;
}
body.postid-8688 #main #author-bio .author-image {
  top: 12%;
  position: relative;
  text-align: center;
}
body.postid-8688 #main #author-bio .author-image img {
  padding: 0;
  margin: 0;
}
body.postid-8688 #main #author-bio .author-text {
  width: auto;
  margin-left: 0%;
}
body.postid-8688 .img-width p,
body.postid-8688 .img-full p,
body.page-template-parallax-template .img-width p,
body.page-template-parallax-template .img-full p {
  margin: 0;
}
body.postid-8688 .img-width,
body.page-template-parallax-template .img-width {
  width: 800px;
  margin: 0 auto 29px;
}
body.postid-8688 .img-full,
body.page-template-parallax-template .img-full {
  margin-bottom: 29px;
}
body.postid-8688 .img-full.image-1,
body.postid-8688 .img-full.image-2,
body.postid-8688 .img-full.image-3 {
  height: 400px;
}
body.page-template-parallax-template .img-full {
  height: 400px;
}
body.postid-8688 .image-4,
body.page-template-parallax-template .image-4 {
  background: url("/wp-content/uploads/2016/06/0a-blackboard.jpg") 50% 0
    no-repeat fixed;
  height: 634px;
  color: #fff;
  position: relative;
  background-size: 1920px;
}
body.postid-8688 .image-4 img,
body.page-template-parallax-template .image-4 img {
  min-height: 1px;
  position: relative;
  width: 100%;
}
body.postid-8688 .img-full img,
body.page-template-parallax-template .img-full img {
  width: 100%;
  height: 100%;
  display: none;
}
body.postid-8688 #main article .wp-image-8740,
body.postid-8688 #main article .wp-image-8741 {
  width: 50%;
  height: auto;
}
body.page-template-parallax-template table,
body.postid-9809 table {
  border: 1px solid #c3c2c2;
  margin: 0 0 29px 0;
  width: 100% !important;
  table-layout: fixed;
}
.generated_for_mobile,
body.page-template-parallax-template table.generated_for_mobile,
body.postid-9809 table.generated_for_mobile {
  display: none;
}
body.page-template-parallax-template table tr,
body.postid-9809 table tr {
  border: 1px solid #c3c2c2;
}
body.page-template-parallax-template table td,
body.postid-9809 table td {
  padding: 10px;
  border: 1px solid #c3c2c2;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
}
body.page-template-parallax-template #main table td p,
body.page-template-parallax-template #main table td ul li,
body.page-template-parallax-template #main table td ol li,
body.postid-9809 table td p,
body.postid-9809 table td ul li,
body.postid-9809 table td ol li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 7px 0;
}
body.page-template-parallax-template table tr:first-child,
body.postid-9809 table tr:first-child {
  background-color: #999;
}
body.page-template-parallax-template table th,
body.postid-9809 table th {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  line-height: 24px;
  border: 1px solid #c3c2c2;
  text-align: left;
}
.fixed-wrapper {
  width: 230px;
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 9999;
}
body.page-template-parallax-template .scroll-menu {
  width: 230px;
  background: #fff;
  padding: 10px;
}
body.page-template-parallax-template .scroll-menu.fixed {
  position: fixed;
  top: 64px;
}
body.page-template-parallax-template .scroll-menu.fixed.stuck {
  position: absolute;
  bottom: 290px;
  top: initial;
}
body.page-template-parallax-template .scroll-menu .menu-title {
  font-size: 18px;
  font-weight: bold;
}
body.page-template-parallax-template .scroll-menu ul {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}
body.page-template-parallax-template .scroll-menu ul li {
  padding: 0;
  margin: 0;
}
body.page-template-parallax-template .scroll-menu ul li.current_page_item {
  font-weight: bold;
}
body.page-template-parallax-template .scroll-menu a {
  display: block;
  color: #333;
  font-size: 15px;
  padding: 6px 0;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
}
body.page-template-parallax-template .scroll-menu a:hover {
  text-decoration: underline;
}
body.page-template-parallax-template .scroll-menu .email-cta {
  padding: 20px;
  background-color: #3b3b3b;
  margin-top: 25px;
  text-align: center;
}
body.page-template-parallax-template .scroll-menu .email-cta p {
  margin: 10px 0 0 0;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
}
body.page-template-parallax-template .scroll-menu .email-cta a {
  background-color: #f58233;
  font-size: 19px;
  color: #fff;
  padding: 8px 30px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
  transition: 0.25s;
}
body.page-template-parallax-template .scroll-menu .email-cta a:hover {
  background-color: #d87a26;
}
#inline-popup {
  margin: 0 0 29px 0;
  border: 1px dashed #e68127;
  padding: 25px;
}
#inline-popup .inline-left {
  float: left;
  width: 78%;
}
#inline-popup .inline-left h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}
#inline-popup .inline-left p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
#inline-popup .inline-right {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  text-align: right;
}
#inline-popup .inline-right a {
  background-color: #e68127;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding: 9px 20px;
  font-weight: bold;
  display: inline-block;
  border: 0;
  text-decoration: none;
}
#inline-popup .inline-right a:hover {
  background-color: #d87a26;
}
.popup-outer {
  display: none;
  position: fixed;
  top: 0%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow-y: scroll;
}
.popup-outer .popup-container {
  width: 700px;
  margin: 3% auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
body #main .popup-outer .popup-container h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #444;
}
body #main .popup-outer .popup-container p {
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.popup-outer .popup-close {
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0.7;
  cursor: pointer;
  font-size: 28px;
  font-weight: normal;
  width: 28px;
  height: 28px;
  font-family: arial, sans-serif;
  line-height: 1em;
  text-align: center;
}
.popup-outer .popup-close:hover {
  opacity: 1;
}
.popup-outer .popup-container .hs-form-field {
  float: none;
  width: 100%;
}
.popup-outer .popup-container .hs-form-field input[type="text"],
.popup-outer .popup-container .hs-form-field input[type="email"],
.popup-outer .popup-container .hs-form-field input[type="tel"],
.popup-outer .popup-container .hs-form-field select {
  border: 1px solid #444;
  outline: 0;
  box-shadow: none;
  background: none;
}
.popup-outer .popup-container .hs-form-field input[type="checkbox"] {
  margin: 0;
}
.popup-outer .popup-container .hs-form-field .input ul {
  list-style: none;
  margin: 0 0 29px 0;
}
.popup-outer .popup-container .hs-form-field .input ul li label span {
  padding-left: 5px;
}
.popup-outer .popup-container .hs-form-field label {
  font-size: 14px;
}
.popup-outer .popup-container .hs-form-field:nth-child(2),
.popup-outer .popup-container .hs-form-field:nth-child(4),
.popup-outer .popup-container .hs-form-field:nth-child(6),
.popup-outer .popup-container .hs-form-field:nth-child(8) {
  margin: 0;
}
.popup-outer .popup-container .hbspt-form input[type="submit"] {
  background: #444;
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: block;
  text-transform: none;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  letter-spacing: normal;
}
.popup-form .submitted-message {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}
.popup-form a {
  background: #e68127;
  font-size: 16px;
  color: #fff;
  width: 50%;
  display: block;
  text-transform: none;
  font-weight: bold;
  padding: 10px;
  margin: 15px auto 0;
  letter-spacing: normal;
  text-align: center;
}
#popup-bg {
  display: none;
  background-color: #333;
  opacity: 0.7;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
## Resources / Guides
--------------------------------------------------------------*/
.single-resources #page #banner-intro {
  height: 100%;
  padding: 120px 0;
}
.single-resources #page #banner-stripe {
  height: 100%;
}
.single-resources #page #banner-intro h1 {
  margin: 50px 0;
}
.single-resources #page #banner-intro .banner-content {
  padding: 0 20px;
}
.single-resources #page #banner .bottomRight {
  display: none;
}
.single-resources #page #banner-intro .two_third {
  width: 66.6%;
}
.single-resources #page #banner-intro .one_third:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  border-radius: 6px;
  box-shadow: 0 0 6px 0px rgba(27, 26, 25, 0.2);
}
.single-resources #page #banner-intro .one_third {
  position: relative;
  z-index: 10;
  top: 120px;
  border: 0;
}
.single-resources #page #banner-intro .one_third p {
  margin: 0;
  padding: 30px 30px 0 30px;
  color: #333;
  font-size: 30px;
  font-weight: normal;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
}
.single-resources #page #banner-intro form {
  padding: 10px 30px 30px 30px;
  position: relative;
  z-index: 10;
}
.single-resources #page #banner-intro form .field {
  padding: 8px 0;
}
.single-resources #page #banner-intro form .field label {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: 200;
}
.single-resources #page #banner-intro form .field label.error {
  color: red;
  font-size: 14px;
}
.single-resources #page #banner-intro form .field input[type="text"],
.single-resources #page #banner-intro form .field input[type="email"],
.single-resources #page #banner-intro form .field select,
.single-resources #page #banner-intro form .field textarea {
  width: 100%;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #333;
  border-radius: 0;
  outline: 0;
  padding: 5px 0;
  text-indent: 5px;
}
.single-resources #page #banner-intro form .field textarea {
  min-height: 100px;
}
.single-resources #page #banner-intro form .field .checkbox {
  padding: 4px 0;
}
.single-resources #page #banner-intro form .field .checkbox label {
  font-size: 16px;
}
.single-resources #page #banner-intro form .submit,
.single-resources #page #banner-intro form .nextStep {
  text-align: center;
  margin: 20px 0 0 0;
}
.single-resources #page #banner-intro form .submit input,
.single-resources #page #banner-intro form .submit button,
.single-resources #page #banner-intro form .nextStep button {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
  border: 0;
}
.single-resources #page #main .intro h2 {
  font-size: 32px;
  color: #333333;
  font-weight: 900;
  margin: 0;
}
.single-resources #page #main .intro p {
  color: #464646;
  font-size: 22px;
  font-family: "Source Serif Pro";
  margin: 0 0 30px 0;
  max-width: 65%;
}

.single-resources #page #bottomGear,
.single-resources #page #footerPattern {
  display: none;
}

.single-resources #main .first.push-left {
  margin-top: -100px;
}
.single-resources #main .push-left {
  position: relative;
}
.single-resources #main .push-left article {
  width: 984px;
  margin: -100px auto 100px;
  float: none;
  padding: 30px 0px 0 240px;
  z-index: 9999;
}
.single-resources #main .push-left article .bg-trans {
  display: none;
}
.single-resources #main .push-left article .entry-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 6px;
}
.single-resources #main .first.push-left article {
  margin: 0 auto 100px;
  padding: 30px 30px 0 280px;
}
.single-resources #main .first.push-left article .entry-content {
  padding: 0;
  background: none;
}
.single-resources #main .img-full h2 {
  position: relative;
  z-index: 9999;
  width: 984px;
  margin: 0 auto;
  top: 67%;
  padding: 0 0 0 280px;
  font-weight: 600;
  font-size: 33px;
  line-height: 38px;
}
.single-resources #main .img-full h2 span {
  width: auto;
  background: #000;
  padding: 20px;
  color: #fff;
  display: inline-block;
}
.single-resources .img-width p,
.single-resources .img-full p {
  margin: 0;
}
.single-resources .img-width {
  width: 800px;
  margin: 0 auto 29px;
}
.single-resources .img-full {
  margin-bottom: 0px;
  height: 500px;
}
.single-resources .img-full img {
  width: 100%;
  height: 100%;
  display: none;
}
.actionStep {
  display: none;
}
.single-resources table {
  border: 1px solid #c3c2c2;
  margin: 0 0 29px 0;
  width: 100% !important;
  table-layout: fixed;
}
.generated_for_mobile,
.single-resources table.generated_for_mobile {
  display: none;
}
.single-resources table tr {
  border: 1px solid #c3c2c2;
}
.single-resources table td {
  padding: 10px;
  border: 1px solid #c3c2c2;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
}
.single-resources #main table td p,
.single-resources #main table td ul li,
.single-resources #main table td ol li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 7px 0;
}
.single-resources table tr:first-child {
  background-color: #999;
}
.single-resources table th {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  line-height: 24px;
  border: 1px solid #c3c2c2;
  text-align: left;
}
.single-resources .fixed-wrapper {
  width: 230px;
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 99999;
}
.single-resources .scroll-menu {
  width: 230px;
  padding: 10px;
  position: relative;
}
.single-resources .scroll-menu.fixed {
  position: fixed;
  top: 75px;
}
.single-resources .scroll-menu.fixed:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.92;
  top: 0;
  left: 0;
  z-index: -1;
}
.single-resources .scroll-menu.fixed.stuck {
  position: absolute;
  bottom: 290px;
  top: initial;
}
.single-resources .scroll-menu .menu-title {
  font-size: 18px;
  font-weight: bold;
}
.single-resources .scroll-menu ul {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}
.single-resources .scroll-menu ul li {
  padding: 0;
  margin: 0;
}
.single-resources .scroll-menu ul li.current_page_item {
  font-weight: bold;
}
.single-resources .scroll-menu a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 8px 0;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}
.single-resources .scroll-menu a:hover {
  text-decoration: underline;
}
/*--------------------------------------------------------------
## Marketing ROI Guide
--------------------------------------------------------------*/
.single-resources .roi-table-one table {
}
.single-resources .roi-table-one table td,
.single-resources .roi-table-two table td {
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 7px 0;
  font-family: "Source Serif Pro";
}
.single-resources .roi-table-one table tr:first-child {
  background: none;
}
.single-resources .roi-table-one table tr:nth-child(2),
.single-resources .roi-table-one table tr:nth-child(4) {
  background-color: #e6e6e6;
}
.single-resources .roi-table-one table tr td:nth-child(1) {
  font-size: 16px;
  color: #000;
}
.single-resources .roi-table-two table tr:first-child,
.single-resources .roi-table-two table tr:nth-child(5) {
  background: #999;
  color: #fff;
}
.single-resources .roi-table-two table tr:nth-child(2),
.single-resources .roi-table-two table tr:nth-child(3),
.single-resources .roi-table-two table tr:nth-child(4) {
  background-color: #e6e6e6;
}
/*--------------------------------------------------------------
## Banner Image Template
--------------------------------------------------------------*/
.page-template-banner-image #banner {
  display: none;
}
.page-template-banner-image .image-4 {
  height: 100%;
  width: 100%;
}
.page-template-banner-image .container-xs {
  padding: 40px;
}
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.page-id-14 #endCTA form {
  display: none;
}
/*--------------------------------------------------------------
## Default Page
--------------------------------------------------------------*/
.page-template-default #banner-intro .banner-content p,
.page-template-working-with-gorilla #banner-intro .banner-content p {
  color: #fff;
  font-size: 51px;
  font-weight: 200;
  text-align: center;
  max-width: 70%;
  margin: 5% auto 320px;
  line-height: 60px;
  font-family: "Source Sans Pro", sans-serif;
}
.page-template-default #main article,
.page-template-working-with-gorilla #main article {
  margin-top: -250px;
  padding: 64px;
  background: none;
  border-radius: 6px;
  position: relative;
  z-index: 999;
}
#main article .bg-trans,
.single-resources #main .bg-trans {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.92;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.single-resources #main .bg-trans {
  opacity: 1;
}
#main article .entry-content,
#main article header,
#main article footer,
#main article #endCTA {
  position: relative;
  z-index: 10;
}
#main article .inline-cta {
  display: none;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  #leftGear-1 {
    position: absolute;
    top: 25%;
    left: -110px;
    width: 355px;
    height: 305px;
    background-image: url(/wp-content/uploads/2017/07/Left-1.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    opacity: 0.5;
  }
  #leftGear-2 {
    position: absolute;
    top: 65%;
    left: -150px;
    width: 475px;
    z-index: 999999;
    height: 370px;
    background-image: url(/wp-content/uploads/2017/07/Left-2.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    opacity: 0.5;
  }
  #rightGear-1 {
    position: absolute;
    top: 45%;
    right: -110px;
    width: 355px;
    height: 305px;
    background-image: url(/wp-content/uploads/2017/07/Right-1.svg);
    background-repeat: no-repeat;
    transform: rotate(10deg);
    opacity: 0.5;
  }
  #rightGear-2 {
    position: absolute;
    top: 80%;
    right: -60px;
    width: 355px;
    height: 305px;
    background-image: url(/wp-content/uploads/2017/07/Right-2.svg);
    background-repeat: no-repeat;
    transform: rotate(10deg);
    opacity: 0.5;
  }
}

#content {
  position: relative;
}
#primary {
  position: relative;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-template-case-studies .container {
  max-width: 1300px;
}
.container-md {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-sm {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-xs {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
}
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#bottomGear.short {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 800px;
  background-image: url(/wp-content/uploads/2017/07/Footer-Short.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
  transform: rotate(17deg);
}
#bottomGear.tall {
  position: absolute;
  left: -100px;
  bottom: 140px;
  width: 100%;
  height: 1100px;
  background-image: url(/wp-content/uploads/2017/07/Footer-Tall.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
  transform: rotate(17deg) scaleY(-1) scaleX(-1);
}
#bottomGear.medium {
  position: absolute;
  left: 0;
  bottom: -180px;
  right: 0;
  width: 97%;
  height: 1155px;
  background-image: url(/wp-content/uploads/2017/07/Footer-Medium.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
  transform: rotate(-162deg);
}
#footerPattern {
  overflow: hidden;
  position: absolute;
  height: 680px;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#footerPattern:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform-origin: right;
  height: 1000px;
  background-image: url(/wp-content/uploads/2017/06/dot-pattern.png);
  background-repeat: repeat;
  transform: skew(0, -12deg);
  z-index: 1;
}
#footerPattern.tall {
  height: 990px;
}
#footerPattern.medium {
  height: 843px;
}
#footerPattern.short {
  height: 680px;
}
/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
.page-template-print #masthead,
.page-template-print #banner,
.page-template-print #bottomGear,
.page-template-print #footerPattern,
.page-template-print .footer {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 #banner-stripe,
.error404 #footerPattern,
.error404 #bottomGear {
  display: none;
}
.error404 #banner {
  background-color: #3b3b3b;
  text-align: center;
}
.error404 #banner .banner-content p {
  font-size: 51px;
  font-family: "Source Sans Pro", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.255;
  text-align: center;
  font-weight: 100;
  margin-top: 75px;
}
.error404 .banner-content img {
  opacity: 0.5;
}
.error404 .banner-content h6 a {
  border-radius: 5px;
  background-color: rgb(245, 130, 51);
  width: 224px;
  height: 64px;
  display: inline-block;
  font-size: 21px;
  line-height: 3;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

.menu-social-media-container li,
.menu-social-media-container a {
  width: 32px;
  height: 24px;
}
#menu-social-media li {
  float: left;
  list-style-type: none;
  padding: 0 4px;
}

#menu-social-media a {
  background: url("/wp-content/uploads/2017/06/sprites.png") no-repeat 0px 0px;
  display: block;
  text-indent: 1000em;
  overflow: hidden;
  white-space: nowrap;
  transition: 0s;
}

#menu-social-media .menu-item-79 a {
  /* Twitter */
  background-position: -534px -10px;
}
#menu-social-media .menu-item-79 a:hover {
  background-position: -694px -10px;
}
#menu-social-media .menu-item-80 a {
  /* Facebook */
  background-position: -574px -10px;
}
#menu-social-media .menu-item-80 a:hover {
  background-position: -734px -10px;
}
#menu-social-media .menu-item-81 a {
  /* LinkedIn */
  background-position: -614px -10px;
}
#menu-social-media .menu-item-81 a:hover {
  background-position: -774px -10px;
}
#menu-social-media .menu-item-82 a {
  /* Google+ */
  background-position: -654px -10px;
}
#menu-social-media .menu-item-82 a:hover {
  background-position: -814px -10px;
}
#menu-social-media .menu-item-8449 a {
  /* Instagram */
  background-position: -884px -10px;
}
#menu-social-media .menu-item-8449 a:hover {
  background-position: -921px -10px;
}
#menu-social-media .social-youtube a {
  /* YouTube */
  background-position: 0 0;
  background-image: url("/wp-content/uploads/2017/08/youtube-icon-default-1.jpg");
}
#menu-social-media .social-youtube a:hover {
  background-position: 0 0;
  background-image: url("/wp-content/uploads/2017/08/youtube-icon-hover.jpg");
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search-results #banner-intro .page-title {
  margin: 90px 0 250px 0;
}
#searchOverlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
#searchOverlay:after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.95;
}
#searchOverlay .searchScroll {
  position: fixed;
  z-index: 999;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 30px 0;
}
#searchOverlay #searchResults {
  position: relative;
  z-index: 10;
}
#searchResults .searchClose {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 35px;
  color: #333;
  font-weight: 200;
  cursor: pointer;
}
#searchResults .searchTitle {
  font-size: 35px;
  color: #333;
  font-weight: 200;
  margin: 0 0 0px 0;
}
#searchResults .searchSubtext {
  font-size: 20px;
  color: #333;
  font-weight: 200;
}
#searchResults .ajax-search {
  margin-top: 30px;
}
#searchResults .search-field {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 30px;
  color: #333;
  background: none;
  padding: 0;
}
#searchResults .search-submit {
  display: none;
}
#searchResults #posts article {
  border-bottom: 1px solid #e1e1e1;
}
#searchResults #posts article h2 a {
  color: #333;
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
}
#searchResults #posts article h2 a:hover {
  text-decoration: underline;
}
#searchResults #posts article p {
  color: #464646;
  font-size: 22px;
  font-family: "Source Serif Pro";
  line-height: 36px;
}
#searchResults #posts .loading {
  display: none;
}
#searchResults #posts .next a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
}
/*--------------------------------------------------------------
# Call to Actions
--------------------------------------------------------------*/
#inlineCTA {
  margin: 30px 0;
  border-radius: 6px;
  box-shadow: 0 0 15px #afafaf;
  position: relative;
  z-index: 10;
}
#inlineCTA .inline-title {
  background: #2b2b2b;
  padding: 30px;
  border-radius: 6px 6px 0 0;
}
#inlineCTA .inline-title h4 {
  color: #fff;
  font-size: 27px;
  line-height: 42px;
  display: block;
  font-weight: 900;
  margin: 0;
}
#inlineCTA .inline-title h4:before {
  content: "";
  width: 60px;
  background-color: #f58233;
  height: 5px;
  display: block;
}
#inlineCTA .inline-copy {
  padding: 20px 30px;
  background: #fff;
  border-radius: 0px 0px 6px 6px;
}
#inlineCTA .inline-copy p {
  color: #464646;
  font-size: 22px;
  font-family: "Source Serif Pro";
}
#inlineCTA .inline-copy h6 {
  margin: 0;
}
#inlineCTA .inline-copy h6 a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
}
#inlineCTA .inline-copy h6 a:hover {
  background-color: #d87a26;
}
#endCTA {
  margin: 10px 0 80px;
  border-radius: 6px;
  box-shadow: 0 0 15px #afafaf;
  position: relative;
  z-index: 10;
}
#endCTA .ctaTitle {
  background: #2b2b2b;
  padding: 40px 50px;
  border-radius: 6px 6px 0 0;
}
#endCTA .ctaTitle span {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  display: block;
  font-weight: 900;
  margin: 0 0 10px 0;
}
#endCTA .ctaTitle span:before {
  content: "";
  width: 60px;
  background-color: #f58233;
  height: 5px;
  display: block;
}
#endCTA .ctaTitle p {
  color: #fff;
  font-size: 22px;
  font-family: "Source Serif Pro";
  margin: 0;
}
#endCTA .ctaContent {
  padding: 30px 50px;
  background: #fff;
  border-radius: 0px 0px 6px 6px;
}
#endCTA .ctaContent p {
  color: #464646;
  font-size: 22px;
  font-family: "Source Serif Pro";
}
#endCTA .ctaContent h6 {
  margin: 0;
  text-align: center;
}
#endCTA .ctaContent h6 a {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
}
#endCTA .ctaContent h6 a:hover {
  background-color: #d87a26;
}
#endCTA .ctaContent form .field {
  padding: 8px 0;
}
#endCTA .ctaContent form .field label {
  display: block;
  color: #333;
  font-weight: 200;
  font-size: 20px;
}
#endCTA .ctaContent form .field label.error {
  font-size: 14px;
  color: red;
}
#endCTA .ctaContent form .field input,
#endCTA .ctaContent form .field select {
  width: 100%;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #333;
  border-radius: 0;
  outline: 0;
  padding: 5px 0;
  text-indent: 5px;
}
#endCTA .ctaContent form .field .checkbox input {
  width: auto;
}
#endCTA .ctaContent form .field textarea {
  min-height: 100px;
}
#endCTA .ctaContent form .field .checkbox {
  padding: 4px 0;
}
#endCTA .ctaContent form .field .checkbox label {
  font-size: 16px;
}
#endCTA .ctaContent form .submit,
#endCTA .ctaContent form .nextStep {
  text-align: center;
  margin: 20px 0 0 0;
}
#endCTA .ctaContent form .submit input,
#endCTA .ctaContent form .nextStep button {
  background-color: #f58233;
  font-size: 21px;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
  border: 0;
}
#endCTA .ctaContent form .submit input {
  margin-top: 1rem;
}
#endCTA .ctaContent form .submit input:disabled {
  background-color: grey;
  cursor: not-allowed;
}
form .company_url {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
/** Inline Page CTA **/
.page-cta {
  position: relative;
  margin: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-cta .page-cta-content {
  padding: 20px;
  position: relative;
  width: 70%;
  margin: 0 0 0 auto;
  z-index: 10;
}
.page-cta .page-cta-content:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
.page-cta .page-cta-content h2 {
  font-weight: bold;
  margin: 0;
}
.page-cta .page-cta-content p {
  font-weight: 400;
}
.page-cta .page-cta-content h6 {
  margin: 0;
}
#content .page-cta .page-cta-content h6 a {
  color: #fff;
  font-size: 25px;
  background: #f58233;
  border-radius: 3px;
  padding: 8px 15px;
  line-height: 54px;
  font-weight: 100;
  text-decoration: none;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#content .page-cta .page-cta-content h6 a:hover {
  background: #d87a26;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/
@media (min-width: 320px) {
  #banner .topLeft {
    background-image: url(/wp-content/uploads/2017/07/group-1-tleft.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -400px;
    left: -400px;
    width: 750px;
    height: 100%;
    transform: rotate(16deg);
    opacity: 0.3;
    z-index: 1;
  }
  .home #banner .topLeft {
    top: -200px;
    left: -298px;
  }
}

@media (min-width: 600px) {
  #banner .topLeft {
    left: -498px;
  }
}

@media (min-width: 768px) {
  #banner-intro {
    display: block;
    height: 650px;
  }
}

@media (min-width: 1080px) {
  #banner .topLeft {
    background-image: url(/wp-content/uploads/2017/07/group-1-tleft.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -220px;
    left: -328px;
    width: 750px;
    height: 100%;
    transform: rotate(16deg);
    opacity: 0.5;
    z-index: 1;
  }
  #banner .topLeft.group2 {
    background-image: url(/wp-content/uploads/2017/07/group-2-tleft.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: -20%;
    width: 540px;
    height: 100%;
    transform: rotate(11deg) scaleX(-1);
    opacity: 0.5;
    z-index: 1;
  }
  #banner .topLeft.group3 {
    background-image: url(/wp-content/uploads/2017/07/group-3-tleft.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    left: -37%;
    width: 60%;
    height: 100%;
    transform: rotate(13deg);
    opacity: 0.5;
    z-index: 1;
  }
  #banner .bottomRight {
    background-image: url(/wp-content/uploads/2017/07/group-1-bright.svg);
    background-repeat: no-repeat;
    background-size: 39.2%;
    width: 100%;
    height: 1250px;
    min-width: 1920px;
    transform: rotate(21deg) skewY(11deg);
    margin: 660px 0 0 695px;
    opacity: 0.5;
    z-index: 1;
  }
  #banner .bottomRight.group2 {
    background-image: url(/wp-content/uploads/2017/07/group-2-bright.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 100%;
    min-width: 1px;
    transform: rotate(21deg) skewY(11deg);
    opacity: 0.5;
    z-index: 1;
    margin: 0;
    position: absolute;
    right: -5%;
    top: 62%;
  }
  #banner .bottomRight.group3 {
    background-image: url(/wp-content/uploads/2017/07/group-3-bright.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75%;
    height: 100%;
    min-width: 1px;
    transform: rotate(21deg) skewY(11deg);
    opacity: 0.5;
    z-index: 1;
    margin: 0;
    position: absolute;
    right: -25%;
    top: 35%;
  }
  .page-template-services #main article,
  .page-template-default #main article {
    margin-top: -300px;
  }
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
  #banner .bottomRight {
    margin: 660px 0 0 1080px;
    height: 1300px;
  }
  #banner .bottomRight.group2 {
    width: 40%;
    height: 540px;
  }
  #banner .topLeft.group2 {
    top: 5%;
    left: -5%;
    width: 640px;
    height: 375px;
  }
  #banner .bottomRight.group3 {
    top: 45%;
  }
  .page-template-services #main article,
  .page-template-default #main article {
    margin-top: -300px;
  }
}
@media (min-width: 1921px) {
}
/*--------------------------------------------------------------
# Mobile Styles
--------------------------------------------------------------*/
@media (max-width: 1600px) {
  #masthead {
    padding: 0 20px;
  }
}
@media (max-width: 1300px) {
  #featuredPosts .post-box {
    height: 480px;
    padding: 2.95%;
  }
  #featuredPosts .post-box.item-2 {
    height: 515px;
    padding: 2.95%;
  }
  #featuredPosts .post-box.item-2 h6 {
    bottom: 11%;
  }
  #featuredPosts .post-box h6 {
    bottom: 7%;
  }
  #phases {
    margin: 80px 0 30px;
  }
  #phases .phaseLeft {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #phases .phaseLeft .phaseNav {
    float: left;
    margin: 0 2.7% 30px 0;
    width: 31.5%;
    height: auto;
  }
  #phases .phaseLeft .phaseNav:nth-child(5) {
    margin-right: 0;
  }
  #phases .phaseLeft .phaseNav.activeTab:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(65, 65, 65, 0);
    border-top-color: #414141;
    border-width: 20px;
    margin-left: -20px;
    margin-top: 0;
  }
  #phases .phaseLeft .phaseNav.step-3 {
    margin-right: 0;
  }
  #phases .phaseLeft .details {
    position: relative;
    bottom: 0;
    right: 0;
  }
  #phases .phaseLeft .firstTwo {
    left: 0;
    top: -42px;
    transform: none;
    width: 66%;
  }
  #phases .phaseLeft .ongoing {
    left: auto;
    top: -42px;
    right: 0;
    transform: none;
    width: 31.5%;
  }
  #phases .phaseRight {
    float: none;
    width: 100%;
    clear: both;
    min-height: 1px;
  }
  #main article blockquote.block-right {
    margin-right: -20%;
    margin-left: 3%;
  }
  #sideNewsletter {
    width: 200px;
  }
  #sideNewsletter.fixed {
    right: 10px;
  }
}
@media (max-width: 1200px) {
  #banner-intro h5 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }
  #banner-intro .two_third,
  #banner-intro .three_fourth {
    width: 100%;
  }
  .main-navigation {
    font-family: "Source Serif Pro", serif;
  }
  .main-navigation a {
    padding: 0 12px 0 0;
  }
  .main-navigation li.consult-button a {
    padding: 0 12px;
  }
  #main article blockquote.block-right {
    margin-right: -20%;
  }
  #banner-intro .container {
    max-width: 1000px;
  }
  #newsletterSignup p {
    font-size: 26px;
  }
  #newsletterSignup .hbspt-form {
    width: 39%;
  }
}
@media (max-width: 1080px) {
  #masthead {
    padding: 0;
  }
  .page-template-company-culture #masthead {
    padding: 5px 0px;
  }
  .logo {
    left: 20px;
    z-index: 10;
  }
  .menu-main-nav-container {
    display: none;
    clear: both;
    background-color: #242424;
    width: 100%;
    position: relative;
    top: -48px;
    z-index: 1;
    padding: 75px 0px 0px;
    box-shadow: 0px 0px 5px 1px #2d2d2d;
  }
  .main-navigation li {
    display: block;
    border-top: 1px solid #646464;
  }
  .main-navigation li.consult-button {
    border: 0;
    border-top: 1px solid #646464;
  }
  .main-navigation li.consult-button a {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
  .main-navigation li a {
    padding: 0 25px;
  }
  .main-navigation li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
  }
  .main-navigation li.menu-item-has-children > .subOpen:after {
    transform: rotate(90deg);
  }
  .main-navigation li a:focus {
    outline: 0;
  }
  .main-navigation ul ul {
    display: none;
    position: relative;
    float: none;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #2f2f2f;
    box-shadow: none;
    border-radius: 0;
    padding: 0px 0px;
  }
  .main-navigation ul ul:before {
    display: none;
  }
  .main-navigation ul ul li {
    border-top: 1px solid #0a0a0a;
  }
  .main-navigation ul ul li:first-child {
    border-top: 0;
  }
  .main-navigation ul ul li a {
    color: #fff;
    min-width: 1px;
    padding: 10px 25px;
  }
  .searchBtn {
    display: none;
  }
  .main-navigation {
    right: 0px;
    top: 17px;
    width: 100%;
  }
  .menu-toggle {
    display: block;
    position: relative;
    right: 20px;
    z-index: 10;
  }
  .home #banner {
    height: 700px;
  }
  #main article blockquote.block-right {
    margin-right: -5%;
    max-width: 60%;
  }
  #main article blockquote p {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .home #banner-intro p {
    max-width: 80%;
  }
  #featuredPosts .post-box {
    height: 290px;
  }
  #featuredPosts .post-box.item-2 {
    height: 320px;
  }
  #featuredPosts .post-box h2 {
    font-size: 26px;
    line-height: 35px;
  }
  #featuredPosts .post-box p {
    display: none;
  }
  .single-resources #main .push-left article {
    width: auto;
  }
  #newsletterSignup {
    padding: 0 0 40px;
  }
  #newsletterSignup p {
    margin: 0;
  }
  #newsletterSignup .hbspt-form {
    width: 100%;
  }
  #newsletterSignup .hbspt-form .hs_email {
    float: none;
    display: inline-block;
  }
  #newsletterSignup .hbspt-form .hs_submit {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 979px) {
  .single-resources #page #banner-intro .content-column {
    float: none;
    width: 100%;
    margin: 0;
    display: block;
  }
  .single-resources #page #banner-intro .one_third {
    top: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  body.postid-8688 #main .push-left article,
  body.page-template-parallax-template #main .push-left article {
    width: 100%;
    padding: 30px 0;
  }
  body.page-template-parallax-template #main .img-full h2 {
    font-size: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .home #banner {
    height: 650px;
  }
  .home .col-left {
    width: 45%;
  }
  #featuredPosts .post-box {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
  #featuredPosts .post-box.item-2 {
    height: auto;
    margin-top: 0;
  }
  #featuredPosts .post-box p {
    display: block;
    margin: 15px 0;
  }
  #featuredPosts .post-box h6 {
    position: relative;
    bottom: 0;
  }
  #homeSlider .sliderContainer {
    height: 650px;
  }
  #homeSlider .slide {
    height: 670px;
  }
  #banner-intro .two_third,
  #banner-intro .three_fourth {
    width: 100%;
  }
  #all-posts #posts .learning-cta {
    padding: 5px 15px;
    border-left: 0;
    border-top: 6px solid #f58233;
  }
}
@media (max-width: 767px) {
  .home .col-container {
    display: block;
    height: auto;
  }
  .home .col-left {
    display: block;
    width: 100%;
    border: 0;
  }
  .home .col-right {
    display: block;
    padding: 20px 0;
  }
  .big-title {
    font-size: 60px;
    line-height: 68px;
    padding: 30px 0 0 0;
  }
  #homeSlider .slide {
    padding: 0 10%;
    top: -66px;
  }
  #homeSlider .bioPic img {
    width: 125px;
  }
  #homeSlider .bioTitle {
    font-size: 24px;
    line-height: 34px;
  }
  #homeSlider .bioQuote h5 {
    font-size: 16px;
    line-height: 30px;
  }
  body.postid-8688 #main .push-left article,
  body.page-template-parallax-template #main .push-left article {
    width: 100%;
    padding: 30px 0;
  }
  body.page-template-parallax-template #main .img-full h2 {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
    padding: 0;
  }
  body.page-template-parallax-template .bannertext {
    top: 32%;
  }
  body.page-template-parallax-template .image-4 {
    height: 350px;
  }
  body.page-template-parallax-template .bannertext h1 {
    font-size: 38px;
    width: auto;
    line-height: 42px;
  }
  body.page-template-parallax-template #main .img-full h2 {
    font-size: 22px;
    line-height: 30px;
  }
  body.page-template-parallax-template #main .img-full h2 span {
    padding: 15px;
  }
  body.page-template-parallax-template table tr:first-child th {
    font-size: 15px;
  }
  body.page-template-parallax-template table td {
    font-size: 14px;
    padding: 5px;
    line-height: 18px;
  }
  body.page-template-parallax-template #main table td p,
  body.page-template-parallax-template #main table td ul li,
  body.page-template-parallax-template #main table td ol li {
    font-size: 14px;
    line-height: 18px;
  }
  body.page-template-parallax-template #main .push-left {
    padding: 0 20px;
  }
  .popup-outer .popup-container {
    width: auto;
    margin: 0 10px;
  }
  #inline-popup .inline-left {
    float: none;
    width: 100%;
  }
  #inline-popup .inline-right {
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
    margin-top: 20px;
  }
  .single-resources #main .push-left article,
  .single-resources #main .first.push-left article {
    padding: 30px 0;
    width: 100%;
    margin: 0 auto 30px;
  }
  .single-resources #main .first.push-left {
    margin-top: -125px;
  }
  .single-resources #main .push-left article .entry-content {
    padding: 0;
  }
  .mainPopup {
    overflow: scroll;
  }
  .mainPopup .popup {
    height: 100%;
    margin: 0 auto;
  }
  #popupContainer {
    height: 100%;
    border-radius: 0;
  }
  #popupContainer form .field {
    display: block;
    width: 100%;
    margin: 0 4% 15px 0;
  }
  .popupClose {
    right: 10px;
    top: 15px;
  }

  .page-template-learning-center #featuredPosts,
  .page-template-job-blog #featuredPosts {
    margin-top: -75px;
  }
}
@media (max-width: 600px) {
  .page-template-services-overview #banner-intro {
    padding: 120px 0 0;
  }
  #banner-stripe {
    height: 90%;
  }
  #banner-intro {
    padding: 120px 0 90px;
  }
  .home #banner-stripe {
    height: 100%;
  }
  .container-xs {
    padding: 0 20px;
  }
  .home #banner {
    height: 439px;
  }
  .home #banner-intro {
    height: 550px;
  }
  .home #banner-intro h1 {
    font-size: 31px;
    line-height: 38px;
    letter-spacing: 2px;
    text-align: left;
  }
  .home #banner-intro p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
    text-align: left;
  }
  .big-title {
    font-size: 39px;
    line-height: 48px;
  }
  #featuredIn .big-title {
    margin: 0 0 40px 0;
  }
  .home .col-right ul li {
    font-size: 20px;
    line-height: 34px;
  }
  #homeSlider,
  .page-template-services-overview #homeSlider {
    margin: 100px 0 50px;
  }
  #homeSlider .sliderContainer {
    height: 100%;
  }
  #homeSlider .slide {
    padding: 0 20px;
    text-align: left;
    height: 100%;
    position: relative;
    display: none;
  }
  #homeSlider .slide.activeSlide {
    display: block;
  }
  #homeSlider .bioPic {
    text-align: center;
  }
  #homeSlider .bioTitle {
    font-size: 20px;
    line-height: 30px;
  }
  #homeSlider .bioQuote h5 {
    font-size: 16px;
    line-height: 28px;
  }
  #homeSlider .sliderButton {
    position: relative;
  }
  #homeSlider .sliderButton a {
    font-size: 18px;
  }
  #homeSlider .slider-controls {
    display: none !important;
  }
  #featuredIn {
    margin: 0 0 30px 0;
  }
  #featuredIn .logos {
    column-count: 2;
  }
  #featuredPosts {
    padding: 0 0 70px;
  }
  #featuredPosts .post-box {
    padding: 15px;
  }
  #featuredPosts .post-box p {
    display: none;
  }
  #featuredPosts .post-box.item-2 {
    padding: 15px;
  }
  #featuredPosts .post-box.item-1,
  #featuredPosts .post-box.item-3 {
    border-radius: 3px;
  }
  #featuredPosts .post-box h6 {
    margin-top: 15px;
  }
  #latestArticles {
    padding: 30px 0;
  }
  #latestArticles .posts {
    column-count: 1;
    column-gap: 0;
    text-align: left;
  }
  #latestArticles .posts p {
    text-align: left;
    position: relative;
  }
  #banner-intro h1 {
    font-size: 34px;
    line-height: 48px;
  }
  #banner-intro h5 {
    font-size: 30px;
    line-height: 44px;
    max-width: 100%;
  }
  #banner-intro .two_third,
  #banner-intro .three_fourth {
    margin-bottom: 30px;
  }
  #banner-intro .two_third div,
  #banner-intro .three_fourth div {
    padding-right: 0 !important;
  }
  #sevenElements h2 {
    font-size: 26px;
  }
  #elementNav {
    float: none;
    width: 100%;
  }
  #elementCopy {
    display: none;
  }
  #elementNav .elementTitle {
    position: relative;
  }
  #elementNav .elementTitle.activeTab {
    color: #333;
  }
  #elementNav .elementTitle:before {
    position: absolute;
    content: "";
    right: 10px;
    top: 26px;
    width: 10px;
    height: 1px;
    font-weight: 100;
    background-color: #333;
  }
  #elementNav .elementTitle:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 26px;
    width: 10px;
    height: 1px;
    font-weight: 100;
    background-color: #333;
    transform: rotate(90deg);
  }
  #elementNav .elementTitle.activeTab:before,
  #elementNav .elementTitle.activeTab:after {
    display: none;
  }
  .elementText {
    position: relative;
    padding: 10px 0;
    box-shadow: none;
    display: none;
    background: none;
    border-radius: 0;
  }
  .elementText h3 {
    color: #464646;
    font-size: 20px;
  }
  .elementText p {
    font-size: 18px;
  }
  #industrialGrowth h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  #industrialGrowth p {
    max-width: 100%;
    font-size: 20px;
  }
  #phases .phaseLeft .phaseNav {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
  #phases .phaseRight .phaseContent {
    padding: 20px;
  }
  #phases .phaseRight .phaseContent.activeTab {
    margin: 0 0 30px 0;
  }
  #phases .phaseLeft .firstTwo,
  #phases .phaseLeft .ongoing {
    display: none;
  }
  .page-template-services #banner-intro .banner-content p,
  .page-template-default #banner-intro .banner-content p {
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
    margin: 5% auto 215px;
    text-align: left;
  }
  .page-template-services #main article,
  .page-template-default #main article,
  .single #main article {
    padding: 30px 15px;
  }
  .alignright {
    display: block;
    float: none;
    margin: 0;
  }
  .page-template-banner-image .container-xs {
    padding: 40px 20px;
  }
  .page-template-banner-image .image-4 {
    min-height: 160px;
    background-size: 715px;
  }
  #main article h1 {
    font-size: 36px;
    line-height: 42px;
  }
  #main article h2,
  .page-template-team-bio #posts .excerpt h2 a {
    font-size: 25px;
    line-height: 36px;
  }
  #main article h3 {
    font-size: 20px;
  }
  #main article h5 {
    font-size: 18px;
    line-height: 32px;
  }
  #main article p,
  #main article ul li,
  #main article ol li,
  #pricing p,
  .page-template-team-bio #posts .excerpt p,
  #caseStudies .case-post h6 a,
  #caseStudies .case-post p,
  .page-template-company-culture #our-neighborhood p,
  #all-posts #posts p {
    font-size: 18px;
    line-height: 32px;
  }
  #main article blockquote {
    display: none;
  }
  #main article blockquote.block-center {
    display: block;
  }
  #main article blockquote p {
    font-size: 21px;
    line-height: 31px;
  }
  #featuredCase .slide {
    padding: 0 0px;
    text-align: left;
  }
  #featuredCase .bioPic {
    text-align: center;
  }
  #featuredCase .bioTitle {
    font-size: 20px;
    line-height: 30px;
  }
  #featuredCase .bioQuote h5 {
    font-size: 16px;
    line-height: 28px;
  }
  #featuredCase .sliderButton {
    text-align: center;
  }
  #featuredCase .sliderButton a {
    font-size: 18px;
  }
  .page-template-working-with-gorilla #main .one_half {
    padding: 0;
  }
  .page-template-working-with-gorilla #main .one_half div {
    padding: 0 !important;
  }
  .page-template-working-with-gorilla #main h5 {
    width: 13%;
  }
  .page-template-working-with-gorilla #main p {
    min-height: 1px;
  }
  #different .one_third {
    border-right: 0;
  }
  #different .one_third div {
    padding: 0 !important;
  }

  .page-template-team-bio #banner-intro {
    padding: 90px 0 120px 0;
  }
  .page-template-team-bio #banner-intro .container {
    width: auto;
  }
  .page-template-team-bio #banner-intro .bioLeft {
    top: 0px;
    left: 0px;
    position: relative;
    text-align: center;
  }
  .page-template-team-bio #banner-intro .bioLeft img {
    max-width: 215px;
  }
  .page-template-team-bio #banner-intro .bioLeft h1 {
    display: inline-block;
    margin: 0;
    font-size: 8.2vw;
  }
  .page-template-team-bio #banner-intro h1:before {
    margin: 0 auto;
  }
  .page-template-team-bio #banner-intro .bioRight {
    top: 5px;
    left: 0;
    text-align: center;
    position: relative;
    margin: 0;
  }
  .page-template-team-bio #banner-intro .bioRight img {
    width: 205px;
  }
  .page-template-team-bio #main article {
    margin-top: -380px;
    padding: 20px;
  }
  .page-template-team-bio #posts {
    padding: 0 0 64px;
  }
  #caseStudies {
    margin-top: -100px;
  }
  #caseStudies .featured-post {
    padding: 20px;
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    height: 100%;
  }
  #caseStudies .featured-post h2 a,
  #caseStudies .case-post h2 a {
    font-size: 28px;
    line-height: 36px;
  }
  #caseStudies .featured-post h6 a {
    position: relative;
    bottom: 0;
  }
  div.insta-wrapper {
    width: 50% !important;
    display: none;
    padding-bottom: 50% !important;
  }
  div.insta-wrapper.img-1,
  div.insta-wrapper.img-2,
  div.insta-wrapper.img-3,
  div.insta-wrapper.img-4 {
    display: block;
  }
  .page-template-company-culture .bannerText {
    height: 65px;
  }
  .page-template-company-culture #banner-intro .container-xs {
    padding: 15px;
  }
  .page-template-company-culture #banner-intro h5 {
    font-size: 25px;
    line-height: 38px;
    text-align: center;
  }
  .page-template-company-culture #banner-intro .instagramFollow {
    display: none;
  }
  .page-template-company-culture #main article {
    padding: 30px 0;
  }
  .page-template-company-culture #main h6 a {
    font-size: 15px;
    width: 98px;
    margin: 0 8px 15px 0;
  }
  .page-template-company-culture #employeeBenefits .one_third {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
  }
  .page-template-company-culture #our-neighborhood {
    padding: 5% 0;
    background-color: #848484;
    background-image: none;
  }
  .page-template-company-culture #our-neighborhood h2 {
    font-size: 40px;
    margin: 10px 0;
  }
  .page-template-company-culture #our-neighborhood .one_third {
    width: 100%;
    margin: 5% 0 0 0;
  }
  .page-template-company-culture #bottomButtons .one_third {
    float: none;
    width: 100%;
    margin: 5% 0 0 0;
  }
  .page-template-company-culture #bottomButtons .one_third.last_column {
    margin: 5% 0 0 0;
  }
  .page-template-company-culture #bottomButtons h3 {
    font-size: 24px;
  }
  .page-template-company-culture #bottomButtons h6 {
    margin: 10px 0 0;
  }
  .page-template-company-culture #bottomButtons .one_third div {
    padding: 20px !important;
  }
  #jobPositions .jobPost {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 20px;
  }
  #jobPositions .jobPost p {
    font-size: 18px;
  }
  .page-template-learning-center #featuredPosts,
  .page-template-job-blog #featuredPosts {
    margin-top: -100px;
  }
  .page-template-job-blog #all-posts #category-list {
    display: none;
  }
  #all-posts #category-list {
    float: none;
    width: 100%;
  }
  #all-posts #posts {
    float: none;
    width: 100%;
  }
  #all-posts #posts h2 a {
    font-size: 26px;
  }
  #all-posts #category-list h3 {
    background-color: #f58233;
    font-size: 21px;
    color: #fff;
    padding: 5px 40px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 300;
    display: block;
    text-align: center;
    cursor: pointer;
  }
  #all-posts #category-list ul {
    display: none;
  }
  #all-posts #category-list h6 a {
    margin: 0 auto;
  }
  .single #banner-intro .banner-content {
    padding: 0 0 25%;
  }
  .single #banner-intro h1 {
    font-size: 32px;
    line-height: 40px;
  }
  body.single-resources .one_third {
    display: block;
    border-right: 1px solid #c3c2c2;
  }
  .single-resources .img-full {
    height: 300px;
    margin-bottom: 20px;
  }
  body.postid-8688 .bannertext h1,
  body.page-template-parallax-template .bannertext h1 {
    font-size: 38px;
    line-height: 45px;
    width: auto;
    text-align: center;
  }
  body.postid-8688 #main article {
    width: auto;
  }
  body.postid-8688 .img-width,
  body.page-template-parallax-template .img-width {
    width: auto;
  }
  footer .socialShare {
    position: relative;
    top: 0;
    margin: 15px 0;
  }
  footer .authorInfo .avatar img {
    width: 70px;
    height: 70px;
  }
  footer .authorInfo .authorBy {
    font-size: 14px;
  }
  #endCTA .ctaTitle {
    padding: 25px;
  }
  #endCTA .ctaTitle span {
    font-size: 30px;
    line-height: 37px;
  }
  #endCTA .ctaTitle p {
    font-size: 20px;
  }
  #endCTA .ctaContent {
    padding: 25px;
  }
  #endCTA .ctaContent p {
    font-size: 18px;
  }
  #inlineCTA .inline-title {
    padding: 15px;
  }
  #inlineCTA .inline-title h4 {
    line-height: 36px;
  }
  #inlineCTA .inline-copy {
    padding: 15px;
  }
  #inlineCTA .inline-copy p {
    font-size: 18px;
  }
  #mobileNewsletter {
    padding: 0 10px;
  }
  #mobileNewsletter p {
    font-size: 14px;
    padding: 15px 0;
    font-weight: bold;
  }
  #mobileNewsletter a {
    font-size: 14px;
    padding: 2px 18px;
  }
  #bottomGear,
  #footerPattern {
    display: none;
  }
}
@media (max-width: 480px) {
  body.page-template-parallax-template table,
  body.postid-9809 table {
    display: none;
  }
  div.generated_for_mobile {
    display: block;
  }
  body.page-template-parallax-template table.generated_for_mobile,
  body.postid-9809 table.generated_for_mobile {
    display: table;
    table-layout: auto;
  }
  body.page-template-parallax-template table tr:first-child,
  body.postid-9809 table tr:first-child {
    background: none;
  }
  body.page-template-parallax-template table th,
  body.postid-9809 table th {
    color: #333;
    font-size: 15px;
  }
  body.postid-9809 .one_third {
    float: left;
    border-right: 1px solid #c3c2c2;
  }
  .generated_for_mobile tr.odd {
    background: #eee;
  }
  .single-resources #page #banner-intro iframe {
    height: 157px;
    width: 100%;
  }
  .single-resources #page #main .intro p {
    max-width: 100%;
  }
}

@media screen and (min-width: 1080px) {
  #menu-item-10326,
  #menu-item-10321,
  #menu-item-12344,
  #menu-item-12345 {
    display: none !important;
  }
}
/* TEMP CONTACT MENU CHANGE */
@media screen and (max-width: 480px) {
  #menu-item-10326,
  #menu-item-10321,
  #menu-item-12344,
  #menu-item-12345 {
    display: inline-block !important;
  }
}

@media screen and (max-width: 600px) {
  .page-template-working-with-gorilla #main article {
    padding: 30px 15px !important;
  }

  .page-template-working-with-gorilla #banner-intro .banner-content p {
    font-size: 32px;
    margin: 5% 0 215px;
    line-height: 40px;
    text-align: left !important;
  }
}

#blog-aside {
  border-left: 5px solid #f58233;
  background-color: #f9f9f9;
  padding: 15px 15px 15px 20px;
  font-family: "Source Sans Pro" !important;
  color: #f58233;
  margin: 25px 0;
}

#blog-aside h3 {
  font-size: 22px !important;
  margin: 0;
  color: #f58233 !important;
}

#blog-aside p {
  margin: 0 !important;
  color: #f58233 !important;
  font-family: "Source Sans pro" !important;
  line-height: 29px !important;
  font-size: 18px !important;
  padding-right: 10px;
}

#blog-aside ol {
  margin: 0 20px 0 0 !important;
  counter-reset: item;
}

#blog-aside ol li {
  color: #f58233 !important;
  font-family: "Source Sans pro" !important;
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 29px !important;
  list-style-type: none;
  counter-increment: item;
  padding-bottom: 15px;
}

#blog-aside ol > li::before {
  font-weight: 400;
  text-align: right;
  content: counter(item) ". ";
}

#blog-aside .bold-items > li::before {
  font-weight: bold;
  text-align: right;
  content: counter(item) ". ";
}

.cookiButton {
  background: #f58133 !important;
}
