/*

Theme Name: Brand Devotion
Theme URI: http://branddevotion.com/
Author: Josh Motlong
Author URI: http://joshmotlong.com/
Description: A Wordpress Theme
Version: 1.0.0
Template: pro

*/
.partnership .x-container, .design .x-container, .start .x-container {
  max-width: 1440px; }

.partnership .x-column, .design .x-column, .start .x-column {
  position: relative;
  z-index: 999;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
  margin-left: 5%;
  margin-right: 5% !important;
  padding-top: calc(2em + 4vw) !important;
  padding-right: 5% !important;
  padding-bottom: calc(2em + 3vw) !important;
  padding-left: 5% !important;
  float: none;
  width: auto; }

.wide {
  display: block;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

.narrow {
  display: block;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.narrower {
  display: block;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

body {
  font-family: "industry", Helvetica, Arial, Sans-Serif; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6 {
  letter-spacing: 0px;
  margin-bottom: .85em; }
  .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-content .h1:first-child, .entry-content .h2:first-child, .entry-content .h3:first-child, .entry-content .h4:first-child, .entry-content .h5:first-child, .entry-content .h6:first-child {
    margin-top: 0; }

.entry-content h1, .entry-content .h1 {
  font-size: 2.5em; }

.entry-content h2, .entry-content .h2 {
  font-size: 2.25em;
  margin-top: 15px;
  margin-bottom: calc(.75em + 1vw); }

.entry-content h3, .entry-content .h3 {
  font-size: 1.75em;
  margin-top: 15px;
  margin-bottom: calc(1em + 1vw); }

.entry-content h4, .entry-content .h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 10px; }

.entry-content h5, .entry-content .h5 {
  font-size: 1em; }

.entry-content h6, .entry-content .h6 {
  font-size: .75em; }

.blog .h-landmark, .archive .h-landmark, .category .h-landmark, .search .h-landmark, .page.page-template-default .h-landmark, .page.page-template-template-layout-full-width .h-landmark, .single-post .h-landmark {
  font-size: 2em; }

.single-post .entry-title {
  font-size: 2em; }

.page.page-template-default .entry-title, .page.page-template-template-layout-full-width .entry-title {
  font-size: 2.25em; }

.blog .entry-title, .archive .entry-title, .category .entry-title, .search .entry-title {
  font-size: 1.5em; }

.blog .p-meta, .archive .p-meta, .category .p-meta, .search .p-meta, .page.page-template-default .p-meta, .page.page-template-template-layout-full-width .p-meta, .single-post .p-meta {
  font-size: 16px;
  color: rgba(45, 45, 45, 0.65); }

.single-post .entry-footer {
  font-size: 1em; }

aside.x-sidebar h4.h-widget {
  font-size: 1.5em; }

aside.x-sidebar .widget div,
aside.x-sidebar .widget li {
  font-size: 1em; }

p.large, .large p {
  font-size: 1.4em;
  line-height: 1.6; }

.white, .white p {
  color: white; }

* {
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

body {
  font-family: "industry", Helvetica, Arial, Sans-Serif;
  color: #2D2D2D; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

.clear {
  clear: both; }

.center {
  text-align: center; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
  outline: none !important; }

.x-columnize {
  -webkit-columns: 250px 2 !important;
          columns: 250px 2 !important;
  -webkit-column-rule: none;
          column-rule: none; }

.x-colophon .footer-cta {
  color: white; }
  .x-colophon .footer-cta svg {
    position: relative;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .x-colophon .footer-bottom .x-bar-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  .x-colophon .footer-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 72px; } }

@media screen and (max-width: 768px) {
  .x-colophon .footer-logo {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-bottom: 3em; } }

@media screen and (min-width: 768px) {
  .x-colophon .footer-copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(50% - 36px); } }

@media screen and (max-width: 480px) {
  .x-colophon .footer-copyright {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-bottom: .5em; } }

@media screen and (min-width: 768px) {
  .x-colophon .footer-links {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(50% - 36px);
    text-align: right; }
    .x-colophon .footer-links ul {
      width: 100%;
      float: right; } }

@media screen and (max-width: 480px) {
  .x-colophon .footer-links {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; } }

.x-colophon .footer-links .x-anchor-content {
  padding: 0 !important; }
  .x-colophon .footer-links .x-anchor-content:first-child {
    margin-right: 10px !important; }

.x-colophon .footer-links .x-anchor-text {
  margin: 0 !important; }

.header-primary {
  position: fixed; }
  .header-primary .x-bg {
    opacity: 0;
    height: 70px; }
  @media screen and (min-width: 768px) {
    .header-primary .logos-wrap {
      width: 50%; } }
  .header-primary .logo-scroll {
    position: absolute;
    left: -100%;
    top: 14px;
    visibility: hidden;
    opacity: 0; }
  .header-primary .nav-items {
    height: 100px; }
    .header-primary .nav-items .x-anchor-graphic {
      margin: 0 !important; }
  .header-primary .nav-cta {
    line-height: 70px; }
    .header-primary .nav-cta a {
      color: #2D2D2D;
      font-weight: 600;
      transition: 0.3s all ease; }
      .header-primary .nav-cta a:hover {
        color: #B88D5C; }
  .header-primary, .header-primary .x-bg, .header-primary .x-bar-content, .header-primary .logo, .header-primary .logo-scroll, .header-primary .nav-items {
    transition: 0.4s all cubic-bezier(0.2, 0.05, 0.77, 0.78); }

.little-nav .header-primary .x-bg {
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 0 15px rgba(45, 45, 45, 0.15);
  opacity: 1;
  transition-delay: .15s; }

.little-nav .header-primary .x-bar-content {
  height: 70px; }

.little-nav .header-primary .logo {
  -webkit-transform: translateY(calc(-100% - 30px));
          transform: translateY(calc(-100% - 30px));
  visibility: hidden; }

.little-nav .header-primary .logo-scroll {
  left: 0;
  visibility: visible;
  opacity: 1; }

.little-nav .header-primary .nav-items {
  height: 70px; }

.is-hidden .x-bar {
  -webkit-transform: translateY(-87.5%);
          transform: translateY(-87.5%); }

@media screen and (max-width: 768px) {
  .header-primary .x-bg {
    background-color: white !important;
    box-shadow: 0 0 15px rgba(45, 45, 45, 0.15);
    opacity: 1;
    transition-delay: .15s; }
  .header-primary .x-bar-content {
    position: relative;
    height: 70px !important; }
    .header-primary .x-bar-content .logos-wrap {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute; }
  .header-primary .logo {
    visibility: hidden; }
  .header-primary .logo-scroll {
    left: 0;
    visibility: visible;
    opacity: 1; }
  .header-primary .logo-text {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .header-primary .logo-text img {
      width: 100%; }
  .header-primary .nav-items {
    position: absolute;
    right: 0;
    height: 70px; }
    .header-primary .nav-items .x-anchor {
      font-size: 1em; } }

.x-off-canvas-close-right {
  min-width: auto;
  height: 70px; }

.x-off-canvas-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .x-off-canvas-content .slide-menu {
    position: relative;
    padding-top: calc(1em + 4vw);
    padding-bottom: calc(1em + 4vw);
    margin-bottom: auto; }
    .x-off-canvas-content .slide-menu:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: -200%;
      right: -200%;
      border-top: 1px solid #eeeeee; }
    .x-off-canvas-content .slide-menu ul {
      list-style: none;
      margin-left: 0; }
      .x-off-canvas-content .slide-menu ul li {
        font-size: 1.5em;
        line-height: 2;
        font-weight: 600;
        text-transform: uppercase; }
  .x-off-canvas-content .slide-meta {
    color: #777777 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa !important; }

:-ms-input-placeholder {
  color: #aaaaaa !important; }

input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
  box-sizing: border-box;
  outline: none;
  font-family: "industry", Helvetica, Arial, Sans-Serif !important;
  font-size: 1em;
  line-height: 1.4;
  color: #282828;
  vertical-align: top;
  display: block;
  margin: 10px 0; }

datalist {
  font-family: "industry", Helvetica, Arial, Sans-Serif !important;
  font-size: 1em; }

label {
  display: block;
  margin: 10px 0; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list],
input[type="file"],
select,
textarea {
  width: 100%;
  max-width: 100%;
  padding: .5em 0 .25em !important;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #dddddd; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  input[list]:focus,
  input[type="file"]:focus,
  select:focus,
  textarea:focus {
    box-shadow: none;
    background: transparent !important;
    border-bottom: 1px solid #B88D5C;
    color: #B88D5C; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list] {
  height: auto;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  input[list]:focus {
    box-shadow: none;
    background: transparent !important;
    border-bottom: 1px solid #B88D5C;
    color: #B88D5C; }

textarea {
  -webkit-appearance: none;
  overflow: auto;
  border: 1px solid #dddddd;
  font-size: 1em !important;
  line-height: 1.4 !important;
  padding: .5em 1em !important; }
  textarea:focus {
    box-shadow: none;
    background-color: transparent !important;
    border: 1px solid #B88D5C !important;
    color: #B88D5C; }

input[type="range"] {
  height: auto;
  width: 100%;
  max-width: 100%; }

input[type="file"] {
  min-height: auto; }

input[type="search"] {
  height: auto;
  -webkit-appearance: none; }

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

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle; }

select {
  height: auto; }

select[multiple] {
  height: auto;
  min-height: auto;
  padding: 0; }
  select[multiple] option {
    margin: 0;
    padding: auto/3; }

fieldset {
  padding: 10px 25px;
  border-radius: 0px;
  border: 1px solid #dddddd; }

legend {
  padding: 0 5px;
  font-weight: 700; }

input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
  cursor: not-allowed; }

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
  background-color: transparent;
  border-color: #B88D5C; }

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: #dddddd solid 2px; }

button, .button, .btn, .x-btn, .gform_button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
  box-shadow: none !important;
  text-shadow: none !important; }

/* Buttons, Input Type Submit/Reset ------------------ */
button, .button, .btn, .x-btn, .gform_button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
  height: auto;
  width: auto;
  padding: 1em 2.5em !important;
  cursor: pointer;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-width: 2px !important; }
  @media screen and (max-width: 768px) {
    button, .button, .btn, .x-btn, .gform_button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    input[type="image"] {
      padding: .75em 2em !important; } }

input[type="image"] {
  text-align: center;
  padding: auto/5; }

.page-template-default .entry-content.content .x-container.width {
  width: 100%; }

.single-post .entry-content.content .x-container.width {
  width: 100%; }

figure img + br,
figure a + br,
figure img + p,
figure a + p {
  display: none; }

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .hide-tablet-mobile {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .show-tablet {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .show-tablet {
    display: none !important; } }

@media screen and (min-width: 481px) and (max-width: 979px) {
  .show-mobile {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .show-mobile {
    display: none !important; } }

.arrow-link img {
  padding-left: 5px;
  margin: 0; }

.pad-large {
  padding-top: calc(3em + 5vw);
  padding-bottom: calc(3em + 5vw); }

@media screen and (max-width: 768px) {
  .fm1.x-bar-outer-spacers::before, .fm4.x-bar-outer-spacers::before, .fm1.x-bar-outer-spacers::after, .fm4.x-bar-outer-spacers::after, .hm1.x-bar-outer-spacers::before, .hm1.x-bar-outer-spacers::after {
    width: 5% !important;
    -ms-flex-preferred-size: 5% !important;
        flex-basis: 5% !important; } }

.hero {
  position: relative !important;
  background-position: center top !important;
  padding-top: calc(12em + 12vw) !important; }
  .hero:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background-image: linear-gradient(-180deg, rgba(27, 29, 30, 0) 0%, #1B1D1E 100%); }
  @media screen and (max-width: 768px) {
    .hero {
      margin-top: 70px !important; } }

@media screen and (max-width: 768px) {
  .intro {
    padding-bottom: calc(2em + 2vw) !important; } }

.intro .numbers-dark img {
  margin-bottom: -6px; }

@media screen and (max-width: 768px) {
  .points {
    padding-top: calc(3em + 1vw) !important; } }

@media screen and (min-width: 768px) {
  .points h3 {
    margin-top: 1em !important; } }

.points h3 span span {
  display: block; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .points h3 span span {
      display: inline-block; } }

.profit {
  background-size: cover !important;
  background-position: left bottom !important;
  padding-top: calc(2em + 3vw) !important;
  padding-bottom: calc(5em + 3vw) !important;
  margin-bottom: -1px !important; }
  @media screen and (max-width: 768px) {
    .profit {
      padding-top: calc(1em + 1vw) !important;
      padding-bottom: calc(5em + 6vw) !important; } }
  .profit .x-text {
    max-width: 550px; }

.partnership .x-column {
  position: relative;
  z-index: 999; }

.brands {
  position: relative;
  padding-top: calc(4em + 5vw) !important; }
  .brands:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    background-image: linear-gradient(-180deg, #2D2D2D 0%, rgba(45, 45, 45, 0.6) 36%, rgba(45, 45, 45, 0) 92%, rgba(45, 45, 45, 0.5) 100%); }
  .brands .x-text {
    max-width: 550px; }

.design .x-column {
  background: transparent url("/wp-content/uploads/bg-design.jpg") top right no-repeat;
  background-size: cover;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.1);
  padding-top: calc(4em + 4vw) !important;
  padding-bottom: calc(4em + 5vw) !important; }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    .design .x-column {
      background-position: right -150px top 0px !important; } }
  @media screen and (max-width: 768px) {
    .design .x-column {
      background-position: right -220px top 0px !important; }
      .design .x-column .x-text {
        padding-right: 25%; } }
  @media screen and (max-width: 480px) {
    .design .x-column {
      background-position: right -250px top 0px !important; }
      .design .x-column .x-text {
        padding-right: 30%; } }

.design .x-text {
  max-width: 550px; }

.ticker {
  padding-top: calc(1em + 2vw) !important;
  padding-bottom: calc(1em + 2vw) !important;
  max-height: 150px !important; }
  .ticker .owl-item .item {
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.3;
    color: white; }

.web {
  position: relative;
  z-index: 99;
  padding-top: calc(4em + 2vw) !important; }

.details {
  position: relative;
  z-index: 999;
  padding-top: calc(4em + 2vw) !important;
  padding-bottom: calc(2em + 2vw) !important; }
  .details .x-container:not(:first-of-type) {
    padding-top: calc(1.5em + 3vw) !important;
    padding-bottom: calc(1em + 2vw) !important; }

.start .x-column {
  background-color: white;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: -10%;
  padding-bottom: calc(3em + 3vw) !important; }

.photo {
  position: relative;
  background-position: left top !important;
  min-height: 850px; }
  @media screen and (max-width: 768px) {
    .photo {
      min-height: 550px; } }
  @media screen and (max-width: 480px) {
    .photo {
      min-height: 400px; } }
  .photo:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 80%;
    left: 0;
    position: absolute;
    display: block;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }

.header-gap {
  min-height: 185px; }
  @media screen and (max-width: 768px) {
    .header-gap {
      min-height: 120px; } }

.x-nav-tabs.top {
  border: none;
  box-shadow: none; }
  .x-nav-tabs.top li {
    border: none; }
    .x-nav-tabs.top li a {
      border-bottom: none !important;
      background: transparent;
      box-shadow: none !important;
      font-size: 1.45em;
      font-weight: 900;
      text-transform: uppercase;
      padding: 1.25em 15px;
      background: #777777;
      color: #2D2D2D;
      cursor: pointer;
      transition: 0.3s ease all; }
      .x-nav-tabs.top li a:hover {
        color: #B88D5C;
        background: #555555; }
      @media screen and (max-width: 768px) {
        .x-nav-tabs.top li a {
          padding: .9em 15px; } }
  .x-nav-tabs.top li.active a {
    background: #2D2D2D;
    color: #B88D5C; }
  .x-nav-tabs.top.two-up li {
    width: 50% !important;
    float: left; }

.x-tab-content {
  background-color: transparent;
  box-shadow: none;
  border: none; }
  .x-tab-content .x-tab-pane {
    padding: 4% 0;
    background-color: transparent; }

.x-accordion .x-accordion-group {
  border: none;
  box-shadow: none; }

.x-accordion .x-accordion-heading {
  overflow: visible; }
  .x-accordion .x-accordion-heading a.x-accordion-toggle {
    position: relative;
    font-family: "industry", Helvetica, Arial, Sans-Serif;
    font-size: 1.25em;
    line-height: 1.2;
    padding: 10px 0 0;
    margin-bottom: 1.25em;
    background: transparent; }
    @media screen and (min-width: 768px) and (max-width: 979px) {
      .x-accordion .x-accordion-heading a.x-accordion-toggle {
        margin-left: 20px; } }
    .x-accordion .x-accordion-heading a.x-accordion-toggle:hover {
      background: transparent; }
    .x-accordion .x-accordion-heading a.x-accordion-toggle:before {
      position: absolute;
      left: -35px;
      margin-bottom: 3px; }
      @media screen and (max-width: 768px) {
        .x-accordion .x-accordion-heading a.x-accordion-toggle:before {
          display: none; } }

.x-accordion .x-accordion-body .x-accordion-inner {
  background: transparent;
  border-top: none;
  padding: 0px 0px 1.75em; }

.x-accordion.dark {
  color: white; }
  .x-accordion.dark .x-accordion-heading a.x-accordion-toggle {
    color: #B88D5C;
    border-bottom: 1px solid #555555; }
    .x-accordion.dark .x-accordion-heading a.x-accordion-toggle:before {
      color: #555555; }

.use-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important; }
  .use-cases .x-container {
    width: auto !important; }
    @media screen and (min-width: 768px) {
      .use-cases .x-container {
        width: 19.95% !important;
        border-bottom: 1px solid rgba(85, 85, 85, 0.35); }
        .use-cases .x-container:nth-of-type(5n+1), .use-cases .x-container:nth-of-type(5n+2), .use-cases .x-container:nth-of-type(5n+3), .use-cases .x-container:nth-of-type(5n+4) {
          border-right: 1px solid rgba(85, 85, 85, 0.35); }
        .use-cases .x-container:nth-of-type(21), .use-cases .x-container:nth-of-type(22), .use-cases .x-container:nth-of-type(23), .use-cases .x-container:nth-of-type(24), .use-cases .x-container:nth-of-type(25) {
          border-bottom: none; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .use-cases .x-container {
        width: 33.265% !important;
        border-bottom: 1px solid rgba(85, 85, 85, 0.35); }
        .use-cases .x-container:nth-of-type(3n+1), .use-cases .x-container:nth-of-type(3n+2) {
          border-right: 1px solid rgba(85, 85, 85, 0.35); }
        .use-cases .x-container:nth-of-type(25) {
          border-left: 1px solid rgba(85, 85, 85, 0.35);
          border-bottom: none; } }
    @media screen and (max-width: 480px) {
      .use-cases .x-container {
        width: 49.75% !important;
        border-bottom: 1px solid rgba(85, 85, 85, 0.35); }
        .use-cases .x-container:nth-of-type(2n+1) {
          border-right: 1px solid rgba(85, 85, 85, 0.35); }
        .use-cases .x-container:nth-of-type(25) {
          border: none; } }
  .use-cases .x-column {
    text-align: center;
    padding: 2em 5px !important;
    transition: .35s all ease; }
    .use-cases .x-column:hover {
      background: #313131; }
    .use-cases .x-column img {
      margin: 0 0 10px; }
    .use-cases .x-column .x-text p {
      margin: 0;
      font-size: .9em;
      line-height: 1;
      color: #777777; }

.pre-filter .x-container {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }
  .pre-filter .x-container .x-column {
    padding: 2.5em 2em !important; }
    .pre-filter .x-container .x-column:first-of-type {
      border-right: 1px solid #eeeeee; }
      @media screen and (max-width: 768px) {
        .pre-filter .x-container .x-column:first-of-type {
          padding: 1.75em 5% 0 !important; } }
    @media screen and (max-width: 768px) {
      .pre-filter .x-container .x-column:last-of-type {
        padding: 1.5em 5% 1.75em !important; } }
    .pre-filter .x-container .x-column h3 {
      margin-bottom: .75em; }
    .pre-filter .x-container .x-column p {
      margin-bottom: 0; }

.gform_wrapper .hide-label label {
  visibility: hidden !important; }
  @media screen and (max-width: 480px) {
    .gform_wrapper .hide-label label {
      display: none !important; } }

.gform_wrapper .gf_right_half,
.gform_wrapper .gf_left_half {
  clear: none !important; }

.gform_wrapper .top_label .gfield {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  padding-top: .75em !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important; }

.gform_wrapper label {
  font-size: .9em !important;
  color: #555555 !important; }

.gform_footer {
  padding-top: 1.25em !important; }
  .gform_footer input.button {
    background: #B88D5C; }
    .gform_footer input.button:hover {
      background: #8E6E48 !important;
      color: white !important; }
