@font-face {
  font-family: "Sharp Grotesk Book";
  src: url("../../fonts/SharpGroteskBook20.eot");
  src: url("../../fonts/SharpGroteskBook20.woff2") format("woff2"), url("../../fonts/SharpGroteskBook20.woff") format("woff");
}
@font-face {
  font-family: "Sharp Grotesk Light";
  src: url("../../fonts/SharpGroteskLight20.eot");
  src: url("../../fonts/SharpGroteskLight20.woff2") format("woff2"), url("../../fonts/SharpGroteskLight20.woff") format("woff");
}
@font-face {
  font-family: "Sharp Slab";
  src: url("../../fonts/SharpSlab-Book.eot");
  src: url("../../fonts/SharpSlab-Book.woff2") format("woff2"), url("../../fonts/SharpSlab-Book.woff") format("woff");
}
@font-face {
  font-family: "Sharp Slab Italic";
  src: url("../../fonts/SharpSlab-MediumItalic.eot");
  src: url("../../fonts/SharpSlab-MediumItalic.woff2") format("woff2"), url("../../fonts/SharpSlab-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Sharp Slab Semibold";
  src: url("../../fonts/SharpSlab-Semibold.eot");
  src: url("../../fonts/SharpSlab-Semibold.woff2") format("woff2"), url("../../fonts/SharpSlab-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Sharp Slab Bold";
  src: url("../../fonts/SharpSlab-Bold.eot");
  src: url("../../fonts/SharpSlab-Bold.woff2") format("woff2"), url("../../fonts/SharpSlab-Bold.woff") format("woff");
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/SourceCodePro-Regular.eot");
  src: url("../../fonts/SourceCodePro-Regular.woff2") format("woff2"), url("../../fonts/SourceCodePro-Regular.woff") format("woff");
}
/** LUCID COLORS **/
/** LUCID FONTS **/
/** LUCID SIZES **/
ul > li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #BA6624;
  position: absolute;
  left: -20px;
  top: 7px;
  border-radius: 50%;
}

/*------------------------------------------------------------------
[Global styles]
-------------------------------------------------------------------*/
*, *:hover, *:focus {
  outline: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
}

.clear, .clearfix {
  clear: both;
}

body {
  background: #ebebeb;
  font: 18px/32px "Sharp Grotesk Book", sans-serif;
  color: #2B2012;
}

.container {
  max-width: 1230px;
}

.responsive-video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.responsive-video-wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  top: 0;
  left: 0;
}

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

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

@media (max-width: 768px) {
  .mobile-align-left {
    text-align: left;
  }
}
.align-left {
  text-align: left;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

a, a:hover {
  color: #E18D43;
  text-decoration: none;
  transition: color 0.1s;
}

a:hover {
  color: #B97335;
}

audio, video {
  width: 100%;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
}

select {
  max-width: 100%;
}

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

.post .main-title {
  text-align: left;
  font-size: 40px;
  line-height: 58px;
  color: #4A5260;
}

.page .main-title {
  margin-bottom: 80px;
}
@media (max-width: 996px) {
  .page .main-title {
    margin-bottom: 30px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Sharp Slab Bold", serif;
  color: #2B2012;
  margin-bottom: 38px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

h1, .h1 {
  font-size: 60px;
  line-height: 71px;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 29px;
  }
  h1 br, .h1 br {
    display: none;
  }
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 34px;
  line-height: 49px;
}
@media (max-width: 768px) {
  h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size: 24px;
    line-height: 144.65%;
  }
}

.txt-before-head {
  display: block;
  color: #E18D43;
  text-transform: uppercase;
  font-family: "Sharp Slab Bold", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .txt-before-head {
    margin-bottom: 5px;
  }
}

h4, .h4, h5, .h5, h6, .h6 {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 768px) {
  h4, .h4, h5, .h5, h6, .h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  h4 br, .h4 br, h5 br, .h5 br, h6 br, .h6 br {
    display: none;
  }
}

h4.alt {
  font-family: "Sharp Slab Semibold";
  font-size: 24px;
  line-height: 41px;
  color: #2B2012;
  margin: 10px 0 !important;
}

address, blockquote, figure, pre {
  display: block;
  max-width: 100%;
}

blockquote {
  border-left: 5px solid #E18D43;
  padding-left: 30px;
}

pre {
  width: 100%;
  overflow-x: auto;
  background: #eee;
  padding: 30px;
}

h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, blockquote, iframe, dl, figure, .thumb, .shortcode, .form-row, .page-links, code, address, pre,
.wp-audio-shortcode, .comment-text > ul, .comment-text > ol, figure {
  margin-bottom: 30px;
  margin-top: 0;
}

dl dt {
  font-family: "Sharp Slab";
  font-size: 24px;
  line-height: 35px;
  color: #2B2012;
}
dl dd {
  font-family: "Sharp Grotesk Book";
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  color: #4A4A4A;
  margin-bottom: 25px;
}

.social .links {
  margin-left: 20px;
}

.has-top-margin {
  margin-top: 20px;
}

p + h1, p + h2, p + h3, p + h4 {
  margin-top: 20px;
}

p:empty {
  display: none;
}

ul, ol {
  padding-left: 35px;
  margin-left: 0;
}
ul li, ol li {
  margin-bottom: 5px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 4px;
  margin-bottom: 5px;
}

ul {
  list-style: none;
}
ul > li {
  position: relative;
}
ul > li > ul li:before {
  display: none;
}
ul li > ul {
  list-style: disc;
  padding-left: 15px;
}
ul li > ul li:before,
ul li > ul li:after {
  display: none;
}

hr {
  border: 0;
  margin: 20px 0;
  border-bottom: 1px solid #c4c4c4;
}

table {
  width: 100%;
  border: 1px solid #eee;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  table {
    display: block;
    overflow-x: auto;
  }
}
table td, table th {
  border: 1px solid #eee;
}
table td, table th, table caption {
  padding: 10px 15px;
}

figure.wp-caption {
  width: auto !important;
}

img {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  width: auto !important;
}

.wp-caption-text {
  font-style: italic;
}

select {
  max-width: 100%;
}

label {
  display: block;
  text-indent: 18px;
}
label input[type=text],
label input[type=search],
label input[type=number],
label input[type=email],
label input[type=tel],
label input[type=url],
label input[type=password],
label textarea,
label select,
label .select2 {
  margin-top: 8px;
}

form .row {
  margin-bottom: 6px;
}

.row-submit {
  margin-top: 35px;
}

.wpcf7-response-output {
  padding: 10px 20px !important;
  border: 0 !important;
  margin: 18px 0 0 0 !important;
  background: #B8662D;
  color: #fff;
}

input[type=text],
input[type=search],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  display: block;
  width: 100%;
  height: 60px;
  background: #FCFCFC;
  border: 1px solid #E5E5E5;
  color: #4A4A4A;
  border-radius: 0;
  font-family: "Sharp Grotesk Book";
  font-size: 18px;
  line-height: 32px;
  color: #2B2012;
  padding: 11px 15px;
  transition: all 0.3s;
}
input[type=text]:active, input[type=text]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=password]:active,
input[type=password]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  background: #FCFCFC;
  border: 1px solid #B8662D;
}

