/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.truck-search-page .sidebar-container .text-search input[type=button]#nd-filter {
    /*display: none;
    right: 20px;
    */
    background-color: #E71315;
    border-radius: 5px;
    border: 0;
    color: white;
    height: 43px;
  font-size: 12px;
  float:right;
}
.filter-header {
    display: block;
}
.filter-header h5 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 25px;
}
.filter-header span {
    font-size: 18px;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 600;  
  text-decoration: none;
  margin-right: 18px;
    /* color: black; */
}
.filter-header span a {
  vertical-align: bottom;
  text-decoration: none;
}

    /* end Truck Detail Page */
@media (min-width:768px) {
    .dealer-new-deliveries a.v2.legacy {
        padding-bottom: 46%;
    }
    .dealer-new-deliveries a.v2.legacy img   {
        margin-top: -22%;
    }
}
@media (max-width:767px) {
    .truck-search {
        padding-top: 20px;
    }
    .truck-search-page .sidebar-container {
        margin-left: 0;
        margin-bottom: 20px;
    }
  .truck-search-page .sidebar-container .text-box-container {
    float: none;
    width: 100%;
  }
  .search-reset {
    float: none;
  }
}
@media (max-width:599px) {
    ul#search-results {
        width: 100%;
        margin-left: 0;
    }
    ul#search-results li {
        display: block;
        width: 96%;
        margin: 2%;
    }    
}

.sidebar-container {
  position: relative;
}
.truck-search-page .sidebar-container .text-search {
  position: relative;
  margin-bottom: 25px;
}

.truck-search-page .sidebar-container .text-box-container {
  /*margin-right: 60px;*/
  float: right;
  width: calc(100% - 115px);
  max-width: 500px;
}

.truck-search-page .sidebar-container .text-search input[type=button] {
    /*position: absolute;
    top: 15px!important;
    right: 15px;
    */
    padding: 10px 12px;
    margin-top: 0;
    vertical-align: top;
}
/*
.truck-search-page .sidebar-container .text-search input[type=button]#nd-search {
    right: 15px;
}
*/
.truck-search-page .sidebar-container .text-search input[type=button]#nd-reset {
    background-color: #ea1414;
}
.truck-search-page #nd-reset{
  cursor:pointer;
}

.no-results-found{
    display:none;
    
}
.well-white {
    background-color: #f5f5f5;
    border: 0;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
    flex-grow: 1;
}
.well-white ul{
        padding-left: 10px;
    list-style-type: none;
}
.well-white ul li:hover{cursor:pointer;}
.well-white ul li.active{
    color: #ea1414;
    font-family: 'HelveticaNeueW01-75Bold','Helvetica Neue LT W06_55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    font-weight:bold;
}
.well-white h4 {
  margin-left: 10px;
  margin-right: 10px;
  margin-top:0;
  margin-bottom:0;
}
/*
.well-white h5 {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0 0 15px 10px;
    border-bottom: solid 1px #c8c8c8;
    font-family: 'HelveticaNeueW01-65Medi','Helvetica Neue LT W06_55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
*/
.truck-search {
    padding: 25px 0 60px;
    background: #fff;
}
.search-photo{
    width:100%; 
    height:auto;
    }
    
