@charset "UTF-8";
/*
Theme Name: Autofuion Theme 17 - Jenkins and Wynne
Template: aftheme17
Version: 1.0.0
Author: Autofusion
*/
/*--------------------------------------------------------------
 Included WordPress CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

h2,
.home.blog .entry-title {
  color: #666;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

h4 {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}

h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

/* Typography for Arabic Font */
html[lang=ar] body,
html[lang=ar] button,
html[lang=ar] input,
html[lang=ar] select,
html[lang=ar] textarea,
html[lang=ary] body,
html[lang=ary] button,
html[lang=ary] input,
html[lang=ary] select,
html[lang=ary] textarea,
html[lang=azb] body,
html[lang=azb] button,
html[lang=azb] input,
html[lang=azb] select,
html[lang=azb] textarea,
html[lang=fa-IR] body,
html[lang=fa-IR] button,
html[lang=fa-IR] input,
html[lang=fa-IR] select,
html[lang=fa-IR] textarea,
html[lang=haz] body,
html[lang=haz] button,
html[lang=haz] input,
html[lang=haz] select,
html[lang=haz] textarea,
html[lang=ps] body,
html[lang=ps] button,
html[lang=ps] input,
html[lang=ps] select,
html[lang=ps] textarea,
html[lang=ur] body,
html[lang=ur] button,
html[lang=ur] input,
html[lang=ur] select,
html[lang=ur] textarea {
  font-family: Tahoma, Arial, sans-serif;
}

html[lang=ar] h1,
html[lang=ar] h2,
html[lang=ar] h3,
html[lang=ar] h4,
html[lang=ar] h5,
html[lang=ar] h6,
html[lang=ary] h1,
html[lang=ary] h2,
html[lang=ary] h3,
html[lang=ary] h4,
html[lang=ary] h5,
html[lang=ary] h6,
html[lang=azb] h1,
html[lang=azb] h2,
html[lang=azb] h3,
html[lang=azb] h4,
html[lang=azb] h5,
html[lang=azb] h6,
html[lang=fa-IR] h1,
html[lang=fa-IR] h2,
html[lang=fa-IR] h3,
html[lang=fa-IR] h4,
html[lang=fa-IR] h5,
html[lang=fa-IR] h6,
html[lang=haz] h1,
html[lang=haz] h2,
html[lang=haz] h3,
html[lang=haz] h4,
html[lang=haz] h5,
html[lang=haz] h6,
html[lang=ps] h1,
html[lang=ps] h2,
html[lang=ps] h3,
html[lang=ps] h4,
html[lang=ps] h5,
html[lang=ps] h6,
html[lang=ur] h1,
html[lang=ur] h2,
html[lang=ur] h3,
html[lang=ur] h4,
html[lang=ur] h5,
html[lang=ur] h6 {
  font-weight: 700;
}

/* Typography for Chinese Font */
html[lang^=zh-] body,
html[lang^=zh-] button,
html[lang^=zh-] input,
html[lang^=zh-] select,
html[lang^=zh-] textarea {
  font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang=zh-CN] body,
html[lang=zh-CN] button,
html[lang=zh-CN] input,
html[lang=zh-CN] select,
html[lang=zh-CN] textarea {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^=zh-] h1,
html[lang^=zh-] h2,
html[lang^=zh-] h3,
html[lang^=zh-] h4,
html[lang^=zh-] h5,
html[lang^=zh-] h6 {
  font-weight: 700;
}

/* Typography for Cyrillic Font */
html[lang=bg-BG] body,
html[lang=bg-BG] button,
html[lang=bg-BG] input,
html[lang=bg-BG] select,
html[lang=bg-BG] textarea,
html[lang=ru-RU] body,
html[lang=ru-RU] button,
html[lang=ru-RU] input,
html[lang=ru-RU] select,
html[lang=ru-RU] textarea,
html[lang=uk] body,
html[lang=uk] button,
html[lang=uk] input,
html[lang=uk] select,
html[lang=uk] textarea {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang=bg-BG] h1,
html[lang=bg-BG] h2,
html[lang=bg-BG] h3,
html[lang=bg-BG] h4,
html[lang=bg-BG] h5,
html[lang=bg-BG] h6,
html[lang=ru-RU] h1,
html[lang=ru-RU] h2,
html[lang=ru-RU] h3,
html[lang=ru-RU] h4,
html[lang=ru-RU] h5,
html[lang=ru-RU] h6,
html[lang=uk] h1,
html[lang=uk] h2,
html[lang=uk] h3,
html[lang=uk] h4,
html[lang=uk] h5,
html[lang=uk] h6 {
  font-weight: 700;
  line-height: 1.2;
}

/* Typography for Devanagari Font */
html[lang=bn-BD] body,
html[lang=bn-BD] button,
html[lang=bn-BD] input,
html[lang=bn-BD] select,
html[lang=bn-BD] textarea,
html[lang=hi-IN] body,
html[lang=hi-IN] button,
html[lang=hi-IN] input,
html[lang=hi-IN] select,
html[lang=hi-IN] textarea,
html[lang=mr-IN] body,
html[lang=mr-IN] button,
html[lang=mr-IN] input,
html[lang=mr-IN] select,
html[lang=mr-IN] textarea {
  font-family: Arial, sans-serif;
}

html[lang=bn-BD] h1,
html[lang=bn-BD] h2,
html[lang=bn-BD] h3,
html[lang=bn-BD] h4,
html[lang=bn-BD] h5,
html[lang=bn-BD] h6,
html[lang=hi-IN] h1,
html[lang=hi-IN] h2,
html[lang=hi-IN] h3,
html[lang=hi-IN] h4,
html[lang=hi-IN] h5,
html[lang=hi-IN] h6,
html[lang=mr-IN] h1,
html[lang=mr-IN] h2,
html[lang=mr-IN] h3,
html[lang=mr-IN] h4,
html[lang=mr-IN] h5,
html[lang=mr-IN] h6 {
  font-weight: 700;
}

/* Typography for Greek Font */
html[lang=el] body,
html[lang=el] button,
html[lang=el] input,
html[lang=el] select,
html[lang=el] textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang=el] h1,
html[lang=el] h2,
html[lang=el] h3,
html[lang=el] h4,
html[lang=el] h5,
html[lang=el] h6 {
  font-weight: 700;
  line-height: 1.3;
}

/* Typography for Gujarati Font */
html[lang=gu-IN] body,
html[lang=gu-IN] button,
html[lang=gu-IN] input,
html[lang=gu-IN] select,
html[lang=gu-IN] textarea {
  font-family: Arial, sans-serif;
}

html[lang=gu-IN] h1,
html[lang=gu-IN] h2,
html[lang=gu-IN] h3,
html[lang=gu-IN] h4,
html[lang=gu-IN] h5,
html[lang=gu-IN] h6 {
  font-weight: 700;
}

/* Typography for Hebrew Font */
html[lang=he-IL] body,
html[lang=he-IL] button,
html[lang=he-IL] input,
html[lang=he-IL] select,
html[lang=he-IL] textarea {
  font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang=he-IL] h1,
html[lang=he-IL] h2,
html[lang=he-IL] h3,
html[lang=he-IL] h4,
html[lang=he-IL] h5,
html[lang=he-IL] h6 {
  font-weight: 700;
}

/* Typography for Japanese Font */
html[lang=ja] body,
html[lang=ja] button,
html[lang=ja] input,
html[lang=ja] select,
html[lang=ja] textarea {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang=ja] h1,
html[lang=ja] h2,
html[lang=ja] h3,
html[lang=ja] h4,
html[lang=ja] h5,
html[lang=ja] h6 {
  font-weight: 700;
}

/* Typography for Korean font */
html[lang=ko-KR] body,
html[lang=ko-KR] button,
html[lang=ko-KR] input,
html[lang=ko-KR] select,
html[lang=ko-KR] textarea {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang=ko-KR] h1,
html[lang=ko-KR] h2,
html[lang=ko-KR] h3,
html[lang=ko-KR] h4,
html[lang=ko-KR] h5,
html[lang=ko-KR] h6 {
  font-weight: 600;
}

/* Typography for Thai Font */
html[lang=th] h1,
html[lang=th] h2,
html[lang=th] h3,
html[lang=th] h4,
html[lang=th] h5,
html[lang=th] h6 {
  line-height: 1.65;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang=th] body,
html[lang=th] button,
html[lang=th] input,
html[lang=th] select,
html[lang=th] textarea {
  line-height: 1.8;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */
html[lang=ar] *,
html[lang=ary] *,
html[lang=azb] *,
html[lang=haz] *,
html[lang=ps] *,
html[lang^=zh-] *,
html[lang=bg-BG] *,
html[lang=ru-RU] *,
html[lang=uk] *,
html[lang=bn-BD] *,
html[lang=hi-IN] *,
html[lang=mr-IN] *,
html[lang=el] *,
html[lang=gu-IN] *,
html[lang=he-IL] *,
html[lang=ja] *,
html[lang=ko-KR] *,
html[lang=th] * {
  letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #222;
  border-color: #333;
}

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-weight: 400;
}

button,
input[type=button],
input[type=submit] {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

input + button,
input + input[type=button],
input + input[type=submit] {
  padding: 0.75em 2em;
}

button.secondary,
input[type=reset],
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button].secondary:hover,
input[type=button].secondary:focus,
input[type=reset].secondary:hover,
input[type=reset].secondary:focus,
input[type=submit].secondary:hover,
input[type=submit].secondary:focus {
  background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4em;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  color: #222;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  color: #000;
  outline: 0;
}

/* Hover effects */
.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
  -webkit-box-shadow: inset 0 -1px 0 #0f0f0f;
  box-shadow: inset 0 -1px 0 #0f0f0f;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
  text-decoration: none;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
  color: #000;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 black;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 black;
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
  -webkit-box-shadow: 0 0 0 8px #fff;
  box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
  color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 1em;
}

.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
  opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.navigation-top {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.navigation-top .wrap {
  max-width: 1000px;
  padding: 0;
}

.navigation-top a {
  color: #222;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
  color: #767676;
}

.main-navigation {
  clear: both;
  display: block;
}

.main-navigation ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}

.main-navigation > div > ul {
  border-top: 1px solid #eee;
  padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
  display: block;
}

.main-navigation ul ul {
  padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
  display: block;
}

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
}

.main-navigation li {
  border-bottom: 1px solid #eee;
  position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
  border: 0;
}

.main-navigation a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}

.main-navigation a:hover {
  color: #767676;
}

/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px;
  padding: 1em;
  text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
  display: block;
}

.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle:focus {
  outline: thin solid;
}

.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-toggle:focus {
  outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

#page {
  position: relative;
  word-wrap: break-word;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-left: 2em;
  padding-right: 2em;
}

.wrap:after {
  clear: both;
  content: "";
  display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
#masthead .wrap {
  position: relative;
}

.site-header {
  background-color: #fafafa;
  position: relative;
}

/* Site branding */
.site-branding {
  padding: 1em 0;
  position: relative;
  -webkit-transition: margin-bottom 0.2s;
  transition: margin-bottom 0.2s;
  z-index: 3;
}

.site-branding a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
  opacity: 0.7;
}

.site-title {
  clear: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.site-title,
.site-title a {
  color: #222;
  opacity: 1;
  /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
  color: #fff;
}

.site-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
  color: #fff;
  opacity: 0.8;
}

.custom-logo-link {
  display: inline-block;
  padding-right: 1em;
  vertical-align: middle;
  width: auto;
}

.custom-logo-link img {
  display: inline-block;
  max-height: 80px;
  width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
  max-height: 200px;
  max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
  opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-block;
  vertical-align: middle;
}

.custom-header {
  position: relative;
}

.has-header-image.aftheme17-front-page .custom-header,
.has-header-video.aftheme17-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
  display: table;
  height: 300px;
  height: 75vh;
  width: 100%;
}

.custom-header-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.custom-header-media:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
  /* IE6-9 */
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
  position: fixed;
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  /* vw prevents 1px gap on left that 100% has */
  width: auto;
  top: 50%;
  padding-bottom: 1px;
  /* Prevent header from extending beyond the footer */
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button {
  /* Specificity prevents .color-dark button overrides */
  background-color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 30px;
  top: 30px;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
  /* Specificity prevents .color-dark button overrides */
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
}

.admin-bar .wp-custom-header-video-button {
  top: 62px;
}

.has-header-image:not(.aftheme17-front-page):not(.home) .custom-header-media img {
  bottom: 0;
  position: absolute;
  top: auto;
  -ms-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports (object-fit: cover) {
  .has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe,
.has-header-image:not(.aftheme17-front-page):not(.home) .custom-header-media img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}
/* Hides div in Customizer preview when header images or videos change. */
body:not(.has-header-image):not(.has-header-video) .custom-header-media {
  display: none;
}

.has-header-image.aftheme17-front-page .site-branding,
.has-header-video.aftheme17-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.aftheme17-front-page .site-content {
  padding: 0;
}

.aftheme17-panel {
  overflow: hidden;
  position: relative;
}

.panel-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.panel-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
  /* IE6-9 */
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 100px;
}

.aftheme17-front-page article:not(.has-post-thumbnail):not(:first-child) {
  border-top: 1px solid #ddd;
}

.panel-content {
  position: relative;
}

.panel-content .wrap {
  padding-bottom: 0.5em;
  padding-top: 1.75em;
}

/* Panel edit link */
.aftheme17-panel .edit-link {
  display: block;
  margin: 0.3em 0 0;
}

.aftheme17-panel .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}

/* Front Page - Recent Posts */
.aftheme17-front-page .panel-content .recent-posts article {
  border: 0;
  color: #333;
  margin-bottom: 3em;
}

.recent-posts .entry-header {
  margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.aftheme17-panel .recent-posts .entry-header .edit-link {
  color: #222;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
  background-color: #fff;
  position: relative;
}

.site-content {
  padding: 2.5em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
  display: none;
}

.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.aftheme17-front-page) .entry-title {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.entry-header .entry-title {
  margin-bottom: 0.25em;
}

.entry-title a {
  color: #333;
  text-decoration: none;
  margin-left: -2px;
}

.entry-title:not(:first-child) {
  color: #1E2A57;
  font-family: "Lato";
  font-size: 26px;
  font-weight: 800;
  padding-top: 0;
}

.entry-meta {
  border-bottom: 1px solid #A5A5A5;
  color: #000;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.pagination,
.comments-pagination {
  border-top: 1px solid #eee;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
  text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}

.comments-pagination {
  border: 0;
}

.page-numbers {
  display: none;
  padding: 0.5em 0.75em;
}

.page-numbers.current {
  color: #767676;
  display: inline-block;
}

.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}

.prev.page-numbers,
.next.page-numbers {
  background-color: #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  background-color: #767676;
  color: #fff;
}

.prev.page-numbers {
  float: left;
}

.next.page-numbers {
  float: right;
}

.entry-content h2 {
  color: #1E2A57;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  scroll-margin-top: 80px;
}

.entry-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
}

.af-blog-sidebar {
  background-color: #F6F6F8;
  border: 1px solid #E0E0E5;
  padding: 35px 15px;
}
.af-blog-sidebar .af-blog-sidebar-top {
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.af-blog-sidebar .af-blog-sidebar-mid {
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.af-blog-sidebar .af-sidebar-top-header {
  color: #1E2A57;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}
.af-blog-sidebar .af-sidebar-mid-header,
.af-blog-sidebar .af-sidebar-bot-header {
  color: #1E2A57;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 15px;
}
.af-blog-sidebar .af-sidebar-phone {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.af-blog-sidebar .af-sidebar-phone-dept {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #1E2A57;
  max-width: 400px;
}
.af-blog-sidebar .af-sidebar-phone-dept p, .af-blog-sidebar .af-sidebar-phone-dept a {
  width: 50%;
}
.af-blog-sidebar .af-sidebar-anchors {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.af-blog-sidebar .af-sidebar-anchors a {
  color: #1E2A57;
  font-weight: 600;
}
.af-blog-sidebar .af-cta-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.af-blog-sidebar .af-cta-container .af-btn {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 32px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  height: 55px;
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
  text-transform: none;
  width: 100%;
}
.af-blog-sidebar .af-cta-container .af-brand-btn {
  background-color: #4161A1;
  color: #fff;
}

/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}

/* Blog landing, search, archives */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
  padding-bottom: 2em;
}

body:not(.aftheme17-front-page) .entry-header {
  padding: 1em 0;
}

body:not(.aftheme17-front-page) .entry-header,
body:not(.aftheme17-front-page) .entry-content,
body:not(.aftheme17-front-page) #comments {
  margin-left: auto;
  margin-right: auto;
}

body:not(.aftheme17-front-page) .entry-header {
  padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}

.taxonomy-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
}

/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}

/* Single Post */
.single #content {
  padding-top: 5px;
}

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.aftheme17-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
  display: block;
  margin: auto;
}

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}

.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #222;
}

/* Entry footer */
.entry-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
  color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 2px;
}

.entry-footer .edit-link {
  display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
  background-color: #222;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
  background-color: #767676;
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}

.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}

/* Post Navigation */
.post-navigation {
  border-top: 1px solid #A5A5A5;
  margin: 3em 0;
  padding-top: 20px;
}

.post-navigation .nav-links {
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.post-navigation .nav-links::before, .post-navigation .nav-links::after {
  display: none;
}

.nav-subtitle {
  background: transparent;
  display: block;
  margin-bottom: 1em;
  text-transform: none;
  color: #1E2A57;
  font-size: 14px;
  font-weight: 500;
}

.post-navigation .nav-title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.post-navigation .nav-next {
  margin: 0;
  text-align: right;
}
.post-navigation .nav-next:only-child {
  margin-left: auto;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page-header {
  padding-bottom: 2em;
}

.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page:not(.home) #content {
  padding-bottom: 0;
  padding-top: 0;
}

/* 404 page */
.error404 .page-content {
  padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid #eee;
}

.site-footer .wrap {
  padding-bottom: 1.5em;
  padding-top: 2em;
}

/* Footer widgets */
.site-footer .widget-area {
  padding-bottom: 2em;
  padding-top: 2em;
}

/* Social nav */
.social-navigation {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}

.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.social-navigation li {
  display: inline;
}

.social-navigation a {
  background-color: #767676;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 0 1em 0.5em 0;
  text-align: center;
  width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
  background-color: #333;
}

.social-navigation .icon {
  height: 16px;
  top: 12px;
  width: 16px;
  vertical-align: top;
}

/* Site info */
.site-info {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
}

.site-info a {
  color: #666;
}

.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

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

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
  padding: 1em 0 2em;
}

.widget {
  padding-bottom: 3em;
}

h2.widget-title {
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.widget-title a {
  color: inherit;
}

/* widget forms */
.widget select {
  width: 100%;
}

/* widget lists */
.widget ul {
  list-style: none;
  margin: 0;
}

.widget ul li,
.widget ol li {
  padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
  margin-top: -1px;
}

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}

/* Widget markup */
.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}

/* Text widget */
.widget_text {
  word-wrap: break-word;
}

.widget_text ul {
  list-style: disc;
  margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0 0 0 1.5em;
}

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li + li {
  margin-top: -1px;
}

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}

.widget_rss ul li {
  padding: 2.125em 0;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}

.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
  display: block;
}

/* Search */
.search-form {
  position: relative;
}

.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px;
}

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}

/* Tag cloud widget */
.tagcloud ul li {
  float: left;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
  line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 4px 10px 5px;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar tfoot td {
  border: 0;
}

/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #767676;
  color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}

/* Playlist Color Overrides: Dark */
.site-content .wp-playlist-dark {
  background: #222;
  border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #aaa;
  color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}

/* Playlist Style Overrides */
.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}

.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}

/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/
.highlight-front-sections.aftheme17-customizer.aftheme17-front-page .aftheme17-panel:after {
  border: 2px dashed #0085ba;
  /* Matches visible edit shortcuts. */
  bottom: 1em;
  content: "";
  display: block;
  left: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}

.highlight-front-sections.aftheme17-customizer.aftheme17-front-page .aftheme17-panel .panel-content {
  z-index: 2;
  /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.aftheme17-customizer.aftheme17-front-page .aftheme17-panel .aftheme17-panel-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3em;
  text-transform: uppercase;
  text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.aftheme17-customizer.aftheme17-front-page .aftheme17-panel:nth-of-type(1):after {
  border: none;
}

.aftheme17-front-page.aftheme17-customizer #primary article.panel-placeholder {
  border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.aftheme17-panel > .customize-partial-edit-shortcut > button {
  top: 30px;
  left: 30px;
}

/* Ensure that placeholder icons are visible. */
.aftheme17-panel .customize-partial-edit-shortcut-hidden:before {
  visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: inline-block;
}

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(0);
  /* IE 9 */
  transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "^";
}

/* Social Menu fallbacks */
.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}

/* Show screen reader text in some cases */
.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important;
  /* overrides previous !important styles */
  width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {
  body.customize-partial-edit-shortcuts-shown .site-header .site-title {
    padding-left: 0;
  }
}
@media screen and (min-width: 30em) {
  /* Typography */
  body,
button,
input,
select,
textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  h2,
.home.blog .entry-title,
.page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }

  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h5 {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  h6 {
    font-size: 16px;
    font-size: 1rem;
  }

  .entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875rem;
  }

  /* Fix image alignment */
  img.alignleft {
    float: left;
    margin-right: 1.5em;
  }

  img.alignright {
    float: right;
    margin-left: 1.5em;
  }

  /* Site Branding */
  .site-branding {
    padding: 3em 0;
  }

  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 2em;
    padding-top: 3.5em;
  }

  .page-one-column .panel-content .wrap {
    max-width: 740px;
  }

  .panel-content .entry-header {
    margin-bottom: 4.5em;
  }

  .panel-content .recent-posts .entry-header {
    margin-bottom: 0;
  }

  /* Blog Index, Archive, Search */
  .taxonomy-description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .page-numbers.current {
    font-size: 16px;
    font-size: 1rem;
  }

  /* Site Footer */
  .site-footer {
    font-size: 16px;
    font-size: 1rem;
  }

  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  /* Typography */
  body,
button,
input,
select,
textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  /* Layout */
  .wrap {
    max-width: 1000px;
    padding-left: 3em;
    padding-right: 3em;
  }

  .has-sidebar:not(.error404) #primary {
    float: left;
    width: 67%;
  }

  .has-sidebar #secondary {
    float: right;
    padding-left: 20px;
    padding-top: 0;
    width: 33%;
  }

  .error404 #primary {
    float: none;
  }

  /* Site Branding */
  .site-branding {
    margin-bottom: 0;
  }

  .has-header-image.aftheme17-front-page .site-branding,