textarea {
  min-height: 215px;
  resize: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset legend {
  display: none;
}

.button, .btn, input[type=button], input[type=submit], button, input[type=reset], .posts-pagination a {
  font-family: "Sharp Slab Semibold";
  font-size: 20px;
  line-height: 66px;
  text-align: center;
  color: #2B2012;
  background-color: #E18D43;
  border-radius: 0;
  display: inline-block;
  box-shadow: none;
  transition: all 0.4s ease 0s;
  padding: 0 75px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  .button, .btn, input[type=button], input[type=submit], button, input[type=reset], .posts-pagination a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 41px;
  }
}

.button:hover, .btn:hover, input[type=button]:hover, input[type=submit]:hover, button:hover, input[type=reset]:hover {
  text-decoration: none;
  color: #2B2012;
  background-color: #C2883F;
}

.button:active, .btn:active, button:active {
  background-color: #f3b714;
  border-color: #f3b714;
  color: #37383b;
}

.button.outline-black {
  color: #1b1f21;
  border-color: #1b1f21;
  background: transparent;
}

.button.outline-black:hover {
  opacity: 0.8;
}

.button.outline-yellow {
  color: #E18D43;
  border-color: #E18D43;
  background: transparent;
}

.button.outline-yellow:hover {
  opacity: 0.8;
}

.button.white {
  background-color: #fff;
  color: #2B2012;
  font-size: 24px;
  line-height: 66px;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .button.white {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 41px;
  }
}
.button.white:hover {
  color: #2B2012;
  background-color: #C2883F;
}

.button.dark {
  background-color: #2B2012;
  color: #fff;
  line-height: 66px;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .button.dark {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 41px;
  }
}
.button.dark:hover {
  color: #fff;
  background-color: #C2883F;
}

.full-width-buttons .button {
  display: inline-block;
  margin: 0 0 18px 0;
}

.button.size-medium {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .button.size-medium {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 41px;
  }
}

::placeholder {
  color: #2B2012;
}

:-ms-input-placeholder {
  color: #2B2012;
}

::-ms-input-placeholder {
  color: #2B2012;
}

.color-white {
  color: #fff;
}
.color-white * {
  color: #fff;
}

.color-yellow {
  color: #E18D43;
}

.font-smaller {
  font-size: 14px;
  line-height: 24px;
}

.font-smaller.wpb_text_column {
  margin-bottom: 24px !important;
}

.gallery {
  margin-bottom: 1.6em;
}