input[type=button].search-go {
    background-color: #000;
    padding: 12px!important;
    color: #fff;
    border-radius: 5px;
    border: 0;
  /*
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 600;  
  */
    background-image: url(https://www.piercemfg.com/hubfs/search-left.png);
    background-repeat: no-repeat;
    background-position: center;
  background-size: 18px;
    min-width: 44px;  
  height: 43px;
}
.search-input{
    height: 43px;
    /*margin-right: 11px;*/
    max-width: 100%;
    border: 1px solid #E6E6E6!important;
}
.text-search-inner {
  gap:25px;
  margin: 0 auto;
}
.text-box-container .search-input {
  vertical-align: top;
  font-size: 12px;
  padding: 14px 24px 13px;
  margin-bottom:0;
}
.search-reset {
    float: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    color: #e71315;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.filters-empty .search-reset{
  display:none;
}
/* Accordion */

.well-white[class*="-filters"]{
  margin-bottom:0;
}
.well-white[class*="-filters"] h4{
  position:relative;
  display: inline-block;
  align-items: center;
}
.well-white[class*="-filters"] h4:after{
  content:"";
  background-image:url("https://www.piercemfg.com/hubfs/carat_down_icon.svg");
  position: absolute;
  right: -20px;
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.well-white.dealer-filters h4:after{
  display:none;
}
.well-white.dealer-filters {
    display: flex;
    align-items: center;
}
ul.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

ul.accordion .inner.show {
  /*display: block;*/
}
ul.accordion li {
  margin: .1em 0;
}
ul.accordion li a.toggle {
  width: 100%;
  display: block;
  color: inherit;
  padding: .4em 100px 0.4em .75em;
  text-decoration: none;
  position: relative;
  color: #535353;
}
ul.accordion li a.toggle:hover {
  /*background: rgba(0, 0, 0, 0.9);*/
}
ul.accordion li a:hover {
    background-color: #eee;
    border-radius: 4px;
}
ul.accordion li a.active {
  color:#ea1414;
}
a.toggle.iscat:after {
    content: "+";
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #999;
    position: absolute;
    right: 6px;
    font-family: monospace;
  top:10px;
}
a.toggle.iscat.active:after {
    content: "-";
}

ul#search-results {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 102%;
    margin-left: -1%;
}
ul#search-results li {
    display: inline-block;
    width: 31.333333%;
    margin: 1%;
    text-align: left;
    display: none;
    vertical-align: top;
}
ul#search-results li:hover img {
    opacity: .8;
    transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transform: scale(1.8);
            -ms-transform: scale(1.8);
                transform: scale(1.8);  
}

.dealer-new-deliveries .result-title,
ul#search-results li .result-title {
    margin-top: 1em;
}
.dealer-new-deliveries .result-title a,
ul#search-results li .result-title a{
    color: #ea1414;
    text-decoration: none;
}
.dealer-new-deliveries .result-jobnumber,
ul#search-results li .result-jobnumber {
    display: none;
}

.dealer-new-deliveries a.v2, 
ul#search-results a.v2 {
    display: block;
    overflow: hidden;
    padding-bottom: 50%; /* was 45 */
    /*background: gold;*/
    height: 0;
    position: relative;
}
.dealer-new-deliveries a.v2:after, 
ul#search-results a.v2:after {
    width: 100%;
    height: 100%;
    background: url(https://1641167.fs1.hubspotusercontent-na1.net/hubfs/1641167/OAP%20Logos%20v2/OAP%20Grey%20and%20Black%20Logo.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background-size: 21%;
    background-position: 94% 91%;
}
/* .dealer-new-deliveries a.v2 img, 
ul#search-results a.v2 img {
    margin-top: -20%; /* was 25 */
} */

.truck-pagination.simple-pagination{
    padding-bottom:15px;
}

.truck-pagination {
    float: left;
}
.truck-pagination-page-select {
    float: right;
    font-size: 12px;
}
.truck-pagination-page-select select {
    /*background: #ea1414;*/
    color: white;
    border: 0;
    font-size: 12px;
    height: 31px;
    box-shadow:none;
    
    background: #999 url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 95% 50%;
    -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;

}
.truck-pagination.light-theme a,
.truck-pagination.light-theme span {
    border: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 4px 12px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.truck-pagination.light-theme a:hover,
.truck-pagination.light-theme span.current {
    background-color: #ea1414;
    color: white;
}
.no-results-found, .loading-data {
    margin-top: 22px;
    padding: 20px;
    background-color: #ddd;
}

    /* Truck detail page */
.truck-detail .tagline a.dark-gray-btn {
    width: 100%;
}
.truck-detail .tagline a.dark-gray-btn:nth-child(2) {
    margin-top: 8px;
}
.truck-detail .specifications {
    padding: 70px 0;
}
.truck-detail .specifications .spec {
    padding-bottom: 32px;
}
.truck-detail .specifications .spec:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.truck-detail .options-showcase-wrapper {
    background-color: white;
}
    /* end Truck Detail Page */
@media (min-width:768px) {
    .dealer-new-deliveries a.v2.legacy {
        padding-bottom: 46%;
    }
    .dealer-new-deliveries a.v2.legacy img   {
        margin-top: -22%;
    }
}
@media (max-width:767px) {
    .truck-search {
        padding-top: 20px;
    }
    .truck-search-page .sidebar-container {
        margin-left: 0;
        margin-bottom: 20px;
    }
  .truck-search-page .sidebar-container .text-box-container {
    float: none;
    width: 100%;
  }
  .search-reset {
    float: none;
  }
}
@media (max-width:599px) {
    ul#search-results {
        width: 100%;
        margin-left: 0;
    }
    ul#search-results li {
        display: block;
        width: 96%;
        margin: 2%;
    }    
}
/* end stock trucks - new deliveries */