.has-header-video.aftheme17-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
    bottom: 0;
    display: block;
    left: 0;
    height: auto;
    padding-top: 0;
    position: absolute;
    width: 100%;
  }

  .has-header-image.aftheme17-front-page .custom-header,
.has-header-video.aftheme17-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
    display: block;
    height: auto;
  }

  .custom-header-media {
    height: 165px;
    position: relative;
  }

  .aftheme17-front-page.has-header-image .custom-header-media,
.aftheme17-front-page.has-header-video .custom-header-media,
.home.blog.has-header-image .custom-header-media,
.home.blog.has-header-video .custom-header-media {
    height: 0;
    position: relative;
  }

  .has-header-image:not(.aftheme17-front-page):not(.home) .custom-header-media,
.has-header-video:not(.aftheme17-front-page):not(.home) .custom-header-media {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .custom-logo-link {
    padding-right: 2em;
  }

  .custom-logo-link img,
body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 350px;
  }

  .title-tagline-hidden.home.has-header-image .custom-logo-link img,
.title-tagline-hidden.home.has-header-video .custom-logo-link img {
    max-height: 200px;
  }

  .site-title {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .site-description {
    font-size: 16px;
    font-size: 1rem;
  }

  /* Navigation */
  .navigation-top {
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
  }

  .navigation-top .wrap {
    max-width: 1000px;
    /* The font size is 14px here and we need 50px padding in ems */
    /* remove padding for better control
    padding: 0.75em 3.4166666666667em;
    */
  }

  .site-navigation-fixed.navigation-top {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
  }

  .admin-bar .site-navigation-fixed.navigation-top {
    top: 32px;
  }

  /* Main Navigation */
  .js .menu-toggle,
.js .dropdown-toggle {
    display: none;
  }

  .main-navigation {
    width: auto;
  }

  .js .main-navigation ul,
.js .main-navigation ul ul,
.js .main-navigation > div > ul {
    display: block;
  }

  .main-navigation ul {
    background: transparent;
    padding: 0;
  }

  .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .main-navigation li {
    border: 0;
    display: inline-block;
  }

  .main-navigation li li {
    display: block;
  }

  .main-navigation a {
    padding: 1em 1.25em;
  }

  .main-navigation ul ul {
    background: #fff;
    border: 1px solid #bbb;
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
  }

  .main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:before,
.main-navigation ul li.page_item_has_children:after {
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 1em;
    bottom: -1px;
    width: 0;
    z-index: 100000;
  }

  .main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
    display: block;
  }

  .main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.page_item_has_children:before {
    border-color: transparent transparent #bbb;
    bottom: 0;
  }

  .main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:after {
    border-color: transparent transparent #fff;
  }

  .main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
  }

  .main-navigation ul ul a {
    padding: 0.75em 1.25em;
    width: 16em;
  }

  .main-navigation li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }

  .main-navigation li li:hover,
.main-navigation li li.focus {
    background: #767676;
  }

  .main-navigation li li a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  .main-navigation li li.focus > a,
.main-navigation li li:focus > a,
.main-navigation li li:hover > a,
.main-navigation li li a:hover,
.main-navigation li li a:focus,
.main-navigation li li.current_page_item a:hover,
.main-navigation li li.current-menu-item a:hover,
.main-navigation li li.current_page_item a:focus,
.main-navigation li li.current-menu-item a:focus {
    color: #fff;
  }

  .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 0.5em;
    right: auto;
  }

  .main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 5px;
    position: relative;
    top: -1px;
  }

  .main-navigation ul ul .menu-item-has-children > a > .icon,
.main-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
  }

  .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0;
  }

  .main-navigation ul ul li.menu-item-has-children.focus:before,
.main-navigation ul ul li.menu-item-has-children:hover:before,
.main-navigation ul ul li.menu-item-has-children.focus:after,
.main-navigation ul ul li.menu-item-has-children:hover:after,
.main-navigation ul ul li.page_item_has_children.focus:before,
.main-navigation ul ul li.page_item_has_children:hover:before,
.main-navigation ul ul li.page_item_has_children.focus:after,
.main-navigation ul ul li.page_item_has_children:hover:after {
    display: none;
  }

  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none;
  }

  /* Scroll down arrow */
  .site-header .menu-scroll-down {
    display: block;
    padding: 1em;
    position: absolute;
    right: 0;
  }

  .site-header .menu-scroll-down .icon {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
  }

  .site-header .menu-scroll-down {
    color: #fff;
    top: 2em;
  }

  .site-header .navigation-top .menu-scroll-down {
    color: #767676;
    top: 0.7em;
  }

  .menu-scroll-down:focus {
    outline: thin dotted;
  }

  .menu-scroll-down .icon {
    height: 18px;
    width: 18px;
  }

  /* Front Page */
  .aftheme17-front-page.has-header-image .site-branding,
.aftheme17-front-page.has-header-video .site-branding,
.home.blog.has-header-image .site-branding,
.home.blog.has-header-video .site-branding {
    margin-bottom: 70px;
  }

  .aftheme17-front-page.has-header-image .custom-header-media,
.aftheme17-front-page.has-header-video .custom-header-media,
.home.blog.has-header-image .custom-header-media,
.home.blog.has-header-video .custom-header-media {
    height: 1200px;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
  }

  .aftheme17-front-page.has-header-image .custom-header-media:before,
.aftheme17-front-page.has-header-video .custom-header-media:before,
.home.blog.has-header-image .custom-header-media:before,
.home.blog.has-header-video .custom-header-media:before {
    height: 33%;
  }

  .admin-bar.aftheme17-front-page.has-header-image .custom-header-media,
.admin-bar.aftheme17-front-page.has-header-video .custom-header-media,
.admin-bar.home.blog.has-header-image .custom-header-media,
.admin-bar.home.blog.has-header-video .custom-header-media {
    height: calc(100vh - 32px);
  }

  .panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 6em;
  }

  .panel-image {
    height: 100vh;
    max-height: 1200px;
  }

  /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
  .background-fixed .panel-image {
    background-attachment: fixed;
  }

  .page-two-column .panel-content .entry-header {
    float: left;
    width: 36%;
  }

  .page-two-column .panel-content .entry-content {
    float: right;
    width: 58%;
  }

  /* Front Page - Recent Posts */
  .page-two-column .panel-content .recent-posts {
    clear: right;
    float: right;
    width: 58%;
  }

  .panel-content .recent-posts article {
    margin-bottom: 4em;
  }

  .panel-content .recent-posts .entry-header,
.page-two-column #primary .panel-content .recent-posts .entry-header,
.panel-content .recent-posts .entry-content,
.page-two-column #primary .panel-content .recent-posts .entry-content {
    float: none;
    width: 100%;
  }

  .panel-content .recent-posts .entry-header {
    margin-bottom: 1.5em;
  }

  .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }

  /* Posts */
  .site-content {
    padding: 5.5em 0 0;
  }

  .single #content {
    padding-top: 45px;
  }

  .single-post .entry-title,
.page .entry-title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .entry-meta {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .entry-content img {
    margin-bottom: 30px;
  }

  .entry-content p {
    margin-bottom: 30px;
  }

  .entry-content h2 {
    font-size: 30px;
  }

  .comments-pagination,
.post-navigation {
    clear: both;
    padding: 20px 20px 0;
  }

  .post-navigation .nav-previous {
    float: left;
    max-width: 50%;
  }

  .post-navigation .nav-next {
    float: right;
    text-align: right;
    max-width: 50%;
  }

  .nav-next,
.post-navigation .nav-next {
    margin-top: 0;
  }

  /* Blog, archive, search */
  .sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px;
  }

  body:not(.has-sidebar):not(.page-one-column) .page-header,
body.has-sidebar.error404 #primary .page-header,
body.page-two-column:not(.archive) #primary .entry-header,
body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
    float: left;
    width: 36%;
  }

  .blog:not(.has-sidebar) #primary article,
.archive:not(.page-one-column):not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content,
body.page-two-column:not(.archive) #primary .entry-content,
body.page-two-column #comments {
    float: right;
    width: 58%;
  }

  .blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
    padding-bottom: 4em;
  }

  .navigation.pagination {
    clear: both;
    float: right;
    width: 58%;
  }

  .has-sidebar .navigation.pagination,
.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
    float: none;
    width: 100%;
  }

  .entry-footer {
    display: table;
    width: 100%;
  }

  .entry-footer .cat-tags-links {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  .entry-footer .edit-link {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }

  .entry-footer .edit-link a.post-edit-link {
    margin-top: 0;
    margin-left: 1em;
  }

  /* Entry content */
  /* without sidebar */
  :not(.has-sidebar) .entry-content blockquote.alignleft {
    margin-left: -17.5%;
    width: 48%;
  }

  :not(.has-sidebar) .entry-content blockquote.alignright {
    margin-right: -17.5%;
    width: 48%;
  }

  /* with sidebar */
  .has-sidebar .entry-content blockquote.alignleft {
    margin-left: 0;
    width: 34%;
  }

  .has-sidebar .entry-content blockquote.alignright {
    margin-right: 0;
    width: 34%;
  }

  .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
    margin-right: -72.5%;
    width: 62%;
  }

  /* blog and archive */
  .blog:not(.has-sidebar) .entry-content blockquote.alignleft,
.aftheme17-front-page.page-two-column .entry-content blockquote.alignleft,
.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
.page-two-column .entry-content blockquote.alignleft {
    margin-left: -72.5%;
    width: 62%;
  }

  .blog:not(.has-sidebar) .entry-content blockquote.alignright,
.aftheme17-front-page.page-two-column .entry-content blockquote.alignright,
.archive:not(.has-sidebar) .entry-content blockquote.alignright,
.page-two-column .entry-content blockquote.alignright {
    margin-right: 0;
    width: 36%;
  }

  /* Post formats */
  .format-quote blockquote .icon {
    left: -1.5em;
  }

  /* Pages */
  .page.page-one-column .entry-header,
.aftheme17-front-page.page-one-column .entry-header,
.archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 4em;
  }

  .page:not(.home) #content {
    padding-bottom: 0;
  }

  /* 404 page */
  .error404 .page-content {
    padding-bottom: 9em;
  }

  /* Comments */
  #comments {
    padding-top: 5em;
  }

  .comments-title {
    margin-bottom: 2.5em;
  }

  ol.children .children {
    padding-left: 2em;
  }

  /* Posts pagination */
  .nav-links .nav-title {
    position: relative;
    font-size: 14px;
  }

  .nav-title-icon-wrapper {
    position: absolute;
    text-align: center;
    width: 2em;
  }

  .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    left: -2em;
  }

  .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    right: -2em;
  }

  /* Secondary */
  #secondary {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }

  /* Widgets */
  h2.widget-title {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 2em;
  }

  /* Footer */
  .site-footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .site-footer .widget-column.footer-widget-1 {
    float: left;
    width: 36%;
  }

  .site-footer .widget-column.footer-widget-2 {
    float: right;
    width: 58%;
  }

  .social-navigation {
    clear: left;
    float: left;
    margin-bottom: 0;
    width: 36%;
  }

  .site-info {
    float: left;
    padding: 0.7em 0 0;
    width: 58%;
  }

  .social-navigation + .site-info {
    margin-left: 6%;
  }

  .site-info .sep {
    margin: 0 0.5em;
    display: inline;
    visibility: visible;
    height: auto;
    width: auto;
  }

  /* Gallery Columns */
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media screen and (min-width: 67em) {
  /* Layout */
  /* Navigation */
  .navigation-top .wrap {
    /* remove padding for better control
    padding: 0.75em 2em;
    */
  }

  .navigation-top nav {
    margin-left: 0;
  }

  /* Sticky posts */
  .sticky .icon-thumb-tack {
    font-size: 32px;
    font-size: 2rem;
    height: 22px;
    left: -1.25em;
    top: 0.75em;
    width: 32px;
  }

  /* Pagination */
  .page-numbers {
    display: inline-block;
  }

  .page-numbers.current {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .page-numbers.current .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* Comments */
  .comment-body {
    margin-left: 0;
  }
}
@media screen and (min-width: 79em) {
  .has-sidebar .entry-content blockquote.alignleft {
    margin-left: -20%;
  }

  .blog:not(.has-sidebar) .entry-content blockquote.alignright,
.archive:not(.has-sidebar) .entry-content blockquote.alignright,
.page-two-column .entry-content blockquote.alignright,
.aftheme17-front-page .entry-content blockquote.alignright {
    margin-right: -20%;
  }
}
@media screen and (max-width: 48.875em) and (min-width: 48em) {
  .admin-bar .site-navigation-fixed.navigation-top,
.admin-bar .site-navigation-hidden.navigation-top {
    top: 46px;
  }
}
@media (min-width: 1200px) {
  .has-sidebar:not(.error404) #primary {
    width: 70%;
  }

  .has-sidebar #secondary {
    padding-left: 40px;
    width: 30%;
  }

  .af-blog-post-page .container {
    max-width: 1600px;
  }

  .single-post .entry-title,
.page .entry-title {
    font-size: 48px;
  }

  .entry-content h2 {
    font-size: 38px;
    scroll-margin-top: 125px;
  }
}
@media (min-width: 1440px) {
  .af-blog-sidebar {
    padding: 35px 40px;
  }
  .af-blog-sidebar .af-sidebar-top-header {
    font-size: 28px;
  }
  .af-blog-sidebar .af-sidebar-mid-header,
.af-blog-sidebar .af-sidebar-bot-header {
    font-size: 24px;
  }
}
/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form,
button,
input,
select,
textarea,
.navigation-top,
.social-navigation,
#secondary,
.content-bottom-widgets,
.header-image,
.panel-image-prop,
.icon-thumb-tack,
.page-links,
.edit-link,
.post-navigation,
.pagination.navigation,
.comments-pagination,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link,
.site-footer aside.widget-area,
.site-info {
    display: none !important;
  }

  .entry-footer,
#comments,
.site-footer,
.single-featured-image-header {
    border: 0;
  }

  /* Font sizes */
  body {
    font-size: 12pt;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 22pt;
  }

  h3 {
    font-size: 17pt;
  }

  h4 {
    font-size: 12pt;
  }

  h5 {
    font-size: 11pt;
  }

  h6 {
    font-size: 12pt;
  }

  .page .panel-content .entry-title,
.page-title,
body.page:not(.aftheme17-front-page) .entry-title {
    font-size: 10pt;
  }

  /* Layout */
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }

  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0;
  }

  .custom-header-media {
    padding: 0;
  }

  .aftheme17-front-page.has-header-image .site-branding,
.aftheme17-front-page.has-header-video .site-branding,
.home.blog.has-header-image .site-branding,
.home.blog.has-header-video .site-branding {
    position: relative;
  }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */
  }

  .site-title {
    font-size: 25pt;
  }

  .site-description {
    font-size: 12pt;
    opacity: 1;
  }

  /* Posts */
  .single-featured-image-header {
    background: transparent;
  }

  .entry-meta {
    font-size: 9pt;
  }

  /* Colors */
  body,
.site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }

  body,
a,
.site-title a,
.aftheme17-front-page.has-header-image .site-title,
.aftheme17-front-page.has-header-video .site-title,
.aftheme17-front-page.has-header-image .site-title a,
.aftheme17-front-page.has-header-video .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */
  }

  h2,
h5,
blockquote,
.site-description,
.aftheme17-front-page.has-header-image .site-description,
.aftheme17-front-page.has-header-video .site-description,
.entry-meta,
.entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }

  .entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }

  .site-footer {
    padding: 0;
  }
}
/*--------------------------------------------------------------
 Reset Wordpress Settings
--------------------------------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a,
a:hover,
a:active,
a:focus,
a[href="tel:"] {
  color: inherit;
  text-decoration: none;
}

/*--------------------------------------------------------------
 Assign Any Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 Typography -- Font Styles/Sizes
--------------------------------------------------------------*/
@font-face {
  font-family: "Apex New";
  src: url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Book.ttf") format("truetype"), url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Book.woff2") format("woff2"), url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Apex New Medium";
  src: url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Medium.ttf") format("truetype"), url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Medium.woff2") format("woff2"), url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Apex New Thin";
  src: url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Thin.ttf") format("truetype"), url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Thin.woff2") format("woff2"), url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Thin.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Apex New Bold";
  src: url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Bold.ttf") format("truetype"), url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Bold.woff2") format("woff2"), url("/wp-content/themes/aftheme17/assets/fonts/ApexNew-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/aftheme17/assets/fonts/lato-black.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/aftheme17/assets/fonts/lato-bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/aftheme17/assets/fonts/lato-bolditalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/aftheme17/assets/fonts/lato-italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/aftheme17/assets/fonts/lato-light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/aftheme17/assets/fonts/lato-regular.ttf");
  font-weight: 400;
  font-style: normal;
}
/*  ----------- Font Family Imports ------------- */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}

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

.af-semibold {
  font-weight: 400;
}

.af-bold {
  font-weight: 700;
}

.af-h1 {
  font-size: 1.5rem;
  color: inherit;
}

.af-h2 {
  font-size: 1.4rem;
  color: inherit;
}

.af-h3 {
  font-size: 1.5rem;
  color: inherit;
}

.af-h4 {
  font-size: 1.2rem;
  color: inherit;
}

.af-h5 {
  font-size: 1rem;
  color: inherit;
}

.af-h6 {
  font-size: 0.9rem;
  color: inherit;
}

/*  ----------- END Font Assignments ------------- */
/*  ----------- Tablet Settings ------------- */
@media (min-width: 992px) {
  .af-h1 {
    font-size: 2.3rem;
  }

  .af-h2 {
    font-size: 2rem;
  }

  .af-h3 {
    font-size: 1.7rem;
  }

  .af-h4 {
    font-size: 1.4rem;
  }

  .af-h5 {
    font-size: 1.1rem;
  }

  .af-h6 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .af-h1 {
    font-size: 2.7rem;
  }

  .af-h2 {
    font-size: 2.3rem;
  }

  .af-h3 {
    font-size: 1.7rem;
  }

  .af-h4 {
    font-size: 1.4rem;
  }

  .af-h5 {
    font-size: 1.1rem;
  }

  .af-h6 {
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
 Settings for Brand Colors and Logo Images
--------------------------------------------------------------*/
/*  ----------- Brand Settings ------------- */
.af-brand-text {
  color: #007cc3;
}

.af-brand-text-hover-only:hover {
  color: #007cc3;
}

.af-brand-bg {
  background-color: #007cc3;
  color: #fff;
}

.af-brand-border {
  border-color: #007cc3;
}

.af-brand-svg-fill {
  fill: #007cc3;
}

/*  ----------- Logo Settings ------------- */
#af-dealer-logo-link {
  float: left;
  width: 175px;
  height: 60px;
  margin: 20px 10px 0 10px;
}

.af-dealer-logo-container {
  height: 100%;
  max-width: 300px;
}

#af-autofusion-logo, #af-autofusion-logo-ii {
  background: url(/wp-content/themes/aftheme17/assets/images/site/autofusion-logo.svg) 50% 50% no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  height: 36px;
  margin-bottom: 5px;
  width: 125px;
}

/*  ----------- Dealer Info Settings ------------- */
#af-dealer-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

#af-dealer-name a {
  color: #000;
  text-transform: uppercase;
}

#af-dealer-addr {
  font-weight: 400;
  font-size: 14px;
}

#af-mobile-phone {
  float: right;
  font-size: 16px;
  font-weight: normal;
  line-height: 58px;
  width: 134px;
  border-right: 0;
  box-shadow: none;
  display: block;
  height: 100%;
  pointer-events: all;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
}

#af-mobile-phone .af-svg-phone-icon {
  top: 38%;
  fill: #fff;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline;
  height: 30px;
  width: 30px;
}

#af-mobile-phone span {
  padding-left: 0;
}

@media (min-width: 1200px) {
  #af-dealer-logo-link {
    width: 105px;
    margin: 20px 20px 0 10px;
  }
}
/*--------------------------------------------------------------
 Set Backgrounds as Icon Variables for Easy Reuse Throughout Site
--------------------------------------------------------------*/
.af-icon-search, .af-icon-map-marker, .af-icon-parts, .af-parts-icon, .af-service-icon, .af-sales-icon, .af-icon-next-arr, .af-icon-calendar {
  height: 20px;
  width: 20px;
  background-size: contain;
}

