/*
* Project: Ignited Services
* Client: Ignitec Services
* Mitch Smoot | President
* Jack Patterson | CEO
*
* Adaptive site design by Zoom Mail
* Creative Director: Larry Berleman
* Developer: MM Robinson
*
*
*/
/* import SCSS setups */
/* ====== SASS vars (in SCSS format) ====== */
/* Colors */
/* RGBA transparencies */
/* Background Images */
/* Fonts */
/* Typography */
body {
  font-family: "Work Sans", Arial, Verdana, sans-serif;
  color: #000;
  background-color: #fff;
}

h1, h2, .h1, .h2 {
  text-transform: none;
  font-family: "Gelasio", Georgia, Times New Roman, serif;
  font-weight: 600;
}

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  text-transform: none;
  font-family: "Work Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
}

h1 em, .h1 em {
  font-weight: 400;
}

em {
  font-style: italic;
}

strong {
  color: #c00;
}

.small {
  font-size: 75%;
}

.mainContent, p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-left {
  text-align: left;
}

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

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

/* lg */
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
  h1 em, .h1 em {
    font-size: 3.25rem;
  }
  h2, .h2 {
    font-size: 2.75rem;
    line-height: 3rem;
  }
  h3, .h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  #mainContent, p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
/* ====== Global styles ====== */
.fullwidth {
  width: 100%;
}

section, .section {
  padding: 2rem 0;
}

/* lg */
@media (min-width: 992px) {
  section, .section {
    padding: 3rem 0;
  }
}
a,
a:visited,
a:link {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition-property: all 0.25s linear 0s;
  text-transform: inherit;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a.button, a.button:visited, a.button:link,
.button, .button:visited, .button:link,
a.btn, a.btn:visited, a.btn:link,
.btn, .btn:visited, .btn:link {
  display: inline-block;
  color: #fff;
  background-color: #c00;
  border: 0;
  border-radius: 0;
  font-family: "Work Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  transition: all 0.25s linear;
}

a.button:hover, a.button:focus,
.button:hover, .button:focus,
a.btn:hover, a.btn:focus,
.btn:hover, .btn:focus {
  color: #fff;
  background-color: #900;
  text-decoration: none !important;
}

.redBg a.button, .redBg a.button:visited, .redBg a.button:link,
.redBg .button, .redBg .button:visited, .redBg .button:link,
.redBg a.btn, .redBg a.btn:visited, .redBg a.btn:link,
.redBg .btn, .redBg .btn:visited, .redBg .btn:link {
  background-color: #000;
}

.redBg a.button:hover, .redBg a.button:focus,
.redBg .button:hover, .redBg .button:focus,
.redBg a.btn:hover, .redBg a.btn:focus,
.redBg .btn:hover, .redBg .btn:focus {
  background-color: #333;
}

.greyBg a.button, .greyBg a.button:visited, .greyBg a.button:link,
.greyBg .button, .greyBg .button:visited, .greyBg .button:link,
.greyBg a.btn, .greyBg a.btn:visited, .greyBg a.btn:link,
.greyBg .btn, .greyBg .btn:visited, .greyBg .btn:link {
  color: #c00;
  background-color: #fff;
}

.greyBg a.button:hover, .greyBg a.button:focus,
.greyBg .button:hover, .greyBg .button:focus,
.greyBg a.btn:hover, .greyBg a.btn:focus,
.greyBg .btn:hover, .greyBg .btn:focus {
  color: #c00;
  background-color: #eee;
}

img.responsive, .responsive {
  width: 100%;
  height: auto;
}

.sr-only {
  display: none;
}

@media (max-width: 767px) {
  .break-sm {
    display: block;
    width: 100%;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .break-md {
    display: block;
    width: 100%;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
  }
}
@media (min-width: 992px) {
  .break-lg {
    display: block;
    width: 100%;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
  }
}
.red {
  color: #c00;
}

.black {
  color: #000;
}

.redBg {
  background-color: #c00;
  color: #fff;
}

.blackBg {
  background-color: #000;
  color: #fff;
}

.greyBg {
  background-color: #555;
  color: #fff;
}

.greyLtBg {
  background-color: #eee;
}

.greyDkBg {
  background-color: #333;
  color: #fff;
}

/* ====== Global styles ====== */
html {
  position: relative;
  min-height: 100%;
}

.flamesIcon {
  position: relative;
  border-top: 6px solid #c00;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
}

.flamesIcon img {
  position: absolute;
  z-index: 101;
  height: 40px;
  width: 40px;
  top: -25px;
  left: 50%;
  margin-left: -20px;
}

.mainContent {
  margin-top: 80px;
}

p s {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
  color: #c00;
  text-decoration: none;
}

/* lg */
@media (min-width: 992px) {
  .mainContent {
    margin-top: 90px;
  }
  p s {
    font-size: 8rem;
    line-height: 8rem;
  }
}
/* ====== Header styles ====== */
header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
  background-color: #000;
  border-bottom: 6px solid #c00;
}

header .logo {
  display: block;
  position: absolute;
  top: 12px;
  width: 140px;
  left: 50%;
  margin-left: -70px;
  text-decoration: none;
}

/* lg */
@media (min-width: 992px) {
  header {
    height: 90px;
  }
  header .logo {
    width: 150px;
    top: 16px;
    left: 48px;
    margin-left: 0px;
  }
  header.home {
    height: 120px;
  }
  header.home .logo {
    width: 200px;
    left: 50%;
    margin-left: -100px;
  }
}
/* ====== Nav styles ====== */
#mainNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  padding-top: 4.25rem;
  background-color: rgba(0, 0, 0, 0.6);
  margin-right: -100%;
  transition: margin-right 0.5s;
}

