html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}
html,
body {
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: "geomanistbold";
  src: url("/wp-content/themes/acima/fonts/geomanist-bold-webfont.eot");
  src: url("/wp-content/themes/acima/fonts/geomanist-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/acima/fonts/geomanist-bold-webfont.woff2")
      format("woff2"),
    url("/wp-content/themes/acima/fonts/geomanist-bold-webfont.woff")
      format("woff"),
    url("/wp-content/themes/acima/fonts/geomanist-bold-webfont.ttf")
      format("truetype"),
    url("/wp-content/themes/acima/fonts/geomanist-bold-webfont.svg#geomanistregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geomanistlight";
  src: url("/wp-content/themes/acima/fonts/geomanist-light-webfont.eot");
  src: url("/wp-content/themes/acima/fonts/geomanist-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/acima/fonts/geomanist-light-webfont.woff2")
      format("woff2"),
    url("/wp-content/themes/acima/fonts/geomanist-light-webfont.woff")
      format("woff"),
    url("/wp-content/themes/acima/fonts/geomanist-light-webfont.ttf")
      format("truetype"),
    url("/wp-content/themes/acima/fonts/geomanist-light-webfont.svg#geomanistregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('/wp-content/themes/acima/fonts/Geomanist.eot');
    src: url('/wp-content/themes/acima/fonts/Geomanist.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/acima/fonts/Geomanist.woff2') format('woff2'),
        url('/wp-content/themes/acima/fonts/Geomanist.woff') format('woff'),
        url('/wp-content/themes/acima/fonts/Geomanist.ttf') format('truetype'),
        url('/wp-content/themes/acima/fonts/Geomanist.svg#Geomanist') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('/wp-content/themes/acima/fonts/Geomanist-Italic.eot');
    src: url('/wp-content/themes/acima/fonts/Geomanist-Italic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/acima/fonts/Geomanist-Italic.woff2') format('woff2'),
        url('/wp-content/themes/acima/fonts/Geomanist-Italic.woff') format('woff'),
        url('/wp-content/themes/acima/fonts/Geomanist-Italic.ttf') format('truetype'),
        url('/wp-content/themes/acima/fonts/Geomanist-Italic.svg#Geomanist-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}


.section {
  padding: 4em 0 3em 0;
}
@media (max-width: 920px) {
  .section {
    padding: 2em 0 1em 0;
  }
}
.pad {
  padding: 0 1em;
  ;
}
@media (max-width: 920px) {
  .pad {
    padding: 0 2.1rem;
  }
}
.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.med .fl-row-fixed-width,
.width-med {
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .med .fl-row-fixed-width,
  .width-med {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
@media (max-width: 920px) {
  .breakout {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
@media (max-width: 920px) {
  .breakout-sm {
    margin-left: -1.1rem;
    margin-right: -1.1rem;
  }
}
.row {
  position: relative;
  width: 100%;
}
.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}
.fl-builder-content {
  width: 100%;
}
.fl-col {
  padding: 0.5rem 1em;
}
@media (max-width: 920px) {
  .fl-col {
    padding: 0.5rem 2.1rem;
  }
}
.fl-col-small {
  max-width: none !important;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}
@media (max-width: 920px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
    margin: 0 !important;
    padding: 0 2.1rem;
  }
}
.col-1 {
  width: 4.33333%;
}
.col-2 {
  width: 12.66667%;
}
.col-3 {
  width: 21%;
}
@media (max-width: 1000px) {
  .col-3 {
    width: 46%;
    margin: 0.5rem 1rem !important;
  }
}
@media (max-width: 920px) {
  .col-3 {
    width: 100%;
    margin: 0 !important;
    padding: 0 2.1rem;
  }
}
.col-4 {
  width: 29.33333%;
}
@media (max-width: 1000px) {
  .col-4 {
    width: 46%;
    margin: 0.5rem 1rem !important;
  }
  
}
@media (max-width: 920px) {
  .col-4 {
    width: 100%;
    margin: 0 !important;
    padding: 0 2.1rem;
  }
}
.col-5 {
  width: 37.66667%;
}
.col-6 {
  width: 46%;
}
@media (max-width: 920px) {
  .col-6 {
    width: 100%;
    margin: 0 !important;
    padding: 0 2.1rem;
  }
}
.col-7 {
  width: 54.33333%;
}
.col-8 {
  width: 62.66667%;
}
.col-9 {
  width: 71%;
}
.col-10 {
  width: 79.33333%;
}
.col-11 {
  width: 87.66667%;
}
.column-5 {
  float: left;
  width: 16%;
}
@media (max-width: 920px) {
  .column-5 {
    width: 96%;
  }
}
@media (max-width: 920px) {
  .owl-item .col-12 {
    padding: 0;
  }
}
.owl-carousel {
  display: none;
  display-width: 100%;
  display--webkit-tap-highlight-color: transparent;
  display-position: relative;
  display-z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(154, 154, 154, 0.26);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(154, 154, 154, 0.26);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.rowoneftr {
    display: block;
    position: relative;
    overflow: hidden;
}
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}
.cf{*zoom:1;}

.hero .hero-text h1 sup {    font-size: 30px;    vertical-align: 45px; }
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img { 
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(154, 154, 154, 0.26);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(154, 154, 154, 0.26);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 600px) {
  html #wpadminbar {
    top: -46px;
  }
}
body {
  position: relative;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  color: #6b7c93;
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 180%;
  }
   .hero .hero-text h1 sup {
   
    vertical-align: 27px;
   }
}
@media (max-width: 320px) {
  body {
    font-size: 16px;
  }
}
h1 {
  font-family: "geomanistbold";
  font-size: 4.25em;
  line-height: 100%;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 920px) {
  h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
  }
  .hero .hero-text h1 sup {
    font-size: 25px;
    vertical-align: 16px;
  }
}
h2 {
  font-family: "geomanistbold";
  font-size: 3em;
  line-height: 110%;
  padding-bottom: 0.2em;
  color: #008bff;
}
@media (max-width: 920px) {
  h2 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
  }
}
h3 {
  font-family: "geomanistbold";
  font-size: 1.5em;
  line-height: 160%;
  color: #008bff;
}
h3 .smaller {
  font-size: 0.75em;
}
h4 {
  font-family: "geomanistlight";
  font-size: 1.25em;
  line-height: 120%;
  margin-bottom: 1em;
}
@media (max-width: 920px) {
  h4 {
    font-size: 1em;
    line-height: 140%;
  }
}
h5 {
  font-weight: 600;
  color: #008bff;
  font-size: 1.2em;
}
p {
  margin-bottom: 1em;
}
a {
  color: #6b7c93;
}
a:hover {
  color: #008bff;
  text-decoration: underline;
}
@media (max-width: 920px) {
  a[href^="mailto"] {
    font-size: 16px;
    word-break: break-all;
  }
}
input {
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
textarea {
  display: block;
  padding: 0.5em;
  color: #000;
  width: 100%;
  margin-bottom: 1em;
  cursor: text;
  border: 0;
}
textarea {
  height: 5em;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  color: #000;
}
textarea::placeholder {
  color: #000;
}
strong,
b {
  font-weight: 700;
}
strong.bolder,
b.bolder {
  font-family: "geomanistbold";
  font-weight: normal;
}
em,
i {
  font-style: italic;
}
.t-right {
  text-align: right;
}
.btn, .btn-wrap a {
    display: inline-block;
    font-size: 20px;
    background: #fff;
    color: #008BFF;
    text-transform: uppercase;
    padding: 0.55em 1.5em 0.5em 1.5em;
    border-radius: 4px;
    cursor: pointer;
    font-family: "geomanistbold";
    line-height: 1.3;
}
.btn:hover,
.btn-wrap a:hover {
  background: #f2f2f2;
  color: #008BFF;
  text-decoration: none;
}
.btn-wrap {
  display: inline-block;
}
@media (max-width: 920px) {
  .btn-wrap a {
    font-size: 0.7em;
    padding: 0 1em 0.1em 1em;
  }
}
.logo {
  padding: 0.8em 1em;
}
.mob-toggle {
  position: absolute;
  top: 1em;
  right: 1em;
  display: none;
  color: #fff;
  width: 23px;
  height: 22px;
  margin: 6px 0 0 1em;
}
.mob-toggle svg {
  display: block;
  width: 100%;
  fill: #fff;
  overflow: visible;
}
@media (max-width: 920px) {
  .mob-toggle {
    display: block;
  }
}
nav ul li,
.social-links li {
  display: inline-block;
  width: auto;
}
@media (max-width: 920px) {
  nav ul li,
  .social-links li {
    display: block;
    width: 100%;
  }
}
nav ul li a,
.social-links li a {
  display: block;
  padding: 1em;
  color: #fff;
  transition: all 0.3s ease-out;
}
header#header #main-nav { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.sticky header#header #main-nav { background-color: #fff; }
.sticky nav ul li a { color: #00b7ff; padding: 8px 1em; }

@media only screen and (min-width: 921px) {
  .sticky header#header #acima-logo { padding: 10px 1em; }
  .sticky header#header #acima-logo img { height: 26px; }
}

#header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-out;
}
@media (max-width: 920px) {
  #header {
    position: absolute;
  }
}
#header a:hover {
  color: #fff;
}
#header #acima-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#header #acima-logo img {
  height: 34px;
  width: auto;
  transition: 0.3s all ease-out;
}
#header #main-nav {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media (max-width: 920px) {
  #header #main-nav {
    position: absolute;
    display: none;
    width: 60%;
    left: auto;
    right: 2em;
    top: 0.5em;
    border-bottom: 0;
  }
  #header #main-nav.show {
    display: block;
  }
  #header #main-nav.show li a {
    text-align: right;
    padding: 0.3em 1em;
  }
}
#header #secondary-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 920px) {
  #header #secondary-nav {
    position: relative;
    top: auto;
    right: auto;
    display: none;
  }
  #header #secondary-nav.show {
    display: block;
  }
}
#header.sticky {
  background: #fff;
}
@media (max-width: 920px) {
  #header.sticky {
    background: none;
  }
}
#header.sticky nav ul a {
  padding: 8px 1em;
  color: #00a9d9;
}
@media (max-width: 920px) {
  #header.sticky nav ul a {
    padding: 1em;
    color: #fff;
  }
}
#header.sticky #acima-logo {
  padding: 10px 1em;
}
#header.sticky #acima-logo img {
  height: 26px;
}
@media (max-width: 920px) {
  #header.sticky #acima-logo {
    padding: 0.8em 1em;
  }
}
.admin-bar #header {
  top: 32px;
}
@media (max-width: 920px) {
  .admin-bar #header {
    top: 0;
  }
}
#content {
  min-height: 10em;
}
#content .bg-blue {
  background-color: #00cbff;
  color: #fff;
}
#content .bg-blue.dark {
  background-color: #008eec;
}
#content .bg-blue.grad {
  background: -webkit-radial-gradient(50% 100%, #6ec4e9, #008bff);
  background: radial-gradient(at 50% 100%, #6ec4e9, #008bff);
}
#content .bg-blue h1,
#content .bg-blue h2,
#content .bg-blue h3,
#content .bg-blue h4 {
  color: #fff;
}
#content .full-width {
  font-family: "geomanistlight";
  font-weight: 200;
  font-size: 1.65em;
  line-height: 130%;
}
@media (max-width: 920px) {
  #content .full-width {
    font-size: 1.15em;
  }
}
#content .pattern {
  background-image: url("/wp-content/themes/acima/images/bg-pattern.png");
  background-position: center center;
  background-repeat: repeat;
}
#content .pattern-tri {
  background-image: url("/wp-content/themes/acima/images/bg-pattern-tri.png");
  background-position: center center;
  background-repeat: repeat;
}
#content .pattern-lines {
  position: relative;
}
#content .pattern-lines.grad {
  background: -webkit-radial-gradient(
    50% 100%,
    rgba(0, 139, 255, 0.78),
    #96e4f2
  );
  background: radial-gradient(at 50% 100%, rgba(0, 139, 255, 0.78), #96e4f2);
}
@media (max-width: 920px) {
  #content .pattern-lines.grad {
    background: #4daeff;
  }
}
#content .pattern-lines > * {
  position: relative;
  z-index: 2;
}
#content .pattern-lines:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 1;
  background-image: url("/wp-content/themes/acima/images/bg-pattern-lines.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero,
.hero-show {
  position: relative;
  z-index: 1;
  background-image: url("/wp-content/themes/acima/images/hero-home.jpg");
  background-color: #00a9d9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  color: #fff;
  height: 90vh;
  display: flex;
  align-items: center;
}
.hero.short,
.hero-show.short {
  height: 54vh;
}
.hero.bottom,
.hero-show.bottom {
  background-position: bottom right;
}
.hero.center,
.hero-show.center {
  background-position: center right;
}
/*.hero::after,*/
.hero-show::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/wp-content/themes/acima/images/triangle-overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}
.hero .hero-text,
.hero-show .hero-text {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero .hero-text p,
.hero-show .hero-text p {
  font-family: "geomanistlight";
  font-size: 2em;
  line-height: 120%;
  margin-bottom: 1em;
}
@media (max-width: 1200px) {
  .hero .hero-text p,
  .hero-show .hero-text p {
    font-size: 1.6em;
  }
}
@media (max-width: 920px) {
  .hero .hero-text p,
  .hero-show .hero-text p {
    font-size: 1.2em;
  }
}
@media (max-width: 920px) {
  .hero .hero-text,
  .hero-show .hero-text {
    padding-left: 2.1rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 920px) {
  .hero,
  .hero-show {
    height: 100vh;
  }
	.hero {
		background-image: url(/wp-content/themes/acima/images/Mobile_Concept.jpg) !important;
		background-position: left center;
	}
  .hero-show {
    background-position: center center;
  }
  .hero-show::after {
    background: rgba(30, 83, 141, 0.5);
  }
  .page-find-a-store .hero {
    height: 75vh;
  }
}
.posts-container .post-card {
  position: relative;
  height: 545px;
  margin-bottom: 2em;
  padding-bottom: 25px;
  overflow: hidden;
  background: #fff;
  box-shadow: -2px 2px 4px 3px rgba(154, 154, 154, 0.26);
  transition: box-shadow 0.3s ease;
}
.posts-container .post-card::after {
  position: absolute;
  content: " ";
  display: block;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media (max-width: 920px) {
  .posts-container .post-card {
    height: 400px;
    margin-bottom: 2em;
    padding-bottom: 30px;
  }
  .posts-container .post-card::after {
    bottom: 20px;
    height: 50px;
  }
  .posts-container .post-card p {
    line-height: 120%;
  }
}
.posts-container .post-card .feat_img {
  position: relative;
  display: block;
  height: 195px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 920px) {
  .posts-container .post-card .feat_img {
    height: 170px;
  }
}
.posts-container .post-card .feat_img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .posts-container .post-card .feat_img img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 384px) {
  .posts-container .post-card .feat_img img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.posts-container .post-card .post-content {
  height: 325px;
  padding: 1em 1.5em 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 920px) {
  .posts-container .post-card .post-content {
    height: 200px;
  }
}
.posts-container .post-card .post-content h3 {
  line-height: 120%;
  margin-bottom: 0.25em;
}
.posts-container a:hover {
  text-decoration: none;
}
.posts-container a:hover .post-card {
  box-shadow: 0 0 4px 0 rgba(154, 154, 154, 0.26);
}
.posts-container a:hover p {
  color: #6b7c93;
}
.the-post a {
  text-decoration: underline;
}
.the-post ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
  margin-bottom: 1em;
}
.the-post ol {
  list-style-type: decimal;
  list-style-position: outside;
}
.the-post ul ul,
.the-post ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 1em;
}
.the-post ol ol,
.the-post ul ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 1em;
}
.post-meta {
  font-size: 0.7em;
}
.post-meta p {
  margin-bottom: 0.2em;
}
.post-meta a {
  display: inline-block;
  padding: 0 2em;
  color: #008bff;
  text-decoration: none;
}
.post-meta a:hover {
  text-decoration: underline;
}
@media (max-width: 920px) {
  .tab-nav {
    width: 100%;
  }
}
.tab-nav p,
.tab-nav .fl-rich-text,
.tab-nav .fl-module-content,
.tab-nav .fl-module,
.tab-nav .fl-col-content,
.tab-nav .fl-col {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
}
@media (max-width: 920px) {
  .tab-nav .fl-col {
    float: left;
    display: block;
    width: 50% !important;
    clear: none;
  }
  .tab-nav .fl-col .fl-col-content,
  .tab-nav .fl-col .fl-col-content * {
    width: 100%;
  }
}
.tab-nav .fl-col a {
  display: block;
  height: 100%;
  padding: 1em 1em;
  color: #fff;
  text-align: center;
}
.tab-nav .fl-col a:hover {
  background: #fff;
  color: #6b7c93;
  text-decoration: none;
}
.tab-nav .fl-col.active a {
  background: #fff;
  color: #6b7c93;
  text-decoration: none;
}
.tab-panels .fl-rich-text,
.tab-panels .fl-module-content,
.tab-panels .fl-module,
.tab-panels .fl-col-content {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
}
.tab-panels .fl-col {
  display: inline-block;
  width: auto;
  margin: 0;
  display: none;
}
.tab-panels .fl-col.active {
  display: block;
}
.testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.testimonials .item-container {
  padding: 0 0.7em;
}
.testimonials .item-container h3 span {
  display: inline-block;
  padding-left: 0.5em;
}
.studies::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 920px) {
  .studies h3 {
    font-size: 1.3em;
  }
}
.merchant-search-section {
  overflow: hidden;
}
@media (max-width: 920px) {
  .merchant-search-section .column-5 {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
.merchant-search-section label {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding-left: 30px;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .merchant-search-section label {
    white-space: normal;
  }
}
@media (max-width: 920px) {
  .merchant-search-section label img {
    display: none;
  }
}
.merchant-search-section label .input-wrap {
  display: block;
  margin-left: -30px;
}
.merchant-search-section label .input-wrap span {
  height: 20px;
  width: 20px;
  border: 1px solid #7d868c;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  top: 3px;
  margin-right: 10px;
}
.merchant-search-section label .input-wrap input[type="radio"] {
  display: none;
}
.merchant-search-section
  label
  .input-wrap
  input[type="radio"]:checked
  + span:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  background: #7ccbe9;
  color: #fff;
  border: none;
  width: 12px;
  height: 12px;
  height-border-radius: 100%;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
}
.search-wrap {
  position: relative;
  width: 100%;
  max-width: 25em;
}
.search-wrap input[type="text"] {
  width: 100%;
  border: 1px solid #7d868c;
  border-radius: 4px;
}
.search-wrap .btn,
.search-wrap .btn-wrap a,
.btn-wrap .search-wrap a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
}
.search-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.search-results .col-3 {
  margin-bottom: 2em;
}
.wrap .no-margin .fl-col .loc_result {
  background: #fff;
  padding: 1em 1.2em;
  border-radius: 3px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.wrap .no-margin .fl-col .loc_result p {
  margin-bottom: 0.5em !important;
  line-height: 130%;
}
.wrap .no-margin .fl-col .loc_result p.distance,
.wrap .no-margin .fl-col .loc_result p.details {
  font-size: 0.75em;
}
.wrap .no-margin .fl-col .loc_result p.distance {
  margin-bottom: 0.5em !important;
}
.wrap .no-margin .fl-col .loc_result p.details {
  margin-bottom: 1.5em !important;
}
.wrap .no-margin .fl-col .loc_result .distance a {
  color: #7ccbe9;
  text-decoration: underline;
}
.wrap .no-margin .fl-col .loc_result .btn,
.wrap .no-margin .fl-col .loc_result .btn-wrap a,
.btn-wrap .wrap .no-margin .fl-col .loc_result a {
  width: 100%;
  text-align: center;
  align-self: flex-end;
}
#footer {
  width: 100%;
  background: #7d868c;
  color: #fff;
  padding: 1em 0;
}
@media (max-width: 920px) {
  #footer .border {
    border: 0;
  }
}
#footer #footer-logo,
#footer .social-links {
  float: left;
  padding-left: 0;
}
#footer #footer-logo img,
#footer .social-links img {
  height: 34px;
  width: auto;
}
@media (max-width: 920px) {
  #footer #footer-logo,
  #footer .social-links {
    float: none;
  }
}
#footer #footer-logo li a,
#footer .social-links li a {
  padding-left: 0;
}
#footer .social-links {
  padding-top: 0.8em;
}
@media (max-width: 920px) {
  #footer .social-links {
    display: none;
  }
}
#footer .social-links a {
  padding: 0;
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 1em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
#footer .social-links .icon-facebook a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E %3Cpath fill='%23fefefe' d='M26.7 22.5c0 2.4-1.9 4.3-4.2 4.3h-4.2v-8.5h2.5V14h-2.6v-1.7c0-.8.8-.9.8-.9h2.6V7.2h-4.2C15 7.2 14 9.3 14 10.6V14h-2.5v4.3H14v8.5H5.5c-2.3 0-4.2-1.9-4.2-4.3v-17c0-2.4 1.9-4.3 4.2-4.3h16.9c2.3 0 4.2 1.9 4.2 4.3v17zM22.5.4h-17C2.7.4.4 2.7.4 5.5v17c0 2.8 2.3 5.1 5.1 5.1h9.3V17.4h-2.5v-2.6h2.5v-4.3C14.8 9.2 16 8 17.4 8h3.4v2.6H19c-.8 0-1.6.6-1.6 1.7v2.6h2.5v2.6h-2.5v10.2h5.1c2.8 0 5.1-2.3 5.1-5.1v-17C27.5 2.7 25.3.4 22.5.4z'/%3E %3C/svg%3E");
}
#footer .social-links .icon-twitter a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E %3Cpath fill='%23fefefe' d='M18.4 4.2c1.3 0 2.5.6 3.4 1.6 1.1-.2 2.1-.6 3-1.2-.3 1.2-1.1 2.1-2 2.7.9-.1 1.8-.4 2.7-.8-.6 1-1.4 1.9-2.3 2.6v.6c0 6.5-4.7 14.1-13.2 14.1-2.6 0-5.1-.8-7.1-2.2.4 0 .7.1 1.1.1 2.2 0 4.2-.8 5.8-2.1-2 0-3.8-1.5-4.3-3.4.3.1.6.1.9.1.4 0 .8-.1 1.2-.2-2.1-.5-3.7-2.5-3.7-4.8v-.1c.6.4 1.3.6 2.1.6-1.2-.9-2.1-2.4-2.1-4.1 0-.9.2-1.8.6-2.5 2.3 3 5.7 5 9.6 5.2-.1-.4-.1-.7-.1-1.1-.3-2.9 1.8-5.1 4.4-5.1m0-.8c-3 0-5.5 2.6-5.5 5.8v.2c-3.1-.4-6-2.1-8-4.7-.2-.3-.4-.4-.7-.4h-.1c-.3 0-.5.2-.7.4-.4.9-.6 1.9-.6 2.9 0 .9.2 1.9.6 2.7-.1 0-.2.1-.2.1-.3.1-.4.4-.4.7v.1c0 1.7.7 3.3 1.9 4.4-.2.2-.3.5-.2.8.4 1.6 1.5 2.9 2.9 3.5-1.1.6-2.4.9-3.7.9-.3 0-.7 0-1-.1h-.1c-.3 0-.7.2-.8.6-.1.4 0 .8.3 1 2.3 1.6 4.9 2.4 7.6 2.4 5.3 0 8.6-2.7 10.5-4.9 2.3-2.8 3.6-6.4 3.6-10v-.3c.8-.7 1.6-1.6 2.2-2.5.2-.3.2-.7-.1-1-.2-.2-.4-.3-.6-.3h-.2c.1-.3.3-.6.3-.9.1-.3 0-.7-.3-.9-.2-.1-.3-.2-.5-.2s-.3 0-.4.1c-.7.4-1.5.8-2.2 1-1-.9-2.3-1.4-3.6-1.4'/%3E %3C/svg%3E");
}
#footer .social-links .icon-linkedin a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E %3Cpath fill='%23fefefe' d='M25.9 26.8h-6.4v-9.3c0-2.8-1.1-2.8-1.5-2.8-1.8 0-1.9 2.3-1.9 2.8v9.3H9.3V9.7h6.8v.4c.8-.8 2.3-1.3 4-1.3 1.2 0 3.1.3 4.5 1.6 1.5 1.4 2.5 3.7 2.5 6.8v9.7h-1.2zm.4-9.7c0-6.4-3.8-7.5-6-7.5-2.1 0-3.3.8-5 2.7v-1.8h-5.1v15.4h5.1v-8.4c0-1.9.8-3.7 2.7-3.7 1.9 0 2.4 1.8 2.4 3.6v8.4h5.9v-8.7zM2.1 26.8H.9V9.7H8.5v17.1H2.1zm-.4-.9h5.9V10.5H1.7v15.4zm3-17C2.6 8.9.9 7.2.9 5.1.9 3 2.6 1.3 4.7 1.3c2.1 0 3.8 1.7 3.8 3.8 0 2.1-1.7 3.8-3.8 3.8zm0-6.8c-1.6 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.4-3-3-3z'/%3E %3C/svg%3E");
}
#footer .social-links .icon-instagram a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E %3Cpath fill='%23fefefe' d='M22.5 27.6h-17c-2.8 0-5.1-2.3-5.1-5.1v-17C.4 2.7 2.7.4 5.5.4h16.9c2.8 0 5.1 2.3 5.1 5.1v17c0 2.8-2.2 5.1-5 5.1zm4.2-22.1c0-2.4-1.9-4.3-4.2-4.3h-17c-2.3 0-4.2 1.9-4.2 4.3v17c0 2.4 1.9 4.3 4.2 4.3h16.9c2.3 0 4.2-1.9 4.2-4.3v-17zm-4.2 19.6h-17C4.1 25.1 3 24 3 22.5V10.6h3.7c-.2.3-.3.6-.4.9H3.9v11.1c0 .9.8 1.7 1.7 1.7h16.9c.9 0 1.7-.8 1.7-1.7V11.4h-2.4c-.1-.3-.3-.6-.4-.9H25v11.9c0 1.5-1.1 2.7-2.5 2.7zM23.7 8h-2.5c-.7 0-1.3-.6-1.3-1.3V4.2c0-.7.6-1.3 1.3-1.3h2.5c.7 0 1.3.6 1.3 1.3v2.6c0 .7-.6 1.2-1.3 1.2zm.4-3.4c0-.5-.4-.9-.8-.9h-1.7c-.5 0-.8.4-.8.9v1.7c0 .5.4.9.8.9h1.7c.5 0 .8-.4.8-.9V4.6zM14 22.5c-4.2 0-7.6-3.4-7.6-7.7 0-4.2 3.4-7.7 7.6-7.7 4.2 0 7.6 3.4 7.6 7.7 0 4.3-3.4 7.7-7.6 7.7zM14 8c-3.7 0-6.8 3-6.8 6.8s3 6.8 6.8 6.8c3.7 0 6.8-3 6.8-6.8 0-3.7-3.1-6.8-6.8-6.8zm0 12c-2.8 0-5.1-2.3-5.1-5.1s2.3-5.1 5.1-5.1 5.1 2.3 5.1 5.1S16.8 20 14 20zm0-9.4c-2.3 0-4.2 1.9-4.2 4.3 0 2.3 1.9 4.3 4.2 4.3 2.3 0 4.2-1.9 4.2-4.3s-1.9-4.3-4.2-4.3z'/%3E %3C/svg%3E");
}
#footer #footer-nav {
  float: right;
  margin-right: -1rem;
}
@media (max-width: 920px) {
  #footer #footer-nav {
    float: none;
    margin-right: 0;
  }
  #footer #footer-nav a {
    padding: 0.5em 1em 0.5em 0;
    font-size: 0.85em;
  }
}
#footer .copy {
  float: right;
  font-size: 0.65em;
  line-height: 4em;
}
@media (max-width: 920px) {
  #footer .copy {
    float: none;
    text-align: center;
  }
}
#footer a {
  font-size: 18px /*0.75em*/;
  color: #f5f5f5;
}
#chatWindow {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 10px;
  height: 1.8em;
  background: #7ccbe9;
  color: #1e4b5d;
  line-height: 1.8em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#chatWindow a {
  display: block;
}
#chatWindow a .chat-text {
  color: #1e4b5d;
  font-size: 0.8em;
  font-weight: 600;
  display: inline-block;
  padding: 0 1em 0 2.4em;
  background-image: url("/wp-content/themes/acima/images/icon-chat-small.png");
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 0.7em center;
}
.popup-modal-dismiss {
  position: absolute;
  font-size: 0.9rem;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
  line-height: 100%;
}
.white-popup-block {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  background-image: url("/wp-content/themes/acima/images/bg-modal.png");
  background-size: cover;
  background-position: left top;
  padding: 2em;
  color: #fff;
}
.white-popup-block h1,
.white-popup-block h2,
.white-popup-block h3,
.white-popup-block h4,
.white-popup-block h5 {
  color: #fff;
}
.wrap .wpcf7-form-control-wrap,
.mfp-wrap .wpcf7-form-control-wrap {
  display: block;
}
.wrap div.wpcf7-validation-errors,
.mfp-wrap div.wpcf7-validation-errors {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}
.wrap div.wpcf7-mail-sent-ok,
.mfp-wrap div.wpcf7-mail-sent-ok {
  color: #1e538d;
  border: 0;
  padding: 0;
  text-align: left;
}
.wrap span.wpcf7-not-valid-tip,
.mfp-wrap span.wpcf7-not-valid-tip {
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  line-height: 16px;
  color: #1e538d;
}
#signup-modal div.wpcf7 .ajax-loader {
  margin-right: -20px;
}
#signup-modal div.wpcf7-response-output {
  margin-top: 0;
  max-width: 400px;
}
.owl-dots {
  text-align: center;
}
.owl-dot {
  display: inline-block;
}
.owl-dot span {
  display: block;
  height: 18px;
  width: 18px;
  margin: 2em 0.25em 0;
  border-radius: 100%;
  background: rgba(30, 83, 141, 0.5);
}
.owl-dot.active span {
  background: #1e538d;
}
.bg-blue .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.bg-blue .owl-dot.active span {
  background: #fff;
}
.border {
  border-bottom: 1px solid #fff;
}
.pad-bottom {
  padding-bottom: 2.25em;
}
@media (max-width: 920px) {
  .pad-bottom {
    padding-bottom: 1em;
  }
}
.no-pad-b {
  padding-bottom: 0;
}
.no-margin .fl-col,
.no-margin p {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}