.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-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.error404 #content {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .error404 #content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.error404 h1 {
  color: #E18D43;
  font-size: 180px;
  line-height: 180px;
  font-family: "Sharp Slab Semibold";
}
@media (max-width: 767px) {
  .error404 h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.error404 .screen-reader-text {
  display: none;
}

@media (max-width: 1024px) {
  div.small-mobile-top-paddings {
    padding-top: 50px !important;
  }

  div.small-mobile-top-margin {
    margin-top: 50px !important;
  }

  div.small-mobile-bottom-margins,
h2.small-mobile-bottom-margins {
    margin-bottom: 50px !important;
  }

  div.small-mobile-bottom-paddings {
    padding-bottom: 50px !important;
  }

  div.small-mobile-paddings {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  div.small-mobile-paddings > .wpb_column:first-of-type > .vc_column-inner {
    padding-top: 0 !important;
  }

  .hidden-on-mobiles {
    display: none !important;
  }

  div.mobile-no-padding-bottom {
    padding-bottom: 0 !important;
  }

  div.mobile-no-padding-top {
    padding-top: 0 !important;
  }
  div.mobile-no-padding-top .vc_column-inner {
    padding-top: 0 !important;
  }

  div.mobile-no-paddings {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  div.mobile-no-paddings .vc_column-inner {
    padding-top: 0 !important;
  }

  div.mobile-no-margins {
    margin: 0 !important;
  }

  .add-margins-on-mobile {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.select2-dropdown {
  border: 0;
  font-family: "Sharp Grotesk Book";
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}

.select2.select2-container:after {
  content: "";
  width: 17px;
  height: 10px;
  background: url(../../images/down-black.svg) center center no-repeat;
  position: absolute;
  right: 15px;
  top: 25px;
}

.select2-container.select2-container--open {
  z-index: 99999;
}

.select2-container.select2-container--open:after {
  transform: rotate(180deg) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 50px 0 20px;
  font-family: "Sharp Grotesk Book";
  font-size: 18px;
  line-height: 32px;
  color: #2B2012;
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 0;
  border-radius: 0;
  background: #FCFCFC;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2B2012;
  line-height: 60px;
}

.select2-container--open .select2-selection--single {
  background: #FCFCFC;
}
.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-results__option {
  background: #FCFCFC;
  border: 0;
  padding: 10px 20px;
  margin: 0;
  color: #2B2012;
}

.select2-results__option:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #2B2012;
  background: #FCFCFC;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
}

.pagination {
  text-align: center;
  font-family: "Sharp Slab Bold";
  font-size: 24px;
  line-height: 32px;
  color: #C4C4C4;
  margin-bottom: 180px;
}
@media (max-width: 768px) {
  .pagination {
    margin-bottom: 50px;
  }
}

.lity iframe {
  margin: 0 !important;
}

ul.no-list, ul.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.no-list li, ul.inputs-list li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.no-list li:before, ul.inputs-list li:before {
  display: none;
}
ul.no-list .hs-error-msg, ul.no-list .hs-main-font-element, ul.inputs-list .hs-error-msg, ul.inputs-list .hs-main-font-element {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  text-indent: 0;
}

.hs-form-field {
  margin-bottom: 18px;
}

input[type=checkbox].hs-input {
  margin-top: 7px;
}

select.hs-input {
  display: none !important;
}

.hbspt-form .select2 {
  width: 100% !important;
}

.legal-consent-container {
  margin-top: 28px;
}

.hs-richtext, .legal-consent-container {
  font-size: 14px;
  line-height: 22px;
}

.legal-consent-container input[type=checkbox] {
  margin-top: 3px;
}

.legal-consent-container label {
  text-indent: 0;
}

.hs_submit {
  margin-top: 28px;
}

.hs-form-checkbox input[type=checkbox] {
  margin-right: 10px;
}

.hs-form-checkbox label {
  font-size: 14px;
}

.select2-results__option[aria-selected=true] {
  display: none !important;
}

.select2-results {
  min-height: 180px;
  max-height: 180px;
  overflow-y: auto;
}

.ff-twitter {
  background: url(../../images/social/twitter.svg) left top no-repeat;
}

.ff-instagram {
  background: url(../../images/social/instagram.svg) left top no-repeat;
}

.ff-facebook {
  background: url(../../images/social/facebook.svg) left top no-repeat;
}

.ff-linkedin {
  background: url(../../images/social/linkedin.svg) left top no-repeat;
}

img.emoji {
  transition: none !important;
  transform: none !important;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pb-40 {
  padding-bottom: 40px;
}

.px-4 {
  padding-left: 1.57rem !important;
  padding-right: 1.57rem !important;
}

div.row-footer-cta-v2 {
  padding: 46px 0 80px 0 !important;
  background: #ECECEC;
  background-size: cover;
  text-align: left;
}
div.row-footer-cta-v2 .container {
  max-width: 920px;
}
@media (max-width: 768px) {
  div.row-footer-cta-v2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
div.row-footer-cta-v2 h1 {
  color: #4A5260;
  font-size: 2.5em;
  line-height: 55px;
  margin-bottom: 0;
  font-family: "Sharp Slab Bold", serif;
}
@media (max-width: 996px) {
  div.row-footer-cta-v2 h1 br {
    display: none;
  }
}
div.row-footer-cta-v2 p {
  color: #4A5260;
  margin-bottom: 26px;
  font-size: 1em;
}
div.row-footer-cta-v2 .wpb_text_column {
  max-width: 920px;
  margin: 0 auto 40px auto;
}
div.row-footer-cta-v2 ::placeholder {
  color: #737373;
  font-size: 1em;
}
div.row-footer-cta-v2 .button {
  color: #FFFFFF;
  display: inline-block;
  border-radius: 4px;
  margin-left: 20px;
  background: #BC671F;
  height: 50px;
  line-height: 48px;
  font-size: 1em;
  padding: 0 45px;
}
div.row-footer-cta-v2 .button:hover, div.row-footer-cta-v2 .button:active {
  background: rgba(188, 103, 31, 0.8);
}
@media (max-width: 767px) {
  div.row-footer-cta-v2 .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 50%;
  }
}
div.row-footer-cta-v2 #email-cta-2 {
  width: 35%;
  color: #4A5260;
  border-radius: 8px;
  display: inline-block;
  height: 48px;
  background: #FFFFFF;
  font-size: 1em;
}
@media (max-width: 768px) and (max-width: 1080px) {
  div.row-footer-cta-v2 #email-cta-2 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  div.row-footer-cta-v2 #email-cta-2 {
    width: 100%;
    display: block;
  }
}

.shortcode-cta {
  padding: 16px 0;
  border-top: 1px solid #D4D2D2;
  border-bottom: 1px solid #D4D2D2;
  margin-bottom: 35px;
}
.shortcode-cta h3 {
  color: #4A5260;
  font-size: 24px;
  margin-bottom: 10px;
}
.shortcode-cta p {
  width: 75%;
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .shortcode-cta p {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
.shortcode-cta a {
  line-height: 2.5em;
  vertical-align: top;
  padding: 0 24px;
  border-radius: 4px;
  color: #FFFFFF;
  background: #BC671F;
  margin-top: 9px;
  font-size: 1em;
}
.shortcode-cta a:hover, .shortcode-cta a:active {
  background: rgba(188, 103, 31, 0.8);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .shortcode-cta a {
    margin: auto;
    display: block;
    width: 40%;
  }
}

div.row-footer-cta, div.row-cta {
  padding: 120px 0 !important;
  background: #000 url(../../images/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 996px) {
  div.row-footer-cta, div.row-cta {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
div.row-footer-cta h2, div.row-cta h2 {
  color: #fff;
  font-size: 60px;
  line-height: 71px;
  margin-bottom: 25px;
}
@media (max-width: 996px) {
  div.row-footer-cta h2, div.row-cta h2 {
    font-size: 30px;
    line-height: 38px;
  }
  div.row-footer-cta h2 br, div.row-cta h2 br {
    display: none;
  }
}
div.row-footer-cta .wpb_text_column, div.row-cta .wpb_text_column {
  max-width: 920px;
  margin: 0 auto 40px auto;
}

div.row-cta-about-us {
  padding: 45px 0 70px 0 !important;
}

div.row-cta-leadership, div.row-cta-careers, div.row-cta-screencast {
  padding-top: 80px !important;
}
@media (max-width: 996px) {
  div.row-cta-leadership, div.row-cta-careers, div.row-cta-screencast {
    padding-top: 40px !important;
  }
}

div.row-cta-events {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}
@media (max-width: 996px) {
  div.row-cta-events {
    padding-bottom: 40px !important;
  }
}

div.row-footer-cta {
  margin-top: 120px;
}
@media (max-width: 996px) {
  div.row-footer-cta {
    margin-top: 0;
  }
}

div.row-footer-cta.no-margin {
  margin-top: 0 !important;
}

#row-logos .wpb_single_image {
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  #row-logos {
    display: block;
  }
  #row-logos .wpb_single_image {
    margin: 0;
  }
  #row-logos .vc_column-inner {
    padding: 15px;
  }

  #row-logos .vc_column_container {
    width: 49%;
    display: block;
    float: left;
  }
}
.single-benefits-wrapper > .vc_column_container {
  max-width: 1200px;
  margin: 0 auto;
  float: none;
}
.single-benefits-wrapper .vc_col-sm-4 h3, .single-benefits-wrapper .vc_col-sm-4 h2, .single-benefits-wrapper .vc_col-sm-4 .wpb_text_column {
  max-width: 310px;
}

.single-bootcamp .row-footer-cta {
  margin-top: 0 !important;
}

#hero-training-row {
  margin-top: -85px;
  padding-top: 225px;
  background-size: cover;
}
@media (max-width: 1199px) {
  #hero-training-row {
    margin-top: -60px;
    padding-top: 115px;
  }
}

#row-home-hero {
  margin-top: -85px;
  padding-top: 160px;
  background-size: cover;
}
@media (max-width: 1199px) {
  #row-home-hero {
    margin-top: -60px;
    padding-top: 115px;
  }
}
#row-home-hero .wpb_text_column p {
  font-family: "Sharp Grotesk Light";
  font-size: 34px;
  line-height: 52px;
}
@media (max-width: 1199px) {
  #row-home-hero .wpb_text_column p {
    font-size: 19px;
    line-height: 29px;
  }
}

@media (max-width: 840px) {
  .row-services-cols h2 br {
    display: none;
  }
  .row-services-cols .vc_col-sm-4 {
    text-align: center;
    margin-bottom: 35px;
  }
  .row-services-cols .wpb_single_image {
    text-align: center !important;
  }
}

@media (max-width: 840px) {
  .shortcode-contact-info .dd-smaller {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .shortcode-contact-info {
    margin-bottom: 70px;
  }
}
@media (max-width: 840px) {
  .mobile-cols-carousel {
    text-align: center;
  }
  .mobile-cols-carousel .wpb_single_image, .mobile-cols-carousel .wpb_text_column, .mobile-cols-carousel h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
  .mobile-cols-carousel .slick-dots {
    bottom: -25px;
  }
  .mobile-cols-carousel .slick-dots li, .mobile-cols-carousel .slick-dots li button {
    width: 20px;
    height: 20px;
    text-align: center;
  }
  .mobile-cols-carousel .slick-dots li button {
    background: rgba(225, 141, 67, 0.5);
  }
  .mobile-cols-carousel .slick-dots li.slick-active button {
    background: #E18D43;
  }
  .mobile-cols-carousel .slick-dots li {
    margin: 0 10px;
  }

  .mobile-text-center {
    text-align: center;
  }
  .mobile-text-center .wpb_single_image, .mobile-text-center .wpb_text_column, .mobile-text-center h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.wpb_single_image.with-hover .vc_single_image-wrapper {
  position: relative;
}
.wpb_single_image.with-hover .vc_single_image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
}

.wpb_single_image.with-hover:hover .vc_single_image-wrapper:after {
  opacity: 1;
}

.hubspot-popup {
  display: none;
  /* padding: 90px; */
}

.hubspot-form {
  background: #fff;
  max-width: 840px;
  max-height: 80%;
}

/** LUCID COLORS **/
/** LUCID FONTS **/
/** LUCID SIZES **/
ul > li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #BA6624;
  position: absolute;
  left: -20px;
  top: 7px;
  border-radius: 50%;
}