.af-icon-calendar {
  background-image: url(/wp-content/themes/aftheme17/assets/images/site/calendar-icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  height: 16px;
}

.af-icon-next-arr {
  background-image: url(/wp-content/themes/aftheme17/assets/images/site/next-arr-icon.svg);
}

.af-sales-icon {
  background: url(/wp-content/themes/aftheme17/assets/images/site/clock-icon.svg) center center no-repeat;
}

.af-service-icon {
  background: url(/wp-content/themes/aftheme17/assets/images/site/cogs-icon.svg) center center no-repeat;
}

.af-parts-icon {
  background: url(/wp-content/themes/aftheme17/assets/images/site/wrench-icon.svg) center center no-repeat;
}

.af-icon-parts {
  background-image: url(/wp-content/themes/aftheme17/assets/images/site/parts-icon.svg);
  display: inline-block;
  margin-right: 10px;
}

.af-icon-map-marker {
  background-image: url(/wp-content/themes/aftheme17/assets/images/site/map-icon.svg);
}

.af-icon-search {
  background-image: url(/wp-content/themes/aftheme17/assets/images/site/search-icon.svg);
}

.af-icon-phone {
  background-image: url(/wp-content/themes/aftheme17/assets/images/site/phone-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  align-self: center;
  height: 45px;
  width: 45px;
}

/*--------------------------------------------------------------
Settings for Site Buttons
--------------------------------------------------------------*/
.af-btn {
  background-color: transparent;
  border: 2px solid #3e3e3e;
  border-radius: 0;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 300;
  height: 55px;
  letter-spacing: 0.5px;
  max-width: 344px;
  padding: 14px 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.af-btn:hover {
  background-color: #00639c;
  color: #fff;
  transition: all 500ms ease;
}
.af-btn:focus {
  color: #fff;
}
.af-btn.af-next-btn {
  padding: 1rem 30px 1rem 15px;
  text-align: center;
}
.af-btn .af-icon-next-arr {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 18px;
}

.af-btn.af-brand-bg {
  background-color: #007cc3;
  border-bottom: none;
  color: #fff;
}
.af-btn.af-brand-bg:hover {
  background-color: #00639c;
  color: #fff;
  transition: all 500ms ease;
}

.af-brand-btn {
  background-color: #007cc3;
  color: #fff;
}
.af-brand-btn:hover {
  background-color: #00639c;
  color: #fff;
  transition: all 500ms ease;
}

.picker__button--clear, .picker__button--close {
  color: #000;
}

@media (min-width: 768px) {
  .af-btn {
    padding: 16px 15px;
    text-align: center;
    width: auto;
    min-width: 230px;
  }
}
/*--------------------------------------------------------------
 Form and Input Settings
--------------------------------------------------------------*/
input {
  background: none;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  height: 45px;
  margin: 0 0 20px 0;
  max-width: 375px;
}

.form-horizontal h1.af-form-title, .box-container h1.af-form-title {
  font-size: 30px;
  font-weight: 700;
}
.form-horizontal input.form-control, .form-horizontal select.form-control, .form-horizontal textarea.form-control, .box-container input.form-control, .box-container select.form-control, .box-container textarea.form-control {
  height: 44px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #58595B;
  border-radius: 0;
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.form-horizontal input[type=radio], .box-container input[type=radio] {
  height: auto;
}
.form-horizontal input[type=file], .box-container input[type=file] {
  border: 0;
  box-shadow: none;
  color: #000;
  margin: 5px 0 15px;
  padding: 0;
}
.form-horizontal textarea.form-control, .box-container textarea.form-control {
  min-height: 44px;
  height: auto;
  padding-top: 9px;
}
.form-horizontal label, .box-container label {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  display: inline-block;
}
.form-horizontal .af-form-submit button, .box-container .af-form-submit button {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 767px) {
  .form-horizontal .form-control, .box-container .form-control {
    margin-bottom: 15px;
  }
  .form-horizontal .form-group, .box-container .form-group {
    margin-left: 0;
    margin-right: 0;
  }
  .form-horizontal .af-form-submit button, .box-container .af-form-submit button {
    max-width: 375px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label, .box-container .control-label {
    padding: 9px 5px 4px 5px;
    height: 35px;
  }

  .box-container .col-sm-8 {
    width: 50%;
  }
  .box-container [class^=form-row-] {
    margin-bottom: 15px;
  }
  .box-container label[for=af-form-comments] + .col-xs-12 {
    width: 50%;
  }
  .box-container .af-form-submit {
    width: 50%;
    margin-left: 33.73333333%;
  }
}
/*--------------------------------------------------------------
 Set Backgrounds for Overlays Used Throughout Site
--------------------------------------------------------------*/
.af-review-overlay, .af-overlay-dark, .af-overlay-light, .af-hero-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.af-hero-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.af-overlay-light {
  background: rgba(255, 255, 255, 0.7);
}

.af-overlay-dark {
  background: rgba(36, 36, 36, 0.92);
}

.af-review-overlay {
  background-color: rgba(88, 89, 91, 0.9);
}

/*--------------------------------------------------------------
Update Price View Component Used on Specials, SRP, VDP, Home
--------------------------------------------------------------*/
/* =============================== PRICE BOX ================================ */
.af-vehicle-pricing {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background-color: transparent;
  padding: 20px 25px;
  max-width: 450px;
}

#af-details-main .af-vehicle-pricing {
  height: 100%;
  border: 1px solid #9C9C9C;
  box-shadow: 4px 3px 4px 0px #d9d9d9;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  background-color: white;
  padding: 20px 25px;
  max-width: 450px;
  float: left;
}

/* Top Cash Price View Section */
.af-vehicle-cash {
  color: #707070;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: 1.4;
}
.af-vehicle-cash table {
  margin: 5px auto;
}
.af-vehicle-cash table tr {
  line-height: 25px;
}
.af-vehicle-cash table tr:last-of-type {
  border-bottom: 1px solid #9C9C9C;
}
.af-vehicle-cash table td {
  padding: 0;
}
.af-vehicle-cash table td:first-of-type {
  text-align: left;
}
.af-vehicle-cash table td:last-of-type {
  text-align: right;
  font-size: 16px;
}
.af-vehicle-cash table td.af-final-price-value {
  font-weight: 700;
  color: #000;
  font-size: 22px;
}
.af-vehicle-cash .af-final-price-label {
  font-weight: 700;
  color: #000;
}
.af-vehicle-cash .af-final-price-value span {
  vertical-align: top;
  font-weight: 300;
}

/* Vehicle Btns - Finance and Lease  */
.af-vehicle-finance-lease-options {
  line-height: 1;
}
.af-vehicle-finance-lease-options .af-vehicle-finance, .af-vehicle-finance-lease-options .af-vehicle-lease {
  padding: 10px 15px;
  background: #F2F2f2;
  height: auto;
  position: relative;
}
.af-vehicle-finance-lease-options .af-vehicle-lease {
  padding-top: 0;
}
.af-vehicle-finance-lease-options table {
  width: 100%;
  padding: 5px 0;
  border-collapse: inherit;
}
.af-vehicle-finance-lease-options table td {
  font-size: 14px;
}
.af-vehicle-finance-lease-options table td:first-of-type {
  text-align: left;
}
.af-vehicle-finance-lease-options table td:last-of-type {
  text-align: right;
  padding-bottom: 0;
}
.af-vehicle-finance-lease-options table td:last-of-type span:nth-of-type(1),
.af-vehicle-finance-lease-options table td:last-of-type span:nth-of-type(2) {
  color: #007cc3;
}

/*--------------------------------------------------------------
 Autofusion Footer Bar
--------------------------------------------------------------*/
#af-footer-bar {
  background: #e3e3e3;
  color: #000;
}
#af-footer-bar .container {
  border-bottom: 1px solid #707070;
  padding: 30px 0 25px 0;
  text-align: center;
}
#af-footer-bar h1.af-h1 {
  font-size: 1.6rem;
  font-weight: 600;
}
#af-footer-bar h6.af-h6 {
  padding-bottom: 10px;
}
#af-footer-bar .af-footer-phone-bar {
  font-weight: 600;
}
#af-footer-bar .af-footer-phone-bar .af-footer-phone.af-h4 {
  font-size: 16px;
}
#af-footer-bar .af-footer-phone a {
  font-family: "Montserrat", sans-serif;
  color: inherit;
}

@media (min-width: 768px) {
  #af-footer-bar .container {
    padding: 40px 0 30px 0;
  }
  #af-footer-bar h1.af-h1 {
    font-size: 1.7rem;
  }
  #af-footer-bar .af-footer-address {
    font-size: 0.9rem;
  }
  #af-footer-bar .af-footer-phone {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 0 15px 10px 15px;
  }
}
/*--------------------------------------------------------------
 Autofusion Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: none !important;
}
.site-footer .wrap {
  max-width: none;
}
.site-footer .widget-area a,
.site-footer .widget-area a:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: none;
  -webkit-transition: none;
}
.site-footer .widget-column.footer-widget-1 {
  width: 100%;
  text-align: center;
}
.site-footer .widget_text ul {
  list-style: none;
  margin: inherit;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.site-footer .widget_text ul li {
  font-size: inherit;
  display: block;
  padding: 0;
}
.site-footer .widget_text ul li a {
  margin-right: 0;
  box-shadow: none;
}

#colophon .wrap,
#colophon .wrap .widget-area,
#colophon #custom_html-2 {
  padding: 0;
}

#af-footer .af-social-bar, #af-footer .af-footer-main-links,
#af-footer .af-footer-sublinks, #af-footer .af-footer-info {
  display: table;
  margin: 0 auto;
}

#af-footer {
  color: #000;
  background: #e3e3e3;
  padding: 25px 0 20px 0;
  text-align: center;
}
#af-footer .af-footer-info h1 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#af-footer .af-footer-info h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
#af-footer .af-footer-info .af-footer-contact {
  width: auto;
  border-bottom: 1px solid #9c9c9c;
  font-weight: 500;
  padding-bottom: 10px;
}
#af-footer .af-footer-info .af-footer-address {
  font-size: 14px;
  padding: 5px 0 10px 0;
  width: auto;
  transition: all 500ms ease;
}
#af-footer .af-footer-info .af-footer-address a:hover {
  color: #00639c;
}
#af-footer .af-footer-info .af-footer-phone-bar {
  border-bottom: 1px solid #9C9C9C;
  padding: 10px 0;
  width: auto;
  margin-bottom: 10px;
}
#af-footer .af-footer-info .af-footer-phone-bar p {
  font-size: 18px;
}
#af-footer .af-footer-info .af-footer-phone-bar span a {
  font-family: "Montserrat", sans-serif;
}
#af-footer .af-footer-info .af-footer-phone-bar span a:hover {
  color: #00639c;
}
#af-footer .af-footer-info .af-footer-logo-desk {
  padding-top: 20px;
}
#af-footer ul {
  padding-bottom: 25px;
  list-style: none;
}
#af-footer ul li,
#af-footer ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: inherit;
  line-height: 1.6;
  font-size: 1.1rem;
  border: none;
  box-shadow: none;
}
#af-footer ul li:hover,
#af-footer ul li a:hover {
  color: #00639c;
}
#af-footer ul.af-footer-sublinks h6 {
  text-transform: uppercase;
  font-size: 1.1rem;
  padding-bottom: 15px;
  font-weight: "Montserrat", sans-serif;
}
#af-footer ul.af-footer-sublinks li, #af-footer ul.af-footer-sublinks li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 2.2;
  font-weight: 400;
  color: #646464;
  border: none;
  box-shadow: none;
}
#af-footer .af-social-bar {
  padding-bottom: 10px;
}
#af-footer .af-social-bar li {
  display: inline;
  margin: 0 2px;
}
#af-footer .af-social-bar img {
  height: 30px;
  width: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#af-footer .af-social-bar img:hover {
  filter: invert(1);
  transition: all 500ms ease;
}
#af-footer .af-footer-logo {
  margin-top: 20px;
}
#af-footer .af-footer-logo #af-autofusion-logo,
#af-footer #af-autofusion-logo-ii {
  height: 42px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #af-footer .af-social-bar {
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  #af-footer {
    text-align: left;
    padding: 70px 0 65px 0;
  }
  #af-footer ul {
    padding-bottom: 30px;
  }
  #af-footer ul:last-of-type {
    padding-bottom: 0;
  }
  #af-footer ul.af-footer-main-links {
    padding-bottom: 12px;
  }
  #af-footer .af-social-bar .af-h6 {
    padding-bottom: 15px;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
}
/*--------------------------------------------------------------
Sidebar Settings
--------------------------------------------------------------*/
#af-sidebar {
  text-align: center;
}
#af-sidebar .af-sidebar-heading {
  font-size: 32px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 5px;
}
#af-sidebar .af-sidebar-content {
  padding: 30px 20px;
}
#af-sidebar .af-dept-phone-group svg {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
}
#af-sidebar .af-dept-hours, #af-sidebar .af-dept-phone-group {
  margin-bottom: 60px;
}
#af-sidebar .af-dept-hours h3, #af-sidebar .af-dept-phone-group h3 {
  font-size: 18px;
  text-align: left;
  padding-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
#af-sidebar .af-dept-hours h3 div[class$=-icon], #af-sidebar .af-dept-phone-group h3 div[class$=-icon] {
  display: inline-block;
  margin-right: 10px;
}
#af-sidebar .af-dept-hours:last-of-type {
  margin-bottom: 0;
}
#af-sidebar .af-dept-hours tr,
#af-sidebar .af-dept-phone-group tr {
  line-height: 2.4;
  border-top: 1px solid #9C9C9C;
}
#af-sidebar .af-dept-hours tr:last-of-type,
#af-sidebar .af-dept-phone-group tr:last-of-type {
  border-bottom: 1px solid #9C9C9C;
}
#af-sidebar .af-table-key {
  text-align: left;
  width: 50%;
}
#af-sidebar .af-table-value {
  text-align: right;
  width: 50%;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  #af-sidebar {
    margin-top: 50px;
  }
  #af-sidebar .af-dept-hours:last-of-type {
    margin-bottom: 0;
  }
  #af-sidebar .af-sidebar-heading {
    padding: 0 15px 15px 15px;
  }
}
@media (min-width: 992px) {
  #af-sidebar {
    padding-left: 8.333%;
  }
  #af-sidebar .af-sidebar-content {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  #af-sidebar {
    width: 80%;
    float: right;
  }
}
@media (min-width: 1600px) {
  #af-sidebar {
    padding-left: 10%;
  }
  #af-sidebar .af-sidebar-content {
    padding: 40px 30px;
    max-width: 560px;
  }
}
/*--------------------------------------------------------------
Default Page Settings
--------------------------------------------------------------*/
.af-page .af-page-header {
  background-color: #9c9c9c;
  position: relative;
  z-index: 1;
}
.af-page .af-page-header h1.af-page-title {
  color: #fff;
  z-index: 1;
  position: relative;
}
.af-page .af-page-header-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}
.af-page .af-h2,
.af-page .af-h3,
.af-page .af-h4 {
  padding-bottom: 20px;
}
.af-page .af-page-text img,
.af-page .af-page-text .af-page-image {
  margin-bottom: 30px;
}
.af-page p {
  padding-bottom: 30px;
  line-height: 1.8;
}
.af-page ul li {
  font-size: 1.2rem;
  line-height: 1.6;
}
.af-page .af-map-section p {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .af-page {
    padding: 0;
  }
  .af-page .af-page-header {
    text-align: center;
    padding: 35px 0;
    margin-bottom: 20px;
    height: auto;
  }
  .af-page .af-page-header h1.af-page-title {
    width: 80%;
    line-height: 1.4;
    margin: 0 auto;
  }
  .af-page .af-page-header.af-form-page-header {
    padding: 30px 0;
  }
  .af-page .container-fluid {
    padding: 0;
  }
  .af-page .af-page-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
  .af-page .af-page-text {
    padding: 0 15px;
  }
  .af-page img {
    padding-bottom: 30px;
  }
  .af-page img:last-of-type {
    padding-bottom: 0;
  }
  .af-page p {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .af-page h1.af-page-title {
    padding-left: 30px;
  }
  .af-page .af-page-content {
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) {
  .af-page h1.af-page-title {
    padding-left: 80px;
  }
  .af-page .af-page-content {
    padding: 75px 80px;
  }
  .af-page .af-h2 {
    padding-bottom: 20px;
  }
  .af-page .af-h3 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .af-page .af-page-content {
    padding: 75px 80px;
  }
  .af-page .af-page-text {
    max-width: 950px;
  }
}
.af-page-header {
  padding: 35px 15px;
  background-size: cover;
}
.af-page-header.af-form-page-header {
  padding: 60px 0;
}

/*--------------------------------------------------------------
SLIDER STYLES
--------------------------------------------------------------*/
#af-homepage-slides {
  position: relative;
  background: #000;
}
#af-homepage-slides .soliloquy-container {
  margin-bottom: 0 !important;
}
#af-homepage-slides .soliloquy-container .soliloquy-pager {
  bottom: 20px;
}
#af-homepage-slides .soliloquy-container .soliloquy-pager-link {
  border-radius: 20px;
  background-color: #007cc3;
}

/* ============= Hours Today/Phone (ALL) ============= */
.af-open-today-box {
  width: 100%;
  padding: 15px 50px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  right: 45px;
  flex-direction: row;
  top: 0;
  color: #fff;
  z-index: 3;
  /* ============= Service Department Block (ALL) ============= */
}
.af-open-today-box table {
  margin: 8px 0;
}
.af-open-today-box table td {
  line-height: 1.7;
  font-size: 1rem;
}
.af-open-today-box table td:first-of-type {
  text-align: left;
}
.af-open-today-box table td:last-of-type {
  text-align: right;
}
.af-open-today-box .af-service-col-mobile table {
  margin: 0 auto;
}
.af-open-today-box .af-service-col-mobile table tr {
  text-align: left;
  line-height: 1;
}
.af-open-today-box .af-service-col-mobile table th:last-child,
.af-open-today-box .af-service-col-mobile table td:last-child {
  text-align: right;
}
.af-open-today-box .af-service-col-mobile table td {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOBILE SETTINGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 767px) {
  #af-homepage-slides {
    /* ============= Hero Header (MOBILE) ============= */
    /* ============= Hours Today/Directions (MOBILE) ============= */
  }
  #af-homepage-slides .af-h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
  }
  #af-homepage-slides .af-open-today-box {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    right: 0;
    justify-content: center;
  }
  #af-homepage-slides .af-open-today-box h4.af-h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  #af-homepage-slides .af-open-today-box .af-service-col-mobile {
    display: none !important;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TABLET SETTINGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 768px) {
  #af-homepage-slides {
    /* ============= Hours Today/Phone (ALL) ============= */
  }
  #af-homepage-slides .af-open-today-box {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    padding: 5px 15px;
    max-width: 220px;
  }
  #af-homepage-slides .af-open-today-box table {
    margin: 2px 0 0 0;
    width: 185px;
  }
  #af-homepage-slides .af-open-today-box table td {
    font-size: 14px;
  }
  #af-homepage-slides .af-open-today-box h4.af-h4 {
    position: relative;
    top: 0;
    font-size: 14px;
    margin: 2px auto;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 992px SETTINGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 992px) {
  #af-homepage-slides {
    /* ============= Hours Today/Phone (ALL) ============= */
  }
  #af-homepage-slides .af-open-today-box {
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: absolute;
    padding: 5px 15px;
    max-width: 320px;
  }
  #af-homepage-slides .af-open-today-box table {
    margin: 2px 0 0 28px;
    width: 185px;
  }
  #af-homepage-slides .af-open-today-box h4.af-h4 {
    position: relative;
    top: 5px;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DESKTOP SETTINGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 1200px) {
  #af-homepage-slides h4.af-h4 {
    font-size: 1rem;
  }
  #af-homepage-slides .af-open-today-box {
    padding: 10px 15px;
    right: 45px;
  }
}
/*--------------------------------------------------------------
Homepage Models -- Models section
--------------------------------------------------------------*/
#af-models {
  background: #fff;
  color: #3e3e3e;
}
#af-models .af-models-header {
  background: url("/wp-content/themes/aftheme17/assets/images/homepage/af-model-header-bg.jpg");
  height: 152px;
  background-size: cover;
  padding: 30px;
}
#af-models .af-models-header p {
  font-size: 20px;
  color: #fff;
  padding: 20px;
  line-height: 1.5;
  font-family: "PT Sans", sans-serif;
  position: relative;
  left: 30px;
}
#af-models p {
  font-size: 20px;
  color: #3e3e3e;
  padding: 20px 20px 0 0;
  line-height: 1.5;
  font-family: "PT Sans", sans-serif;
}
#af-models h1.af-h1 {
  padding: 30px 0 45px 0;
  text-align: center;
}
#af-models #af-model-bg-one {
  background: url("/wp-content/themes/aftheme17/assets/images/homepage/civic-sedan.jpg");
  height: 420px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}
#af-models #af-model-bg-two {
  background: url("/wp-content/themes/aftheme17/assets/images/homepage/passport.jpg");
  height: 420px;
  background-size: cover;
  background-position: center center;
  margin: 30px 0;
}
#af-models .af-models-4c {
  margin-bottom: 30px;
}
#af-models .af-models-4c .af-content {
  text-align: right;
}

@media (max-width: 767px) {
  #af-models .af-models-header {
    height: 100%;
    background-position: center;
  }
  #af-models .af-models-header .pull-left {
    float: none;
  }
  #af-models .af-models-header img {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 15px;
  }
  #af-models .af-models-header p {
    left: 0;
    font-size: 16px;
    padding: 5px 0;
  }
  #af-models h1.af-h1 {
    padding: 30px 0;
  }
  #af-models h3:first-child {
    padding-top: 20px;
  }
  #af-models .af-models-4c .af-content {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #af-models .af-models-header p {
    font-size: 16px;
    padding: 0 25px 0 0;
    top: 10px;
  }
  #af-models .af-models-header img {
    float: left;
  }
  #af-models h3:first-child {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  #af-models .af-models-header p {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #af-models .af-models-header img {
    float: right;
  }
  #af-models .af-models-header p {
    padding: 0 25px 0 0;
    left: -5px;
    top: 17px;
  }
  #af-models #af-model-bg-one {
    margin-bottom: 75px;
  }
  #af-models #af-model-bg-two {
    margin: 75px 0;
  }
}
/*--------------------------------------------------------------
 Homepage Service Parts -- template-parts/page/content-service-parts.php
--------------------------------------------------------------*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ALL SIZES SETTINGS~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#af-service-parts {
  background: #fff;
  position: relative;
  color: #3e3e3e;
  /* ============= Section Image (ALL) ============= */
}
#af-service-parts .af-service-parts-container {
  flex-direction: column;
}
#af-service-parts .af-service-parts-img {
  order: 1;
  height: 100%;
  position: relative;
  right: 0;
  min-height: 1px;
  height: 225px;
  width: 100%;
}