.truck-search-page .sidebar-container .text-search input[type=button]#nd-filter {
    /*display: none;
    right: 20px;
    */
    background-color: #E71315;
    border-radius: 5px;
    border: 0;
    color: white;
    height: 43px;
  font-size: 12px;
  float:right;
}
.filter-header {
    display: block;
}
.filter-header h5 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 25px;
}
.filter-header span {
    font-size: 18px;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 600;  
  text-decoration: none;
  margin-right: 18px;
    /* color: black; */
}
.filter-header span a {
  vertical-align: bottom;
  text-decoration: none;
}
.header-container.container-fluid .page-center,
.footer-container.container-fluid .page-center{
  margin-left:auto !important;
}
.tagline h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 1em;
  margin-top:0;
    font-weight: bold;
}
.tagline .tagline-inner {
    padding: 50px 0;
}

ul#search-results {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 102%;
    margin-left: -1%;
}
ul#search-results li {
    display: inline-block;
    width: 31.333333%;
    margin: 1%;
    text-align: left;
    vertical-align: top;
}

ul#search-results li:hover img {
    opacity: .8;
    transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translateY(-12.5%) scale(1.8);
            -ms-transform: translateY(-12.5%) scale(1.8);
                transform: translateY(-12.5%) scale(1.8);  
}
.dealer-new-deliveries .result-title,
ul#search-results li .result-title {
    margin-top: 1em;
}
.dealer-new-deliveries .result-title a,
ul#search-results li .result-title a{
    color: #ea1414;
    text-decoration: none;
}
.dealer-new-deliveries a.v2, 
ul#search-results a.v2 {
    display: block;
    overflow: hidden;
    padding-bottom: 50%; /* was 45 */
    /*background: gold;*/
    height: 0;
    position: relative;
}
.dealer-new-deliveries a.v2:after, 
ul#search-results a.v2:after {
    width: 100%;
    height: 100%;
    background: url(https://1641167.fs1.hubspotusercontent-na1.net/hubfs/1641167/OAP%20Logos%20v2/OAP%20Grey%20and%20Black%20Logo.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background-size: 21%;
    background-position: 94% 91%;
}
ul#search-results a.v2.no-img:after {
  display: none;
}
.dealer-new-deliveries a.v2 img,ul#search-results a.v2 img {
    margin-top: 0!important;
  transform: translateY(-12.5%);
}
.dealer-new-deliveries li:hover a.v2 img,
ul#search-results li:hover a.v2 img {
    opacity: .8;
    transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translateY(-12.5%) scale(1.3);
            -ms-transform: translateY(-12.5%) scale(1.3);
                transform: translateY(-12.5%) scale(1.3);    
}
/* .dealer-new-deliveries a.v2 img, 
ul#search-results a.v2 img {
    margin-top: -20%; /* was 25 */
} */
@media (max-width:599px) {
    ul#search-results {
        width: 100%;
        margin-left: 0;
    }
    ul#search-results li {
        display: block;
        width: 96%;
        margin: 2%;
    }    
}

.dealer-new-deliveries .blog-card .result-title a, ul#search-results li.blog-card .result-title a {
    color: #1E1E1E;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 13px;
    margin-right: 13px;
    line-height:1.2;
    display:block;
}
.blog-card .result-department {
  margin: 20px 13px 0;
  font-size: 14px;
}
.dealer-new-deliveries .result-title, ul#search-results li .result-title{
    margin-top:0;
}
.dealer-new-deliveries .company-title{
    margin: 10px 13px 0 13px;
}

.blog-card {
    background: #fff;
    min-height: 0;
    padding-bottom: 25px;
    display: inline-block;
    float: left;
    width: 33.333%;
    margin-left: 1.25%;
    background-color: #fff;
    /*border-bottom: 6px solid #febf00;*/
    margin-top: 25px;
   /* min-height: 340px;*/
    position: relative;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
    box-shadow: 0 3px 6px rgba(0,0,0,.1);

}