#mainNav.open {
  margin-right: 0;
}

#toggler {
  display: block;
  position: fixed;
  z-index: 1002;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 30px;
}

#toggler:hover {
  cursor: pointer;
}

/* for hamburger icon bars */
#toggler .icon-bar {
  display: block;
  width: 36px;
  height: 4px;
  margin: 6px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #fff;
  transform: rotate(0);
  transition: all linear 0.5s;
}

#toggler:hover .icon-bar {
  background-color: #c00;
}

#toggler.open .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

#toggler.open .middle-bar {
  opacity: 0;
}

#toggler.open .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

#toggler.open .icon-bar {
  background-color: #c00;
}

#mainNav, #sideNav {
  text-align: right;
  font-weight: 700;
}

#sideNav {
  padding: 0;
  list-style: none;
  list-style-type: none;
}

#sideNav li {
  position: relative;
  width: 100%;
  padding: 0;
}

/* .sub-menu {
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
	display:none;
}
.sub-menu li,
.active .sub-menu li {
	padding:0;
} */
/* @keyframes bounce {
	0%		{padding:0 6px;}
	60%		{ padding:8px 6px; }
	100%	{ padding:6px 6px; }
} */
/* @keyframes slideOpen {
	0%		{ padding:0 4.5rem 0 2rem; }
	100%	{ padding:.5rem 4.5rem .5rem 2rem; }
} */
/* .active .sub-menu {
  display:block;
}
.active .sub-menu .sub-item {
	display:inline-block;
	padding:.5rem 4.5rem .5rem 2rem;
	animation-name:slideOpen;
	animation-duration:.5s;
	animation-iteration-count:1;
}
.toggle-arrow {
  display:inline-block;
  vertical-align:middle;
  width:1.875rem;
  height:1.875rem;
  margin:0 0rem 0 .5rem;
  background-size:100% auto;
  background:transparent url(../svg/toggleArrow-orange.svg) 0 0 no-repeat;
  transform:rotate(0deg);
  transition:transform .5s linear;
}
.active .toggle-arrow {
	transform:rotate(180deg);
} */
.nav-link {
  padding: 1rem 24px 0 1rem;
}

/* .nav-menu-head {
	padding:1rem 2rem 1rem 2rem;
} */
.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-menu-head,
.nav-link:visited,
.nav-menu-head:visited {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  transition: color 0.5s;
}