/* ============= Service Parts Container (ALL) ============= */
.af-service-parts-col {
  order: 2;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  /* ============= SP Header (ALL) ============= */
  /* ============= SP Hours (ALL) ============= */
  /* ============= SP Phone/Btns (ALL) ============= */
  /* ============= SP Amentities (ALL) ============= */
}
.af-service-parts-col .af-h1 {
  font-weight: 700;
  padding-bottom: 5px;
  font-family: "Montserrat", sans-serif;
}
.af-service-parts-col .af-text {
  line-height: 1.7;
}
.af-service-parts-col span.af-dash.af-brand-text {
  letter-spacing: -3px;
  font-size: 30px;
  line-height: 1;
}
.af-service-parts-col table {
  margin: 25px 0;
}
.af-service-parts-col table tr {
  line-height: 1.4;
}
.af-service-parts-col table td:last-child {
  text-align: right;
}
.af-service-parts-col table td {
  font-size: 1rem;
}
.af-service-parts-col .af-schedule-phone {
  text-align: center;
}
.af-service-parts-col .af-schedule-phone p {
  font-size: 24px;
  padding-bottom: 10px;
}
.af-service-parts-col .af-service-btn-container {
  padding: 10px 0;
}
.af-service-parts-col .af-service-btn-container .af-btn {
  margin-bottom: 15px;
  text-align: center;
  padding: 12px 15px;
  position: relative;
}
.af-service-parts-col .af-service-btn-container .af-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.af-service-parts-col .af-service-btn-container .af-icon-schedule,
.af-service-parts-col .af-service-btn-container .af-icon-order {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
}
.af-service-parts-col .af-service-btn-container div.af-btn:hover svg {
  fill: #fff;
}
.af-service-parts-col .af-service-btn-container span.af-service-link {
  position: relative;
  top: -3px;
}
.af-service-parts-col .af-service-btn-container span.af-parts-link {
  position: relative;
  top: -5px;
}
.af-service-parts-col .af-vertical-spacer {
  width: 375px;
  height: 1px;
  background-color: #9c9c9c;
  position: relative;
  left: -15px;
}
.af-service-parts-col .af-service-amenities {
  padding-top: 10px;
}
.af-service-parts-col .af-service-amenities p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  padding-top: 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOBILE SETTINGS~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 767px) {
  #af-service-parts {
    overflow: hidden;
  }

  .af-service-parts-col {
    /* ============= SP Hours (ALL) ============= */
    /* ============= SP Phone/Btns (ALL) ============= */
  }
  .af-service-parts-col .af-text {
    width: 95%;
  }
  .af-service-parts-col table {
    margin: 20px 0 10px 0;
  }
  .af-service-parts-col .af-vertical-spacer {
    width: 110%;
  }
  .af-service-parts-col .af-service-btn-container {
    padding: 5px 0;
    text-align: center;
  }
  .af-service-parts-col .af-service-btn-container .af-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TABLET SETTINGS~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 768px) {
  /* ============= Section Image (ALL) ============= */
  #af-service-parts .af-service-parts-img {
    order: 1;
  }

  .af-service-parts-col {
    /* ============= SP Phone/Btns (ALL) ============= */
  }
  .af-service-parts-col .af-schedule-phone {
    padding-top: 15px;
    text-align: left;
  }
  .af-service-parts-col .af-service-btn-container {
    text-align: center;
  }
  .af-service-parts-col .af-service-btn-container .af-btn {
    display: block;
    max-width: 315px;
    width: 205px;
    margin: 0 auto;
  }
  .af-service-parts-col .af-vertical-spacer {
    width: 100%;
    left: 0;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DESKTOP SETTINGS~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 992px) {
  #af-service-parts .container-fluid {
    padding: 0;
  }
  #af-service-parts .container-fluid .af-service-parts-img {
    position: absolute;
    height: 100%;
    width: 50%;
  }
  #af-service-parts .container-fluid .af-service-btn-container {
    padding: 20px 0;
  }
  #af-service-parts .container-fluid .af-service-btn-container .af-btn:last-of-type {
    margin-bottom: 0;
  }
  #af-service-parts .container-fluid table {
    margin: 20px 0;
  }
  #af-service-parts .container-fluid table tr {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  #af-service-parts .container-fluid {
    padding: 0;
  }
  #af-service-parts .container-fluid .af-service-parts-img {
    width: 58.33333%;
  }

  /* ============= Service Parts Container (ALL) ============= */
  .af-service-parts-col {
    padding: 80px 20px 115px 20px;
    /* ============= SP Hours (ALL) ============= */
    /* ============= SP Phone/Btns (ALL) ============= */
  }
  .af-service-parts-col table tr {
    line-height: 1.6;
  }
}
@media (min-width: 1600px) {
  #af-service-parts .container-fluid table tr {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
 Hompage Incentives-- template-parts/page/content-rin.php
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 Bodystyle Tab Groups
--------------------------------------------------------------*/
.home #af-incentives {
  background: #fff;
  padding: 80px 0 120px;
}
.home #af-incentives .af-incentives-header h1 {
  text-align: center;
  color: #3e3e3e;
}
.home #af-incentives .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 1460px;
  overflow: initial;
}
.home #af-incentives #af-incentives-bodystyle-bg-extended {
  height: 60px;
  position: absolute;
  width: 100%;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-hidden {
  display: none !important;
}
.home #af-incentives #af-rin-bodystyle-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 60px;
  position: relative;
  text-align: center;
  justify-content: center;
}
.home #af-incentives #af-rin-bodystyle-group .af-rin-bodystyle {
  height: 40px;
  font-weight: normal;
  line-height: 1;
  overflow: visible;
  padding-top: 15px;
  position: relative;
  top: 15px;
  transition: none;
  float: left;
  color: #7c7c7c;
  width: auto !important;
  margin: 0 20px;
}
.home #af-incentives #af-rin-bodystyle-group a, .home #af-incentives #af-rin-bodystyle-group a:hover, .home #af-incentives #af-rin-bodystyle-group a:focus {
  text-decoration: none;
  outline: none;
}
.home #af-incentives #af-rin-bodystyle-group .af-rin-bodystyle.af-brand-text {
  background-color: transparent;
  box-shadow: none;
  color: #007cc3 !important;
  padding-bottom: 0;
}
.home #af-incentives #af-rin-bodystyle-group .af-rin-bodystyle.af-brand-text span {
  border-bottom: 6px solid #007cc3;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

/*--------------------------------------------------------------
Incentive Slider Styles
--------------------------------------------------------------*/
.home #af-incentives #af-rin-vehicle-boxes {
  max-width: calc(100% - 80px);
}
.home #af-incentives #af-rin-vehicle-boxes .af-arrow {
  background: url("/wp-content/themes/aftheme17/assets/images/site/arrow-next-icon.svg");
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
.home #af-incentives #af-rin-vehicle-boxes .af-arrow.af-left-arrow {
  transform: rotate(180deg);
  left: -35px;
}
.home #af-incentives #af-rin-vehicle-boxes .af-arrow.af-right-arrow {
  right: -35px;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-incentive-container {
  height: auto;
}

/*--------------------------------------------------------------
Incentive Slides/ Cards
--------------------------------------------------------------*/
.home #af-incentives #af-rin-vehicle-boxes .af-rin-no-inventory {
  display: none;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-bg {
  border-right: 0 !important;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-model-box {
  background-size: 70%;
  padding: 15px 0;
  width: 100%;
  background-position: left 20px !important;
  margin: 0 auto;
  max-width: 450px;
  min-width: 350px;
  box-shadow: none;
  border: 0;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-model-box.af-rin-collapsed {
  height: 400px !important;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-incentive {
  padding-top: 0 !important;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-incentive .af-rin-icon-container {
  display: none;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-incentive p.af-h3 {
  padding: 10px 0 0 0;
  text-align: left;
  font-size: 1.4rem;
  max-height: 34px;
  position: relative;
  top: 170px;
  border-top: 1px solid #e4e4e4;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-incentive p.af-h3 span {
  color: #007cc3;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-content {
  margin: 200px 0 0 !important;
  min-height: 80px;
  border-top: 0;
  text-align: left;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-content ul,
.home #af-incentives #af-rin-vehicle-boxes .af-rin-content p {
  display: none !important;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-content p.af-rin-other {
  display: block !important;
  padding-top: 0 !important;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-lease-disclaimer {
  display: none;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-rebate, .home #af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-finance {
  display: inline-block;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-rebate .af-h5, .home #af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-finance .af-h5 {
  line-height: 1;
  font-size: 24px;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-rebate .af-h5 span, .home #af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-finance .af-h5 span {
  font-size: 16px;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-rf-or {
  width: 60px;
  margin: 0 auto;
  display: inline-block;
  top: 0 !important;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-rf-or span {
  color: #fff;
  background: #007cc3;
  vertical-align: middle;
  border-radius: 25px;
  padding: 6px;
  line-height: 1;
  top: -20px;
  position: relative;
  text-transform: uppercase;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-no-incentives.af-rin-model-box {
  background-position: left 20px !important;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-no-incentives .af-rin-content {
  min-height: 0;
  height: 0;
  padding: 0;
  margin-top: 265px !important;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-no-incentives .af-rin-inventory {
  width: 100%;
}
.home #af-incentives #af-rin-vehicle-boxes .af-rin-no-incentives .af-rin-incentive-link {
  display: none;
}

/*--------------------------------------------------------------
Buttons within cards - view inventory & view incentive
--------------------------------------------------------------*/
.home #af-incentives .af-rin-model-box .af-rin-incentive-buttons {
  background: #fff;
  padding: 20px 0;
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.home #af-incentives .af-rin-model-box .af-rin-inventory, .home #af-incentives .af-rin-model-box .af-rin-incentive-link {
  width: 45%;
  display: inline-block;
  margin: 0 auto;
}
.home #af-incentives .af-rin-model-box .af-rin-inventory {
  display: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.home #af-incentives .af-rin-model-box .af-rin-inventory span {
  display: inline-block;
  background: #007cc3;
  width: auto;
  padding: 10px 30px;
  cursor: pointer;
}
.home #af-incentives .af-rin-model-box .af-rin-inventory span:hover {
  background: #00639c;
  transition: all 500ms ease;
}
.home #af-incentives .af-rin-model-box .af-rin-incentive-link {
  padding: 14px;
  border: 2px solid #3e3e3e;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  min-width: 230px;
}
.home #af-incentives .af-rin-model-box .af-rin-incentive-link span {
  color: #000;
  cursor: pointer;
}
.home #af-incentives .af-rin-model-box .af-rin-incentive-link span:hover {
  color: #fff;
}
.home #af-incentives .af-rin-model-box .af-rin-incentive-link:hover {
  color: #fff;
  background: #007cc3;
  transition: all 500ms ease;
}
.home #af-incentives .af-rin-model-box .af-rin-incentive-link:hover span {
  color: #fff;
}

@media (min-width: 1600px) {
  .home #af-incentives #af-rin-vehicle-boxes .af-arrow.af-left-arrow {
    left: -65px;
  }
  .home #af-incentives #af-rin-vehicle-boxes .af-arrow.af-right-arrow {
    right: -65px;
  }
}
/*--------------------------------------------------------------
  Homepage Reviews -- template-parts/page/content-reviews.php
--------------------------------------------------------------*/
#af-review-section {
  /*  ~~~~~~~~~~~~~~~~~ General Settings ~~~~~~~~~~~~~~~~~ */
  padding: 35px 15px 45px 15px;
  position: relative;
  z-index: 0;
  background-size: cover;
  /* -------- Section Heading (ALL) -------- */
  /* -------- Slider (ALL) -------- */
  /* -------- Review Content (ALL) -------- */
}
#af-review-section p.af-h1 {
  color: #fff;
  z-index: 2;
  position: relative;
  text-align: left;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
}
#af-review-section #af-reviews {
  position: relative;
  z-index: 2;
  color: #fff;
}
#af-review-section #af-reviews-slick {
  margin: 0 auto;
  /* -------- Slider Arrow Controls (ALL) -------- */
}
#af-review-section #af-reviews-slick i.af-arrow {
  color: white;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 26px;
  width: 26px;
}
#af-review-section #af-reviews-slick .af-left-arrow {
  background-image: url(/wp-content/themes/aftheme17/assets/images/site/next-arr-icon.svg);
  left: -35px;
  transform: rotate(180deg);
}
#af-review-section #af-reviews-slick .af-right-arrow {
  background: url(/wp-content/themes/aftheme17/assets/images/site/next-arr-icon.svg);
  right: -35px;
}
#af-review-section .af-review-box {
  width: 300px;
  padding: 0 10px;
  /* review body */
  /* read more/less text */
  /* review stars */
  /* date of review */
  /* website review source icon */
}
#af-review-section .af-review-box .af-review-desc {
  font-size: 16px;
  line-height: 1.5;
}
#af-review-section .af-review-box .af-review-toggle {
  display: block;
  text-decoration: underline;
  color: #F4EB1F;
}
#af-review-section .af-review-box .af-review-icons {
  margin: 10px 0;
  display: inline-block;
}
#af-review-section .af-review-box .af-review-stars svg {
  fill: #F4EB1F;
}
#af-review-section .af-review-box .af-review-date {
  font-size: 14px;
  line-height: 1;
}
#af-review-section .af-review-box .af-review-user {
  text-transform: capitalize;
  padding-bottom: 5px;
}
#af-review-section .af-review-box .af-review-source {
  display: inline-block;
  padding-left: 10px;
}
#af-review-section .af-review-box .af-review-source img {
  height: 32px;
}

/*  ~~~~~~~~~~~~~~~~~ Mobile Settings ~~~~~~~~~~~~~~~~~ */
@media (max-width: 767px) {
  #af-review-section {
    border-top: 1px solid #9C9C9C;
    /* -------- Slider & Controls (MOBILE) -------- */
    /* -------- Review Content (MOBILE) -------- */
  }
  #af-review-section #af-reviews-slick {
    width: 80%;
  }
  #af-review-section .af-review-desc {
    font-size: 0.9rem;
    line-height: 1.55;
  }
  #af-review-section .af-review-stars {
    padding-top: 5px;
  }
  #af-review-section .af-review-source {
    display: inline-block;
    padding-left: 5px;
  }
}
/*  ~~~~~~~~~~~~~~~~~ Tablet Settings ~~~~~~~~~~~~~~~~~ */
@media (min-width: 768px) {
  #af-review-section {
    padding: 60px 15px;
    /* -------- Slider & Controls (TABLET) -------- */
    /* -------- Review Content (TABLET) -------- */
  }
  #af-review-section .af-h1 {
    margin-bottom: 35px;
  }
  #af-review-section #af-reviews-slick {
    padding: 0 100px;
  }
  #af-review-section #af-reviews-slick i.af-arrow {
    height: 45px;
    width: 45px;
  }
  #af-review-section #af-reviews-slick .af-left-arrow {
    left: 10px;
  }
  #af-review-section #af-reviews-slick .af-right-arrow {
    right: 10px;
  }
  #af-review-section .af-review-source img {
    height: 45px;
  }
}
/*  ~~~~~~~~~~~~~~~~~ Desktop Settings ~~~~~~~~~~~~~~~~~ */
@media (min-width: 1200px) {
  #af-review-section {
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 0;
  }
  #af-review-section p.af-h1 {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #af-review-section .af-review-icons {
    margin-top: 20px;
  }
  #af-review-section .af-review-stars {
    margin-top: 20px;
  }
  #af-review-section .af-review-user {
    line-height: 1.8;
    font-size: 1.1rem;
  }
}
/*--------------------------------------------------------------
CPO Featured -- template-parts/page/content-featured.php
--------------------------------------------------------------*/
#af-featured-section {
  padding: 35px 0 40px 0;
  position: relative;
  z-index: 0;
  background: #fff;
}
#af-featured-section .af-featured-content {
  position: relative;
  padding: 0;
  z-index: 2;
}
#af-featured-section .af-featured-content h1 {
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
#af-featured-section .af-featured-content p {
  line-height: 1.6;
}
#af-featured-section .af-cpo-image {
  background: url("/wp-content/themes/aftheme17/assets/images/homepage/HP_TCUV_cut.svg") center center no-repeat;
  background-size: cover;
  height: 145px;
  width: 275px;
  margin: 0 auto 25px auto;
}

.af-vehicles-section {
  background-color: none !important;
}
.af-vehicles-section .af-specials {
  position: relative;
}
.af-vehicles-section .slick-slider {
  margin: 0;
}
.af-vehicles-section .slick-slide {
  height: auto !important;
}
.af-vehicles-section .af-specials-dots-arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.af-vehicles-section .af-specials-dots-arrows .slick-dots {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.af-vehicles-section .af-specials-dots-arrows .slick-dots li button {
  display: none;
}
.af-vehicles-section .af-carousel-left, .af-vehicles-section .af-carousel-right {
  display: block;
  position: absolute;
  background: url("/wp-content/themes/aftheme17/assets/images/site/arrow-next-icon.svg") center center no-repeat;
  height: 26px;
  width: 26px;
}
.af-vehicles-section .af-carousel-left img, .af-vehicles-section .af-carousel-right img {
  display: none;
}
.af-vehicles-section .af-carousel-left {
  left: 0px;
  transform: rotate(180deg);
}
.af-vehicles-section .af-carousel-right {
  right: 0px;
}

#af-featured-section .af-specials .af-specials-vehicle {
  box-shadow: 2px 1px 17px 6px #d9d9d9;
  position: relative;
  cursor: pointer;
  margin: 15px 30px 15px 30px;
  border: 1px solid #E4E4E4;
}
#af-featured-section .af-vehicle-card-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  color: #58595B;
  padding: 20px 15px 10px 15px;
  border-radius: 0;
  min-height: 70px;
  font-size: 16px;
}
#af-featured-section .af-vehicle-card-ymm {
  text-transform: capitalize;
  margin-top: 0;
  display: inline;
  line-height: 1;
  padding-right: 5px;
  font-family: "Montserrat", sans-serif;
}
#af-featured-section .af-vehicle-card-trim {
  color: #58595B;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  display: inline;
  font-family: "Montserrat", sans-serif;
}
#af-featured-section .af-vehicle-card-img {
  border: 0;
  position: static;
  background-color: #fff;
  width: 100%;
}
#af-featured-section .af-vehicle-card-img img {
  width: 100%;
  max-height: 200px;
}
#af-featured-section .af-vehicle-cash {
  margin: 0;
  border-top: 1px solid #9C9C9C;
}
#af-featured-section .af-vehicle-cash table {
  margin: 0;
}
#af-featured-section .af-vehicle-cash table tr.af-final-price-row {
  line-height: 40px;
  padding: 0 15px;
  display: block;
}
#af-featured-section .af-vehicle-cash table tr.af-final-price-row td.af-price-label {
  width: 125px;
  font-family: "Montserrat", sans-serif;
  color: #007cc3;
  text-transform: uppercase;
}
#af-featured-section .af-vehicle-cash table tr:last-of-type {
  border: 0;
}
#af-featured-section .af-vehicle-main-price {
  display: none;
  background-color: transparent !important;
  color: transparent !important;
}
#af-featured-section .af-final-price-row td.af-price-label.af-final-price-label::before {
  content: "Price:";
  font-size: 18px;
}
#af-featured-section td.af-price-label.af-final-price-label {
  font-size: 0;
  padding-bottom: 0;
}
#af-featured-section .af-vehicle-cash td.af-final-price-value {
  font-size: 16px !important;
}
#af-featured-section .af-vehicle-btn .af-vehicle-finance, #af-featured-section .af-vehicle-btn .af-vehicle-lease {
  background: #fff;
  padding: 16px 15px;
  border-top: 1px solid #9C9C9C;
}
#af-featured-section .af-vehicle-btn .af-vehicle-finance td:first-of-type, #af-featured-section .af-vehicle-btn .af-vehicle-lease td:first-of-type {
  width: 125px;
  font-family: "Montserrat", sans-serif;
  color: #007cc3;
  text-transform: uppercase;
  font-size: 18px;
}
#af-featured-section .af-vehicle-btn .af-vehicle-finance td:last-of-type, #af-featured-section .af-vehicle-btn .af-vehicle-lease td:last-of-type {
  text-align: left;
}

@media (max-width: 767px) {
  #af-featured-section .af-featured-content {
    flex-direction: column;
  }
  #af-featured-section .af-featured-content .af-btn {
    margin: 0 auto;
  }
  #af-featured-section .af-specials-slider {
    order: 2;
  }
  #af-featured-section .af-specials-descriptor {
    order: 1;
  }
  #af-featured-section .af-specials-descriptor p {
    padding-bottom: 0;
  }
  #af-featured-section .af-specials .af-specials-vehicle {
    margin: 35px auto;
    max-width: 310px;
    width: 80%;
  }
  #af-featured-section .af-carousel-left, #af-featured-section .af-carousel-right {
    display: inline-block;
    position: absolute;
    background: url("/wp-content/themes/aftheme17/assets/images/site/arrow-next-icon.svg") center center no-repeat;
    height: 26px;
    width: 26px;
    top: 50%;
  }
  #af-featured-section .af-carousel-left img, #af-featured-section .af-carousel-right img {
    display: none;
  }
  #af-featured-section .af-carousel-left {
    left: 0px;
    transform: rotate(180deg);
  }
  #af-featured-section .af-carousel-right {
    right: 0px;
  }
}
@media (min-width: 768px) {
  #af-featured-section {
    padding: 60px 15px;
  }
  #af-featured-section .af-featured-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #af-featured-section .af-featured-content .af-specials-slider {
    order: 2;
  }
  #af-featured-section .af-featured-content .af-specials-description {
    order: 1;
    padding-bottom: 20px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #af-featured-section .af-featured-content .af-h1 {
    text-align: center;
  }
  #af-featured-section .af-specials {
    position: static;
  }

  #af-featured-section .af-specials .af-vehicle-card-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #af-featured-section .af-specials .af-vehicle-card-img img {
    max-height: 250px;
  }
  #af-featured-section .af-specials .af-carousel-left, #af-featured-section .af-specials .af-carousel-right {
    height: 35px;
    width: 35px;
  }
  #af-featured-section .af-specials .af-carousel-left {
    left: 0px;
  }
  #af-featured-section .af-specials .af-carousel-right {
    right: 0px;
  }
}
@media (min-width: 992px) {
  .af-specials-carousel.slick-slider {
    margin: 10px auto 30px auto;
  }
  .af-specials-carousel.slick-slider .af-vehicle-card-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .af-specials-carousel.slick-slider .af-vehicle-btn ul > li {
    width: 31%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #af-featured-section .af-vehicle-cash table tr.af-final-price-row td.af-price-label {
    width: 80px;
  }
  #af-featured-section .af-vehicle-cash table tr.af-final-price-row td.af-price-label:before {
    font-size: 14px;
  }
  #af-featured-section .af-vehicle-btn .af-vehicle-finance td:first-of-type, #af-featured-section .af-vehicle-btn .af-vehicle-lease td:first-of-type {
    width: 80px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #af-featured-section {
    padding: 105px 15px;
  }
}
@media (min-width: 1600px) {
  #af-featured-section {
    padding: 105px 10px 70px 10px;
  }
  #af-featured-section .af-featured-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #af-featured-section .af-featured-content .af-specials-carousel.slick-slider {
    margin: 0;
  }
  #af-featured-section .af-featured-content .af-specials-slider {
    order: 1;
    width: 66.66666%;
  }
  #af-featured-section .af-featured-content .af-specials-description {
    order: 2;
    width: 29%;
  }
  #af-featured-section .af-featured-content .af-h1 {
    text-align: left;
  }
  #af-featured-section .af-cpo-image {
    margin: 0 0 25px -5px;
  }
}
/*--------------------------------------------------------------
Homepage Disclaimer-- template-parts/page/content-disclaimer.php
--------------------------------------------------------------*/
#af-disclaimer {
  background: #fff;
  padding: 20px;
}
#af-disclaimer p {
  font-size: 12px;
  color: #707070;
  padding-bottom: 15px;
  line-height: 1.5;
  font-family: "PT Sans", sans-serif;
}