#top-bar {
  background: #b8662d;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-family: "Sharp Slab";
}
@media (max-width: 1199px) {
  #top-bar {
    display: none;
  }
}
#top-bar a {
  color: #fff;
}
#top-bar .col-text a {
  font-family: "Sharp Slab Semibold";
}
#top-bar .col-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#top-bar form {
  margin: 0 0 0 11px;
  width: 100px;
}
#top-bar form input[type=text] {
  background: #ebebeb url(../../images/search.svg) 10px center no-repeat;
  padding: 7px 10px 7px 30px;
  line-height: normal;
  font-family: "Sharp Slab";
  font-size: 10px;
  line-height: 13px;
  height: auto;
  color: #2B2012;
  border: 0;
}
#top-bar ::placeholder {
  color: #2B2012;
}
#top-bar :-ms-input-placeholder {
  color: #2B2012;
}
#top-bar ::-ms-input-placeholder {
  color: #2B2012;
}
#top-bar .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
#top-bar .menu li {
  margin: 0;
  padding: 0;
}
#top-bar .menu li:before {
  display: none;
}
#top-bar .menu li a {
  display: block;
  line-height: 40px;
  padding: 0 11px;
  font-size: 10px;
}
#top-bar .menu .current-menu-item a {
  background: #ebebeb;
  color: #2B2012;
}

#header {
  position: relative;
  left: 0;
  right: 0;
  z-index: 100;
}

#header-wrapper.style-simple,
#header-wrapper.style-media {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
}
.admin-bar #header-wrapper.style-simple,
.admin-bar #header-wrapper.style-media {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #header-wrapper.style-simple,
.admin-bar #header-wrapper.style-media {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar #header-wrapper.style-simple,
.admin-bar #header-wrapper.style-media {
    top: 0;
  }
}

#header-spacer.style-simple {
  margin-bottom: 70px;
  height: 125px;
}
@media (max-width: 1200px) {
  #header-spacer.style-simple {
    height: 60px;
  }
}
@media (max-width: 768px) {
  #header-spacer.style-simple {
    margin-bottom: 0;
  }
}

#header-spacer.style-media {
  height: 125px;
}
@media (max-width: 1200px) {
  #header-spacer.style-media {
    height: 50px;
  }
}

@media (max-width: 1200px) {
  #header-spacer.style-media.without-text {
    height: 50px;
  }
}

#header.style-simple {
  background: #ebebeb;
}

#header.style-media .main-menu-holder {
  background: rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s;
}
#header.style-media .header-menu-container {
  background: rgba(43, 32, 18, 0.2);
  background-size: cover;
}

#header.scrolled.style-media .main-menu-holder {
  background: rgba(0, 0, 0, 0.6);
}

#header.style-media.size-small .row-header-text {
  min-height: 245px;
}

#header-txt {
  background-size: cover;
  margin-top: -85px;
  padding-top: 85px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  #header-txt {
    margin-top: -50px;
    padding-top: 50px;
  }
}

#header-txt.style-media {
  background-color: rgba(43, 32, 18, 0.2);
}
#header-txt.style-media .video-play {
  width: 100px;
  height: 100px;
  background: url(../../images/play.svg) center center no-repeat;
  margin: 24px auto 0 auto;
  display: block;
}
#header-txt.style-media .row-header-text {
  min-height: 210px;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  #header-txt.style-media .row-header-text {
    min-height: 500px;
  }
}
#header-txt.style-media .row-header-text h1, #header-txt.style-media .row-header-text h2 {
  color: #fff;
  margin: 0;
}
#header-txt.style-media .row-header-text h1 {
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #header-txt.style-media .row-header-text h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#header-txt.style-media .row-header-text h2 {
  font-size: 34px;
  line-height: 52px;
  font-family: "Sharp Grotesk Light";
}
@media (max-width: 767px) {
  #header-txt.style-media .row-header-text h2 {
    font-size: 19px;
    line-height: 29px;
  }
}

.blog #header-txt.style-media, .category #header-txt.style-media, .single-post #header-txt.style-media, .search #header-txt.style-media {
  background-position: center;
}
.blog #header-txt.style-media .row-header-text, .category #header-txt.style-media .row-header-text, .single-post #header-txt.style-media .row-header-text, .search #header-txt.style-media .row-header-text {
  min-height: 180px;
}
.blog #header-txt.style-media .row-header-text h1, .category #header-txt.style-media .row-header-text h1, .single-post #header-txt.style-media .row-header-text h1, .search #header-txt.style-media .row-header-text h1 {
  font-size: 2.5em;
  line-height: 1.375em;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .blog #header-txt.style-media .row-header-text, .category #header-txt.style-media .row-header-text, .single-post #header-txt.style-media .row-header-text, .search #header-txt.style-media .row-header-text {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .blog #header-txt.style-media .row-header-text, .category #header-txt.style-media .row-header-text, .single-post #header-txt.style-media .row-header-text, .search #header-txt.style-media .row-header-text {
    min-height: 190px;
  }
}

/*------------------------------------------------------------------
Mobile menu styles
-------------------------------------------------------------------*/
@media (max-width: 1199px) {
  #header .logo {
    height: 60px;
    display: flex;
    width: 210px;
    align-items: center;
    align-content: center;
  }
  #header .logo img {
    display: block;
    flex: 0 0 210px;
  }

  #nav-menu form {
    display: block;
    margin: 0;
  }
  #nav-menu form input[type=text] {
    background: #fff url(../../images/search.svg) 25px center no-repeat;
    padding: 7px 10px 7px 30px;
    line-height: normal;
    font-family: "Sharp Slab";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #2B2012;
    border: 0;
    text-indent: 20px;
  }

  #mobile-menu-toggler {
    display: block;
    width: 60px;
    height: 60px;
    background: #2B2012;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
  }

  #header ul.menu {
    transition: all 0.3s;
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    display: none;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    background: #2B2012;
  }
  #header ul.menu li:before,