.nav-link:hover,
.nav-link:focus,
.nav-menu-head:hover,
.nav-menu-head:focus,
a:not([href]):not([tabindex]):hover {
  color: #c00;
  text-decoration: none;
}

/* .sub-item,
.sub-item:visited,
.sub-item:link {
	font-size:1rem;
	line-height:2rem;
	color:$white;
	transition:color .5s;
}
.sub-item:hover,
.sub-item:focus {
	color:$red;
} */
/* md */
@media (min-width: 768px) {
  #mainNav {
    width: auto;
    max-width: 50%;
  }
}
/* lg */
@media (min-width: 992px) {
  #toggler {
    top: 24px;
    right: 48px;
  }
  .nav-link {
    padding: 1rem 3rem 0 2rem;
  }
}
/* ====== Footer styles ====== */
footer {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}

footer .logo {
  display: inline-block;
  width: 140px;
  text-decoration: none;
}

.socialmedia {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.socialicons {
  display: inline-block;
  margin: 0.75rem 0.25rem 0.25rem 0.25rem;
}

.socialicons img {
  width: 2rem;
  height: 2rem;
  padding: 0.375rem;
}

.socialicons .socialicons a,
.socialicons a:visited,
.socialicons a:link {
  display: block;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 0.5rem;
  line-height: 0.5rem;
  transition: background-color 0.5s;
}

.socialicons a:hover,
.socialicons a:focus {
  background-color: #c00;
}

.cd-top, .js-cd-top {
  position: absolute;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.6) url(../img/layout/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 50;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button becomes less visible */
  opacity: 0.5;
}

.cd-top:hover {
  background-color: #fff;
  opacity: 1;
}

.privacy-policy p {
  font-family: inherit;
  font-size: 0.65em;
  margin-top: 10px;
  padding: 5px 0px;
  color: #fff;
  text-align: inherit;
}

.privacy-policy a {
  font-family: inherit;
  color: #fff;
  transition-property: color 0.5s linear 0s;
  text-decoration: none;
}

.privacy-policy a:hover,
.privacy-policy a:visited {
  color: #fff;
  text-decoration: none;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #e8e8e8;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.65em;
  line-height: 1.25em;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.btn-cookie {
  padding: 5px 10px;
  font-size: 100%;
  line-height: 100%;
  border-radius: 2px;
  color: #fff;
  background-color: #c00;
  border: 1px solid #000 !important;
  margin-top: 0px !important;
}

.btn-cookie:focus,
.btn-cookie.focus,
.btn-cookie:hover,
.btn-cookie.hover {
  color: #fff;
  background-color: #c00;
}

.otnotice-menu {
  display: contents;
  position: absolute !important;
  color: #c00;
  list-style-type: none;
}

.otnotice-menu a,
.otnotice-menu a:hover,
.otnotice-menu a:focus,
.otnotice-menu a:visited,
.otnotice-section a,
.otnotice-section a:hover,
.otnotice-section a:focus,
.otnotice-section a:visited {
  color: #900;
}

.otnotice-content .otnotice-sections .otnotice-section-content p {
  margin: 0 0 1rem;
  font-size: 1em !important;
  font-family: inherit;
  line-height: unset;
  text-align: left !important;
  color: #000;
}

.otnotice-content .otnotice-sections .otnotice-section-content ol, .otnotice-content .otnotice-sections .otnotice-section-content ul {
  margin: 0;
  padding-inline: 2.5rem;
  text-align: left;
}

.otnotice-section-content li, .otnotice-content .otnotice-sections .otnotice-section-content blockquote, .otnotice-content .otnotice-sections .otnotice-section-content pre {
  margin: 0 0 0.5rem;
  display: inline-block;
  text-align: left;
  color: #000;
}

.otnotice-sections > .otnotice-section > h2.otnotice-section-header {
  color: #000;
  font-size: 30px !important;
  font-weight: bolder;
  line-height: 135%;
  margin-left: 0px !important;
  margin-bottom: 20px;
  text-align: left !important;
}

.privacy {
  display: inline-block;
  float: left;
  margin: 0 auto 40px;
  padding-left: 0px;
}

/* ====== Home page styles ====== */
#homePage .title {
  text-transform: uppercase;
}

.videoWindow {
  position: relative;
  width: 100%;
}

.fixedBGWindow {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: #555;
}

.fixedBGWindow {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#featureBDC {
  background-color: #000;
  background-image: url("../img/backgrounds/callCenter-mobile.jpg");
}

#featureChat {
  background-color: #555;
  background-image: url("../img/backgrounds/onlineChat-mobile.jpg");
}