@media (max-width: 767px) {
  #af-disclaimer {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #af-disclaimer {
    padding: 60px 0 45px 0;
  }
}
@media (max-width: 767px) {
  .af-contact-form {
    padding: 0 15px;
  }
}
:not(.home) .af-about-map-overlay .af-map-search #gdf {
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  :not(.home) .af-about-map-overlay {
    width: 100%;
    background: #fff;
  }
  :not(.home) .af-map-search {
    width: 100%;
    max-width: 700px;
    background: none;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  :not(.home) .af-about-map-overlay {
    height: 598px;
    z-index: 1;
    background: rgba(237, 240, 245, 0.9);
  }
  :not(.home) .af-about-map-overlay .af-about-map-title {
    margin-top: 60px;
    margin-left: 25%;
    font-family: "Montserrat", sans-serif;
  }
  :not(.home) .af-about-map-overlay .af-map-search {
    left: 85px;
    margin-top: 170px;
    max-width: 375px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.76);
  }
}
/* -------- Main  (Hours) Section (TABLET) -------- */
.af-sidebar-container {
  padding-top: 60px;
}

.af-sidebar-content {
  background: #EDF0F5;
}

.af-sidebar-container .af-page-section-heading {
  text-align: left;
  padding-bottom: 15px;
}

.af-sidebar-container .af-sidebar-content {
  padding: 20px;
}

/* -------- Main Right (Hours) Section (DESKTOP) -------- */
.af-sidebar-container .af-page-section-heading {
  font-size: 22px;
  margin: 0;
}

.af-sidebar-container {
  padding-top: 0;
}

/*--------------------------------------------------------------
INCENTIVES PAGE STYLES
--------------------------------------------------------------*/
#af-incentives {
  background: #f4f4f4;
}

#af-incentives-top {
  background: #007cc3;
}
#af-incentives-top h1 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}

/*--------------------------------------------------------------
Search Filters & Container
--------------------------------------------------------------*/
#af-search {
  top: 0 !important;
}
#af-search .af-incentives-title-container {
  background-image: url(/wp-content/themes/aftheme17/assets/images/incentives/incentives-title-bg.jpg);
  padding: 20px 0;
}
#af-search .af-incentives-title-container h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}
#af-search .af-incentives-title-container .af-open-today-box {
  background-color: transparent;
  display: none;
}
#af-search #af-search-container {
  box-shadow: none !important;
  padding: 0;
  background: #58595B;
}
#af-search #af-search-container .af-search-match-container {
  width: auto;
}
#af-search .af-search-filters {
  background: #fff;
  border: none !important;
  color: #fff;
  z-index: 500;
}
#af-search .af-search-filter-title.af-search-filters-results-incentives {
  background: #004E38;
  text-align: left;
}
#af-search .af-search-filter-title {
  color: #fff;
  font-size: 20px;
  background: #3C3C44;
  border: none;
  padding: 10px 15px;
  font-weight: 300;
}
#af-search .af-search-filters-item {
  border: 0 !important;
}
#af-search .af-search-filter-options .checkbox label,
#af-search .af-search-filter-options .radio label {
  color: #000;
  border: none;
  font-size: 16px;
}
#af-search .af-search-filters-bottom {
  border-top: 0;
}

#af-incentives #af-search-disclaimer {
  padding: 20px 45px;
  top: 0;
}
#af-incentives #af-search-disclaimer p {
  font-size: 12px;
  font-family: "PT Sans", sans-serif;
  color: #707070;
  padding-bottom: 15px;
}

#af-search-view-filters.af-search-filters-results,
#af-search-view-results.af-search-filters-results {
  background: #cdcdcf;
}
#af-search-view-filters.af-search-filters-results .af-search-filter-text,
#af-search-view-results.af-search-filters-results .af-search-filter-text {
  color: #000;
}
#af-search-view-filters.af-search-filters-results .badge,
#af-search-view-results.af-search-filters-results .badge {
  color: #fff;
  background-color: #004E38;
  font-weight: 300;
}

/*--------------------------------------------------------------
Search Checkboxes
--------------------------------------------------------------*/
.af-search-filters .af-search-filters-item input[type=checkbox] + span {
  left: 0;
}
.af-search-filters .af-search-filters-item input[type=checkbox] + span:before {
  content: " " !important;
  border: 1px solid #838383;
  height: 10px;
  width: 10px;
  margin: 15px 0px 0 0;
  padding: 0;
  top: 0;
  left: 10px;
}
.af-search-filters .af-search-filters-item input[type=checkbox] + span:after {
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  border-bottom: 3px solid #E5001F;
  border-left: 3px solid #E5001F;
  -webkit-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  position: absolute;
  top: 17px;
  left: 12px;
}
.af-search-filters .af-search-filters-item input[type=checkbox]:checked + span::before {
  border: none;
}
.af-search-filters .af-search-filters-item input[type=checkbox]:checked + span::after {
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.af-checkbox-incentives .filter-content {
  top: 12px;
}

/*--------------------------------------------------------------
Incentives Styles that affect BOTH Homepage and Incentives Page
--------------------------------------------------------------*/
#af-incentives #af-rin-vehicle-boxes .af-rin-content {
  background-color: #fff;
  border-top: 1px solid #9C9C9C;
  font-size: 1rem;
  margin: 260px 10px 0 10px;
  padding: 15px 0 70px 0;
  position: relative;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-rebate {
  display: inline-block;
  position: relative;
  right: 0;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-or {
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -15px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-or span {
  border-radius: 20px;
  background-color: #007cc3;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  font-size: 0.8rem;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-finance {
  display: inline-block;
  left: 0;
  position: relative;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-finance-title {
  color: #7d7d7d;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  display: none;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content span.h5text {
  display: inline;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-top: 3px;
  position: relative;
  z-index: 1;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content span.h5text span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content .af-brand-text {
  color: #000;
  font-weight: normal;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-rf-rates {
  display: inline;
  left: 97px;
  position: relative;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content ul {
  padding: 0;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 16px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-disclaimer-container {
  padding: 0;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content .af-rin-disclaimer-container p.af-rin-ymmt {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 15px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content p {
  font-size: 14px;
  line-height: 1.6em;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content p.af-rin-no-incentives-text {
  font-size: 1.4rem;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content p.af-rin-other b {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 2;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content p.af-rin-ymmt {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin-top: 10px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-content p.af-rin-trims {
  font-size: 14px;
  font-weight: 600;
}

#af-incentives #af-rin-vehicle-boxes {
  margin: 0 auto;
  margin-top: 20px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-bg {
  margin: 20px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box {
  /* linked to js open/close  */
  background-size: 300px !important;
  background-position: center 100px !important;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-box-shadow: -1px 8px 13px 3px rgba(146, 146, 146, 0.4);
  -moz-box-shadow: -1px 8px 13px 3px rgba(146, 146, 146, 0.4);
  box-shadow: -1px 8px 13px 3px rgba(146, 146, 146, 0.4);
  height: auto;
  margin: 0 10px 20px 10px;
  overflow-y: hidden;
  position: relative;
  border: 1px solid #e4e4e4;
  width: 100%;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box.af-rin-collapsed {
  background-size: 300px !important;
  height: 350px !important;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box.af-rin-expanded {
  height: 100%;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box div.af-rin-incentive-container {
  display: block;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  cursor: pointer;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentive {
  display: block;
  /* removed due to inaccurate height
  height: 100%;
  */
  overflow: hidden;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box p.h3text {
  font-size: 1.6rem;
  padding: 10px 20px;
  background: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  margin-top: 30px;
  position: absolute;
  text-align: left;
  top: 0;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-icon-container {
  position: absolute;
  left: 30px;
  top: 160px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-icon-container .af-safety-sense-icon {
  background: url("/wp-content/themes/aftheme17/assets/images/site/toyota-safety-icon.svg") center center no-repeat;
  height: 50px;
  display: inline-block;
  width: 70px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-icon-container .af-toyota-care-icon {
  background: url("/wp-content/themes/aftheme17/assets/images/site/toyota-care.png") center center no-repeat;
  height: 50px;
  display: inline-block;
  width: 160px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-offer-count {
  color: #fff;
  position: absolute;
  right: 20px;
  background-color: #58595B;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: normal;
  top: 235px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-hidden {
  display: none !important;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box.af-rin-no-incentives .af-rin-no-incentives-text {
  background: #007cc3;
  color: #fff;
  padding: 7px 40px;
  z-index: 4;
  position: relative;
  font-size: 1rem;
  top: 35px;
  width: auto;
  display: inline;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
General Incentives Box Styles (Top, expand bar, etc)
--------------------------------------------------------------*/
#af-search #af-incentives {
  background: #f4f4f4;
}
#af-search #af-incentives #af-rin-vehicle-boxes p.af-h3 {
  text-align: left;
  padding-left: 45px;
}
#af-search #af-incentives #af-rin-vehicle-boxes p.af-h3 span.af-rin-year {
  color: #007cc3;
  font-family: "Montserrat", sans-serif;
}
#af-search #af-incentives .af-rin-model-box {
  border-top: none;
  background-color: #fff;
  margin: 0 auto 20px auto;
  -webkit-box-shadow: -1px 3px 6px 1px rgba(146, 146, 146, 0.4);
  -moz-box-shadow: -1px 3px 6px 1px rgba(146, 146, 146, 0.4);
  box-shadow: 1px 3px 6px 1px rgba(146, 146, 146, 0.4);
}
#af-search #af-incentives .af-rin-model-box .af-rin-offer-count {
  right: 0;
  top: 0;
  border-radius: 0;
  background: #9C9C9C;
  padding: 9px 15px;
}
#af-search #af-incentives .af-rin-model-box .af-rin-expand {
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 25px 0;
}
#af-search #af-incentives .af-rin-model-box .af-inc-offers-gradient {
  background: url("/wp-content/themes/aftheme17/assets/images/details/details-gradient.png");
  height: 85px !important;
}

/*--------------------------------------------------------------
Incentives Offer Bar
--------------------------------------------------------------*/
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentive-bar {
  display: block !important;
  position: relative;
  top: -40px;
  background: transparent;
  padding: 15px 0;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-bar-offers {
  width: 450px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-bar-offers div {
  padding-right: 15px;
  text-align: center;
  width: auto;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-bar-offers span.af-h5 {
  display: block;
  font-size: 28px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-bar-offers span.af-h5 span {
  font-size: 16px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-rf-or {
  text-transform: uppercase;
  margin: 0;
  top: -20px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-rf-or span {
  background: transparent;
  color: #7d7d7d;
  font-weight: 600;
  font-size: 16px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-rf-length {
  padding: 0 15px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-other {
  padding-top: 10px;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentive-text span {
  display: none;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentives-text {
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  background: #fff;
  color: #007cc3;
  padding: 12px 40px;
  border: 2px solid #007cc3;
  width: 300px;
  text-transform: uppercase;
  text-align: center;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentives-text svg {
  position: relative;
  top: 1px;
  left: 3px;
  height: 13px;
  width: 13px;
  fill: #007cc3;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentives-text:hover {
  background-color: #00639c;
  color: #fff;
  transition: all 500ms ease;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentives-text:hover svg {
  fill: #fff;
  transition: all 500ms ease;
}
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-details-container {
  border-top: 1px solid #a8a9ab;
}

/*--------------------------------------------------------------
Incentives Content (on expand)
--------------------------------------------------------------*/
/* vehicle content that expands*/
#af-search #af-incentives .af-rin-content {
  background: transparent;
  margin: 55px 0 0 0;
  border: none;
  padding: 20px 0 70px 0;
}
#af-search #af-incentives .af-rin-content .af-rin-rf-rates {
  background: #f7f7f7;
  padding: 35px 50px;
  left: 0 !important;
  min-width: 185px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block !important;
  width: 100%;
}
#af-search #af-incentives .af-rin-content .af-rin-rf-rates span {
  font-size: 14px;
  font-weight: 400;
}
#af-search #af-incentives .af-rin-content .af-rin-rf-rates li {
  font-size: 16px;
  line-height: 1.8;
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
}
#af-search #af-incentives .af-rin-content .af-rin-rf-rates li.af-rin-rf-rates-title {
  font-weight: 600;
  list-style-type: none;
}
#af-search #af-incentives .af-rin-content p {
  padding: 0 15px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
#af-search #af-incentives .af-rin-content p.disclaimer {
  padding-bottom: 20px;
}
#af-search #af-incentives .af-rin-content .lease-disclaimer {
  padding: 0 15px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 0 auto;
  font-size: 14px;
  line-height: 18px;
}

/* end vehicle content that expands */
@media (max-width: 767px) {
  #af-search .af-search-filters {
    z-index: 500;
  }
  #af-search #af-search-disclaimer {
    padding: 15px 20px;
    font-size: 12px;
  }
  #af-search #af-search-disclaimer p {
    padding-bottom: 15px;
  }

  #af-incentives {
    padding: 0;
  }

  #af-search #af-incentives #af-rin-vehicle-boxes > div > div[class^=col-] {
    padding: 0;
  }
  #af-search #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-bar-offers div {
    padding-right: 0;
  }
  #af-search #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-bar-offers div span.af-h5 {
    font-size: 24px;
  }
  #af-search #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-expand {
    padding: 28px 0;
  }
  #af-search #af-incentives #af-rin-vehicle-boxes p.af-h3 {
    text-align: center;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #af-search .af-incentives-title-container {
    height: 70px;
    padding: 0;
  }
  #af-search .af-incentives-title-container h1 {
    font-weight: 600;
    margin-left: 30px;
    float: left;
    line-height: 70px;
  }
  #af-search .af-incentives-title-container .af-open-today-box {
    display: block;
    float: right;
    width: auto;
    padding: 0;
    line-height: 70px;
    margin-right: 30px;
    font-size: 14px;
  }
  #af-search .af-incentives-title-container .af-open-today-box .af-h4 {
    font-size: 14px;
    font-weight: 600;
  }
  #af-search .af-incentives-title-container .af-open-today-box .af-open-today-value {
    font-weight: 600;
  }
  #af-search .af-search-filters {
    width: auto;
    min-width: 300px;
  }
}
@media (min-width: 1200px) {
  #af-search .af-incentives-title-container h1 {
    font-size: 30px;
    text-transform: none;
    margin-left: 50px;
  }
  #af-search .af-incentives-title-container .af-open-today-box {
    margin-right: 50px;
  }

  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-incentive-bar {
    top: -15px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-incentives-text {
    top: 25px;
    right: 25px;
    width: 25%;
    max-width: 300px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers {
    padding-left: 20px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers .af-rin-rf-finance,
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers .af-rin-rf-rebate {
    text-align: left;
    display: block;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers .af-rin-rf-finance-title {
    display: block;
    font-size: 14px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers span.af-h5 {
    display: inline;
    margin-right: 5px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers span.af-rin-offer-type {
    text-transform: uppercase;
    font-size: 14px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers .af-rin-rf-or {
    display: block;
    position: inherit;
    text-align: left;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers .af-rin-rf-or span {
    padding: 0;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-details-container {
    margin-top: 50px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-rf-rates {
    width: 325px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-disclaimer-container {
    width: unset;
    display: block;
    float: none;
    margin-top: 20px;
    position: relative;
    left: 20px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content p.disclaimer,
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content p.af-rin-trims {
    position: relative;
    left: 20px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-incentive-text span {
    display: block;
    position: absolute;
    top: 80px;
    right: 25px;
    background: #fff;
    color: #000;
    font-size: 14px;
    width: 25%;
    max-width: 300px;
    text-transform: uppercase;
    text-align: left;
  }

  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-icon-container .af-safety-sense-icon {
    height: 60px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-icon-container .af-toyota-care-icon {
    height: 60px;
  }
}
@media (min-width: 1600px) {
  section#af-search {
    background: #f4f4f4;
  }
  section#af-search #af-search-container {
    max-width: 1500px;
  }

  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box p.h3text {
    font-size: 2.2rem;
    padding-left: 40px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content {
    margin-top: 65px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers .af-rin-rf-finance-title,
#af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers .af-rin-rf-or span {
    font-size: 16px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-bar-offers span.af-h5 {
    font-size: 28px;
    line-height: 35px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-incentive-bar .af-rin-bar-offers {
    padding-left: 40px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-incentives-text {
    right: 40px;
  }
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content .af-rin-incentive-text span {
    right: 40px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentives-text {
    padding: 12px 30px !important;
  }

  .af-rin-bar-offers div {
    text-align: left !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
  .af-rin-bar-offers span.af-h5 {
    font-size: 22px !important;
  }
}
@media (max-width: 1199px) {
  #af-search #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentive-bar {
    padding-bottom: 100px;
  }
  #af-search #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentive-bar .af-rin-bar-offers {
    width: 100%;
  }
  #af-search #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-content {
    margin-top: 225px !important;
  }
  #af-search #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-incentives-text {
    top: 80px;
    right: 0;
    left: 0;
  }
  #af-search #af-incentives #af-rin-vehicle-boxes .af-rin-model-box .af-rin-icon-container {
    top: 240px;
    width: 100%;
    left: 0;
  }

  #af-incentives #af-rin-vehicle-boxes .af-rin-model-box.af-rin-collapsed {
    height: 550px !important;
  }
}
.af-information-page {
  font-family: "Lato";
}
.af-information-page #sidebar-right {
  display: none;
}
.af-information-page .af-information-section {
  margin-bottom: 40px;
}
.af-information-page .af-cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.af-information-page .af-cta {
  font-size: 16px;
  font-weight: 700;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 245px;
  border: 1px solid #28559A;
  border-radius: 32px;
}
.af-information-page .af-cta.af-brand-cta {
  background-color: #4161A1;
  color: #fff;
}
.af-information-page .af-information-image {
  background-position: center;
  background-size: cover;
  height: 185px;
  margin-bottom: 20px;
}
.af-information-page .af-page-header {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.af-information-page .af-page-header .af-page-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 10px;
  text-shadow: 0px 3px 6px #00000029;
  width: 325px;
}
.af-information-page .af-page-header .af-page-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.af-information-page .af-page-header .af-header-cta {
  background-color: #fff;
  color: #000;
  width: 245px;
}
.af-information-page .af-page-subheader {
  color: #1E2A57;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 20px;
}
.af-information-page .af-page-subheader.af-page-subsubheader {
  font-size: 22px;
  line-height: 26px;
}
.af-information-page .af-subsubsubheader {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.af-information-page p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}
.af-information-page .af-gray-box-container .af-information-image {
  margin-bottom: 0;
}
.af-information-page .af-gray-box {
  background-color: #F4F4F4;
  padding: 25px 15px;
}
.af-information-page .af-white-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
}
.af-information-page .af-white-card {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px 15px;
  width: 100%;
}
.af-information-page .af-card-header {
  color: #1E2A57;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.af-information-page ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.af-information-page li {
  font-size: 16px;
  line-height: 26px;
}
.af-information-page .af-dept-hours .af-dept-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 5px;
}
.af-information-page .af-dept-hours table {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
.af-information-page #af-form-section form {
  margin-right: -15px;
  margin-left: -15px;
}
.af-information-page #af-form-section .form-horizontal label {
  color: #4D4D4D;
  font-weight: 700;
  margin-bottom: 5px;
}
.af-information-page #af-form-section .form-horizontal input,
.af-information-page #af-form-section .form-horizontal textarea {
  margin-bottom: 0;
}
.af-information-page #af-form-section .form-horizontal input.form-control,
.af-information-page #af-form-section .form-horizontal textarea.form-control {
  border: 2px solid #BABABA;
  border-radius: 4px;
}
.af-information-page #af-form-section .af-form-submit .af-btn {
  font-size: 16px;
  font-weight: 700;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  border: 1px solid #28559A;
  border-radius: 32px;
  text-transform: capitalize;
}
.af-information-page #af-form-section .af-form-submit .af-btn.af-brand-btn {
  background-color: #0B125B;
  color: #fff;
}

@media (min-width: 768px) {
  .af-information-page .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .af-information-page .af-cta-container {
    justify-content: flex-start;
  }
  .af-information-page .af-page-subheader {
    font-size: 34px;
    line-height: 50px;
  }
  .af-information-page .af-page-subheader.af-page-subsubheader {
    font-size: 30px;
    line-height: 36px;
  }
  .af-information-page .af-information-image {
    height: 340px;
    margin-bottom: 25px;
  }
  .af-information-page #sidebar-right {
    display: block;
  }
  .af-information-page .af-sidebar-container {
    background-color: #F6F6F8;
    border-radius: 18px;
    box-shadow: 6px 6px 6px #00000029;
    padding: 25px 15px;
    width: 290px;
  }
  .af-information-page .af-sidebar-container p {
    margin-bottom: 0;
  }
  .af-information-page .af-sidebar-container .af-cta-container {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .af-information-page .af-sidebar-container .af-cta-container .af-cta {
    max-width: 100%;
  }
  .af-information-page .af-sidebar-header {
    color: #1E2A57;
    font-size: 20px;
    font-weight: 800;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .af-information-page .af-dept-hours table {
    margin-bottom: 10px;
  }
  .af-information-page .af-sidebar-phone {
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .af-information-page .af-sidebar-phone p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .af-information-page .af-sidebar-phone a {
    font-size: 26px;
  }
  .af-information-page .af-sidebar-address-container {
    display: flex;
  }
  .af-information-page .af-sidebar-address-icon {
    margin-right: 10px;
  }
  .af-information-page .af-sidebar-address {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
  .af-information-page .af-page-header {
    height: 340px;
    margin-bottom: 40px;
  }
  .af-information-page .af-page-header .af-page-title {
    font-size: 40px;
    margin-bottom: 20px;
    width: auto;
  }
  .af-information-page .af-page-header .af-page-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .af-information-page .af-white-cards {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
  }
  .af-information-page .af-white-card {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
  }
  .af-information-page .af-white-card .af-cta-container {
    margin-top: auto;
    justify-content: center;
  }
  .af-information-page #af-form-section .af-page-subheader {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
  }
  .af-information-page #af-form-section .af-form-section-hours {
    display: none;
  }
  .af-information-page #af-form-section .col-md-4 {
    width: 16.66666667%;
  }
  .af-information-page #af-form-section .col-md-6 {
    width: 83.33333333%;
  }
  .af-information-page .form-horizontal .form-group {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .af-information-page > .container {
    max-width: 1500px;
  }
  .af-information-page p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .af-information-page .af-page-header {
    height: 370px;
  }
  .af-information-page .af-page-header .af-page-title {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .af-information-page .af-page-header .af-page-subtitle {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .af-information-page .af-page-subheader {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .af-information-page .af-page-subheader.af-page-subsubheader {
    font-size: 38px;
    line-height: 48px;
  }
  .af-information-page .af-page-subsubsubheader {
    font-size: 22px;
  }
  .af-information-page .af-information-image {
    height: 605px;
    margin-bottom: 35px;
  }
  .af-information-page .af-gray-box {
    padding: 35px 25px;
  }
  .af-information-page .af-white-card {
    width: calc(33.33% - 13.33px);
  }
  .af-information-page .af-card-header {
    font-size: 20px;
  }
  .af-information-page .af-sidebar-container {
    width: 100%;
    max-width: 335px;
  }
  .af-information-page #af-form-section {
    padding: 20px 0 60px;
  }
  .af-information-page #af-form-section .af-page-subheader {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .af-information-page .af-sidebar-container {
    padding: 35px;
  }
  .af-information-page .af-sidebar-container .af-cta-container {
    margin-bottom: 30px;
  }
  .af-information-page .af-sidebar-header {
    font-size: 24px;
  }
  .af-information-page .af-dept-hours table {
    margin-bottom: 20px;
  }
  .af-information-page .af-sidebar-phone {
    margin-bottom: 30px;
  }
}
.maintenance-price li {
  font-weight: bold;
  list-style-type: none;
}

.spacer {
  margin: 30px 0;
}

/*COUPONS*/
.af-coupon {
  margin: 0 0 20px;
}

.af-coupon-container {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #AAAAAA;
}

.af-coupon-container,
.af-coupon-container .af-coupon-info.col-xs-12,
.af-coupon-container .af-coupon-cta.col-xs-12 {
  padding: 0;
}

.af-coupon-info {
  color: #585858;
}

.af-coupon-image {
  padding-top: 15px;
}

.af-coupon-image img {
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
}

#af-static h2.af-coupon-title {
  color: #ffa500;
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: center;
}

#af-static h2.af-coupon-title,
.af-coupon-price {
  font-size: 22px;
}

.af-coupon-price {
  margin-bottom: 5px;
}

.af-coupon-desc {
  font-size: 14px;
}

.af-coupon-detail,
.af-coupon-disclaimer,
.af-coupon-cta {
  text-align: left;
}

.af-coupon-detail {
  color: #333333;
  font-size: 12px;
  padding-left: 25px;
}

.af-coupon-disclaimer {
  font-size: 10px;
  margin-top: 10px;
  color: #999999;
}

.af-coupon-disclaimer p {
  font-size: 10px;
}

.af-expiration {
  text-align: right;
  color: #666666;
  font-size: 11px;
}

.af-coupon-cta {
  font-weight: bold;
}

.af-coupon-cta div {
  border-top: 1px solid #AAAAAA;
  padding: 7px 15px 5px;
}

.af-coupon-cta div:last-of-type {
  border-right: none;
}

.af-icon {
  position: relative;
  top: 6px;
  padding: 0;
  margin-right: 10px;
}

/*PARTS*/
.parts-coupon {
  margin: 20px 0;
}

.details {
  margin-top: 10px;
  padding: 0;
  text-align: center;
}

.details li {
  list-style-type: none;
}

.details li a {
  display: block;
  list-style-type: none;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 300;
}

.details i {
  margin-right: 5px;
}

.parts-img img {
  margin: 0 auto;
}

.af-blue {
  color: #003399;
  font-size: 26px;
}

/*OIL CHANGE SPECIALS*/
.deep-red {
  color: #800000;
}

.border {
  margin-bottom: 15px;
}

.oil-prices li {
  font-size: 16px;
}

.benefits {
  margin-top: 30px;
  padding: 0;
}

.benefits li {
  list-style-type: none;
}

.benefits li p:first-child {
  font-size: 18px;
}

@media (min-width: 600px) {
  .details {
    text-align: left;
  }

  .details li {
    display: inline-block;
  }
}
/*TABLET*/
@media (min-width: 768px) {
  .af-coupon-image img {
    margin: 0;
  }

  .af-coupon-desc {
    text-align: left;
  }

  .af-coupon-detail {
    padding-left: 15px;
  }

  .af-coupon-cta div {
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    padding: 7px 15px 0px;
    cursor: pointer;
    height: 45px;
  }

  .af-coupon-cta div:last-of-type {
    border-right: none;
  }
}
/*DESKTOP*/
@media (min-width: 1440px) {
  .af-coupon-image.col-sm-5 {
    width: 33%;
  }
}
@media (min-width: 1700px) {
  .af-coupon-image.col-sm-5 {
    width: 25%;
  }
}
/*--------------------------------------------------------------
 SPECIALS PAGE STYLES
--------------------------------------------------------------*/
.af-inv-certified-pre-owned-inventory, .af-inv-certified-pre-owned-specials {
  display: none;
}

#content .wrap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#af-search-top {
  display: none;
  background: #0D0C0A url(/wp-content/themes/aftheme17/assets/images/search/af-search-bg.jpg) center center no-repeat;
  background-position: center 0;
  height: 498px;
}

#af-search #af-search-container {
  box-shadow: none;
}

#af-search #af-search-container .af-search-nav {
  background: #f4f4f4;
  border-width: 3px;
  min-width: 300px;
  border-right: 0;
  padding: 0;
  border-top: 1px solid #85868C;
}
#af-search #af-search-container .af-search-nav a {
  color: #fff;
}
#af-search #af-search-container .af-search-nav p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  display: inline-block;
}
#af-search #af-search-container .af-search-nav .af-search-nav-header.af-search-nav-item {
  padding: 20px 0;
  height: 80px;
  text-align: center;
  border-left: 0;
  display: none;
}
#af-search #af-search-container .af-search-nav .af-search-nav-header.af-search-nav-item p {
  font-size: 28px;
  text-transform: uppercase;
}
#af-search #af-search-container .af-search-nav .af-search-nav-item {
  border-bottom: 1px solid #85868C;
  border-top: 0;
  height: 50px;
  text-align: left;
  border-left: 5px solid #85868C;
  background-color: #3C3C44;
  padding: 13px 0;
  text-transform: capitalize;
}
#af-search #af-search-container .af-search-nav .af-search-nav-item.active {
  background: #000;
  border-left: 5px solid #007cc3;
}
#af-search #af-search-container .af-search-nav .af-search-nav-item span.af-icon-inv {
  display: inline-block;
  background: url(/wp-content/themes/aftheme17/assets/images/site/basic-arrow-icon.svg) center center no-repeat;
  fill: #007cc3;
  margin: 0;
  vertical-align: baseline;
  width: 40px;
  height: 15px;
}

.af-inv-certified-specials, .af-inv-certified-inventory {
  display: none !important;
}

#af-specials {
  background: #F4F4F4 !important;
  /* card header rows */
  /* end card header rows  */
}
#af-specials #af-specials-boxes {
  padding-top: 30px;
  margin-top: 0;
}
#af-specials .af-specials-vehicle {
  padding: 20px 15px 30px 15px;
  box-shadow: none;
  max-width: 435px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 3px 3px 8px #d9d9d9;
}
#af-specials .af-specials-vehicle .af-btn {
  margin: 15px auto;
}
#af-specials .af-specials-vehicle td:last-child {
  text-align: right;
}
#af-specials .af-vehicle-card-header {
  color: #000;
}
#af-specials .af-vehicle-card-header-row {
  border-bottom: 1px solid #9C9C9C;
}
#af-specials .af-vehicle-card-header-row:last-of-type {
  border-bottom: none;
}
#af-specials .af-vehicle-card-ymm {
  font-size: 18px;
  margin-top: 10px;
  display: inline;
  padding-right: 5px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
