/*
Theme Name: www.bmoasset.com Template
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/

/* ===========================================================
   white: #e8e8e8 - dark grey: #212121 - blue: #199cd8
   =========================================================== */

/* ===========================================================
   01.      Reset
   02.      Body Styles
   03.      Header Structure
    03.01   Mobile Nav
   04.      Typography
   05.      Links / Buttons
   06.      Site Structure
   07.      Footer Structure
   08.      Form Structurev
    08.01   Form Base Styles
    08.02   Captcha
    09.02   Form Structure
   09.      Classes
   10.      Inventory Styles
   11.      Responsive Styles
   =========================================================== */

html,
body {
  height: 100%;
  width: 100%;
}

.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
  display: block;
  height: auto;
  max-width: 100%;
}

.wp-custom-header {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.wp-custom-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===========================================================
01. Reset
=========================================================== */

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

html,
body {
  height: 100% !important;
  width: 100% !important;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
}

/* ===========================================================
 02. Body Styles
=========================================================== */

body {
  font-family: "Montserrat", sans-serif;
}

/* ===========================================================
03. Header Structure
=========================================================== */

.mobile-nav-container,
#menu-button,
.nav-icon {
  display: none;
}

.initiallyHidden {
  display: none;
}

.header {
  position: relative;
}

.utility-nav {
  width: 100%;
  height: 50px;
  padding: 10px 0;
  background: #0079c1;
}

.utility-nav .wrapper {
  display: flex;
  justify-content: flex-end;
}

.utility-social {
  display: flex;
  justify-content: flex-end;
}

.utility-nav ul li {
  display: inline-block;
  margin-left: 10px;
}

.utility-nav a:hover i {
  color: #73c3eb;
}

.utility-nav a i {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.header-logo {
  display: flex;
    align-items: center;
    margin-right: 20px;
    max-width: 375px;
    width: 35%;
}

.header-logo img {
  max-width: 250px;
}

.header-bottom {
  background: #fefefe;
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
  max-width: 100%;
}

.header-bottom .wrapper {
  display: flex;
  justify-content: space-between;
}

/* Header Search */

.header-bottom-right {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-bottom-right:hover {
  background: #f5f6f7;
  cursor: pointer;
}

.searchbox-icon i {
  font-size: 30px;
  color: #0079c1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.search-slide-down {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e5e5e5;
  box-shadow: inset 0px 11px 8px -10px #ccc;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.header-search {
  display: flex;
  padding: 0 5%;
}

.header-search input[type="text"] {
  font-size: 50px;
  font-weight: 300;
  font-size: 15px !important;
  color: #2e2e2e !important;
  text-transform: uppercase;
  background: #fcfcfc;
  border: none;
}

.header-search ::placeholder {
  font-weight: 300;
  font-size: 15px !important;
  color: #2e2e2e !important;
  text-transform: uppercase;
}

.header-search i:hover {
  color: #a09f9f;
  cursor: pointer;
}

.header-search input:focus {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  caret-color: #c1bfbf;
}

#mobile-form-submit {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#mobile-form-submit:hover {
  background: #066493 !important;
}

/* Class for Google Map widget */

.google_map {
  width: 100%;
  min-height: 58vh;
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

.navbar {
  min-height: auto !important;
  margin-bottom: 0 !important;
}

.navigation-top {
  width: 100%;
}

.menu li {
  width: auto !important;
  padding-right: 6%;
  display: inline-block;
}

.menu li:last-child {
  padding-right: 0 !important;
}

.menu li>a {
  color: #000;
  font-size: 1.5em;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7);
  color: orange;
  border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
  font-size: 18px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #e68a24;
}

.dropdown-menu:not(.head-list)>li>a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-menu:not(.head-list)>li>a:hover {
  background-color: #e68a24;
  transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*

*/

/* ===========================================================
04. Typography
=========================================================== */

h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 15px;
}

h2,
.list-content .list-title .list-title-text {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  font-size: 23px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 45px;
}

h4 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 50px;
}

h5 {
  font-size: 15px;
  font-weight: 500;
}

p {
  line-height: 26px;
  font-weight: 300;
}

.bmo-small {
  font-size: 0.8em;
  color: #808080;
}

strong {
  color: #363636;
  font-weight: 700;
}

.intro-copy {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}

.body {
  color: #808080;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

/* ===========================================================
05. Links / Buttons
=========================================================== */

.bttn-base,
.btn,
.btn-success {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: auto;
  padding: 15px 75px !important;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bttn-blue,
.btn,
.btn-success {
  background: #0079c1;
}

.bttn-blue:hover,
.btn:hover,
.btn-success:hover {
  background: #73c3eb !important;
  box-shadow: none !important;
}

.body-link {
  font-weight: 600;
  color: #808080;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.body-link:hover {
  opacity: 0.6;
}

/* ===========================================================
06. Site Structure
=========================================================== */

.wrapper,
.entry-content {
  max-width: 80%;
  margin: 0 auto;
}

#primary {
  background: #f5f6f7;
}

.categories {
  position: relative;
}

.category-container {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.29);
  position: absolute;
  z-index: 10;
  width: 70%;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.category-container .col-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.category-container h4,
.category-container h2 {
  text-align: center;
  color: #2b2a2a !important;
  margin-top: 15px;
}

.category-container h4 {
  font-size: 14px;
}

.category-container img {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.category-container a:hover img {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  opacity: 0.6;
}

.financing-cpt h1 {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 40px;
  font-weight: 400;
}

.welcome {
  position: relative;
}

.welcome h2,
.welcome h4 {
  text-align: center;
}

.welcome h4 {
  margin-top: 25px;
}

.welcome-copy {
  padding-top: 335px;
  padding-bottom: 75px;
  max-width: 950px;
  margin: 0 auto;
}

#sidebar1-welcome {
  text-align: center;
  margin-top: 10px;
}

.welcome .intro-copy {
  color: #2b2a2a;
}

.entry-content {
  padding: 75px 0 225px 0;
}

.rule-left {
  background: #ec1c24;
  height: 3px;
  width: 100px;
  margin: 25px 0;
}

.rule-center {
  background: #ec1c24;
  height: 3px;
  width: 100px;
  margin: 25px auto;
}

.collapse {
  background: #fff;
  padding: 40px;
}

.read-more-button {
  display: inline-flex;
  justify-content: space-between;
  background: #dddddd;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  border: none;
}

.read-more-button span {
  color: #808080;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 11px;
}

.read-more-button i {
  color: #808080;
  font-weight: 600;
  font-size: 18px;
}

.bmo-list {
  margin-bottom: 35px;
}

.bmo-list li {
  list-style-type: disc;
  color: #808080;
  line-height: 24px;
}

.bmo-asterisk {
  font-weight: 700 !important;
  color: #ec1c24 !important;
  font-size: 14px !important;
}

/* Sidebar */

.bmo-sidebar {
  background: #fff;
  margin-left: 75px;
  padding-bottom: 35px;
}

.bmo-sidebar h3 {
  background: #0079c1;
  padding: 15px;
  color: #fff;
  margin-bottom: 35px;
}

.bmo-sidebar-item-icon {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  margin-right: 15px;
  padding-left: 15px;
}

.bmo-sidebar-item {
  margin-bottom: 50px;
  padding-right: 25px;
}

.bmo-sidebar-item a {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.bmo-sidebar-item a:hover {
  opacity: 0.5;
}

.bmo-sidebar .flex-column {
  justify-content: center;
  flex: 1;
}

.categories-container-row {
  height: 100px;
  box-shadow: inset 0px 11px 3px -10px #ccc;
}

.categories-container-row .wrapper {
  height: 100%;
}

.categories-container-row a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.categories-container-row img {
  max-width: 100px;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.categories-container-row h4 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

.categories-container-row-rule {
  height: auto;
  background: #e6e7e8;
  width: 1px;
}

.categories-container-row a:hover,
.category-active {
  background: #f5f6f7;
  box-shadow: inset 0px 11px 3px -10px #a5a5a5;
}

.categories-container-row a:hover img,
.category-active img {
  filter: grayscale(20%);
  -webkit-filter: grayscale(50%);
}

.categories-container-row a:hover h4,
.category-active h4 {
  color: #111111;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* Promotions */

.promotion-item {
  margin-bottom: 50px;
  border-bottom: thin solid #cacaca;
}

.rule-bottom {
  height: 1px;
  width: 100%;
  margin: 25px 0;
  background: #cacaca;
}

.first-item {
  padding-top: 0 !important;
  border-top: none !important;
}

.expand-collapse {
  max-width: 960px;
  margin: 0 auto;
}

.expand-collapse p {
  background-color: #dfe60a;
  padding: 20px;
  margin: 0;
}

.read-more-container {
  background: #fff;
  padding: 40px;
  margin: -2px 0 0 0;
}

/* .neg-margin {
	margin-top: -250px;
} */

.n2-style-9b0b386898bcd940d0e805ac09f9effa-heading {
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
}

/* Override for inventory font awesome icons */

.fa-youtube-square:before {
  content: "\f431" !important;
}

.fa-linkedin:before {
  content: "\f08c" !important;
}

/* ===========================================================
07. Footer Structure
=========================================================== */

.footer {
  padding: 75px 0 150px 0;
  background: #0079c1;
}

.footer a {
  color: #fff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer a:hover {
  opacity: 0.6;
  color: #fff;
}

.footer-contact-link {
  font-size: 30px;
  font-weight: 600;
}

.footer-social li {
  display: inline-block;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-social a i {
  font-size: 25px;
  color: #fff;
}

.footer-nav li {
  color: #fefefe;
  display: inline-block;
  margin-top: 25px;
}

.footer-nav li a {
  margin-right: 15px;
}

.footer-bmo-nav {
  margin-top: 25px;
}

.footer-bmo-nav li {
  display: inline-block;
  border-right: 0.5px solid #4b9dc6;
  padding: 5px 15px;
}

.footer-bmo-nav li:last-of-type {
  border-right: none !important;
}

.pd-left-none {
  padding-left: 0 !important;
}

.footer-bmo-nav li a {
  font-size: 10px;
  color: #fefefe;
}

.footer-ehl {
  float: right;
}

.footer-ehl p {
  font-size: 8px;
  font-weight: 700;
}

.footer-small-copy {
  color: #fefefe;
  font-size: 8px;
  line-height: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 50px;
}

/* ===========================================================
08. Form
=========================================================== */

/* 08.01. Form Base Styles
=========================================================== */

::-webkit-input-placeholder {
  /* WebKit browsers */
  font-weight: 500;
  font-size: 16px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 500;
  font-size: 16px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-weight: 500;
  font-size: 16px;
}

::-ms-input-placeholder {
  /* Recent browsers */
  font-weight: 500;
  font-size: 16px;
}

::placeholder {
  /* Recent browsers */
  font-weight: 500;
  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}

textarea::-moz-placeholder {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}

textarea:-ms-input-placeholder {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}

textarea::-ms-input-placeholder {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}

textarea::placeholder {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}

#formpage label,
.calculator-wrapper label {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage select,
#formpage textarea {
  background: #dddddd;
  border: none;
  height: 50px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage select {
  padding: 0 15px !important;
}

#formpage textarea {
  padding: 15px !important;
}

.form-flex {
  display: flex;
}

#green-btn {
  margin: 20px 0;
}

input:focus {
  background: white;
  border: 1px solid grey;
}

.bv-form .col-sm-6 {
  padding-right: 25px !important;
}

textarea.form-control {
  padding-right: 25px !important;
  margin-right: 75px;
  width: 98.5%;
  min-height: 200px;
}

form h1 {
  margin-bottom: 25px;
  font-size: 13px;
}

label {
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
}

.form-control {
  height: 50px;
}

.entry-content form i {
  color: #ec1c24 !important;
  font-size: 12px !important;
}

/* Form thank you */

.alert-success {
  background-color: #fff;
  border-color: transparent;
  border-left: none;
  border-radius: 9px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.29);
}

.sandhills-contact-response h2 {
  color: #000;
  font-weight: 400;
  font-size: 20px;
}

/* ===========================================================
09. Classes
=========================================================== */

.margin-right {
  margin-right: 20px;
}

.margin-right-md {
  margin-right: 40px;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: calc(100% / 6);
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.row > * {
  padding-left: calc(var(--bs-gutter-x) * 0.0);
  padding-right: calc(var(--bs-gutter-x) * 0.0);
}
a {
  text-decoration: none;
  color: #7a878e;
  outline: 0;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
  align-items: center;
}

.pd-lg {
  padding: 100px 0;
}

.text-center {
  text-align: center;
}

.nopadding {
  padding: 0 !important;
}

.grey {
  color: #808080;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

/* .list-main-section {
	margin-left: 25px;
} */

.scrollToTop a {
    color:#fff!important;
}

.faceted-search-field {
  overflow-x: hidden;
}

.faceted-search-field i {
  transform: translateX(-25px);
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  margin-left: 3px !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  background: #fff !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
  height: 30px;
  line-height: 30px;
}

.list-content {
  max-width: 100% !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background: #0079c1 !important;
  border: none;
  border-radius: 6px !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #0079c1 !important;
  color: #fff;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #141416 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover,
.print-this:hover,
.email-this:hover {
  background: #73c3eb !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: #0079c1;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #0079c1 !important;
  border: 1px #0079c1 solid !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #73c3eb;
  border: 1px #73c3eb solid;
}

.white-bg .container {
  width: 100% !important;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #0079c1 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  transition: 0.3s !important;
  border-radius: 99px !important;
}

.list-content .print-this:hover,
.list-content .email-this:hover {
  background: #73c3eb !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #f2f2f2;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #0079c1;
}

/* .has-search-bar {
	width: 74%;
} */

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #0079c1 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #3a658e;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #0079c1;
  border-radius: 99px !important;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}

.legal-text-content span,
.legal-text-content {
  font-size: 11px !important;
  line-height: 15px !important;
}

.faceted-search-content .selected-facets-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}




/* Modal / Mobile buttons / Mobile Data Rows */
.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #0079c1 !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
  background-color: #73c3eb !important;
}

.contact-options a {
  background: #0079c1 !important;
  background-color: #0079c1 !important;
  color: #fff !important;
}

.compare-title h3,
.compare-price {
  color: #0079c1 !important;
}

.contact-info-heading h2,
.compare-title h3 {
  font-size: 22px;
}

.detail-additional-data h3 {
  font-size: 22px;
  margin-top: 25px;
}

.compare-chkbox-container .compare-listings .fa-check {
  top: 3px !important;
  left: 2px !important;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1550px) {
  .header-logo img {
    max-width: 220px;
  }
}

@media only screen and (max-width: 1400px) {
  .header-logo img {
    max-width: 180px;
  }

  .bmo-sidebar {
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .header-logo img {
    max-width: 150px;
  }

  .bmo-sidebar {
    margin-left: 30px;
  }
    .header-bottom .wrapper {
        max-width: 90%;
    }
}

@media only screen and (max-width: 1078px) {
  .header-bottom-left {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .header-bottom-left .flex {
    width: 100%;
    justify-content: center;
  }

  .header-logo {
    margin: 0 0 0 15px;
    padding: 25px 0;
      width:100%;
  }

  .header-logo img {
    max-width: 190px;
  }

  .header-bottom-right {
    position: absolute;
    right: 0;
    top: 70px;
  }

  .category-container {
    position: static;
    transform: none;
    margin: 50px auto;
    width: 100%;
    padding: 50px;
  }

  .category-container .col-3 a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .category-container img {
    max-width: 150px;
    margin-bottom: 15px;
  }

  [class^="col-"]:not(.pad-no) {
    padding-left: 0;
    padding-right: 0;
  }

  .welcome-copy {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .intro-copy {
    font-size: 16px;
  }

  h2,
  .list-content .list-title .list-title-text {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 18px;
  }

  .bmo-sidebar {
    margin-left: 20px;
  }

  .header-search input[type="text"] {
    font-size: 14px !important;
  }

  .header-search ::placeholder {
    font-size: 14px !important;
  }

  .categories-container-row .wrapper {
    justify-content: center;
  }

  .categories-container-row h4 {
    font-size: 10px;
    font-weight: 600;
  }

  .categories-container-row img {
    max-width: 80px;
  }

  .categories-container-row {
    height: 80px;
  }

  .categories-container-row a {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 786px) and (max-width: 952px) {
  .has-search-bar {
    width: calc(66% - 0.75%) !important;
    float: left;
  }
}

@media only screen and (max-width: 900px) {
  /* .header-logo {
		padding: 0;
		margin-left: 25px;
		position: relative;
		z-index: 999999;
	} */

    
  .header-logo a img {
    max-width: 175px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .header-bottom .wrapper {
    max-width: 100%;
  }

  .header-bottom-left {
    flex-wrap: nowrap;
    width: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .header-bottom-left .flex {
    justify-content: flex-end;
  }

  .header-bottom-right,
  .utility-nav {
    display: none;
  }

  .nav-icon {
    display: inline-block !important;
  }

  .mobile-nav-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #menu-button {
    height: 100%;
    display: inline-flex;
    align-items: center;
    background: #0079c1;
    padding: 20px 25px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    cursor: pointer;
    box-sizing: border-box !important;
  }

  #menu-button:hover {
    background: #066493;
  }

  #menu-button i {
    font-size: 26px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    color: #fff;
  }

  #menu-button span,
  .mobiletitle,
  .social-media {
    display: none !important;
  }

  .mobile-menu-nav-icon i {
    font-size: 33px !important;
    color: #2e2e2e !important;
  }

  .nav-icon {
    padding: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 70px;
  }

  .nav-icon a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-icon:last-of-type {
    padding-right: 0 !important;
  }

  .nav-icon i {
    font-size: 26px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #0079c1;
  }

  .nav-icon:hover {
    background: #f5f6f7;
  }

  .financing-cpt {
    width: 100% !important;
  }

  .with-cpt .col-sm-5 {
    width: 100% !important;
  }

  .promotions-cpt {
    width: 100% !important;
  }

  .bmo-sidebar {
    margin-left: 0;
    margin-top: 75px;
  }

  .categories-container-row .wrapper {
    justify-content: flex-start;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {

  h2,
  .list-content .list-title .list-title-text {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.5px;
    padding-bottom: 0;
  }

  h4 {
    font-size: 15px;
  }

  .bmo-sidebar-item .flex-column {
    display: inline-block !important;
  }

  h5 {
    width: 100%;
  }

  .category-container h4 {
    padding-bottom: 0;
  }

  .category-container img {
    max-width: 100px;
    margin-bottom: 0;
  }

  .category-container h4 {
    font-size: 12px;
  }

  .category-container h4,
  .category-container h2 {
    margin-top: 5px;
  }

  .intro-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .body {
    font-size: 15px;
    line-height: 23px;
  }

  /* footer */
  #sandhills_editable_area-14 .row {
    display: flex;
    flex-wrap: wrap;
  }

  #sandhills_editable_area-14 .col-sm-4 {
    width: 100% !important;
  }

  #sandhills_editable_area-14 .col-sm-5 {
    width: 100% !important;
  }

  .footer .space-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 25px;
  }

  .footer-nav li a {
    font-size: 12px;
  }

  #widget_sandhills_editable_area_16 .col-sm-offset-10 {
    margin-left: 0 !important;
  }

  .footer-ehl {
    float: left;
    margin-top: 25px;
  }

  .footer-contact-link {
    font-size: 20px;
  }

  .footer-nav li {
    margin-top: 10px;
    display: block;
  }

  #menu-footer-menu {
    margin-top: 25px;
  }

  .footer-bmo-nav li a {
    font-size: 9px;
  }

  .footer-bmo-nav li {
    padding: 5px;
  }

  .footer-small-copy {
    padding-right: 0;
  }

  .footer-social a i {
    font-size: 20px;
  }

  textarea.form-control {
    width: 100%;
  }

  .bv-form .col-sm-6 {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 700px) {
  .category-container .col-1 {
    flex-wrap: wrap;
  }

  .category-container .col-3 {
    width: 50%;
    margin-top: 25px;
  }

  .header-search input[type="text"] {
    font-size: 11px !important;
  }

  .header-search ::placeholder {
    font-size: 11px !important;
  }

  #mobile-form-submit {
    font-size: 12px;
  }

  .header-logo img {
    max-width: 180px !important;
  }

  .categories-container-row h4 {
    font-size: 9px;
    text-align: center;
  }

  .categories-container-row img {
    max-width: 60px;
  }

  .categories-container-row a {
    padding: 0 10px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 600px) {

  h2,
  .list-content .list-title .list-title-text {
    font-size: 25px;
    line-height: 28px;
  }

  .category-container {
    padding: 25px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}