#header ul.menu li:after {
    display: none;
  }
  #header ul.menu > .menu-item > .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    background: #fff;
  }
  #header ul.menu > .menu-item > .sub-menu a {
    color: #2B2012;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
  }
  #header ul.menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    white-space: normal;
    position: relative;
    margin: 0 22px;
    padding: 10px 0;
    line-height: 22px;
    border-top: 1px solid #ccc9c6;
  }
  #header ul.menu > .menu-item > .sub-menu > .menu-item:first-of-type > a {
    border-top: 0;
  }
  #header ul.menu > .menu-item > .sub-menu .menu-item-has-children {
    position: relative;
  }
  #header ul.menu > .menu-item > .sub-menu .menu-item-has-children > a {
    padding-right: 40px;
    position: relative;
  }
  #header ul.menu > .menu-item > .sub-menu .menu-item-has-children .submenu-toggler {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 54px;
    height: 38px;
    background: url(../../images/down-black.svg) center center no-repeat;
  }
  #header ul.menu > .menu-item > .sub-menu .menu-item-has-children .submenu-toggler.open {
    transform: rotate(180deg);
  }
  #header ul.menu > .menu-item > .sub-menu .current-menu-item > a,
#header ul.menu > .menu-item > .sub-menu .current-menu-parent > a {
    color: #E18D43;
  }
  #header ul.menu > .menu-item > .sub-menu .sub-menu {
    list-style: none;
    padding: 7px 0;
    margin: 0 22px;
    display: none;
    border-top: 1px solid #ccc9c6;
  }
  #header ul.menu > .menu-item > .sub-menu .sub-menu .menu-item {
    line-height: normal;
  }
  #header ul.menu > .menu-item > .sub-menu .sub-menu .menu-item a {
    font-family: "Sharp Grotesk Book";
    font-size: 10px;
    line-height: 13px;
    padding: 5px 0;
    display: block;
    letter-spacing: -0.01em;
    color: #67666B;
  }
  #header ul.menu > .menu-item > .sub-menu .sub-menu .menu-item a:hover {
    color: #B97335;
  }
  #header ul.menu > .menu-item > .sub-menu .sub-menu .current-menu-item > a,
#header ul.menu > .menu-item > .sub-menu .sub-menu .current-menu-parent > a {
    color: #B97335;
  }
  #header ul.menu > .menu-item > .sub-menu .sub-menu.open {
    display: block;
  }
  #header ul.menu .sub-menu.open {
    display: block;
  }
  #header ul.menu .menu-item {
    position: relative;
    margin: 0;
    padding: 0;
  }
  #header ul.menu .menu-item > a {
    font-family: "Sharp Grotesk Book", sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #fff;
    display: block;
    padding: 20px 60px 20px 26px;
  }
  #header ul.menu > .current-menu-item > a,
#header ul.menu > .current-menu-parent > a,
#header ul.menu > .current_page_parent > a,
#header ul.menu > .current-page-ancestor > a {
    color: #2B2012;
    background: #BC671F;
    border-radius: 3px;
  }
  #header ul.menu .submenu-toggler {
    position: absolute;
    cursor: pointer;
    display: block;
    right: 0;
    top: 0;
    background: url(../../images/down-white.svg) center center no-repeat;
    z-index: 100;
    width: 60px;
    height: 60px;
  }
  #header ul.menu .submenu-toggler.open {
    transform: rotate(180deg);
  }

  #header ul.menu.open {
    display: block;
  }
}
/*------------------------------------------------------------------
Desktop menu styles
-------------------------------------------------------------------*/
@media (min-width: 1200px) {
  #nav-menu form, #nav-menu .mobile-only {
    display: none;
  }

  #header ul.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    /**
    	First level
    **/
    /**
    	Dropdown
      **/
  }
  #header ul.menu .menu-item {
    margin: 0;
    padding: 0;
    position: relative;
  }
  #header ul.menu .menu-item a {
    text-decoration: none;
  }
  #header ul.menu .menu-item:before,
#header ul.menu .menu-item:after {
    display: none;
  }
  #header ul.menu > .menu-item {
    margin-left: 25px;
    position: relative;
    font-size: 14px;
    padding: 22px 0;
    letter-spacing: -0.01em;
    font-family: "Sharp Slab";
    white-space: nowrap;
  }
  #header ul.menu > .menu-item > a {
    display: block;
    height: 41px;
    line-height: 41px;
    padding: 0;
  }
  #header ul.menu > .current-menu-item > a,
#header ul.menu > .current-menu-parent > a,
#header ul.menu > .current_page_parent > a,
#header ul.menu > .current-page-ancestor > a {
    background: #BC671F;
    border-radius: 3px;
    color: #2B2012;
    padding-left: 10px;
    padding-right: 10px;
  }
  #header ul.menu > .current-menu-item.menu-item-has-children > a,
#header ul.menu > .current-menu-parent.menu-item-has-children > a,
#header ul.menu > .current_page_parent.menu-item-has-children > a,
#header ul.menu > .current-page-ancestor.menu-item-has-children > a {
    padding-right: 30px;
  }
  #header ul.menu > .current-menu-item.menu-item-has-children > a:after,
#header ul.menu > .current-menu-parent.menu-item-has-children > a:after,
#header ul.menu > .current_page_parent.menu-item-has-children > a:after,
#header ul.menu > .current-page-ancestor.menu-item-has-children > a:after {
    right: 13px;
  }
  #header ul.menu > .menu-item-has-children > a {
    padding-right: 20px;
    position: relative;
  }
  #header ul.menu > .menu-item-has-children > a:after {
    position: absolute;
    content: "";
    background-size: 12px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #header ul.menu > li.highlighted > a {
    color: #E18D43;
  }
  #header ul.menu > li.menu-btn {
    margin-left: 37px;
  }
  #header ul.menu > li.menu-btn > a {
    color: #2B2012;
    background: #fff;
    display: block;
    height: 41px;
    line-height: 41px;
    padding: 0 26px;
    font-size: 16px;
    font-family: "Sharp Slab Semibold";
  }
  #header ul.menu > li.menu-btn > a:hover {
    background-color: #e18d43;
  }
  #header ul.menu > li.menu-btn > a:before {
    display: none;
  }
  #header ul.menu > li.menu-item > .sub-menu {
    visibility: hidden;
    opacity: 0;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    z-index: 10;
    top: 64px;
    left: 0;
    width: 230px;
    transform: translateX(0);
    transition: opacity 0.3s;
    background: #fff;
  }
  #header ul.menu > li.menu-item > .sub-menu a {
    color: #2B2012;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
  }
  #header ul.menu > li.menu-item > .sub-menu a:hover {
    color: #B97335;
  }
  #header ul.menu > li.menu-item > .sub-menu > .menu-item > a {
    display: block;
    white-space: normal;
    position: relative;
    margin: 0 22px;
    padding: 10px 0;
    line-height: 22px;
    border-top: 1px solid #ccc9c6;
  }
  #header ul.menu > li.menu-item > .sub-menu > .menu-item:first-of-type > a {
    border-top: 0;
  }
  #header ul.menu > li.menu-item > .sub-menu .menu-item-has-children {
    position: relative;
  }
  #header ul.menu > li.menu-item > .sub-menu .menu-item-has-children > a {
    padding-right: 40px;
    position: relative;
  }
  #header ul.menu > li.menu-item > .sub-menu .menu-item-has-children .submenu-toggler {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 54px;
    height: 38px;
    background: url(../../images/down-black.svg) center center no-repeat;
  }
  #header ul.menu > li.menu-item > .sub-menu .menu-item-has-children .submenu-toggler.open {
    transform: rotate(180deg);
  }
  #header ul.menu > li.menu-item > .sub-menu .current-menu-item > a,