#af-specials .af-vehicle-card-new-arrival {
  color: #707070;
}
#af-specials .af-vehicle-card-vin, #af-specials .af-vehicle-card-stock {
  display: inline-block;
  padding-right: 7px;
  font-size: 12px;
}
#af-specials .af-vehicle-card-stock {
  padding-left: 7px;
}
#af-specials .af-vehicle-card-trim {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  display: block;
}
#af-specials .af-vehicle-card-vin {
  border-right: 1px solid #9C9C9C;
  padding: 5px 5px 5px 0;
}
#af-specials .af-vehicle-card-header-details {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}
#af-specials .af-vehicle-mpg {
  display: block;
}
#af-specials .af-vehicle-mpg-icon {
  display: inline-block;
  height: 18px;
  width: 25px;
  padding-right: 5px;
}
#af-specials .af-vehicle-card-img {
  text-align: center;
  height: 200px;
  padding: 10px 0 15px 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 20px;
}
#af-specials .af-vehicle-card-img img {
  height: 180px;
  width: auto;
}
#af-specials .af-vehicle-main-price {
  position: absolute;
  top: 7px;
  width: 70px;
  background-color: transparent !important;
  color: transparent !important;
}
#af-specials .af-vehicle-card-ymm {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.7;
}
#af-specials .af-vehicle-card-year {
  font-family: "Montserrat", sans-serif;
}
#af-specials .af-vehicle-card-trim {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
#af-specials .af-vehicle-btn h4.af-vehicle-btn-header:after {
  right: 0;
}
#af-specials .af-vehicle-cash {
  max-width: 275px;
  margin: 0 auto;
}
#af-specials .af-vehicle-cash table {
  border-bottom: 1px solid #9c9c9c;
  margin-bottom: 20px;
}
#af-specials .af-vehicle-cash table tr {
  border-top: 1px solid #9C9C9C;
  line-height: 33px;
}
#af-specials .af-vehicle-cash table tr:last-of-type {
  border-bottom: none;
  border-top: 0;
}
#af-specials .af-vehicle-cash td.af-price-label {
  font-size: 12px;
}
#af-specials .af-vehicle-final-price {
  max-width: 275px;
  margin: 0 auto;
}
#af-specials .af-vehicle-pricing-final .af-vehicle-pricing-label {
  width: 50%;
  float: left;
}
#af-specials .af-vehicle-pricing-final .af-vehicle-pricing-price {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
}

#af-specials-disclaimer {
  padding: 30px 0;
}
#af-specials-disclaimer p {
  padding-bottom: 20px;
  font-size: 12px;
  font-family: "PT Sans", sans-serif;
  color: #3e3e3e;
  line-height: 1.7;
}
#af-specials-disclaimer p:last-of-type {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  #af-specials .af-specials-vehicle {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  section#af-search {
    top: 0;
  }

  #af-specials {
    padding: 0;
  }
  #af-specials #af-specials-boxes div[class^=col-] {
    padding: 0 15px;
  }
  #af-specials .af-specials-vehicle {
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #af-specials #af-specials-boxes div[class^=col-] {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #af-search #af-specials.af-search-match-container {
    width: 100%;
  }
  #af-search #af-specials #af-specials-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  #af-search #af-specials #af-specials-boxes div[class^=col-] {
    margin-bottom: 30px;
    max-width: 50%;
    flex-basis: 100%;
  }
  #af-search #af-specials #af-specials-boxes .af-specials-vehicle {
    height: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  #af-search #af-specials #af-specials-boxes div[class^=col-] {
    max-width: 33.3333%;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  #af-specials #af-specials-boxes div[class^=col-] {
    width: 50%;
    padding: 0 15px;
  }
  #af-specials #af-specials-boxes .clearfix.hidden-sm {
    display: none !important;
  }
  #af-specials #af-specials-boxes .clearfix.visible-sm {
    display: initial !important;
  }
}
@media (min-width: 1600px) {
  #af-specials #af-specials-boxes .af-specials-vehicle {
    margin: 0 auto 30px auto;
  }

  section#af-search #af-search-container {
    margin: 0 auto;
  }

  #main .af-incentives-title-container {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.af-incentives-title-container {
  background-image: url(/wp-content/themes/aftheme17/assets/images/incentives/incentives-title-bg.jpg);
  padding: 20px 0;
}
.af-incentives-title-container h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}
.af-incentives-title-container .af-open-today-box {
  background-color: transparent;
  display: none;
}

@media (min-width: 768px) {
  .af-incentives-title-container {
    height: 70px;
    padding: 0;
  }
  .af-incentives-title-container h1 {
    font-weight: 600;
    margin-left: 30px;
    float: left;
    line-height: 70px;
  }
  .af-incentives-title-container .af-open-today-box {
    display: block;
    float: right;
    width: auto;
    padding: 0;
    line-height: 70px;
    margin-right: 30px;
    font-size: 14px;
  }
  .af-incentives-title-container .af-open-today-box .af-h4 {
    font-size: 14px;
    font-weight: 600;
  }
  .af-incentives-title-container .af-open-today-box .af-open-today-value {
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .af-incentives-title-container h1 {
    font-size: 30px;
    text-transform: none;
    margin-left: 50px;
  }
  .af-incentives-title-container .af-open-today-box {
    margin-right: 50px;
  }
}
#af-service-dept .af-page .container-fluid {
  margin-top: -250px;
}
#af-service-dept .af-page .af-page-header {
  padding: 140px 15px 180px 15px;
  z-index: 0;
}
#af-service-dept .af-page .af-page-header h1.af-page-title {
  display: none;
}
#af-service-dept .af-page .af-service-header-block {
  position: relative;
  top: -250px;
  text-align: center;
}
#af-service-dept .af-page .af-service-header-block h2 {
  color: #fff;
  font-size: 22px;
  padding-left: 0;
}
#af-service-dept .af-page .af-service-header-block .af-service-phone-bar {
  font-size: 16px;
  background: transparent;
  padding-top: 20px;
  text-align: left;
  padding-bottom: 25px;
}
#af-service-dept .af-page .af-service-header-block .af-service-phone-bar p {
  text-align: center;
}
#af-service-dept .af-page .af-service-header-block .af-service-phone-bar p a.ajaxphone-default-href {
  font-size: 16px;
  color: #007cc3;
  font-weight: 600;
  position: relative;
  top: 5px;
}
#af-service-dept .af-page .af-service-header-block .af-service-hours {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
}
#af-service-dept .af-page .af-service-header-block .af-service-hours .col-xs-6 {
  width: 100%;
}
#af-service-dept .af-page .af-service-header-block .af-service-hours .col-xs-6 p {
  border-bottom: none;
  line-height: 1.4;
  font-weight: 600;
  font-size: 16px;
}
#af-service-dept .af-page .af-service-header-block table td {
  font-size: 14px;
}
#af-service-dept .af-page .af-page-text {
  padding: 0;
}
#af-service-dept .af-page .af-h3 {
  padding-bottom: 15px;
}
#af-service-dept .af-page .af-h4 {
  padding-bottom: 15px;
}
#af-service-dept .af-page ul li {
  text-transform: uppercase;
}
#af-service-dept .af-page .af-page-btn-container {
  margin-top: 30px;
}
#af-service-dept .af-page .af-page-btn-container .af-btn {
  margin-right: 25px;
  color: #007cc3;
  border-color: #007cc3;
}

#af-service-dept .af-service-header-block {
  font-size: 20px;
  text-align: center;
}
#af-service-dept .af-service-header-block .af-service-center-img img {
  height: 140px;
  width: auto;
  margin-bottom: 5px;
}
#af-service-dept .af-service-header-block .af-service-hours {
  margin: 0 auto;
  clear: both;
  float: none;
}
#af-service-dept .af-service-header-block .af-service-hours p {
  padding: 0;
  text-align: center;
}
#af-service-dept .af-service-header-block table td {
  font-size: 16px;
  width: 45%;
  line-height: 25px;
}
#af-service-dept .af-service-header-block table td:first-of-type {
  text-align: right;
}
#af-service-dept .af-service-header-block table td.af-table-spacer {
  width: 10%;
}
#af-service-dept .af-service-header-block table td:last-of-type {
  text-align: left;
}

#af-service-dept #af-sidebar .af-sidebar-phone {
  padding-bottom: 40px;
}
#af-service-dept #af-sidebar .af-sidebar-dept-name {
  padding-bottom: 20px;
}
#af-service-dept #af-sidebar .af-page-btn-container .af-btn {
  width: 100%;
  margin: 0 auto 25px auto;
  text-align: center;
}
#af-service-dept #af-sidebar .af-page-btn-container .af-btn svg {
  position: relative;
  top: 1px;
  left: 3px;
  height: 13px;
  width: 13px;
  fill: #007cc3;
}
#af-service-dept #af-sidebar .af-page-btn-container .af-btn:hover {
  background-color: #00639c;
  color: #fff;
  transition: all 500ms ease;
}
#af-service-dept #af-sidebar .af-page-btn-container .af-btn:hover svg {
  fill: #fff;
  transition: all 500ms ease;
}
#af-service-dept #af-sidebar .af-page-btn-container img {
  margin-top: 15px;
}

@media (min-width: 768px) {
  #af-service-dept .af-page .af-service-header-block h2 {
    font-size: 28px;
  }
  #af-service-dept .af-page .af-service-header-block .af-service-hours {
    max-width: 550px;
    margin-bottom: 45px;
  }
  #af-service-dept .af-page .af-service-header-block .af-service-hours .col-xs-6 {
    width: 50%;
  }
  #af-service-dept .af-page .af-service-header-block .af-service-hours .col-xs-6 p {
    margin-top: 25px;
    font-size: 18px;
  }

  #af-service-dept .af-service-header-block .af-service-hours p {
    font-size: 18px;
  }
}
/* -------- Services Section (ALL) -------- */
#af-service-dept-page-services {
  background: url(/wp-content/themes/aftheme17/assets/images/incentives/incentives-title-bg.jpg);
  background-size: cover;
  color: #fff;
  padding: 25px 0 50px 0;
}
#af-service-dept-page-services h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
}
#af-service-dept-page-services ul {
  list-style-type: none;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
#af-service-dept-page-services ul li {
  font-size: 1em;
  text-transform: uppercase;
  padding: 6px 0;
  text-align: left;
}
#af-service-dept-page-services ul li:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  transform: rotate(-45deg);
}

/* -------- Specials & Coupons Section (ALL) -------- */
#af-service-dept-page-specials {
  padding: 50px 0 70px 0;
}
#af-service-dept-page-specials h1 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding-bottom: 30px;
}

#af-service-dept .af-coupon {
  margin-bottom: 20px;
  padding: 0 10px;
}
#af-service-dept .af-coupon .af-coupon-container {
  padding: 0;
}
#af-service-dept .af-coupon .af-coupon-container > .af-coupon-info {
  border: 1px solid #9C9C9C;
  border-bottom: none;
  padding-top: 15px;
}
#af-service-dept .af-coupon .af-coupon-container > .af-coupon-info img {
  margin: 0 auto;
}
#af-service-dept .af-coupon .af-coupon-container > .af-coupon-info li {
  font-size: 14px;
  line-height: 1.3;
}
#af-service-dept .af-coupon .af-coupon-container > .af-coupon-info .af-coupon-price,
#af-service-dept .af-coupon .af-coupon-container > .af-coupon-info .af-coupon-title {
  font-size: 18px;
  text-align: center;
}
#af-service-dept .af-coupon .af-coupon-container > .af-coupon-info .af-coupon-title {
  color: #FFA416;
  margin: 0;
  font-weight: 700;
}
#af-service-dept .af-coupon .af-coupon-container > .af-coupon-info .af-expiration {
  float: right;
  font-size: 12px;
}
#af-service-dept .af-coupon .af-coupon-container > .af-coupon-info .af-coupon-disclaimer p {
  font-size: 11px;
  line-height: 1.3;
}
#af-service-dept .af-coupon p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 5px;
}
#af-service-dept .af-coupon .af-coupon-cta {
  padding: 0;
}
#af-service-dept .af-coupon .af-coupon-cta div {
  border: 1px solid #9C9C9C;
  font-weight: 400;
  color: #000;
}
#af-service-dept .af-coupon .af-coupon-cta a {
  color: #000;
}
#af-service-dept .af-coupon .af-coupon-cta svg.af-email-icon,
#af-service-dept .af-coupon .af-coupon-cta svg.af-print-icon {
  margin-bottom: -7px;
  margin-right: 10px;
}
#af-service-dept .af-coupon .af-coupon-cta .af-coupon-book,
#af-service-dept .af-coupon .af-coupon-cta .af-coupon-print {
  padding: 5px 15px;
  cursor: pointer;
}

/* -------- Amenities Section (ALL) -------- */
#af-service-dept-page-amenities {
  color: #000;
  width: 100%;
  height: 100%;
}
#af-service-dept-page-amenities .af-service-amenities-img {
  padding: 0;
}
#af-service-dept-page-amenities .af-service-amenities {
  padding: 30px 15px;
}
#af-service-dept-page-amenities ul.af-service-amenities-list {
  list-style-type: none;
}
#af-service-dept-page-amenities ul.af-service-amenities-list li {
  font-size: 18px;
  text-transform: capitalize;
}

.af-service-content-container {
  flex-direction: column-reverse;
}

@media (max-width: 767px) {
  #af-service-dept #af-sidebar .af-sidebar-phone {
    padding-bottom: 30px;
  }
  #af-service-dept #af-sidebar .af-sidebar-dept-name {
    padding-bottom: 20px;
  }
  #af-service-dept #af-sidebar .af-sidebar-dept-name span {
    display: none;
  }

  .af-coupon-cta {
    text-align: center;
  }

  #af-service-dept .af-page ul li {
    font-size: 14px;
  }
  #af-service-dept .af-page .af-page-text {
    padding: 0 10px;
  }
  #af-service-dept .af-page .af-service-header-block .af-service-hours {
    padding: 3px 15px;
  }

  /* -------- Services Section (MOBILE) -------- */
  #af-service-dept-page-services ul {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
  }
  #af-service-dept-page-services ul li {
    text-transform: uppercase;
    padding: 6px 15px;
    border-bottom: 1px solid #707070;
  }
  #af-service-dept-page-services ul li:first-of-type {
    border-top: 1px solid #707070;
  }
  #af-service-dept-page-services ul li:after {
    height: 7px;
    width: 7px;
    margin-left: 10px;
  }

  #af-service-amenities ul {
    padding-bottom: 25px;
  }

  #af-service-dept .af-mobile-ad {
    padding: 15px;
    text-align: center;
  }
}
#af-service-dept .af-header-block-btns .af-btn {
  margin: 0 auto 25px auto;
  color: #007cc3;
  border-color: #007cc3;
  width: 95%;
}

#af-service-dept .af-page .af-page-header {
  padding: 80px 0 200px;
  margin: 0;
}