.redBg,
.blackBg,
.greyBg {
  position: relative;
  overflow: hidden;
}

.bgIcon {
  position: absolute;
  opacity: 0.15;
  width: 30%;
  top: -5%;
}

.redBg .bgIcon,
.greyBg .bgIcon {
  left: 5%;
}

.blackBg .bgIcon {
  right: 5%;
}

/* md */
@media (min-width: 768px) {
  .videoWindow,
  .fixedBGWindow {
    position: relative;
    width: 100%;
    padding-top: 33.333%;
    overflow: hidden;
    background-color: #555;
  }
  .videoWindow video {
    position: absolute;
    width: 100%;
    height: auto;
    top: -60%;
  }
  .fixedBGWindow {
    background-attachment: fixed;
  }
  #featureBDC {
    background-image: url("../img/backgrounds/callCenter-tablet.jpg");
  }
  #featureChat {
    background-image: url("../img/backgrounds/onlineChat-tablet.jpg");
  }
  #homePage .offscreen,
  #platformPage .offscreen {
    margin-top: 3rem;
    opacity: 0;
    transition: all 0.5s ease;
  }
  #homePage .offscreen.on,
  #platformPage .offscreen.on {
    margin-top: 0;
    opacity: 1;
  }
}
/* lg */
@media (min-width: 992px) {
  #featureBDC {
    background-image: url("../img/backgrounds/callCenter.jpg");
  }
  #featureChat {
    background-image: url("../img/backgrounds/onlineChat.jpg");
  }
  .bgIcon {
    width: 25%;
  }
}
/* ====== Carousel styles ====== */
#carouselTestimonials {
  padding-top: 2rem;
  min-height: 300px;
}

#carouselTestimonials .textSlide {
  padding: 0 15%;
}

.carousel-control-prev-icon {
  background-image: url("../svg/IS-prev-arrow.svg");
}

.carousel-control-next-icon {
  background-image: url("../svg/IS-next-arrow.svg");
}

#carouselTestimonials strong {
  font-size: 1.125em;
  color: #000;
}

#carouselTestimonials del {
  text-decoration: none;
  color: #c00;
}

/* ====== Form styles ====== */
#formSection p,
.formtitles {
  text-transform: uppercase;
}

.form-group {
  padding: 1rem 0;
}

.form-control,
.gj-datepicker,
.form-control input,
.form-control input::placeholder {
  border-radius: 0;
  border: none;
  background-color: #eee;
  padding: 0.75rem 1rem;
  color: #555;
}

textarea#message {
  height: 256px;
  color: #555;
}

.gj-icon {
  margin: 0.75rem;
}

.userID {
  display: none;
}

label.marketingForm {
  font-weight: 500;
}

label.marketingForm .small {
  font-weight: 400;
}

.form-outline {
  width: 100%;
  border: 1px solid #ccc;
  margin: 0.5rem 0;
  padding: 0.5rem 1.5rem;
}

#newVehicles {
  padding: 0.5rem 0;
}

a.button#addNewVehicle {
  padding: 0.5rem 1rem;
  background-color: #555;
  transition: all 0.5s linear;
}

a.button#addNewVehicle:hover {
  background-color: #333;
}

#marketingLogin .login-logo {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  padding: 0.5rem;
}

#marketingLogin table {
  width: 100%;
}