#header ul.menu > li.menu-item > .sub-menu .current-menu-parent > a {
    color: #E18D43;
  }
  #header ul.menu > li.menu-item > .sub-menu .sub-menu {
    list-style: none;
    padding: 7px 0;
    margin: 0 22px;
    display: none;
    border-top: 1px solid #ccc9c6;
  }
  #header ul.menu > li.menu-item > .sub-menu .sub-menu .menu-item {
    line-height: normal;
  }
  #header ul.menu > li.menu-item > .sub-menu .sub-menu .menu-item a {
    font-family: "Sharp Grotesk Book";
    font-size: 10px;
    line-height: 13px;
    padding: 5px 0;
    display: block;
    letter-spacing: -0.01em;
    color: #67666B;
  }
  #header ul.menu > li.menu-item > .sub-menu .sub-menu .menu-item a:hover {
    color: #B97335;
  }
  #header ul.menu > li.menu-item > .sub-menu .sub-menu .current-menu-item > a,
#header ul.menu > li.menu-item > .sub-menu .sub-menu .current-menu-parent > a {
    color: #B97335;
  }
  #header ul.menu > li.menu-item > .sub-menu .sub-menu.open {
    display: block;
  }
  #header ul.menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-80px);
  }
}
@media (max-width: 1200px) {
  #header.style-simple {
    background: #d8d7d5;
  }
}
@media (min-width: 1200px) {
  #header.style-simple ul.menu > .menu-item > a {
    color: #2B2012;
  }
  #header.style-simple ul.menu > .menu-item-has-children > a:after {
    background-image: url(../../images/down-black.svg);
  }

  #header.style-media ul.menu > .menu-item > a {
    color: #fff;
  }
  #header.style-media ul.menu > .menu-btn > a {
    color: #2B2012;
  }
  #header.style-media ul.menu > .menu-item-has-children > a:after {
    background-image: url(../../images/down-white.svg);
  }
}
/*------------------------------------------------------------------
Hamburger / mobile menu toggler
-------------------------------------------------------------------*/
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  border: 0;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 1199px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 22px;
  display: inline-block;
  position: relative;
  height: 16px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

.hamburger .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.single-job #menu-item-47 > a:before {
  display: none;
}

.archive #main-wrapper,
.blog #main-wrapper,
.search #main-wrapper {
  background: #FFFFFF;
}

.single-post {
  background: #FFFFFF;
}
.single-post #content {
  padding-top: 36px;
}
.single-post .share-post a {
  margin: 0 5px;
}
.single-post .share-post a:hover img, .single-post .share-post a:active img {
  opacity: 0.8;
}

.single .col-content {
  max-width: 995px;
  margin: 0 auto;
}
.single .col-content img.size-full {
  margin: 60px 0;
}
.single .col-content .post-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .single .col-content .post-data {
    display: block;
  }
}
.single .col-content .post-data .about-author {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .single .col-content .post-data .about-author {
    margin-bottom: 14px;
  }
}
.single .col-content .post-data .about-author h4 {
  margin-bottom: 0;
  font-family: "Sharp Grotesk Book", sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #BC671F;
}
.single .col-content .post-data .about-author .post-info {
  font-family: "Sharp Grotesk Book";
  font-size: 18px;
  line-height: 32px;
  color: #E38D39;
}
.single .col-content .post-data .author-photo img {
  display: block;
  width: 50px;
  border-radius: 50%;
  margin-right: 22px;
}
.single .main-title {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .single .main-title {
    margin-bottom: 30px;
  }
}

.post.col-content {
  max-width: 680px;
  margin: 0 auto;
}
.post.col-content img.size-full {
  margin: 60px 0;
}
.post.col-content h1, .post.col-content h2, .post.col-content h3, .post.col-content h4 {
  color: #4A5260;
}
.post.col-content h1 {
  font-size: 2.5em;
  line-height: 1.375em;
}
.post.col-content h2 {
  font-size: 1.875em;
  line-height: 1.53em;
}
.post.col-content h3 {
  font-size: 1.25em;
  line-height: 1.6em;
}
.post.col-content h4 {
  font-size: 1em;
  line-height: 1.5em;
}
.post.col-content p, .post.col-content li {
  color: #4A5260;
  font-size: 1em;
  line-height: 2em;
}
.post.col-content p a, .post.col-content li a {
  color: #BC671F;
}
.post.col-content li:before {
  top: 12px;
  color: #4A5260;
  background: #4A5260;
}
.post.col-content .post-data, .post.col-content .post-data-after {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .post.col-content .post-data, .post.col-content .post-data-after {
    display: block;
  }
}
.post.col-content .post-data .about-author, .post.col-content .post-data-after .about-author {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .post.col-content .post-data .about-author, .post.col-content .post-data-after .about-author {
    margin-bottom: 14px;
  }
}
.post.col-content .post-data .about-author h4, .post.col-content .post-data-after .about-author h4 {
  margin-bottom: 0;
  font-family: "Sharp Grotesk Book", sans-serif;
  font-size: 1em;
  color: #BC671F;
  line-height: 1.5em;
  font-weight: 400;
}
.post.col-content .post-data .about-author .info, .post.col-content .post-data-after .about-author .info {
  max-width: 400px;
}
.post.col-content .post-data .about-author .info .cat-tab, .post.col-content .post-data-after .about-author .info .cat-tab {
  margin-bottom: 5px;
}
.post.col-content .post-data .about-author .post-info, .post.col-content .post-data-after .about-author .post-info {
  font-family: "Sharp Grotesk Book", sans-serif;
  font-size: 1em;
  color: #4A5260;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.post.col-content .post-data .author-photo img, .post.col-content .post-data-after .author-photo img {
  display: block;
  width: 74px;
  border-radius: 50%;
  margin-right: 22px;
}
.post.col-content .share-post img {
  width: 32px;
}
.post.col-content .post-data {
  margin-bottom: 45px;
}
.post.col-content code {
  word-break: break-all;
}
.post .main-title {
  margin: 25px 0 45px 0;
}
@media (max-width: 768px) {
  .post .main-title {
    margin: 25px 0 45px 0;
  }
}
.post .back {
  font-size: 1em;
  color: #BC671F;
}
.post .back:hover, .post .back:active {
  text-decoration: underline;
}
.post .cat-tab .category {
  float: left;
  margin: 0 2px;
}
.post .cat-tab .category a {
  white-space: nowrap;
  background: #FFFFFF;
  padding: 5px 20px;
  color: #4A5260;
  font-size: 0.75em;
  border: 1px solid #D4D2D2;
  border-radius: 3px;
  font-weight: 600;
  line-height: 2.5em;
}
.post .cat-tab .category a:hover, .post .cat-tab .category a:active {
  background: #BC671F;
  color: #FFFFFF;
}
.post #shortcode-footer-cta {
  border-top: none;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 55px;
}