#af-service-dept .af-service-header-block {
  padding: 0;
}
#af-service-dept .af-service-header-block .af-service-center-img {
  background: rgba(255, 255, 255, 0.9);
  width: auto;
  position: absolute;
  top: -210px;
  z-index: 4;
  padding: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 135px;
  width: 165px;
}
#af-service-dept .af-service-header-block .af-service-center-img img {
  height: 100px;
  width: auto;
}
#af-service-dept .af-service-header-block .af-service-phone-bar {
  background: #000;
  padding: 15px;
  text-align: center;
}
#af-service-dept .af-service-header-block .af-service-phone-bar p {
  padding: 0;
  color: #fff;
  line-height: 1;
}
#af-service-dept .af-service-header-block .af-service-hours {
  margin: 15px auto 25px auto;
  max-width: 350px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  #af-service-dept .af-service-header-block {
    padding: 0;
  }
  #af-service-dept .af-service-header-block .af-service-center-img {
    top: -170px;
  }
}
@media (min-width: 768px) {
  .border-bottom-tab {
    border-bottom: 1px solid #707070;
  }

  #af-service-dept-page-services li {
    width: 105%;
    border-top: 1px solid #707070;
    -webkit-column-break-inside: avoid;
  }
}
@media (min-width: 768px) {
  /* -------- Services Section (TABLET) -------- */
  #af-service-dept-page-services ul {
    columns: 2;
  }
  #af-service-dept-page-services ul li:after {
    margin-top: 10px;
  }

  /* -------- Amenities Section (TABLET) -------- */
  #af-service-dept-page-amenities .af-service-amenities {
    padding: 60px 15px;
  }
  #af-service-dept-page-amenities .af-service-amenities ul.af-service-amenities-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  #af-service-dept-page-amenities .af-service-amenities ul.af-service-amenities-list li {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #af-service-dept .af-page .af-service-header-block {
    float: right;
    width: 70%;
  }
  #af-service-dept .af-page .af-page-content #content-left,
#af-service-dept .af-page .af-page-content #sidebar-right {
    margin-top: -250px;
  }

  #af-service-dept-page-amenities {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #af-service-dept-page-amenities .af-service-amenities-img {
    width: 50%;
  }
  #af-service-dept-page-amenities .af-service-amenities {
    width: 50%;
    padding: 20px 15px 0 15px;
  }
  #af-service-dept-page-amenities .af-service-amenities h2.af-h2 {
    font-size: 24px;
  }
  #af-service-dept-page-amenities .af-service-amenities ul.af-service-amenities-list {
    width: 100%;
  }
  #af-service-dept-page-amenities .af-service-amenities ul.af-service-amenities-list li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  /* -------- Services Section (DESKTOP) -------- */
  #af-service-dept .af-page .af-page-text {
    margin: 30px 0;
  }
  #af-service-dept .af-page .af-service-header-block {
    width: 55%;
  }
  #af-service-dept .af-page .af-service-header-block h2 {
    font-size: 30px;
  }
  #af-service-dept .af-page .af-page-btn-container {
    margin-top: 85px;
  }

  #af-service-dept-page-services .ignore {
    padding: 50px 0 90px 0;
  }
  #af-service-dept-page-services .ignore ul {
    columns: 3;
  }
  #af-service-dept-page-services .ignore ul li {
    padding-left: 25%;
    border-top: 1px solid #707070;
    width: 105%;
    -webkit-column-break-inside: avoid;
  }
  #af-service-dept-page-services .ignore ul .border-bottom-desk {
    border-bottom: 1px solid #707070;
  }

  .af-coupon {
    padding: 0;
  }

  /* -------- Amenities Section (DESKTOP) -------- */
  #af-service-dept-page-amenities .container .ignore {
    margin-left: 0;
  }
  #af-service-dept-page-amenities .container .ignore .af-service-amenities {
    padding: 90px 0 120px 0;
    padding-left: 5%;
  }
  #af-service-dept-page-amenities .container .ignore .af-service-amenities h2 {
    font-size: 34px;
  }

  #af-service-dept-page-amenities .container {
    max-width: none;
  }
  #af-service-dept-page-amenities .container .af-service-amenities h2.af-h2 {
    font-size: 28px;
    padding-left: 10px;
  }
  #af-service-dept-page-amenities .container .af-service-amenities ul.af-service-amenities-list li {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  #af-service-dept .af-page .af-service-header-block {
    width: 45%;
  }
  #af-service-dept .af-page .af-service-header-block h2 {
    font-size: 34px;
  }
  #af-service-dept .af-page .af-service-header-block .af-service-phone-bar {
    font-size: 18px;
  }
  #af-service-dept .af-page .af-service-header-block .af-service-phone-bar p a.ajaxphone-default-href {
    font-size: 20px;
  }

  #af-service-dept-page-amenities .af-service-amenities {
    padding: 60px 0 0 40px;
  }
  #af-service-dept-page-amenities .af-service-amenities h2.af-h2 {
    font-size: 32px;
  }
}
/* IE Specific */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #af-service-dept-page-services > ul > li.border-bottom-tab.border-bottom-desk {
    margin-bottom: 17px;
  }

  #af-service-dept .af-page .af-service-header-block .af-service-center-img {
    position: static;
  }

  #af-service-dept .af-page .af-service-header-block .af-service-phone-bar {
    float: right;
  }
}
#af-featured-model-page {
  padding: 25px 10px;
}

.af-tab-container {
  height: 0;
  overflow: hidden;
}

#af-featured-model-page .af-model-top {
  border: 1px solid #9C9C9C;
}
#af-featured-model-page .af-model-top .af-model-title {
  padding: 22px;
  background: #111720;
  color: #fff;
  width: 100%;
}
#af-featured-model-page .af-model-top .af-model-image {
  padding: 15px;
  width: 100%;
  text-align: center;
}
#af-featured-model-page .af-model-top .af-model-image .af-btn {
  width: 230px;
  margin: 0 auto;
}
#af-featured-model-page .af-model-top .af-model-specs {
  background: #F0F0F0;
  float: left;
  width: 100%;
  border-top: 1px solid #D8D8D8;
}
#af-featured-model-page .af-model-top .af-model-specs div[class^=col-] {
  padding: 20px 15px;
  border-bottom: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}
#af-featured-model-page .af-model-top .af-model-specs div[class^=col-]:last-of-type {
  border-right: none;
}
#af-featured-model-page .af-model-top .af-model-contact {
  padding-top: 20px;
  background: url("/wp-content/themes/aftheme17/assets/images/page/research-pattern.jpg") center center;
  background-repeat: repeat;
  color: #fff;
}
#af-featured-model-page .af-model-top .af-model-contact .af-model-contact-top {
  text-align: center;
}
#af-featured-model-page .af-model-top .af-model-contact .af-required-text {
  padding-bottom: 25px;
}
#af-featured-model-page .af-model-top .af-model-contact .af-form-container {
  padding: 0 10px;
}
#af-featured-model-page .af-model-top .af-model-contact .form-horizontal label {
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
#af-featured-model-page .af-model-top .af-model-contact .form-horizontal textarea {
  margin-bottom: 15px;
  height: 90px;
}
#af-featured-model-page .af-model-top .af-model-contact .form-horizontal .af-form-submit button {
  max-width: 100%;
}

#af-featured-model-page .af-model-details {
  padding: 80px 15px 30px 15px;
}
#af-featured-model-page .af-model-details .af-model-main-details {
  justify-content: center;
}
#af-featured-model-page .af-model-details .af-model-details-col {
  padding: 0 30px;
}
#af-featured-model-page .af-model-details .af-model-details-col.af-model-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#af-featured-model-page .af-model-details .af-model-details-col .af-btn {
  display: block;
}
#af-featured-model-page .af-model-details .af-model-specs ul li {
  list-style-type: none;
  text-transform: uppercase;
  line-height: 1.8;
  font-size: 14px;
}
#af-featured-model-page .af-model-details .af-model-specs ul li span {
  text-transform: capitalize;
  padding-left: 5px;
}

#af-featured-model-page #af-research-trims-compareResults #af-research-trims-trim-compare-div {
  text-align: center;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#af-featured-model-page #af-research-trims-compareResults th {
  background: #F0F0F0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#af-featured-model-page #af-research-trims-compareResults td {
  text-align: center;
  width: 25%;
  font-size: 14px;
}
#af-featured-model-page #af-research-trims-compareResults h3 {
  text-align: center;
  font-size: 24px;
  visibility: hidden;
}
#af-featured-model-page #af-research-trims-compareResults h3 button {
  display: none;
}
#af-featured-model-page #af-research-trims-compareResults #af-research-trims-trimCompareBackBottom {
  background: #007cc3;
  color: #fff;
  border-radius: 25px;
  border: 0;
  margin-bottom: 20px;
  padding: 6px 20px;
  text-transform: uppercase;
}
#af-featured-model-page #af-research-trims-compareResults .af-research-trims-compare-button-quote {
  border-radius: 25px;
  border: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 6px 20px;
  text-transform: uppercase;
}
#af-featured-model-page #af-research-trims-compareResults .af-research-trims-compare-button-quote:hover, #af-featured-model-page #af-research-trims-compareResults .af-research-trims-compare-button-quote:active, #af-featured-model-page #af-research-trims-compareResults .af-research-trims-compare-button-quote:focus {
  background: #00639c;
}
#af-featured-model-page #af-research-trims-compareResults .af-research-trims-compare-trimname {
  font-size: 20px;
  text-align: center;
}
#af-featured-model-page #af-research-trims-compareResults .af-research-trims-compare-trimextended {
  font-size: 18px;
  text-align: center;
  color: #111820;
  /* SCION COMPLIANT COLOR */
}
#af-featured-model-page #af-research-trims-compareResults .af-research-trims-compare-price {
  font-size: 24px;
  margin-top: 7px;
}
#af-featured-model-page #af-research-trims-compareResults .af-research-trims-inventory-compare-price {
  font-size: 24px;
  text-align: center;
}
#af-featured-model-page #af-research-trims-compareResults .af-research-trims-compare-phone-box {
  display: none;
}
#af-featured-model-page #af-research-trims-compareResults .af-research-trims-compare-image {
  max-width: 225px;
  margin: 0 auto;
}

#af-featured-model-page .af-model-available-options h1 {
  text-align: center;
  font-size: 24px;
}
#af-featured-model-page .af-model-available-options ul p {
  padding-bottom: 30px;
}
#af-featured-model-page .af-model-available-options ul li {
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1.7;
}
#af-featured-model-page .af-model-available-options ul li span {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  padding-left: 5px;
}
#af-featured-model-page .af-model-available-options .af-model-available-group {
  text-align: center;
}
#af-featured-model-page .af-model-available-options .af-model-available-group .af-btn.af-btn-round {
  border-radius: 25px;
  margin: 0 auto;
  height: 35px;
  padding: 7px;
  font-size: 14px;
  width: 185px;
  color: #fff;
  min-width: 150px;
}
#af-featured-model-page .af-model-available-options .af-model-available-group .af-model-type .af-research-trims-compare-vehicle-checkbox {
  margin-top: 15px;
}
#af-featured-model-page .af-model-available-options .af-model-available-group .af-model-type input[type=checkbox] {
  height: auto;
}
#af-featured-model-page .af-model-available-options .af-model-available-group .af-model-trim {
  padding-bottom: 20px;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup {
  height: 100%;
  background: #F0F0F0;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup .af-tab-title {
  display: block;
  position: relative;
  width: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 15px;
  color: #007cc3;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup .af-tab-title svg {
  margin-right: 5px;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup .af-tab-title.af-tab-active svg {
  transform: rotate(180deg);
  transition: all 500ms ease;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup tr {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup tr:last-of-type {
  border-bottom: none;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup td:first-of-type {
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 14px;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup td.af-equipment-category {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup td:first-of-type {
  padding-left: 15px;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup td:last-of-type {
  padding-right: 15px;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup .af-tab-container.af-tab-paragraph.af-tab-active {
  border-bottom: 1px solid #ddd;
}
#af-featured-model-page .af-model-available-options .af-model-specs-tabgroup p.af-tab-content {
  padding: 15px;
  position: relative;
  display: block;
}

#af-featured-model-page .af-model-contact-section {
  padding: 40px 0 35px 0;
}
#af-featured-model-page .af-model-contact-section h1 {
  padding-bottom: 10px;
}
#af-featured-model-page .af-model-contact-section #af-model-contact-form input.form-control {
  border-color: #9C9C9C;
}
#af-featured-model-page .af-model-contact-section #af-model-contact-form label {
  display: none;
}
#af-featured-model-page .af-model-contact-section #af-model-contact-form textarea.form-control {
  margin-bottom: 15px;
  border: 2px solid #9C9C9C;
  height: 44px;
}
#af-featured-model-page .af-model-contact-section #af-model-contact-form .af-form-submit button {
  margin: 15px 0 0 0;
}

@media (max-width: 991px) {
  #af-model-contact-form {
    padding-top: 30px;
  }
  #af-model-contact-form .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #af-featured-model-page .af-model-top .af-model-title {
    padding: 11px 0;
    text-align: center;
  }
  #af-featured-model-page .af-model-image img {
    padding: 40px;
  }
  #af-featured-model-page .af-model-image .af-btn {
    border-radius: 25px;
    margin: 0 auto;
    height: 35px;
    padding: 7px;
    font-size: 14px;
    width: 185px;
  }
  #af-featured-model-page .af-model-specs div[class^=col-] {
    padding: 15px;
  }
  #af-featured-model-page .af-model-specs div[class^=col-]:nth-of-type(2) {
    border-right: none;
  }
  #af-featured-model-page .af-model-contact {
    background: #111720;
    color: #fff;
  }
  #af-featured-model-page .af-model-contact .af-model-contact-top {
    text-align: center;
    padding-bottom: 20px;
  }
  #af-featured-model-page .af-model-contact .af-form-title {
    background: #007cc3;
    font-size: 20px;
    padding: 15px;
  }
  #af-featured-model-page .af-model-contact .af-form-container {
    padding: 0 10px;
  }
  #af-featured-model-page .af-model-contact .form-horizontal label {
    padding-bottom: 10px;
  }
  #af-featured-model-page .af-model-contact .form-horizontal input {
    margin-bottom: 10px;
  }
  #af-featured-model-page .af-model-available-options {
    padding-top: 20px;
    padding-bottom: 0;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
  }
  #af-featured-model-page .af-model-available-options .af-model-type {
    padding-bottom: 50px;
  }
  #af-featured-model-page .af-model-available-options .af-model-available-group {
    padding-bottom: 15px;
  }
  #af-featured-model-page .af-model-available-options p.af-header-subtext {
    line-height: 1;
    padding-bottom: 40px;
  }
  #af-featured-model-page .af-model-available-options .af-btn.af-btn-round {
    width: 185px;
  }

  #af-featured-model-page .af-model-details .af-model-main-details {
    flex-direction: column;
  }
  #af-featured-model-page .af-model-details .af-model-main-details .af-model-details-col {
    padding: 30px 0;
    border-bottom: 1px solid #9C9C9C;
  }
  #af-featured-model-page .af-model-details .af-model-main-details .af-model-details-col.af-model-title {
    order: 1;
  }
  #af-featured-model-page .af-model-details .af-model-main-details .af-model-details-col.af-model-price {
    order: 3;
    border-bottom: none;
  }
  #af-featured-model-page .af-model-details .af-model-main-details .af-model-details-col.af-model-specs {
    order: 2;
  }

  #af-featured-model-page .af-model-available-options .af-model-type p {
    padding: 20px 0;
  }

  .af-research-trims-compare-vehicle-checkbox {
    display: none;
  }
}
@media (min-width: 768px) {
  #af-featured-model-page .af-model-header {
    text-align: center;
  }
  #af-featured-model-page .af-model-header .af-model-header-bg {
    height: 315px;
  }
  #af-featured-model-page .af-model-header img {
    margin-top: 100px;
  }

  #af-featured-model-page .af-model-top .af-model-contact {
    padding-bottom: 35px;
  }
  #af-featured-model-page .af-model-top .af-contact-or {
    color: #000;
    background: #fff;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 90px;
    text-align: center;
    margin: 20px auto 5px auto;
  }
  #af-featured-model-page .af-model-top .af-form-title {
    text-align: center;
  }
  #af-featured-model-page .af-model-top .af-required-text {
    text-align: center;
  }
  #af-featured-model-page .af-model-top .form-group {
    text-align: center;
  }
  #af-featured-model-page .af-model-top input.form-control, #af-featured-model-page .af-model-top label.control-label, #af-featured-model-page .af-model-top textarea.form-control {
    display: inline-block;
  }
  #af-featured-model-page .af-model-top label.control-label {
    width: 20%;
    vertical-align: top;
    padding-right: 20px;
  }
  #af-featured-model-page .af-model-top input.form-control, #af-featured-model-page .af-model-top textarea.form-control, #af-featured-model-page .af-model-top .af-form-submit {
    width: 50%;
  }
  #af-featured-model-page .af-model-top .af-form-submit {
    display: inline-block;
  }

  #af-featured-model-page .af-model-details {
    padding: 170px 0 45px 0;
  }
  #af-featured-model-page .af-model-details .af-model-main-details {
    padding-bottom: 50px;
  }
  #af-featured-model-page .af-model-details .af-model-details-col {
    width: auto;
    padding: 0 30px;
    border-right: 1px solid #9C9C9C;
  }
  #af-featured-model-page .af-model-details .af-model-details-col:last-of-type {
    border-right: none;
  }

  #af-featured-model-page .af-model-available-options h1 {
    font-size: 38px;
  }
  #af-featured-model-page .af-model-available-options p.af-header-subtext {
    padding-bottom: 35px;
    font-size: 14px;
  }
  #af-featured-model-page .af-model-available-options ul {
    padding-bottom: 10px;
  }
  #af-featured-model-page .af-model-available-options ul p {
    padding-bottom: 40px;
  }
  #af-featured-model-page .af-model-available-options .af-model-type {
    padding: 0 40px 50px 40px;
  }
  #af-featured-model-page .af-model-available-options .af-model-type p {
    padding: 20px 0;
  }
  #af-featured-model-page .af-model-available-options .af-model-available-group {
    padding: 30px 0;
  }
  #af-featured-model-page .af-model-available-options .af-model-available-group .af-compare-btn .af-btn {
    width: 230px;
    margin: 0 auto;
  }
  #af-featured-model-page .af-model-available-options .af-model-specs-tabgroup {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  #af-featured-model-page .af-model-available-options .af-model-specs-tabgroup td:first-of-type {
    width: 400px;
  }

  #af-featured-model-page .af-model-contact-section {
    padding: 60px 0 35px;
  }
  #af-featured-model-page .af-model-contact-section h1 {
    line-height: 1;
  }
}
@media (min-width: 992px) {
  #af-featured-model-page {
    padding-top: 40px;
  }

  #af-featured-model-page .af-model-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #af-featured-model-page .af-model-top .af-model-top-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    border-right: 1px solid #9C9C9C;
  }
  #af-featured-model-page .af-model-top .af-model-top-left .af-model-title h1 {
    font-size: 30px;
  }
  #af-featured-model-page .af-model-top .af-model-top-left img {
    max-width: 400px;
  }
  #af-featured-model-page .af-model-top .af-model-top-left .af-btn {
    bottom: -60px;
  }
  #af-featured-model-page .af-model-top label.control-label {
    width: 30%;
  }
  #af-featured-model-page .af-model-top input.form-control, #af-featured-model-page .af-model-top textarea.form-control, #af-featured-model-page .af-model-top .af-form-submit {
    width: 260px;
  }

  #af-featured-model-page .af-model-contact-section .af-form-container .form-control {
    margin-bottom: 0;
  }
  #af-featured-model-page .af-model-contact-section .af-form-container .af-form-submit {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  #af-featured-model-page .af-model-top .af-model-top-left .af-btn {
    bottom: -100px;
  }
  #af-featured-model-page .af-model-type .af-model-trim {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 125px;
    justify-content: center;
    align-items: center;
  }
}
/*--------------------------------------------------------------
Site Header Settings
--------------------------------------------------------------*/
/* make header sticky */
#masthead.site-header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
#masthead.site-header a.menu-scroll-down {
  display: none;
}
#masthead.site-header .wrap {
  max-width: 100%;
  width: 100%;
}
#masthead.site-header .wrap #af-dealer-masthead {
  width: 100%;
}

#af-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 0px;
  background: #58595B;
  color: #fff;
  justify-content: space-between;
  padding: 0 20px;
}
#af-header .af-header-left, #af-header .af-header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto;
  align-self: center;
}
#af-header .af-header-left {
  justify-content: flex-start;
  width: auto;
}
#af-header .af-header-right {
  justify-content: flex-end;
}
#af-header #af-dealer-info {
  align-self: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
#af-header #af-dealer-info .af-dealer-name a {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
#af-header #af-dealer-info .af-dealer-addr {
  font-size: 0.8rem;
}
#af-header #af-header-phone-group {
  text-align: right;
  align-self: center;
  font-size: 1rem;
}
#af-header #af-header-phone-group a {
  display: block;
}
#af-header #af-header-phone-group a span {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}
#af-header .af-header-btn {
  margin: auto;
}
#af-header .af-header-btn .af-icon-calendar {
  vertical-align: bottom;
}

header #af-dealer-info .af-dealer-name a {
  padding-bottom: 0;
  padding-left: 7px;
  max-width: 220px;
}
header #af-dealer-info .af-dealer-name a h1 {
  font-size: 17px;
}
header #af-dealer-info #af-dealer-addr {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 7px;
  line-height: 16px;
  max-width: 295px;
}

#mega-menu-wrap-top #mega-menu-top #af-header-social {
  display: block;
}
#mega-menu-wrap-top #mega-menu-top #af-header-social a {
  padding: 0;
  display: inline;
}
#mega-menu-wrap-top #mega-menu-top #af-header-social a img {
  max-width: 25px;
  max-height: 25px;
  margin-top: -1px;
}

#af-header-phone-group .af-dealer-phone {
  padding: 0 20px;
  text-transform: uppercase;
}

.af-header-btn {
  text-transform: uppercase;
}
.af-header-btn a {
  padding: 0 20px;
  color: #007cc3;
}
.af-header-btn a svg {
  fill: #007cc3;
  max-width: 15px;
  position: relative;
  top: 5px;
}

#af-header-right-container {
  border-left: 1px solid #9c9c9c;
  font-size: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #af-header #af-header-social {
    width: 70px;
  }
  #af-header #af-header-phone-group {
    text-align: left;
    padding: 0 20px;
    width: 300px;
  }
  #af-header #af-header-phone-group a {
    display: inline-block;
    text-align: left;
  }
  #af-header #af-header-phone-group a span {
    display: inline-block;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  header #af-dealer-info .af-dealer-name a h1 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #af-header {
    padding: 0 40px;
  }
  #af-header #af-header-phone-group {
    font-size: 1.2rem;
    text-align: left;
    display: inherit;
  }
  #af-header #af-header-phone-group .af-dealer-phone {
    margin-right: 30px;
    line-height: 1.3;
  }
  #af-header #af-header-phone-group a span {
    display: block;
  }
  #af-header #af-header-social {
    width: auto;
    margin-right: 30px;
  }
  #af-header .af-header-btn {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  #af-header {
    padding: 0 80px;
  }
  #af-header #af-header-phone-group {
    align-self: center;
    font-size: 1.4rem;
    margin: 0 30px 0 10px;
  }
  #af-header #af-header-phone-group .af-dealer-phone:first-of-type {
    margin-right: 45px;
  }
}
/*--------------------------------------------------------------
Navigation CSS
--------------------------------------------------------------*/
.af-header-logo {
  display: none;
}