/* New Page */
.bg-set{ background-position: center center; background-repeat: no-repeat; background-size: cover;}

.boxdrop-sec{ padding: 26px 0 42px;}
.boxdrop-sec h2{ color: #153a63; text-align: center; font-family: "sofia-pro", Helvetica, Arial, sans-serif; font-weight: 700; font-size: 60px; margin-bottom: 30px;}
.boxdrop-sec p{ color: #fff; font-family: "sofia-pro", Helvetica, Arial, sans-serif; font-weight: 700; font-size: 40px; line-height: 1.50;}
.boxdrop-sec p a{ color: #fff; text-decoration:underline;}
.boxdrop-sec p a:hover, .boxdrop-sec p a:focus{ color: #153a63;}
.boxdrop-sec .address{ display: inline-block; vertical-align: top;}
.boxdrop-sec .email-add{ display: inline-block; vertical-align: top; float: right;}
.boxdrop-sec .no-credit{ display: block; border-top: 1px solid #fff; text-align: center;}
.boxdrop-sec .no-credit h3{ color: #fff; text-transform: uppercase; text-align: center; font-family: "sofia-pro", Helvetica, Arial, sans-serif; font-weight: 700; margin-bottom: 12px; padding-top: 17px; font-size: 60px; line-height: 1.2;}
.boxdrop-sec .no-credit .apply-btn{ text-decoration: none; display: inline-block; vertical-align: top; color: #fff; font-family: "sofia-pro", Helvetica, Arial, sans-serif; font-weight: 700; text-transform: uppercase; line-height: 1.1; background: #153a63; }
.boxdrop-sec .no-credit .apply-btn:hover, .boxdrop-sec .no-credit .apply-btn:focus{ text-decoration: none; background: #fff; color: #153a63;}
.acima-advantage-sec{ padding: 32px 0 0;}
.acima-advantage-sec h3{ color: #000; text-transform: uppercase;  font-family: "sofia-pro", Helvetica, Arial, sans-serif; font-weight: 700; font-size: 30px; margin-bottom: 11px; }
.acima-advantage-sec h3 strong{ font-weight: 700;}
.acima-advantage-sec ul{ margin: 0 0 0 48px; padding: 0; display: block;}
.acima-advantage-sec ul li{ position: relative; display: block; color: #000; text-transform: uppercase;  font-family: "sofia-pro", Helvetica, Arial, sans-serif; font-weight: 300;  margin: 0 0 28px 0; padding: 0; font-size: 25px;}
.acima-advantage-sec ul li:after{ content: ""; position: absolute; display: block; background: url(../images/shape.png); top: 8px; left: -23px; width: 15px; height: 13px;}

.acima-advantage-sec .form-sec{position: relative; margin: 18px 0 0;}
.acima-advantage-sec .form-sec input[type=text]{ width: 100%; font-family: "sofia-pro", Helvetica, Arial, sans-serif; font-weight: 300; background: #fff; color: #888888; font-size: 20px; border: 1px solid #888888; border-radius: 5px; padding:11px 160px 10px 30px; }
.acima-advantage-sec .form-sec .search-btn{ cursor: pointer; position: absolute; top: 0; right: 0; background: #00a9d9; color: #fff; font-family: "sofia-pro", Helvetica, Arial, sans-serif; font-weight: 300; border-left: 1px solid #888888; border-radius: 0 5px 5px 0; padding: 11px 30px;  font-size: 25px;}
.acima-advantage-sec .form-sec .search-btn:hover, .acima-advantage-sec .form-sec .search-btn:focus{background: #153a63; }

.acima-advantage-sec .map{ width: 100%; height: 483px;}
.acima-advantage-sec .map iframe{ width: 100%; height: 483px;}

/* New Page 31-11-2019 */

.page-template-store_merchant_location .hero{height: 440px;}
.page-template-store_merchant_location #header.sticky #acima-logo svg path {
  fill: #fff !important;
}/*
.page-template-store_merchant_location #header.sticky #acima-logo img svg path {fill: #ccc !important;}
*/
svg path {fill: #000 !important;}
.page-template-store_merchant_location #header #main-nav{ border: 0; background: #00a9d9;
  background: -moz-linear-gradient(top, #00a9d9 0%, #68d4f2 100%);
  background: -webkit-linear-gradient(top, #00a9d9 0%,#68d4f2 100%);
  background: linear-gradient(to bottom, #00a9d9 0%,#68d4f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9d9', endColorstr='#68d4f2',GradientType=0 );
}
.page-template-store_merchant_location #header.sticky nav ul a{ padding: 1em; color: #fff;}
.page-template-store_merchant_location #header.sticky #acima-logo{ padding: 0.8em 1em; z-index: 99;}
.page-template-store_merchant_location #header.sticky #acima-logo img{height: 34px;}

.no-credit-form{ max-width: 890px; margin: 0 auto; display: block; }
.no-credit-form{}
.box-drop {text-align: center;}
.box-drop h2{ color: #fff; margin-bottom: 0;padding-bottom: 0;}
.box-drop p{ font-size: 30px;}
.no-credit-form input[type="text"], .no-credit-form input[type="email"]{ display: block; padding: 18px 20px; color: #000; width: 100%; margin-bottom: 1em; cursor: text; border: 0; border-radius: 8px; width: 600px; display: inline-block;}
.no-credit-form .apply-btn{ display: inline-block; vertical-align: top; cursor: pointer; border-radius: 8px; padding: 18px 45px; margin-left: 15px; font-size: 30px; }
.no-credit p{ color: #eeeeee; font-weight: 400; font-size: 20px; } 


.instant-approval-sec{padding: 14px 0 0;}
.instant-approval-listing{border-bottom: 2px solid #25476d; padding-bottom: 8px;}
.instant-approval-listing h3{ color:#000000;  font-family: "sofia-pro", Helvetica, Arial, sans-serif; text-align: center; font-weight: 700; margin-bottom: 21px; font-size: 30px;}
.instant-approval-listing ul{ margin: 0; padding: 0 0 15px 64px; display: block;}
.instant-approval-listing ul li { position: relative; display: inline-block; vertical-align: top; line-height: 1.2; color: #55565f; font-family: "sofia-pro", Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: 0.5px; margin:0; padding: 4px 30px 20px 0; width: 33%; font-size: 18px;}
.instant-approval-listing ul li:after{ content: ""; position: absolute; display: block; background: url(../images/shape.png); background-size: 100%; background-repeat: no-repeat; top: 10px; left: -19px; width: 11px; height: 11px;}


.testimonial{ display:flex;}
.testimonial-work-sec{ padding: 10px 0 30px;}
.testimonial-work-sec h2{ color: #2eb9e0; font-family: "sofia-pro", Helvetica, Arial, sans-serif; text-align: center; margin-bottom: 27px; line-height: 1.50; font-weight: 700; font-size: 30px;}
.testimonial .item{background: #f6f6f6; display: inline-block; margin-right: 4px; width: 48.33%;  border: 1px solid #e4e4e4; padding: 20px 8px;}
.testimonial .item:nth-child(odd){margin-right: 4px;}
.testimonial .image{display: inline-block; vertical-align: top; margin-right: 13px; width: 53px;}
.testimonial .image img{ border-radius: 50%; width: 53px; height: auto; }
.testimonial .star{display: inline-block; vertical-align: top; margin-top: 8px;}
.testimonial .text h3{color: #2eb9e0;  font-family: Verdana, Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 19px;}
.testimonial .text h4{color: #555555;  font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: 400; font-size: 14px; margin-bottom: 3px;}
.testimonial .text p{ font-style: italic; color: #999999; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.52; font-size: 19px; margin-bottom: 0;}

.work-video{}
.work-video h2{font-family: "sofia-pro", Helvetica, Arial, sans-serif; font-size: 60px; color: #153a63; font-weight: 700;}
.work-video .video{}
.work-video .video iframe{ width: 100%; height: 345px; }

#footer #footer-nav { width: 82%;}
.newfootresection p{ font-size: 13px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 0; line-height: 24px;}
#menu-footer-nav li:first-child a{ padding-left: 0;}
.boxdrop-sec .no-credit h3 sup{font-size: 22px !important; top: -30px !important;}
.acima-merchants-template-default footer#footer {padding: 53px 95px 26px;}
.acima-merchants-template-default .newfootresection p {font-size: 18px;font-family: "sofia-pro", Helvetica, Arial, sans-serif;    letter-spacing: 0.009em;font-weight: 300;     margin-bottom: 65px;}
.acima-merchants-template-default .menu li {margin-bottom: 11px;}
.acima-merchants-template-default .menu li a {font-size: 22px !important;color: #fff;border-right: 1px solid #fff;padding: 0 17px;line-height: 1;font-weight: 300;letter-spacing: 0.01em;}
.acima-merchants-template-default .copy p {font-size: 18px;font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-weight: 400;   letter-spacing: 0.004em;}
.acima-merchants-template-default .border {padding-bottom: 35px;}
/*new single tamplate start here*/

/*-----------header section styles goes here---------------*/
.single-acima-merchants header {background: #008bff; padding: 32px 95px 26px;  width: 100%;z-index: 999;position: fixed;top: 0;left: 0;    transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;}
.single-acima-merchants .header-wrap {display: flex;align-items: center;justify-content: space-around;}
.single-acima-merchants .header-logo {width:50%;display: inline-block;transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;}
.single-acima-merchants .header-logo img {width: 225px;display: inline-block;transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;}
.single-acima-merchants .header-call {width: 50%;text-align: right;}
.single-acima-merchants .header-call a {display: flex;color: #fff;font-size: 27px;align-items: center;text-align: right;float: right;transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;     font-weight: 900;}
.single-acima-merchants .header-call a:hover {text-decoration: underline;}
.single-acima-merchants .header-call a img {padding: 0 12px 0 0;display: block;transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;}


.single-acima-merchants .sticky .header-logo img {width: 150px;}
.single-acima-merchants .sticky header {padding: 15px 0;}
.single-acima-merchants .sticky .header-call a img {margin-top: -5px; width: 32px;}
.single-acima-merchants .sticky .header-call a {font-size: 24px;}

/*-----------header section styles ends here----------------*/

/*-----------banner section styles goes here-----------*/
.single-acima-merchants .banner-section {background-size: cover;background-repeat: no-repeat;background-position: center center;width: 100%;height: 100%;position: relative;     padding: 0 100px 0 98px;}
/*.single-acima-merchants .banner-section {width: 100%;height:100%;background-size: cover;background-repeat: no-repeat;background-position: center center; margin-top: 80px;}*/
.single-acima-merchants .banner-sec-desc {max-width: 800px;width: 100%;margin-left: auto;padding: 248px 0 101px 0;    position: relative; z-index: 1;}
.single-acima-merchants .banner-sec-desc h1 {color: #fff;font-size: 78px;margin-bottom: 73px;position: relative;font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-weight: 700;letter-spacing: 0.01em;line-height: 1.23;}
.single-acima-merchants .banner-sec-desc h1:after {content: ""; position: absolute; background: #fff; height: 1px; width: 400px; left: 0; bottom: -35px;}
.single-acima-merchants .banner-sec-desc h2 {color: #fff;font-size: 50px;margin-bottom: 0;font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-weight: 500;letter-spacing: 0.002em;padding-bottom: 0;}
.single-acima-merchants .banner-sec-desc h3 {color: #fff;font-weight: 400;font-size: 30px;font-family: "sofia-pro", Helvetica, Arial, sans-serif;}
.single-acima-merchants .banner-sec-desc p {color: #fff; font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-size: 22px;letter-spacing: 0.007em;font-weight: 300;}
.single-acima-merchants .banner-sec-desc p a {display: inline-block; text-decoration: underline; color: #fff;font-weight: 700;}
.single-acima-merchants .banner-sec-desc p a:hover  {color: #153a63;}
.single-acima-merchants .banner-sec-desc input[type="text"] {display: block;padding: 12px 37px 12px 37px;color: #000;width: 100%;
margin-bottom: 0;cursor: text;border: 0;border-radius: 3px;font-size: 30px;width: 450px;display: inline-block;line-height: 1.5;}
.single-acima-merchants .banner-sec-desc form {display: flex;align-items: center;    margin: 38px 0 50px 0;}
.single-acima-merchants .banner-sec-desc input[type="email"] {display: block;padding: 18px 20px;color: #000;width: 100%;margin-bottom: 1em;cursor: text;border: 0;border-radius:3px;width: 600px;display: inline-block;}
.single-acima-merchants .banner-sec-desc .apply-btn:hover, .banner-sec-desc .apply-btn:focus {text-decoration: none;background: #fff;color: #fff; background: #008bff; }
.single-acima-merchants .banner-sec-desc .apply-btn {text-decoration: none;display: inline-block;vertical-align: top;color: #fff;font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-weight: 700;text-transform: uppercase;line-height: 1.1;background: #153a63; border-radius: 3px;}
.single-acima-merchants .banner-sec-desc .apply-btn {display: inline-block;vertical-align: top;cursor: pointer;border-radius: 3px;padding: 15px 61px 21px 46px;margin-left: 0px;font-size: 30px;letter-spacing: 0.035em;}
.single-acima-merchants .banner-sec-desc form input::-webkit-input-placeholder { 
  	color: #cccccc;
	font-size: rem-calc(22);
	opacity: 1!important;
}
.single-acima-merchants .banner-sec-desc form input::-moz-placeholder { 
  	color: #cccccc;
	font-size: rem-calc(22);
	opacity: 1!important;
}
.single-acima-merchants .banner-sec-desc form input:-ms-input-placeholder { 
  	color: #cccccc;
	font-size: rem-calc(22);
	opacity: 1!important;
}
.single-acima-merchants .banner-sec-desc form input:-moz-placeholder {
  	color: #cccccc;
	font-size: rem-calc(22);
	opacity: 1!important;
}
/*----------------banner section styles ends here-------*/

/*----------------testimonial section styles start here-------*/
.single-acima-merchants .testimonial {width: 100%; background: #36bce1; padding: 75px 0 27px;}
.single-acima-merchants .testimonial-wrap {max-width:1360px;margin: 0 auto; width: 100%;}
.single-acima-merchants .testimonial-wrap ul {display: flex;flex-wrap: wrap;justify-content: center;}
.single-acima-merchants .testimonial-wrap ul li {width: 50%; display: flex; align-items: center; margin-bottom: 49px;}
.single-acima-merchants .testimonial-desc {width:60%;}
.single-acima-merchants .testimonial-desc p {color: #fff;line-height: 24px;font-family: "sofia-pro", Helvetica, Arial, sans-serif;    font-size: 18px;letter-spacing: 0.009em;line-height: 1.4;margin-bottom: 5px;}
.single-acima-merchants .testimonial-desc span {color: #fff;margin-top: 7px;display: inline-block;text-transform: uppercase;font-size: 24px;
font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-weight: bold;}
.single-acima-merchants .testimonial-desc img {margin-bottom: 6px;}
.single-acima-merchants .testimonial-img {width: 150px; height: 150px; border-radius: 50%; margin-right: 25px;}
/*----------------testimonial section styles ends here-------*/

/*----------------purchase-works section styles start here-------*/
.single-acima-merchants .purchase-works {padding: 50px 0;}
.single-acima-merchants .purchase-works-wrap {text-align: center;max-width: 1026px;margin: 0 auto;width: 100%;}
.single-acima-merchants .purchase-works-wrap .video iframe {width: 100%;height: 560px;}
.single-acima-merchants .purchase-works-wrap h2 {    color: #00a9d9;font-size: 60px;margin-bottom: 41px;font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-weight: 700;}

.single-acima-merchants .how-lease-form input[type="text"] {display: block;padding: 18px 37px;color: #000;width: 100%;margin-bottom: 0;cursor: text;border: 0;border-radius: 3px;font-size: 28px;width:435px;display: inline-block;border: 1px solid #01a9d8;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.single-acima-merchants .how-lease-form form {display: flex;align-items: center; justify-content: center;margin: 43px 0 50px 0;}
.single-acima-merchants .how-lease-form input[type="email"] {display: block;padding: 14px 20px;color: #000;width: 100%;margin-bottom: 1em;cursor: text;border: 0;border-radius:3px;width: 600px;display: inline-block; line-height: 1.5}
.single-acima-merchants .how-lease-form .apply-btn:hover, .banner-sec-desc .apply-btn:focus {text-decoration: none;background: #fff;color: #fff; background: #008bff;}
.single-acima-merchants .how-lease-form .apply-btn {text-decoration: none;display: inline-block;vertical-align: top;color: #fff;font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-weight: 700;text-transform: uppercase;line-height: 1.1;background: #153a63;  border-radius: 3px;}
.single-acima-merchants .how-lease-form .apply-btn {display: inline-block;vertical-align: top;cursor: pointer;border-radius: 3px;padding: 20px 61px;margin-left: 0px;font-size: 30px;}
.single-acima-merchants .how-lease-form {max-width: 735px;margin: 0 auto;width: 100%;}
.single-acima-merchants .purchase-works-wrap .video {margin-bottom: 50px;}
.single-acima-merchants .how-lease-form p {color: #787878;font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-size: 22px;font-weight: 400;text-align: left;letter-spacing: 0.008em;text-align: center;}
.single-acima-merchants .how-lease-form p a {display: inline-block; text-decoration: underline; color: #7d868d;}
.how-lease-form p a:hover  {color: #153a63;}

.how-lease-form form input::-webkit-input-placeholder { 
  	color: #cccccc;
	font-size: rem-calc(22);
	opacity: 1!important;
}
.how-lease-form form input::-moz-placeholder { 
  	color: #cccccc;
	font-size: rem-calc(22);
	opacity: 1!important;
}
.how-lease-form form input:-ms-input-placeholder { 
  	color: #cccccc;
	font-size: rem-calc(22);
	opacity: 1!important;
}
.how-lease-form form input:-moz-placeholder {
  	color: #cccccc;
	font-size: rem-calc(22);
	opacity: 1!important;
}
/*----------------purchase-works section styles ends here-------*/
.acima-merchants-template-default .menu li:last-child a {border: 0;}
.single-acima-merchants .counter-sec {padding: 101px 0 80px 0;}
.single-acima-merchants .counter-title h4{ color: #777777;font-size: 20px;font-weight: 600;     font-family: "sofia-pro", Helvetica, Arial, sans-serif;     margin-bottom: 0;}
.single-acima-merchants .counter-title p {font-size: 16px;color: #b2b2b2;font-family: "sofia-pro", Helvetica, Arial, sans-serif;
font-weight: 300;line-height: 1.6;     margin-bottom: 30px;}
.single-acima-merchants .circle:before {width: 14px;height: 14px;background: transparent;content: "";position: absolute;left: -4px;right: 0;margin: 0 auto;top: -8px;border: 4px solid #36bce1;border-radius: 50%;}
.single-acima-merchants .circle:after {width: 4px;height: 63px;background: #36bce1;content: "";position: absolute;left: -4px;right: 0;margin: 0 auto;top: 10px;}
.single-acima-merchants .circle {display: inline-block;margin: 1em 0;position: relative;vertical-align: top;     padding-top: 73px;}
.single-acima-merchants .circles-decimals {font-size: .4em;}
.single-acima-merchants .circles-text span.circles-integer {width: 110px;height: 110px;display: inline-block;border-radius: 50%;
box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);position: absolute;left: 0;right: 0;margin: 0 auto;top: 50%;transform: translateY(-50%);line-height: 110px;color: #36bce1;background: #fff;font-family: "sofia-pro", Helvetica, Arial, sans-serif;
font-weight: bold;font-size: 60px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%)}
.single-acima-merchants .counter-wrap {max-width:1270px;margin: 0 auto;width: 100%;text-align: center;}
.single-acima-merchants .counter-wrap ul li {display: inline-block; vertical-align: top; width: 20%; margin-bottom: 20px;     margin-bottom: 15px; padding: 0 10px;}
.single-acima-merchants .counter-wrap ul {width: 100%; display: flex;align-items: center; flex-wrap: wrap; justify-content: center;}

.single-acima-merchants .counter-form input[type="text"] {display: block;padding: 14px 37px;color: #000;width: 100%;margin-bottom: 0;cursor: text;border: 0;border-radius: 3px;font-size: 28px;width:430px;display: inline-block;border: 1px solid #01a9d8;border-top-right-radius: 0;border-bottom-right-radius: 0; line-height: 1.5;}
.single-acima-merchants .counter-form form {display: flex;align-items: center; justify-content: center;   margin: 43px 0 60px 0;}
.single-acima-merchants .counter-form input[type="email"] {display: block;padding: 18px 20px;color: #000;width: 100%;margin-bottom: 1em;cursor: text;border: 0;border-radius:3px;width: 600px;display: inline-block;}
.single-acima-merchants .counter-form .apply-btn:hover, .banner-sec-desc .apply-btn:focus {text-decoration: none;background: #fff;color: #fff; background: #008bff;}
.single-acima-merchants .counter-form .apply-btn {text-decoration: none;display: inline-block;vertical-align: top;color: #fff;font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-weight: 700;text-transform: uppercase;line-height: 1.1;background: #153a63;  border-radius: 3px;}
.single-acima-merchants .counter-form .apply-btn {display: inline-block;vertical-align: top;cursor: pointer;border-radius: 3px;padding: 20px 61px;margin-left: 0px;font-size: 30px;}
.single-acima-merchants .counter-form {max-width: 735px;margin: 0 auto;width: 100%; text-align: center;}
.single-acima-merchants .counter-form p {color: #7d868d;font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-weight: 400;
letter-spacing: 0.051em;font-size: 20px;}
.single-acima-merchants .counter-form p a {color: #7d868d; text-decoration: underline;}
.single-acima-merchants .counter-form p a:hover {color: #153a63;}
.single-acima-merchants .circles-wrp svg {transform: scaleX(-1);}
.single-acima-merchants .circles-wrp svg path {fill: #fff !important;}
.acima-merchants-template-default #footer #footer-nav { width: 78%;}
.acima-merchants-template-default .pad .logo img {height: auto !important;max-width: 221px !important;width: 100% !important;}
.acima-merchants-template-default .pad .logo {width: 22%;}

.single-acima-merchants .banner-section:after {
    content: "";
    background: url(../images/triangles.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}
.single-acima-merchants .banner-section:before { 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: multiply;
    background: #6ec4e9; 
/*    background-image: linear-gradient(to right, #ffffff, #e9edfc, #cbddf9, #a2d0f3, #6ec4e9);*/
}

.studies .owl-stage .btn, .studies .owl-stage .btn-wrap a {    
    background: #1e538d;
    color: #fff;
}
.studies .owl-stage a.btn:hover, .studies .owl-stage .btn-wrap a:hover {
    background: #153a63;
    color: #fff;
    text-decoration: none;
}


/*------------tablet landscape view------*/
@media (max-width:1350px) {
.single-acima-merchants .container {padding: 0 20px;}
	
}

@media (max-width:1200px) {
	.single-acima-merchants .banner-sec-desc h1 {font-size: 62px;}
	.single-acima-merchants .banner-sec-desc h2 {font-size: 40px;}
	.single-acima-merchants .banner-sec-desc .apply-btn {padding: 21px 30px; font-size: 26px;}
	.single-acima-merchants .purchase-works-wrap h2 {font-size: 45px;}
	.single-acima-merchants .banner-sec-desc {padding: 180px 0 70px 0; margin-left: 0;} 
}
/*------------tablet portrait  view------*/
@media (max-width:991px) {
	.single-acima-merchants .banner-sec-desc h1 {font-size: 48px; margin-bottom: 50px;}
	.single-acima-merchants .banner-sec-desc h1:after {bottom: -25px;}
	.single-acima-merchants .counter-wrap ul li {width: 33.33%;}
	.single-acima-merchants .banner-sec-desc h2 {font-size: 34px;}
	.single-acima-merchants .testimonial-img {width: 140px;height: 140px; margin-bottom: 25px;}
	.single-acima-merchants .testimonial-desc {width: 100%;}
	.single-acima-merchants .testimonial-wrap ul li {display: inline-block;	width:50%; padding: 0 15px;}
	.single-acima-merchants .purchase-works-wrap .video iframe {width: 100%;height: 480px;}	
	.single-acima-merchants .counter-sec {padding: 50px 0;}
	.single-acima-merchants header {padding: 22px 20px;}
	.single-acima-merchants .header-logo img {width: 170px;}
	.single-acima-merchants .banner-sec-desc input[type="text"] {padding: 13px 25px 13px 25px;font-size: 24px;width: 350px;}
	.single-acima-merchants .banner-sec-desc .apply-btn {padding: 19px 26px;font-size: 24px;}
	.single-acima-merchants .banner-section {padding: 0 20px 0 20px;}
	.single-acima-merchants .purchase-works-wrap h2 {font-size: 35px;}
	.acima-merchants-template-default footer#footer {padding: 20px 20px 20px;}
	.acima-merchants-template-default .newfootresection p {font-size: 16px;}
	.acima-merchants-template-default .menu li a {font-size: 18px !important;padding: 0 20px;}
	

}
@media (max-width:920px) {
	.acima-merchants-template-default .menu li {display: inline-block;vertical-align: middle;width: auto;}
	.acima-merchants-template-default .menu li a {padding: 0 20px !important;}
	.acima-merchants-template-default .pad {padding: 0;}
	.acima-merchants-template-default #footer #footer-nav {width: 100%;}
	.acima-merchants-template-default .pad .logo {width: 100%;}
	
	
}

/*------------mobile landscape  view------*/
@media (max-width:767px) {
	.single-acima-merchants header {padding: 18px 20px;}
	.single-acima-merchants .header-logo img {width: 140px;}
	
	.single-acima-merchants .banner-section{margin-top: 70px;}
	.single-acima-merchants .banner-sec-desc h1 {font-size: 40px;}
	.single-acima-merchants .banner-sec-desc input[type="text"] {padding: 6px 14px 7px;font-size: 20px;width: 375px;}
	.single-acima-merchants .banner-sec-desc .apply-btn {padding: 13px 20px;font-size: 20px; margin-bottom: 0;}
	.single-acima-merchants .banner-sec-desc form {margin: 25px 0 30px 0;}
	.single-acima-merchants .banner-sec-desc {padding: 100px 25px;}
	
	.single-acima-merchants .counter-form input[type="text"] {padding: 6px 14px 7px;font-size: 20px;width: 375px;}
	.single-acima-merchants .counter-form .apply-btn {padding: 13px 20px;font-size: 20px; margin-bottom: 0;}
	.single-acima-merchants .counter-form form {margin: 25px 0 30px 0;}
	.single-acima-merchants .counter-form 	{padding-left:0;}
	
	.single-acima-merchants .how-lease-form input[type="text"] {padding: 6px 14px 7px;font-size: 20px;width: 375px;}
	.single-acima-merchants .how-lease-form .apply-btn {padding: 13px 20px;font-size: 20px; margin-bottom: 0;}
	.single-acima-merchants .how-lease-form form {margin: 25px 0 30px 0; justify-content: center;}
	.single-acima-merchants .how-lease-form 	{padding-left:0;}
	
	.single-acima-merchants .purchase-works-wrap .video iframe {width: 100%;height: 350px;}
	.single-acima-merchants .purchase-works-wrap h2 {font-size:30px;}
	.single-acima-merchants .purchase-works {padding: 30px 0 33px;}
	.single-acima-merchants .counter-wrap ul li {width: 50%;}
	.acima-merchants-template-default .copy p{    text-align: left;line-height: 1.1;}
	.acima-merchants-template-default .newfootresection p{    margin-bottom: 30px;}
	.acima-merchants-template-default .pad .logo img {max-width: 130px !important;}
	
	
	}
/*------------mobile portrait view------*/
@media (max-width:640px) {
	.single-acima-merchants .counter-wrap ul li {width: 50%;}
	.single-acima-merchants .testimonial-wrap ul li {display: inline-block;width: 100%;padding: 0;max-width: 400px;text-align: center;}
	.single-acima-merchants .testimonial-img {display: block; margin: 0 auto; margin-bottom: 15px;}
	.single-acima-merchants .counter-wrap ul li {width: 100%;}
	.acima-merchants-template-default .menu li {width: 100%;}
	.acima-merchants-template-default .menu li a {padding: 0 20px 0 0 !important; border-right: 0; display: inline-block;}
	.acima-merchants-template-default .border {padding-bottom: 10px;}
	.single-acima-merchants .counter-title h4 {font-size: 23px;letter-spacing: 0.02em;}
	
	
	
}
/*----------optional css------*/
@media (max-width:480px) {
	.single-acima-merchants .banner-section{margin-top:60px;}
	.single-acima-merchants .header-call a {font-size: 20px;}
	.single-acima-merchants .header-logo img {width: 90px;}
	.single-acima-merchants .counter-wrap ul li {width: 100%;border-bottom: 1px solid #d3d3d3;padding-bottom: 0px;max-width: 300px;    margin: 0 auto;margin-bottom: 16px;}
	.single-acima-merchants .counter-title.eqaul-height {height: auto !important;margin-bottom: 15px;}	
	.single-acima-merchants .counter-wrap ul li:last-child {margin-bottom: 0;}
	.single-acima-merchants .counter-sec {padding: 40px 0 45px 0;}
	.single-acima-merchants header {padding: 20px 33px 12px;}
	.single-acima-merchants .header-call a {font-size: 12px;}
	.single-acima-merchants .banner-sec-desc {padding:65px 20px;}
	.single-acima-merchants .banner-sec-desc h1 {font-size: 28px; line-height: 40px;margin-bottom: 28px;     font-family: "sofia-pro", Helvetica, Arial, sans-serif;font-weight: 700;letter-spacing: 0.010em;}
	.single-acima-merchants .banner-sec-desc h2 {font-size: 22px;}
	.single-acima-merchants .banner-sec-desc h1:after {bottom: -13px;width: 250px;}
	.single-acima-merchants .banner-sec-desc h3 {font-size: 16px;}
	.single-acima-merchants .banner-sec-desc form {margin: 32px 0 5px 0;}
	.single-acima-merchants .banner-sec-desc input[type="text"] {padding: 7px 10px 7px 15px;font-size: 14px;width: 182px;     line-height: 1.1;}
	.single-acima-merchants .banner-sec-desc .apply-btn {padding: 7px 14px;font-size: 14px;}
	.single-acima-merchants .banner-sec-desc p {font-size: 12px;text-align: center;line-height: 1.2;text-align: centeraccccs;}	
	.single-acima-merchants .purchase-works-wrap h2 {margin-bottom: 25px;}	
	.single-acima-merchants .counter-form form {margin: 32px 0 5px 0;}
	.single-acima-merchants .counter-form input[type="text"] {padding: 5px 10px 5px 10px;font-size: 16px;width: 165px;border-radius: 0;
    line-height: 1.2;}
	.single-acima-merchants .counter-form .apply-btn {padding:8px 18px;font-size: 14px;    border-radius: 0;}
	.single-acima-merchants .counter-form p {font-size: 16px;text-align: center;line-height: 1.3;margin-top: 20px;}
	.single-acima-merchants .counter-form form {margin: 32px 0 10px 0;}
	
	.single-acima-merchants .how-lease-form form {margin: 22px 0 5px 0;}
	.single-acima-merchants .how-lease-form input[type="text"] {padding: 5px 10px 5px 10px;font-size: 16px;width: 165px;border-radius: 0;    line-height: 1.2;}
	.single-acima-merchants .how-lease-form .apply-btn {padding:8px 18px;font-size: 14px;    border-radius: 0;}
	.single-acima-merchants .how-lease-form p {font-size: 16px;text-align: center;line-height: 1.3;     margin-top: 14px;}
	.single-acima-merchants .purchase-works-wrap .video {margin-bottom: 22px;}
	.single-acima-merchants .how-lease-form form {margin: 21px 0 10px 0;}
	
	.purchase-works-wrap .video iframe {width: 78%;height: 166px;}
	.purchase-works-wrap h2 {font-size: 20px; margin-bottom: 25px;}
	.purchase-works-wrap .video {margin-bottom: 0;}
	
	.single-acima-merchants.testimonial-img {width: 155px;height: 155px;}
	.single-acima-merchants.testimonial-desc p {font-size: 14px; line-height: 21px;}
	.single-acima-merchants.testimonial-desc span {font-size: 16px;}
	.single-acima-merchants.testimonial-wrap ul li {margin-bottom: 45px;}
	.single-acima-merchants.testimonial-desc {padding: 0 50px;}
	
	.counter-wrap ul li:last-child {border: none;}
/*
	.circles-valueStroke {stroke-width: 6;}
	.circles-maxValueStroke {stroke-width: 6;}
*/
/*	.circles-text span.circles-integer {width: 80px;height: 80px; line-height: 80px;}*/
	.single-acima-merchants .circles-wrp {transform: scale(0.7);}
	.single-acima-merchants .circle:after {width: 3px;height: 50px;left: 0;right: 0;top: 14px;}
	.single-acima-merchants .circle:before {width: 10px;height: 10px; left: 0;right: 0;border: 2px solid #36bce1;     top: 0;}
	.single-acima-merchants .circle {padding-top: 38px;margin-top: 0; margin-bottom: 0; margin: 0;}
	
.single-acima-merchants.sticky .header-call a img {width: 25px;}
.single-acima-merchants.sticky .header-call a {font-size: 16px;}
.single-acima-merchants .header-call a img {width: 23px;}
}

@media (max-width:375px) {
.single-acima-merchants .banner-sec-desc {padding: 65px 0;}
.single-acima-merchants .banner-sec-desc input[type="text"] {width: 155px;}
.single-acima-merchants .banner-sec-desc .apply-btn {padding: 6px 12px;}
}













/* media query */ 

@media (max-width: 1300px) {

  .page-template-store_merchant_location .hero { height: 440px;}
  .testimonial-work-sec h2{ font-size: 24px;}
  .boxdrop-sec h2, .boxdrop-sec .no-credit h3, .work-video h2{ font-size: 50px;}

  .testimonial .star{ width: 120px;}
  .testimonial .star img{ width: 100%;}
   .boxdrop-sec .no-credit h3 sup{font-size: 21px !important; top: -24px !important;}
  
}

@media (max-width: 1200px) {  

  .testimonial-work-sec h2 {font-size: 24px;}
  .boxdrop-sec h2, .boxdrop-sec .no-credit h3, .work-video h2 {font-size: 40px;}
  .no-credit p {font-size: 25px;}

  .instant-approval-listing h3{ font-size: 24px;}
  .instant-approval-listing ul li{ width: 32%;}

  .testimonial .text h3, .testimonial .text p {font-size: 16px;}
  .instant-approval-listing ul {padding: 0 0 15px 20px;}
  #footer a {font-size: 15px /*0.75em*/;}
   .boxdrop-sec .no-credit h3 sup{font-size: 20px !important; top: -15px !important;}
  
  

}

@media (max-width: 1023px) {

  .page-template-store_merchant_location .hero {height: auto; padding-bottom: 50%;}

  .box-drop p {font-size: 22px;}
  .testimonial-work-sec h2 {font-size: 20px;}
  .no-credit-form{ max-width: inherit; padding: 0 0px;}
  .boxdrop-sec .no-credit{ padding: 0 20px;}
  .no-credit-form input[type="text"], .no-credit-form input[type="email"]{ width: 60%;}

  .boxdrop-sec h2, .boxdrop-sec .no-credit h3, .work-video h2 {font-size: 30px;}
  .instant-approval-listing ul {padding: 0 0 15px 40px;}
  .instant-approval-listing ul li {width: 48%;}

  .testimonial .star{ width: 130px;}

}
@media (max-width: 920px) {

  .page-template-store_merchant_location .hero{ background-image: in !important;}

  .item{ margin-bottom: 20px;}

  .instant-approval-listing h3 {font-size: 20px;}
  .instant-approval-listing ul li {width: 100%;}
  .no-credit-form .apply-btn {padding: 23px 45px; font-size: 22px;}

  .boxdrop-sec h2, .boxdrop-sec .no-credit h3, .work-video h2 {font-size: 26px;}
  .work-video h2 { margin-bottom: 10px;}
  .no-credit p {font-size: 22px; line-height: 1.2;}
  .page-template-store_merchant_location #header #main-nav{background:none;}
   #footer #footer-nav {width: 100%;}
   .boxdrop-sec .no-credit h3 sup { font-size: 14px !important; top: -11px !important;  }  
	.hero,
	.hero-show {background-image: url("/wp-content/themes/acima/images/Mobile_Concept.jpg") !important;     background-position: left center;}
	.page-template-find_store header#header {background-image: url(../images/Mobile_Concept.jpg) !important;	    background-size: cover !important; background-position: center right;}
	
}

@media (max-width: 767px) {
    .single-acima-merchants .banner-section:before {background: #6ec4e9 !important; opacity: 1;}
}
    
@media (max-width: 640px) {

  .no-credit-form input[type="text"], .no-credit-form input[type="email"] {width: 100%;}
  .no-credit-form .apply-btn { padding: 20px 40px; font-size: 20px; margin-left: 0; margin-bottom: 20px;}
  .testimonial .item{ width: 100%;}
  .testimonial{ display:block;}
 
  .page-template-store_merchant_location .hero{height:230px;}
  .newfootresection p {   font-size: 11px;   line-height: 19px; }
  #footer #footer-nav a{ padding:0px; }
  
}



.sticky nav ul li a:hover{color: #00b7ff !important;}
.ie-div-position-customer-chat { position: absolute; }