.post-data-after {
  margin: 50px 0 0;
  margin-bottom: 0;
  padding: 20px 0;
  border-top: 1px solid #D4D2D2;
  border-bottom: 1px solid #D4D2D2;
}

.related-blogs {
  padding-bottom: 20px;
  max-width: 920px;
  margin: auto;
}
.related-blogs h1 {
  color: #4A5260;
  font-size: 2.5em;
  margin-bottom: 20px;
  line-height: 1.375em;
}

@media (max-width: 768px) {
  .single-vacancy .col-content, .single-conference .col-content {
    margin-bottom: 80px;
  }
}
.share-post span {
  margin-right: 10px;
}

.yarpp-related {
  margin: 0 !important;
  padding: 0 !important;
}

.yarpp-related + div.row-footer-cta {
  margin-top: 0 !important;
}

.reated-posts {
  background: #fff;
  padding: 120px 0 0 0;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .reated-posts {
    padding: 50px 0 0 0;
    margin-top: 50px;
  }
}
.reated-posts .related-posts-title {
  text-align: center;
  margin-bottom: 120px;
  font-size: 50px;
  line-height: 59px;
}
@media (max-width: 768px) {
  .reated-posts .related-posts-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 32px;
  }
}

.blog-post-card {
  margin-bottom: 40px;
  border: 1px solid #D4D2D2;
  border-radius: 5px;
  height: 560px;
  background: #FAFAFA;
  overflow: hidden;
}
.blog-post-card .thumb {
  margin-bottom: 0px;
  height: 160px;
  background: #DEE1E2;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .blog-post-card .thumb img.default {
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .blog-post-card .thumb img {
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .blog-post-card .thumb img.default {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .blog-post-card .thumb img {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.blog-post-card .container {
  padding: 20px;
  max-height: 330px;
  overflow: hidden;
}
@media (max-width: 768x) {
  .blog-post-card .container {
    max-height: 340px;
  }
}
.blog-post-card .container h2 {
  font-family: "Sharp Slab Bold", serif;
  color: #BC671F;
  font-size: 1.25em;
  line-height: 1.4em;
  margin: 0 0 20px 0;
  word-break: break-word;
}
.blog-post-card .container h2:hover, .blog-post-card .container h2:active {
  color: #BC671F;
  text-decoration: underline;
}
.blog-post-card .container .author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-post-card .container .author .author-photo img {
  display: block;
  width: 38px;
  border-radius: 50%;
  margin-right: 14px;
}
.blog-post-card .container .author h4 {
  font-family: "Sharp Grotesk Book", sans-serif;
  font-size: 0.75em;
  line-height: 22px;
  margin: 0;
  color: #BC671F;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.blog-post-card .container .author h4:hover, .blog-post-card .container .author h4:active {
  text-decoration: underline;
}
.blog-post-card .container .author .date {
  font-family: "Sharp Grotesk Book", sans-serif;
  font-size: 0.75em;
  line-height: 22px;
  font-weight: 600;
  color: #737373;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.blog-post-card .container .excerpt {
  font-size: 0.875em;
  color: #4A5260;
  line-height: 1.85;
  word-break: break-word;
}
.blog-post-card .cat-tab {
  position: absolute;
  bottom: 51px;
  right: 46px;
  text-align: right;
  width: 71%;
  max-height: 90px;
  overflow: hidden;
}
.blog-post-card .cat-tab .category {
  margin: 0 3px;
  float: right;
}
.blog-post-card .cat-tab a {
  white-space: nowrap;
  background: #FFFFFF;
  padding: 4px 20px;
  color: #737373;
  font-size: 0.75em;
  border: 1px solid #D4D2D2;
  font-weight: 600;
  line-height: 2.4em;
  border-radius: 3px;
}
.blog-post-card .cat-tab a:hover, .blog-post-card .cat-tab a:active {
  background: #BC671F;
  color: #FFFFFF;
}

.posts-list-container {
  margin-top: 120px;
}

.blog .posts-list-container, .category .posts-list-container, .search .posts-list-container {
  margin-top: 45px;
  max-width: 920px;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .blog .posts-list-container, .category .posts-list-container, .search .posts-list-container {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .blog .posts-list-container, .category .posts-list-container, .search .posts-list-container {
    margin-top: 25px;
  }
}
.blog .posts-list-container .row-filters, .category .posts-list-container .row-filters, .search .posts-list-container .row-filters {
  padding: 0 10px;
}

.search p {
  line-height: 2em;
}
.search h3 {
  color: #4A5260;
  font-size: 1.875em;
  line-height: 1.53em;
}
.search a {
  color: #BC671F;
}

.posts-list-container + div.row-footer-cta {
  margin-top: 0 !important;
}

#blog-filter-nav.tabs {
  position: relative;
}
#blog-filter-nav.tabs .-primary {
  display: flex;
  list-style: none;
  padding-left: 0;
  max-width: 515px;
  margin-top: 2px;
  margin-bottom: 0;
}
@media (min-width: 767px) and (max-width: 1024px) {
  #blog-filter-nav.tabs .-primary {
    max-width: 415px;
  }
}
#blog-filter-nav.tabs .-primary > li {
  flex-grow: 1;
  white-space: nowrap;
  padding: 9px 15px;
  margin-top: 2px;
  margin-bottom: 0;
}
#blog-filter-nav.tabs .-primary > li:before {
  content: "";
  width: 0;
  height: 0;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
#blog-filter-nav.tabs .-primary > li a {
  font-size: 0.813em;
  color: #4A5260;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#blog-filter-nav.tabs .-primary > li button {
  font-family: "Sharp Grotesk Book", sans-serif;
  font-size: 0.813em;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  color: #4A5260;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  box-shadow: none;
  transition: all 0.4s ease 0s;
  padding: 0 20px 0 0;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  letter-spacing: 0.5px;
}
#blog-filter-nav.tabs .-primary > li button:after {
  content: "";
  background-image: url(../../images/down-black.svg);
  opacity: 0.5;
  position: absolute;
  background-size: 12px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#blog-filter-nav.tabs .-primary > li.selected {
  background: #BC671F;
  border-radius: 4px;
}
#blog-filter-nav.tabs .-primary > li.selected a {
  color: #FFFFFF;
  font-weight: 400;
}
#blog-filter-nav.tabs:not(.--jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#blog-filter-nav.tabs .-secondary {
  display: none;
  position: absolute;
  top: 75%;
  right: -85px;
  z-index: 9;
  background: #FFFFFF;
  padding: 15px 0;
  width: 250px;
  border-radius: 5px;
  border: 1px solid #D4D2D2;
}
@media (max-width: 768px) {
  #blog-filter-nav.tabs .-secondary {
    right: 5px;
  }
}
#blog-filter-nav.tabs .-secondary li {
  height: 35px;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  position: relative;
  align-items: center;
}
#blog-filter-nav.tabs .-secondary li:before {
  content: "";
  width: 0;
  height: 0;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