/* overwriting default */
.navigation-top {
  border: 0;
  position: relative;
  background-color: #fff;
  border-top: 2px solid #9C9C9C;
  border-bottom: 2px solid #9C9C9C;
}

#mega-menu-wrap-top {
  clear: both;
  background: transparent;
}

#site-navigation #mega-menu-wrap-top #mega-menu-top .af-dealer-logo-nav {
  height: 60px;
  background-size: contain;
  width: 120px;
  display: inline-block;
  position: relative;
  top: 15px;
}
#site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
  width: auto;
}
#site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1199px) {
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle {
    align-items: center;
    border-radius: 0;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle a.mega-menu-logo {
    padding: 0;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .af-dealer-addr-location-pin {
    width: 10px;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-left {
    max-width: 75px;
    background: #fff;
    height: 100%;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-left.mega-toggle-block {
    margin-left: 0;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-center {
    justify-content: flex-start;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 0;
    z-index: 2;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .af-dealer-nav-title {
    color: #000;
    text-transform: uppercase;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-4 .mega-toggle-label {
    position: absolute;
    top: 17px;
    right: 6px;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-4:after, #site-navigation #mega-menu-wrap-top .mega-menu-toggle.mega-menu-open .mega-toggle-block-4:after {
    margin: -15px 0 0 5px;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-5:after {
    margin: 0 5px;
  }

  #site-navigation #mega-menu-wrap-top #mega-menu-top {
    max-height: calc(100vh - 75px);
    overflow-y: auto;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
    display: none;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children a.mega-menu-link:after {
    position: absolute;
    right: 10px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    position: absolute;
    right: 0px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top[data-effect=fade_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    margin-top: 0;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link,
#site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover,
#site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
    background-color: #007cc3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    height: 50px;
    line-height: 50px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
    background-color: #007cc3;
    text-align: center;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #9C9C9C;
    text-align: center;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: inline;
    line-height: 40px;
    width: 100%;
    display: block;
    text-align: center;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:last-of-type > a.mega-menu-link {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle img.mega-menu-logo {
    max-width: 67.5px;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-left {
    max-width: 165px;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
    flex-direction: column;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block a {
    padding: 0 1.25em;
    line-height: 20px;
  }
  #site-navigation #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block a .af-dealer-nav-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .navigation-top {
    height: 110px;
  }

  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children > a.mega-menu-link:after,
#site-navigation #mega-menu-wrap-top #mega-menu-top #mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
    display: none;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
    height: 30px;
    display: inline;
    text-transform: uppercase;
    font-weight: 500;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item > a.mega-menu-link:before {
    color: #007cc3;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:last-of-type > a.mega-menu-link {
    border-right: 0;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:first-of-type > a.mega-menu-link {
    border-right: 0;
    display: block;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:first-of-type > a.mega-menu-link div.af-dealer-logo-nav {
    position: absolute;
    top: 20px;
    width: 170px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:last-of-type > ul.mega-sub-menu {
    left: -90px;
  }
}
@media (min-width: 1200px) {
  #site-navigation #mega-menu-wrap-top #mega-menu-top {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 15px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
    width: auto;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:first-of-type {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:first-of-type .af-header-logo {
    display: block;
    max-width: 100px;
    width: 50%;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:nth-last-child(2) {
    display: none;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:last-of-type {
    margin-left: auto;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
    padding: 0;
    font-size: 11px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:last-of-type > ul.mega-sub-menu {
    left: 0;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
    position: relative;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-right.mega-menu-item-438 > a.mega-menu-link:before {
    left: -44px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-right.mega-menu-item-310 > a.mega-menu-link:before {
    left: 0;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-right.mega-menu-item-313 > a.mega-menu-link:before {
    left: -16px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-right.mega-menu-item-314 > a.mega-menu-link:before {
    left: -19px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-right.mega-menu-item-315 > a.mega-menu-link:before {
    left: -22px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-right.mega-menu-item-307 > a.mega-menu-link:before {
    left: -13px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  #site-navigation #mega-menu-wrap-top #mega-menu-top {
    gap: 30px;
  }
  #site-navigation #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px;
  }

  #af-header-right-container {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  #site-navigation #mega-menu-wrap-top #mega-menu-top {
    gap: 50px;
    padding: 5px 30px;
  }
}
/*--------------------------------------------------------------
YAMM Mega Menu Styles ( In Nav Car Cards )
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:first-of-type li.mega-menu-item:nth-of-type(2) {
    border-top: 3px solid #007cc3;
  }

  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu .af-megamenu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    margin-top: 20px;
    letter-spacing: 3px;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu .af-yamm-container {
    display: block;
    margin: 0 auto;
  }

  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu #af-yamm-bodystyle-group {
    height: 55px;
    max-width: 800px;
    margin: 0 auto;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu #af-yamm-bodystyle-group .af-yamm-bodystyle {
    border-right: 1px solid #cfcfcf;
    color: #9C9C9C;
    float: left;
    height: 25px;
    line-height: 1;
    padding-top: 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu #af-yamm-bodystyle-group .af-yamm-bodystyle:last-of-type {
    border-right: 0;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu #af-yamm-bodystyle-group .af-yamm-bodystyle:focus {
    outline: none;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu #af-yamm-bodystyle-group .af-yamm-bodystyle .af-yamm-bodystyle-selected-border {
    border-bottom: 5px solid #007cc3;
    display: block;
    margin-top: 21px;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu #af-yamm-bodystyle-group .af-yamm-bodystyle[data-category=CrossoverSUV] .af-yamm-bodystyle-selected-border,
#masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu #af-yamm-bodystyle-group .af-yamm-bodystyle[data-category=HybridEV] .af-yamm-bodystyle-selected-border {
    margin-top: 7px;
  }

  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    margin: 20px 0 0 0;
    padding-bottom: 5px;
    overflow: auto;
    font-family: "Montserrat", sans-serif;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles ul.af-yamm-vehicles-list {
    left: 0;
    position: initial;
    border: none;
    display: table;
    overflow: hidden;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles ul.af-yamm-vehicles-list li.col-sm-2 {
    width: 25%;
    height: auto;
    opacity: 1;
    padding: 0;
    transition: opacity 0.3s ease-in;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles ul.af-yamm-vehicles-list li.col-sm-2.af-nav-inventory-hide {
    height: 0;
    opacity: 0;
    overflow: hidden;
    min-height: 0;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles ul.af-yamm-vehicles-list li.col-sm-2:hover, #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles ul.af-yamm-vehicles-list li.col-sm-2:focus {
    opacity: 0.7;
    background: none;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles ul.af-yamm-vehicles-list li.col-sm-2 a {
    width: 100%;
    height: 150px;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles .af-nav-inventory-vehicle {
    display: block;
    margin: 10px auto;
    min-width: 190px;
    width: 90%;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles .af-nav-inventory-vehicle h4 {
    line-height: 1;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles .af-nav-inventory-vehicle span.af-nav-sub-nav-text {
    color: #222;
    font-size: 11px;
    display: block;
    border-bottom: 1px solid #222;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles .af-nav-inventory-vehicle span.af-nav-sub-cta {
    color: #222;
    font-size: 9px;
    display: block;
  }

  .af-yamm-vehicles::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    background-color: #eee;
  }

  .af-yamm-vehicles::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
    background-color: #eee;
  }

  .af-yamm-vehicles::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eee;
    background-color: #bbb;
  }

  #site-navigation .af-nav-sub-cta-showroom {
    display: none;
  }

  #site-navigation #mega-menu-wrap-top #mega-menu-top[data-effect=fade_up] li.mega-menu-item.mega-menu-item-546.mega-toggle-on > ul.mega-sub-menu {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu .af-yamm-container {
    width: 100%;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:nth-of-type(2) ul.mega-sub-menu li.mega-menu-item:nth-of-type(4n+5) {
    border-right: 0;
  }

  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles {
    height: 215px;
    max-width: 900px;
    margin: 0 auto;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles ul.af-yamm-vehicles-list li.col-sm-2 {
    width: 25%;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles ul.af-yamm-vehicles-list li.col-sm-2 a {
    min-height: initial;
    height: 160px;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles .af-nav-inventory-vehicle h4 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
  }
  #masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles .af-nav-inventory-vehicle span.af-nav-sub-nav-text,
#masthead #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu .af-yamm-container .af-yamm-vehicles .af-nav-inventory-vehicle span.af-nav-sub-cta {
    font-size: 12px;
  }
}
#af-store-header {
  background-color: #fff;
  padding: 5px 15px;
}
#af-store-header .af-store-header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  max-width: 400px;
}
#af-store-header .af-honda-blue {
  color: #007CC3;
}
#af-store-header a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
}
#af-store-header a img {
  display: block;
  height: 20px;
  max-height: 100%;
  width: auto;
}

@media (min-width: 768px) {
  #af-store-header {
    padding: 10px 15px;
  }
  #af-store-header .af-store-header-nav {
    max-width: 500px;
  }
  #af-store-header a {
    font-size: 12px;
  }
  #af-store-header a img {
    height: 25px;
  }
}
@media (min-width: 1200px) {
  #af-store-header a {
    font-size: 14px;
  }
  #af-store-header a img {
    height: 30px;
  }
}
/*--------------------------------------------------------------
 Site Layout and Grid Settings - container, content, etc.
--------------------------------------------------------------*/
/* push down content */
.site-content-contain {
  padding-top: 109px;
}

@media (min-width: 768px) {
  .site-content-contain {
    padding-top: 124px;
  }
}
@media (min-width: 1200px) {
  .site-content-contain {
    padding-top: 160px;
  }
}
#content {
  min-height: 50vh;
}

.container {
  padding: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nopadding {
  padding: 0;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .af-mobile-hide-block, .af-mobile-hide-inline, .af-mobile-hide-inline-block {
    display: none !important;
  }

  .af-mobile-show-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .af-mobile-hide-block, .af-mobile-hide-inline, .af-mobile-hide-inline-block {
    display: block !important;
  }

  .af-mobile-show-block {
    display: none !important;
  }
}
/*  ----------- END Tablet Settings ------------- */
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
}
/*--------------------------------------------------------------
 Homepage Hero -- template-parts/page/content-hero.php
--------------------------------------------------------------*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ALL SIZES SETTINGS~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#af-hero-section {
  position: relative;
  z-index: 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
#af-hero-section .af-hero-image {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), center/cover no-repeat url("/wp-content/uploads/sites/108/2022/06/H-and-F-with-vehicles-mar-2016-scaled.jpg");
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
#af-hero-section .af-hero-image .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 35px 15px;
}
#af-hero-section .af-hero-image .af-h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}
#af-hero-section .af-hero-image h3 {
  font-size: 16px;
  line-height: 26px;
}
#af-hero-section .af-open-today-box {
  background-color: #3B4867;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
  right: 0;
}
#af-hero-section .af-open-today-box h4.af-h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  text-transform: none;
}
#af-hero-section .af-open-today-box tbody {
  display: flex;
  justify-content: center;
  align-items: center;
}
#af-hero-section .af-open-today-box tbody tr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  width: 33.33%;
}
#af-hero-section .af-open-today-box tbody tr:nth-of-type(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#af-hero-section .af-open-today-box tbody td {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#af-hero-section .af-open-today-box .af-service-col-mobile {
  display: none !important;
}
#af-hero-section .af-locations-container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  width: 100%;
}
#af-hero-section .af-locations-container .af-locations-header {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
#af-hero-section .af-locations-container .af-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#af-hero-section .af-locations-container .af-location {
  flex: 1 1 calc(50% - 10px);
}
#af-hero-section .af-locations-container .af-location a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
#af-hero-section .af-locations-container .af-location a:hover {
  color: #BED4FF;
}
#af-hero-section .af-locations-container .af-location-image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  min-width: 45px;
}
#af-hero-section .af-locations-container .af-location-image img {
  display: block;
  height: auto;
  max-height: 30px;
  width: 30px;
}
#af-hero-section .af-locations-container .af-location-text {
  font-size: 12px;
}
#af-hero-section .af-locations-container .af-location-text span {
  white-space: nowrap;
}
#af-hero-section #af-hero-content {
  position: relative;
  z-index: 2;
  color: #3e3e3e;
  font-weight: 300;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TABLET SETTINGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 768px) {
  #af-hero-section .af-open-today-box {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    right: 0;
  }
  #af-hero-section .af-open-today-box table {
    margin: 0 auto;
    max-width: 440px;
  }
  #af-hero-section .af-open-today-box table td {
    font-size: 14px;
  }
  #af-hero-section .af-open-today-box h4.af-h4 {
    position: relative;
    top: 0;
    font-size: 14px;
    margin: 0 auto;
  }
  #af-hero-section #af-hero-content {
    padding: 25px 0;
  }
  #af-hero-section h4.af-h4 {
    /* subsection headings */
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  #af-hero-section .af-hero-image {
    height: 550px;
  }
  #af-hero-section .af-open-today-box {
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 7.5px;
  }
  #af-hero-section .af-open-today-box table {
    margin: 0;
    max-width: none;
    width: auto;
  }
  #af-hero-section .af-open-today-box tbody tr {
    flex-direction: row;
    gap: 5px;
    width: auto;
  }
  #af-hero-section .af-open-today-box h4.af-h4 {
    margin: 0;
  }
  #af-hero-section .af-locations-container .af-location {
    flex: 1 1 calc(33.33% - 10px);
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DESKTOP SETTINGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 1200px) {
  #af-hero-section .af-locations-container .af-locations {
    flex-wrap: nowrap;
  }
  #af-hero-section .af-locations-container .af-location {
    flex: 1 1 auto;
  }
}
@media (min-width: 1440px) {
  #af-hero-section .af-locations-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #af-hero-section .af-locations-container .af-locations-header {
    margin: 0;
    width: auto;
  }
  #af-hero-section .af-locations-container .af-locations {
    gap: 15px;
  }
  #af-hero-section .af-locations-container .af-location-text {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
Homepage Makes -- Makes section
--------------------------------------------------------------*/
#af-makes {
  background: #fff;
  color: #3e3e3e;
}
#af-makes h1.af-h1 {
  padding: 30px 0 45px 0;
  text-align: center;
}
#af-makes #af-make-bg-one {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("/wp-content/themes/aftheme17-jenkinsandwynne/assets/images/homepage/ford.png");
}
#af-makes #af-make-bg-two {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("/wp-content/themes/aftheme17-jenkinsandwynne/assets/images/homepage/lincoln.png");
}
#af-makes #af-make-bg-three {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("/wp-content/themes/aftheme17-jenkinsandwynne/assets/images/homepage/civic-sedan.jpg");
}
#af-makes .af-make-bg {
  height: 150px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#af-makes .af-make-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  max-width: 300px;
}

@media (max-width: 767px) {
  #af-makes h1.af-h1 {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  #af-makes .af-makes-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #af-makes .af-makes-container a {
    width: 33.33%;
  }
  #af-makes .af-makes-container a .af-make-bg {
    height: 250px;
  }
}
/*--------------------------------------------------------------
Homepage Locations -- Locations section
--------------------------------------------------------------*/
#af-locations {
  background: #fff;
  color: #3e3e3e;
  float: none;
}
#af-locations h1.af-h1 {
  padding: 30px 0 45px 0;
  text-align: center;
}
#af-locations .af-locations-container.container {
  padding-left: 15px;
  padding-right: 15px;
}
#af-locations .af-locations-container.container .af-location-box {
  display: flex;
  flex-direction: column;
  background-color: #e2e2e2;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
#af-locations .af-locations-container.container .af-location-box .af-location-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem;
  width: 100%;
  margin: 0 auto;
}
#af-locations .af-locations-container.container .af-location-box .af-location-one {
  background-image: url("/wp-content/uploads/sites/108/2022/06/IMG_3190-scaled.jpg");
}
#af-locations .af-locations-container.container .af-location-box .af-location-two {
  background-image: url("/wp-content/uploads/sites/108/2022/06/IMG_3180.jpg");
}
#af-locations .af-locations-container.container .af-location-box .af-location-three {
  background-image: url("/wp-content/uploads/sites/108/2022/06/IMG_2346-1-scaled.jpg");
}
#af-locations .af-locations-container.container .af-location-box .af-location-four {
  background-image: url("/wp-content/uploads/sites/108/2025/07/FordPro-Sales-Building.jpg");
}
#af-locations .af-locations-container.container .af-location-box .af-location-five {
  background-image: url("/wp-content/uploads/sites/108/2025/07/FordPro-Service-Building.jpg");
}
#af-locations .af-locations-container.container .af-location-box .af-location-six {
  background-image: url("/wp-content/uploads/sites/108/2025/12/image0-15-scaled.jpeg");
}
#af-locations .af-locations-container.container .af-location-box .af-location-name {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
#af-locations .af-locations-container.container .af-location-box .af-location-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#af-locations .af-locations-container.container .af-location-box .af-location-info .af-location-addr {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
#af-locations .af-locations-container.container .af-location-box .af-location-info .af-location-buttons {
  width: 100%;
  margin-top: 1rem;
}
#af-locations .af-locations-container.container .af-location-box .af-location-info .af-location-buttons .af-btn {
  color: #fff;
  position: relative;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
  margin: 0 0 0.5rem;
  height: auto;
  padding: 1rem;
  text-align: center;
  line-height: 1.1rem;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid transparent;
  background: #1b1b1b;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  letter-spacing: 0;
  max-width: none;
}

@media (max-width: 767px) {
  #af-locations h1.af-h1 {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  #af-locations .af-location-box {
    -webkit-flex: 1 1 calc(50% - 20px);
    -ms-flex: 1 0 auto;
    flex: 1 1 calc(50% - 20px);
    min-width: 50%;
  }
}
@media (min-width: 992px) {
  #af-locations {
    margin-bottom: 30px;
  }
}
/*  ~~~~~~~~~~~~~~~~~ General Settings ~~~~~~~~~~~~~~~~~ */
.af-map-section {
  background: #fff;
}
.af-map-section h1.af-h1 {
  text-align: center;
  line-height: 40px;
  margin: 30px 0;
  color: #3e3e3e;
}

.af-map-container {
  margin-bottom: -10px;
}

/* -------- Actual Map (ALL) -------- */
.af-map iframe {
  margin-bottom: 0;
  height: 345px;
}

/* -------- Search Block Over Map (ALL) -------- */
.af-map-search {
  background: #fff;
  color: #000;
  padding: 40px 0 60px 0;
  border: 1px solid #9c9c9c;
}
.af-map-search h1.af-map-text {
  font-size: 24px;
  margin-bottom: 0;
}
.af-map-search p.af-dealer-address {
  font-size: 16px;
  line-height: 1.7;
}
.af-map-search::-webkit-input-placeholder {
  filter: grayscale(1) brightness(10);
}
.af-map-search:-moz-placeholder {
  filter: grayscale(1) brightness(10);
}
.af-map-search::-moz-placeholder {
  filter: grayscale(1) brightness(10);
}
.af-map-search:-ms-input-placeholder {
  filter: grayscale(1) brightness(10);
}
.af-map-search input {
  background: none;
  border: 3px solid #000;
  border-radius: 0;
  padding: 8px 0 8px 15px;
  filter: grayscale(1) brightness(1.5);
  font-weight: 400;
  font-size: 14px;
  height: 45px;
  margin: 0 0 25px 0;
  max-width: 375px;
}
.af-map-search input:focus {
  border: 2px solid #000;
}
.af-map-search input.form-control {
  border-radius: 0;
  color: #000;
  padding-top: 0;
}
.af-map-search input::placeholder {
  color: #3e3e3e;
}
.af-map-search input:-webkit-autofill,
.af-map-search input:-webkit-autofill:hover,
.af-map-search input:-webkit-autofill:focus {
  border: 2px solid #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  outline: none;
}
.af-map-search .af-directions-btn {
  text-align: center;
}
.af-map-search .af-directions-btn .af-btn {
  background-color: #007cc3;
  color: #fff;
  border: 0;
}
.af-map-search .af-directions-btn .af-btn:hover {
  background-color: #00639c;
  color: #fff;
  transition: all 500ms ease;
}
.af-map-search .af-directions-btn .af-btn:focus {
  color: #fff;
}

@media (max-width: 767px) {
  .af-map-section {
    background: #fff;
  }

  .af-map-section .af-map-search {
    max-width: 375px;
    border: 0;
  }
  .af-map-section .af-map-search .af-map-title .af-h1 {
    margin: 10px 0 30px 0;
  }
  .af-map-section .af-map-search h1.af-map-text {
    font-size: 20px;
    padding-bottom: 5px;
    font-family: "Montserrat", sans-serif;
  }
  .af-map-section .af-map-search #gdf.form-horizontal {
    margin-top: 20px;
  }
  .af-map-section .af-map-search #gdf.form-horizontal input.form-control {
    margin-left: 0;
    border-radius: 8px;
    height: 44px;
    max-width: 340px;
  }
  .af-map-section .af-map-search #gdf.form-horizontal .af-directions-btn {
    text-align: center;
  }
  .af-map-section .af-map-search #gdf.form-horizontal .af-directions-btn .af-btn {
    margin-left: 0;
  }
}
/*  ~~~~~~~~~~~~~~~~~ Tablet Settings ~~~~~~~~~~~~~~~~~ */
@media (min-width: 768px) {
  /* -------- Google Map (TABLET) -------- */
  .af-map iframe {
    height: 550px;
  }

  /* -------- Search Block Overlay (TABLET) -------- */
  .home .af-map-section .af-map-search {
    background: #fff;
    position: absolute;
    z-index: 3;
    margin-top: 90px;
    width: 450px;
    left: 160px;
    text-align: left;
    padding: 30px 20px;
  }
  .home .af-map-section .af-map-search h1 {
    font-family: "Montserrat", sans-serif;
  }
  .home .af-map-section .af-map-search p.af-dealer-address {
    font-size: 14px;
    display: inline-block;
    padding-right: 5px;
  }
  .home .af-map-section .af-map-search p.af-dealer-address:last-of-type {
    margin-bottom: 15px;
  }
}
/*  ~~~~~~~~~~~~~~~~~ Desktop Settings ~~~~~~~~~~~~~~~~~ */
@media (min-width: 992px) {
  /* -------- Google Map (DESKTOP) -------- */
  .af-map iframe {
    height: 598px;
  }

  .af-map-section h1.af-h1 {
    text-align: center;
    line-height: 40px;
    margin: 60px 0;
  }
}
@media (min-width: 1600px) {
  .af-map-section h1.af-h1 {
    padding-top: 60px;
  }
}

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