#marketingLogin td {
  padding: 0.5rem;
}

#marketingLogin strong {
  font-weight: 500;
  color: #555;
}

.tech-note {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #ffd;
}

.tech-note p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none !important;
  padding: 0;
  margin: 0;
}

.tech-note a,
.tech-note a:link,
.tech-note a:visited {
  color: blue;
  text-decoration: underline;
}

.tech-note a:hover,
.tech-note a:focus {
  color: purple;
  text-decoration: underline;
}

/* #formMessages styles */
.formError {
  padding: 12px;
  background-color: #fcc;
  color: #f00;
}

.formSuccess {
  padding: 12px;
  background-color: #cfc;
  color: #363;
}

.formProcessing {
  height: 100px;
  width: 100%;
  background: transparent url("../img/processing.gif") 0 0 no-repeat;
}

/* ====== Secondary page styles ====== */
#videoContainer .pageTitle,
#headerImage .pageTitle {
  position: absolute;
  font-family: "Work Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  left: 1.5rem;
  top: 160px;
  font-size: 3rem;
  line-height: 4rem;
}

.nestedContainer {
  padding: 2rem;
}

/* list styles */
.squareBulletList {
  display: inline-block;
  list-style-type: square;
  list-style-position: outside;
  list-style-image: url("../svg/IS-sqbullet-red.svg");
  text-align: left;
  font-size: 1.25em;
  font-weight: 500;
}

.squareBulletList li {
  padding-left: 0.25rem;
  padding-bottom: 1rem;
}

.squareBulletList li:last-child {
  padding-bottom: 0;
}

.redBg .squareBulletList {
  list-style-image: url("../svg/IS-sqbullet-white.svg");
}

/* tesimonials styles */
#featuredTestimonial {
  color: #eee;
}

#featuredTestimonial p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-style: italic;
}

#featuredTestimonial p.title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}

#featuredTestimonial strong {
  font-style: normal;
  color: #fff;
}

#featuredTestimonial img {
  border: 0.25rem solid #eee;
  border-radius: 50%;
  margin: 1rem;
  width: 70%;
  height: auto;
}

/* compliance sidebar styles */
#complianceSidebar {
  color: #555;
}

#complianceSidebar .title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: italic;
  font-weight: 600;
}

#complianceSidebar .badge {
  display: inline-block;
  width: 80%;
  height: auto;
}

/* lg */
@media (min-width: 992px) {
  #videoContainer .pageTitle,
  #headerImage .pageTitle {
    left: 3rem;
    font-size: 5rem;
    line-height: 6rem;
  }
  .nestedContainer {
    padding: 3rem;
  }
}
/* ====== Section IDs and backgrounds ====== */
#featureReal {
  background-color: #c00;
  background-image: url("../img/backgrounds/onlinepurchase-mobile.jpg");
}

#featureFresh {
  background-color: #000;
  background-image: url("../img/backgrounds/orangeTree-mobile.jpg");
}

#featureCreative {
  background-color: #c00;
  background-image: url("../img/backgrounds/painting-mobile.jpg");
}

#featureEffective {
  background-color: #000;
  background-image: url("../img/backgrounds/dartBoard-mobile.jpg");
}

#featureTransparent {
  background-color: #c00;
  background-image: url("../img/backgrounds/glassGlobe-mobile.jpg");
}

#featureFreedom {
  background-color: #000;
  background-image: url("../img/backgrounds/contract-mobile.jpg");
}

#featureIgnited {
  background-color: #555;
  background-image: url("../img/backgrounds/marketing-mobile.jpg");
}

#featureCompliance {
  background-color: #fff;
  background-image: url("../img/backgrounds/lawyers-mobile.jpg");
}

#featureGhost {
  background-color: #fff;
  background-image: url("../img/backgrounds/onlineShopping-mobile.jpg");
}

#copyIgnited .logo {
  display: inline-block;
  width: 240px;
  text-decoration: none;
}

#copyIgnited .h4 {
  padding-top: 1rem;
  font-family: "Gelasio", Georgia, Times New Roman, serif;
  font-weight: 400;
}