.blog-card a.result-image {
    overflow: hidden;
    height: 0;
    padding-bottom: 45%;
    display: block;
    background-size: cover;
    background-position: center;
    position:relative;
}
.blog-card a.learn-more {
    margin: 0 13px;
    display: block;
    font-weight: bold;
    display: inline-block;
}
.blog-card a.learn-more:before{
  content:"";
  background-image:url("https://cdn2.hubspot.net/hubfs/1641088/configurations%20module/Red%20arrow.png");
  position:absolute;
  right:-32px;
  height:8.74px;
  width:12.57px;
  top: 50%;
  transform: translateY(-50%);
}

.nd-filter-wrapper {
  position: absolute;
  opacity: 0;
  top: 100px;
  right: -15px;
  background: #f5f5f5;
  padding: 15px;
  width: 280px;

  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

  border-left: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  z-index: 999999;
  display: none;
  border-radius: 5px 0 0 5px;
  border: 0;
  box-shadow: -5px -5px 10px rgba(0,0,0,.1);      
}
.truck-search-page .sidebar-container .text-box-container {
    float: right;
    max-width: 200px;
}
.truck-search-page .load-more-wrapper{
  display:none;
  align-items:center;
  justify-content:center;
}
.truck-search-page .load-more-button{
    position: relative;
    margin: 50px 0 0 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #e71315;
    font-weight: bold;
    text-align:center;
  cursor:pointer;
}
.new-deliveries-archive-section {
    padding-bottom: 50px;
}
.truck-search-page .no-posts-found{
  display:none;
}
.loading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-more-indicator-wrapper{
    display: none;
    align-items: center;
    justify-content: center;
}
.loading-wrapper img,
.load-more-indicator-wrapper img{
  margin-right:25px;
}
#btn-filter-close{
  cursor:pointer;
}
#search-dealer{
  padding:10px;
  margin-bottom:0;
}
.text-box-container .search-input{
  padding:10px;
}
.no-posts-found, .loading-data {
    margin-top: 22px;
    padding: 20px;
    background-color: #ddd;
}
.filter-close-buttons-wrapper {
    margin-bottom: 15px;
  display:flex;
  align-items:center;
  flex-flow: row wrap;
}
.filter-close-button{
  color:#818181;
  border: 1px solid #818181;
  padding:7px 10px;
  margin-right:20px;
  cursor:pointer;
  transition:all 0.25s ease;
  display:inline-block;
  border-radius: 7px;
    font-size: 12px;
  margin-bottom:10px;
  margin-top:10px;
  text-transform:capitalize;
}
.filter-close-button:hover {
    color: white;
    background: #818181;
    text-decoration: none;
}
.filter-close-button::after {
    content: "X";
    margin-left: 15px;
    font-weight: bold;
}
@media(min-width:1101px){
  ul.accordion {
    list-style: none;
    font-size: 18px;
    color: #535353;
    position: absolute;
    display: none;
    margin: 0;
    padding: 15px;
    background: #F5F5F5;
    z-index: 999;
  }
  input[type=button].search-go{
    margin-left:5px;
  }
  .nd-filter-wrapper{
    display:none!important;
  }
  .well-white[class*="-filters"]:hover ul.accordion{
    display:block;
  }
}
@media(max-width:1100px){
  .well-white[class*="-filters"]:not(.dealer-filters){
    cursor:pointer;
  }
  .well-white[class*="-filters"].filter-open ul.accordion{
    display:block;
  }
  ul.accordion {
    list-style: none;
    font-size: 18px;
    color: #535353;
    position: relative;
    display: none;
    margin: 0;
    padding: 15px;
    background: #F5F5F5;
    z-index: 999;
  }
  .truck-search-page .sidebar-container .text-search input[type=button]#nd-filter{
    display:inline-block;
  }
  .well-white[class*="-filters"]{
    width:100%;
    position:relative;
  }
  .well-white[class*="-filters"] h4{
    padding: 12px 0;
  }
  .well-white[class*="-filters"]::after {
    content: "";
    background: white;
    height: 2px;
    width: calc(100% + 30px);
    position: absolute;
    top: 0;
    left: -15px;
  }
  .well-white[class*="-filters"] h4:after{
    right:0;
  }
  .truck-search-page .sidebar-container .text-box-container{
    max-width:500px;
  }
  input[type=button].search-go{
    margin: 0 25px;
  }
  .filter-header h5{
    margin: 10px 10px 20px 10px;
  }
  #search-dealer{
    padding:10px;  
    margin-bottom:0;
  }
  ul.accordion li a.toggle{
    padding: 0.4em 20px 0.4em 0.75em;
  }
  .nd-filter-wrapper{
    padding-bottom:75px;
  }
}
@media(max-width:678px){
  .text-search-inner{
    flex-direction:column-reverse;
    align-items:flex-start;
  }
  input[type=button].search-go{
    margin: 0 5px;
  }
}