#blog-filter-nav.tabs .-secondary li:hover {
  background-color: #ECECEC;
}
#blog-filter-nav.tabs .-secondary li a {
  padding: 0 20px;
  letter-spacing: 0.5px;
}
#blog-filter-nav.tabs .-secondary li.selected a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/big-nerd-ranch-v2/assets/images/ic_check.png) no-repeat;
  background-size: contain;
  right: 15px;
  position: absolute;
  bottom: 8px;
}
#blog-filter-nav.tabs.--show-secondary .-secondary {
  display: block;
}
#blog-filter-nav.tabs .--hidden {
  display: none !important;
}

.blog .col-posts-filters input[type=search] {
  border-radius: 8px;
  font-size: 1em;
}

.col-posts-filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .col-posts-filters {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .col-posts-filters {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.col-posts-filters .input-group {
  position: relative;
}
.col-posts-filters form, .col-posts-filters nav {
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .col-posts-filters form, .col-posts-filters nav {
    width: 100%;
    margin: 0 0 18px 0;
  }
}
.col-posts-filters input[type=search] {
  display: block;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #D4D2D2;
  color: #2B2012;
  border-radius: 10px;
  font-family: "Sharp Grotesk Book";
  font-size: 1.125em;
  line-height: 22px;
  padding: 11px 15px;
  transition: all 0.3s;
}
.col-posts-filters input[type=search]:active, .col-posts-filters input[type=search]:focus {
  background: #FCFCFC;
  border: 1px solid #B8662D;
}
.col-posts-filters ::placeholder {
  color: #737373;
  font-size: 1em;
}
.col-posts-filters form .btn {
  margin: 0;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  height: auto;
  line-height: normal;
}

.search .pagination,
.tag .pagination,
.category .pagination,
.blog .pagination {
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: "Sharp Grotesk Book", sans-serif;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  .search .pagination,
.tag .pagination,
.category .pagination,
.blog .pagination {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.search .pagination .page-numbers,
.tag .pagination .page-numbers,
.category .pagination .page-numbers,
.blog .pagination .page-numbers {
  border: 1px solid #D4D2D2;
  background: #FAFAFA;
  padding: 1px 10px 1px 10px;
  color: #4A5260;
  font-size: 0.875em;
  float: left;
}
.search .pagination .page-numbers.prev,
.tag .pagination .page-numbers.prev,
.category .pagination .page-numbers.prev,
.blog .pagination .page-numbers.prev {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search .pagination .page-numbers.next,
.tag .pagination .page-numbers.next,
.category .pagination .page-numbers.next,
.blog .pagination .page-numbers.next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search .pagination .page-numbers.disabled i,
.tag .pagination .page-numbers.disabled i,
.category .pagination .page-numbers.disabled i,
.blog .pagination .page-numbers.disabled i {
  opacity: 0.5;
}
.search .pagination .page-numbers.disabled a,
.tag .pagination .page-numbers.disabled a,
.category .pagination .page-numbers.disabled a,
.blog .pagination .page-numbers.disabled a {
  opacity: 0.5;
}
.search .pagination .page-numbers.disabled.left,
.tag .pagination .page-numbers.disabled.left,
.category .pagination .page-numbers.disabled.left,
.blog .pagination .page-numbers.disabled.left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search .pagination .page-numbers.disabled.right,
.tag .pagination .page-numbers.disabled.right,
.category .pagination .page-numbers.disabled.right,
.blog .pagination .page-numbers.disabled.right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search .pagination .page-numbers a,
.tag .pagination .page-numbers a,
.category .pagination .page-numbers a,
.blog .pagination .page-numbers a {
  color: #4A5260;
}
.search .pagination .page-numbers.current,
.tag .pagination .page-numbers.current,
.category .pagination .page-numbers.current,
.blog .pagination .page-numbers.current {
  background: #BC671F;
  color: #FFFFFF;
  border: 1px solid #BC671F;
  font-weight: 600;
}
.search .pagination .page-numbers:hover, .search .pagination .page-numbers:active,
.tag .pagination .page-numbers:hover,
.tag .pagination .page-numbers:active,
.category .pagination .page-numbers:hover,
.category .pagination .page-numbers:active,
.blog .pagination .page-numbers:hover,
.blog .pagination .page-numbers:active {
  background: #BC671F;
  color: #FFFFFF;
  border: 1px solid #BC671F;
}
.search .pagination .page-numbers:hover a, .search .pagination .page-numbers:active a,
.tag .pagination .page-numbers:hover a,
.tag .pagination .page-numbers:active a,
.category .pagination .page-numbers:hover a,
.category .pagination .page-numbers:active a,
.blog .pagination .page-numbers:hover a,
.blog .pagination .page-numbers:active a {
  color: #FFFFFF;
  font-weight: 600;
}
.search .pagination .page-numbers.begin, .search .pagination .page-numbers.end,
.tag .pagination .page-numbers.begin,
.tag .pagination .page-numbers.end,
.category .pagination .page-numbers.begin,
.category .pagination .page-numbers.end,
.blog .pagination .page-numbers.begin,
.blog .pagination .page-numbers.end {
  border-radius: 4px;
  margin: 0 5px;
}

body.search, body.blog, body.archive, body.single-post {
  font: 16px "Sharp Grotesk Book", ans-serif;
}

#footer {
  background: #2B2012;
  color: #fff;
  font-family: "Sharp Slab";
  font-size: 14px;
  line-height: 17px;
  padding: 35px 0;
}
#footer .container {
  max-width: 1230px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .privacy-link {
  margin-left: 25px;
}
#footer .col-profiles {
  text-align: right;
}
#footer .col-profiles a {
  margin-left: 20px;
}
@media (max-width: 996px) {
  #footer {
    text-align: center;
  }
  #footer br {
    display: none;
  }
  #footer .privacy-link {
    margin: 0;
    display: block;
    margin-top: 20px;
  }
  #footer .col-profiles {
    text-align: center;
    margin-top: 20px;
  }
  #footer .col-profiles a {
    margin: 0 10px;
  }
}

div.row.webinar-detail {
  margin-left: 0px;
  margin-right: 0px;
}

.webinar-detail {
  background-color: white;
}
.webinar-detail div.middle-line {
  width: 1px;
  background: #EBEBEB;
}
.webinar-detail .title * h2,
.webinar-detail .title * h2 a {
  font-size: 50px;
  line-height: 59px;
}
.webinar-detail div.webinar-title-right {
  margin-right: -1px;
  opacity: 0.3;
}
.webinar-detail div.webinar-title-right .active {
  opacity: 1;
}
.webinar-detail div.webinar-title-left {
  margin-left: -1px;
  border-right: 1px solid #EBEBEB;
  opacity: 0.3;
}
.webinar-detail div.webinar-title-right.active,
.webinar-detail div.webinar-title-left.active {
  opacity: 1;
}
.webinar-detail div.webinar-detail-body {
  border-top: 1px solid #EBEBEB;
}
.webinar-detail div.webinar-detail-body div.holder a:after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../../images/play.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.webinar-detail div.webinar-detail-body.active {
  display: inline-block;
}
.webinar-detail div.webinar-detail-body.inactive {
  display: none;
}

.post .enlighter-default {
  padding: 10px 0;
}
.post .enlighter-default * {
  -webkit-font-smoothing: auto;
}

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