/* md */
@media (min-width: 768px) {
  #featureReal {
    background-image: url("../img/backgrounds/onlinePurchase-tablet.jpg");
  }
  #featureFresh {
    background-image: url("../img/backgrounds/orangeTree-tablet.jpg");
  }
  #featureCreative {
    background-image: url("../img/backgrounds/painting-tablet.jpg");
  }
  #featureEffective {
    background-image: url("../img/backgrounds/dartBoard-tablet.jpg");
  }
  #featureTransparent {
    background-image: url("../img/backgrounds/glassGlobe-tablet.jpg");
  }
  #featureFreedom {
    background-image: url("../img/backgrounds/contract-tablet.jpg");
  }
  #featureIgnited {
    background-image: url("../img/backgrounds/marketing-tablet.jpg");
  }
  #featureCompliance {
    background-image: url("../img/backgrounds/lawyers-tablet.jpg");
  }
  #featureGhost {
    background-image: url("../img/backgrounds/onlineShopping-tablet.jpg");
  }
}
/* lg */
@media (min-width: 992px) {
  #featureReal {
    background-image: url("../img/backgrounds/onlinePurchase.jpg");
  }
  #featureFresh {
    background-image: url("../img/backgrounds/orangeTree.jpg");
  }
  #featureCreative {
    background-image: url("../img/backgrounds/painting.jpg");
  }
  #featureEffective {
    background-image: url("../img/backgrounds/dartBoard.jpg");
  }
  #featureTransparent {
    background-image: url("../img/backgrounds/glassGlobe.jpg");
  }
  #featureFreedom {
    background-image: url("../img/backgrounds/contract.jpg");
  }
  #featureIgnited {
    background-image: url("../img/backgrounds/marketing.jpg");
  }
  #featureCompliance {
    background-image: url("../img/backgrounds/lawyers.jpg");
  }
  #featureGhost {
    background-image: url("../img/backgrounds/onlineShopping.jpg");
  }
}
/* ====== Privacy Page styles ====== */
#privacyPage h1 {
  font-size: 2.5rem;
  text-align: center;
}

#privacyPage h2,
#privacyPage h3,
#privacyPage h4,
#privacyPage h5 {
  font-family: "Work Sans", Arial, Verdana, sans-serif;
  font-size: 1.75rem;
  text-align: center;
}

#privacyPage p {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

#privacyPage strong {
  color: #000;
}

/* ====== Ghost Shopper Page styles ====== */
.stepSection {
  width: 80%;
  margin: 3rem 0 0 10%;
  padding: 4rem 1rem 1rem 1rem;
  color: #fff;
  background-color: #555;
  border: 2px solid #999;
  border-radius: 1rem;
  text-align: center;
}

.stepIcon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #c00;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 3.5rem;
  margin: -6rem 0 0 0;
  padding: 1rem 0 0 0;
  font-weight: 700;
}

.stepsList {
  display: block;
  width: 100%;
  list-style-type: none;
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
  color: #333;
}

.stepsList li {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  height: 4rem;
}

.stepsList p {
  font-weight: 500;
  padding-top: 0.5rem;
}

.stepListIcon {
  display: block;
  float: left;
  width: 4rem;
  height: 4rem;
  color: #c00;
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 3.5rem;
  margin: 0 1rem 0 0;
  padding: 1rem 0 0 0;
  font-weight: 700;
}

.iconSection {
  text-align: center;
}

.copyIcon {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-color: red;
  padding: 1rem;
  margin: 2rem 0 1rem 0;
  border-radius: 1rem;
}

.copyInset {
  width: 100%;
  margin: 1rem 0;
  padding: 2rem;
  border: 2px solid #999;
  background-color: #eee;
}

/* md */
@media (min-width: 768px) {
  .stepSection {
    width: 100%;
    margin: 3rem 0 0 0;
    min-height: 240px;
  }
  .iconSection {
    text-align: left;
  }
}
/* lg */
