/*!
Theme Name: 7-Eleven Oklahoma
Author: 40digits
Author URI: http://40digits.com
Version: 1.0
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/** THIRD-PARTY FONTS
===================================*/
/** UTILITIES
===================================*/
.faq-block, .promotions-block {
  zoom: 1; }
  .faq-block:before, .promotions-block:before, .faq-block:after, .promotions-block:after {
    content: "";
    display: table; }
  .faq-block:after, .promotions-block:after {
    clear: both; }

/** FONTS
===================================*/
@font-face {
  font-family: 'icon-font';
  src: url("./assets/fonts/icon-font.eot?98763708");
  src: url("./assets/fonts/icon-font.eot?98763708#iefix") format("embedded-opentype"), url("./assets/fonts/icon-font.woff?98763708") format("woff"), url("./assets/fonts/icon-font.ttf?98763708") format("truetype"), url("./assets/fonts/icon-font.svg?98763708#icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon-font" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  margin: 0em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em; }

.icon-example-one:before {
  content: '\e803'; }

.icon-example-two:before {
  content: '\e805'; }

/* BOLD */
@font-face {
  font-family: "FuturaTL-Bold";
  src: url('assets/fonts/29F960_0_0.eot?1522852741');
  src: url('assets/fonts/29F960_0_0.eot?&1522852741#iefix') format('embedded-opentype'), url('assets/fonts/29F960_0_0.woff?1522852741') format('woff'), url('assets/fonts/29F960_0_0.ttf?1522852741') format('truetype'), url('assets/fonts/29F960_0_0.svg?1522852741') format('svg'); }
/* BOLD ITALIC */
@font-face {
  font-family: "FuturaTL-BoldItalic";
  src: url('assets/fonts/29F960_1_0.eot?1522852741');
  src: url('assets/fonts/29F960_1_0.eot?&1522852741#iefix') format('embedded-opentype'), url('assets/fonts/29F960_1_0.woff?1522852741') format('woff'), url('assets/fonts/29F960_1_0.ttf?1522852741') format('truetype'), url('assets/fonts/29F960_1_0.svg?1522852741') format('svg'); }
/* MEDIUM ITALIC */
@font-face {
  font-family: "FuturaTL-MediumItalic";
  src: url('assets/fonts/29F960_2_0.eot?1522852741');
  src: url('assets/fonts/29F960_2_0.eot?&1522852741#iefix') format('embedded-opentype'), url('assets/fonts/29F960_2_0.woff?1522852741') format('woff'), url('assets/fonts/29F960_2_0.ttf?1522852741') format('truetype'), url('assets/fonts/29F960_2_0.svg?1522852741') format('svg'); }
/* MEDIUM */
@font-face {
  font-family: "FuturaTL-Medium";
  src: url('assets/fonts/29F960_3_0.eot?1522852741');
  src: url('assets/fonts/29F960_3_0.eot?&1522852741#iefix') format('embedded-opentype'), url('assets/fonts/29F960_3_0.woff?1522852741') format('woff'), url('assets/fonts/29F960_3_0.ttf?1522852741') format('truetype'), url('assets/fonts/29F960_3_0.svg?1522852741') format('svg'); }
@font-face {
  font-family: "FilmotypeGlenlake";
  src: url('assets/fonts/29F960_4_0.eot?1522852741');
  src: url('assets/fonts/29F960_4_0.eot?&1522852741#iefix') format('embedded-opentype'), url('assets/fonts/29F960_4_0.woff?1522852741') format('woff'), url('assets/fonts/29F960_4_0.ttf?1522852741') format('truetype'), url('assets/fonts/29F960_4_0.svg?1522852741') format('svg'); }
@font-face {
  font-family: "FranklinGothic-Medium";
  src: url('assets/fonts/29F960_5_0.eot?1522852741');
  src: url('assets/fonts/29F960_5_0.eot?&1522852741#iefix') format('embedded-opentype'), url('assets/fonts/29F960_5_0.woff?1522852741') format('woff'), url('assets/fonts/29F960_5_0.ttf?1522852741') format('truetype'), url('assets/fonts/29F960_5_0.svg?1522852741') format('svg'); }
@font-face {
  font-family: "FranklinGothic-Book";
  src: url('assets/fonts/FranklinGothic-Book.eot?1522852741');
  src: url('assets/fonts/FranklinGothic-Book.eot?&1522852741#iefix') format('embedded-opentype'), url('assets/fonts/FranklinGothic-Book.woff?1522852741') format('woff'), url('assets/fonts/FranklinGothic-Book.ttf?1522852741') format('truetype'), url('assets/fonts/FranklinGothic-Book.svg?1522852741') format('svg'); }
@font-face {
  font-family: "Market-Pro";
  src: url('assets/fonts/MarketPro.eot?1522852741');
  src: url('assets/fonts/MarketPro.eot?&1522852741#iefix') format('embedded-opentype'), url('assets/fonts/MarketPro.woff?1522852741') format('woff'), url('assets/fonts/MarketPro.otf?1522852741') format('opentype'), url('assets/fonts/MarketPro.svg?1522852741') format('svg'); }
/** DEFAULTS GLOBAL
===================================*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: transparent; }

.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

html {
  font-size: 62.5%;
  line-height: 1.4; }

.container {
  font-size: 16px;
  font-size: 1.6rem; }

body {
  background: #FFF;
  font-size: 16px;
  color: #000; }

a {
  color: #454545;
  text-decoration: none; }
  a:hover {
    color: #454545; }

img {
  max-width: 100%;
  height: auto; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e8e8e8;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #089075;
  font-family: "FranklinGothic-Medium", Arial, Helvetica, sans-serif;
  position: relative;
  line-height: 1.1em;
  margin-bottom: 0.5em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #454545; }

h1 {
  font-family: "FilmotypeGlenlake", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #f25c01;
  font-size: 60px;
  font-size: 6rem; }
  @media (min-width: 1px) and (max-width: 570px) {
    h1 {
      font-size: 40px;
      font-size: 4rem; } }

p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #5d5d5d;
  font-family: "FranklinGothic-Book", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  margin-bottom: 1.25em; }

i, em {
  font-style: italic; }

b, strong {
  font-family: "FranklinGothic-Medium", Arial, Helvetica, sans-serif;
  font-weight: normal; }

ul {
  list-style-type: none;
  padding: 0; }

li {
  font-family: "FranklinGothic-Book", Arial, Helvetica, sans-serif;
  line-height: 32px;
  color: #5d5d5d; }

/** INPUTS
===================================*/
.content-container input, .content-container textarea, .content-container select {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #EEE;
  outline: none;
  padding: 5px 10px;
  margin: 0;
  width: 100%; }
.content-container input, .content-container textarea, .content-container label {
  font-size: 0.875em;
  color: #000; }
.content-container select {
  -webkit-appearance: menulist-button;
  height: 40px;
  font-size: 0.9375em; }
.content-container select[multiple] {
  height: auto; }
.content-container input[type="checkbox"] {
  -webkit-appearance: checkbox; }
.content-container input[type="radio"] {
  -webkit-appearance: radio; }
.content-container label {
  font-weight: 800; }
.content-container input:focus,
.content-container textarea:focus {
  outline: none;
  border-color: blue; }
.content-container input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  height: auto; }
.content-container .placeholder {
  color: #000; }
.content-container input::-webkit-input-placeholder {
  color: #000; }
.content-container input:-moz-placeholder {
  color: #000; }
.content-container input::-moz-placeholder {
  color: #000; }
.content-container input:-ms-input-placeholder {
  color: #000; }
.content-container input:focus::-webkit-input-placeholder {
  color: #EEE; }
.content-container input:focus:-moz-placeholder {
  color: #EEE; }
.content-container input:focus::-moz-placeholder {
  color: #EEE; }
.content-container input:focus:-ms-input-placeholder {
  color: #EEE; }

/** JS BREAKPOINS
===================================*/
@media screen and (min-width: 30em) {
  head {
    font-family: "mq-min-small"; }

  body:after {
    content: "mq-min-small";
    display: none; } }
@media screen and (min-width: 37.5em) {
  head {
    font-family: "mq-min-netbook"; }

  body:after {
    content: "mq-min-netbook";
    display: none; } }
@media screen and (min-width: 48em) {
  head {
    font-family: "mq-min-medium"; }

  body:after {
    content: "mq-min-medium";
    display: none; } }
@media screen and (min-width: 60em) {
  head {
    font-family: "mq-min-large"; }

  body:after {
    content: "mq-min-large";
    display: none; } }
@media screen and (min-width: 90em) {
  head {
    font-family: "mq-min-xlarge"; }

  body:after {
    content: "mq-min-xlarge";
    display: none; } }
@media screen and (max-width: 29.9375em) {
  head {
    font-family: "mq-tiny"; }

  body:after {
    content: "mq-tiny";
    display: none; } }
@media screen and (min-device-width: 48em) and (max-device-width: 59.9375em) and (orientation: portrait) {
  head {
    font-family: "mq-portrait"; }

  body:after {
    content: "mq-portrait";
    display: none; } }
@media screen and (min-device-width: 48em) and (max-device-width: 80em) and (orientation: landscape) {
  head {
    font-family: "mq-landscape"; }

  body:after {
    content: "mq-landscape";
    display: none; } }
/** WORDPRESS DEFAULT
===================================*/
.alignnone {
  margin: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto; }

.alignright {
  float: none; }
  @media screen and (min-width: 30em) {
    .alignright {
      float: right;
      margin: 5px 0 20px 20px; } }

.alignleft {
  float: none; }
  @media screen and (min-width: 30em) {
    .alignleft {
      float: left;
      margin: 5px 20px 50px 0; } }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

@media screen and (min-width: 30em) {
  a img.alignright {
    width: auto;
    padding: 3px 5px 0;
    float: right;
    margin: 5px 0 20px 20px; } }

@media screen and (min-width: 30em) {
  a img.alignnone {
    width: auto;
    margin: 5px 20px 20px 0; } }

@media screen and (min-width: 30em) {
  a img.alignleft {
    width: auto;
    padding: 3px 5px 0;
    float: left;
    margin: 5px 20px 20px 0; } }

a img.aligncenter {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 30em) {
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; } }

@media screen and (min-width: 30em) {
  .wp-caption.alignleft {
    margin: 5px 20px 15px 0; } }

@media screen and (min-width: 30em) {
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; } }

.wp-caption {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 20px; }
  @media screen and (min-width: 30em) {
    .wp-caption {
      width: 250px !important;
      margin-bottom: 0; } }
  @media screen and (min-width: 48em) {
    .wp-caption {
      width: 320px !important; } }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 5px;
  max-width: 100%;
  padding: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #8e8a7f;
  line-height: 16px;
  margin: 0;
  padding: 0 10px; }

.aligncenter.wp-caption {
  width: 100% !important; }

/* 745px */
/* 837px */
/* 1056px */
/* 1790px */
.container {
  *zoom: 1;
  max-width: 74.12em;
  _width: 74.12em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 52.3125em) {
    .container .home-primary {
      width: 61.53319%;
      float: left;
      margin-right: 1.34916%;
      margin-right: 0; } }
  @media (min-width: 52.3125em) {
    .container .home-secondary {
      width: 38.46681%;
      float: right;
      margin-right: 0; } }
  .container .primary {
    margin-top: .2em; }
    @media (min-width: 52.3125em) {
      .container .primary {
        width: 66.21695%;
        float: left;
        margin-right: 1.34916%; } }
  .container .primary-push {
    margin-top: .2em; }
    @media (min-width: 52.3125em) {
      .container .primary-push {
        width: 66.21695%;
        float: right;
        margin-right: 0; } }
  @media (min-width: 52.3125em) {
    .container .secondary {
      width: 32.43389%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 52.3125em) {
    .container .secondary-pull {
      width: 32.43389%;
      float: left;
      margin-right: 1.34916%; } }
  @media (min-width: 46.5625em) {
    .container .ten-col {
      width: 82.04398%;
      float: left;
      margin-right: 1.34916%;
      margin-left: 8.44576%; } }

/** GLOBAL
===================================*/
.page-title {
  color: #089075;
  margin-top: 52px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 60px;
  font-size: 6rem; }

.green-button, .wpcf7-submit {
  text-transform: uppercase;
  text-align: left;
  padding-left: 17.5px;
  color: #fff;
  background: #209a82 url('assets/images/right-arrow.png?1522852741') 91% 46% no-repeat;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease; }
  .green-button:hover, .wpcf7-submit:hover {
    background-color: #135c4e;
    color: #fff; }

@media (min-width: 1px) and (max-width: 655px) {
  .green-button, .wpcf7-submit {
    background: #209a82;
    text-align: center; }
    .green-button:hover, .wpcf7-submit:hover {
      background: #135c4e; } }

.green-button {
  display: block;
  width: 140px;
  line-height: 50px;
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif; }

.green-text, #fleetEnrollCard span.form-label, #fleetEnrollCard span.wpcf7-list-item .wpcf7-list-item-label {
  color: #089075; }

.hero {
  height: 560px;
  margin-bottom: 100px; }
  @media (min-width: 1px) and (max-width: 570px) {
    .hero {
      height: 280px;
      margin-bottom: 0; } }

.repeater-nav, .subpage-nav {
  float: right;
  margin-top: 85px;
  margin-bottom: 0; }
  .repeater-nav li, .subpage-nav li {
    float: left;
    margin-right: 31px; }
  .repeater-nav li:last-child, .subpage-nav li:last-child {
    margin-right: 0; }
  .repeater-nav a, .subpage-nav a {
    font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif;
    color: #089075;
    font-size: 18px;
    font-size: 1.8rem; }
    .repeater-nav a:hover, .subpage-nav a:hover {
      text-decoration: underline; }
  @media (min-width: 1px) and (max-width: 46.5625em) {
    .repeater-nav, .subpage-nav {
      width: 100%;
      float: left;
      margin-top: 25px; } }

.page-template-products .repeater-nav li {
  margin-right: 24px; }
  .page-template-products .repeater-nav li a {
    font-size: 1.5rem; }

.current_page_item a, .current_page_parent a {
  color: #ed1b2e; }

.entry-content {
  padding-bottom: 122px; }
  .entry-content table {
    width: 100%;
    vertical-align: middle; }
    .entry-content table thead th {
      font-weight: strong;
      font-family: "FilmotypeGlenlake", Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 2em;
      text-align: center;
      text-transform: uppercase;
      background: #089075;
      color: #fff; }
      .entry-content table thead th:first-child {
        text-align: left; }
    .entry-content table th, .entry-content table td {
      border: 1px solid #fff;
      padding: 0.5rem 2rem;
      text-align: center; }
    .entry-content table tbody tr:nth-child(odd) {
      background: #eee; }
    .entry-content table tbody tr td:first-child {
      width: 60%;
      text-align: left; }
    .entry-content table tbody .selected {
      text-align: center;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      margin: 0 auto;
      background: #089075; }

.red {
  color: #ed1b2e; }

::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  color: #b0b0b0;
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  font-size: 1.8rem;
  color: #b0b0b0;
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  font-size: 1.8rem;
  color: #b0b0b0;
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif; }

:-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  color: #b0b0b0;
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif; }

input, textarea {
  border: 1px solid #1abc9c;
  height: 48px;
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif; }
  @media (min-width: 1px) and (max-width: 655px) {
    input, textarea {
      width: 100%; } }

input {
  padding-left: 17px; }

textarea {
  height: 300px;
  max-width: 657px;
  padding-left: 17px;
  padding-top: 12px; }

/** HEADER
===================================*/
.top-links {
  float: right;
  height: 49px; }
  .top-links ul {
    float: right;
    height: inherit;
    margin: 0; }
    .top-links ul li {
      float: right;
      display: inline-block;
      color: #089075;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "FuturaTL-MediumItalic", Arial, Helvetica, sans-serif; }
      .top-links ul li:hover {
        text-decoration: underline; }
  @media (min-width: 1px) and (max-width: 46.5625em) {
    .top-links {
      display: none; } }

.oklahoma, .top-nav {
  border-right: 1px solid #f5f5f5;
  padding-top: 8px; }

.locations {
  background: url('assets/images/sprite.png?1522852741') 0 57% no-repeat;
  padding-left: 25px;
  margin-right: 45px; }

.cards {
  background: url('assets/images/sprite.png?1522852741') 0 81% no-repeat;
  margin-right: 31px;
  padding-left: 28px; }

.ok-story {
  background: url('assets/images/sprite.png?1522852741') 0 29% no-repeat, url('assets/images/sprite.png?1522852741') 150% 0 no-repeat;
  height: 34px;
  line-height: 34px;
  margin-left: 200px;
  padding-right: 79px;
  padding-left: 33px; }
  @media (min-width: 1px) and (max-width: 853px) {
    .ok-story {
      margin-left: 30px; } }

.page-id-191 .ok-story {
  background: url('assets/images/sprite.png?1522852741') 0 29% no-repeat, url('assets/images/downward-arrow.png?1523373692') 85% 0 no-repeat;
  color: #ed1b2e; }

.nav-container {
  position: relative;
  min-height: 83px;
  border-top: 1px solid #f2f6f5;
  border-bottom: 1px solid #f2f6f5;
  background: #ebf7f3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmVmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZjdmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8fefc), color-stop(100%, #ebf7f3));
  background-image: -moz-linear-gradient(top, #f8fefc, #ebf7f3);
  background-image: -webkit-linear-gradient(top, #f8fefc, #ebf7f3);
  background-image: linear-gradient(to bottom, #f8fefc, #ebf7f3); }
  .nav-container .logo {
    text-indent: -9999px;
    width: 145px;
    height: 130px;
    background: url('assets/images/logo.png?1523373715');
    position: absolute;
    top: -48px; }
    @media (min-width: 0.01em) and (max-width: 46.5625em) {
      .nav-container .logo {
        display: none; } }
  .nav-container .thx {
    background: url('assets/images/thx_blurb_small.png?1522852741') no-repeat top center;
    width: 50px;
    height: 120px;
    position: absolute;
    top: -46px;
    left: 90px;
    background-size: 100% !important;
    display: block; }
    @media (min-width: 46.5625em) {
      .nav-container .thx {
        width: 60px;
        top: 20px;
        left: 165px; } }
    @media (min-width: 52.3125em) {
      .nav-container .thx {
        left: 175px;
        width: 80px;
        top: 10px; } }
    @media (min-width: 66em) {
      .nav-container .thx {
        background: url('assets/images/thx_blurb.png?1523373715') no-repeat top center;
        width: 200px;
        top: -32px; } }
  @media (min-width: 0.01em) and (max-width: 46.5625em) {
    .nav-container {
      height: 100%; } }

.main-nav {
  position: relative; }
  .main-nav ul {
    margin: 0;
    padding: 0;
    float: right;
    width: 89.3%;
    text-align: right; }
    @media (min-width: 1px) and (max-width: 46.5625em) {
      .main-nav ul {
        width: 100%; } }
    .main-nav ul li {
      line-height: 82px;
      display: inline-block;
      text-align: center;
      margin: 0;
      margin-right: -.25em;
      font-family: "FuturaTL-Bold", Arial, Helvetica, sans-serif;
      width: 14.32%;
      min-width: 110px;
      font-size: 18px;
      font-size: 1.8rem;
      border-left: 1px solid #ecf2f0; }
      .main-nav ul li:hover {
        background: #089075; }
        .main-nav ul li:hover a {
          color: #fff; }
      @media (min-width: 1px) and (max-width: 46.5625em) {
        .main-nav ul li {
          display: block;
          line-height: 60px;
          width: 100%;
          border: 1px solid #ecf2f0; } }
  .main-nav a {
    color: #089075;
    display: block;
    width: 100%; }
  .main-nav .current-menu-item a, .main-nav .current_page_ancestor a {
    color: #ed1b2e; }
  .main-nav .sub-menu {
    background: #089075;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 82px;
    z-index: 10000;
    width: 201%;
    display: none; }
    .main-nav .sub-menu li {
      float: left;
      width: 87%;
      margin-left: 6.7114094%;
      padding-left: 9.3425606%;
      border: none;
      border-bottom: 1px solid #46ac98;
      text-align: left;
      font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif;
      border-bottom: 1px solid #46ac98;
      line-height: 50px; }
      .main-nav .sub-menu li:last-child {
        border: none; }
      .main-nav .sub-menu li a:hover {
        color: #000; }

.menu-item-has-children {
  position: relative; }
  @media (min-width: 46.5625em) {
    .menu-item-has-children:hover .sub-menu {
      display: block; } }

#menu-main-menu {
  border-right: 1px solid #ecf2f0; }
  #menu-main-menu > li:last-child {
    margin: 0; }

@media (min-width: 0.01em) and (max-width: 46.5625em) {
  header {
    display: none; } }

.mobile-head {
  width: 100%;
  height: 50px;
  background: #209a83;
  display: none; }

.menu-trigger {
  display: block;
  background: #fa8d54;
  border: none;
  width: 40px;
  height: 31px;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 18px;
  cursor: pointer;
  outline: none;
  z-index: 500;
  border-radius: 3px; }
  .menu-trigger:before {
    content: "";
    position: absolute;
    left: 0.25em;
    top: 0.35em;
    width: 80%;
    height: 0.25em;
    background: white;
    box-shadow: 0 0.5em 0 0 white, 0 1em 0 0 white; }

.mobile-back-home {
  background: url('assets/images/logo.png?1523373715') 0 0/contain no-repeat;
  display: inline-block;
  text-indent: -9999px;
  width: 55px;
  height: inherit;
  margin-left: 18px; }

.open {
  background: #BA683D; }

/** FOOTER
===================================*/
.footer-container {
  min-height: 229px;
  border-top: 1px solid #00653d;
  background: #046e48 url('assets/images/footer-bg.png?1523373692') repeat-x bottom;
  padding-bottom: 50px; }
  .footer-container ul {
    float: left;
    width: 13.5897%;
    padding: 16px 0 0 3px;
    margin-top: 30px;
    border-top: 1px solid #3b8e70;
    margin-left: 5.15%; }
    @media (min-width: 1px) and (max-width: 489px) {
      .footer-container ul {
        margin-left: 0;
        width: 100%; } }
    @media (min-width: 490px) and (max-width: 1103px) {
      .footer-container ul {
        margin-left: 2.5%;
        width: 30%; } }
    .footer-container ul li {
      line-height: 25px; }
  @media (min-width: 1103px) and (max-width: 9999px) {
    .footer-container #menu-footer-menu-left {
      margin-left: 2.5%; } }
  .footer-container li, .footer-container a {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "FuturaTL-MediumItalic", Arial, Helvetica, sans-serif;
    color: #14aa87; }
  .footer-container a:hover {
    text-decoration: underline; }
  .footer-container .social {
    margin-left: 12%;
    min-width: 159px; }
    @media (min-width: 1px) and (max-width: 489px) {
      .footer-container .social {
        margin-left: 0;
        width: 100%;
        padding-left: 1.75%; } }
    @media (min-width: 490px) and (max-width: 1103px) {
      .footer-container .social {
        margin-left: 2.5%;
        width: 94.9%; } }
    .footer-container .social a {
      display: block;
      max-width: 159px; }

/** EXTENDED FOOTER **/
.extended-footer {
  border-top: 28px solid #ef3142;
  list-style-type: none; }
  @media (min-width: 52.3125em) {
    .extended-footer .home-primary {
      padding-bottom: 99px;
      border-right: 1px solid #dfdfdf; } }
  .extended-footer .home-secondary {
    border: none; }

/** WYSIWYG CONTENT
===================================*/
.wysiwyg-content {
  border-bottom: 1px solid #ccc; }
  .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6, .wysiwyg-content p {
    margin-bottom: 18px; }
  .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
    margin-top: 32.5px; }
  .wysiwyg-content h1 {
    line-height: .9em; }
  .wysiwyg-content p {
    line-height: 32px;
    margin-top: 0; }
  .wysiwyg-content ul {
    list-style-type: disc;
    margin-left: 42px; }
  .wysiwyg-content li {
    font-size: 18px;
    font-size: 1.8rem; }
  .wysiwyg-content .alignleft {
    margin-right: 39px; }
    @media (min-width: 1px) and (max-width: 320px) {
      .wysiwyg-content .alignleft {
        display: block;
        margin: 0 auto; } }

.entry-content a, .wysiwyg-content a {
  color: #f25c01; }
  .entry-content a:hover, .wysiwyg-content a:hover {
    text-decoration: underline; }
  .entry-content a:active, .entry-content a:visited, .wysiwyg-content a:active, .wysiwyg-content a:visited {
    color: #930c18; }

#careers .division h1, #careers .division h2, #careers .division p {
  text-align: center !important; }

.center {
  text-align: center; }

.careers-card {
  position: relative;
  padding-bottom: 4.25rem; }

.careers-learn-more {
  background: #fff;
  /*width: 200px;*/
  font-size: 18px;
  line-height: 1;
  color: #089075;
  border: 3px solid #089075;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px; }

.open-position {
  background: #fff;
  display: block;
  font-size: 18px;
  line-height: 2.75;
  color: #089075;
  border: 3px solid #089075;
  padding: 10px 15px;
  width: 100%; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
  padding: 20px; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.1%; }

.span_1_of_3 {
  width: 32.2%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 600px) {
  .col {
    margin: 1% 0 1% 0%;
    padding: 0; }

  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%; } }
/* Flexbox stuff */
@media screen and (min-width: 40em) {
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -1em; }

  .flex-child {
    display: flex;
    flex: 0 1 calc(50% - .5em);
    margin-bottom: 1em; }
    .flex-child img {
      max-width: 45%; } }
@media screen and (min-width: 60em) {
  .flex {
    margin-top: inherit; }

  .flex-child {
    flex: 0 1 calc(33% - 1em);
    margin-bottom: 2em; }

  .flex-child img {
    max-width: 40%; } }
.commissary .commissary-section .commissary-section-header {
  position: relative;
  margin-bottom: 2rem;
  text-align: center; }
  .commissary .commissary-section .commissary-section-header h1 {
    background: white;
    display: inline-block;
    padding: 0 2rem;
    z-index: 2;
    color: #ed1b2e; }
  .commissary .commissary-section .commissary-section-header span.line {
    display: block;
    border-bottom: 3px solid #ed1b2e;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1; }
.commissary .commissary-section .commissary-section-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .commissary .commissary-section .commissary-section-menu .commissary-section-menu-item {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 5rem; }
    @media only screen and (min-width: 480px) {
      .commissary .commissary-section .commissary-section-menu .commissary-section-menu-item {
        flex-basis: 50%;
        max-width: 50%;
        padding: 1rem; } }
    @media only screen and (min-width: 768px) {
      .commissary .commissary-section .commissary-section-menu .commissary-section-menu-item {
        flex-basis: 33%;
        max-width: 33%; } }
    .commissary .commissary-section .commissary-section-menu .commissary-section-menu-item div.photo-wrapper {
      min-height: 250px;
      overflow: hidden;
      position: relative; }
      .commissary .commissary-section .commissary-section-menu .commissary-section-menu-item div.photo-wrapper img {
        width: 100%;
        max-width: 296px;
        position: absolute;
        bottom: 0; }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 66em) {
    .flexslider {
      width: 55%; } }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* Direction Nav */
.flex-direction-nav {
  display: none; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  position: relative;
  text-align: center;
  margin: 0 auto; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #666;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px #006940; }

.flex-control-paging li a:hover {
  background: #003621; }

.flex-control-paging li a.flex-active {
  background: #006940;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bxslider {
  margin: 0; }

.bx-wrapper img {
  max-width: 100%; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff; }

.bx-controls {
  position: absolute; }

/* LOADER */
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls-direction {
  height: 49px;
  width: 115px; }

.bx-wrapper .bx-prev {
  top: 9px;
  left: 18px;
  background: url('assets/images/controls.png?1523373715') no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 18px;
  top: 9px;
  background: url('assets/images/controls.png?1523373715') no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/** CAREERS PAGE
===================================*/
#careers .page-title {
  display: inline-block; }
#careers .hero {
  margin-bottom: 70px;
  position: relative;
  background-position: 30% 38%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: none;
  max-height: 560px;
  height: auto; }
  @media screen and (min-width: 1200px) {
    #careers .hero {
      background-position: 0% 38%; } }
#careers .hero-text {
  text-align: left;
  font-family: "lexia",serif;
  font-style: italic;
  color: #fff;
  display: inline-block;
  border: 4px double #fff;
  border-left: 0px;
  border-right: 0px;
  line-height: 1.4em;
  font-size: 90px;
  letter-spacing: -2px;
  margin-top: 3.6em;
  margin-bottom: 1em; }
  @media screen and (max-width: 960px) {
    #careers .hero-text {
      font-size: 78px;
      margin-top: 26%;
      margin-bottom: 15%; } }
  @media screen and (max-width: 660px) {
    #careers .hero-text {
      font-size: 40px; } }
#careers .wysiwyg-content {
  padding-bottom: 100px; }
  @media (min-width: 1px) and (max-width: 570px) {
    #careers .wysiwyg-content {
      padding-bottom: 20px; } }
#careers .description {
  margin-top: 120px;
  padding-bottom: 36px;
  border: 0; }
  #careers .description p, #careers .description h3 {
    color: #5d5d5d; }
  #careers .description p {
    font-size: 18px;
    font-size: 1.8rem; }

.circle {
  width: 100%;
  padding-top: 58px;
  text-align: center;
  line-height: 18px;
  min-height: 280px;
  background: url('assets/images/circle.png?1523373716') 50% 0 no-repeat; }
  @media (min-width: 68.625em) {
    .circle {
      min-width: 280px;
      width: 32.43389%;
      float: left;
      margin-right: 1.34916%; } }
  .circle.last {
    margin-right: 0; }
  .circle p {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px; }
  .circle h3 {
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-family: "FilmotypeGlenlake", Arial, Helvetica, sans-serif;
    font-weight: normal; }
  .circle form {
    margin-bottom: 30px; }

.application-bottom {
  float: left; }

.download-file {
  width: 256px;
  font-size: 18px;
  line-height: 2.75;
  background: url('assets/images/download.jpg?1522852741') no-repeat, #fff;
  color: #089075;
  border: 3px solid #089075;
  padding: 0 0 0 45px; }

.download-file:hover {
  background-color: #f2f2f2; }

/** CONTACT FORM
===================================*/
.contact-description {
  padding-bottom: 55px; }

.wpcf7-form p {
  margin-top: 0;
  display: inline-block;
  width: 44%; }
  @media (min-width: 1px) and (max-width: 655px) {
    .wpcf7-form p {
      width: 100%; } }
  @media screen and (min-width: 656px) {
    .wpcf7-form p {
      margin-right: 10px; } }
  .wpcf7-form p span, .wpcf7-form p input, .wpcf7-form p textarea {
    width: 100%; }
.wpcf7-form .textarea-wrap {
  width: 86%; }
  @media (min-width: 1px) and (max-width: 655px) {
    .wpcf7-form .textarea-wrap {
      width: 100%; } }
.wpcf7-form .submit {
  width: 100px;
  font-size: 18px;
  font-size: 1.8rem; }
  @media (min-width: 1px) and (max-width: 655px) {
    .wpcf7-form .submit {
      width: 100%; } }
.wpcf7-form .wpcf7-submit {
  text-indent: 0; }
.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: "FranklinGothic-Book", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  width: 90%;
  color: #5d5d5d;
  margin-bottom: 20px; }
  @media (min-width: 1px) and (max-width: 655px) {
    .wpcf7-form .wpcf7-response-output {
      width: 100%; } }

/** HAVE A QUESTION / MAIN ADDRESS
===================================*/
.main-address, .question {
  margin-bottom: 38.5px; }
  .main-address p, .question p {
    margin: 0;
    line-height: 32px; }
  .main-address h2, .question h2 {
    margin-bottom: 25px; }

.main-address {
  padding-bottom: 40px; }

.question {
  border-top: 1px solid #ccc; }

.read-faq {
  display: block;
  width: 148px;
  line-height: 2.8;
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  border: 3px solid #f25c01;
  border-radius: 5px;
  padding: 0 0 0 18.5px;
  background: url('assets/images/orange-arrows.png?1523373715') 92% -10% no-repeat;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear; }
  .read-faq:hover {
    background-color: #feedca; }

.question .read-faq:hover {
  text-decoration: none; }

#contact hr {
  margin-bottom: 55px; }
  @media (min-width: 1px) and (max-width: 655px) {
    #contact hr {
      margin-bottom: 50px; } }

/** SOCIAL-SHARE
===================================*/
.social-share {
  margin-bottom: 72.5px; }

.facebook-share {
  display: block;
  width: 197px;
  text-indent: -9999px;
  height: 57px;
  background: url('assets/images/facebook.png?1522852741') no-repeat; }

/** PRODUCTS
===================================*/
#products .page-title {
  display: inline-block; }
#products hr {
  margin-bottom: 0; }

.image-wrapper img {
  display: block;
  margin: 0 auto;
  visibility: hidden; }
  @media (min-width: 1px) and (max-width: 566px) {
    .image-wrapper img {
      max-height: 400px; } }

.image-wrapper {
  background-repeat: no-repeat;
  height: 800px; }
  @media (min-width: 1px) and (max-width: 66em) {
    .image-wrapper {
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-position: 50% 50%;
      height: auto; } }

.product-wrapper {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #ccc; }

@media (min-width: 66em) {
  .single-products .product-wrapper:nth-child(even) .flexslider {
    float: left; } }
@media (min-width: 66em) {
  .single-products .product-wrapper:nth-child(even) .image-wrapper {
    background-position: 100% 0; } }
@media screen and (min-width: 1750px) {
  .single-products .product-wrapper:nth-child(even) .image-wrapper {
    background-size: contain;
    background-position: 0 0; } }
@media (min-width: 66em) {
  .single-products .product-wrapper:nth-child(odd) .flexslider {
    float: right; } }
@media screen and (min-width: 1750px) {
  .single-products .product-wrapper:nth-child(odd) .image-wrapper {
    background-size: contain;
    background-position: 100% 0; } }

.product-text-container {
  text-align: center;
  position: relative;
  margin-top: 15px;
  width: 83.10847%;
  float: left;
  margin-right: 1.34916%;
  display: inline;
  margin-left: 8.44576%; }
  @media (min-width: 66em) {
    .product-text-container {
      margin-top: 115px;
      width: 32.43389%;
      float: left;
      margin-right: 1.34916%; } }
  @media (min-width: 111.875em) {
    .product-text-container {
      margin-left: 0%; } }
  .product-text-container h1 {
    margin: 0; }
  .product-text-container hr {
    margin: 0;
    display: inline-block;
    text-align: center;
    width: 50px;
    border-width: 4px; }
  .product-text-container p {
    line-height: 1.8em; }

.dual-product-text-container {
  width: 83.10847%;
  float: left;
  margin-right: 1.34916%;
  display: inline;
  margin-left: 8.44576%;
  background-color: #fff;
  text-align: center; }
  .dual-product-text-container h1 {
    margin-top: 15px; }
  .dual-product-text-container hr {
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    width: 50px;
    border-width: 4px; }
  .dual-product-text-container p {
    line-height: 1.8em; }
  @media (min-width: 66em) {
    .dual-product-text-container {
      border-radius: 25px;
      margin: auto;
      width: 689.5px;
      margin-left: -344.75px;
      height: 600px;
      left: 50%;
      top: 0;
      bottom: 0;
      padding: 115.5px;
      position: absolute; }
      .dual-product-text-container h1 {
        margin: 0; } }

.product-one, .product-two {
  width: 50%;
  float: left; }

.dual-products {
  border-bottom: none; }

.product-one {
  background-position: 100% 0; }
  @media (min-width: 66em) {
    .product-one {
      border-right: 10px solid #fff; } }
  @media screen and (min-width: 1750px) {
    .product-one {
      background-size: contain;
      background-position: 0 0; } }

@media screen and (min-width: 1750px) {
  .product-two {
    background-size: contain;
    background-position: 100% 0; } }

/** FAQ PAGE
===================================*/
.faqs {
  margin-top: 25px; }

.faq-description {
  padding-bottom: 20px; }

.faq-question, .faq-answer {
  padding: 0 0 0 35px; }

.faq-question {
  margin: 0 0 25px 0;
  padding: 0 0 0 35px;
  color: #089075;
  background: url('assets/images/plus_minus.png?1522852741') 0 3px no-repeat;
  font-size: 20px;
  font-size: 2rem; }
  .faq-question:hover {
    cursor: pointer; }

.faq-answer {
  display: none;
  overflow: hidden; }
  .faq-answer p:first-child {
    margin-top: 0; }
  .faq-answer ul {
    list-style-type: disc; }

.faq-open {
  background-position: 0 -219px; }

/** FAQ BLOCK
===================================*/
.faq-header {
  padding-left: 0; }
  .faq-header h2 {
    padding-left: 35px;
    text-transform: uppercase;
    font-family: "FilmotypeGlenlake", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-size: 4rem;
    background: #f8f8f8;
    padding-top: 31px;
    padding-bottom: 31px;
    margin-top: 0;
    margin-bottom: 44px;
    font-weight: lighter; }
    @media screen and (min-width: 52.3125em) and (max-width: 921px) {
      .faq-header h2 {
        font-size: 36px;
        font-size: 3.6rem; } }

.faq-block {
  padding-bottom: 60px; }
  .faq-block .faq-question, .faq-block .faq-answer, .faq-block .read-all {
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "FranklinGothic-Medium", Arial, Helvetica, sans-serif; }
  .faq-block .faq-question {
    color: #f25c01;
    margin-left: 35px;
    background: url('assets/images/orange-arrows.png?1523373715') 0 6px no-repeat; }
  .faq-block .faq-answer {
    margin-left: 35px; }
  .faq-block .faq-open {
    background: url('assets/images/orange-arrows.png?1523373715') 0 -224px no-repeat; }
  .faq-block .read-all {
    text-transform: uppercase;
    text-decoration: underline;
    padding-left: 31px;
    color: #f25c01;
    margin-left: 35px;
    background: url('assets/images/long-arrow.png?1523373691') 0 6px no-repeat; }
    @media (min-width: 52.3125em) {
      .faq-block .read-all {
        float: right; } }
  .faq-block .read-all:hover {
    color: #d95201; }

/** NEWS
===================================*/
.news-intro {
  padding-bottom: 20px; }

.blog-post {
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc; }
  .blog-post h2 {
    margin-top: 0;
    margin-bottom: 25px; }
  .blog-post:last-of-type {
    border: none; }

.post-title {
  display: inline-block;
  margin-bottom: 10px; }

.post-date {
  font-family: "FranklinGothic-Medium", Arial, Helvetica, sans-serif;
  margin-top: 14px;
  margin-bottom: 10px; }

.single-post .hero {
  background: url('assets/images/news-hero.jpg?1522852741') 50% 0% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.single-title, .single-post-container .blog-post {
  margin-top: 0;
  padding-top: 0; }

@media (min-width: 1px) and (max-width: 570px) {
  .single-title {
    margin-top: 25px; } }

.paginationBox {
  display: inline-block;
  margin: 20px 0; }

.pagination {
  margin: 0 auto 0 auto;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 80%;
  line-height: 1em;
  list-style-type: none; }

.pagination li {
  float: left;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 1px; }

.pagination span,
.pagination a {
  float: left;
  border: 1px #ccc solid;
  padding: 6px 12px 7px 12px;
  text-decoration: none;
  width: auto;
  color: #999; }

.pagination a:hover,
.pagination a:focus {
  color: #fff;
  background-color: #ccc; }

.pagination .current {
  padding: 6px 12px 7px 12px;
  color: #fff;
  background-color: #f25c01;
  border: 1px #ccc solid; }

.nav-links {
  margin: 15px 0 15px 0;
  position: relative; }
  .nav-links .prev {
    float: right; }
  .nav-links .wp-link {
    position: absolute;
    width: 80px;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 500px) {
      .nav-links .wp-link {
        display: none; } }
  .nav-links .back-to-photos {
    width: 134px; }
  .nav-links .next {
    float: left; }

/** PROMOTIONS
===================================*/
.promotions-header {
  text-align: center; }
  @media (min-width: 52.3125em) {
    .promotions-header {
      padding-bottom: 85.5px; } }
  .promotions-header h1 {
    color: #ed1b2e;
    margin-bottom: 10px; }
  .promotions-header h2 {
    margin-top: 0;
    color: #5c5c5c; }

@media (min-width: 52.3125em) {
  .banners {
    border-bottom: 2px solid #ccc; } }

.banner {
  margin-bottom: 40px; }
  @media (min-width: 52.3125em) {
    .banner .non-banner {
      display: none; } }

.banner-image {
  display: none; }
  @media (min-width: 52.3125em) {
    .banner-image {
      display: block; } }

.non-banner {
  text-align: center;
  vertical-align: top;
  padding-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 52.3125em) {
    .non-banner {
      width: 49.18831%;
      float: left;
      margin-right: 1.62338%;
      margin-right: 0;
      float: none;
      display: inline-block;
      margin-bottom: 100px; } }
  .non-banner img {
    margin: 0 auto; }
  .non-banner .green-button {
    margin: 0 auto; }
  .non-banner h1 {
    color: #006940;
    font-size: 50px;
    font-size: 5rem;
    margin-top: 5px; }

.promo-description {
  margin: 0 auto 50px auto;
  width: 76%; }

/** FRONT-PAGE
===================================*/
/** Sliders **/
.bxslider-dual-wrapper {
  display: none;
  max-height: 500px;
  overflow: hidden; }
  .bxslider-dual-wrapper .bx-controls {
    left: 50%;
    bottom: 5.5%; }
  .bxslider-dual-wrapper .bx-controls-direction {
    background: #f08930;
    background: rgba(240, 137, 48, 0.8);
    display: none; }
    @media (min-width: 52.3125em) {
      .bxslider-dual-wrapper .bx-controls-direction {
        display: block; } }
  .bxslider-dual-wrapper .bx-viewport {
    max-height: 500px;
    overflow: hidden; }
  @media (min-width: 52.3125em) {
    .bxslider-dual-wrapper {
      display: block; } }

.dual-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  max-height: 500px;
  overflow: hidden; }
  .dual-image img {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden; }

.bxslider-single-wrapper .bx-viewport {
  background: none; }
  @media (min-width: 52.3125em) and (max-width: 965px) {
    .bxslider-single-wrapper .bx-viewport {
      top: 0; } }
  @media (min-width: 1px) and (max-width: 614px) {
    .bxslider-single-wrapper .bx-viewport {
      top: 0; } }
.bxslider-single-wrapper .bx-controls {
  top: 19px;
  right: 0; }
  @media (min-width: 615px) and (max-width: 52.3125em) {
    .bxslider-single-wrapper .bx-controls {
      top: -70px; } }
.bxslider-single-wrapper .bx-controls-direction {
  background: #ed1b2e;
  background: rgba(237, 27, 46, 0.8);
  display: none; }
  @media screen and (min-width: 615px) and (max-width: 52.3125em) {
    .bxslider-single-wrapper .bx-controls-direction {
      display: block; } }
  @media screen and (min-width: 966px) {
    .bxslider-single-wrapper .bx-controls-direction {
      display: block; } }

.image-button {
  position: absolute;
  bottom: 5.5%;
  right: 50%;
  display: inline-block;
  padding: 0 30px 0 60px;
  color: #fff;
  line-height: 3.1;
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.image-button:hover {
  background-color: #d21222 !important; }

/** Promotions Block **/
.promotion-image {
  float: left;
  width: 38.75%; }
  @media (min-width: 52.3125em) and (max-width: 965px) {
    .promotion-image {
      display: none; } }
  @media (min-width: 1px) and (max-width: 614px) {
    .promotion-image {
      display: none; } }

.promotion-text-image {
  float: right;
  margin-top: 185px;
  width: 61.25%; }
  @media (min-width: 1px) and (max-width: 614px) {
    .promotion-text-image {
      margin-top: 0;
      float: none;
      width: 100%; } }
  @media (min-width: 615px) and (max-width: 52.3125em) {
    .promotion-text-image {
      margin-top: 92.5px; } }
  @media (min-width: 52.3125em) and (max-width: 965px) {
    .promotion-text-image {
      margin-top: 0;
      float: none;
      width: 100%; } }

.promotion-text {
  float: right;
  width: 50%;
  margin-right: 64px;
  font-size: 18px;
  font-size: 1.8rem; }
  @media (min-width: 52.3125em) and (max-width: 965px) {
    .promotion-text {
      float: none;
      width: 90%;
      margin: 0 auto; } }
  @media (min-width: 1px) and (max-width: 614px) {
    .promotion-text {
      float: none;
      width: 90%;
      margin: 0 auto; } }

.promotions-block {
  padding-bottom: 50px;
  display: block; }

.block-button {
  display: block;
  width: 270px;
  line-height: 3;
  margin: 10% auto 0 auto;
  background: url('assets/images/clock.jpg?1522852741') no-repeat, url('assets/images/right-arrow.png?1522852741') 97% 44% no-repeat, #209b83;
  color: #fff;
  text-transform: uppercase;
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 0 0 0 45px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease; }

.block-button:hover {
  color: #fff;
  background-color: #1a7c69; }

/** Customer Experience Block **/
.customer-experience {
  border-top: 1px solid #e5e5e5;
  margin: 0 0 25px 0;
  padding: 55px 0 0 0; }
  .customer-experience p {
    width: 93%;
    margin-top: 47px; }
  .customer-experience h1 {
    color: #ed1b2e;
    margin: 0;
    font-size: 50px;
    font-size: 5rem; }
  .customer-experience h2 {
    margin-top: 0;
    margin-bottom: 51px;
    color: #f25c01;
    text-transform: uppercase;
    font-size: 19px;
    font-size: 1.9rem; }

.history-link {
  width: 242px;
  background: url('assets/images/customer-experience-sprite.jpg?1522852741') 0 0 no-repeat, url('assets/images/orange-arrows.png?1523373715') 93% -8.7% no-repeat;
  display: block;
  margin: 0 auto;
  padding-left: 19px;
  color: #f25c01;
  font-size: 15px;
  line-height: 49px;
  border: 3px solid #e1e1e0; }
  .history-link:hover {
    color: #f25c01;
    background-color: #f2f2f2; }

.rounded-button {
  text-transform: uppercase;
  text-align: center;
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear; }

/** Sidebar **/
@media (min-width: 52.3125em) {
  .home-secondary {
    border-left: 1px solid #dfdfdf; } }

.careers-header, .promotions-block-header {
  padding: 0; }
  .careers-header h3, .promotions-block-header h3 {
    line-height: 90px;
    padding-left: 35px;
    margin: 0;
    text-transform: uppercase;
    background: #f8f8f8;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif; }

.promotions-block-header {
  position: relative;
  display: none; }
  .promotions-block-header h3 {
    max-width: 400px;
    position: absolute;
    right: 145px;
    padding: 0;
    color: #ed1b2e;
    font-size: 28px;
    font-size: 2.8rem; }
    @media (min-width: 615px) and (max-width: 965px) {
      .promotions-block-header h3 {
        position: relative;
        left: 0;
        z-index: 600; } }
  @media (min-width: 615px) and (max-width: 965px) {
    .promotions-block-header {
      display: block; } }
  @media screen and (min-width: 966px) {
    .promotions-block-header {
      display: block; } }

.home .faq-header, .home .break {
  border-top: 1px solid #e5e5e5; }

.community {
  padding: 0;
  text-align: center;
  border-top: 1px solid #e5e5e5; }

.community-text {
  padding-top: 64px;
  padding-bottom: 56px;
  text-align: center;
  color: #006940;
  font-size: 24px;
  font-size: 2.4rem;
  font-style: italic;
  max-width: 357px;
  margin: 0 auto; }

.community-bottom-banner {
  display: block;
  margin: 0 auto;
  border-top: 1px solid #e3e3df;
  border-bottom: 1px solid #e3e3df;
  width: 80%; }

.learn-more {
  padding-left: 81px;
  background: url('assets/images/globe.png?1522852741') no-repeat;
  display: block;
  width: 223px;
  margin: 52px auto 68px auto;
  line-height: 51px;
  font-size: 24px;
  font-size: 2.4rem;
  font-style: italic;
  font-family: "FuturaTL-Bold", Arial, Helvetica, sans-serif;
  color: #089075;
  height: 51px; }

.careers {
  margin: 40px 0;
  max-height: 238px;
  text-align: center; }
  @media (min-width: 52.3125em) {
    .careers {
      margin-left: 35px; } }

.img-wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: border-radius 0.3s ease, background-color 0.3s ease;
  transition: border-radius 0.3s ease, background-color 0.3s ease; }
  .img-wrapper:hover {
    background-color: #f25c01;
    border-radius: 15px; }
    .img-wrapper:hover .apply-now {
      opacity: .8; }

.apply-now {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.careers-text {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-family: "Market-Pro", cursive;
  font-size: 60px; }
  @media (min-width: 52.3125em) and (max-width: 1185px) {
    .careers-text {
      font-size: 40px; } }
  @media screen and (max-width: 430px) {
    .careers-text {
      font-size: 40px; } }

.grey-banner {
  background: #f8f8f8;
  height: 90px;
  position: absolute;
  width: 100%;
  z-index: -1;
  display: none; }
  @media screen and (min-width: 615px) {
    .grey-banner {
      display: block; } }

.break {
  display: none;
  position: absolute;
  left: 62%;
  right: 0;
  height: 107px;
  background: #f8f8f8; }
  @media screen and (min-width: 52.3125em) and (max-width: 921px) {
    .break {
      height: 102px; } }
  @media (min-width: 52.3125em) {
    .break {
      display: block; } }

.border-break {
  position: absolute;
  border-bottom: 1px solid #e5e5e5;
  display: none; }
  @media (min-width: 52.3125em) {
    .border-break {
      display: block; } }

.left {
  left: 0;
  right: 45%; }

.right {
  left: 63%;
  right: 0; }

/** LOCATIONS PAGE
===================================*/
body.page-template-locations-php .storelocator, body.page-template-locations-php select {
  font-family: Arial, sans-serif;
  font-size: 14px; }
body.page-template-locations-php input {
  font-family: "FuturaTL-Medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-right: 15px; }
  @media (min-width: 1px) and (max-width: 655px) {
    body.page-template-locations-php input {
      margin-right: 0; } }
body.page-template-locations-php .green-button {
  display: inline-block;
  width: 120px; }
  @media (min-width: 1px) and (max-width: 655px) {
    body.page-template-locations-php .green-button {
      width: 100%;
      margin-top: 22.5px;
      margin-right: 0; } }
body.page-template-locations-php .map-options {
  padding: 10px 0; }
@media screen and (min-width: 30em) {
  body.page-template-locations-php .clear-results.mobile {
    display: none !important; } }
body.page-template-locations-php .clear-results {
  color: #089075;
  text-decoration: underline;
  cursor: pointer;
  display: none; }
  body.page-template-locations-php .clear-results.mobile {
    margin-left: 10px; }
  body.page-template-locations-php .clear-results.active {
    display: inline-block; }
body.page-template-locations-php #map-locations {
  float: left;
  width: 100%;
  display: none;
  height: 300px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: auto;
  padding-right: 10px;
  margin-bottom: 50px; }
  @media screen and (min-width: 30em) {
    body.page-template-locations-php #map-locations {
      display: block;
      width: 40%;
      -webkit-transform: translateZ(0px); } }
  @media screen and (min-width: 48em) {
    body.page-template-locations-php #map-locations {
      width: 20%; } }
  @media screen and (min-width: 30em) {
    body.page-template-locations-php #map-locations {
      height: 550px; } }
  body.page-template-locations-php #map-locations .clear-button {
    text-align: center; }
  body.page-template-locations-php #map-locations .no-matches-found {
    font-weight: bold;
    margin-bottom: 10px; }
  body.page-template-locations-php #map-locations .city-title {
    font-size: 1.8rem;
    border-bottom: 1px solid #d4d4d4; }
  body.page-template-locations-php #map-locations a.store-location {
    display: block;
    padding: 10px;
    -webkit-transform: translateZ(0px); }
  body.page-template-locations-php #map-locations .title {
    color: #089075;
    font-weight: bold; }
  body.page-template-locations-php #map-locations .details {
    font-size: 0.8em; }
body.page-template-locations-php #map-locations, body.page-template-locations-php #store-details {
  color: #5d5d5d;
  font-family: "FranklinGothic-Book", Arial, Helvetica, sans-serif; }
body.page-template-locations-php #map {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  height: 400px;
  vertical-align: top;
  padding: 4px;
  font-size: 11px; }
  @media screen and (min-width: 30em) {
    body.page-template-locations-php #map {
      width: 60%; } }
  @media screen and (min-width: 48em) {
    body.page-template-locations-php #map {
      width: 80%;
      margin-bottom: 0; } }
  body.page-template-locations-php #map input {
    background: #209a82;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 6px; }
    body.page-template-locations-php #map input:hover {
      background: #135c4e; }
body.page-template-locations-php #store-details {
  float: left;
  width: 100%;
  min-height: 150px;
  margin-bottom: 40px; }
  @media screen and (min-width: 30em) {
    body.page-template-locations-php #store-details {
      width: 60%; } }
  @media screen and (min-width: 48em) {
    body.page-template-locations-php #store-details {
      width: 80%; } }
  body.page-template-locations-php #store-details .contact,
  body.page-template-locations-php #store-details .amenities,
  body.page-template-locations-php #store-details .features {
    float: left;
    width: 33%;
    font-size: 0.95em;
    padding: 0 1em; }
  body.page-template-locations-php #store-details .contact .hours {
    margin-top: 1em; }
  body.page-template-locations-php #store-details .title {
    color: #089075;
    font-size: 0.9em;
    font-weight: bold;
    padding-top: 1em; }
  body.page-template-locations-php #store-details .accepts-content div {
    display: inline; }
    body.page-template-locations-php #store-details .accepts-content div:after {
      content: ', '; }
    body.page-template-locations-php #store-details .accepts-content div:last-child:after {
      content: ''; }
body.page-template-locations-php .gm-style {
  font-family: "FranklinGothic-Book", Arial, Helvetica, sans-serif; }
  body.page-template-locations-php .gm-style img {
    max-width: none; }
body.page-template-locations-php .gm-style-iw .modal-content {
  height: 150px; }
  body.page-template-locations-php .gm-style-iw .modal-content form {
    text-align: center;
    padding-left: 25px; }
  body.page-template-locations-php .gm-style-iw .modal-content input[type="submit"] {
    margin-top: 15px; }

.card-wrap h1 span {
  color: #089075; }
.card-wrap h1 sup {
  font-size: 0.4em;
  vertical-align: top;
  line-height: 2em; }

@media (min-width: 52.3125em) {
  .card-left {
    width: 68%;
    float: left; }

  .card-right {
    width: 32%;
    float: right; } }
.primary-push {
  margin-bottom: 4em; }
  .primary-push h1:first-child {
    margin-top: 0; }

#card .hero {
  margin-bottom: 70px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top left;
  background-repeat: none;
  height: 300px;
  position: relative; }
  @media (min-width: 46.5625em) {
    #card .hero {
      height: 460px; } }
  @media (min-width: 52.3125em) {
    #card .hero {
      height: 560px; } }
  #card .hero .container {
    height: 100%;
    position: relative; }
#card .hero-text {
  position: absolute;
  bottom: 100px;
  left: 0;
  max-width: 100%; }
  #card .hero-text img {
    padding: 0 20px; }
    @media (min-width: 66em) {
      #card .hero-text img {
        padding: 0; } }

.thx-button {
  display: inline-block;
  font-family: "FranklinGothic-Medium", Arial, Helvetica, sans-serif;
  margin: 30px 0 0 0;
  background: url('assets/images/orange-pointer.png?1522852741') no-repeat #f58326;
  background-size: auto 100%;
  color: #fff;
  border-radius: 22px;
  text-transform: uppercase;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 1em;
  padding: 0.8em 2em 0.7em 3.5em;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease; }
  .thx-button:hover {
    background-color: #f25c01;
    color: #fff; }

.thx-form {
  display: none;
  margin: 20px 0;
  clear: both; }
  .thx-form iframe {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch; }

.NPCAContent .btn {
  background: url('assets/images/orange-stripe-bg.png?1523373691') repeat;
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: none; }

#fleetEnrollCard .form-row {
  clear: both;
  margin-left: -15px;
  margin-right: -15px; }
#fleetEnrollCard h3.form-header {
  padding: 0 15px 15px;
  font-size: 1.4em;
  margin: 0; }
#fleetEnrollCard span.form-label {
  font-size: 1em; }
#fleetEnrollCard p.form-full-width {
  position: relative;
  width: 97.55%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 10px;
  margin-bottom: 30px; }
  @media (min-width: 1px) and (max-width: 655px) {
    #fleetEnrollCard p.form-full-width {
      width: 100%; } }
#fleetEnrollCard p.form-half-width, #fleetEnrollCard span.wpcf7-list-item p.wpcf7-free-text {
  position: relative;
  width: 47.98%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 10px;
  margin-bottom: 30px; }
  @media (min-width: 1px) and (max-width: 655px) {
    #fleetEnrollCard p.form-half-width, #fleetEnrollCard span.wpcf7-list-item p.wpcf7-free-text {
      width: 100%; } }
#fleetEnrollCard p.form-third-width {
  position: relative;
  width: 33.3333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 10px;
  margin-bottom: 30px; }
  @media (min-width: 1px) and (max-width: 655px) {
    #fleetEnrollCard p.form-third-width {
      width: 100%; } }
#fleetEnrollCard hr.form-line {
  border-top: 2px solid #f25c01;
  position: relative;
  width: 97.55%;
  min-height: 1px;
  margin-bottom: 30px; }
  @media (min-width: 1px) and (max-width: 655px) {
    #fleetEnrollCard hr.form-line {
      width: 100%; } }
#fleetEnrollCard span.wpcf7-list-item {
  margin: 0; }
  #fleetEnrollCard span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline;
    vertical-align: middle;
    font-size: 1em; }
  #fleetEnrollCard span.wpcf7-list-item input[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline;
    vertical-align: middle; }
#fleetEnrollCard input[type="submit"].wpcf7-submit {
  margin-left: 15px;
  margin-right: 15px; }
  @media (min-width: 1px) and (max-width: 655px) {
    #fleetEnrollCard input[type="submit"].wpcf7-submit {
      margin-left: 0;
      margin-right: 0; } }