@supports(display:grid){
    ul#search-results {
        display: grid!important;
        grid-template-columns: 1fr 1fr 1fr;
    }
    ul#search-results li.blog-card {
        width: auto;
      margin: 3%;
    }

    @media (max-width: 767px) {
      ul#search-results {
        display: grid!important;
        grid-template-columns: 1fr 1fr;
      }
    }  

    @media (max-width: 600px) {
      ul#search-results {
          display: grid!important;
          grid-template-columns: 1fr;
      }
      ul#search-results li.blog-card {
        margin: 3% 0;
      }
    }  
}
.download-photo-section {
    padding: 25px;
    background: black;
}
.download-photo-section-content {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
}
.download-photo-section-content > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.download-photo-section-content a {
  stroke: white;
  fill: white;
  color: white;
  text-decoration: none;
}
.download-photo-section-content a:hover {
  text-decoration: none;
  color: #aec100;
  stroke: #aec100;
  fill: #aec100;
}

.truck-detail .specifications{
  padding-top:0;
}
.truck_hero_image {
    background-position: center 90%;
    background-size: cover;
    height: 50vw;
    position: relative;
    object-fit: cover;
    object-position: center 90%;
}
.header-specifications {
    margin-top: 35px;
    position: relative;
}

.truck_hero_image img {
    position: absolute;
    bottom: 5%;
    right: 5%;
    height: 5vw;
    max-height: 73px
}
table.truck-details tr td {
    padding: 15px;
    width: 50%;
}

.tagline .tagline-inner .text-right .dark-gray-btn,.tagline-inner .text-right .btn-primary {
    display: block
}

.tagline .text-right {
    margin-top: 8px
}

.tagline a.btn {
    font-size: 18px
}

.tagline a:not(.btn) {
    color: #1e1e1e;
    text-decoration: underline
}

@media(min-width: 768px) {
    .tagline .tagline-inner {
        padding:48px 0
    }
}

@media(max-width: 767px) {
    .tagline .tagline-inner {
        padding:48px 0
    }
}
.new-delivery-details .oap-dynamic-banner h1{
  font-size: 3em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.tagline {
    font-size: 18px;
    background-color: #f5f5f5
}

.tagline h1,.tagline h2,.tagline h3,.tagline h4,.tagline h5,.tagline h6 {
    margin-top: 0;
    margin-bottom: 0
}

.tagline h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 1em;
    font-weight: bold
}

.tagline h2 {
    font-size: 22px
}

.tagline h4 {
    font-size: 16px
}

@media(min-width: 768px) {
    .tagline h2 {
        font-size:36px
    }
}

@media(min-width: 992px) {
    .tagline h2 {
        font-size:48px
    }
}

.tagline h3 {
    font-size: 18px;
    margin-bottom: 8px
}

@media(min-width: 768px) {
    .tagline h3 {
        font-size:28px
    }
}

@media(min-width: 992px) {
    .tagline h3 {
        font-size:36px
    }
}

.tagline h4 {
    font-size: 16px
}

@media(min-width: 768px) {
    .tagline h4 {
        font-size:18px
    }
}

@media(min-width: 992px) {
    .tagline h4 {
        font-size:24px
    }
}

.h2-red {
    font-size: 40px;
    color: #363636;
    margin: 0 0 9px 0;
    font-weight: bold;
}
.h2-accent-chevron:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 38px;
    left: -40px;
    position: absolute;
    top: 10px;
    width: 30px;
    background-image: url(/hubfs/oap-chevron-black.svg);
}

@media (min-width: 768px) {
    .h2-red {
        font-size: 46px;
        margin: 0 0 9px 0;
        font-weight: bold;
        padding-right: 30px;
        position: relative;
        line-height: 1.2;
    }
}