#lead-form-popup {
  visibility: hidden;
  z-index: 1000000;
  position: fixed; }

.dt-lead-form-wrap iframe {
  height: 500px;
  width: 100%;
  z-index: 1000000; }

.dt-lead-form-wrap-md iframe {
  height: 500px;
  width: 100%;
  z-index: 1000000; }

.dt-lead-form-wrap-lg iframe {
  height: 700px;
  width: 100%;
  z-index: 1000000; }

.dt-lead-form-wrap {
  max-height: 550px; }

.dt-lead-form-wrap-lg {
  max-width: 1200px; }

.dt-lead-form-close {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: auto; }

.dt-lead-form-close .fa-close {
  position: relative;
  float: right;
  padding: 2px 5px;
  top: 0;
  right: 0; }

.dt-lead-form-close .fa-close:hover {
  color: #c00;
  cursor: pointer; }

@media screen and (max-width: 1025px) {
  #lead-form-popup {
    bottom: 5px;
    max-height: 650px;
    overflow: auto; }
  .dt-lead-form-wrap-lg {
    max-width: 100% !important;
    padding: 0; }
  .dt-lead-form-wrap-lg .dt-lead-form-close {
    padding: 10px 15px 0; }
    .dt-lead-form-wrap-lg .dt-lead-form-close .fa-close:hover {
      color: #c00;
      cursor: pointer; } }

.specials-and-filter-container {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  max-width: 1800px;
  margin: auto; }

.special-container {
  width: 100%; }

.paginate-controls {
  display: block;
  text-align: center; }

@media all and (max-width: 1024px) {
  .specials-and-filter-container {
    display: block; } }

* {
  box-sizing: border-box; }

html.login-page {
  background: -webkit-linear-gradient(to bottom, #DDD 0%, #FFF 100%);
  background: -moz-linear-gradient(to bottom, #DDD 0%, #FFF 100%);
  background: -ms-linear-gradient(to bottom, #DDD 0%, #FFF 100%);
  background: linear-gradient(to bottom, #DDD 0%, #FFF 100%);
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  overflow-x: hidden; }

.login-page body {
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: sans-serif, 'Arial';
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2; }

.login-page #footer {
  background: transparent; }

a,
a:visited {
  color: #616161;
  font-weight: 400;
  text-decoration: none; }

a[name] {
  color: #616161; }

a:hover,
a:active {
  cursor: pointer;
  color: #00823F;
  text-decoration: none; }

strong {
  font-weight: 800; }

img {
  border: 0px;
  vertical-align: bottom; }

/*---------------------------Inputs--------------------------*/
input[type="text"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 0px;
  color: #333;
  font-size: 14px;
  box-shadow: none;
  padding: 10px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url("https://s3.amazonaws.com/dealerteamwork.bucket.1/DT/arrow-down-2.png") no-repeat right center #f5f5f5;
  background-size: contain;
  border: 1px solid #ccc !important;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 10px 10px 10px 10px;
  width: 100%;
  position: relative;
  font-size: 14px; }

input[type="text"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: none; }

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #616161;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin: 5px;
  outline: none;
  padding: 10px; }

input[type="button"]:hover,
input[type="submit"]:hover {
  background: #757575; }

input[type="checkbox"] {
  height: 20px;
  width: 20px; }

/*---------------------------- Additions since bootstrap makeover -------------------------------*/
* {
  box-sizing: border-box !important; }

html {
  min-height: 100%; }

body {
  font-family: sans-serif, 'Arial';
  font-size: 14px;
  color: #212121;
  line-height: 1.375em;
  font-weight: 200;
  min-height: 600px; }

h1 {
  text-align: center;
  color: #212121;
  font-weight: 200;
  font-size: 3em;
  margin: 0px 0px 20px;
  padding: 30px;
  line-height: 1.05em; }

h2 {
  font-size: 2.25em;
  font-weight: 200;
  line-height: 1.25em; }

h3 {
  font-size: 1.75em;
  font-weight: 200;
  line-height: 1.25em; }

h4 {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 1.2em; }

.dt-login-logo {
  padding: 50px 0px 20px;
  margin: auto;
  width: 350px; }

.dt-login-logo img {
  width: 100%; }

#frmLogin {
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  max-width: 450px;
  padding: 50px 50px;
  margin: 0px auto 180px;
  position: relative;
  overflow: auto; }

.dt-login-input-group label {
  color: gray;
  display: block;
  text-align: left;
  font-weight: 200;
  font-size: 12px;
  margin: 0px 0px 0px;
  text-transform: uppercase; }

.dt-login-input-group input {
  width: 100%;
  margin: 0px auto 20px; }

#frmLogin input[type="button"] {
  width: auto;
  color: gray;
  background: transparent;
  display: block;
  box-shadow: none;
  padding: 0px;
  margin-top: 0px;
  float: left;
  text-align: right; }

#frmLogin input[type="button"]:hover {
  color: #212121; }

#frmLogin input[type="submit"] {
  width: 200px;
  background: #00823F;
  float: right;
  margin-top: 10px; }

#footer {
  text-align: center;
  color: #757575; }

.maintenance-message-container {
  padding: 50px 20px;
  margin: 0px auto;
  text-align: center;
  max-width: 900px; }
  .maintenance-message-container img {
    width: 300px;
    margin-bottom: 10px; }
  .maintenance-message-container h3 {
    color: #fff;
    margin: 0px 0px 10px;
    padding: 50px 20px 0px; }
  .maintenance-message-container p {
    color: #fff;
    padding: 0px 20px; }

@media screen and (max-width: 1025px) {
  body {
    line-height: 1.375em; }
  h1, .reporting-number {
    font-size: 2.5em;
    line-height: 1.125em; }
  h2 {
    font-size: 2em; }
  h3 {
    font-size: 1.5em; } }

@media screen and (max-width: 768px) {
  body {
    line-height: 1.25em; }
  h1, .reporting-number {
    font-size: 2em;
    line-height: 1.25em; }
  h2 {
    font-size: 1.625em;
    line-height: 1.15em; }
  h3 {
    font-size: 1.375em;
    line-height: 1.14em; }
  h4 {
    line-height: 1.11em; }
  blockquote {
    font-size: 1.25em;
    line-height: 1.125em; }
  .dt-login-logo {
    padding-top: 50px;
    width: 300px; }
  #frmLogin {
    padding: 20px 20px;
    max-width: 390px;
    width: 90%; }
  #frmLogin input[type="button"], #frmLogin input[type="submit"] {
    float: none;
    width: 100%;
    margin: 0px; }
  #frmLogin input[type="button"] {
    margin-top: 20px; } }

* {
  box-sizing: border-box; }

html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  overflow-x: hidden; }

body {
  background: #fafafa;
  margin: 0;
  padding: 0;
  font-family: sans-serif, 'Arial';
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2; }

a,
a:visited {
  outline: 0;
  color: #616161;
  font-weight: 400;
  text-decoration: none; }

a[name] {
  color: #616161; }

a:hover,
a:active,
a:focus {
  outline: 0;
  cursor: pointer;
  color: #A7C13F;
  text-decoration: none; }

strong {
  font-weight: 800; }

img {
  border: 0px;
  vertical-align: bottom; }

#toTop {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  bottom: 10px;
  display: inline-block;
  right: 10px;
  position: fixed;
  transition: box-shadow .5s;
  z-index: 9986; }

#toTop a {
  cursor: pointer;
  display: inline-block;
  font-size: 1.75em;
  color: #616161;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center; }

#toTop a:hover {
  color: #A7C13F; }

#footer {
  background: #fafafa;
  color: #616161;
  height: auto;
  padding: 20px;
  width: 100%;
  text-align: center; }

.primary-btn {
  background-color: #00823F;
  color: white; }

/*------------------Table Hierarchy-------------*/
.main-tbl,
.edit-page-tbl,
.edit-buttons-tbl {
  background: #fff;
  border: none;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  width: 95%; }

.main-tbl tr {
  background: #fff; }

.main-tbl tr.default-row {
  background: #fff; }

.main-tbl tr.alt-row {
  background: #fafafa; }

.main-tbl td.tbl-label {
  font-weight: bold; }

.main-tbl td {
  padding: 10px;
  border: 1px solid #e8e8e8; }

/*------------------Table Headers----------------*/
.main-tbl tr.tbl-header {
  font-weight: 200; }

.main-tbl tr.tbl-col-header {
  font-weight: 200;
  color: gray; }

.main-tbl tr.tbl-col-header td {
  color: gray;
  padding: 10px 10px; }

.main-tbl h3 {
  font-size: 14px;
  font-weight: 200; }

.whitetext,
.whitetext strong {
  color: #616161;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0px 0px; }

/*-------------------------Specials----------------------------*/
.expandable {
  display: none; }

.imagePreview {
  float: right;
  /* margin:0 0 -20px 0; */
  text-align: center;
  width: 250px; }

.imagePreview img {
  cursor: pointer;
  width: 250px; }

.imagePreview > span {
  border-radius: 10px;
  clear: both;
  color: #fff;
  cursor: default;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0 5px;
  padding: 5px 20px; }

span.active {
  width: 300px;
  padding: 1px 75px;
  background: #00ff00;
  box-shadow: 0px 0px 7px rgba(0, 255, 0, 0.6); }

span.inactive {
  width: 300px;
  padding: 1px 75px;
  background: #aaaaaa;
  color: #e0e0e0; }

.summary {
  float: left;
  width: 700px; }

.disclaimerText {
  color: #ff0000;
  font-size: 10px;
  font-weight: bold; }

img.syndicate-result {
  width: 15%; }

/*-------------------Edit Page Table------------------*/
.edit-page-tbl h2,
.edit-buttons-tbl h2 {
  color: #444444;
  font-size: 18px;
  font-style: italic; }

/*---------------------------Inputs--------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background: #f5f5f5;
  border-radius: 3px;
  color: #333333;
  font-size: 14px;
  box-shadow: none;
  padding: 10px;
  width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/arrow-down-2.png") no-repeat right center #f5f5f5;
  background-size: contain;
  border: 1px solid #cccccc !important;
  box-shadow: none;
  border-radius: 3px;
  border: none;
  padding: 10px 10px 10px 10px;
  width: 100%;
  position: relative;
  font-size: 14px; }

select::-ms-expand {
  display: none; }

select.dt-multiple-select {
  background-image: none !important;
  height: 100px; }

input[type="text"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  outline: none; }

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #616161;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin: 5px;
  outline: none;
  padding: 10px; }

input[type="submit"].btn-danger,
.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a; }

input[type="submit"].btn-danger:hover,
.btn-danger:hover {
  background-color: #d9302e;
  border-color: #d43f3a; }

input[type="submit"].btn-success,
.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c; }

input[type="submit"].btn-success:hover,
.btn-success:hover {
  background-color: #28b82b;
  border-color: #4cae4c; }

input[type="button"]:hover,
input[type="submit"]:hover {
  background: #616161; }

input[type="checkbox"] {
  height: 20px;
  width: 20px; }

/*------------------Acct Page Nav----------------------*/
/*--------------------------MI Button Edit--------------------------------*/
.regionalCTAs {
  padding: 5px 0;
  text-align: center; }

.regionalCTAs > span {
  cursor: pointer;
  display: inline-block;
  margin: 0 40px; }

.regionalCTAs > span img:hover {
  box-shadow: 0px 0px 7px #fff; }

.mibtn-wrap {
  border-bottom: 4px solid #2b2b2b;
  display: none;
  margin: 0 0 20px 0; }

.mibtnTitle {
  display: block;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  padding: 0 50px;
  text-shadow: 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 7px #fff, 0px 0px 10px #fff; }

.mibtnLabel {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center; }

.mibtnLabel input {
  margin-left: 40px; }

/*----------------------Dashboard Styles-----------------------------*/
.btn-default {
  border: none;
  background: #fff;
  color: #616161 !important;
  font-size: 14px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 5px auto;
  border-radius: 3px; }

.btn-default:hover, .btn-default:focus, .btn-group.open .dropdown-toggle, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background: #fff !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #A7C13F !important;
  outline: none; }

/*----------------------------Index-------------------------------*/
.index .temp {
  text-align: center; }

.index .main-tbl {
  margin: 100px auto 0px; }

.index .whitetext {
  padding: 35px 0; }

.forgotPass {
  float: right;
  font-size: 10px;
  font-weight: normal;
  text-transform: lowercase; }

/*----------------------------Btn Links-------------------------------*/
a.btn1 {
  background-color: #616161;
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px;
  outline: none;
  padding: 10px; }

a.btn1:hover {
  background: #616161; }

h2 {
  margin: 0px; }

h2 a span {
  color: #212121;
  font-size: 28px !important;
  font-weight: 200 !important; }

.small-text tr td {
  font-size: 90%; }

/*---------------------------- Additions since bootstrap makeover -------------------------------*/
* {
  box-sizing: border-box !important; }

html {
  min-height: 100%; }

body {
  font-family: sans-serif, 'Arial';
  font-size: 14px;
  color: #212121;
  line-height: 1.375em;
  font-weight: 200;
  min-height: 600px; }

h1 {
  text-align: center;
  color: #212121;
  font-weight: 200;
  font-size: 3em;
  margin: 0px 0px 20px;
  padding: 30px;
  line-height: 1.05em; }

h2 {
  font-size: 2.25em;
  font-weight: 200;
  line-height: 1.25em; }

h3 {
  font-size: 1.75em;
  font-weight: 200;
  line-height: 1.25em; }

h4 {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 1.2em; }

table {
  width: 65%;
  margin: 20px auto !important; }

table td {
  border: 1px solid #e8e8e8; }

.noborder {
  border: 0; }

table.noborder, table.noborder tr, table.noborder tr td {
  border: 0; }

.dropdown-menu {
  border: none;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 0px; }

.dropdown-backdrop {
  position: static; }

.dropdown-menu > li {
  padding: 0px;
  margin: 0px; }

/*
.dropdown-menu>li:not(:last-of-type) {
	border-bottom:1px solid $dt-black;
}
*/
.dropdown-menu > li > a {
  padding: 10px;
  font-size: 12px;
  color: #616161;
  font-weight: 400; }

.dropdown-menu > li > a:hover {
  background: #fff;
  color: #A7C13F;
  font-weight: 400;
  border-left: 1px solid #A7C13F; }

#custom-confirm {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 99999999;
  text-align: center; }

#custom-confirm-inner {
  background: #fff;
  position: relative;
  z-index: 99999999;
  width: 600px;
  min-height: 100px;
  margin: 100px auto 0px;
  padding: 50px;
  border-radius: 3px; }

#custom-confirm-message {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  padding: 0px 0px 40px; }

#custom-confirm-yes {
  display: inline-block;
  padding: 10px;
  background: #A7C13F;
  color: #fff;
  border: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  outline: none !important;
  text-align: center;
  width: 150px; }

#custom-confirm-no {
  display: inline-block;
  padding: 10px;
  background: #616161;
  color: #fff;
  border: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  outline: none !important;
  text-align: center;
  width: 150px;
  margin-right: 40px; }

button.btn-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #069;
  text-decoration: underline;
  cursor: pointer; }

/*================================================================

	Top Bar

=================================================================*/
#top-bar {
  background: -webkit-linear-gradient(to bottom, #DDD 0%, #FFF 100%);
  background: -moz-linear-gradient(to bottom, #DDD 0%, #FFF 100%);
  background: -ms-linear-gradient(to bottom, #DDD 0%, #FFF 100%);
  background: linear-gradient(to bottom, #DDD 0%, #FFF 100%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  color: #616161;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0px;
  width: 100%;
  z-index: 99999999;
  min-height: 70px; }

.top-bar-logo {
  background: transparent;
  width: 150px;
  padding: 0px 0px;
  margin-left: 10px;
  margin-top: 5px;
  vertical-align: middle;
  font-size: 2em;
  color: #FFF;
  font-weight: bold; }

#top-bar-right {
  height: 50px;
  position: absolute;
  right: 0px;
  width: 50px;
  bottom: 15px; }

#top-bar-right span {
  color: #069; }

.side-nav-toggle {
  cursor: pointer;
  font-size: 28px;
  padding: 20px 20px;
  vertical-align: middle; }

.show-nav {
  left: 70% !important; }

.navbar-default {
  width: 500px !important; }

#nav3 {
  width: 100% !important;
  background-color: #00823F; }

.admin-page {
  padding: 0px 10px 0px 10px; }

.top-logo-text {
  font-size: 1.75em;
  vertical-align: middle;
  margin-left: 20px;
  color: #616161;
  text-transform: uppercase;
  letter-spacing: -1px; }

.top-logo-text span {
  color: #A7C13F; }

.top-logo-slogan {
  position: relative;
  top: 5px; }

.racing-stripes {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px; }

/*================================================================

	Side Nav

=================================================================*/
#nav {
  background: #555555;
  box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0px;
  position: fixed;
  top: 60px;
  left: -100%;
  height: 100%;
  z-index: 9999;
  text-align: left;
  overflow: auto; }

#nav ul {
  margin: 0px 0px;
  padding: 0px; }

#nav > ul {
  margin-top: 10px; }

#nav ul li {
  list-style: none;
  display: block;
  position: relative;
  width: 100%; }

#nav ul li a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  font-weight: 200;
  width: 180px;
  padding: 12px; }

#nav ul li a i {
  font-size: 20px; }

#nav li a .caret {
  float: right;
  margin-top: 5px; }

#nav ul li a:hover {
  background: #A7C13F; }

#nav li.dropdown.open + li {
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.26), 0px -2px 5px 0px rgba(0, 0, 0, 0.26);
  z-index: 9; }

#nav .dropdown-menu {
  background: #424242 !important;
  position: relative;
  z-index: 9;
  float: none;
  width: auto;
  padding: 0px;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.26), inset 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  min-width: 0px;
  border: none;
  border-radius: 0px; }

#nav .dropdown-menu li a {
  color: #fff !important;
  font-weight: 200;
  font-size: 14px;
  padding: 10px 12px; }

#nav .dropdown-menu li:hover a {
  background: #A7C13F;
  color: #fff !important;
  border-left: none; }

/*==========================================================================

			On/Off toggles

===========================================================================*/
.on-off-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.on-off-switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.on-off-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.on-off-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .on-off-slider {
  background-color: #2196F3; }

input:focus + .on-off-slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .on-off-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.on-off-slider.round {
  border-radius: 34px; }

.on-off-slider.round:before {
  border-radius: 50%; }

/*==========================================================================

			Acct Nav

===========================================================================*/
.dashboard-greeting {
  padding: 80px 0 7px 0;
  text-align: center; }

#nav2 {
  background: #00823F;
  position: fixed;
  top: 60px;
  right: 0px;
  padding-left: 180px;
  min-height: 0px;
  z-index: 999;
  margin-bottom: 0px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26); }

.acct-nav {
  background: white;
  text-align: center;
  margin-top: 10px; }

.acct-nav a {
  border-bottom: 1px solid transparent; }

.navbar-header {
  background: transparent;
  font-size: 16px;
  color: #212121 !important;
  height: auto !important;
  font-weight: 200;
  padding: 10px 20px 10px;
  width: 40%;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  float: left; }

.navbar-nav {
  margin: auto;
  float: none;
  display: block;
  text-align: center;
  position: relative; }

.navbar-nav > li {
  float: none;
  display: inline-block; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  border-bottom-color: #A7C13F;
  background: #A7C13F;
  color: #fff !important;
  font-style: italic; }

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:focus .caret, .navbar-default .navbar-nav > .open > a:hover .caret {
  color: #fff !important; }

.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  padding: 10px 10px; }

.reporting-nav {
  background: #616161;
  color: #fff !important; }

/*================================================================

	New Account Nav

=================================================================*/
#nav2 {
  width: 100%; }

.nav-header-items {
  color: white;
  padding-left: 10px;
  padding-top: 10px;
  border-bottom: 1px solid white; }

.acct-nav-title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  float: left;
  padding: 10px;
  width: 40%;
  text-align: left; }

.acct-nav-items {
  float: right;
  width: 60%; }

.acct-nav-list {
  margin: 0px auto 0px;
  padding: 0px;
  text-align: right; }

.acct-nav-list > li {
  list-style: none;
  margin: 0px auto;
  float: none;
  display: inline-block !important; }

.acct-nav-list li a {
  padding: 10px;
  display: inline-block; }

.acct-nav-trigger {
  display: none;
  color: #fff;
  font-size: 20px;
  padding: 10px; }

.acct-nav a {
  font-weight: 400;
  color: #fff;
  text-decoration: none; }

.acct-nav a:hover {
  background: #A7C13F !important;
  color: #fff !important;
  border-bottom-color: #A7C13F; }

.acct-nav a.current, .acct-nav li.dropdown.open {
  background: #A7C13F;
  border-bottom-color: #A7C13F;
  color: #fff !important; }

.acct-nav a.current .caret, .acct-nav a:hover .caret {
  color: #fff; }

.acct-nav .dropdown-menu a:hover, .acct-nav .dropdown-menu a.current {
  border-left: 1px solid #A7C13F;
  border-bottom-color: transparent; }

#nav2 .dropdown-menu {
  background: #00823F;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 0px;
  margin-top: -2px; }

#nav2 .acct-nav-dropdown-item {
  padding: 0px;
  margin: 0px;
  display: block;
  float: none; }

#nav2 .dropdown-menu > li > a {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: block;
  width: 100%; }

#nav2 .dropdown-menu > li > a:hover {
  background: #A7C13F;
  color: #fff;
  font-weight: 400;
  border-left: 2px solid #A7C13F; }

/*================================================================

	Main Container

=================================================================*/
#container {
  background: #fafafa;
  width: 100%;
  padding: 61px 0px 20px 180px;
  position: relative;
  overflow: auto; }

#container.account {
  padding-top: 102px; }

.row {
  margin-left: 0px;
  margin-right: 0px; }

div[class*="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

/*==============================  General Styles =====================*/
.page-header {
  background: #fff;
  margin: 0px;
  padding: 40px 20px 20px;
  text-align: left;
  position: relative; }

.page-header h1 {
  margin: 10px 0px 10px;
  padding: 0px;
  font-size: 38px;
  text-align: left; }

.page-header p {
  color: #616161;
  margin: 20px 0px 10px; }

.dt-form-back-button {
  text-align: left;
  cursor: pointer;
  float: left;
  padding: 5px; }

.dt-form-back-button i {
  margin-right: 5px; }

.dt-back-button {
  background: #fff;
  display: inline-block;
  color: #333333 !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  margin: 5px 0px 5px 0px;
  border-radius: 0px;
  border-bottom-right-radius: 3px;
  padding: 10px;
  position: fixed;
  top: 95px;
  z-index: 8;
  left: 180px;
  left: 0px; }

.dt-back-button.no-account-nav {
  top: 54px; }

.dt-back-button:hover {
  color: #A7C13F !important;
  cursor: pointer; }

.dt-container {
  display: block;
  width: 100%; }

.dt-content-box {
  padding: 20px 50px;
  display: block;
  width: 100%; }

.contain-float {
  overflow: auto; }

.contain-flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.contain-flexbox-align-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.contain-flexbox-same-height {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.contain-flexbox-same-height-align-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap; }

ul.no-style {
  margin: 0px;
  padding: 0px; }

ul.no-style li {
  list-style: none; }

.dt-primary-button {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 10px;
  border-radius: 3px;
  background: #A7C13F !important;
  color: #fff !important;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26); }

.dt-secondary-button {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 10px;
  border-radius: 3px;
  background: #616161 !important;
  color: #fff !important;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26); }

.dt-primary-button:hover, .dt-secondary-button:hover {
  color: #fff !important; }

/* TODO: there is certainly a better way to do this */
.dt-gradient-button-common {
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
  min-width: 80px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center; }

.dt-blue-gray-gradient {
  background: -webkit-linear-gradient(to bottom, #4f5d75 0%, #a6c6dd 100%);
  background: -moz-linear-gradient(to bottom, #4f5d75 0%, #a6c6dd 100%);
  background: -ms-linear-gradient(to bottom, #4f5d75 0%, #a6c6dd 100%);
  background: linear-gradient(to bottom, #4f5d75 0%, #a6c6dd 100%); }

.dt-primary-gradient-button {
  font-size: 14px;
  margin: 5px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: -webkit-linear-gradient(to bottom, #00823F 0%, #A7C13F 100%);
  background: -moz-linear-gradient(to bottom, #00823F 0%, #A7C13F 100%);
  background: -ms-linear-gradient(to bottom, #00823F 0%, #A7C13F 100%);
  background: linear-gradient(to bottom, #00823F 0%, #A7C13F 100%);
  color: #fff !important;
  cursor: pointer;
  min-width: 80px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center; }

.dt-secondary-gradient-button {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: -webkit-linear-gradient(to bottom, #999999 0%, #616161 100%);
  background: -moz-linear-gradient(to bottom, #999999 0%, #616161 100%);
  background: -ms-linear-gradient(to bottom, #999999 0%, #616161 100%);
  background: linear-gradient(to bottom, #999999 0%, #616161 100%);
  color: #fff !important;
  cursor: pointer;
  min-width: 80px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3); }

.dt-primary-gradient-button:hover {
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 10px;
  border-radius: 3px;
  background: -webkit-linear-gradient(to bottom, #00823F 20%, #A7C13F 100%) !important;
  background: -moz-linear-gradient(to bottom, #00823F 20%, #A7C13F 100%) !important;
  background: -ms-linear-gradient(to bottom, #00823F 20%, #A7C13F 100%) !important;
  background: linear-gradient(to bottom, #00823F 20%, #A7C13F 100%) !important;
  color: #fff !important; }

.dt-primary-gradient-button:active, .dt-primary-gradient-button:disabled {
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 10px;
  border-radius: 3px;
  background: -webkit-linear-gradient(to bottom, #00823F 20%, #A7C13F 100%) !important;
  background: -moz-linear-gradient(to bottom, #00823F 20%, #A7C13F 100%) !important;
  background: -ms-linear-gradient(to bottom, #00823F 20%, #A7C13F 100%) !important;
  background: linear-gradient(to bottom, #00823F 20%, #A7C13F 100%) !important;
  color: #fff !important; }

.dt-secondary-gradient-button:hover {
  background: -webkit-linear-gradient(to bottom, #999999 20%, #616161 100%) !important;
  background: -moz-linear-gradient(to bottom, #999999 20%, #616161 100%) !important;
  background: -ms-linear-gradient(to bottom, #999999 20%, #616161 100%) !important;
  background: linear-gradient(to bottom, #999999 20%, #616161 100%) !important;
  color: #fff !important; }

.dt-gradient-button-sm {
  font-size: 12px;
  margin: 3px;
  padding: 5px;
  border-radius: 3px;
  min-width: 30px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3); }

.dt-filter-dropdown {
  display: inline-block;
  padding: 5px;
  margin: 5px; }

.dt-filter-dropdown label {
  font-weight: 400; }

.form-submit-button {
  margin-top: 20px !important; }

.dt-delete-button {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  background: -webkit-linear-gradient(to bottom, #e53935 0%, #c62828 100%);
  background: -moz-linear-gradient(to bottom, #e53935 0%, #c62828 100%);
  background: -ms-linear-gradient(to bottom, #e53935 0%, #c62828 100%);
  background: linear-gradient(to bottom, #e53935 0%, #c62828 100%); }

.dt-delete-button:hover {
  background: -webkit-linear-gradient(to bottom, #e53935 20%, #d32f2f 100%);
  background: -moz-linear-gradient(to bottom, #e53935 20%, #d32f2f 100%);
  background: -ms-linear-gradient(to bottom, #e53935 20%, #d32f2f 100%);
  background: linear-gradient(to bottom, #e53935 20%, #d32f2f 100%); }

.dt-error-text {
  display: block;
  margin: 5px 0px;
  color: #d32f2f;
  font-size: 12px; }

.dt-success-text {
  display: block;
  margin: 5px 0px;
  color: #388e3c;
  font-size: 12px; }

.dt-tabs-container {
  display: block;
  margin-bottom: 20px !important; }

.dt-tab {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid transparent; }

.dt-tab:hover {
  color: #A7C13F;
  border-bottom: 1px solid #A7C13F; }

.mpop-account-logo {
  height: 100px; }

/*============================================================

     DT FILTER BAR

  =============================================================*/
.dt-filter-bar {
  text-align: left;
  width: 100%;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #cccccc;
  background: #fafafa; }

.dt-filter-input-group {
  margin: 0px 10px 0px 0px;
  display: inline-block; }

.dt-filter-input-group label {
  font-size: 14px !important;
  font-weight: 200;
  margin: 0px 5px 0px 0px;
  vertical-align: middle; }

.dt-filter-input-group select {
  border-radius: 3px !important;
  display: inline-block !important;
  width: 100px !important;
  padding: 5px !important; }

.email-specials-list {
  list-style: none;
  padding: 20px; }

.email-specials-list li {
  margin-bottom: 10px; }

.email-specials-list .page-edit-section {
  padding: 10px !important;
  position: relative; }

.email-selected-special .page-edit-section {
  position: relative; }

.email-selected-special .sortable-trigger {
  position: absolute;
  top: 0px;
  left: 0px;
  float: none;
  padding: 0px !important;
  width: 40px;
  line-height: 87px !important;
  height: 100%;
  text-align: center;
  z-index: 2; }

.email-special-details {
  padding: 10px 10px 10px 50px;
  position: relative; }

.email-special-details .featured-offer-notification,
.email-specials-list .page-edit-section .featured-offer-notification {
  display: inline-block;
  vertical-align: text-bottom;
  width: 16px;
  top: 0px;
  right: 0px; }

.email-special-details img,
.email-specials-list img {
  width: 100%;
  vertical-align: middle; }

/*=============================== ADD NEW POPUP =========================*/
#dt-popup-background {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-left: 0px;
  padding-top: 0px; }

#dt-add-new-popup {
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 20px;
  max-width: 500px;
  margin: auto;
  overflow: auto;
  position: fixed;
  top: 80px;
  bottom: 50px;
  left: 50px;
  right: 50px; }

.dt-close-new-trigger {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-left: 10px;
  color: #616161; }

.import-new-trigger {
  cursor: pointer;
  display: inline-block;
  float: right;
  color: #616161; }

.save-new-button {
  background: #A7C13F;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  outline: none;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  margin: 10px 0px 0px;
  padding: 10px 20px;
  width: 150px;
  float: right; }

.dt-close-new-trigger:hover {
  color: #d32f2f; }

/*==============================  Datepicker Styles =====================*/
.ui-datepicker {
  /*top:auto!important;
	bottom:0px!important;*/ }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/ui-icons_444444_256x240.png") !important; }

.ui-widget-header .ui-icon {
  background-image: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/ui-icons_444444_256x240.png") !important; }

/*==============================  Pagination Styles =====================*/
#paginate-controls {
  margin: 40px auto; }

#paginate-controls ul {
  margin: 0px;
  padding: 0px; }

#paginate-controls ul li {
  list-style: none;
  display: inline-block; }

#paginate-controls ul li:first-of-type a {
  border-left: 1px solid #cccccc; }

#paginate-controls ul li a {
  background: #fff;
  border: 1px solid #cccccc !important;
  border-left: none;
  display: block;
  color: gray;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none; }

#paginate-controls ul li.active a {
  background: #fafafa;
  color: #333333;
  font-weight: 400; }

/*=================== FORMS ==================*/
form {
  overflow: auto; }

.dt-form-wrap {
  background: #fff;
  width: 95%;
  max-width: 600px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 20px 50px;
  border-radius: 3px;
  margin: 20px auto; }

.dt-form-title {
  padding: 10px 0px 20px; }

.dt-form-title h3 {
  margin: 0px;
  font-size: 32px;
  line-height: 1.2; }

.dt-form-title p {
  margin: 10px 0px 0px;
  color: #616161; }

.dt-form-group {
  display: block;
  width: 100%;
  padding: 5px 0px;
  clear: both;
  overflow: auto; }

.dt-form-group label {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 200;
  color: #212121;
  margin: 0px 0px 3px 0px; }

.dt-form-group input {
  width: 100%; }

.form-submit-button, .dt-form-button {
  margin-top: 20px !important;
  float: right;
  clear: both; }

.dt-form-button.no-margin-top {
  margin-top: 0px !important; }

.dt-form-button button, .dt-form-button input {
  margin-right: 0px !important; }

.dt-upload-input {
  width: 80% !important;
  display: inline-block !important;
  float: left !important; }

.dt-upload-button {
  float: right !important;
  width: 19% !important;
  min-width: 0px !important;
  margin: 0px 0px 0px 1% !important;
  height: 41px;
  line-height: 21px; }

.dt-popup-background {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 9988;
  padding-top: 80px;
  padding-left: 0px; }

.dt-popup {
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  padding: 10px 20px 20px;
  overflow: auto;
  width: 88%;
  max-width: 500px; }

.dt-close-popup {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-left: 10px;
  color: #d32f2f; }

/*==============================  Shared Angular App Styles =====================*/
.bulk-edit-actions {
  display: block;
  padding: 20px 20px;
  border-bottom: 1px solid #cccccc; }

.bulk-edit-actions label {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 200; }

.bulk-edit-actions select {
  display: inline-block;
  width: 250px; }

.bulk-edit-actions button {
  display: inline-block; }

.bulk-filter-text {
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline; }

/*==============================  SETTINGS PAGES =====================*/
.settings-nav {
  float: left;
  width: 26%;
  margin: 50px 2%;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding-left: 0px; }

.settings-nav a,
.settings-nav-tab {
  cursor: pointer;
  display: block;
  padding: 15px 15px;
  font-size: 16px;
  background: #fff;
  color: #212121; }

.settings-nav a:not(:last-of-type),
.settings-nav-tab:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8; }

.settings-nav a:hover,
.settings-nav-tab:hover {
  color: #A7C13F; }

.settings-nav a.current {
  background: #00823F;
  border-bottom-color: #00823F;
  color: #212121; }

.settings-page {
  width: 68%;
  float: left;
  padding: 0px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  background: #fff;
  margin: 10px 2% 10px 0px;
  border-radius: 3px; }

.settings-page.no-settings-nav {
  width: 90%;
  float: none;
  padding: 0px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  background: #fff;
  margin: 50px auto 10px;
  border-radius: 3px; }

.setting-lead-title {
  padding: 20px 40px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 32px;
  font-weight: 400; }

.setting-group-title {
  padding: 20px 40px;
  border-bottom: 1px solid #e8e8e8; }

.setting-group-title h2 {
  font-size: 32px;
  font-weight: 400; }

.setting-group-title h5 {
  font-style: italic; }

.setting-group-button-wrap {
  padding: 20px 40px;
  border-bottom: 0 !important; }

.setting-group-button-wrap span {
  float: right; }

.setting-row {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 20px;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }

.setting-title {
  float: left;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 20px;
  width: 30%; }

.setting-col-half {
  width: 50%; }

.setting-col-third {
  width: 33%; }

.setting-col-forth {
  width: 25%; }

.setting-col-eighth {
  width: 12.5%; }

.setting-container {
  float: left;
  width: 70%;
  padding: 0px 20px; }
  .setting-container .sub-setting-container {
    display: block;
    float: left;
    padding-bottom: 20px;
    width: 100%; }
    .setting-container .sub-setting-container .sub-setting-title {
      width: 35%; }
    .setting-container .sub-setting-container .sub-setting-value {
      white-space: nowrap;
      width: 70%; }
    .setting-container .sub-setting-container .active-dot {
      height: 10px;
      width: 10px;
      background-color: green;
      border-radius: 50%;
      display: inline-block; }
    .setting-container .sub-setting-container .inactive-dot {
      height: 10px;
      width: 10px;
      background-color: red;
      border-radius: 50%;
      display: inline-block; }

.logo-preview {
  height: 200px;
  width: 200px; }
  .logo-preview .img {
    height: 200px;
    width: 200px; }

.import-box {
  background: #fff;
  border: 1px solid #DDD;
  min-height: 150px;
  padding-left: 15px; }

.setting-description {
  float: left;
  width: 20%;
  padding: 10px;
  display: none;
  color: #616161; }

.settings-button-container {
  padding: 20px;
  overflow: auto; }

.settings-button-container input,
.settings-button-container span,
.settings-button-container button {
  float: right; }

.dt-form-group.multi-value {
  display: block;
  width: 100px;
  clear: none;
  vertical-align: top; }

.dt-form-group.multi-separator {
  display: block;
  width: 80px;
  clear: none;
  vertical-align: top; }

/*===============================   MY ACCOUNT PAGE =============================*/
.my-account-page {
  float: left;
  width: 70%;
  padding: 50px 10px 10px 50px;
  background: #fafafa; }

.my-account-sidebar {
  float: left;
  width: 30%;
  padding: 50px 50px 10px 10px; }

.my-account-sidebar .dt-info-group {
  min-height: 900px;
  margin: 0px; }

.my-account-page-header {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px;
  text-align: left;
  padding: 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: auto; }

.my-account-page-header.edit-my-account {
  border-bottom: none;
  padding: 0px 0px 0px; }

.my-account-image-container {
  float: left;
  width: 30%;
  height: 220px;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  border-radius: 3px;
  position: relative; }

.my-account-info-container {
  float: left;
  width: 70%;
  padding: 0px 20px; }

.my-account-image {
  position: absolute;
  height: 100%;
  background: #cccccc;
  width: 100%;
  text-align: center;
  color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26); }

.my-account-page-header h1 {
  display: block;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  text-align: left; }

.dt-info-group {
  background: #fff;
  margin: 0px 0px 20px;
  padding: 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  width: 100%; }

.my-account-page-header .dt-info-group {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  box-shadow: none;
  float: left; }

.my-account-page-header.edit-my-account {
  box-shadow: none;
  background: transparent; }

.my-account-page-header.edit-my-account form {
  padding: 0px 0px 0px 0px; }

.my-account-page-header.edit-my-account input[type="submit"] {
  margin-top: 20px; }

.my-account-page-header .dt-info-list {
  margin-bottom: 20px; }

.date-range-inputs.error {
  border: 1px red solid; }

.dt-info-group h3 {
  font-size: 20px;
  color: #616161;
  margin: 0px 0px 10px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid #e8e8e8; }

.dt-info-list li {
  margin: 5px 0px; }

.boldtext {
  font-weight: bold; }

.dt-info-label {
  font-weight: bold; }

.dt-info-label:after {
  content: ":";
  display: inline-block;
  margin-right: 5px; }

.dt-info {
  display: inline-block;
  font-size: 16px; }

/*==============================  VERSION NUMBER =====================*/
.dt-version-number {
  color: #616161;
  display: block;
  text-align: center;
  font-size: 14px;
  clear: both;
  padding: 10px 10px 0px; }

.dash-box {
  padding: 20px 50px; }

.dash-announcement {
  background: #00823F;
  border-left: 5px solid #A7C13F;
  padding: 50px 50px 50px;
  margin: 20px 50px;
  border-radius: 3px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.dash-announcement .dismiss {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer; }

.dash-announcement .exclamation {
  font-size: 3em;
  text-align: center;
  margin-right: 50px; }

.dash-announcement p {
  margin: 0px; }

.dash-box.reporting {
  width: 100%;
  padding: 0px 5px;
  margin-bottom: 10px; }

.dash-box.reporting ul {
  margin: 0px 10px;
  padding: 20px 0px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.dash-box.reporting ul li {
  background: #fff;
  float: left;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
  width: 30%;
  max-width: 250px;
  margin: 0px 1.5%;
  padding: 20px 0px;
  list-style: none;
  text-align: center; }

.reporting-number {
  display: block;
  color: #A7C13F;
  font-size: 3em;
  font-weight: 200;
  line-height: 1.05em;
  letter-spacing: -1px;
  padding: 0px 20px 0px; }

.reporting-title {
  vertical-align: top;
  display: block;
  color: #616161;
  font-size: 18px;
  font-weight: 400;
  min-width: 20px;
  padding: 10px 10px 0px; }

.dash-text-search {
  background: rgba(255, 160, 0, 0) !important;
  margin-bottom: 0px;
  text-align: left;
  overflow: hidden; }

.dash-text-search i {
  font-size: 20px;
  color: #616161;
  padding: 0px 10px;
  vertical-align: middle;
  line-height: 40px; }

#dash-text-search-input {
  width: 80%;
  max-width: 200px;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 5px !important;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  background: none;
  color: #616161 !important; }

input::-webkit-input-placeholder {
  color: #616161 !important; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #616161 !important; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #616161 !important; }

input:-ms-input-placeholder {
  color: #616161 !important; }

.dash-search-button, .dash-search-button button, .dash-search-button a {
  display: none;
  position: relative;
  width: 200px;
  margin: 10px; }

.dash-search-button button:hover, .dash-search-button button:active, .dash-search-button a:active {
  outline: none !important; }

.dash-account-items-container {
  margin: 0 auto 100px;
  padding: 20px 50px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 40em; }

.dash-account-item {
  background: #fff !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  margin: 5px;
  padding: 20px 20px !important;
  width: 23.8%;
  min-width: 300px;
  text-align: left;
  transition: all .2s; }

.dash-account-item.search-block {
  display: block !important;
  position: fixed !important;
  width: 30%;
  top: 62px;
  right: 5px;
  padding: 0px 0px 0px !important;
  text-align: center;
  height: auto !important;
  overflow: hidden;
  z-index: 995;
  margin: 0px;
  background: transparent !important;
  box-shadow: none; }

.dash-account-item.search-block input[type="button"] {
  display: none; }

.dash-admin-btn-bar {
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  display: block !important;
  position: fixed;
  top: 60px;
  left: 0px;
  padding-left: 180px;
  width: 100%;
  z-index: 99;
  overflow: auto; }

.dash-admin-btn-bar span {
  background: white;
  display: inline-block;
  float: left;
  padding: 10px;
  border-right: 1px solid #e8e8e8;
  color: #616161;
  cursor: pointer; }

.dash-admin-btn-bar span:hover {
  font-weight: 400; }

#btn_trigger_on {
  border-bottom: 4px solid #388e3c; }

#btn_trigger_off {
  border-bottom: 4px solid #d32f2f; }

#btn_trigger_onboarding {
  border-bottom: 4px solid #fbc02d; }

#btn_trigger_live {
  border-bottom: 4px solid #388e3c; }

#btn_trigger_oem {
  border-bottom: 4px solid #1976d2; }

#btn_trigger_used {
  border-bottom: 4px solid #616161; }

#btn_trigger_service {
  border-bottom: 4px solid #616161; }

.dash-account-item.search-block input[type="button"] {
  display: none; }

.dash-account-item.st-1, .dash-account-item.st-11 {
  border-left: 5px solid #388e3c; }

.dash-account-item.st-10 {
  border-left: 5px solid #1976d2; }

.dash-account-item.st-9, .dash-account-item.st-8, .dash-account-item.active-0, .dash-account-item.active-null {
  border-left: 5px solid #d32f2f; }

.dash-account-item.st-6, .dash-account-item.st-4, .dash-account-item.st-5, .dash-account-item.st-3, .dash-account-item.st-2 {
  border-left: 5px solid #fbc02d; }

#btn_trigger_1, #btn_trigger_2, #btn_trigger_3, #btn_trigger_4, #btn_trigger_5 {
  /* display:none;  I need these to ensure accounts get onboarded on time! - PW */ }

.dash-account-item .dash-item-title {
  color: #616161;
  position: relative;
  display: block;
  padding: 0px 0px 20px;
  margin: 0px 0px 0px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35em;
  min-height: 68px;
  border-bottom: 1px solid #e8e8e8; }

.dash-account-item em {
  color: #616161;
  position: relative;
  display: none; }

.dash-account-item > span {
  color: #616161;
  position: relative;
  display: none;
  padding: 10px; }

.dash-account-mirror-notice {
  display: none; }

.dash-account-item .liveAcct {
  color: #388e3c; }

.dash-account-item .devAcct {
  color: #d32f2f; }

.dash-account-item .btn-group {
  display: block;
  margin: auto; }

.dash-account-item .btn-default, .dash-account-item .btn-default:hover, .dash-account-item .btn-default:focus, .dash-account-item .btn-group.open .dropdown-toggle, .dash-account-item .btn-default.active, .dash-account-item .btn-default:active, .dash-account-item .open > .dropdown-toggle.btn-default {
  width: auto;
  float: none;
  padding: 0px 0px 0px;
  text-align: left;
  box-shadow: none;
  font-weight: 200;
  color: #616161 !important; }

.dash-account-item .btn-default:hover {
  color: #A7C13F !important; }

.dash-make {
  margin: 0px auto 20px;
  padding: 20px 0px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 80px;
  text-align: center;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.dash-make li {
  list-style: none;
  float: left;
  width: 50%; }

.dash-make li img {
  width: 100%;
  max-width: 100px; }

.dashboard-product {
  padding: 0px 0px;
  border-radius: 3px;
  /*box-shadow:0px 1px 2px rgba(0,0,0,0.3);*/
  text-align: center;
  color: #616161;
  display: inline-block;
  margin: 1%;
  font-size: 12px;
  line-height: 1.2;
  transition: box-shadow .2s ease-in; }

.dashboard-product a {
  display: block;
  padding: 5px 10px; }

.dashboard-product i {
  font-size: 14px;
  margin: 5px 0px 5px 3px; }

.backLink {
  display: none; }

/*=================================================================================

				Get started pages

=================================================================================*/
.getstarted-logo {
  margin: 5px 0px 5px 20px; }

.getstarted-container {
  padding-left: 0px !important;
  padding-top: 100px !important; }

.getstarted-step-list {
  margin: 0px;
  padding: 0px; }

.getstarted-step-list li {
  list-style: none;
  margin: 5px;
  padding: 0px;
  display: inline-block; }

.getstarted-step-list li .fa {
  color: #212121; }

#dyi {
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  padding: 20px 50px;
  width: 95%;
  max-width: 650px;
  margin: 20px auto;
  overflow: auto; }

#dyi h2 {
  margin: 10px 0px 20px; }

#dyi h4 {
  clear: both;
  color: #616161; }

#dyi input[type="submit"] {
  margin: 40px 5px 40px;
  float: right; }

#dyi .dyi-complete-setup-btn input[type="submit"] {
  float: none;
  margin: 20px auto 40px; }

.dyi-complete-setup-btn {
  text-align: center; }

.dt-error-text {
  font-size: 10px;
  color: #d32f2f;
  text-align: left;
  line-height: 1.35em; }

/*=================================================================================

				Bottom Pop Up Bar

=================================================================================*/
.bottom-pop-up {
  border-top: 3px solid #d32f2f;
  position: fixed;
  right: 10px;
  bottom: -2000px;
  padding: 20px 20px;
  transition: top .2s ease-in-out;
  -webkit-transition: top .2s ease-in-out;
  -moz-transition: top .2s ease-in-out;
  -ms-transition: top .2s ease-in-out;
  -o-transition: top .2s ease-in-out;
  z-index: 9988;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  width: 350px;
  overflow: auto; }

.bottom-pop-up.open-bottom {
  bottom: 0px; }

.close-button {
  color: #d32f2f;
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer; }

.bottom-pop-up-title {
  display: block;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400; }

.bottom-pop-up-list {
  margin: 0px;
  padding: 0px 0px 0px 30px; }

.bottom-pop-up-list li {
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
  font-size: 14px; }

/*============================================= Saving Flag ==============================*/
.saved-text-wrap {
  background: rgba(56, 142, 60, 0.8);
  border-top: 3px solid #388e3c;
  padding: 0px 0px 0px 200px;
  position: fixed;
  bottom: -50px;
  right: 0px;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 9989;
  height: 50px; }

.saved-text-wrap.triggered {
  bottom: 0px; }

.saved-text {
  color: #fff;
  height: 50px;
  line-height: 50px;
  display: block; }

.close-saved-text {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  cursor: pointer; }

/*============================================= LOADING SCREEN ==============================*/
@keyframes pendulum {
  0% {
    transform: rotate(-180deg); }
  10% {
    transform: rotate(5deg); }
  11% {
    transform: rotate(0deg); }
  12% {
    transform: rotate(2deg); }
  13% {
    transform: rotate(0deg); }
  14% {
    transform: rotate(2deg); }
  15% {
    transform: rotate(0deg); }
  16% {
    transform: rotate(2deg); }
  17% {
    transform: rotate(0deg); }
  18% {
    transform: rotate(2deg); }
  19% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(2deg); }
  21% {
    transform: rotate(0deg); }
  22% {
    transform: rotate(2deg); }
  23% {
    transform: rotate(0deg); }
  24% {
    transform: rotate(2deg); }
  25% {
    transform: rotate(0deg); }
  /*
    35% {
        transform:rotate(190deg);
    }
    43% {
        transform:rotate(203deg);
    }
    44% {
        transform:rotate(201deg);
    }
    45% {
        transform:rotate(203deg);
    }
    46% {
        transform:rotate(201deg);
    }
    47% {
        transform:rotate(203deg);
    }
    48% {
        transform:rotate(201deg);
    }
    49% {
        transform:rotate(203deg);
    }
    50% {
        transform:rotate(201deg);
    }
    80% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(0deg);
    }
    */ }

@-webkit-keyframes pendulum {
  0% {
    transform: rotate(-180deg); }
  10% {
    transform: rotate(5deg); }
  11% {
    transform: rotate(0deg); }
  12% {
    transform: rotate(2deg); }
  13% {
    transform: rotate(0deg); }
  14% {
    transform: rotate(2deg); }
  15% {
    transform: rotate(0deg); }
  16% {
    transform: rotate(2deg); }
  17% {
    transform: rotate(0deg); }
  18% {
    transform: rotate(2deg); }
  19% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(2deg); }
  21% {
    transform: rotate(0deg); }
  22% {
    transform: rotate(2deg); }
  23% {
    transform: rotate(0deg); }
  24% {
    transform: rotate(2deg); }
  25% {
    transform: rotate(0deg); }
  /*
    35% {
        transform:rotate(190deg);
    }
    43% {
        transform:rotate(203deg);
    }
    44% {
        transform:rotate(201deg);
    }
    45% {
        transform:rotate(203deg);
    }
    46% {
        transform:rotate(201deg);
    }
    47% {
        transform:rotate(203deg);
    }
    48% {
        transform:rotate(201deg);
    }
    49% {
        transform:rotate(203deg);
    }
    50% {
        transform:rotate(201deg);
    }
    80% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(0deg);
    }
    */ }

@-moz-keyframes pendulum {
  0% {
    transform: rotate(-180deg); }
  10% {
    transform: rotate(5deg); }
  11% {
    transform: rotate(0deg); }
  12% {
    transform: rotate(2deg); }
  13% {
    transform: rotate(0deg); }
  14% {
    transform: rotate(2deg); }
  15% {
    transform: rotate(0deg); }
  16% {
    transform: rotate(2deg); }
  17% {
    transform: rotate(0deg); }
  18% {
    transform: rotate(2deg); }
  19% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(2deg); }
  21% {
    transform: rotate(0deg); }
  22% {
    transform: rotate(2deg); }
  23% {
    transform: rotate(0deg); }
  24% {
    transform: rotate(2deg); }
  25% {
    transform: rotate(0deg); }
  /*
    35% {
        transform:rotate(190deg);
    }
    43% {
        transform:rotate(203deg);
    }
    44% {
        transform:rotate(201deg);
    }
    45% {
        transform:rotate(203deg);
    }
    46% {
        transform:rotate(201deg);
    }
    47% {
        transform:rotate(203deg);
    }
    48% {
        transform:rotate(201deg);
    }
    49% {
        transform:rotate(203deg);
    }
    50% {
        transform:rotate(201deg);
    }
    80% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(0deg);
    }
    */ }

.dt-loading-animation {
  width: 107px;
  height: 150px;
  position: relative;
  margin: 150px auto; }

.dt-loading-animation img {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute; }

#dt-tachometer-needle {
  width: 50px !important;
  height: 50px !important;
  top: auto;
  bottom: 40px;
  left: 25px;
  transition: all .5s;
  -webkit-animation: pendulum 5s infinite;
  -moz-animation: pendulum 5s infinite;
  -o-animation: pendulum 5s infinite;
  animation: pendulum 5s infinite;
  transform: rotate(0deg);
  /*
-webkit-animation-iteration-count: 3;
animation-iteration-count: 3;
*/ }

#dt-tachometer-needle.start-position {
  transform: rotate(-180deg); }

/*=================================================================================

				Side Nav animation

=================================================================================*/
#nav, .dt-back-button {
  -webkit-transition: left .2s ease-in-out;
  -moz-transition: left .2s ease-in-out;
  -ms-transition: left .2s ease-in-out;
  -o-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out; }

#container, #nav2, .dash-admin-btn-bar {
  -webkit-transition: padding-left .2s ease-in-out;
  -moz-transition: padding-left .2s ease-in-out;
  -ms-transition: padding-left .2s ease-in-out;
  -o-transition: padding-left .2s ease-in-out;
  transition: padding-left .2s ease-in-out; }

.side-nav-hidden #nav {
  left: 210px; }

.side-nav-hidden #container, .side-nav-hidden #nav2, .side-nav-hidden .dash-admin-btn-bar {
  padding-left: 0px; }

.side-nav-hidden .edit-sections-container.fix-top {
  padding-left: 20px; }

.side-nav-hidden .dt-back-button {
  left: 0px; }

.side-nav-hidden #nav {
  left: 100%; }

#nav {
  left: 0; }

#container, #nav2, .dash-admin-btn-bar {
  padding-left: 0px !important; }

.dt-back-button {
  left: 0px;
  top: 95px; }

.highlightHover {
  background: inherit; }

.highlightHover:hover {
  background: #ffffaa !important; }

.layered-cell {
  display: inline-block;
  padding-bottom: 1px;
  padding-top: 1px;
  width: 100%; }

/*=================================================================================

				Media Queries

=================================================================================*/
@media screen and (min-width: 1240px) {
  .dash-account-item {
    width: 19%; } }

@media screen and (max-width: 1025px) {
  body {
    line-height: 1.375em; }
  h1, .reporting-number, .page-header h1 {
    font-size: 2.5em;
    line-height: 1.125em; }
  h2 {
    font-size: 2em; }
  h3 {
    font-size: 1.5em; }
  .dash-account-items-container {
    padding: 20px;
    min-height: 42em; }
  .dash-account-item {
    width: 48%; }
  .dash-account-item > .dash-item-title {
    width: auto; }
  .dash-account-item > span {
    display: none; }
  .dash-box {
    padding: 20px; }
  .dash-make {
    display: none; }
  .dash-account-item.search-block {
    width: 218px;
    right: 0px; }
  .dt-content-box {
    padding: 20px; }
  .my-account-page {
    width: 100%;
    padding: 20px 20px 0px; }
  .my-account-page-header.edit-my-account {
    padding: 20px; }
  .my-account-sidebar {
    width: 100%;
    padding: 0px 20px 20px; }
  .my-account-sidebar .dt-info-group {
    min-height: 0px; } }

@media screen and (max-width: 768px) {
  body {
    line-height: 1.25em; }
  h1, .reporting-number, .page-header h1 {
    font-size: 2em;
    line-height: 1.25em; }
  h2 {
    font-size: 1.625em;
    line-height: 1.15em; }
  h3 {
    font-size: 1.375em;
    line-height: 1.14em; }
  h4 {
    line-height: 1.11em; }
  blockquote {
    font-size: 1.25em;
    line-height: 1.125em; }
  .dt-page-title {
    padding-top: 70px; }
  #frmLogin {
    max-width: 390px;
    width: 90%; }
  #frmLogin input[type="button"], #frmLogin input[type="submit"] {
    float: none; }
  #frmLogin input[type="button"] {
    margin-top: 20px; }
  .side-nav-toggle {
    padding: 0px 15px; }
  .top-bar-logo {
    width: 150px;
    padding: 7px 0px;
    font-size: 2em;
    color: #FFF;
    font-weight: bold; }
  .top-logo-text {
    font-size: 1.375em;
    margin-left: 10px; }
  .racing-stripes {
    width: 50px;
    height: 100%;
    right: 0px;
    position: absolute; }
  #nav, .dash-admin-btn-bar {
    top: 50px; }
  .dash-admin-btn-bar {
    display: none !important; }
  #container {
    padding-top: 50px; }
  #container.account {
    padding-top: 90px; }
  .btn, .btn-group {
    width: 100%; }
  #nav .dropdown-menu {
    box-shadow: none !important; }
  .dash-box {
    padding: 10px; }
  .dash-announcement {
    padding: 20px;
    display: block; }
  .dash-announcement .exclamation {
    margin-bottom: 20px;
    display: block;
    width: 100%; }
  .dash-announcement p {
    display: block;
    width: 100%;
    padding: 0px 0px 20px; }
  .dash-box.reporting {
    display: none; }
  .dash-account-item.search-block {
    top: 50px;
    width: 250px;
    background: #fff !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26); }
  .dashboard-greeting {
    padding: 70px 10px 20px; }
  .dash-account-items-container {
    padding: 10px;
    min-height: 46em; }
  .dash-account-item {
    width: 100%;
    margin: 5px 0px; }
  #btn_trigger_1, #btn_trigger_2, #btn_trigger_3, #btn_trigger_4, #btn_trigger_5 {
    display: none; }
  #dyi {
    padding: 20px; }
  #nav2 {
    top: 50px;
    overflow: auto;
    max-height: 100%; }
  .acct-nav-title {
    display: block;
    float: left; }
  .acct-nav-items {
    width: 100%;
    display: none;
    overflow: auto; }
  .acct-nav-list {
    clear: both;
    display: block;
    width: 100%;
    text-align: left; }
  .acct-nav-list li {
    float: none;
    display: block !important;
    overflow: auto; }
  .acct-nav-list li a {
    display: block; }
  .acct-nav-trigger {
    display: block;
    float: right; }
  #nav2 .dropdown-menu {
    position: relative;
    width: 100%;
    overflow: auto; }
  .my-account-image-container {
    width: 100%; }
  .my-account-info-container {
    width: 100%;
    padding: 20px 0px; }
  .dt-back-button {
    left: 0px;
    top: 85px; } }

.no-font-style {
  font-style: normal; }

/** BETA **/
sup.beta {
  color: #4f5d75; }

#enhanced_inventory_label {
  color: #00823F; }

#map-management div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.default-popup-background {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 45px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-left: 0px;
  padding-top: 80px; }

.default-add-new-popup {
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  padding: 10px 20px 20px;
  overflow: auto;
  width: 100%;
  max-width: 800px; }

.default-close-trigger {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-left: 10px;
  color: #757575; }

.inventory-url-override-input {
  margin-bottom: 20px; }

.input-title-checkbox-container {
  display: flex;
  width: 100%; }

.input-title {
  flex: 1; }

.active-checkbox {
  flex: 1; }
  .active-checkbox label,
  .active-checkbox input[type="checkbox"] {
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    vertical-align: middle; }
  .active-checkbox label {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4; }

.override-url-required {
  outline: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }

.override-url-required:focus {
  border: 1px solid red;
  box-shadow: 0 0 5px red; }

.override-inventory-url-warning-wrapper {
  position: relative; }

.empty-url-override-alert {
  position: fixed;
  left: 0;
  right: 0;
  top: 125px;
  font-size: 20px;
  color: #ffffff;
  background: rgba(255, 160, 0, 0.8);
  padding: 10px;
  box-shadow: 1px 1px #dddddd;
  margin: 0 auto 0 auto;
  z-index: 99;
  text-transform: none !important; }
  @media only screen and (max-width: 600px) {
    .empty-url-override-alert {
      width: 395px;
      top: 100px; } }
  @media only screen and (min-width: 600px) {
    .empty-url-override-alert {
      width: 530px; } }
  @media only screen and (min-width: 768px) {
    .empty-url-override-alert {
      width: 530px; } }
  @media only screen and (max-width: 320px) {
    .empty-url-override-alert {
      width: 395px;
      top: 100px; } }

#container.account {
  padding-bottom: 0px; }

.media-gallery {
  /*======================================== SEARCH BAR ==========================*/
  /*======================================== SEARCH BAR ==========================*/
  /*========================================  END SEARCH BAR ==========================*/
  /*========================================  Image Gallery ==========================*/
  /*========================================  POPUPS ==========================*/ }
  .media-gallery h1.page-title {
    margin: 0px 0px 0px;
    padding: 60px 50px 10px;
    text-align: left; }
  .media-gallery .page-title a {
    font-size: 20px; }
  .media-gallery h1.page-title.main {
    border-bottom: none;
    padding: 0px 0px 20px; }
  .media-gallery .dt-container {
    min-height: 1000px; }
  .media-gallery .specialsSearchBar {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    padding: 0px 0px;
    overflow: auto;
    position: fixed;
    top: 101px;
    right: 0px;
    width: 300px;
    z-index: 998; }
  .media-gallery .searchSpecialsGroup {
    display: inline-block;
    float: left;
    width: 100%; }
  .media-gallery .searchSpecialsGroup .fa-search {
    background: #fafafa;
    font-size: 20px;
    vertical-align: middle;
    padding: 10px; }
  .media-gallery .specialsSearchBar input[type="text"] {
    background: #ffffff;
    width: 80%;
    padding: 5px 5px;
    box-shadow: none !important;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
    color: #616161 !important;
    font-size: 16px;
    vertical-align: middle; }
  .media-gallery .specialsSearchBar input:focus {
    outline: none; }
  .media-gallery .dt-tool-page-header {
    overflow: auto;
    background: #ffffff; }
  .media-gallery .header-top-section {
    overflow: auto;
    padding: 20px 20px; }
  .media-gallery .dt-tool-page-header.editor-page .header-top-section {
    padding-top: 30px; }
  .media-gallery .dt-tool-page-header h1 {
    text-align: left;
    margin: 30px 0px 20px;
    padding: 0px 0px;
    font-size: 38px;
    float: left;
    width: 50%; }
  .media-gallery .dt-tool-page-header.editor-page h1 {
    width: 100%; }
  .media-gallery .header-bottom-section {
    overflow: auto;
    display: block;
    overflow: auto;
    padding: 10px 20px;
    background: #fafafa;
    /*box-shadow:0px 1px 2px rgba(0,0,0,0.3);*/
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    position: relative; }
  .media-gallery .dt-tool-page-header.editor-page .header-bottom-section .quality-score-container {
    margin-bottom: 5px;
    margin-top: 5px; }
  .media-gallery .specialsSearchBar {
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 0px 0px;
    overflow: auto;
    position: relative;
    top: 0px;
    right: 0px;
    max-width: 300px;
    float: right;
    width: 50%;
    z-index: 998; }
  .media-gallery .searchSpecialsGroup {
    display: inline-block;
    float: left;
    width: 100%; }
  .media-gallery .searchSpecialsGroup .fa-search {
    background: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    padding: 10px; }
  .media-gallery .specialsSearchBar input[type="text"] {
    background: #ffffff;
    width: 80%;
    padding: 5px 5px;
    box-shadow: none !important;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
    color: #616161 !important;
    font-size: 16px;
    vertical-align: middle; }
  .media-gallery .specialsSearchBar input:focus {
    outline: none; }
  .media-gallery .add-new-button-container {
    float: left;
    width: 50%; }
  .media-gallery .add-new-button {
    color: #616161;
    cursor: pointer;
    display: inline-block;
    margin: 11px 5px 10px; }
  .media-gallery .add-new-button:hover {
    margin: 11px 5px 10px; }
  .media-gallery .add-new-button:hover {
    color: #A7C13F; }
  .media-gallery .dt-gallery-image-preview {
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 18%;
    margin: 10px 1%;
    height: 200px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden; }
  .media-gallery .dt-gallery-thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .1s;
    transition: opacity .1s; }
  .media-gallery .dt-gallery-thumbnail-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%); }
  .media-gallery .dt-gallery-image-preview img {
    width: auto !important;
    margin: auto;
    position: absolute;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .media-gallery .dt-gallery-image-preview .dt-hover-overlay {
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    position: absolute;
    color: #616161 !important;
    font-size: 20px;
    font-weight: 400;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99;
    cursor: pointer; }
  .media-gallery .dt-hover-overlay:hover {
    opacity: 1; }
  .media-gallery #view-image-form {
    max-width: 100%;
    overflow: auto;
    position: fixed;
    top: 80px;
    bottom: 50px;
    left: 50px;
    right: 50px; }
  .media-gallery .view-image-preview {
    float: left;
    width: 60%;
    height: 100%;
    padding: 20px;
    text-align: center; }
  .media-gallery .view-image-preview img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto; }
  .media-gallery .view-image-details {
    float: left;
    width: 40%;
    padding: 20px; }
  .media-gallery .view-image-details label {
    font-weight: 600; }
  .media-gallery .view-image-details .image-url-preview {
    word-wrap: break-word; }

/* Default button */
/* Buttons */
.media-gallery-upload-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #616161; }
  .media-gallery-upload-button i, .media-gallery-upload-button span {
    margin: 5px; }

.media-gallery-choose-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #616161; }
  .media-gallery-choose-button i, .media-gallery-choose-button span {
    margin: 5px; }

.media-gallery-cancel-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #cc0000; }
  .media-gallery-cancel-button i, .media-gallery-cancel-button span {
    margin: 5px; }

/* Flex mixins */
/* Modal Container */
.media-gallery-modal-container {
  padding: 50px;
  overflow-y: initial; }
  .media-gallery-modal-container .upload {
    height: auto;
    max-height: 300px;
    overflow-y: scroll; }
  .media-gallery-modal-container .choose {
    height: 75vh;
    overflow-y: auto; }

/* Modal Body Container */
.media-gallery-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  /* Upload */
  /* Choose */ }
  .media-gallery-container .media-gallery-form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
    overflow: auto;
    /* Button Layout */ }
    .media-gallery-container .media-gallery-form-group .media-gallery-file-name {
      font-weight: bold; }
    .media-gallery-container .media-gallery-form-group .media-gallery-file-size {
      font-style: italic; }
    .media-gallery-container .media-gallery-form-group .media-gallery-progress-bar {
      margin: 10px 0; }
    .media-gallery-container .media-gallery-form-group .media-gallery-form-button-group {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
  .media-gallery-container .media-gallery-thumbnail {
    cursor: pointer;
    border-radius: 3px;
    border: none;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    padding: 5px;
    margin: 5px;
    position: relative;
    padding: 0;
    overflow: hidden;
    max-width: 200px;
    max-height: 200px; }
    .media-gallery-container .media-gallery-thumbnail i, .media-gallery-container .media-gallery-thumbnail span {
      margin: 5px; }
    .media-gallery-container .media-gallery-thumbnail .media-gallery-hover-overlay {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.2);
      opacity: 0;
      z-index: 51;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    .media-gallery-container .media-gallery-thumbnail .media-gallery-hover-overlay:hover {
      opacity: 1; }

/* Directive */
media-gallery-picker {
  padding: 5px; }

/* Button Layout */
.media-gallery-form-button-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/*==================================================================================================================================================



                                                   HOME LOCAL SERVICES


Contents
1.Specials Styles
2.Vehicle Landing Pages
3.Deal Timer
4.Tablet Styles
5.Phone Styles


==================================================================================================================================================*/
/*==================================================================================
            1. Special Styles
===================================================================================*/
a {
  text-decoration: none !important; }

.ddc-document {
  overflow: hidden;
  min-width: 100%; }

#ncs *, #ncs {
  box-sizing: border-box !important; }

#ncs {
  text-align: center;
  position: relative;
  width: 100%;
  /* padding:0px 10px; */ }

.navigation {
  z-index: 999; }

.ncs-container {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
  display: inline-block;
  font-family: sans-serif;
  font-size: 16px;
  margin: 0px 0px 20px;
  max-width: 650px;
  padding: 0px;
  position: relative;
  width: 100%;
  vertical-align: top;
  z-index: 50; }

.ncs-title {
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  color: #333;
  float: none;
  font-size: 20px;
  margin: 0px 0px 10px 0px; }
  .ncs-title .preview-icon {
    position: absolute;
    bottom: 0;
    top: -8px;
    right: -3%; }

.ncs-title > h3 {
  font-size: inherit;
  margin: 0px; }

.preview-icon > img {
  height: 100px; }

.ncs-container > div {
  float: left;
  padding: 0px 10px; }

.ncs-container .ncs-image-and-phone-container {
  width: 50%;
  position: relative; }

.dt-sales-event-image {
  display: block;
  margin: auto;
  border-top: 1px solid #e8e8e8;
  text-align: right;
  width: 100%;
  z-index: 11;
  padding: 5px 10px !important;
  background: #fff; }

.dt-sales-event-image img {
  width: 100%;
  max-width: 120px;
  vertical-align: bottom; }

.ncs-container .ncs-pricing-and-buttons-container {
  width: 50%; }

.ncs-pricing-breakdown-wrap {
  text-align: left; }

.ncs-pricing-breakdown-title {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2; }

.ncs-pricing-breakdown {
  display: block;
  color: #333;
  text-align: left;
  padding: 5px 10px;
  border-radius: 3px;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #ccc;
  position: relative;
  overflow-y: scroll;
  max-height: 73px;
  margin: 5px auto 10px; }

.ncs-pricing-breakdown ul {
  margin: 0;
  padding: 0; }

.ncs-pricing-breakdown li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0px;
  font-size: 10px;
  letter-spacing: -.3px; }

.ncs-pricing-breakdown li span {
  float: right;
  font-weight: bold;
  font-size: 12px;
  position: relative; }

.ncs-pricing-breakdown li.dt-minus-rebate .dt-rebate-price:before {
  content: '- ';
  display: inline-block; }

.ncs-pricing-breakdown li.dt-plus-rebate .dt-rebate-price:before {
  content: '+ ';
  display: inline-block; }

.ncs-pricing-breakdown li.dt-total-rebate {
  border-top: 1px solid #ccc; }

.ncs-features {
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  width: 100%;
  position: relative; }

.ncs-image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 7px auto 0px; }

.ncs-image > img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: auto; }

.ncs-msrp {
  margin-top: 5px; }

.ncs-msrp i {
  color: #757575;
  padding: 0px 10px;
  position: relative; }

.ncs-msrp i:not(:last-of-type) {
  border-right: 1px solid #757575; }

.ncs-phone {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  color: #333;
  font-weight: 600;
  display: inline-block !important;
  font-size: 18px;
  margin: 5px auto !important;
  padding: 0px 20px 0px 0px !important;
  letter-spacing: 2px;
  width: auto !important;
  overflow: auto;
  position: relative !important; }

.ncs-phone i {
  color: #fff;
  padding: 7px 20px 7px 10px;
  display: inline-block;
  position: relative;
  z-index: 2; }

.ncs-phone:after {
  content: '';
  width: 34px;
  height: 100%;
  position: absolute;
  border-radius: 3px 0px 0px 3px;
  background: #333;
  top: 0px;
  left: 0px; }

/*-------Default Pricing------*/
.ncs-pricing-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: inherit;
  align-items: inherit;
  width: 100%;
  height: 160px;
  margin: 0px auto; }

.ncs-price-block {
  float: left;
  width: 50%;
  padding: 10px 0px;
  margin: 0px;
  text-align: center;
  vertical-align: top;
  height: 80px;
  position: relative; }

.ncs-price-block:nth-child(5) {
  display: none; }

.ncs-container.lease-template .ncs-price-block.zero-down, .ncs-container.lease-template .ncs-price-block.buy, .ncs-container.lease-template .ncs-price-block.savings {
  display: none; }

.ncs-container.lease-template .ncs-price-block.lease {
  width: 100%; }

.ncs-price-subscript-lease,
.ncs-price-subscript-finance,
.ncs-price-subscript-savings,
.ncs-price-subscript-buy,
.ncs-price-subscript-zero-down {
  font-size: 12px;
  vertical-align: top; }

.ncs-price-block.apr {
  background: rgba(20, 20, 20, 0.8);
  color: #fff;
  position: absolute;
  top: 0px;
  left: 10px;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  padding: 12px 0px 0px 0px;
  z-index: 3; }

.account-351 .ncs-price-block.apr {
  display: none; }

.ncs-price-label {
  font-size: 12px;
  display: block;
  line-height: 1.2; }

.ncs-price-block.apr .ncs-price-label {
  font-size: 10px; }

.ncs-price-term {
  font-size: 10px;
  display: block;
  line-height: 1.2; }

.ncs-price-block.apr .ncs-price-term {
  font-size: 10px; }

.ncs-price, .ncs-apr {
  font-size: 170%;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 1px; }

.ncs-pricing-wrap.small-price .ncs-price, .ncs-pricing-wrap.small-price .ncs-apr {
  font-size: 150%; }

.ncs-price-block.apr .ncs-price, .ncs-price-block.apr .ncs-apr {
  font-size: 125%; }

.ncs-price i, .ncs-apr i,
.ncs-price sup,
.ncs-apr sup {
  font-size: 14px;
  letter-spacing: 0px; }

.ncs-price i span, .ncs-apr i span {
  display: inline-block;
  font-size: 10px;
  line-height: 1.2; }

.ncs-price i, .ncs-apr i {
  display: inline-block;
  line-height: 1.2; }

.ncs-apr {
  font-size: 125%;
  margin: 0px 0px 0px 0px; }
  .ncs-apr i {
    display: inline-block;
    line-height: 1.2; }

.ncs-container .ncs-lease-apr {
  background: #f5f5f5;
  margin: -10px auto 5px;
  display: block;
  width: 50%;
  min-width: 200px;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  float: none; }

.ncs-container .ncs-lease-apr span, .ncs-container .ncs-lease-apr span i {
  display: inline-block;
  font-size: 12px; }

.ncs-container .ncs-lease-apr .ncs-price, .ncs-container .ncs-lease-apr .ncs-apr {
  font-size: 16px; }

/* LEASE TEMPLATE */
.ncs-container.lease-template .ncs-price-block.zero-down, .ncs-container.lease-template .ncs-price-block.buy, .ncs-container.lease-template .ncs-price-block.savings {
  display: none; }

.ncs-container.lease-template .ncs-price-block.lease {
  width: 100%;
  height: 140px; }

.ncs-container.lease-template .ncs-price-block.lease .ncs-price-label {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px; }

.ncs-container.lease-template .ncs-price-block.lease .ncs-price, .ncs-container.lease-template .ncs-price-block.lease .ncs-apr {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 48px;
  margin: 0px auto; }

.ncs-container.lease-template .ncs-price-block.lease .ncs-price i, .ncs-container.lease-template .ncs-price-block.lease .ncs-apr i {
  font-size: 20px; }

.ncs-container.lease-template .ncs-price-block.lease .ncs-price sup, .ncs-container.lease-template .ncs-price-block.lease .ncs-apr sup {
  top: -15px;
  font-size: 24px; }

.ncs-container.lease-template .ncs-price-block.lease .ncs-price-term {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px; }

/* ZERO DOWN TEMPLATE */
.ncs-container.zero-down-template .ncs-price-block.lease, .ncs-container.zero-down-template .ncs-price-block.buy, .ncs-container.zero-down-template .ncs-price-block.savings {
  display: none; }

.ncs-container.zero-down-template .ncs-price-block.zero-down {
  width: 100%;
  height: 140px; }

.ncs-container.zero-down-template .ncs-price-block.zero-down .ncs-price-label {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px; }

.ncs-container.zero-down-template .ncs-price-block.zero-down .ncs-price, .ncs-container.zero-down-template .ncs-price-block.zero-down .ncs-apr {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 48px;
  margin: 0px auto; }

.ncs-container.zero-down-template .ncs-price-block.zero-down .ncs-price i, .ncs-container.zero-down-template .ncs-price-block.zero-down .ncs-apr i {
  font-size: 20px; }

.ncs-container.zero-down-template .ncs-price-block.zero-down .ncs-price sup, .ncs-container.zero-down-template .ncs-price-block.zero-down .ncs-apr sup {
  top: -15px;
  font-size: 24px; }

.ncs-container.zero-down-template .ncs-price-block.zero-down .ncs-price-term {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px; }

/* BUY TEMPLATE */
.ncs-container.buy-template .ncs-price-block.lease, .ncs-container.buy-template .ncs-price-block.zero-down, .ncs-container.buy-template .ncs-price-block.savings {
  display: none; }

.ncs-container.buy-template .ncs-price-block.buy {
  width: 100%;
  height: 140px; }

.ncs-container.buy-template .ncs-price-block.buy .ncs-price-label {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px; }

.ncs-container.buy-template .ncs-price-block.buy .ncs-price, .ncs-container.buy-template .ncs-price-block.buy .ncs-apr {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 48px;
  margin: 0px auto; }

.ncs-container.buy-template .ncs-price-block.buy .ncs-price i, .ncs-container.buy-template .ncs-price-block.buy .ncs-apr i {
  font-size: 20px; }

.ncs-container.buy-template .ncs-price-block.buy .ncs-price sup, .ncs-container.buy-template .ncs-price-block.buy .ncs-apr sup {
  top: -15px;
  font-size: 24px; }

.ncs-container.buy-template .ncs-price-block.buy .ncs-price-term {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px; }

/* SAVINGS TEMPLATE */
.ncs-container.savings-template .ncs-price-block.lease, .ncs-container.savings-template .ncs-price-block.buy, .ncs-container.savings-template .ncs-price-block.zero-down {
  display: none; }

.ncs-container.savings-template .ncs-price-block.savings {
  width: 100%;
  height: 140px; }

.ncs-container.savings-template .ncs-price-block.savings .ncs-price-label {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px; }

.ncs-container.savings-template .ncs-price-block.savings .ncs-price, .ncs-container.savings-template .ncs-price-block.savings .ncs-apr {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 48px;
  margin: 0px auto; }

.ncs-container.savings-template .ncs-price-block.savings .ncs-price i, .ncs-container.savings-template .ncs-price-block.savings .ncs-apr i {
  font-size: 20px; }

.ncs-container.savings-template .ncs-price-block.savings .ncs-price sup, .ncs-container.savings-template .ncs-price-block.savings .ncs-apr sup {
  top: -15px;
  font-size: 24px; }

.ncs-container.savings-template .ncs-price-block.savings .ncs-price-term {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px; }

/*--------------- Default Disclaimer-----------*/
.ncs-disclaimer-wrap {
  width: 100%;
  position: relative; }

.ncs-disclaimer-trigger {
  display: block;
  cursor: pointer;
  font-size: 12px;
  color: #757575;
  margin: 5px 0px; }

.ncs-disclaimer-wrap p {
  display: block;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 5px 0px;
  width: 100%; }

.ncs-copyright {
  display: block;
  color: #757575;
  font-size: 10px;
  margin: 5px auto; }

/*--------Buttons-------*/
.ncs-cta-wrap {
  clear: both;
  width: 100%;
  margin: 10px auto; }

#lower-cta-wrap {
  width: 100%; }

.ncs-button {
  background: #999;
  border: 1px solid #888;
  padding: 8px 0px;
  font-size: 10px;
  margin: 5px 1% 0px 0px;
  width: 48%;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  position: relative;
  border-radius: 3px; }

.ncs-button:last-of-type {
  margin-right: 0px; }

.ncs-button:hover {
  background: #888;
  color: #fff; }

.ncs-button.main-cta {
  background: -webkit-linear-gradient(#d91c1c 0%, #951313 100%);
  background: -o-linear-gradient(#d91c1c 0%, #951313 100%);
  background: linear-gradient(#d91c1c 0%, #951313 100%);
  border: none;
  border-radius: 3px;
  position: relative;
  color: #ffffff;
  margin-top: 0px;
  padding: 10px 0px;
  font-size: 16px;
  width: 100%;
  display: block;
  text-transform: uppercase; }

.ncs-button.main-cta:hover {
  background: -webkit-linear-gradient(#d91c1c 50%, #951313 100%);
  background: -o-linear-gradient(#d91c1c 50%, #951313 100%);
  background: linear-gradient(#d91c1c 50%, #951313 100%);
  text-decoration: none !important; }

.ncs-button.main-cta {
  border-radius: 3px !important;
  position: relative; }

.ncs-button.main-cta span {
  position: relative; }

.ncs-button.main-cta img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.ncs-button.main-cta:hover .ncs-button-layover {
  opacity: .75; }

/*---------------Form-----------*/
#blanket {
  display: none;
  background-color: #000;
  opacity: 0.9 !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999; }

.formWrapper {
  background: transparent;
  display: none;
  height: 380px;
  width: 400px;
  top: 80px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  position: fixed;
  text-align: center;
  z-index: 10000000; }

.frameWrap {
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  height: 380px; }

.formWrapper .formFrame {
  border: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999999999; }

.dt-form-page-header {
  background: -webkit-linear-gradient(to bottom, #ffffff 20%, #dddddd 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 20%, #dddddd 100%);
  background: -ms-linear-gradient(to bottom, #ffffff 20%, #dddddd 100%);
  background: -o-linear-gradient(to bottom, #ffffff 20%, #dddddd 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #dddddd 100%);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  display: block;
  position: relative; }

.dt-form-page-header h1 {
  margin: 0px;
  padding-right: 30px;
  border-bottom: 1px solid #ccc;
  font-size: 20px !important;
  text-align: left;
  padding: 10px 30px 10px 10px !important;
  margin: 0px;
  font-weight: 400 !important; }

.dt-form-page-header h1:after {
  display: none; }

.dt-form-page-header .fa-close {
  color: #666;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px; }

.dt-form-page-header .fa-close:hover {
  color: #cc0000;
  cursor: pointer;
  top: 10px; }

.dt-specials-bottom-bar {
  text-align: right !important;
  width: 100%;
  border-top: 1px solid #ccc;
  display: block;
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
  padding: 5px 10px !important; }

/*===========================================================================================
            4.Tablet Styles
============================================================================================*/
@media screen and (max-width: 1025px) {
  .formWrapper {
    width: 95%;
    max-width: 400px;
    position: absolute; }
  .frameWrap {
    height: 400px; }
  .ncs-container {
    width: 100%;
    margin: 0px 0px 10px; }
  .quality-score-container.list + .ncs-container {
    margin: 0px; } }

/*===========================================================================================
            5.Phone Styles
============================================================================================*/
@media screen and (max-width: 769px) {
  .ncs-container {
    min-width: 0;
    max-width: 350px; }
  .ncs-image {
    height: auto;
    width: 100%; }
  .ncs-image img {
    position: relative;
    bottom: 0px;
    width: 100%;
    max-width: 100%; }
  .ncs-container .ncs-image-and-phone-container,
  .ncs-container .ncs-pricing-and-buttons-container {
    display: block;
    width: 100%;
    padding: 0px 10px; }
  .ncs-phone {
    position: static;
    color: #498bf4;
    font-size: 110%;
    font-weight: bold;
    width: 100%;
    letter-spacing: 2px;
    display: block;
    margin: auto; }
  .ncs-phone span {
    text-transform: uppercase;
    font-weight: normal; }
  .ncs-title {
    font-size: 18px; }
    .ncs-title .preview-icon {
      right: -4%; }
  .ncs-pricing-wrap {
    margin: 0 0 0 -10px;
    height: auto; }
  .ncs-price-label,
  .ncs-price-term {
    font-size: 70%; }
  .ncs-price, .ncs-apr {
    font-size: 170%; }
  .ncs-button, .ncs-button.main-cta {
    font-size: 14px;
    width: 100%; }
  .ncs-pricing-breakdown {
    overflow: auto;
    height: auto; }
  .dt-form-page-header h1 {
    margin: 0px !important;
    font-size: 18px;
    padding-right: 20px; }
  .dt-form-page-header .fa-close {
    font-size: 20px;
    top: 5px;
    right: 5px; }
  .dt-form-page-header .fa-close:hover {
    top: 5px; } }

.dt-calendar-page-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8; }

.side-specials-bar {
  visibility: hidden;
  display: block;
  float: left;
  background: #fff;
  width: 0%;
  padding: 0px 0px;
  transition: width .2s ease-in-out;
  -webkit-transition: width .2s ease-in-out;
  -moz-transition: width .2s ease-in-out;
  -ms-transition: width .2s ease-in-out; }

.side-specials-bar .side-specials-bar-inner {
  visibility: hidden;
  position: relative;
  opacity: 0;
  padding: 0px 0px;
  transition: all 0s ease;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease; }

.side-specials-bar.open {
  width: 30%;
  visibility: visible; }

.side-specials-bar.open .side-specials-bar-inner {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all .2s ease .2s;
  -webkit-transition: all .2s ease .2s;
  -moz-transition: all .2s ease .2s;
  -ms-transition: all .2s ease .2s; }

.dt-calendar-container {
  overflow: auto;
  display: block;
  width: 100%;
  transition: width .2s ease-in-out;
  -webkit-transition: width .2s ease-in-out;
  -moz-transition: width .2s ease-in-out;
  -ms-transition: width .2s ease-in-out; }

.dt-calendar-container.open {
  width: 70%;
  border-left: 1px solid #e8e8e8; }

.close-side-bar {
  font-size: 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #757575;
  cursor: pointer; }

.close-side-bar:hover {
  color: #A7C13F; }

.side-specials-bar-inner h3 {
  margin: 0px;
  padding: 30px 20px 20px;
  border-bottom: 1px solid #e8e8e8; }

.dt-calendar {
  overflow: auto;
  display: block;
  width: 100%; }

.dt-current-month {
  text-align: center;
  position: relative;
  padding: 50px;
  border-bottom: 1px solid #e8e8e8; }

.dt-next-month {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: 20px;
  font-size: 38px;
  cursor: pointer; }

.dt-last-month {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 20px;
  font-size: 38px;
  cursor: pointer; }

.dt-month-labels {
  display: none;
  overflow: auto; }

.dt-month-label {
  display: block;
  float: left;
  padding: 50px; }

.dt-day-labels {
  display: block;
  background: #fff;
  overflow: auto;
  border-bottom: 1px solid #e8e8e8; }

.dt-day-label {
  display: block;
  float: left;
  text-align: center;
  width: 14.2857142857%;
  padding: 20px; }

.dt-day-label:not(:last-of-type) {
  border-right: 1px solid #e8e8e8; }

.dt-calendar-day {
  background: #fff;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  float: left;
  text-align: left;
  width: 14.2857142857%;
  padding: 10px;
  height: 150px;
  cursor: pointer;
  overflow: auto; }

.dt-calendar-day.empty {
  cursor: default;
  background: transparent;
  box-shadow: none; }

.dt-calendar-day-date {
  display: block;
  float: right;
  text-align: center;
  padding: 5px 10px;
  border-radius: 3px; }

.dt-calendar-day:hover .dt-calendar-day-date {
  color: #A7C13F; }

.dt-calendar-day-date.current-day {
  color: #A7C13F !important;
  border: 1px solid #A7C13F; }

.dt-calendar-day-date.selected-day {
  color: #A7C13F; }

#ncs-landing {
  position: relative; }

.dtl-header-cta {
  background: #555;
  border-bottom: 3px solid #333;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  width: 200px;
  margin: 2.5px 3px;
  padding: 10px;
  vertical-align: top; }

.dtl-header-cta:hover {
  background: #444;
  border-bottom: 3px solid #333; }

.dtl-header-cta.specialOfferLink {
  background: #d91c1c;
  border-bottom: 3px solid #951313; }

.dtl-header-cta.specialOfferLink:hover {
  background: #ac1616;
  border-bottom: 3px solid #951313; }

/*=======================================================================================================================================
		Dynamic Header
=======================================================================================================================================*/
.dtl-dynamic-header#dtl-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 20px 20px 0px;
  text-shadow: 1px 2px 5px #333;
  min-height: 320px; }

.dtl-dynamic-header #dtl-header-tint {
  background: rgba(17, 17, 17, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.dtl-dynamic-header#dtl-header img {
  display: none;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px; }

.dtl-dynamic-header .dtl-dynamic-header-overlay {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 1280px;
  overflow: hidden; }

.dtl-dynamic-header .dtl-header-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px; }

.dtl-dynamic-header .dtl-header-title h1 {
  color: #fff !important;
  font-weight: 200 !important;
  font-size: 24px !important;
  margin: 0px !important;
  padding: 0px !important;
  text-align: left; }

.dtl-dynamic-header .dtl-header-content {
  background: rgba(17, 17, 17, 0);
  border-radius: 3px;
  padding: 0px 0px;
  margin: 10px 0px;
  max-width: 300px;
  float: left; }

.dtl-dynamic-header .dtl-header-disclaimer {
  color: #c8c8c8;
  font-size: 8px;
  line-height: 1.2; }

.dtl-dynamic-header .dtl-dynamic-header-overlay.content-right .dtl-header-content {
  float: right; }

.dtl-dynamic-header .dtl-header-pricing {
  margin: 0px 0px 0px;
  padding: 0px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.dtl-dynamic-header .dtl-header-price-block {
  list-style: none;
  margin: 5px 0px;
  float: left;
  width: 50%;
  vertical-align: top;
  text-align: left; }

.dtl-dynamic-header .dtl-header-price-title {
  display: block;
  color: #c8c8c8; }

.dtl-dynamic-header .dtl-header-price {
  font-size: 30px;
  line-height: 1.1; }

.dtl-dynamic-header .dtl-header-price sup {
  font-size: 50%; }

.dtl-header-price i {
  font-size: 12px; }

.dtl-dynamic-header .dtl-header-price-term {
  color: #c8c8c8;
  display: block; }

.dtl-dynamic-header .dtl-header-price-term sup {
  font-size: 50%; }

.dtl-dynamic-header .dtl-header-cta {
  width: 140px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 5px;
  text-shadow: none;
  text-align: center; }

.dt-service-prices {
  display: block;
  width: 100% !important;
  overflow: auto;
  overflow-y: hidden; }

.dt-service-prices .dtl-header-price {
  float: right !important; }

.dt-service-prices.dt-service-savings-price .dtl-header-price, .dt-service-prices.dt-service-original-price .dtl-header-price {
  float: right !important;
  font-size: 20px; }

.dt-service-prices.dt-service-savings-price {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px; }

.dt-service-prices .dtl-header-price-title {
  float: left !important; }

@media screen and (max-width: 768px) {
  .dtl-dynamic-header#dtl-header {
    background: #f5f5f5 !important;
    padding: 0px;
    text-shadow: none;
    min-height: 0px; }
  .dtl-dynamic-header #dtl-header-tint {
    display: none; }
  .dtl-dynamic-header#dtl-header img {
    display: block; }
  .dtl-dynamic-header .dtl-dynamic-header-overlay {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333 !important;
    width: 100%;
    text-align: center;
    padding: 20px; }
  .dtl-dynamic-header .dtl-header-title {
    border-bottom: none;
    padding-bottom: 5px; }
  .dtl-dynamic-header .dtl-header-title h1 {
    display: block;
    color: #333 !important;
    font-size: 24px !important; }
  .dtl-dynamic-header .dtl-header-content {
    background: transparent;
    float: none !important;
    margin: 0px auto;
    max-width: 1000%; }
  .dtl-dynamic-header .dtl-header-content p {
    max-width: 650px;
    margin: auto; }
  .dtl-dynamic-header .dtl-header-disclaimer {
    color: #333; }
  .dtl-dynamic-header .dtl-header-pricing {
    max-width: 700px;
    margin: 20px auto; }
  .dtl-dynamic-header .dtl-header-price-title, .dtl-dynamic-header .dtl-header-price-term {
    color: #333;
    display: block; } }

@media screen and (max-width: 768px) {
  .dtl-dynamic-header#dtl-header {
    background: #f5f5f5 !important;
    padding: 0px;
    text-shadow: none;
    min-height: 0px; }
  .dtl-dynamic-header #dtl-header-tint {
    display: none; }
  .dtl-dynamic-header#dtl-header img {
    display: block; }
  .dtl-dynamic-header .dtl-dynamic-header-overlay {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333 !important;
    width: 100%;
    text-align: center;
    padding: 10px; }
  .dtl-dynamic-header .dtl-header-title {
    border-bottom: none; }
  .dtl-dynamic-header .dtl-header-title h1 {
    display: block;
    color: #333 !important; }
  .dtl-dynamic-header .dtl-header-content {
    background: transparent;
    float: none !important;
    margin: 0px auto;
    max-width: 1000%; }
  .dtl-dynamic-header .dtl-header-content p {
    max-width: 650px;
    margin: auto; }
  .dtl-dynamic-header .dtl-header-disclaimer {
    color: #333; }
  .dtl-dynamic-header .dtl-header-pricing {
    max-width: 700px;
    margin: 0px auto; }
  .dtl-dynamic-header .dtl-header-price-title, .dtl-dynamic-header .dtl-header-price-term {
    color: #333;
    display: block; }
  .dtl-dynamic-header .dtl-header-title h1 {
    font-size: 20px !important;
    text-align: left !important; }
  .dtl-dynamic-header .dtl-header-content p {
    font-size: 14px;
    text-align: left; }
  .dtl-dynamic-header .dtl-header-content .dtl-header-disclaimer {
    display: none;
    font-size: 8px; }
  .dtl-dynamic-header .dtl-header-price {
    font-size: 26px; }
  .dtl-dynamic-header .dtl-header-price sup, .dtl-dynamic-header .dtl-header-price i {
    font-size: 12px; }
  .dtl-dynamic-header .dtl-header-price-title, .dtl-dynamic-header .dtl-header-price-term {
    font-size: 12px; }
  .dtl-dynamic-header .dtl-header-cta {
    padding: 8px;
    font-size: 12px;
    width: 44%;
    margin-bottom: 10px; } }

.ncs-landing-price-subscript-lease {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 7.75em;
  right: 34.5em;
  font-weight: 200; }

.ncs-landing-price-subscript-finance {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -4.5em;
  right: -6.65em;
  font-weight: 200; }

.ncs-landing-price-subscript-savings {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -4.5em;
  right: -7.5em;
  font-weight: 200; }

.ncs-landing-price-subscript-buy {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -1.25em;
  right: -10.5em;
  font-weight: 200; }

.ncs-landing-price-subscript-zero-down {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -2.75em;
  right: -7em;
  font-weight: 200; }

/*=======================================================================================================================================
        Dynamic Multi Header - adapted from _dt-landing-ages.scss.
=======================================================================================================================================*/
.dtl-dmh-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  font-size: 80%;
  /* changed from 100% for admin view - main scale for section*/
  color: #4A4A4A;
  background-color: #f5f5f5;
  width: 100%;
  text-align: center; }

.dtl-dmh-item-reviews {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c8c8c8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: 0px 12px 10px -10px #cccccc; }

.dtl-dmh-item-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: center;
  align-self: center;
  max-width: 400px;
  margin-bottom: 15px; }

.dtl-dmh-item-schedule {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  border: 1px solid #c8c8c8;
  border-left: 0;
  border-right: 0;
  box-shadow: 0px -12px 10px -10px #cccccc; }

.dtl-dmh-main-offer {
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 6px 6px 12px #727272;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  align-self: flex-start;
  min-height: 100px;
  max-width: 500px;
  min-width: 320px;
  width: 100%;
  border-radius: 5px; }

.dtl-header-pricing ul {
  width: 100px; }

.dtl-header-pricing li {
  width: 100%; }

#dtl-container.dtl-dmh-iframe .dtl-dmh-vertical-stack .dtl-dmh-main-offer {
  height: 530px; }

.dtl-dmh-item-reviews-title-text h1 {
  font-size: 190%;
  font-weight: 200;
  text-align: center; }

.dtl-dmh-item-reviews-title-text {
  margin: 20px; }

.dtl-dmh-item-content-text p {
  margin: 20px;
  font-weight: 200;
  text-align: center; }

.dtl-dmh-item-content-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.dtl-dmh-item-schedule-title-text {
  margin: 20px; }

.dtl-dmh-item-schedule-title-text h3 {
  font-weight: 200;
  font-size: 170%;
  text-align: center; }

.dtl-dmh-main-offer-title {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  height: 60px;
  position: absolute;
  justify-content: center;
  align-content: center; }

.dtl-dmh-main-offer-title h2 {
  font-weight: 200;
  font-size: 160%;
  margin: 0px;
  margin-top: 10px; }

.dtl-dmh-main-offer-content {
  padding-top: 60px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.dtl-dmh-main-offer-description {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 70px;
  align-self: center; }

.dtl-dmh-main-offer-description h3 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 160%;
  font-weight: 200; }

.dtl-dmh-main-offer-pricing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: center; }

.dtl-header-pricing {
  width: 300px; }

.dtl-dmh-main-offer-pricing .dtl-header-pricing {
  -webkit-padding-start: 0px;
  width: 80%;
  -webkit-box-flex: .5;
  -moz-box-flex: .5;
  -webkit-flex: .5;
  -ms-flex: .5;
  flex: .5; }

.dtl-dmh-main-offer-pricing .dt-service-original-price .dtl-header-price {
  font-size: 100%;
  font-weight: 400;
  color: #d32f2f; }

.dtl-dmh-main-offer-pricing .dt-service-savings-price .dtl-header-price {
  font-size: 100%;
  font-weight: 400; }

.dtl-header-price.dtl-dmh-main-offer-sale-price {
  font-size: 200%;
  font-weight: 400;
  color: #388e3c; }

.dtl-dmh-main-offer-pricing .dt-service-original-price .dtl-header-price-title {
  font-size: 65%; }

.dtl-dmh-main-offer-pricing .dt-service-savings-price .dtl-header-price-title {
  font-size: 65%; }

.dtl-dmh-main-offer-pricing .dt-service-sale-price .dtl-header-price-title {
  font-weight: 700;
  font-size: 87.5%; }

.dtl-dmh-offer-choices {
  height: 125px;
  min-height: 100px;
  max-width: 500px;
  min-width: 320px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.dtl-dmh-offer-choice {
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 3px 3px 10px #cccccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 800px;
  -ms-flex: 1 1 800px;
  flex: 1 1 800px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  align-self: flex-end;
  height: 80px;
  min-width: 80px;
  max-width: 170px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px; }

.dtl-dmh-offer-choice.active {
  box-shadow: 6px 6px 12px #727272; }

.dtl-dmh-offer-choice.active:before {
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  transform: scale(2, 1);
  content: "\f0d8";
  font-size: 400%;
  color: #494949;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  margin: auto; }

.dtl-dmh-offer-choice-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: absolute;
  margin: 0 0;
  align-self: center; }

.dtl-dmh-offer-choice-title {
  font-size: 90%;
  height: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c8c8c8; }

.dtl-dmh-offer-choice-price {
  font-size: 80%;
  font-weight: 600;
  height: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.dtl-dmh-button-big {
  margin: 10px !important; }

.dtl-dmh-button-small {
  margin: 10px !important; }

.dtl-dmh-main-offer-buttons {
  padding-bottom: 10px; }

.dtl-dmh-item-big-button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.dtl-dmh-item-schedule :nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.dtl-dmh-item-schedule :nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.dtl-dmh-item-schedule :nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.dtl-dmh-clock-icon {
  color: #494949;
  font-size: 500%;
  margin: 20px; }

.dtl-dmh-clock-icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f017";
  color: #494949;
  position: relative;
  align-self: center; }

/* ==================================== HEADER VERSION 2 ========================================== */
.dmh-version-two .dtl-dmh-two-container-outer-wrap {
  height: 550px;
  width: 100% !important; }

.dmh-version-two .dtl-dmh-two-container-inner-wrap {
  border: 0 SOLID #fff;
  border-radius: 20px;
  margin: auto;
  position: relative;
  width: 90%; }

.dmh-version-two .dtl-dmh-two-container-inner-wrap:before {
  border-radius: 20px;
  content: '';
  height: 90%;
  left: 0;
  position: absolute;
  top: 5%;
  width: 100%; }

.dmh-version-two .dtl-dmh-two-container-outer-inner-spacer {
  height: 50px; }

.dmh-version-two .dtl-dmh-two-container .dtl-dmh-two-item-reviews {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 30px;
  display: inline-block;
  margin: 0;
  max-width: 48%;
  min-height: 0;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  width: 48%; }

.dmh-version-two .dtl-dmh-two-item-main {
  margin-bottom: 0; }

.dmh-version-two .dtl-dmh-two-container .dtl-dmh-two-item-schedule {
  background-color: transparent;
  display: inline-block;
  max-width: 48%;
  position: relative;
  width: 48%; }

.dmh-version-two .dtl-dmh-two-item-schedule, .dmh-version-two .dtl-dmh-two-main-offer {
  border: 0;
  box-shadow: none; }

.dmh-version-two .dtl-dmh-two-item-schedule .dtl-dmh-two-right-wrap {
  padding: 10px; }

.dmh-version-two .dtl-dmh-two-item-schedule-logo-image {
  display: none;
  float: right;
  width: 35%; }

.dmh-version-two .dtl-dmh-two-item-schedule-logo-image img {
  width: 50%; }

.dmh-version-two .dtl-dmh-two-item-content-text,
.dmh-version-two .dtl-dmh-two-item-schedule-title-text {
  display: inline-block;
  text-align: center; }

.dmh-version-two .dtl-dmh-two-item-schedule-title-text {
  width: 100%; }

.dmh-version-two .dtl-dmh-two-item-big-button-container {
  display: inline-block; }

.dmh-version-two .dtl-dmh-two-item-big-button-container .dtl-dmh-button-big {
  margin: 10px 1%;
  padding: 10px 10px;
  width: 100%; }

.dmh-version-two .dtl-dmh-main-offer-buttons .dtl-dmh-button-small {
  margin: 10px 1%;
  width: 40%; }

.dmh-version-two .dtl-dmh-main-offer .dtl-dmh-main-offer-buttons {
  width: 100%; }

.dmh-version-two .dtl-dmh-main-offer-buttons .dtl-dmh-button-small {
  margin: 0; }

.dmh-version-two .dtl-section {
  border-bottom: 0; }

.dmh-version-two .dt-service-lead-form.empty-form {
  height: 300px;
  overflow-y: scroll; }

@media all and (max-width: 390px) {
  .dtl-dmh-offer-choice {
    height: 70px;
    min-width: 87px;
    max-width: 170px; }
  .dtl-dmh-offer-choice-title {
    font-size: 60%; }
  .dtl-dmh-offer-choice-price {
    font-size: 80%; } }

@media all and (min-width: 1350px) {
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-main-offer-pricing .dtl-header-pricing {
    width: 80%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-main-offer-pricing .dtl-header-pricing {
    width: 55%; }
  .desktop .dtl-dmh-button-small .left {
    margin-left: 0px !important; }
  .desktop .dtl-dmh-item-reviews-title-text h1 {
    font-size: 235%;
    margin: 20px;
    padding: 0px !important;
    text-align: center; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule-title-text h3 {
    font-size: 235%;
    margin: 20px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-item-schedule-title-text h3 {
    font-size: 190%;
    margin: 20px; }
  .desktop .dtl-dmh-main-offer-title h2 {
    font-size: 190%; }
  .desktop .dtl-dmh-main-offer-description h3 {
    font-size: 170%; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule :nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule :nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .desktop .dtl-dmh-clock-icon {
    font-size: 600%;
    text-align: center; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-clock-icon {
    width: 100%;
    margin-top: 0px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-reviews {
    max-width: 480px;
    min-width: 320px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 50px;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    box-shadow: 3px 3px 10px #cccccc;
    border-radius: 5px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-main {
    margin-top: 20px;
    max-width: 450px;
    min-width: 320px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-item-main {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 2500px;
    align-self: stretch; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule {
    max-width: 450px;
    min-width: 320px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 50px;
    box-shadow: 3px 3px 10px #cccccc;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-radius: 5px; }
  .desktop .dtl-dmh-item-reviews-title-text {
    width: 100%; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule-title-text {
    width: 100%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-main-offer {
    min-height: 320px;
    max-width: 450px;
    min-width: 400px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 800px;
    -ms-flex: 1 1 800px;
    flex: 1 1 800px;
    align-self: stretch;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-main-offer {
    min-width: 240px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choices {
    min-height: 320px;
    max-width: 450px;
    min-width: 400px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 800px;
    -ms-flex: 1 1 800px;
    flex: 1 1 800px;
    align-self: stretch;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice {
    max-height: 80px;
    min-height: 45px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
    margin-left: 50px;
    margin-bottom: 5px;
    max-width: 90%;
    width: 100%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice-text {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice-title {
    font-size: 140%;
    height: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 35%;
    border-right: 1px solid #c8c8c8;
    border-bottom: 0px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-offer-choice-title {
    font-size: 90%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice-price {
    font-size: 170%;
    flex: 2;
    width: 65%;
    height: 100%; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-offer-choice-price {
    font-size: 100%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice.active:before {
    transform: scale(1, 2);
    content: "\f0d9";
    left: -40px;
    right: auto;
    top: 8px;
    margin: auto; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-button-big.top {
    margin-bottom: 20px;
    margin-left: 10px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-button-big.bottom {
    margin-top: 20px;
    margin-right: 10px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-big-button-container {
    max-width: 280px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-item-big-button-container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

.syndicateListWrap > ul {
  margin: 0px;
  margin-bottom: 500px;
  padding: 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.syndicateListWrap > ul > li {
  background: #fafafa;
  list-style: none;
  float: left;
  width: 50%;
  padding: 30px 10px; }

.syndicateListWrap ul li h3 {
  font-size: 32px;
  font-weight: 200;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px; }

#adwordsContainer h3 {
  color: #63666a;
  font-weight: 200; }

.syndicateListWrap ul li h3 img {
  width: 300px;
  vertical-align: middle; }

#adwordsContainer {
  padding: 30px 10px; }

#adwordsContainer h3 {
  line-height: 56px; }

#landingContainer {
  width: 100%; }

#landingContainer h3 {
  line-height: 56px;
  font-weight: 400;
  color: #727272; }

#landingContainer h3 img {
  width: 80px;
  margin-right: 10px; }

.demoAd {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  margin: 10px auto;
  max-width: 630px;
  width: 100%;
  text-align: left; }

.websiteText {
  color: #006621;
  font-weight: 400;
  font-size: 14px; }

.demoAd p {
  margin: 0px;
  line-height: 18px !important; }

.demoAd .demo-ad-link {
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #1A0DAB; }

.demoAd .demo-ad-link sup {
  top: -4px;
  font-size: 75%;
  position: relative; }

.demoAdCopy {
  display: block;
  font-size: small;
  color: #545454;
  margin-top: 1px !important; }

.demoAdLogo {
  background: #59946B;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  vertical-align: baseline;
  padding: 0px 2px;
  border-radius: 2px;
  margin-right: 7px; }

.laptopContainer {
  width: 100%;
  max-width: 650px;
  margin: 0px auto;
  border-bottom: 15px solid #ccc;
  border-radius: 10px;
  position: relative; }

.laptopContainer:after {
  content: '';
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 12px;
  width: 100%;
  left: 0px;
  position: absolute;
  box-shadow: 0px 3px 1px rgba(100, 100, 100, 0.5) !important; }

.laptopScreen {
  background: #000;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26);
  width: 90%;
  margin: auto;
  padding: 24px 16px 16px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-radius: 16px 16px 0 0; }

.landingHeader {
  border: 1px solid #333; }

@media screen and (max-width: 1250px) {
  .syndicateListWrap > ul > li {
    width: 100%;
    float: none;
    display: block; } }

@media screen and (max-width: 768px) {
  .laptopContainer {
    border-bottom: none;
    max-width: 400px; }
  .laptopContainer:after {
    display: none; }
  .laptopScreen {
    border-radius: 16px 16px 16px 16px; } }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Lincoln ProximaNova Bold';
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-bold/v1/webfont.eot");
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-bold/v1/webfont.eot?#iefix") format("embedded-opentype"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-bold/v1/webfont.ttf") format("truetype"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-bold/v1/webfont.woff") format("woff"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-bold/v1/webfont.svg#lincoln_proxima_novabold") format("svg");
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Lincoln ProximaNova Semibold';
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-semibold/v1/Lincoln-ProximaNova-Sbold.otf") format("opentype");
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Lincoln ProximaNova Regular';
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-regular/v1/webfont.eot");
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-regular/v1/webfont.eot?#iefix") format("embedded-opentype"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-regular/v1/webfont.ttf") format("truetype"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-regular/v1/webfont.woff") format("woff"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-regular/v1/webfont.svg#lincoln_proxima_novaregular") format("svg");
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Lincoln Miller SemiBold';
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/LincolnMillerB-Semibold.eot");
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/LincolnMillerB-Semibold.eot?#iefix") format("embedded-opentype"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/LincolnMillerB-Semibold.ttf") format("truetype"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/LincolnMillerB-Semibold.woff") format("woff"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/LincolnMillerB-Semibold.svg#lincolnmillerb_romanbold") format("svg");
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Lincoln Miller SemiBold Italic';
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/webfont.eot");
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibolditalic/v1/LincolnMillerB-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibolditalic/v1/LincolnMillerB-SemiboldItalic.ttf") format("truetype"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibolditalic/v1/LincolnMillerB-SemiboldItalic.woff") format("woff"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibolditalic/v1/LincolnMillerB-SemiboldItalic.svg#LincolnMillerB-SemiboldItalic") format("svg");
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

* {
  box-sizing: border-box !important;
  outline: none; }

.new-specials {
  /*=========================================== REBATES TAB ===================================*/
  /* ------------------Inventory Page--------------------------*/
  /*==================== FILTERS ====================*/
  /*============================== END FILTER====================*/ }
  .new-specials .createSpecialSection {
    border-top: 1px solid #cccccc;
    padding: 20px;
    color: #616161; }
  .new-specials .createSpecialSection span:hover {
    color: #212121;
    cursor: pointer; }
  .new-specials .newSpecialContainer > h3 {
    margin: 0px 0px 40px; }
  .new-specials .currentSpecialsHeader {
    background: #fafafa;
    padding: 20px 50px 50px;
    text-align: center; }
  .new-specials .currentSpecialsHeader h3 {
    margin-bottom: 40px; }
  .new-specials .currentSpecialsHeader.list {
    text-align: left;
    padding: 0px; }
  .new-specials .specials-header-top-section {
    background: #ffffff;
    display: block;
    padding: 10px 20px 10px;
    overflow: auto;
    position: relative; }
  .new-specials .currentSpecialsHeader.list h1 {
    text-align: left;
    margin: 30px 0px 20px;
    padding: 0px 0px;
    font-size: 38px;
    float: left;
    width: 50%; }
  .new-specials .specialsSearchBar {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background: #ffffff;
    padding: 0px 0px;
    overflow: auto;
    position: relative;
    top: 0px;
    right: 0px;
    width: 50%;
    max-width: 300px;
    float: right;
    z-index: 998;
    box-shadow: none;
    border: 1px solid #e8e8e8; }
  .new-specials .searchSpecialsGroup {
    display: inline-block;
    float: left;
    width: 100%; }
  .new-specials .searchSpecialsGroup .fa-search {
    background: #ffffff;
    font-size: 16px;
    vertical-align: middle;
    padding: 10px; }
  .new-specials .specialsSearchBar input[type="text"] {
    background: #ffffff;
    width: 80%;
    padding: 5px 5px;
    box-shadow: none !important;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
    color: #616161 !important;
    font-size: 16px;
    vertical-align: middle; }
  .new-specials .specialsSearchBar input:focus {
    outline: none; }
  .new-specials .specialsSearchBar .newSpecialButton {
    display: none; }
  .new-specials .specials-header-bottom-section {
    display: block;
    overflow: auto;
    padding: 10px 20px;
    background: #fafafa;
    /*box-shadow:0px 1px 2px rgba(0,0,0,0.3);*/
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    position: relative; }
  .new-specials .needs-attention-wrap {
    padding: 0px 0px; }
  .new-specials .needs-attention-notification {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    text-align: center;
    background: #d32f2f;
    border-radius: 50%;
    /*border-bottom:4px solid #D32F2F;*/
    padding: 0px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    right: -15px;
    margin: 0px 0px 0px 0px;
    max-width: 420px;
    overflow: visible;
    z-index: 9; }
  .new-specials .needs-attention-notification .close-missing-notification {
    top: 3px;
    right: 5px; }
  .new-specials .needs-attention-notification .triangle {
    color: #d32f2f;
    font-size: 24px;
    position: absolute;
    bottom: -18px;
    right: 20px;
    margin: auto;
    display: none; }
  .new-specials .needs-attention-notification h3 {
    color: #ffffff;
    margin: 0px;
    font-size: 14px;
    line-height: 30px; }
  .new-specials .needs-attention-trigger {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    float: right; }
  .new-specials .needs-attention-list {
    clear: both;
    margin: 0px;
    padding: 0px 0px 10px; }
  .new-specials .needs-attention-list li {
    list-style: none; }
  .new-specials .needs-attention-list li a {
    color: #ffffff;
    display: block;
    margin: 3px auto;
    font-weight: 800;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 1.2; }
  .new-specials .newSpecialButtonContainer {
    margin: 0px 0px 0px 0px;
    overflow: auto;
    float: left;
    width: 50%; }
  .new-specials .newSpecialButton {
    cursor: pointer;
    float: left;
    padding: 10px 10px;
    margin: 11px 5px 5px !important;
    font-weight: 200;
    display: inline-block;
    color: #616161;
    float: left;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    border-radius: 3px; }
  .new-specials .newSpecialButton:hover {
    color: #A7C13F; }
  .new-specials .editSpecial {
    overflow: visible;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding: 0px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    display: block;
    overflow: auto; }
  .new-specials .editSpecial.colorBg {
    background: #fafafa; }
  .new-specials .editSpecial.inactive .ncs {
    opacity: 1; }
  .new-specials .new-specials-page-container {
    position: relative;
    min-height: 1000px; }
  .new-specials #new-special {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    width: 100%;
    text-align: center;
    top: -43px;
    left: 0px; }
  .new-specials .newSpecialContainer.editSpecial {
    position: relative;
    background: transparent;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 80px auto;
    max-width: 600px;
    width: 98%;
    border: none; }
  .new-specials .specialExample {
    background: #fafafa;
    float: right;
    width: 80%;
    padding: 0px;
    overflow: visible;
    vertical-align: middle;
    position: relative; }
  .new-specials .specialExample .ncs {
    justify-content: center;
    -webkit-justify-content: center;
    background: #fafafa;
    padding: 20px 10px 70px; }
  .new-specials .specialEditor {
    background: #fafafa;
    border-right: 1px solid #cccccc;
    width: 20%;
    padding: 0;
    max-width: 960px;
    min-height: 745px;
    margin: auto;
    float: left;
    overflow: auto;
    position: relative;
    vertical-align: middle; }
  .new-specials .newSpecialContainer.editSpecial .specialEditor {
    background: transparent;
    color: #ffffff;
    border: none;
    width: 98%;
    max-width: 600px;
    position: absolute;
    float: left;
    min-height: 0px;
    left: 0px;
    top: 80px;
    right: 0px;
    margin: auto;
    z-index: 50; }
  .new-specials .newSpecialContainer.editSpecial .viewInventoryButton {
    color: #ffffff;
    display: block;
    padding: 10px;
    background: #A7C13F;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    margin: 0px 0px 10px; }
  .new-specials .newSpecialContainer.editSpecial .viewInventoryButton:hover {
    color: #ffffff; }
  .new-specials .displayEditor {
    float: left;
    width: 50%;
    padding: 240px 10px 0px;
    text-align: center;
    vertical-align: middle;
    height: 585px; }
  .new-specials .newSpecialContainer.editSpecial .displayEditor {
    float: left;
    width: 50%; }
  .new-specials .newSpecialContainer.editSpecial .createSpecialInputs {
    box-shadow: none;
    border: none; }
  .new-specials .copyInputsGroup {
    width: 100%;
    max-width: 300px; }
  .new-specials .createSpecialInputs.new-special .copyInputsGroup {
    max-width: 100%; }
  .new-specials .displayEditor h4,
  .new-specials .displayEditor button,
  .new-specials .displayEditor span,
  .new-specials .displayEditor a {
    -webkit-transition: 1s linear opacity;
    -moz-transition: 1s linear opacity;
    transition: 1s linear opacity; }
  .new-specials .displayEditor.ng-hide h4,
  .new-specials .displayEditor.ng-hide button,
  .new-specials .displayEditor.ng-hide span,
  .new-specials .displayEditor.ng-hide a {
    -webkit-transition: .1s linear opacity;
    -moz-transition: .1s linear opacity;
    transition: .1s linear opacity;
    opacity: 0; }
  .new-specials .displayEditor button,
  .new-specials .saveSpecialButton {
    background: #A7C13F;
    border: none;
    border-radius: 2px;
    clear: both;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    color: #ffffff;
    margin: 10px auto;
    padding: 15px 0px;
    width: 200px;
    display: block; }
    .new-specials .displayEditor button:disabled,
    .new-specials .saveSpecialButton:disabled {
      background: #ffd080;
      box-shadow: none;
      color: #b3b3b3; }
  .new-specials .showStockButton {
    float: left;
    clear: both;
    border: none;
    background: transparent;
    box-shadow: none;
    padding-right: 0px;
    margin-top: 5px;
    color: #757575; }
  .new-specials .showStockButton:hover {
    color: #A7C13F; }
  .new-specials .showStockButton.inventory-link {
    position: absolute;
    top: 45px;
    right: 15px;
    padding: 5px 5px;
    font-weight: 200; }
  .new-specials .showStockButton:focus {
    outline: none; }
  .new-specials .populateSpecialButton {
    background: #A7C13F;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    margin: 5px auto;
    padding: 10px;
    width: auto;
    border: none;
    float: right; }
  .new-specials .populateSpecialButton:hover {
    color: #ffffff; }
  .new-specials .availableStocksButton {
    background: #A7C13F;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    margin: 5px auto;
    padding: 10px;
    width: auto;
    border: none;
    float: left; }
  .new-specials .availableStocksButton:hover {
    color: #ffffff; }
  .new-specials .stockSection input {
    display: inline-block !important;
    width: 100% !important; }
  .new-specials .add-new-special-buttons button,
  .new-specials .add-new-special-buttons a {
    display: block !important;
    width: 100%;
    max-width: 300px;
    margin: 15px auto; }
  .new-specials .add-new-special-buttons button:hover,
  .new-specials .add-new-special-buttons a:hover {
    margin: 15px auto; }
  .new-specials .displayEditor button:focus {
    outline: none; }
  .new-specials .displayEditor button:hover {
    cursor: pointer; }
  .new-specials .displayEditor .openCreateEditorButton {
    background: #616161; }
  .new-specials .displayEditor .openCreateEditorButton:focus {
    outline: none; }
  .new-specials .displayEditor .openCreateEditorButton:hover {
    cursor: pointer; }
  .new-specials .deleteSpecialButton {
    cursor: pointer;
    color: #d32f2f;
    position: absolute;
    bottom: 20px;
    right: 50px; }
  .new-specials .deleteSpecialButton:hover {
    color: #cc0000; }
  .new-specials .specialPreviewButton {
    color: #212121 !important;
    font-weight: 400;
    display: block;
    margin-top: 15px; }
  .new-specials .closeEditor {
    text-align: right;
    padding: 0px 20px; }
  .new-specials .closeEditor span {
    color: #616161; }
  .new-specials .closeEditor span:hover {
    color: #d91c1c;
    cursor: pointer; }
  .new-specials .createSpecialTabs {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: none; }
  .new-specials .createSpecialTabs li {
    border-bottom: 1px solid #ffffff;
    font-size: 1em;
    cursor: pointer;
    list-style: none;
    float: left;
    padding: 10px;
    width: 120px; }
  .new-specials .createSpecialTabs li:hover {
    font-weight: bold;
    border-bottom: 1px solid #A7C13F; }
  .new-specials .createSpecialTabs.mainInfo .createMainInfoTab,
  .new-specials .createSpecialTabs.bulkImport .createBulkImportTab {
    font-weight: bold;
    border-bottom: 1px solid #A7C13F; }
  .new-specials .viewInventoryButton {
    float: right;
    margin-right: 10px; }
  .new-specials .bulkImportBtn {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    border-radius: 3px;
    border: none;
    background: #A7C13F;
    padding: 10px;
    color: #ffffff;
    width: 100px; }
  .new-specials .specialInputTabs {
    display: block;
    overflow: auto;
    border-bottom: 1px solid #cccccc; }
  .new-specials .specialInputTabs ul {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    width: auto;
    display: block; }
  .new-specials .specialInputTab {
    background: #fafafa;
    color: #212121;
    border-top: 2px solid #fafafa;
    outline: none;
    list-style: none;
    float: left;
    padding: 0px;
    line-height: 49px;
    width: 33.3333%; }
  .new-specials .specialInputTab:not(:last-of-type) {
    border-right: 1px solid #cccccc; }
  .new-specials .specialInputTab:hover {
    cursor: pointer;
    background: #ffffff;
    border-top: 2px solid #ffffff; }
  .new-specials .specialInputTabs.mainTab .mainInfoTab,
  .new-specials .specialInputTabs.pricingTab .pricingInfoTab,
  .new-specials .specialInputTabs.disclaimerTab .disclaimerInfoTab {
    border-top: 2px solid #A7C13F;
    background: #ffffff;
    font-weight: bold; }
  .new-specials .saved-text-wrap {
    background: rgba(56, 142, 60, 0.8);
    border-top: 3px solid #388e3c;
    padding: 0px 0px 0px 200px;
    position: fixed;
    bottom: -50px;
    right: 0px;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9989;
    height: 50px; }
  .new-specials .saved-text-wrap.triggered {
    bottom: 0px; }
  .new-specials .saved-text {
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    display: block; }
  .new-specials .close-saved-text {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ffffff;
    cursor: pointer; }
  .new-specials .createSpecialInputs {
    background: #fafafa;
    padding: 10px;
    overflow: auto;
    position: relative;
    z-index: 77; }
  .new-specials .createSpecialInputs.new-special {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    overflow-y: auto;
    max-height: none;
    width: 100%;
    position: relative;
    padding-top: 20px; }
  .new-specials .specialInputsGroup {
    width: 100%;
    padding: 5px 0px;
    text-align: left;
    clear: both;
    position: relative; }
  .new-specials .specialInputsGroup label {
    font-weight: 400;
    font-size: 11px;
    color: #757575;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .new-specials .specialInputsGroup input[type="text"] {
    width: 100%; }
  .new-specials .specialInputsGroup input:focus {
    outline: none; }
  .new-specials .specialInputsGroup textarea {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 100px; }
  .new-specials .edmunds-logo {
    margin: 0px 5px;
    width: 180px;
    float: right; }
  .new-specials .edmunds-logo img {
    width: 100%;
    vertical-align: bottom; }
  .new-specials .hideCheckbox {
    position: relative;
    text-align: right; }
  .new-specials .disclaimerInfo .hideCheckbox,
  .new-specials .pricingInfo .hideCheckbox {
    padding: 10px; }
  .new-specials .pricingSection .hideCheckbox {
    position: absolute;
    top: 2px;
    right: 2px; }
  .new-specials .pricingSection .specialInputsGroup .hideCheckbox {
    position: relative; }
  .new-specials .hideCheckbox label {
    color: #757575;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2;
    vertical-align: middle;
    margin: 5px 5px 0px 0px;
    font-weight: 400; }
  .new-specials .pricingInfo .specialInputsGroup .hideCheckbox label {
    margin: 0px; }
  .new-specials input[type="checkbox"] {
    box-sizing: border-box;
    opacity: 0;
    position: relative;
    z-index: 5;
    height: auto;
    width: auto;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
    transform: scale(1.6);
    -webkit-transform: scale(1.6); }
  .new-specials .iconCheckbox {
    height: 20px;
    width: 20px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 4;
    overflow: visible; }
  .new-specials .disclaimerInfo .iconCheckbox,
  .new-specials .pricingInfo .iconCheckbox {
    top: 10px;
    right: 10px; }
  .new-specials .pricingInfo .specialInputsGroup .iconCheckbox {
    top: 15px;
    right: 0px; }
  .new-specials .optionCheckbox.featured-offer-button .iconCheckbox,
  .new-specials .optionCheckbox.active-special-button .iconCheckbox {
    top: 5px;
    right: 5px; }
  .new-specials .optionCheckbox.featured-offer-button label,
  .new-specials .optionCheckbox.active-special-button label {
    margin-bottom: 0px; }
  .new-specials .iconCheckbox:before {
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
    height: 16px;
    width: 23px;
    left: 3px;
    top: -3px;
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    content: ''; }
  .new-specials .pricingSection .iconCheckbox:before {
    width: 30px;
    height: 20px;
    top: 0px;
    left: auto;
    right: 1px; }
  .new-specials .active-special-button .fa-circle {
    color: #d32f2f; }
  .new-specials .active-special-button.active .fa-circle {
    color: #388e3c; }
  .new-specials input[type="checkbox"]:checked + .iconCheckbox:before {
    opacity: 1; }
  .new-specials .mainInfo .hideCheckbox {
    display: inline-block;
    float: right;
    margin: 10px 10px 0px; }
  .new-specials .specialInputsGroup .dt-custom-checkbox {
    position: relative;
    padding: 0px 0px 10px;
    width: auto; }
    .new-specials .specialInputsGroup .dt-custom-checkbox input[type="checkbox"] {
      box-sizing: border-box;
      opacity: 0;
      position: relative;
      z-index: 5;
      height: auto;
      width: auto;
      cursor: pointer;
      margin-top: 0px;
      margin-right: 0px;
      margin-left: 0px;
      transform: scale(1.6);
      -webkit-transform: scale(1.6); }
    .new-specials .specialInputsGroup .dt-custom-checkbox .iconCheckbox {
      height: 20px;
      width: 20px;
      background-color: #f5f5f5;
      border: 1px solid #cccccc;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 4;
      overflow: visible; }
    .new-specials .specialInputsGroup .dt-custom-checkbox .iconCheckbox:before {
      background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
      height: 16px;
      width: 23px;
      left: 3px;
      top: -3px;
      position: absolute;
      opacity: 0;
      transition: opacity .2s;
      content: ''; }
    .new-specials .specialInputsGroup .dt-custom-checkbox input[type="checkbox"]:checked + .iconCheckbox:before {
      opacity: 1; }
  .new-specials .mainInfo > div,
  .new-specials .pricingInfo > div,
  .new-specials .disclaimerInfo > div {
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    margin: 10px auto;
    padding: 0px;
    position: relative; }
  .new-specials .status-check {
    position: absolute;
    width: 40px;
    top: 10px;
    right: 5px; }
  .new-specials .status-check img {
    width: 100%; }
  .new-specials .new-special .mainInfo > div {
    border-radius: 0px;
    box-shadow: none;
    margin: 0px; }
  .new-specials .newSpecialContainer.editSpecial .mainInfo > div,
  .new-specials .newSpecialContainer.editSpecial .pricingInfo > div,
  .new-specials .bulkImport > div {
    padding: 10px;
    width: 100%;
    clear: both; }
  .new-specials .stockSection {
    clear: both; }
  .new-specials .optionCheckboxContainer {
    background: #fafafa;
    text-align: right;
    padding: 10px 10px;
    overflow: visible;
    width: 100%; }
  .new-specials .newSpecialContainer.editSpecial .optionCheckboxContainer {
    width: 100%; }
  .new-specials .orderingInput {
    float: left;
    text-align: center; }
  .new-specials .orderingInput label {
    font-size: 24px;
    color: #212121;
    margin: -5px 0px 0px;
    font-weight: 200;
    vertical-align: middle; }
  .new-specials .orderingInput select {
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/arrow-down-2.png") no-repeat right center #ffffff;
    background-size: contain;
    width: 70px;
    font-size: 24px;
    padding: 10px 10px 10px 10px; }
  .new-specials .editSpecial.colorBg .orderingInput select {
    background: #fafafa; }
  .new-specials .orderingInput input:focus {
    box-shadow: none;
    outline: none; }
  .new-specials .optionCheckbox {
    position: relative;
    display: inline-block;
    margin: 10px 10px 0px; }
  .new-specials .optionCheckbox.sale-end-date {
    float: left;
    margin: 15px 0px 5px 10px;
    text-align: left; }
  .new-specials .special-modified-date {
    font-weight: 400;
    float: left;
    display: inline-block;
    padding: 0px; }
  .new-specials .optionCheckbox.featured-offer-button, .new-specials .optionCheckbox.active-special-button {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 5px; }
  .new-specials .optionCheckbox label {
    font-weight: 400;
    margin-right: 8px; }
  .new-specials .optionCheckbox .iconCheckbox {
    background: #ffffff; }
  .new-specials .titleSection {
    clear: both;
    text-align: left; }
  .new-specials .titleSection .specialInputsGroup {
    display: inline-block;
    width: 49%;
    padding: 5px 0px;
    vertical-align: middle; }
  .new-specials .newSpecialContainer.editSpecial .titleSection .specialInputsGroup {
    width: 100%; }
  .new-specials .newSpecialContainer.editSpecial .titleSection .specialInputsGroup:first-of-type {
    padding-left: 0px; }
  .new-specials .specialInputsGroup select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/arrow-down-2.png") no-repeat right center #f5f5f5;
    background-size: contain;
    border: 1px solid #cccccc !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 10px 10px 10px 10px;
    width: 100%;
    position: relative;
    font-size: 14px; }
  .new-specials .pricingSection {
    width: 100%;
    position: relative; }
  .new-specials .sectionTitle {
    color: #212121;
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    padding: 20px;
    margin: 0px 0px 0px;
    clear: both;
    cursor: pointer; }
  .new-specials .sectionTitle .info-popup {
    margin-left: 5px;
    font-size: 14px; }
  .new-specials .inputGroupWrap {
    padding: 10px;
    overflow: auto; }
  .new-specials .special-rebate-group {
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    overflow: auto;
    padding-top: 10px; }
  .new-specials .special-rebate-group .specialInputsGroup {
    padding: 5px 5px; }
  .new-specials .remove-rebate-button {
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #d32f2f;
    margin: 5px; }
  .new-specials .add-rebate-button {
    cursor: pointer;
    border-radius: 3px;
    border: none;
    background: #616161;
    color: #ffffff;
    outline: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    padding: 5px;
    margin-top: 10px;
    float: right; }
  .new-specials .info-popup {
    position: relative; }
  .new-specials .tooltip {
    float: left; }
  .new-specials .example-text {
    font-size: 12px;
    color: #757575;
    display: block;
    margin-bottom: 5px; }
  .new-specials .specialsListContainer.dt-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 20px 20px 0px;
    width: 100%;
    overflow: hidden; }
  .new-specials .specialsListContainer.dt-flexbox-same-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 20px 20px 0px; }
  .new-specials .specialsListTitle {
    width: 100%;
    padding: 20px; }
  .new-specials .specialsListTitle h3 {
    width: 100%;
    padding: 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px; }
  .new-specials .special {
    float: left;
    text-align: center;
    padding: 0px 0px;
    width: 49%;
    margin: 30px 0.5%;
    max-width: 650px;
    min-width: 533px; }
  .new-specials .special .ncs,
  .new-specials .special .ncs-container {
    min-width: 533px !important; }
  .new-specials .special.inactive {
    opacity: 1; }
  .new-specials .list-edit-link {
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    position: absolute;
    color: #616161 !important;
    font-size: 2.25em;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99; }
  .new-specials .list-edit-link .edit-button {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
    color: inherit !important; }
  .new-specials .list-edit-link .sortable-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2; }
  .new-specials .list-edit-link .delete-button {
    position: absolute;
    color: #d32f2f;
    cursor: pointer;
    font-size: 14px;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #d32f2f;
    color: #ffffff;
    z-index: 3; }
  .new-specials .list-edit-link:hover {
    opacity: 1; }
  .new-specials .active-inactive-button.active-button {
    position: absolute;
    cursor: pointer;
    font-size: 14px;
    bottom: 10px;
    left: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #007700;
    color: #ffffff;
    z-index: 3; }
  .new-specials .active-inactive-button.inactive-button {
    position: absolute;
    cursor: pointer;
    font-size: 14px;
    bottom: 10px;
    left: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #d32f2f;
    color: #ffffff;
    z-index: 3; }
  .new-specials .back-to-list {
    background: #616161;
    display: inline-block;
    color: #ffffff !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    margin: 5px 0px 5px 40px;
    border-radius: 3px;
    padding: 10px; }
  .new-specials .back-to-list:hover {
    color: #ffffff;
    cursor: pointer; }
  .new-specials .currentSpecialsHeader.single {
    padding: 60px 50px 20px;
    text-align: left; }
  .new-specials .editSpecial.single {
    background: #fafafa;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    clear: both; }
  .new-specials .editSpecial.single .orderingInput input {
    background: #ffffff; }
  .new-specials .previewTabs {
    overflow: auto;
    width: 100%; }
  .new-specials .previewTabs ul {
    background: #fafafa;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap; }
  .new-specials .previewTab {
    background: #fafafa;
    border-right: 1px solid #cccccc;
    border-top: 2px solid #fafafa;
    list-style: none;
    margin: 0px;
    padding: 10px 20px;
    float: left;
    text-align: center;
    cursor: pointer; }
  .new-specials .previewTab i {
    bottom: .8em;
    color: black;
    margin-left: -.7em; }
  .new-specials .previewTab:hover {
    background: #ffffff;
    border-top: 2px solid #ffffff; }
  .new-specials .previewTab.specialTab,
  .new-specials .previewTab.landingTab {
    color: #727272;
    font-weight: 400;
    font-size: 18px;
    padding: 4.5px 20px; }
  .new-specials .previewTab.specialTab img,
  .new-specials .previewTab.landingTab img {
    width: 40px;
    vertical-align: middle;
    margin-right: 5px; }
  .new-specials .previewTab.adwordsTab img {
    width: 30px;
    vertical-align: middle; }
  .new-specials .previewTab.socialTab,
  .new-specials .previewTab.twitterTab,
  .new-specials .previewTab.syncTab {
    display: block;
    color: #727272;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px; }
  .new-specials .previewTab.socialTab img,
  .new-specials .previewTab.twitterTab img,
  .new-specials .previewTab.syncTab img {
    width: 28px; }
  .new-specials .previewTabs.specialTab .specialTab,
  .new-specials .previewTabs.adwordsTab .adwordsTab,
  .new-specials .previewTabs.landingTab .landingTab,
  .new-specials .previewTabs.socialTab .socialTab,
  .new-specials .previewTabs.twitterTab .twitterTab,
  .new-specials .previewTab.syncTab .syncTab {
    border-top: 2px solid #A7C13F;
    background: #ffffff; }
  .new-specials .coming-soon-container, .new-specials .facebook-preview-container {
    width: 100%;
    max-width: 600px;
    border-radius: 3px;
    overflow: hidden;
    margin: auto;
    padding: 0px 0px;
    color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    position: relative; }
  .new-specials .coming-soon-container img, .new-specials .facebook-preview-container img {
    width: 100%;
    vertical-align: bottom; }
  .new-specials .coming-soon-text {
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2.5rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px; }
  .new-specials .facebook-preview-container {
    max-width: 500px; }
  .new-specials .quality-score-container {
    background: #ffffff;
    border: 1px solid #cccccc;
    float: right;
    width: 400px;
    margin-right: 10px;
    margin-bottom: -1px;
    padding: 10px 10px;
    position: relative;
    z-index: 50; }
  .new-specials .quality-score-container.list-average {
    border-radius: 3px;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    margin: 0px 0px;
    width: 50%;
    max-width: 400px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #e8e8e8;
    cursor: pointer; }
  .new-specials .quality-bar-title {
    font-size: 12px;
    color: #757575;
    display: block;
    margin-bottom: 5px;
    float: left; }
  .new-specials .quality-score-container.list-average .quality-bar-title {
    margin-bottom: 0px; }
  .new-specials .quality-text-count {
    font-size: 14px;
    color: #757575;
    text-align: right;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    float: right; }
  .new-specials .quality-score-container.list-average .quality-text-count {
    margin-bottom: 0px; }
  .new-specials .quality-bar {
    clear: both;
    position: relative;
    width: 100%;
    height: 20px;
    border: 1px solid #cccccc;
    background: #fafafa; }
  .new-specials .quality-progress {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #388e3c;
    transition: width 1s ease-in-out;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out; }
  .new-specials .quality-score-container.list {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    margin-right: 0px;
    padding: 5px;
    width: 200px;
    z-index: 0 !important;
    position: absolute;
    top: -37px;
    right: 0px; }
  .new-specials .quality-score-container.list .quality-bar-title {
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1; }
  .new-specials .quality-score-container.list .quality-text-count {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1; }
  .new-specials .quality-score-container.list .quality-bar {
    height: 10px; }
  .new-specials .quality-bar.yellow .quality-progress {
    background: #fbc02d; }
  .new-specials .quality-bar.red .quality-progress {
    background: #d32f2f; }
  .new-specials .editor-page-wrap {
    position: relative; }
  .new-specials .missing-item-notification {
    border-radius: 3px;
    border-bottom: 4px solid #d32f2f;
    border-top: 4px solid rgba(211, 47, 47, 0);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    position: absolute;
    top: -80px;
    left: 90px;
    padding: 5px 15px;
    margin: 0px 0px 0px;
    width: 300px;
    background: rgba(211, 47, 47, 0.6); }
  .new-specials .missing-notification-title {
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 1.35; }
  .new-specials .missing-notification-link {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    cursor: pointer; }
  .new-specials .missing-notification-link:hover {
    color: #fafafa; }
  .new-specials .bottom-caret {
    font-size: 30px;
    line-height: 25px;
    position: absolute;
    bottom: -19px;
    right: 10px;
    color: #d32f2f;
    opacity: 1; }
  .new-specials .close-missing-notification {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #ffffff;
    cursor: pointer; }
  .new-specials .specials-qa-section {
    border-top: 3px solid #d32f2f;
    position: fixed;
    right: 10px;
    bottom: -2000px;
    padding: 20px 20px;
    transition: top .2s ease-in-out;
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    z-index: 9988;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    width: 350px;
    overflow: auto; }
  .new-specials .specials-qa-section.show-qa {
    bottom: 0px; }
  .new-specials .specials-qa-section .close-qa {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #d32f2f;
    cursor: pointer; }
  .new-specials .qa-content-wrap h3 {
    font-size: 22px;
    margin-top: 0px;
    font-weight: 400; }
  .new-specials .suggestions-list {
    margin: 0px;
    padding: 0px 0px 0px 30px; }
  .new-specials .suggestions-list li {
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
    font-size: 14px; }
  .new-specials .specials-disclaimer-warning {
    display: block;
    margin: 10px 0px 0px;
    color: #757575;
    font-size: 10px;
    line-height: 1.35; }
  .new-specials .editing:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 2px solid #64b5f6; }
  .new-specials .featured-offer-notification {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 210px;
    padding: 8px 5px 0px; }
  .new-specials .syndicated-offer-notification, .new-specials .syndicated-offer-with-featured-offer-notification, .new-specials .syndicated-offer-with-featured-offer-with-facebook-advertising-notification {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 210px;
    padding: 8px 5px 0px; }
    .new-specials .syndicated-offer-notification img, .new-specials .syndicated-offer-with-featured-offer-notification img, .new-specials .syndicated-offer-with-featured-offer-with-facebook-advertising-notification img {
      width: 100%;
      vertical-align: bottom; }
  .new-specials .syndicated-offer-with-featured-offer-notification {
    right: 240px; }
  .new-specials .syndicated-offer-with-featured-offer-with-facebook-advertising-notification {
    right: 280px; }
  .new-specials .disable-automation,
  .new-specials .syndicate-special {
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
  .new-specials .cruise-control-pro-offer-notification, .new-specials .cruise-control-pro-with-featured-offer-notification {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 210px;
    padding: 8px 5px 0px; }
    .new-specials .cruise-control-pro-offer-notification img, .new-specials .cruise-control-pro-with-featured-offer-notification img {
      width: 100%;
      vertical-align: bottom; }
  .new-specials .cruise-control-pro-with-featured-offer-notification {
    right: 240px; }
  .new-specials .missing-inventory-link-notification, .new-specials .missing-inventory-link-notification-with-featured-offer {
    width: 40px;
    position: absolute;
    top: -34px;
    right: 205px;
    padding: 8px 5px 0px;
    float: none; }
  .new-specials .missing-inventory-link-notification-with-featured-offer {
    right: 232px; }
  .new-specials .missing-inventory-link-notification-with-featured-offer-and-cruise-control-pro {
    width: 40px;
    position: absolute;
    top: -34px;
    right: 255px;
    padding: 8px 5px 0px;
    float: none; }
  .new-specials .featured-offer-notification img {
    width: 100%;
    vertical-align: bottom; }
  .new-specials .facebook-advertising-eligible, .new-specials .facebook-advertising-eligible-with-featured-offer-notification,
  .new-specials .facebook-advertising-eligible-with-featured-offer-notification-with-missing-inventory-link {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 245px;
    padding: 8px 5px 0px; }
    .new-specials .facebook-advertising-eligible img, .new-specials .facebook-advertising-eligible-with-featured-offer-notification img, .new-specials .facebook-advertising-eligible-with-featured-offer-notification-with-missing-inventory-link img {
      width: 100%;
      vertical-align: bottom; }
  .new-specials .facebook-advertising-eligible-with-featured-offer-notification,
  .new-specials .facebook-advertising-eligible-with-featured-offer-notification-with-missing-inventory-link {
    right: 272px; }
  .new-specials .special-status {
    position: absolute;
    top: -34px;
    left: 130px;
    padding: 8px 5px 0px;
    font-size: 14px; }
  .new-specials .special-status i {
    color: #d32f2f; }
  .new-specials .special-status.active i {
    color: #388e3c; }
  .new-specials .special-select {
    position: absolute;
    top: -35px;
    left: 0px;
    padding: 8px 5px 0px;
    font-size: 14px; }
  .new-specials .special-select label {
    font-weight: 200;
    margin-right: 5px; }
  .new-specials .special-select input[type="checkbox"] {
    margin-right: 0px; }
  .new-specials .special-select .iconCheckbox {
    top: 8px;
    right: 0px; }
  .new-specials .stock-number {
    position: absolute;
    top: -57px;
    left: 0px;
    padding: 8px 5px 0px;
    font-size: 14px; }
  .new-specials .inventory-page-container {
    padding: 50px 20px;
    overflow: auto; }
  .new-specials .inventory-search-container {
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    width: 300px;
    padding: 0px 0px;
    position: fixed;
    top: 101px;
    right: 0px;
    border-radius: 3px;
    z-index: 998;
    overflow: hidden; }
  .new-specials .inventory-search-container .fa {
    background: #fafafa;
    font-size: 20px;
    color: #616161;
    padding: 10px;
    vertical-align: middle; }
  .new-specials .inventory-search-container input {
    background: #ffffff;
    border: none;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    padding: 5px; }
  .new-specials #dts-filters {
    width: 20%;
    padding-right: 30px;
    vertical-align: top;
    float: left; }
  .new-specials .dts-filter-wrap {
    text-align: left;
    width: 100%; }
  .new-specials .dts-filter-cat {
    display: block;
    margin: 0px;
    padding: 10px; }
  .new-specials .dts-filter-cat-name {
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 5px; }
  .new-specials .dts-filter-options {
    margin: 0px;
    padding: 0px; }
  .new-specials .dts-filter-option {
    font-size: 14px;
    font-weight: 200;
    padding: 5px;
    position: relative;
    text-transform: capitalize;
    list-style: none; }
  .new-specials .dts-filter-option input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 5;
    margin-top: 0px;
    left: 4px; }
  .new-specials .dts-filter-option .iconCheckbox {
    background: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    overflow: visible;
    z-index: 1; }
  .new-specials .dts-filter-option .iconCheckbox:before {
    content: '';
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
    height: 16px;
    width: 23px;
    position: absolute;
    top: -3px;
    left: 3px;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -moz-transition: .2s opacity;
    -ms-transition: .2s opacity;
    transition: .2s opacity; }
  .new-specials .dts-filter-option input[type="checkbox"]:checked + .iconCheckbox:before {
    opacity: 1; }
  .new-specials .dts-filter-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .new-specials .dts-option-count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px; }
  .new-specials .inventory-listing-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
    padding: 20px 20px;
    overflow: hidden;
    width: 80%;
    max-width: 1200px;
    margin: auto; }
  .new-specials .inventory-listing {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    position: relative; }
  .new-specials .inventory-properties-container {
    padding: 10px 20px;
    float: left;
    width: 70%; }
  .new-specials .inventory-title h3 {
    margin: 0px 0px 15px; }
  .new-specials .inventory-item-container {
    width: 50%;
    float: left;
    display: block;
    padding: 0px 0px 5px; }
  .new-specials .inventory-item-label {
    font-weight: bold;
    font-size: 12px; }
  .new-specials .inventory-item-label:after {
    content: ":"; }
  .new-specials .inventory-item {
    font-size: 1.2em; }
  .new-specials .inventory-item-container.image {
    padding: 20px;
    display: block;
    background: #fafafa;
    text-align: center;
    float: left;
    width: 30%; }
  .new-specials .inventory-item-container.image img {
    width: 100%;
    margin: auto; }
  .new-specials .inventory-active-layover {
    position: absolute;
    border-left: 10px solid #A7C13F;
    /* background:$secondary; */
    background: transparent;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    color: #ffffff;
    font-size: 2.25em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .new-specials .inventory-active-layover.active-layover {
    border-left: 10px solid #007700;
    background: transparent; }
  .new-specials .inventory-active-layover.inactive-layover {
    border-left: 10px solid #A7C13F;
    background: transparent; }
  .new-specials .inventory-add-button {
    border-radius: 3px;
    opacity: 0;
    cursor: pointer; }
  .new-specials .edit-now {
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    right: 10px; }
  .new-specials .edit-now:hover {
    color: #ffffff; }
  .new-specials .inventory-listing .dt-delete-button {
    position: absolute;
    bottom: 10px;
    right: 120px; }
  .new-specials #paginate-controls {
    margin: 40px auto; }
  .new-specials #paginate-controls ul {
    margin: 0px;
    padding: 0px; }
  .new-specials #paginate-controls ul li {
    list-style: none;
    display: inline-block; }
  .new-specials #paginate-controls ul li:first-of-type a {
    border-left: 1px solid #cccccc; }
  .new-specials #paginate-controls ul li a {
    background: #ffffff;
    border: 1px solid #cccccc !important;
    border-left: none;
    display: block;
    color: gray;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none; }
  .new-specials #paginate-controls ul li.active a {
    background: #fafafa;
    color: #333333;
    font-weight: 400; }
  .new-specials #image_active_media_input_label {
    display: inline-block;
    padding-top: 15px; }
  .new-specials .toggle_image_lock_container {
    display: inline-block;
    float: right;
    padding: 0 0 5px 0; }
  .new-specials .toggle_image_lock_button {
    min-width: 134px; }

@media screen and (max-width: 1500px) {
  .new-specials .specialExample {
    width: 70%; }
  .new-specials .specialEditor {
    width: 30%; } }

@media screen and (max-width: 1320px) {
  .new-specials .newSpecialContainer.editSpecial .specialEditor {
    width: 100%; }
  .new-specials .newSpecialContainer.editSpecial .displayEditor {
    width: 100%; } }

@media screen and (max-width: 1060px) {
  .new-specials .displayEditor {
    -webkit-transition: 0s linear all;
    -moz-transition: 0s linear all;
    transition: 0s linear all; }
  .new-specials .displayEditor h3,
  .new-specials .displayEditor button,
  .new-specials .displayEditor span,
  .new-specials .displayEditor a {
    -webkit-transition: 0s linear all;
    -moz-transition: 0s linear all;
    transition: 0s linear all; }
  .new-specials .displayEditor.ng-hide h3,
  .new-specials .displayEditor.ng-hide button,
  .new-specials .displayEditor.ng-hide span,
  .new-specials .displayEditor.ng-hide a {
    -webkit-transition: 0s linear all;
    -moz-transition: 0s linear all;
    transition: 0s linear all;
    opacity: 0; } }

@media screen and (max-width: 1267px) {
  .new-specials .specialsListContainer.dt-flexbox {
    padding: 20px 0; }
  .new-specials .special.ncs-container {
    margin: 30px .5%; } }

@media screen and (max-width: 1230px) {
  .new-specials .special {
    width: 100%; }
    .new-specials .special.ncs-container {
      width: 100%; }
  .new-specials .displayEditor {
    height: auto;
    padding: 10px;
    width: 100%; }
  .new-specials .createSpecialInputs {
    max-height: 10000px;
    overflow: auto; } }

@media screen and (max-width: 1025px) {
  .new-specials .specials-qa-section {
    padding: 20px 20px; }
  .new-specials .specialExample,
  .new-specials .specialEditor {
    width: 100%;
    max-width: 100%;
    min-height: 0px; }
  .new-specials .specialExample .ncs {
    padding: 20px 10px 50px; }
  .new-specials .specialInputTabs {
    border-top: 1px solid #cccccc; }
  .new-specials .displayEditor {
    width: 100%; }
  .new-specials h1,
  .new-specials .metric-number {
    font-size: 2.5em;
    line-height: 1.125em; }
  .new-specials .dts-filter-wrap {
    overflow: visible;
    padding: 0px; }
  .new-specials #dts-filters {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    overflow: visible;
    float: none;
    width: 100%; }
  .new-specials .inventory-listing-container {
    float: none;
    width: 100%; }
  .new-specials .dts-filter-cat {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 0px;
    float: left;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: visible;
    width: 33%; }
  .new-specials .dts-filter-cat-name {
    text-align: center;
    padding: 10px;
    margin: 0px;
    cursor: pointer;
    font-size: 18px; }
  .new-specials .dts-filter-options {
    background: #ffffff;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    z-index: 99; } }

@media screen and (max-width: 768px) {
  .new-specials .quality-score-container.list {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
  .new-specials .specialsContainer {
    padding: 20px 10px; }
  .new-specials .specialsListContainer.dt-flexbox {
    padding: 20px 0px; }
  .new-specials .specialsListContainer.dt-flexbox-same-height {
    padding: 20px 0px; }
  .new-specials .special {
    min-width: 0px !important;
    max-width: 400px;
    margin: 30px auto;
    padding: 0px 0px; }
  .new-specials .special .ncs,
  .new-specials .special .ncs-container {
    min-width: 0px !important;
    max-width: 400px; }
  .new-specials .metrics-wrap {
    display: none; }
  .new-specials .metrics-group {
    width: 100%; }
  .new-specials .quality-score-container {
    width: 100%;
    margin-right: 0px !important;
    border-right: 0px;
    border-left: 0px; }
  .new-specials .missing-item-notification {
    position: fixed;
    top: auto;
    left: 0px;
    right: auto;
    bottom: 0px;
    margin: auto;
    width: 100%;
    z-index: 9987;
    border-radius: 0px; }
  .new-specials .previewTab {
    width: 25%;
    font-size: 12px !important;
    padding: 10px 0px; }
  .new-specials .previewTab:last-of-type {
    border-right: none; }
  .new-specials .previewTab.adwordsTab img {
    width: 90%;
    max-width: 30px; }
  .new-specials .previewTab.socialTab {
    line-height: 1.2; }
  .new-specials .previewTab.socialTab img {
    width: 30px;
    display: block;
    margin: 0px auto 10px; }
  .new-specials .previewTab.specialTab img,
  .new-specials .previewTab.landingTab img {
    width: 25px;
    margin-right: 3px;
    vertical-align: middle;
    display: block;
    margin: 0px auto 10px; }
  .new-specials h1,
  .new-specials .metric-number {
    font-size: 2em;
    line-height: 1.25em; }
  .new-specials .currentSpecialsHeader.list h1,
  .new-specials .currentSpecialsHeader.list .metrics-wrap {
    padding-left: 20px;
    padding-right: 20px; }
  .new-specials .currentSpecialsHeader.list .metrics-wrap {
    display: none;
    width: 100%;
    padding-bottom: 10px; }
  .new-specials .currentSpecialsHeader.list h1 {
    padding: 0px 0px 0px;
    width: 100%; }
  .new-specials .currentSpecialsHeader {
    padding: 50px 10px;
    font-size: 1.25em; }
  .new-specials .back-to-list {
    margin: 20px 10px 0px; }
  .new-specials .specials-qa-section {
    right: 0px;
    width: 100%; }
  .new-specials .currentSpecialsHeader.single {
    padding: 70px 20px 20px; }
  .new-specials .specials-header-bottom-section {
    padding: 0px 0px 20px; }
  .new-specials .specialsSearchBar {
    top: 52px;
    display: none; }
  .new-specials .searchSpecialsGroup .fa {
    font-size: 20px; }
  .new-specials .newSpecialButtonContainer {
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8; }
  .new-specials .newSpecialButton {
    float: none;
    margin-top: 0px !important;
    width: 100%;
    margin: 5px 5px !important;
    max-width: 300px; }
  .new-specials .quality-score-container.list-average {
    width: 90%;
    max-width: none;
    float: none;
    margin: 20px auto 0px !important; }
  .new-specials .optionCheckboxContainer {
    text-align: center;
    float: none; }
  .new-specials .optionCheckbox.sale-end-date,
  .new-specials .special-modified-date {
    float: none;
    display: block;
    text-align: center; }
  .new-specials .orderingInput input {
    width: 50px; }
  .new-specials .deleteSpecialButton {
    bottom: 20px;
    right: 20px; }
  .new-specials .closeEditor {
    padding: 0px 0px 20px; }
  .new-specials .titleSection .specialInputsGroup {
    display: inline-block;
    width: 47%;
    padding: 5px 0px;
    vertical-align: middle; }
  .new-specials .titleSection .specialInputsGroup:first-of-type {
    padding-left: 0px; }
  .new-specials .specialExample {
    padding: 0px 0px; }
  .new-specials .specialEditor {
    padding: 0px;
    margin-top: 20px; }
  .new-specials .specialInputTab {
    font-size: 12px; }
  .new-specials .pricingSection .iconCheckbox {
    top: 0px; }
  .new-specials .pricingSection .iconCheckbox:before {
    width: 25px;
    height: 20px; }
  .new-specials .special, .new-specials .specialsListTitle {
    padding: 0px; }
  .new-specials .specialsListTitle h3 {
    margin-bottom: 20px; }
  .new-specials .featured-offer-notification {
    float: none;
    position: absolute; }
  .new-specials .inventory-search-container {
    top: 90px; }
  .new-specials .inventory-listing {
    max-width: 400px; }
  .new-specials .inventory-item {
    display: block;
    margin-bottom: 5px; }
  .new-specials .inventory-item-container.image {
    width: 100%;
    float: none; }
  .new-specials .inventory-properties-container {
    width: 100%;
    float: none; }
  .new-specials #dts-filters {
    padding: 0px !important; }
  .new-specials .dts-filter-cat {
    width: 100%; }
  .new-specials .dts-filter-cat h5 {
    font-size: 16px; }
  .new-specials .dts-filter-options {
    position: relative;
    box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 10px;
    z-index: 1; }
  .new-specials .inventory-listing-container {
    padding: 20px 5px; }
  .new-specials .inventory-listing .inventory-active-layover {
    border-left: 5px solid #A7C13F; }
  .new-specials .inventory-active-layover.active-layover {
    border-left: 5px solid #007700; }
  .new-specials .inventory-active-layover.inactive-layover {
    border-left: 5px solid #A7C13F; }
  .new-specials .inventory-item {
    font-size: 12px; }
  .new-specials .special-status span {
    display: none; } }

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.grid .ncs-container {
  float: left;
  margin: 1%;
  width: 31%;
  min-width: 280px; }

.grid .ncs-title {
  height: 70px; }

.grid .ncs-title h3 {
  font-size: 22px; }

.grid .ncs-container .ncs-image-and-phone-container,
.grid .ncs-container .ncs-pricing-and-info-container {
  display: block;
  width: 100%;
  padding: 0px 10px;
  position: relative; }

.grid .ncs-phone,
.grid .ncs-features {
  display: none; }

.grid .ncs-pricing-wrap {
  height: 155px; }

.grid .ncs-price-block {
  width: 50%;
  padding: 10px 0px; }

.grid .ncs-price, .grid .ncs-apr {
  font-size: 150%; }

.grid .ncs-price i, .grid .ncs-apr i,
.grid .ncs-price sup,
.grid .ncs-apr sup {
  font-size: 12px; }

.grid .ncs-button {
  width: 100%;
  display: none; }

.grid .ncs-button.main-cta {
  display: block; }

.grid .ncs-disclaimer-wrap {
  display: none; }

/* Default button */
/* Buttons */
.media-gallery-upload-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #616161; }
  .media-gallery-upload-button i, .media-gallery-upload-button span {
    margin: 5px; }

.media-gallery-choose-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #616161; }
  .media-gallery-choose-button i, .media-gallery-choose-button span {
    margin: 5px; }

.media-gallery-cancel-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #cc0000; }
  .media-gallery-cancel-button i, .media-gallery-cancel-button span {
    margin: 5px; }

/* Flex mixins */
/* Modal Container */
.media-gallery-modal-container {
  padding: 50px;
  overflow-y: initial; }
  .media-gallery-modal-container .upload {
    height: auto;
    max-height: 300px;
    overflow-y: scroll; }
  .media-gallery-modal-container .choose {
    height: 75vh;
    overflow-y: auto; }

/* Modal Body Container */
.media-gallery-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  /* Upload */
  /* Choose */ }
  .media-gallery-container .media-gallery-form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
    overflow: auto;
    /* Button Layout */ }
    .media-gallery-container .media-gallery-form-group .media-gallery-file-name {
      font-weight: bold; }
    .media-gallery-container .media-gallery-form-group .media-gallery-file-size {
      font-style: italic; }
    .media-gallery-container .media-gallery-form-group .media-gallery-progress-bar {
      margin: 10px 0; }
    .media-gallery-container .media-gallery-form-group .media-gallery-form-button-group {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
  .media-gallery-container .media-gallery-thumbnail {
    cursor: pointer;
    border-radius: 3px;
    border: none;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    padding: 5px;
    margin: 5px;
    position: relative;
    padding: 0;
    overflow: hidden;
    max-width: 200px;
    max-height: 200px; }
    .media-gallery-container .media-gallery-thumbnail i, .media-gallery-container .media-gallery-thumbnail span {
      margin: 5px; }
    .media-gallery-container .media-gallery-thumbnail .media-gallery-hover-overlay {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.2);
      opacity: 0;
      z-index: 51;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    .media-gallery-container .media-gallery-thumbnail .media-gallery-hover-overlay:hover {
      opacity: 1; }

/* Directive */
media-gallery-picker {
  padding: 5px; }

/* Button Layout */
.media-gallery-form-button-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.specials-and-filter-container {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  max-width: 1800px;
  margin: auto; }

.special-container {
  width: 100%; }

.paginate-controls {
  display: block;
  text-align: center; }

@media all and (max-width: 1024px) {
  .specials-and-filter-container {
    display: block; } }

.specials-and-filter-container {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  max-width: 1800px;
  margin: auto; }

.special-container {
  width: 100%; }

.paginate-controls {
  display: block;
  text-align: center; }

@media all and (max-width: 1024px) {
  .specials-and-filter-container {
    display: block; } }

/* ===========================================================================================

                Content Header Css

==============================================================================================*/
.pages {
  /* ===========================================================================================

                 Image Right and Image Left Css

  ==============================================================================================*/
  /*=======================================================================================================================================
          Dynamic Header
  =======================================================================================================================================*/
  /*=======================================================================================================================================
          Slider Dynamic Header
  =======================================================================================================================================*/
  /* ==================================== IMAGE SLIDER SECTION ========================================== */
  /*=======================================================================================================================================
          3 Column Content
  =======================================================================================================================================*/
  /* ==================================== GRID SECTION ========================================== */
  /*=======================================================================================================================================
          CTA Bar
  =======================================================================================================================================*/
  /* ==================================== TEST DRIVE SECTION ========================================== */
  /*=======================================================================================================================================
          NCS Slider
  =======================================================================================================================================*/
  /* ==================================== Search Header SECTION ========================================== */
  /*=======================================================================================================================================
          Page Mobile Preview
  =======================================================================================================================================*/ }
  .pages .dt-content-header {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding: 100px 0px 100px;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    position: relative; }
  .pages .dt-bg-tint {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px; }
  .pages .dt-content-header h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    padding: 0px;
    position: relative;
    margin: 0px auto; }
  .pages .dt-content-header p {
    color: #ffffff;
    font-size: 12px;
    position: relative;
    width: 60%;
    margin: 0px auto; }
  .pages .dt-img-side-section {
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 20px 20px;
    position: relative;
    text-align: center;
    width: 100%; }
  .pages .dt-img-side-section.dt-img-left {
    background: #fafafa; }
  .pages .dt-img-side-section.dt-img-right {
    display: flex;
    flex-wrap: row wrap;
    flex-direction: row; }
  .pages .dt-img-side-text {
    box-sizing: border-box;
    display: inline-block;
    width: 65%;
    vertical-align: top;
    text-align: left;
    padding: 0px 0px; }
  .pages .dt-img-side-text h2 {
    font-size: 24px;
    margin-bottom: 10px; }
  .pages .dt-img-side-text p {
    font-size: 12px;
    line-height: 1.35; }
  .pages .dt-img-side-text li {
    list-style: none;
    color: #555555;
    font-size: 12px; }
  .pages .dt-img-side-text a {
    display: block;
    border-radius: 5px;
    color: #ffffff;
    padding: 8px;
    font-size: 12px;
    letter-spacing: 0px !important;
    width: 300px;
    margin: 20px 0px 20px;
    text-align: center;
    text-decoration: none;
    background: -webkit-linear-gradient(#00a1f4 0%, #007fc1 100%);
    background: -moz-linear-gradient(#00a1f4 0%, #007fc1 100%);
    background: -o-linear-gradient(#00a1f4 0%, #007fc1 100%);
    background: linear-gradient(#00a1f4 0%, #007fc1 100%); }
  .pages .dt-img-side-text a:hover {
    background: -webkit-linear-gradient(to bottom, #00a1f4 20%, #007fc1 100%);
    background: -moz-linear-gradient(to bottom, #00a1f4 20%, #007fc1 100%);
    background: -ms-linear-gradient(to bottom, #00a1f4 20%, #007fc1 100%);
    background: linear-gradient(to bottom, #00a1f4 20%, #007fc1 100%); }
  .pages .dt-img-side-img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: center;
    overflow: hidden; }
  .pages .dt-img-side-section.dt-img-right .dt-img-side-text {
    padding-right: 20px;
    order: 1; }
  .pages .dt-img-side-section.dt-img-left .dt-img-side-text {
    padding-left: 20px; }
  .pages .dt-img-side-section.dt-img-right .dt-img-side-img {
    margin-left: 4%; }
  .pages .dt-img-side-section.dt-img-left .dt-img-side-img {
    margin-right: 4%; }
  .pages .dt-img-side-section.dt-img-right .dt-img-side-img.img-right {
    order: 2; }
  .pages .dt-img-side-img img {
    width: 100%;
    margin-top: 20px; }
  .pages #dtl-container * {
    box-sizing: border-box !important; }
  .pages #dtl-container {
    background: #ffffff;
    position: relative;
    color: #333333;
    font-family: sans-serif;
    font-weight: 200;
    font-size: 16px; }
  .pages #dtl-header {
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .pages #dtl-header img {
    display: none; }
  .pages #dtl-header-tint {
    background: rgba(17, 17, 17, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
  .pages #dtl-header-overlay {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 100px 10px; }
  .pages #dtl-header-overlay h1 {
    color: #ffffff !important;
    font-weight: 200 !important;
    font-size: 32px !important;
    margin: 0px !important;
    padding: 0px !important; }
  .pages .dtl-header-cta {
    background: #555555;
    border-bottom: 3px solid #333333;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none;
    width: 120px;
    margin: 20px 3px;
    padding: 5px;
    vertical-align: top;
    font-size: 10px; }
  .pages .dtl-header-cta:hover {
    background: #444444;
    border-bottom: 3px solid #333333; }
  .pages .dtl-header-cta.specialOfferLink {
    background: #d91c1c;
    border-bottom: 3px solid #951313; }
  .pages .dtl-header-cta.specialOfferLink:hover {
    background: #ac1616;
    border-bottom: 3px solid #951313; }
  .pages #dtl-nav {
    background: #f5f5f5;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #333333;
    padding: 0px;
    display: block;
    position: relative;
    text-align: center;
    width: 100% !important;
    left: 0;
    z-index: 99; }
  .pages #dtl-nav-model {
    color: #333333;
    position: absolute;
    left: 20px;
    top: 18px;
    font-size: 12px; }
  .pages #dtl-nav-list {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .pages .dtl-nav-link {
    color: #333333;
    border-bottom: 3px solid #f5f5f5;
    display: inline-block;
    text-align: center;
    padding: 13px 10px 10px;
    list-style: none; }
  .pages .dtl-nav-link a {
    color: #333333;
    text-decoration: none;
    font-size: 12px; }
  .pages .dtl-nav-link a:hover {
    color: #666666;
    cursor: pointer; }
  .pages .dtl-nav-link:hover {
    color: #666666;
    cursor: pointer;
    border-bottom: 3px solid #d91c1c; }
  .pages .dtl-nav-link.on-section {
    border-bottom: 3px solid #d91c1c;
    font-style: italic; }
  .pages .dtl-section {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding: 10px 10px 26px 10px;
    width: 100%; }
  .pages .dtl-section.dtl-grid-section {
    border: none; }
  .pages .dtl-section p.dt-fullwidth {
    width: 90%;
    max-width: 900px;
    margin: auto;
    text-align: center; }
  .pages .dtl-section.dtl-color-bg {
    background: #f5f5f5; }
  .pages .dtl-section-header {
    color: #333333;
    font-weight: 200 !important;
    font-size: 22px !important;
    text-align: center;
    margin: 20px 0px !important; }
  .pages .dtl-section-header:after {
    content: '';
    background: #cccccc;
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 150px; }
  .pages #dtl-packages-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0px; }
  .pages #dtl-packages-list > li {
    background: #ffffff;
    border: 1px solid #cccccc;
    font-size: 18px;
    font-weight: 400;
    padding: 23px 20px 20px 20px;
    margin: 1%;
    text-align: center;
    list-style: none;
    width: 23%;
    min-width: 230px; }
  .pages #dtl-packages-list span {
    border-bottom: 1px solid #cccccc;
    display: block;
    height: 50px; }
  .pages #dtl-packages-list li a {
    background: #555555;
    border-bottom: 4px solid #333333;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 200;
    margin: 20px auto 0px;
    padding: 5px;
    width: 90%;
    max-width: 150px; }
  .pages #dtl-packages-list li a:hover {
    background: #444444;
    border-bottom: 4px solid #333333; }
  .pages .dtl-options-list-container {
    text-align: left;
    font-size: 14px; }
  .pages #dtl-packages-list .dtl-options-list-container span {
    border-bottom: none;
    height: auto;
    font-size: 16px;
    padding: 10px 0px; }
  .pages #dtl-packages-list .dtl-options-list li {
    font-size: 11px; }
  .pages .dtl-section.exterior, .pages .dtl-exterior, .pages #dtl-exterior-container, .pages .dtl-section.interior, .pages .dtl-interior, .pages #dtl-interior-container {
    padding-left: 0px;
    padding-right: 0px; }
  .pages .dtl-section.exterior .dtl-section-header, .pages .dtl-exterior .dtl-section-header, .pages #dtl-exterior-container .dtl-section-header, .pages .dtl-section.interior .dtl-section-header, .pages .dtl-interior .dtl-section-header, .pages #dtl-interior-container .dtl-section-header, .pages .dtl-features-wrap {
    padding-left: 10px;
    padding-right: 10px; }
  .pages .dtl-section.exterior p, .pages .dtl-exterior p, .pages #dtl-exterior-container p, .pages .dtl-section.interior p, .pages .dtl-interior p, .pages #dtl-interior-container p {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
    text-align: center; }
  .pages .dtl-features-main-img {
    height: 350px;
    overflow: hidden; }
  .pages .dtl-features-main-img img {
    width: 100%;
    margin-top: -80px; }
  .pages .dtl-features-wrap {
    text-align: center;
    padding-top: 20px; }
  .pages .dtl-feature {
    display: inline-block;
    width: 45%;
    max-width: 600px;
    padding: 10px;
    margin: 0px 5px;
    text-align: justify;
    vertical-align: top; }
  .pages .dtl-feature h5 {
    font-size: 16px;
    font-weight: bold !important;
    margin: 20px 0px 10px; }
  .pages .dtl-section.exterior .dtl-feature p, .pages .dtl-exterior .dtl-feature p, .pages #dtl-exterior-container .dtl-feature p, .pages .dtl-section.interior .dtl-feature p, .pages .dtl-interior .dtl-feature p, .pages #dtl-interior-container .dtl-feature p {
    text-align: justify;
    width: 100%;
    max-width: 100%;
    font-size: 12px; }
  .pages .dtl-feature img {
    width: 100%; }
  .pages #dtl-video-container, .pages .dtl-videos {
    text-align: center;
    margin-bottom: 0px !important; }
  .pages .dtl-videos iframe {
    max-width: 600px; }
  .pages #dtl-why-buy-container p, .pages .dtl-whybuy p {
    width: 90%;
    max-width: 900px;
    margin: auto !important;
    text-align: center;
    font-size: 12px; }
  .pages #dtl-why-buy-cta-wrap, .pages .dtl-why-buy-cta-wrap {
    text-align: center;
    margin-top: 10px;
    font-size: 12px; }
  .pages .dtl-why-buy-cta {
    background: #555555;
    border-bottom: 4px solid #333333;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none !important;
    width: 200px;
    margin: 20px 3px;
    padding: 10px;
    vertical-align: top; }
  .pages .dtl-why-buy-cta:hover {
    background: #444444;
    border-bottom: 3px solid #333333; }
  .pages .dtl-dynamic-header {
    background-position: center center !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 30px;
    text-shadow: 1px 2px 5px #333333;
    min-height: 450px; }
  .pages .dtl-dynamic-header #dtl-header-tint, .pages .dtl-dynamic-header .dtl-header-tint, .pages .dtl-header-tint {
    background: rgba(17, 17, 17, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .pages .dtl-dynamic-header img {
    display: none;
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px; }
  .pages .dtl-dynamic-header .dtl-dynamic-header-overlay {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1280px;
    overflow: auto; }
  .pages .dtl-dynamic-header .dtl-header-title {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px; }
  .pages .dtl-dynamic-header .dtl-header-title h1 {
    color: #ffffff !important;
    font-weight: 200 !important;
    font-size: 32px !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: left; }
  .pages .dtl-dynamic-header .dtl-header-title h1:after {
    display: none; }
  .pages .dtl-dynamic-header .dtl-header-content {
    background: rgba(17, 17, 17, 0);
    border-radius: 3px;
    padding: 0px 0px;
    margin: 10px 0px;
    max-width: 400px;
    float: left; }
  .pages .dtl-dynamic-header .dtl-header-disclaimer {
    color: #c8c8c8;
    font-size: 10px; }
  .pages .dtl-dynamic-header .dtl-dynamic-header-overlay.content-right .dtl-header-content {
    float: right; }
  .pages .dtl-dynamic-header .dtl-header-pricing {
    margin: 10px 0px;
    padding: 0px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .pages .dtl-dynamic-header .dtl-header-price-block {
    list-style: none;
    margin: 10px 0px;
    float: left;
    width: 50%;
    vertical-align: top; }
  .pages .dtl-dynamic-header .dtl-header-price-title {
    display: block;
    color: #c8c8c8;
    font-size: 12px; }
  .pages .dtl-dynamic-header .dtl-header-price {
    font-size: 36px;
    line-height: 1.1;
    color: #ffffff; }
  .pages .dtl-dynamic-header .dtl-header-price sup {
    font-size: 50%; }
  .pages .dtl-header-price i {
    font-size: 12px; }
  .pages .dtl-dynamic-header .dtl-header-price-term {
    color: #c8c8c8; }
  .pages .dtl-dynamic-header .dtl-header-price-term sup {
    font-size: 50%; }
  .pages .dtl-dynamic-header .dtl-header-cta {
    width: 120px;
    font-size: 12px;
    margin-left: 0px;
    margin-right: 5px;
    text-shadow: none;
    text-align: center;
    text-decoration: none; }
  .pages .dtl-dynamic-header .dt-service-prices {
    width: 100%;
    overflow: auto;
    padding-right: 5px; }
  .pages .dtl-dynamic-header .dt-service-prices .dtl-header-price {
    float: right; }
  .pages .dtl-dynamic-header .dt-service-prices .dtl-header-price-title {
    float: left; }
  .pages .dtl-dynamic-header .dt-service-prices.dt-service-savings-price .dtl-header-price, .pages .dtl-dynamic-header .dt-service-prices.dt-service-original-price .dtl-header-price {
    font-size: 20px; }
  .pages .dtl-dynamic-header .dt-service-prices.dt-service-savings-price {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px; }
  .pages .dtl-section.dtl-image-slider {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    left: 0px; }
  .pages .dtl-image-view {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    position: relative; }
  .pages .dtl-next-image {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 48px;
    color: #ffffff;
    position: absolute;
    right: 20px;
    height: 100%;
    top: 0px;
    z-index: 3; }
  .pages .dtl-previous-image {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 48px !important;
    color: #ffffff;
    position: absolute;
    left: 20px;
    top: 0px !important;
    height: 100% !important;
    z-index: 3; }
  .pages .dtl-image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    width: 100%;
    display: block;
    position: relative;
    min-height: 500px;
    vertical-align: bottom; }
  .pages .dtl-image img {
    display: none;
    width: 100%;
    vertical-align: bottom; }
  .pages .dtl-section.dtl-image-slider .dtl-dynamic-header-overlay {
    position: absolute;
    top: 0px;
    z-index: 2;
    left: 0px;
    padding: 50px; }
  .pages .dtl-section.dtl-image-slider .dtl-dynamic-header-overlay .dtl-header-price {
    color: #ffffff; }
  .pages .dtl-grid-section {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden; }
  .pages .dtl-grid-item {
    width: 33%;
    float: left;
    padding: 10px; }
  .pages .dtl-grid-item-inner img {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    vertical-align: bottom; }
  .pages .dtl-grid-item-inner h4 {
    margin: 0px;
    padding: 20px 0px 10px;
    font-size: 16px;
    font-weight: bold; }
  .pages .dtl-grid-item-inner p {
    font-size: 12px;
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: justify; }
  .pages .dtl-testdrive {
    background-size: cover !important;
    overflow: auto;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    position: relative;
    text-align: left; }
  .pages .dtl-testdrive .dtl-header-tint {
    display: block; }
  .pages .dtl-testdrive-content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 50px;
    text-align: center;
    position: relative;
    text-align: left; }
  .pages .dtl-testdrive-content .dtl-section-header {
    padding: 0px 0px 0px;
    margin: 10px 0px !important;
    font-size: 32px;
    color: #ffffff;
    text-align: left; }
  .pages .dtl-testdrive-content .dtl-section-header:after {
    display: none; }
  .pages .dtl-testdrive-content p {
    color: #ffffff;
    text-align: left;
    padding-bottom: 20px;
    margin: 0px; }
  .pages .dtl-testdrive-cta {
    background: #d91c1c;
    border-bottom: 3px solid #951313;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: 200px;
    margin: 0px auto;
    padding: 15px;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    outline: none; }
  .pages .dtl-testdrive-cta:hover {
    background: #ac1616;
    border-bottom: 3px solid #951313; }
  .pages .dtl-testdrive-image {
    float: left;
    width: 50%;
    display: none; }
  .pages .dtl-testdrive-image img {
    width: 100%;
    vertical-align: bottom; }
  .pages .ncs-slideshow {
    position: relative;
    width: 100%; }
  .pages .ncs-slideshow .ncs-slideshow-next {
    position: absolute;
    font-size: 32px;
    height: 100%;
    top: 0px;
    right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 9; }
  .pages .ncs-slideshow .ncs-slideshow-previous {
    position: absolute;
    font-size: 32px;
    height: 100%;
    top: 0px;
    left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 9; }
  .pages .ncs-slideshow .ncs-slideshow-next i, .pages .ncs-slideshow .ncs-slideshow-previous i {
    background: #ffffff;
    color: #616161;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer; }
  .pages .dt-search-widget-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    margin: 0px auto; }
  .pages .dt-search-header {
    height: 190px;
    margin-bottom: 71px;
    padding-top: 0;
    max-height: 225px; }
  .pages .dt-search-title {
    min-height: 50px; }
  .pages .dt-search-text {
    min-height: 16px; }
  .pages .dt-search-widget-item {
    float: left;
    width: 16.6%;
    padding: 5px 5px;
    margin: 0px;
    text-align: center;
    vertical-align: top; }
  .pages .dt-search-widget-item .dtl-header-cta {
    width: 100%;
    margin: 20px auto;
    max-width: 100%;
    cursor: pointer; }
  .pages .dt-custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/arrow-down-2.png") no-repeat right center #f5f5f5;
    background-size: contain;
    border: 1px solid #ccc !important;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    position: relative;
    font-size: 12px;
    margin-right: 17px; }
  .pages .dt-advanced-search-widget-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    margin: 0px auto; }
  .pages .dt-advanced-search-widget-item {
    float: none;
    display: inline-block;
    min-width: 125px;
    vertical-align: middle; }
  .pages .dt-advanced-search-widget-item .dtl-header-cta {
    width: 100%;
    margin: 20px auto;
    max-width: 100%;
    cursor: pointer; }
  .pages .page-preview-container.mobile .dt-content-header {
    padding: 80px 20px;
    background-attachment: scroll; }
  .pages .page-preview-container.mobile .dt-content-header p {
    width: 90%;
    max-width: 600px; }
  .pages .page-preview-container.mobile #dtl-header {
    background-attachment: scroll !important;
    background-position: center center !important; }
  .pages .page-preview-container.mobile #dtl-header-overlay h1 {
    font-size: 38px; }
  .pages .page-preview-container.mobile #dtl-nav-model {
    display: none; }
  .pages .page-preview-container.mobile .dtl-features-main-img {
    height: auto; }
  .pages .page-preview-container.mobile .dtl-dynamic-header {
    background: #f5f5f5 !important;
    padding: 0px;
    text-shadow: none;
    min-height: 0px; }
  .pages .page-preview-container.mobile .dtl-dynamic-header #dtl-header-tint,
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-tint {
    display: none; }
  .pages .page-preview-container.mobile .dtl-dynamic-header img, .pages .page-preview-container.mobile #dtl-header.dtl-dynamic-header img {
    display: block; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-dynamic-header-overlay {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #333333 !important;
    width: 100%;
    text-align: center;
    padding: 20px; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-title {
    border-bottom: none; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-title h1 {
    color: #333333 !important;
    font-size: 38px !important; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-content {
    background: transparent;
    float: none !important;
    margin: 0px auto;
    max-width: 1000%; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-content p {
    max-width: 650px;
    margin: auto; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-disclaimer {
    color: #333333; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-pricing {
    max-width: 700px;
    margin: 20px auto !important; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-price {
    color: #333333; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-price-title, .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-price-term {
    color: #333333;
    display: block; }
  .pages .page-preview-container.mobile .dtl-why-buy-cta {
    width: 30%; }
  .pages .page-preview-container.mobile .dt-content-header h1 {
    font-size: 38px; }
  .pages .page-preview-container.mobile .dt-img-side-text {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%; }
  .pages .page-preview-container.mobile .dt-img-side-text a {
    margin: auto;
    font-size: 12px;
    width: 200px; }
  .pages .page-preview-container.mobile .dt-img-side-section.dt-img-right {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .pages .page-preview-container.mobile .dt-img-side-text {
    order: 2; }
  .pages .page-preview-container.mobile .dt-img-side-img.img-right {
    order: 1; }
  .pages .page-preview-container.mobile #dtl-header-overlay {
    padding: 50px 0px; }
  .pages .page-preview-container.mobile #dtl-header-overlay h1 {
    font-size: 32px; }
  .pages .page-preview-container.mobile .dtl-section-header {
    font-size: 26px !important; }
  .pages .page-preview-container.mobile .dtl-feature h5 {
    font-size: 18px; }
  .pages .page-preview-container.mobile .dtl-header-cta, .pages .page-preview-container.mobile .dtl-why-buy-cta {
    margin: 10px 0px 0px;
    width: 100%;
    max-width: 300px; }
  .pages .page-preview-container.mobile .dtl-header-cta {
    max-width: 200px; }
  .pages .page-preview-container.mobile #dtl-nav {
    display: none; }
  .pages .page-preview-container.mobile .dtl-features-main-img {
    height: auto; }
  .pages .page-preview-container.mobile .dtl-features-main-img img {
    margin-top: 0px; }
  .pages .page-preview-container.mobile .dtl-feature {
    width: 90%;
    max-width: 600px; }
  .pages .page-preview-container.mobile #dtl-video-container iframe, .pages .page-preview-container.mobile .dtl-videos iframe {
    width: 100%; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-title h1 {
    font-size: 30px !important;
    text-align: left !important; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-content p {
    font-size: 14px;
    text-align: left; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-content .dtl-header-disclaimer {
    font-size: 8px; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-price {
    font-size: 36px; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-price sup, .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-price i {
    font-size: 16px; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-price-title, .pages .page-preview-container.mobile .dtl-dynamic-header .dtl-header-price-term {
    font-size: 14px; }
  .pages .page-preview-container.mobile .dtl-dynamic-header .dt-service-prices {
    padding-right: 0px; }
  .pages .page-preview-container.mobile .dtl-testdrive-content {
    padding: 20px; }
  .pages .page-preview-container.mobile .dtl-grid-item {
    width: 50%; }
  .pages .page-preview-container.mobile .dtl-next-image, .pages .page-preview-container.mobile .dtl-previous-image {
    top: 0px !important;
    font-size: 32px !important;
    height: 50% !important; }
  .pages .page-preview-container.mobile .dtl-section.dtl-image-slider .dtl-dynamic-header-overlay {
    position: relative;
    padding: 20px; }
  .pages .page-preview-container.mobile .dtl-section.dtl-image-slider .dtl-dynamic-header-overlay .dtl-header-price {
    color: inherit; }
  .pages .page-preview-container.mobile .dtl-image {
    background: none !important;
    min-height: 0px; }
  .pages .page-preview-container.mobile .dtl-image img {
    display: block; }
  .pages .page-preview-container.mobile .dtl-grid-section {
    padding: 20px; }
  .pages .page-preview-container.mobile .dtl-grid-item {
    padding: 20px 10px;
    width: 100%;
    max-width: 600px;
    margin: auto; }
  .pages .page-preview-container.mobile .dt-search-widget-container {
    display: block;
    max-width: 400px; }
  .pages .page-preview-container.mobile .dt-search-header {
    height: auto;
    margin: auto;
    max-height: none;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 400px; }
  .pages .page-preview-container.mobile .dt-search-widget-item {
    float: none;
    display: block;
    width: 100%; }
  .pages .page-preview-container.mobile .dt-search-widget-item .dtl-header-cta {
    width: 100%;
    margin: 20px auto;
    max-width: 100%; }
  .pages .page-preview-container.mobile .dt-advanced-search-widget-item {
    display: block;
    padding: 5px 5px;
    vertical-align: middle;
    width: 100%; }
  .pages .page-preview-container.mobile .dt-advanced-search-widget-item .dtl-header-cta {
    margin: 20px auto;
    max-width: 100%;
    width: 100%; }

@media screen and (max-width: 1230px) {
  .pages #dtl-header-overlay {
    padding: 150px 10px; }
  .pages #dtl-header {
    background-position: center -130px; }
  .pages .dtl-features-main-img img {
    margin-top: -50px; } }

@media screen and (max-width: 1025px) {
  .pages .dt-content-header {
    padding: 80px 20px;
    background-attachment: scroll; }
  .pages .dt-content-header p {
    width: 90%;
    max-width: 600px; }
  .pages #dtl-header {
    background-attachment: scroll !important;
    background-position: center center !important; }
  .pages #dtl-header-overlay h1 {
    font-size: 38px; }
  .pages #dtl-nav-model {
    display: none; }
  .pages .dtl-features-main-img {
    height: 400px; }
  .pages .dtl-dynamic-header {
    background: #f5f5f5 !important;
    padding: 0px;
    text-shadow: none;
    min-height: 0px; }
  .pages .dtl-dynamic-header #dtl-header-tint, .pages .dtl-dynamic-header .dtl-header-tint {
    display: none; }
  .pages .dtl-dynamic-header img {
    display: block; }
  .pages .dtl-dynamic-header .dtl-dynamic-header-overlay {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #333333 !important;
    width: 100%;
    text-align: center;
    padding: 20px; }
  .pages .dtl-dynamic-header .dtl-header-title {
    border-bottom: none; }
  .pages .dtl-dynamic-header .dtl-header-title h1 {
    color: #333333 !important;
    font-size: 38px !important; }
  .pages .dtl-dynamic-header .dtl-header-content {
    background: transparent;
    float: none !important;
    margin: 0px auto;
    max-width: 1000%; }
  .pages .dtl-dynamic-header .dtl-header-content p {
    max-width: 650px;
    margin: auto; }
  .pages .dtl-dynamic-header .dtl-header-disclaimer {
    color: #333333; }
  .pages .dtl-dynamic-header .dtl-header-pricing {
    max-width: 700px;
    margin: 20px auto !important; }
  .pages .dtl-dynamic-header .dtl-header-price {
    color: #333333; }
  .pages .dtl-dynamic-header .dtl-header-price-title, .pages .dtl-dynamic-header .dtl-header-price-term {
    color: #333333;
    display: block; }
  .pages .dtl-testdrive-content {
    padding: 20px; }
  .pages .dtl-grid-item {
    width: 50%; }
  .pages .dtl-next-image, .pages .dtl-previous-image {
    top: 0px;
    font-size: 32px;
    height: 50%; }
  .pages .dtl-section.dtl-image-slider .dtl-dynamic-header-overlay {
    position: relative;
    padding: 20px; }
  .pages .dtl-section.dtl-image-slider .dtl-dynamic-header-overlay .dtl-header-price {
    color: inherit; }
  .pages .dtl-image {
    background: none !important;
    min-height: 0px; }
  .pages .dtl-image img {
    display: block; }
  .pages .dt-search-header {
    height: auto;
    margin: auto;
    max-height: none;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 400px; }
  .pages .dt-search-widget-container {
    display: block;
    max-width: 400px; }
  .pages .dt-search-widget-item {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%; }
  .pages .dt-advanced-search-widget-container {
    display: block;
    max-width: 400px; }
  .pages .dt-advanced-search-widget-item {
    display: block;
    float: none;
    padding: 5px 5px;
    width: 100%; } }

@media screen and (max-width: 818px) {
  .pages #dtl-packages-list > li {
    width: 45%;
    min-width: 250px; } }

@media screen and (max-width: 768px) {
  .pages .dt-content-header h1 {
    font-size: 38px; }
  .pages .dt-img-side-text {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%; }
  .pages .dt-img-side-text a {
    margin: auto;
    font-size: 12px;
    width: 200px; }
  .pages .dt-img-side-section.dt-img-right {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .pages .dt-img-side-section.dt-img-right .dt-img-side-text {
    order: 2; }
  .pages .dt-img-side-section.dt-img-right .dt-img-side-img.img-right {
    order: 1; }
  .pages #dtl-header-overlay {
    padding: 50px 0px; }
  .pages #dtl-header-overlay h1 {
    font-size: 32px; }
  .pages .dtl-section-header {
    font-size: 26px !important; }
  .pages .dtl-feature h5 {
    font-size: 18px; }
  .pages .dtl-header-cta, .pages .dtl-why-buy-cta {
    margin: 10px 0px 0px; }
  .pages #dtl-nav {
    display: none; }
  .pages .dtl-features-main-img {
    height: auto; }
  .pages .dtl-features-main-img img {
    margin-top: 0px; }
  .pages .dtl-feature {
    width: 90%;
    max-width: 600px; }
  .pages #dtl-video-container iframe, .pages .dtl-videos iframe {
    width: 100%; }
  .pages .dtl-dynamic-header .dtl-header-title h1 {
    font-size: 32px !important;
    text-align: left !important; }
  .pages .dtl-dynamic-header .dtl-header-content p {
    font-size: 14px;
    text-align: left; }
  .pages .dtl-dynamic-header .dtl-header-content .dtl-header-disclaimer {
    font-size: 8px; }
  .pages .dtl-dynamic-header .dtl-header-price {
    font-size: 36px; }
  .pages .dtl-dynamic-header .dtl-header-price sup, .pages .dtl-dynamic-header .dtl-header-price i {
    font-size: 16px; }
  .pages .dtl-dynamic-header .dtl-header-price-title, .pages .dtl-dynamic-header .dtl-header-price-term {
    font-size: 14px; }
  .pages .dtl-grid-section {
    padding: 20px; }
  .pages .dtl-grid-item {
    padding: 20px 10px;
    width: 100%;
    max-width: 600px;
    margin: auto; } }

#container.account {
  padding-bottom: 0px; }

.pages {
  /*======================================== SEARCH BAR ==========================*/
  /*======================================== SEARCH BAR ==========================*/
  /*========================================  END SEARCH BAR ==========================*/
  /*============================================================

      PAGES FILTER BAR

  =============================================================*/
  /*============================================================

      PAGES LIST CONTAINER

  =============================================================*/ }
  .pages .pages.dt-version-number {
    background: #fafafa;
    display: block;
    padding: 40px 20px;
    position: relative;
    z-index: 999;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
  .pages [ng-view=""] {
    display: block;
    position: relative;
    z-index: 9;
    overflow: hidden; }
  .pages h1.page-title {
    margin: 0px 0px 0px;
    padding: 60px 50px 10px;
    text-align: left; }
  .pages .page-title a {
    font-size: 20px; }
  .pages h1.page-title.main {
    border-bottom: none;
    padding: 0px 0px 20px; }
  .pages .specialsSearchBar {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 0px 0px;
    overflow: auto;
    position: fixed;
    top: 101px;
    right: 0px;
    width: 300px;
    z-index: 998; }
  .pages .searchSpecialsGroup {
    display: inline-block;
    float: left;
    width: 100%; }
  .pages .searchSpecialsGroup .fa-search {
    background: #fafafa;
    font-size: 20px;
    vertical-align: middle;
    padding: 10px; }
  .pages .specialsSearchBar input[type="text"] {
    background: #fff;
    width: 80%;
    padding: 5px 5px;
    box-shadow: none !important;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
    color: #616161 !important;
    font-size: 16px;
    vertical-align: middle; }
  .pages .specialsSearchBar input:focus {
    outline: none; }
  .pages .dt-tool-page-header {
    background: #fff; }
  .pages .header-top-section {
    overflow: auto;
    padding: 20px 20px; }
  .pages .dt-tool-page-header.editor-page .header-top-section {
    padding-top: 30px; }
  .pages .dt-tool-page-header h1 {
    text-align: left;
    margin: 30px 0px 20px;
    padding: 0px 0px;
    font-size: 38px;
    float: left;
    width: 50%; }
  .pages .dt-tool-page-header.editor-page h1 {
    width: 100%; }
  .pages .header-bottom-section {
    overflow: auto;
    display: block;
    padding: 10px 20px;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    position: relative; }
  .pages .dt-tool-page-header.editor-page .header-bottom-section .quality-score-container {
    margin-bottom: 5px;
    margin-top: 5px; }
  .pages .specialsSearchBar {
    box-shadow: none;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 0px 0px;
    overflow: auto;
    position: relative;
    top: 0px;
    right: 0px;
    max-width: 300px;
    float: right;
    width: 50%;
    z-index: 998; }
  .pages .searchSpecialsGroup {
    display: inline-block;
    float: left;
    width: 100%; }
  .pages .searchSpecialsGroup .fa-search {
    background: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    padding: 10px; }
  .pages .specialsSearchBar input[type="text"] {
    background: #fff;
    width: 80%;
    padding: 5px 5px;
    box-shadow: none !important;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
    color: #616161 !important;
    font-size: 16px;
    vertical-align: middle; }
  .pages .specialsSearchBar input:focus {
    outline: none; }
  .pages .dynamic-embed-code em {
    font-style: normal;
    font-weight: bold; }
  .pages .edit-page-info-trigger {
    font-size: 12px;
    display: inline-block;
    margin: 18px 5px 5px;
    text-align: center;
    padding: 10px 10px; }
  .pages .edit-page-info-trigger.editor-delete-button {
    background: -webkit-linear-gradient(to bottom, #E53935 0%, #C62828 100%);
    background: -moz-linear-gradient(to bottom, #E53935 0%, #C62828 100%);
    background: -ms-linear-gradient(to bottom, #E53935 0%, #C62828 100%);
    background: linear-gradient(to bottom, #E53935 0%, #C62828 100%); }
  .pages .edit-page-info-trigger.editor-delete-button:hover {
    background: -webkit-linear-gradient(to bottom, #E53935 20%, #C62828 100%) !important;
    background: -moz-linear-gradient(to bottom, #E53935 20%, #C62828 100%) !important;
    background: -ms-linear-gradient(to bottom, #E53935 20%, #C62828 100%) !important;
    background: linear-gradient(to bottom, #E53935 20%, #C62828 100%) !important; }
  .pages .edit-page-info-trigger:first-child {
    margin-left: 0px; }
  .pages .edit-page-info-trigger span {
    font-size: 12px; }
  .pages a.edit-page-info-trigger {
    font-weight: 200; }
  .pages .edit-page-info-trigger {
    color: #616161;
    cursor: pointer; }
  .pages .edit-page-info-trigger:hover {
    color: #A7C13F; }
  .pages .copied-confirm-text {
    background: rgba(255, 160, 0, 0.8);
    border: 3px solid #A7C13F;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    display: block;
    font-size: 14px;
    color: #fff !important;
    position: fixed;
    padding: 10px;
    right: 20px;
    top: 145px;
    z-index: 9999; }
  .pages #copyTextArea {
    opacity: 0;
    height: 0px;
    padding: 0px;
    margin: 0px;
    width: 0px;
    position: fixed;
    z-index: -1; }
  .pages .pages-main-container {
    padding: 50px;
    min-height: 1000px; }
  .pages .add-new-button-container {
    float: left;
    width: 50%; }
  .pages .add-new-page-button {
    color: #616161;
    cursor: pointer;
    display: inline-block;
    margin: 11px 5px 10px; }
  .pages .add-new-page-button:hover {
    margin: 11px 5px 10px; }
  .pages .add-new-page-button:hover {
    color: #A7C13F; }
  .pages .pages-filter-bar {
    text-align: left;
    width: 100%; }
  .pages .pages-filter-input-group {
    margin: 0px 20px 20px 0px;
    display: inline-block; }
  .pages .pages-filter-input-group label {
    font-size: 14px;
    font-weight: 200;
    margin: 0px 5px 0px 0px;
    vertical-align: middle; }
  .pages .pages-filter-input-group select {
    border-radius: 3px;
    display: inline-block;
    width: 180px; }
  .pages .pages-list-container {
    padding: 10px 0px; }
  .pages .pages-list {
    margin: 0px;
    padding: 0px;
    overflow: auto; }
  .pages .pages-list-item {
    text-align: center;
    float: left;
    width: 32%;
    margin: 5px;
    background: #fff;
    list-style: none;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
  .pages .pages-list-item a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #212121;
    padding: 20px 10px 50px;
    font-size: 16px;
    clear: both;
    text-align: left;
    position: relative; }
  .pages .pages-list-item > a {
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .pages .pages-list-item a:hover {
    /* color:$secondary; */ }
  .pages .last-updated-text {
    display: block;
    color: #212121;
    margin: 10px 0px 10px;
    font-size: 14px;
    line-height: 1.2;
    text-align: right; }
  .pages .dt-tool-page-header.editor-page .header-top-section {
    position: relative; }
  .pages .dt-tool-page-header.editor-page .last-updated-text {
    position: absolute;
    bottom: 5px;
    left: 20px; }
  .pages .last-updated-text.list {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    margin: auto;
    text-align: center;
    font-size: 12px;
    color: #757575; }
  .pages .page-category.list {
    color: #757575;
    display: flex;
    font-size: 12px;
    margin-top: 5px;
    width: 100%; }
  .pages .page-type {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    font-size: 10px;
    color: #757575; }
  .pages .page-type span {
    font-weight: bold;
    text-transform: uppercase; }
  .pages .delete-page-button {
    display: block;
    cursor: pointer;
    color: #d32f2f;
    font-size: 10px;
    margin: 5px 10px;
    padding: 0px 0px;
    float: right; }
  .pages .delete-page-button:hover {
    color: #d32f2f; }
  .pages .popup-background {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 9988;
    padding-top: 80px;
    padding-left: 0px; }
  .pages .add-new-page-popup {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    position: absolute;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 10px 20px 20px;
    overflow: auto;
    width: 88%;
    max-width: 1000px; }
  .pages .close-new-page-trigger {
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-left: 10px;
    color: #757575; }
  .pages .import-new-page-trigger {
    cursor: pointer;
    display: inline-block;
    float: right;
    color: #616161; }
  .pages .import-new-page-trigger:hover {
    color: #A7C13F; }
  .pages .save-new-page-button {
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    margin: 10px 0px 0px !important;
    padding: 10px 20px;
    width: 150px;
    float: right; }
  .pages .close-new-page-trigger:hover {
    color: #D32F2F; }
  .pages .back-to-list {
    background: #616161;
    display: inline-block;
    color: #fff !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    margin: 5px 0px 5px 20px;
    border-radius: 3px;
    padding: 10px; }
  .pages .back-to-list:hover {
    color: #fff;
    cursor: pointer; }
  .pages .main-page-info-container {
    padding: 20px 50px 50px; }
  .pages .main-page-info-container h3 {
    margin-bottom: 30px;
    font-weight: 200; }
  .pages .main-page-info-container ul {
    margin: 0px;
    padding: 20px; }
  .pages .main-page-info-container li {
    list-style: none;
    font-size: 1em;
    font-weight: bold; }
  .pages .main-page-info-container li span {
    font-size: 1.125em;
    font-weight: 200; }
  .pages .page-editor-container {
    position: relative;
    clear: both; }
  .pages .available-sections-container {
    clear: both;
    background: #fff;
    display: block;
    padding: 0px 0px;
    overflow: visible;
    position: relative;
    z-index: 9; }
  .pages .available-sections-container.fix-top {
    transition: padding .2s ease-in-out;
    -webkit-transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    -ms-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    position: fixed;
    top: 100px;
    right: 0px;
    width: 100%;
    z-index: 9; }
  .pages .available-sections-container .action-buttons {
    position: relative;
    float: right;
    width: 300px;
    padding: 5px 10px; }
  .pages .available-sections-container .action-buttons {
    display: none; }
  .pages .available-sections-container.fix-top .action-buttons {
    display: block; }
  .pages .side-nav-hidden .available-sections-container.fix-top {
    padding-left: 0px; }
  .pages .side-nav-hidden .available-sections-container.fix-top .available-page-section-list {
    padding-left: 50px; }
  .pages .edit-sections-container.fix-top {
    position: fixed;
    margin-top: 159px;
    padding-bottom: 300px;
    top: 0px;
    left: 0px;
    width: 35%;
    z-index: 8;
    height: 100%;
    overflow-y: auto;
    padding-right: 35px; }
  .pages .available-sections-container.fix-top + .inputs-and-preview-container {
    padding-top: 49px; }
  .pages .available-sections-container .sections-list {
    display: block;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 200;
    margin: 0px;
    font-size: 16px;
    position: relative;
    z-index: 10;
    overflow: auto;
    text-align: right; }
  .pages .available-sections-container ul.sections-list {
    display: block;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 200;
    margin: 0px;
    font-size: 16px;
    position: relative;
    z-index: 10;
    overflow: auto;
    text-align: right;
    list-style-type: none;
    padding: 0; }
    .pages .available-sections-container ul.sections-list li {
      border-right: 1px solid #f5f5f5;
      cursor: pointer;
      background: #fff;
      float: left;
      display: block;
      width: 200px;
      text-align: center;
      position: relative;
      z-index: 8;
      padding: 15px 10px;
      line-height: 29px; }
      .pages .available-sections-container ul.sections-list li:hover {
        color: #A7C13F; }
      .pages .available-sections-container ul.sections-list li.active {
        background: linear-gradient(to bottom, #A7C13F 0%, #FFC107 100%) !important;
        color: #ffffff !important; }
  .pages .close-section-button {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    color: #d32f2f;
    padding: 10px;
    cursor: pointer; }
  .pages .available-sections-container .sections-list span {
    border-right: 1px solid #f5f5f5;
    cursor: pointer;
    background: #fff;
    float: left;
    display: block;
    width: 200px;
    text-align: center;
    position: relative;
    z-index: 8;
    padding: 15px 10px;
    line-height: 29px; }
  .pages .available-sections-container .sections-list span:hover {
    color: #A7C13F; }
  .pages .available-page-section-list h3 {
    display: block;
    width: 100%;
    text-align: left;
    box-shadow: none;
    padding: 0px 0px 10px; }
  .pages .flexbox-container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    overflow: hidden; }
  .pages .inputs-and-preview-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%; }
  .pages .available-page-section-list {
    margin: 0px 0px 0px;
    padding: 20px 50px 20px 50px;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 8;
    width: 100%;
    background: #fafafa;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    max-height: 500px;
    overflow-y: scroll; }
  .pages .available-sections-container.fix-top .available-page-section-list {
    transition: padding .2s ease-in-out;
    -webkit-transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    -ms-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out; }
  .pages .available-page-section {
    cursor: pointer;
    list-style: none;
    float: left;
    font-size: 1.1em;
    text-align: left;
    width: 23%;
    margin: 5px;
    padding: 15px;
    color: #616161;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-transform: capitalize;
    position: relative; }
  .pages .available-page-section:hover, .pages .available-page-section:hover i {
    color: #fff;
    background: #A7C13F; }
  .pages .available-page-section i {
    font-size: 12px; }
  .pages .available-page-section .new-section {
    position: absolute;
    width: 40px;
    top: -1px;
    right: -1px; }
  .pages .new-section img {
    width: 100%; }
  .pages .edit-sections-container {
    background: #fafafa;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    float: left;
    width: 30%;
    padding: 20px 35px 20px 20px;
    min-height: 800px;
    min-width: 10px;
    position: relative;
    overflow: hidden;
    z-index: 8; }
  .pages .rg-right {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 14px;
    top: 0px;
    z-index: 8; }
  .pages .page-preview-container {
    float: right;
    width: 70%;
    padding: 0px 0px 0px 0px;
    min-height: 800px;
    min-width: 40px;
    position: relative;
    right: 0px;
    z-index: 7;
    flex: 1; }
  .pages .dtl-editor-page-section {
    position: relative; }
  .pages .dtl-editor-page-section.editing:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 3px solid #64B5F6;
    z-index: 333; }
  .pages .page-preview-container .page-disclaimer {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    color: #757575; }
  .pages .preview-item-placeholder {
    border-radius: 3px;
    width: 45%;
    text-align: center;
    max-width: 350px;
    margin: 10px 10px;
    height: 180px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
  .pages .preview-item-placeholder span {
    color: #757575;
    display: block;
    line-height: 180px; }
  .pages .edit-sections-container h3, .pages .page-preview-container h3 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 200; }
  .pages .edit-sections-container ul {
    margin: 0px;
    padding: 0px; }
  .pages .edit-sections-container li {
    list-style: none;
    margin: 10px 0px; }
  .pages .edit-sections-container li:first-of-type {
    margin-top: 0px; }
  .pages .page-edit-section {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 0px 0px 0px 0px;
    overflow: auto;
    min-width: 230px;
    position: relative;
    width: 100%; }
    .pages .page-edit-section.clickable {
      cursor: pointer; }
  .pages .sortable-trigger {
    float: left;
    width: 10%;
    max-width: 50px;
    padding: 0px 23px 0px 20px;
    text-align: center;
    line-height: 70px;
    border-right: 1px solid #e8e8e8; }
  .pages .edit-section-title {
    cursor: pointer;
    padding: 0px 40px 10px 20px;
    margin: 0px;
    font-size: 18px;
    line-height: 60px;
    font-weight: 200;
    float: left;
    width: 85%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .pages .edit-section-title i {
    float: right;
    margin-right: 0px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    top: 10px; }
  .pages .section-type {
    display: block;
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    color: #757575;
    line-height: 1; }
  .pages .inputs-container {
    border-top: 1px solid #e8e8e8;
    padding: 10px 20px 20px 20px;
    display: none;
    overflow: hidden;
    clear: both; }
  .pages .section-input-group {
    padding: 0px 0px;
    margin: 0px auto 5px;
    width: 100%; }
  .pages .section-input-checkbox {
    padding: 10px 0px 0px;
    margin: 0px 0px 5px;
    width: 100%; }
  .pages .section-input-checkbox label {
    color: #212121;
    font-size: 1.2em;
    font-weight: 400;
    text-align: right;
    vertical-align: top; }
  .pages .section-input-checkbox input[type='checkbox'] {
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */ }
  .pages .section-input-checkbox i {
    vertical-align: top;
    margin-top: 4px; }
  .pages .page-section-action-bar {
    border-top: 1px solid #e8e8e8;
    overflow: auto;
    display: block;
    clear: both;
    width: 100%;
    padding: 0px; }
  .pages .section-option-checkbox {
    float: left;
    clear: both;
    border-radius: 3px;
    position: relative;
    padding: 10px 10px;
    margin: 0px 0px 0px; }
  .pages .section-option-checkbox label {
    color: #212121;
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: middle; }
  .pages .section-option-checkbox input[type="checkbox"] {
    box-sizing: border-box;
    opacity: 0;
    position: relative;
    z-index: 5;
    height: auto;
    width: auto;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 0px;
    right: 4px;
    transform: scale(1.6);
    -webkit-transform: scale(1.6); }
  .pages .section-option-checkbox .iconCheckbox {
    height: 20px;
    width: 20px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    overflow: visible; }
  .pages .section-option-checkbox .iconCheckbox:before {
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
    height: 20px;
    width: 28px;
    left: 2px;
    top: -5px;
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    content: ''; }
  .pages .section-option-checkbox input[type="checkbox"]:checked + .iconCheckbox:before {
    opacity: 1; }
  .pages .section-label-trigger {
    color: #757575;
    float: right;
    clear: both;
    display: inline-block;
    cursor: pointer;
    padding: 0px 0px 10px; }
  .pages .remove-section {
    color: #d32f2f;
    clear: none;
    cursor: pointer;
    font-size: 12px;
    float: right;
    padding: 10px;
    margin: 0px 0px 0px; }
  .pages .remove-section:hover {
    color: #D32F2F; }
  .pages .section-input-group label {
    color: #212121;
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    padding: 10px 0px 0px;
    margin: 0px 0px 5px;
    clear: both; }
  .pages input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #f5f5f5;
    border-radius: 0px;
    color: #333;
    font-size: 14px;
    box-shadow: none;
    padding: 10px;
    width: 100%; }
  .pages select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/arrow-down-2.png") no-repeat right center #f5f5f5;
    background-size: contain;
    border: 1px solid #ccc !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 10px 10px 10px 10px;
    width: 100%;
    position: relative;
    font-size: 14px; }
  .pages select.dt-multiple-select {
    background-image: none;
    height: 200px; }
  .pages textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #f5f5f5;
    border-radius: 0px;
    color: #333;
    font-size: 14px;
    box-shadow: none;
    padding: 10px;
    width: 100%;
    height: 150px; }
  .pages textarea.minimal {
    height: 50px; }
  .pages .page-option-checkbox {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    position: relative;
    width: 100px;
    padding: 10px;
    margin: 0px auto 20px; }
  .pages .page-option-checkbox label {
    color: #212121;
    font-weight: 200;
    font-size: 1.125em;
    margin-bottom: 0px; }
  .pages .page-option-checkbox input[type="checkbox"] {
    box-sizing: border-box;
    opacity: 0;
    position: relative;
    z-index: 5;
    height: auto;
    width: auto;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 15px;
    transform: scale(2.2);
    -webkit-transform: scale(2.2); }
  .pages .iconCheckbox {
    height: 28px;
    width: 28px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 4;
    overflow: visible; }
  .pages .iconCheckbox:before {
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
    height: 26px;
    width: 40px;
    left: 2px;
    top: -7px;
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    content: ''; }
  .pages .page-option-checkbox input[type="checkbox"]:checked + .iconCheckbox:before {
    opacity: 1; }
  .pages .edit-sections-container ul {
    clear: both; }
  .pages .edit-sections-controls {
    overflow: auto;
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
    min-width: 230px; }
  .pages .expand-input-trigger {
    font-size: 12px;
    color: #757575;
    cursor: pointer;
    display: block;
    float: right; }
  .pages .close-input-trigger {
    font-size: 12px;
    color: #757575;
    cursor: pointer;
    display: block;
    float: left; }
  .pages .expand-input-trigger:hover, .pages .close-input-trigger:hover {
    color: #A7C13F; }
  .pages .updatePageButton {
    border: none;
    color: #fff;
    outline: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    border-radius: 3px;
    padding: 10px;
    margin: 20px auto !important;
    width: 150px; }
  .pages .updatePageButton.top-button {
    position: absolute;
    top: -5px;
    right: 35px;
    padding: 10px;
    width: auto; }
  .pages .input-list-item-wrap {
    overflow: auto; }
  .pages .add-list-item-button {
    background: #616161;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    margin: 0px 0px 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    font-size: 12px;
    outline: none !important; }
  .pages .remove-list-item-button {
    cursor: pointer;
    color: #D32F2F;
    font-size: 12px;
    float: right; }
  .pages .quality-score-container {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    float: right;
    width: 400px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px 10px;
    position: relative; }
  .pages .quality-bar-title {
    font-size: 12px;
    color: #757575;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
    float: left; }
  .pages .quality-text-count {
    font-size: 14px;
    color: #757575;
    text-align: right;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    float: right; }
  .pages .quality-bar {
    clear: both;
    position: relative;
    width: 100%;
    height: 20px;
    border: 1px solid #ccc;
    background: #fafafa; }
  .pages .quality-progress {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #388E3C;
    transition: width 1s ease-in-out;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out; }
  .pages .quality-score-container.list {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-top: none;
    border-right: none;
    margin-right: 0px;
    padding: 5px 5px;
    width: 50%;
    background: #fafafa; }
  .pages .quality-score-container.list-average {
    border-radius: 3px;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    margin: 0px 20px;
    width: 50%;
    max-width: 400px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #e8e8e8;
    float: right;
    cursor: pointer; }
  .pages .quality-score-container.list .quality-bar-title {
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1; }
  .pages .quality-score-container.list .quality-text-count {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1; }
  .pages .quality-score-container.list .quality-bar {
    height: 10px; }
  .pages .quality-bar.yellow .quality-progress {
    background: #FBC02D; }
  .pages .quality-bar.red .quality-progress {
    background: #D32F2F; }
  .pages .editor-page-wrap {
    position: relative; }
  .pages .missing-item-notification {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    border-radius: 3px;
    border-bottom: 4px solid #D32F2F;
    border-top: 4px solid rgba(211, 47, 47, 0);
    position: absolute;
    top: -80px;
    left: 90px;
    padding: 5px 15px;
    margin: 0px 0px 0px;
    width: 300px;
    background: rgba(211, 47, 47, 0.6); }
  .pages .missing-notification-title {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1.35; }
  .pages .missing-notification-link {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    cursor: pointer; }
  .pages .missing-notification-link:hover {
    color: #fafafa; }
  .pages .needs-attention-wrap {
    padding: 0px 0px; }
  .pages .needs-attention-notification {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    text-align: center;
    background: #d32f2f;
    border-radius: 50%;
    padding: 0px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    right: -15px;
    margin: 0px 0px 0px 0px;
    max-width: 420px;
    overflow: visible; }
  .pages .needs-attention-notification .close-missing-notification {
    top: 3px;
    right: 5px; }
  .pages .needs-attention-notification .triangle {
    color: #D32F2F;
    font-size: 24px;
    position: absolute;
    bottom: -18px;
    right: 20px;
    margin: auto;
    display: none; }
  .pages .needs-attention-notification h3 {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    line-height: 30px; }
  .pages .needs-attention-trigger {
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    float: right; }
  .pages .needs-attention-list {
    clear: both;
    margin: 0px;
    padding: 0px 0px 10px; }
  .pages .needs-attention-list li {
    list-style: none; }
  .pages .needs-attention-list li a {
    color: #fff;
    display: block;
    margin: 3px auto;
    font-weight: 800;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 1.2; }
  .pages .bottom-caret {
    font-size: 30px;
    line-height: 25px;
    position: absolute;
    bottom: -19px;
    right: 10px;
    color: #D32F2F;
    opacity: 1; }
  .pages .close-missing-notification {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #fff;
    cursor: pointer; }
  .pages .pages-qa-section {
    border-top: 3px solid #d32f2f;
    position: fixed;
    right: 10px;
    bottom: -2000px;
    padding: 20px 20px;
    transition: top .2s ease-in-out;
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    width: 350px;
    overflow: auto;
    z-index: 7; }
  .pages .pages-qa-section.show-qa {
    bottom: 0px; }
  .pages .pages-qa-section .close-qa {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #d32f2f;
    cursor: pointer; }
  .pages .qa-content-wrap h3 {
    font-size: 22px;
    margin-top: 0px;
    font-weight: 400; }
  .pages .suggestions-list {
    margin: 0px;
    padding: 0px 0px 0px 30px; }
  .pages .suggestions-list li {
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
    font-size: 14px; }
  .pages .visit-live-link {
    float: left;
    padding: 0px 10px 0px 0px; }
  .pages .visit-live-link.preview-link {
    padding-right: 0px; }
  .pages .visit-live-link a {
    background: #fff;
    box-shadow: none;
    color: #757575;
    cursor: pointer;
    display: block;
    text-align: left;
    font-size: 12px;
    padding: 10px; }
  .pages .visit-live-link a i {
    /* color:$secondary; */ }
  .pages .visit-live-link a:hover {
    color: #A7C13F; }
  .pages .page-preview-indicator {
    color: #616161;
    position: absolute;
    overflow: auto;
    z-index: 32;
    top: 10px;
    right: 10px;
    text-align: center;
    font-size: 14px;
    width: 250px;
    padding-bottom: 10px; }
  .pages .mobile-preview, .pages .desktop-preview {
    background: #A7C13F;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    float: right;
    margin: 0px 5px;
    cursor: pointer; }
  .pages .mobile-preview i {
    font-size: 20px;
    vertical-align: middle; }
  .pages .mobile-preview, .pages .page-preview-container.mobile .desktop-preview {
    background: #fff;
    color: #616161; }
  .pages .page-preview-container.mobile .mobile-preview {
    background: #A7C13F;
    color: #fff; }
  .pages .page-preview-container #dtl-container {
    min-width: 500px; }
  .pages .page-preview-container.mobile #dtl-container {
    max-width: 500px;
    margin: auto; }
  .pages .inactive {
    display: none !important; }
  .pages .inactive-inputs {
    opacity: 0.5 !important; }
  .pages .saved-text-wrap {
    background: rgba(56, 142, 60, 0.8);
    border-top: 3px solid #388e3c;
    padding: 0px 0px 0px 200px;
    position: fixed;
    bottom: -50px;
    right: 0px;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9989;
    height: 50px;
    text-align: center; }
  .pages .saved-text-wrap.triggered {
    bottom: 0px; }
  .pages .saved-text {
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: block; }
  .pages .close-saved-text {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    cursor: pointer; }

@media screen and (max-width: 1320px) {
  .pages .available-sections-container.fix-top {
    padding-left: 0px; }
  .pages .edit-sections-container.fix-top {
    padding-left: 20px; }
  .pages .available-sections-container.fix-top .available-page-section-list {
    padding-left: 0px; } }

@media screen and (max-width: 1025px) {
  .pages .desktop-preview {
    display: none !important; }
  .pages .mobile-preview {
    display: block !important; }
  .pages .pages-main-container {
    padding: 20px 20px; }
  .pages .pages-list-item {
    width: 48%; }
  .pages .inputs-and-preview-container {
    display: block; }
  .pages .edit-sections-container {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    float: none;
    width: 100%;
    padding: 40px 20px 20px;
    min-height: 200px; }
  .pages .page-preview-container {
    float: none;
    width: 100%;
    padding: 0px 0px;
    min-height: 200px; }
  .pages .available-page-section {
    width: 23%; }
  .pages .page-preview-container #dtl-container {
    min-width: 0px; }
  .pages .expand-input-trigger {
    display: none; }
  .pages .rg-right {
    display: none; }
  .pages .preview-item-placeholder {
    width: 100%;
    max-width: 600px; }
  .pages .popup-background {
    top: 0px; }
  .pages .available-sections-container.fix-top, .pages .edit-sections-container.fix-top {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    padding-left: 0px;
    z-index: 2; }
  .pages .edit-sections-container.fix-top {
    margin-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    z-index: 1; }
  .pages .available-sections-container.fix-top + .inputs-and-preview-container {
    padding-top: 0px; }
  .pages .edit-page-info-trigger {
    width: 18%;
    margin: 10px 1%;
    padding: 5px 5px; }
  .pages .edit-page-info-trigger:first-child {
    margin-left: 1%; }
  .pages .edit-page-info-trigger span {
    display: block; }
  .pages .dt-tool-page-header.editor-page .quality-score-container {
    width: 100%;
    margin: 10px 0px !important; }
  .pages .dt-tool-page-header.editor-page h1 {
    margin-top: 30px !important;
    line-height: 1.2;
    font-size: 28px; }
  .pages .dt-tool-page-header.editor-page .last-updated-text {
    bottom: 10px; }
  .pages .dt-tool-page-header.editor-page .header-top-section {
    padding-bottom: 40px; }
  .pages .action-buttons {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .pages h1.page-title.main {
    border-bottom: none;
    padding: 20px 0px 20px; }
  .pages .specialsSearchBar {
    top: 52px;
    display: none; }
  .pages .dt-tool-page-header.editor-page .header-bottom-section {
    padding: 0px 20px; }
  .pages .quality-score-container {
    margin: 20px 0px 0px; }
  .pages .quality-score-container.list {
    margin-top: 0px; }
  .pages .pages-list {
    overflow: visible; }
  .pages .pages-list-item {
    width: 100%;
    margin: 5px 0px; }
  .pages .available-sections-container .sections-list span {
    width: 33.333%;
    font-size: 12px; }
  .pages .available-sections-container ul.sections-list li {
    width: 33.333%;
    font-size: 12px; }
  .pages .add-new-page-popup {
    max-width: 600px; }
  .pages .edit-sections-container {
    width: 100%;
    padding: 20px 10px;
    min-height: 0px;
    overflow: auto; }
  .pages .available-page-section {
    width: 48%; }
  .pages .page-preview-container {
    float: none;
    width: 100%;
    padding: 0px 0px;
    min-height: 0px; }
  .pages .main-page-info-container, .pages h1.page-title {
    padding: 50px 20px 10px; }
  .pages .dt-tool-page-header h1.page-title {
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: left;
    width: 100%; }
  .pages .header-bottom-section {
    padding: 0px 0px 20px; }
  .pages .dt-tool-page-header.editor-page .header-bottom-section {
    padding: 10px 20px; }
  .pages .add-new-button-container {
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8; }
  .pages .add-new-page-button {
    float: none;
    margin-top: 0px !important;
    width: 100%;
    margin: 5px 5px !important;
    max-width: 300px; }
  .pages .quality-score-container.list-average {
    width: 90%;
    max-width: none;
    float: none;
    margin: 20px auto 0px !important; }
  .pages .available-page-section {
    width: 100%;
    margin: 5px 0px; }
  .pages .rg-right {
    display: none; }
  .pages .updatePageButton {
    float: right;
    margin-top: 0px; }
  .pages .updatePageButton.top-button {
    top: -15px;
    right: 20px; }
  .pages .edit-sections-container .updatePageButton {
    margin-top: 20px; }
  .pages .pages-qa-section {
    padding: 20px 20px 20px;
    right: 0px;
    width: 100%; }
  .pages .qa-content-wrap h3 {
    font-size: 24px;
    margin: 0px 0px 20px; }
  .pages .quality-score-container {
    width: 100%;
    margin-right: 0px;
    border-right: 0px;
    border-left: 0px;
    right: 0px; }
  .pages .missing-item-notification {
    position: fixed;
    top: auto;
    left: 0px;
    right: auto;
    bottom: 0px;
    margin: auto;
    width: 100%;
    z-index: 9987;
    border-radius: 0px; }
  .pages #toTop {
    z-index: 9986; }
  .pages .edit-page-info-trigger {
    width: 48%;
    margin: 5px 1%;
    padding: 5px 5px; }
  .pages .edit-page-info-trigger.editor-delete-button {
    width: 98%; }
  .pages .pages-filter-input-group {
    margin: 10px auto;
    width: 100%; }
  .pages .pages-filter-input-group:last-child {
    margin-right: 0px; }
  .pages .pages-filter-input-group select {
    width: 100%; }
  .pages .pages-filter-input-group label {
    display: block; }
  .pages .visit-live-link {
    padding: 0px !important; }
  .pages .visit-live-link a {
    padding: 10px 5px 10px 10px; } }

#vlp-page-push-modal .scroll-y {
  max-height: 150px;
  overflow-y: scroll; }

/* Default button */
/* Buttons */
.media-gallery-upload-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #616161; }
  .media-gallery-upload-button i, .media-gallery-upload-button span {
    margin: 5px; }

.media-gallery-choose-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #616161; }
  .media-gallery-choose-button i, .media-gallery-choose-button span {
    margin: 5px; }

.media-gallery-cancel-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #cc0000; }
  .media-gallery-cancel-button i, .media-gallery-cancel-button span {
    margin: 5px; }

/* Flex mixins */
/* Modal Container */
.media-gallery-modal-container {
  padding: 50px;
  overflow-y: initial; }
  .media-gallery-modal-container .upload {
    height: auto;
    max-height: 300px;
    overflow-y: scroll; }
  .media-gallery-modal-container .choose {
    height: 75vh;
    overflow-y: auto; }

/* Modal Body Container */
.media-gallery-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  /* Upload */
  /* Choose */ }
  .media-gallery-container .media-gallery-form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
    overflow: auto;
    /* Button Layout */ }
    .media-gallery-container .media-gallery-form-group .media-gallery-file-name {
      font-weight: bold; }
    .media-gallery-container .media-gallery-form-group .media-gallery-file-size {
      font-style: italic; }
    .media-gallery-container .media-gallery-form-group .media-gallery-progress-bar {
      margin: 10px 0; }
    .media-gallery-container .media-gallery-form-group .media-gallery-form-button-group {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
  .media-gallery-container .media-gallery-thumbnail {
    cursor: pointer;
    border-radius: 3px;
    border: none;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    padding: 5px;
    margin: 5px;
    position: relative;
    padding: 0;
    overflow: hidden;
    max-width: 200px;
    max-height: 200px; }
    .media-gallery-container .media-gallery-thumbnail i, .media-gallery-container .media-gallery-thumbnail span {
      margin: 5px; }
    .media-gallery-container .media-gallery-thumbnail .media-gallery-hover-overlay {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.2);
      opacity: 0;
      z-index: 51;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    .media-gallery-container .media-gallery-thumbnail .media-gallery-hover-overlay:hover {
      opacity: 1; }

/* Directive */
media-gallery-picker {
  padding: 5px; }

/* Button Layout */
.media-gallery-form-button-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.main-section .no-specials {
  min-height: 800px;
  position: relative; }
  .main-section .no-specials p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold; }

.page-edit-section.email-edit-header {
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 0px 0px 0px 0px;
  overflow: auto;
  min-width: 230px;
  position: relative;
  width: 100%;
  cursor: pointer; }

.section-option-checkbox.email-checkbox {
  float: right;
  clear: both;
  border-radius: 3px;
  position: relative;
  padding: 10px 10px;
  margin: 0px 0px 0px;
  overflow: hidden; }

.updatePageButton.top-button.email-copy-code-button {
  position: absolute;
  top: -5px;
  right: 35px;
  padding: 10px;
  width: auto;
  z-index: 3; }

span.activeTab {
  background: linear-gradient(to bottom, #A7C13F 0%, #00823F 100%) !important;
  color: #fff !important; }

.sections-list span,
span.single_disclaimers,
span.group_disclaimers {
  cursor: pointer; }

#single_disclaimers,
#group_disclaimers {
  cursor: pointer; }

.email-copied-confirm-text {
  background: #388e3c;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  display: block;
  font-size: 14px;
  color: #fff !important;
  position: fixed;
  padding: 10px;
  right: 20px;
  top: 145px;
  z-index: 9999 !important; }

.dt-error-text {
  display: block;
  margin: 5px 0px;
  color: #d32f2f;
  font-size: 12px; }

.email-close-popup {
  cursor: pointer;
  display: block;
  float: right;
  position: relative;
  top: -2em;
  margin-right: 10px;
  color: #d32f2f;
  z-index: 999999999; }

.tile-list .selectedItem {
  border: 1px solid black; }

.tile-list .specialsSearchBar {
  float: none;
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 10px; }

.tile-list ul {
  list-style: none;
  padding: 20px; }
  .tile-list ul li {
    margin-bottom: 10px; }
  .tile-list ul.page-edit-section {
    padding: 10px !important;
    position: relative; }

.tile-list .clear-search {
  text-align: center;
  margin-bottom: 10px; }

.tile.page-edit-section {
  position: relative; }

.tile.sortable-trigger {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  padding: 0 !important;
  width: 40px;
  line-height: 87px !important;
  height: 100%;
  text-align: center;
  z-index: 2; }

.tile .tile-details {
  padding: 10px 10px 10px 50px;
  position: relative; }
  .tile .tile-details.selected {
    border-left: 10px solid #007700;
    background: transparent; }
  .tile .tile-details img {
    width: 100%;
    vertical-align: middle; }
  .tile .tile-details .featured-offer-notification {
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    top: 0;
    right: 0; }

.buttons {
  position: absolute;
  right: 0; }

.layout-main {
  padding-top: 60px; }

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

.facebook-preview {
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 4px;
  bottom: -1px;
  pointer-events: none;
  padding: 12px 12px;
  display: inline-block;
  text-align: left; }
  .facebook-preview p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.38;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    display: inline; }
  .facebook-preview .inner-box {
    display: block;
    width: 325px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px rgba(0, 0, 0, 0.1);
    font-family: Georgia, serif;
    letter-spacing: normal;
    padding-bottom: 5px; }
    .facebook-preview .inner-box img {
      width: 325px; }

.inner-box > .details {
  height: auto;
  margin: 10px 12px;
  max-height: 100px;
  overflow: hidden; }
  .inner-box > .details .title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    max-height: 110px;
    overflow: hidden;
    word-wrap: break-word; }
  .inner-box > .details .description {
    font-family: inherit;
    line-height: 16px;
    max-height: 80px;
    overflow: hidden;
    font-size: 12px; }
  .inner-box > .details .domain {
    padding-top: 9px;
    font-family: inherit;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.facebook-share-options {
  display: block;
  padding: 12px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 20px;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  text-align: left; }
  .facebook-share-options input {
    display: block;
    width: 100%; }
  .facebook-share-options label {
    margin-top: 10px; }

@media print {
  #nav2, #nav, .page-header, .report-dates-container, .slide-nav-toggle {
    display: none !important; }
  #top-bar {
    display: none; }
  #container {
    padding: 0px 0px !important; }
  .page-header {
    display: none !important; }
  .print-header {
    display: block !important;
    width: 100% !important;
    background: #fff !important;
    color: #000 !important;
    padding: 5px !important;
    position: absolute !important;
    top: -25px !important;
    left: 20px !important;
    height: 20px !important;
    margin-top: 25px !important; }
  .report-section {
    padding: 0px !important; }
  .report-section-title {
    width: 15% !important; }
  .report-section-title h3 {
    font-size: 28px !important;
    margin-left: 10px !important; }
  .report-section-percent {
    padding: 0px !important;
    width: 15% !important; }
  .report-section-percent span {
    min-width: 0px !important;
    font-size: 28px !important; }
  .report-section-info {
    width: 70% !important;
    padding: 20px !important; }
  body {
    font-size: 12px !important;
    line-height: 12px !important;
    margin: 0px !important;
    padding: 0px !important;
    color: #000 !important;
    background: #fff !important; }
  #top-bar, #nav, #footer, #adwords-button-bar, .report-dates-container, .acct-nav-trigger, .acct-nav-items {
    display: none !important;
    height: 0px !important;
    width: 0px !important; }
  #nav2 {
    display: none !important; }
  .acct-nav-title {
    display: none !important; }
  a[href]:after {
    content: none !important; }
  #container {
    width: 100% !important;
    background: #fff !important;
    width: 100% !important;
    padding: 0px !important;
    position: absolute !important;
    top: 0px !important; }
  .report-container {
    width: 100% !important;
    background: #fff !important;
    width: 100% !important;
    padding: 30px !important; }
  h1, h2, h3, h4 {
    text-align: left !important;
    font-size: 12px !important;
    line-height: 12px !important; }
  .report-section-title h3 {
    text-align: left !important;
    font-size: 12px !important;
    line-height: 16px !important; }
  .print-big {
    font-weight: bold;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 3px; }
  .hug-right {
    text-align: right !important;
    float: right !important; }
  .report-section {
    padding-bottom: 2px !important; }
  .report-section.basics .report-section-title {
    background-color: #03A9F4 !important; }
  .report-section.analytics .report-section-title {
    background-color: #9E9E9E !important; }
  .report-section.leads .report-section-title {
    background-color: #8BC34A !important; }
  .report-section.adwords .report-section-title {
    background-color: #FFC107 !important; }
  .dt-version-number {
    display: none; }
  .report-account-name {
    float: left !important;
    font-weight: bold !important;
    display: block !important; }
  .report-section-percent {
    width: 15% !important;
    padding: 10px !important;
    font-size: 36px !important; }
  .report-section-percent span {
    background-color: #4CAF50 !important;
    color: #fff !important; }
  .report-section-percent.green span {
    background-color: #388E3C !important; }
  .report-section-percent.yellow span {
    background-color: #FBC02D !important; }
  .report-section-percent.red span {
    background-color: #D32F2F !important; }
  .single-report {
    padding: 15px 20px 10px; }
  .single-report .report-section-title {
    width: 100% !important;
    padding: 15px 20px 10px;
    border-bottom: 1px solid #e8e8e8; }
  .single-report .report-section-info {
    width: 100% !important; }
  .single-report .report-info-category-totals:last-child {
    text-align: right !important; }
  .single-report .report-info-category, .single-report .report-info-category-label, .single-report .report-info-category-totals {
    text-align: left !important; }
  .more-button {
    display: none; } }

.reporting {
  /*=================================  Report Section ================================*/
  /*=================================  Sinlge Report Section ================================*/
  /*=================================  gauges ================================*/ }
  .reporting .dt-loading-screen {
    margin-top: 100px;
    margin-bottom: 300px; }
  .reporting .dt-loading-animation {
    margin-top: 0px;
    margin-bottom: 0px; }
  .reporting .dt-loading-screen h3 {
    text-align: center !important;
    margin-top: -20px; }
  .reporting .report-dates-container {
    overflow: auto;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    position: relative; }
  .reporting .report-date-container-label {
    font-size: 16px;
    font-weight: 200;
    margin-right: 10px; }
  .reporting .report-date-container {
    display: inline-block;
    margin: 0px 10px;
    position: relative; }
  .reporting .report-date-container input[type="text"] {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 110px; }
  .reporting .report-date-container label {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px; }
  .reporting .report-date-middle-text {
    text-transform: lowercase; }
  .reporting .all-reports-button {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 0px;
    color: #A7C13F;
    cursor: pointer;
    margin-top: 10px; }
  .reporting .all-reports-button:hover {
    margin-top: 10px; }
  .reporting .report-container {
    padding: 10px 10px; }
  .reporting .report-section {
    width: 100%;
    padding: 10px 10px;
    position: relative; }
  .reporting .report-section-inner {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background: #ffffff;
    overflow: hidden; }
  .reporting .report-section-title {
    width: 20%;
    padding: 20px; }
  .reporting .report-section.adwords .report-section-title {
    background-color: #ffc107; }
  .reporting .report-section.basics .report-section-title {
    background-color: #03a9f4; }
  .reporting .report-section.analytics .report-section-title {
    background-color: #9e9e9e; }
  .reporting .report-section.leads .report-section-title {
    background-color: #8bc34a; }
  .reporting .report-section-title {
    cursor: pointer; }
  .reporting .report-section-title h3 {
    margin: 0px;
    color: #ffffff;
    font-weight: 400;
    font-size: 38px;
    padding: 0px;
    text-align: center; }
  .reporting .report-section-info {
    width: 60%;
    padding: 20px 50px; }
  .reporting .report-section.config .report-section-info {
    width: 80%; }
  .reporting .report-section-info.full-width {
    width: 100% !important; }
  .reporting .report-info-category {
    padding: 3px;
    border-bottom: 1px solid #e8e8e8;
    overflow: auto; }
  .reporting .report-info-category-label {
    display: inline-block;
    float: left;
    width: 30%; }
  .reporting .report-info-category-totals {
    display: inline-block;
    float: left;
    width: 17.5%;
    text-align: center; }
  .reporting .report-section.config .report-info-category-totals {
    padding: 0px 5px; }
  .reporting .report-info-category-totals.left {
    text-align: left; }
  .reporting .report-info-category-totals.w25 {
    width: 25%; }
  .reporting .report-info-category-totals.w50 {
    width: 50%; }
  .reporting .report-info-category-totals.w70 {
    width: 70%; }
  .reporting .labels .report-info-category-label {
    font-weight: 800;
    padding-bottom: 0px;
    font-size: 16px;
    text-transform: capitalize; }
  .reporting .labels .report-info-category-totals {
    font-weight: 800;
    padding-bottom: 0px;
    font-size: 16px;
    text-transform: capitalize; }
  .reporting .report-section.config .report-section-percent {
    display: none; }
  .reporting .report-section-percent {
    width: 20%;
    padding: 20px;
    font-size: 48px; }
  .reporting .report-section-percent span {
    display: inline-block;
    padding: 50px 20px;
    min-width: 180px;
    background-color: #4caf50;
    text-align: center;
    color: #ffffff;
    border-radius: 3px; }
  .reporting .report-section-percent.green span {
    background-color: #388e3c; }
  .reporting .report-section-percent.yellow span {
    background-color: #fbc02d; }
  .reporting .report-section-percent.red span {
    background-color: #d32f2f; }
  .reporting .single-report {
    float: left;
    width: 50%; }
  .reporting .single-report .report-section-title {
    width: 100%;
    padding: 15px 20px 10px;
    border-bottom: 1px solid #e8e8e8; }
  .reporting .single-report .report-section-title h3 {
    width: 100%;
    font-size: 22px;
    color: #333333;
    text-align: left;
    font-weight: 400; }
  .reporting .single-report .report-section-info {
    width: 100%;
    padding: 20px; }
  .reporting .single-report .report-section-info .report-info-category-label {
    width: 50%; }
  .reporting .single-report .report-section-info .report-info-category-label .reportline-num {
    display: inline-block;
    width: 55%;
    text-align: center; }
  .reporting .single-report .report-section-info .report-info-category-totals {
    width: 15%;
    float: right;
    text-align: right; }
  .reporting .reporting-page-section {
    border: 1px solid #e8e8e8;
    width: 100%;
    margin: 0px 0px;
    padding: 20px !important; }
  .reporting .reporting-page-section > h2 {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative; }
  .reporting .reporting-page-section > h2:after {
    content: "";
    width: 150px;
    position: relative;
    top: 10px;
    background: #cccccc;
    height: 1px;
    display: block;
    margin: auto; }
  .reporting .gauge-charts {
    padding: 0px 0px;
    border-bottom: 1px solid #e8e8e8; }
  .reporting .gauge-charts td:not(:last-of-type) {
    border-right: 1px solid #e8e8e8 !important; }
  .reporting .gaauge-charts {
    min-width: 0px !important; }
  .reporting .gauge-charts td {
    padding: 0px 10px 10px !important;
    min-width: 0px !important; }
  .reporting .gauge-charts td div {
    text-align: center;
    margin: auto;
    width: 100% !important; }
  .reporting .gauge-charts td svg {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    background: linear-gradient(to bottom, #aaaaaa, #333333);
    background: -webkit-linear-gradient(to bottom, #aaaaaa, #333333);
    background: -moz-linear-gradient(to bottom, #aaaaaa, #333333);
    background: -ms-linear-gradient(to bottom, #aaaaaa, #333333);
    background: -o-linear-gradient(to bottom, #aaaaaa, #333333); }
  .reporting .gauge-charts.single-chart td div {
    margin: 0px 0px !important; }
  .reporting .reporting-product-section {
    /* box-shadow:0px 1px 2px rgba(0,0,0,0.3); */
    width: auto !important;
    min-width: 200px;
    display: block;
    margin: 0px 0px; }
  .reporting .reporting-product-section h3 {
    text-align: center;
    padding: 10px 20px;
    font-size: 1.4em;
    margin: 0px; }
  .reporting .gauge-charts.single-chart {
    width: 100% !important;
    border-bottom: none;
    margin-bottom: 5px; }
  .reporting .reporting-product-info {
    width: 100%;
    display: none; }
  .reporting .reporting-product-info ul {
    width: 100%;
    display: block; }
  .reporting .reporting-product-info li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 5px; }
  .reporting .reporting-product-info li:not(:last-of-type) {
    border-right: 1px solid #e8e8e8; }
  .reporting .reporting-product-info-label {
    display: block;
    width: 100%; }
  .reporting .reporting-product-info-number {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400; }
  .reporting .page-header {
    display: block;
    width: 100%; }
  .reporting .print-header {
    display: none;
    width: 100%; }
  .reporting .no-border {
    border: 0px !important; }
  .reporting .report-section-inner.green {
    border-right: #388e3c 10px SOLID; }
  .reporting .report-section-inner.yellow {
    border-right: #fbc02d 10px SOLID; }
  .reporting .report-section-inner.red {
    border-right: #d32f2f 10px SOLID; }
  .reporting span.mini {
    float: right; }
  .reporting .generate-report-button.mini {
    display: inline-block;
    padding: 5px 10px !important;
    line-height: 1.3;
    margin: 3px;
    min-width: 30px;
    max-width: 100px; }
  .reporting .report-section.config {
    margin-bottom: 20px; }
  .reporting .hide-report-section {
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    padding: 3px 20px;
    display: block;
    width: 100%;
    text-align: right; }
  .reporting .hide-report-section input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle; }

@media screen and (max-width: 768px) {
  .reporting {
    /* mobile */ }
    .reporting .full-width-mobile {
      width: 100% !important; }
    .reporting .hide-mobile {
      display: none !important; }
    .reporting .report-section-title {
      display: block !important;
      width: 100%;
      font-size: 20px;
      padding: 10px; }
    .reporting .report-section-title h3 {
      font-size: 20px; }
    .reporting .report-section-inner {
      border: none !important; }
    .reporting .report-section-inner.green .report-section-info {
      border-bottom: 10px solid #388e3c; }
    .reporting .report-section-inner.yellow .report-section-info {
      border-bottom: #fbc02d 10px SOLID; }
    .reporting .report-section-inner.red .report-section-info {
      border-bottom: #d32f2f 10px SOLID; }
    .reporting .report-date-container {
      margin: 0px; }
    .reporting .report-date-container input[type="text"] {
      width: 100px; }
    .reporting .generate-report-button {
      margin: 5px 2.5px; }
    .reporting .report-section-info {
      width: 100% !important;
      padding: 5px 5px !important; }
    .reporting .report-info-category-label:first-child, .reporting .report-info-category-totals:first-child {
      width: 50% !important; }
    .reporting .report-info-category-totals {
      width: 50%;
      text-align: right; } }

#ncs-landing {
  position: relative; }

.dtl-header-cta {
  background: #555;
  border-bottom: 3px solid #333;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  width: 200px;
  margin: 2.5px 3px;
  padding: 10px;
  vertical-align: top; }

.dtl-header-cta:hover {
  background: #444;
  border-bottom: 3px solid #333; }

.dtl-header-cta.specialOfferLink {
  background: #d91c1c;
  border-bottom: 3px solid #951313; }

.dtl-header-cta.specialOfferLink:hover {
  background: #ac1616;
  border-bottom: 3px solid #951313; }

/*=======================================================================================================================================
		Dynamic Header
=======================================================================================================================================*/
.dtl-dynamic-header#dtl-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 20px 20px 0px;
  text-shadow: 1px 2px 5px #333;
  min-height: 320px; }

.dtl-dynamic-header #dtl-header-tint {
  background: rgba(17, 17, 17, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.dtl-dynamic-header#dtl-header img {
  display: none;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px; }

.dtl-dynamic-header .dtl-dynamic-header-overlay {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 1280px;
  overflow: hidden; }

.dtl-dynamic-header .dtl-header-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px; }

.dtl-dynamic-header .dtl-header-title h1 {
  color: #fff !important;
  font-weight: 200 !important;
  font-size: 24px !important;
  margin: 0px !important;
  padding: 0px !important;
  text-align: left; }

.dtl-dynamic-header .dtl-header-content {
  background: rgba(17, 17, 17, 0);
  border-radius: 3px;
  padding: 0px 0px;
  margin: 10px 0px;
  max-width: 300px;
  float: left; }

.dtl-dynamic-header .dtl-header-disclaimer {
  color: #c8c8c8;
  font-size: 8px;
  line-height: 1.2; }

.dtl-dynamic-header .dtl-dynamic-header-overlay.content-right .dtl-header-content {
  float: right; }

.dtl-dynamic-header .dtl-header-pricing {
  margin: 0px 0px 0px;
  padding: 0px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.dtl-dynamic-header .dtl-header-price-block {
  list-style: none;
  margin: 5px 0px;
  float: left;
  width: 50%;
  vertical-align: top;
  text-align: left; }

.dtl-dynamic-header .dtl-header-price-title {
  display: block;
  color: #c8c8c8; }

.dtl-dynamic-header .dtl-header-price {
  font-size: 30px;
  line-height: 1.1; }

.dtl-dynamic-header .dtl-header-price sup {
  font-size: 50%; }

.dtl-header-price i {
  font-size: 12px; }

.dtl-dynamic-header .dtl-header-price-term {
  color: #c8c8c8;
  display: block; }

.dtl-dynamic-header .dtl-header-price-term sup {
  font-size: 50%; }

.dtl-dynamic-header .dtl-header-cta {
  width: 140px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 5px;
  text-shadow: none;
  text-align: center; }

.dt-service-prices {
  display: block;
  width: 100% !important;
  overflow: auto;
  overflow-y: hidden; }

.dt-service-prices .dtl-header-price {
  float: right !important; }

.dt-service-prices.dt-service-savings-price .dtl-header-price, .dt-service-prices.dt-service-original-price .dtl-header-price {
  float: right !important;
  font-size: 20px; }

.dt-service-prices.dt-service-savings-price {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px; }

.dt-service-prices .dtl-header-price-title {
  float: left !important; }

@media screen and (max-width: 768px) {
  .dtl-dynamic-header#dtl-header {
    background: #f5f5f5 !important;
    padding: 0px;
    text-shadow: none;
    min-height: 0px; }
  .dtl-dynamic-header #dtl-header-tint {
    display: none; }
  .dtl-dynamic-header#dtl-header img {
    display: block; }
  .dtl-dynamic-header .dtl-dynamic-header-overlay {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333 !important;
    width: 100%;
    text-align: center;
    padding: 20px; }
  .dtl-dynamic-header .dtl-header-title {
    border-bottom: none;
    padding-bottom: 5px; }
  .dtl-dynamic-header .dtl-header-title h1 {
    display: block;
    color: #333 !important;
    font-size: 24px !important; }
  .dtl-dynamic-header .dtl-header-content {
    background: transparent;
    float: none !important;
    margin: 0px auto;
    max-width: 1000%; }
  .dtl-dynamic-header .dtl-header-content p {
    max-width: 650px;
    margin: auto; }
  .dtl-dynamic-header .dtl-header-disclaimer {
    color: #333; }
  .dtl-dynamic-header .dtl-header-pricing {
    max-width: 700px;
    margin: 20px auto; }
  .dtl-dynamic-header .dtl-header-price-title, .dtl-dynamic-header .dtl-header-price-term {
    color: #333;
    display: block; } }

@media screen and (max-width: 768px) {
  .dtl-dynamic-header#dtl-header {
    background: #f5f5f5 !important;
    padding: 0px;
    text-shadow: none;
    min-height: 0px; }
  .dtl-dynamic-header #dtl-header-tint {
    display: none; }
  .dtl-dynamic-header#dtl-header img {
    display: block; }
  .dtl-dynamic-header .dtl-dynamic-header-overlay {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333 !important;
    width: 100%;
    text-align: center;
    padding: 10px; }
  .dtl-dynamic-header .dtl-header-title {
    border-bottom: none; }
  .dtl-dynamic-header .dtl-header-title h1 {
    display: block;
    color: #333 !important; }
  .dtl-dynamic-header .dtl-header-content {
    background: transparent;
    float: none !important;
    margin: 0px auto;
    max-width: 1000%; }
  .dtl-dynamic-header .dtl-header-content p {
    max-width: 650px;
    margin: auto; }
  .dtl-dynamic-header .dtl-header-disclaimer {
    color: #333; }
  .dtl-dynamic-header .dtl-header-pricing {
    max-width: 700px;
    margin: 0px auto; }
  .dtl-dynamic-header .dtl-header-price-title, .dtl-dynamic-header .dtl-header-price-term {
    color: #333;
    display: block; }
  .dtl-dynamic-header .dtl-header-title h1 {
    font-size: 20px !important;
    text-align: left !important; }
  .dtl-dynamic-header .dtl-header-content p {
    font-size: 14px;
    text-align: left; }
  .dtl-dynamic-header .dtl-header-content .dtl-header-disclaimer {
    display: none;
    font-size: 8px; }
  .dtl-dynamic-header .dtl-header-price {
    font-size: 26px; }
  .dtl-dynamic-header .dtl-header-price sup, .dtl-dynamic-header .dtl-header-price i {
    font-size: 12px; }
  .dtl-dynamic-header .dtl-header-price-title, .dtl-dynamic-header .dtl-header-price-term {
    font-size: 12px; }
  .dtl-dynamic-header .dtl-header-cta {
    padding: 8px;
    font-size: 12px;
    width: 44%;
    margin-bottom: 10px; } }

.ncs-landing-price-subscript-lease {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 7.75em;
  right: 34.5em;
  font-weight: 200; }

.ncs-landing-price-subscript-finance {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -4.5em;
  right: -6.65em;
  font-weight: 200; }

.ncs-landing-price-subscript-savings {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -4.5em;
  right: -7.5em;
  font-weight: 200; }

.ncs-landing-price-subscript-buy {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -1.25em;
  right: -10.5em;
  font-weight: 200; }

.ncs-landing-price-subscript-zero-down {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -2.75em;
  right: -7em;
  font-weight: 200; }

/*=======================================================================================================================================
        Dynamic Multi Header - adapted from _dt-landing-ages.scss.
=======================================================================================================================================*/
.dtl-dmh-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  font-size: 80%;
  /* changed from 100% for admin view - main scale for section*/
  color: #4A4A4A;
  background-color: #f5f5f5;
  width: 100%;
  text-align: center; }

.dtl-dmh-item-reviews {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c8c8c8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: 0px 12px 10px -10px #cccccc; }

.dtl-dmh-item-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: center;
  align-self: center;
  max-width: 400px;
  margin-bottom: 15px; }

.dtl-dmh-item-schedule {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  border: 1px solid #c8c8c8;
  border-left: 0;
  border-right: 0;
  box-shadow: 0px -12px 10px -10px #cccccc; }

.dtl-dmh-main-offer {
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 6px 6px 12px #727272;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  align-self: flex-start;
  min-height: 100px;
  max-width: 500px;
  min-width: 320px;
  width: 100%;
  border-radius: 5px; }

.dtl-header-pricing ul {
  width: 100px; }

.dtl-header-pricing li {
  width: 100%; }

#dtl-container.dtl-dmh-iframe .dtl-dmh-vertical-stack .dtl-dmh-main-offer {
  height: 530px; }

.dtl-dmh-item-reviews-title-text h1 {
  font-size: 190%;
  font-weight: 200;
  text-align: center; }

.dtl-dmh-item-reviews-title-text {
  margin: 20px; }

.dtl-dmh-item-content-text p {
  margin: 20px;
  font-weight: 200;
  text-align: center; }

.dtl-dmh-item-content-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.dtl-dmh-item-schedule-title-text {
  margin: 20px; }

.dtl-dmh-item-schedule-title-text h3 {
  font-weight: 200;
  font-size: 170%;
  text-align: center; }

.dtl-dmh-main-offer-title {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  height: 60px;
  position: absolute;
  justify-content: center;
  align-content: center; }

.dtl-dmh-main-offer-title h2 {
  font-weight: 200;
  font-size: 160%;
  margin: 0px;
  margin-top: 10px; }

.dtl-dmh-main-offer-content {
  padding-top: 60px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.dtl-dmh-main-offer-description {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 70px;
  align-self: center; }

.dtl-dmh-main-offer-description h3 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 160%;
  font-weight: 200; }

.dtl-dmh-main-offer-pricing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: center; }

.dtl-header-pricing {
  width: 300px; }

.dtl-dmh-main-offer-pricing .dtl-header-pricing {
  -webkit-padding-start: 0px;
  width: 80%;
  -webkit-box-flex: .5;
  -moz-box-flex: .5;
  -webkit-flex: .5;
  -ms-flex: .5;
  flex: .5; }

.dtl-dmh-main-offer-pricing .dt-service-original-price .dtl-header-price {
  font-size: 100%;
  font-weight: 400;
  color: #d32f2f; }

.dtl-dmh-main-offer-pricing .dt-service-savings-price .dtl-header-price {
  font-size: 100%;
  font-weight: 400; }

.dtl-header-price.dtl-dmh-main-offer-sale-price {
  font-size: 200%;
  font-weight: 400;
  color: #388e3c; }

.dtl-dmh-main-offer-pricing .dt-service-original-price .dtl-header-price-title {
  font-size: 65%; }

.dtl-dmh-main-offer-pricing .dt-service-savings-price .dtl-header-price-title {
  font-size: 65%; }

.dtl-dmh-main-offer-pricing .dt-service-sale-price .dtl-header-price-title {
  font-weight: 700;
  font-size: 87.5%; }

.dtl-dmh-offer-choices {
  height: 125px;
  min-height: 100px;
  max-width: 500px;
  min-width: 320px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.dtl-dmh-offer-choice {
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 3px 3px 10px #cccccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 800px;
  -ms-flex: 1 1 800px;
  flex: 1 1 800px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  align-self: flex-end;
  height: 80px;
  min-width: 80px;
  max-width: 170px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px; }

.dtl-dmh-offer-choice.active {
  box-shadow: 6px 6px 12px #727272; }

.dtl-dmh-offer-choice.active:before {
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  transform: scale(2, 1);
  content: "\f0d8";
  font-size: 400%;
  color: #494949;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  margin: auto; }

.dtl-dmh-offer-choice-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: absolute;
  margin: 0 0;
  align-self: center; }

.dtl-dmh-offer-choice-title {
  font-size: 90%;
  height: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c8c8c8; }

.dtl-dmh-offer-choice-price {
  font-size: 80%;
  font-weight: 600;
  height: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.dtl-dmh-button-big {
  margin: 10px !important; }

.dtl-dmh-button-small {
  margin: 10px !important; }

.dtl-dmh-main-offer-buttons {
  padding-bottom: 10px; }

.dtl-dmh-item-big-button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.dtl-dmh-item-schedule :nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.dtl-dmh-item-schedule :nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.dtl-dmh-item-schedule :nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.dtl-dmh-clock-icon {
  color: #494949;
  font-size: 500%;
  margin: 20px; }

.dtl-dmh-clock-icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f017";
  color: #494949;
  position: relative;
  align-self: center; }

/* ==================================== HEADER VERSION 2 ========================================== */
.dmh-version-two .dtl-dmh-two-container-outer-wrap {
  height: 550px;
  width: 100% !important; }

.dmh-version-two .dtl-dmh-two-container-inner-wrap {
  border: 0 SOLID #fff;
  border-radius: 20px;
  margin: auto;
  position: relative;
  width: 90%; }

.dmh-version-two .dtl-dmh-two-container-inner-wrap:before {
  border-radius: 20px;
  content: '';
  height: 90%;
  left: 0;
  position: absolute;
  top: 5%;
  width: 100%; }

.dmh-version-two .dtl-dmh-two-container-outer-inner-spacer {
  height: 50px; }

.dmh-version-two .dtl-dmh-two-container .dtl-dmh-two-item-reviews {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 30px;
  display: inline-block;
  margin: 0;
  max-width: 48%;
  min-height: 0;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  width: 48%; }

.dmh-version-two .dtl-dmh-two-item-main {
  margin-bottom: 0; }

.dmh-version-two .dtl-dmh-two-container .dtl-dmh-two-item-schedule {
  background-color: transparent;
  display: inline-block;
  max-width: 48%;
  position: relative;
  width: 48%; }

.dmh-version-two .dtl-dmh-two-item-schedule, .dmh-version-two .dtl-dmh-two-main-offer {
  border: 0;
  box-shadow: none; }

.dmh-version-two .dtl-dmh-two-item-schedule .dtl-dmh-two-right-wrap {
  padding: 10px; }

.dmh-version-two .dtl-dmh-two-item-schedule-logo-image {
  display: none;
  float: right;
  width: 35%; }

.dmh-version-two .dtl-dmh-two-item-schedule-logo-image img {
  width: 50%; }

.dmh-version-two .dtl-dmh-two-item-content-text,
.dmh-version-two .dtl-dmh-two-item-schedule-title-text {
  display: inline-block;
  text-align: center; }

.dmh-version-two .dtl-dmh-two-item-schedule-title-text {
  width: 100%; }

.dmh-version-two .dtl-dmh-two-item-big-button-container {
  display: inline-block; }

.dmh-version-two .dtl-dmh-two-item-big-button-container .dtl-dmh-button-big {
  margin: 10px 1%;
  padding: 10px 10px;
  width: 100%; }

.dmh-version-two .dtl-dmh-main-offer-buttons .dtl-dmh-button-small {
  margin: 10px 1%;
  width: 40%; }

.dmh-version-two .dtl-dmh-main-offer .dtl-dmh-main-offer-buttons {
  width: 100%; }

.dmh-version-two .dtl-dmh-main-offer-buttons .dtl-dmh-button-small {
  margin: 0; }

.dmh-version-two .dtl-section {
  border-bottom: 0; }

.dmh-version-two .dt-service-lead-form.empty-form {
  height: 300px;
  overflow-y: scroll; }

@media all and (max-width: 390px) {
  .dtl-dmh-offer-choice {
    height: 70px;
    min-width: 87px;
    max-width: 170px; }
  .dtl-dmh-offer-choice-title {
    font-size: 60%; }
  .dtl-dmh-offer-choice-price {
    font-size: 80%; } }

@media all and (min-width: 1350px) {
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-main-offer-pricing .dtl-header-pricing {
    width: 80%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-main-offer-pricing .dtl-header-pricing {
    width: 55%; }
  .desktop .dtl-dmh-button-small .left {
    margin-left: 0px !important; }
  .desktop .dtl-dmh-item-reviews-title-text h1 {
    font-size: 235%;
    margin: 20px;
    padding: 0px !important;
    text-align: center; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule-title-text h3 {
    font-size: 235%;
    margin: 20px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-item-schedule-title-text h3 {
    font-size: 190%;
    margin: 20px; }
  .desktop .dtl-dmh-main-offer-title h2 {
    font-size: 190%; }
  .desktop .dtl-dmh-main-offer-description h3 {
    font-size: 170%; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule :nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule :nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .desktop .dtl-dmh-clock-icon {
    font-size: 600%;
    text-align: center; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-clock-icon {
    width: 100%;
    margin-top: 0px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-reviews {
    max-width: 480px;
    min-width: 320px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 50px;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    box-shadow: 3px 3px 10px #cccccc;
    border-radius: 5px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-main {
    margin-top: 20px;
    max-width: 450px;
    min-width: 320px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-item-main {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 2500px;
    align-self: stretch; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule {
    max-width: 450px;
    min-width: 320px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 50px;
    box-shadow: 3px 3px 10px #cccccc;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-radius: 5px; }
  .desktop .dtl-dmh-item-reviews-title-text {
    width: 100%; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule-title-text {
    width: 100%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-main-offer {
    min-height: 320px;
    max-width: 450px;
    min-width: 400px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 800px;
    -ms-flex: 1 1 800px;
    flex: 1 1 800px;
    align-self: stretch;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-main-offer {
    min-width: 240px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choices {
    min-height: 320px;
    max-width: 450px;
    min-width: 400px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 800px;
    -ms-flex: 1 1 800px;
    flex: 1 1 800px;
    align-self: stretch;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice {
    max-height: 80px;
    min-height: 45px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
    margin-left: 50px;
    margin-bottom: 5px;
    max-width: 90%;
    width: 100%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice-text {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice-title {
    font-size: 140%;
    height: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 35%;
    border-right: 1px solid #c8c8c8;
    border-bottom: 0px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-offer-choice-title {
    font-size: 90%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice-price {
    font-size: 170%;
    flex: 2;
    width: 65%;
    height: 100%; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-offer-choice-price {
    font-size: 100%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice.active:before {
    transform: scale(1, 2);
    content: "\f0d9";
    left: -40px;
    right: auto;
    top: 8px;
    margin: auto; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-button-big.top {
    margin-bottom: 20px;
    margin-left: 10px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-button-big.bottom {
    margin-top: 20px;
    margin-right: 10px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-big-button-container {
    max-width: 280px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-item-big-button-container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

.syndicateListWrap > ul {
  margin: 0px;
  margin-bottom: 500px;
  padding: 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.syndicateListWrap > ul > li {
  background: #fafafa;
  list-style: none;
  float: left;
  width: 50%;
  padding: 30px 10px; }

.syndicateListWrap ul li h3 {
  font-size: 32px;
  font-weight: 200;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px; }

#adwordsContainer h3 {
  color: #63666a;
  font-weight: 200; }

.syndicateListWrap ul li h3 img {
  width: 300px;
  vertical-align: middle; }

#adwordsContainer {
  padding: 30px 10px; }

#adwordsContainer h3 {
  line-height: 56px; }

#landingContainer {
  width: 100%; }

#landingContainer h3 {
  line-height: 56px;
  font-weight: 400;
  color: #727272; }

#landingContainer h3 img {
  width: 80px;
  margin-right: 10px; }

.demoAd {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  margin: 10px auto;
  max-width: 630px;
  width: 100%;
  text-align: left; }

.websiteText {
  color: #006621;
  font-weight: 400;
  font-size: 14px; }

.demoAd p {
  margin: 0px;
  line-height: 18px !important; }

.demoAd .demo-ad-link {
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #1A0DAB; }

.demoAd .demo-ad-link sup {
  top: -4px;
  font-size: 75%;
  position: relative; }

.demoAdCopy {
  display: block;
  font-size: small;
  color: #545454;
  margin-top: 1px !important; }

.demoAdLogo {
  background: #59946B;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  vertical-align: baseline;
  padding: 0px 2px;
  border-radius: 2px;
  margin-right: 7px; }

.laptopContainer {
  width: 100%;
  max-width: 650px;
  margin: 0px auto;
  border-bottom: 15px solid #ccc;
  border-radius: 10px;
  position: relative; }

.laptopContainer:after {
  content: '';
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 12px;
  width: 100%;
  left: 0px;
  position: absolute;
  box-shadow: 0px 3px 1px rgba(100, 100, 100, 0.5) !important; }

.laptopScreen {
  background: #000;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26);
  width: 90%;
  margin: auto;
  padding: 24px 16px 16px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-radius: 16px 16px 0 0; }

.landingHeader {
  border: 1px solid #333; }

@media screen and (max-width: 1250px) {
  .syndicateListWrap > ul > li {
    width: 100%;
    float: none;
    display: block; } }

@media screen and (max-width: 768px) {
  .laptopContainer {
    border-bottom: none;
    max-width: 400px; }
  .laptopContainer:after {
    display: none; }
  .laptopScreen {
    border-radius: 16px 16px 16px 16px; } }

#dt-service-coupons * {
  box-sizing: border-box !important; }

.service-coupon-container {
  margin: 0px auto;
  padding: 20px 20px;
  border-radius: 3px;
  font-size: 14px;
  color: #212121;
  line-height: 1.375em;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0px auto; }

.service-coupon-container .service-sortable-list {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.dt-coupon-bottom-bar {
  display: none;
  padding: 10px;
  color: #212121;
  border-top: 1px solid #e8e8e8;
  text-align: center; }

.service-coupon-container.print .dt-coupon-bottom-bar {
  display: block; }

.dt-service-coupon {
  position: relative;
  background: #fff;
  border-radius: 3px;
  text-align: left;
  padding: 0px;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  margin: 10px 1%;
  overflow: auto;
  width: 23%;
  float: left;
  max-width: 400px;
  display: block; }

.dt-service-coupon.single-coupon {
  clear: both;
  width: 100%;
  max-width: 350px;
  float: none;
  margin: 0px auto; }

.dt-service-coupon .dt-coupon-title-container {
  overflow: hidden;
  background: #fff;
  padding: 15px 0px 15px;
  text-align: left; }

.dt-service-coupon .dt-coupon-title-container .dt-coupon-title {
  font-size: 24px !important;
  margin: 0px !important;
  padding: 0px;
  display: block;
  position: relative; }

.dt-coupon-img-container {
  background-position: center center !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  float: left;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0px; }

.dt-coupon-img-container .dt-coupon-img {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: none; }

.dt-coupon-text-container {
  float: left;
  width: 100%;
  padding: 0px 10px; }

.dt-coupon-bottom {
  font-size: 10px;
  clear: both;
  display: block;
  padding: 5px;
  text-align: center; }

.dt-coupon-bottom {
  display: block;
  clear: both; }

.dt-coupon-disclaimer {
  display: block;
  color: #757575;
  font-size: 10px !important;
  margin: 0px !important;
  line-height: 1.2 !important; }

.dt-exp-bar {
  display: block;
  clear: both;
  overflow: auto;
  padding: 5px 10px 5px; }

.dt-coupon-details-button {
  float: right;
  display: inline-block;
  text-decoration: none;
  color: #757575;
  cursor: pointer;
  font-size: 12px; }

.dt-coupon-expiration-date {
  float: left;
  display: inline-block;
  color: #757575;
  margin-top: 2px;
  font-size: 12px !important; }

.dt-coupon-title {
  font-size: 32px !important;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0px; }

.dt-coupon-pricing-container {
  background: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  padding: 5px;
  min-height: 107px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.dt-coupon-pricing-container > div {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.dt-coupon-price-container {
  display: block;
  width: 100%;
  overflow: auto;
  text-align: right; }

.dt-coupon-price-container.coupon-single-pricing {
  text-align: center; }

.dt-coupon-price-container.coupon-sale-price {
  padding-top: 5px; }

.dt-coupon-price-container.coupon-savings {
  border-bottom: 1px solid #ccc; }

.dt-coupon-price-title {
  float: left;
  margin-top: 10px; }

.dt-coupon-price-container.original-price .dt-coupon-price-title, .dt-coupon-price-container.coupon-savings .dt-coupon-price-title {
  font-size: 10px;
  margin-top: 0px; }

.dt-coupon-price-container.coupon-sale-price .dt-coupon-price-title {
  font-weight: bold;
  font-size: 14px; }

.dt-coupon-price {
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0px 0px; }

.dt-coupon-minus {
  font-size: 24px;
  margin-right: 3px; }

.dt-coupon-price-container.coupon-sale-price .dt-coupon-price {
  color: #388E3C; }

.dt-coupon-price-container.coupon-single-pricing .dt-coupon-price {
  color: #388e3c; }

.dt-coupon-price-container.original-price .dt-coupon-price {
  color: #d32f2f;
  text-decoration: line-through;
  font-size: 16px; }

.dt-coupon-price-container.coupon-savings .dt-coupon-price {
  font-size: 16px; }

.dt-coupon-price sup {
  font-size: 50%;
  position: relative;
  top: -11px; }

.dt-coupon-price-container.original-price .dt-coupon-price sup, .dt-coupon-price-container.coupon-savings .dt-coupon-price sup {
  font-size: 50%;
  position: relative;
  top: -5px; }

.dt-service-coupon .dt-coupon-text {
  font-size: 12px !important;
  line-height: 1.35;
  margin: 10px auto 0px !important;
  display: block;
  position: relative;
  height: 100px !important;
  max-height: 100px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important; }

.dt-coupon-disclaimer {
  font-size: 9px;
  line-height: 1.75;
  margin: 0px; }

.dt-coupon-cta-wrap {
  clear: both;
  overflow: auto;
  display: block;
  padding: 10px 10px 0px;
  margin: 0px 0px 0px;
  text-align: center; }

.dt-service-coupon .dt-coupon-cta {
  background: #757575;
  border: none;
  display: inline-block;
  text-decoration: none !important;
  width: 100%;
  text-align: center;
  font-size: 16px !important;
  padding: 10px !important;
  margin: 5px 0px !important;
  color: #ffffff;
  float: right; }

.dt-coupon-cta.main-cta {
  font-size: 16px !important;
  width: 100%;
  display: inline-block;
  text-transform: capitalize;
  padding: 10px; }

.dt-coupon-cta:not(:last-of-type) {
  margin-right: 5px; }

.dt-coupon-cta:hover {
  color: #fff;
  cursor: pointer; }

.dt-coupon-disclaimer {
  display: block;
  color: #757575;
  font-size: 10px !important;
  margin: 0px !important;
  line-height: 1.2 !important; }

.ncs-phone, .ucs-phone {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  color: #333;
  font-weight: 600;
  display: inline-block !important;
  font-size: 22px;
  margin: 5px auto !important;
  padding: 0px 20px 0px 0px !important;
  letter-spacing: 2px;
  width: auto !important;
  overflow: hidden;
  position: relative !important; }

.ncs-phone i, .ucs-phone i {
  color: #fff;
  padding: 7px 20px 7px 10px !important;
  display: inline-block !important;
  position: relative;
  z-index: 2; }

.ncs-phone:after, .ucs-phone:after {
  content: '';
  width: 34px;
  height: 100%;
  position: absolute;
  border-radius: 3px 0px 0px 3px;
  background: #333;
  top: 0px;
  left: 0px; }

.dt-service-coupon .ncs-phone {
  margin-bottom: 10px !important; }

.ncs-button.main-cta {
  border-radius: 3px !important;
  position: relative;
  background: -webkit-linear-gradient(#d91c1c 0%, #951313 100%);
  background: -o-linear-gradient(#d91c1c 0%, #951313 100%);
  background: linear-gradient(#d91c1c 0%, #951313 100%); }

.ncs-button.main-cta span {
  position: relative; }

.ncs-button.main-cta img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.ncs-button.main-cta:hover .ncs-button-layover {
  opacity: .75; }

.ncs-copyright {
  display: block;
  color: #757575;
  font-size: 10px;
  margin: 5px auto;
  clear: both;
  text-align: center; }

.dt-sales-event-image {
  display: block;
  margin: auto;
  border-top: 1px solid #e8e8e8;
  text-align: right;
  width: 100%;
  z-index: 11;
  padding: 5px 10px !important;
  background: #fff; }

.dt-sales-event-image img {
  width: 100%;
  max-width: 120px;
  vertical-align: bottom; }

.offer-admin-only-row {
  display: block;
  color: #757575;
  font-size: 10px;
  margin: 5px auto;
  clear: both;
  text-align: center;
  font-weight: bold; }

@media screen and (max-width: 1440px) {
  .dt-service-coupon {
    width: 31%; } }

@media screen and (max-width: 1025px) {
  .service-coupon-container {
    padding: 20px; }
  .dt-service-coupon {
    width: 48%; } }

@media screen and (max-width: 768px) {
  .service-coupon-container {
    padding: 20px; }
  .dt-service-coupon {
    padding: 0px; }
  .service-coupon-container {
    display: block;
    text-align: center; }
  .dt-service-coupon {
    width: 100%;
    max-width: 400px;
    float: none;
    margin: auto; }
  .dt-coupon-img-container, .dt-coupon-text-container {
    float: none;
    width: 100%; }
  .dt-coupon-price {
    font-size: 32px; }
  .dt-coupon-price sup {
    top: -10px; }
  .dt-coupon-title-container {
    padding: 20px 0px; }
  .dt-coupon-title {
    font-size: 22px; }
  .dt-coupon-text {
    margin: 20px auto;
    font-size: 14px;
    line-height: 1.125; }
  .dt-coupon-expiration-date {
    font-size: 14px;
    line-height: 1.125; }
  .dt-coupon-cta-wrap {
    padding: 0px 10px; }
  .dt-coupon-cta, .dt-coupon-cta.main-cta {
    width: 100%;
    margin: 5px 0px; } }

.service-specials {
  /*======================================== SEARCH BAR ==========================*/
  /*=======================================  ADD NEW BUTTON AND POPUP =================*/
  /*============================================================

  SERVICE SPECIALS FILTER BAR

=============================================================*/
  /*=======================================  SAVING FLAG =================*/
  /*=======================================  QUALITY SCORE =================*/
  /*=======================================  Input && Preview tabs =================*/ }
  .service-specials h1.page-title {
    margin: 0px;
    padding: 50px 50px 10px;
    text-align: left; }
  .service-specials .dt-service-coupon.list {
    overflow: visible;
    margin-bottom: 70px;
    min-width: 350px !important; }
  .service-specials .dt-service-coupon.service-categories-version-2.list {
    margin-bottom: 105px; }
  .service-specials .dt-service-coupon.no-service-category {
    border: 1px solid #d32f2f; }
  .service-specials .service-coupon-container {
    clear: both; }
  .service-specials .dt-tool-page-header {
    overflow: auto;
    background: #ffffff; }
  .service-specials .header-top-section {
    overflow: auto;
    padding: 20px 20px; }
  .service-specials .dt-tool-page-header h1 {
    text-align: left;
    margin: 30px 0px 20px;
    padding: 0px 0px;
    font-size: 38px;
    float: left;
    width: 50%; }
  .service-specials .header-bottom-section {
    overflow: auto;
    display: block;
    overflow: auto;
    padding: 10px 20px;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    position: relative; }
  .service-specials .specialsSearchBar {
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 0px 0px;
    overflow: auto;
    position: relative;
    top: 0px;
    right: 0px;
    max-width: 300px;
    float: right;
    width: 50%;
    z-index: 998; }
  .service-specials .searchSpecialsGroup {
    display: inline-block;
    float: left;
    width: 100%; }
  .service-specials .searchSpecialsGroup .fa-search {
    background: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    padding: 10px; }
  .service-specials .specialsSearchBar input[type="text"] {
    background: #ffffff;
    width: 80%;
    padding: 5px 5px;
    box-shadow: none !important;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
    color: #616161 !important;
    font-size: 16px;
    vertical-align: middle; }
  .service-specials .specialsSearchBar input:focus {
    outline: none; }
  .service-specials .currentSpecialsHeader {
    background: #fafafa;
    padding: 20px 50px 50px;
    text-align: center; }
  .service-specials .currentSpecialsHeader.single {
    padding: 60px 50px 20px;
    text-align: left; }
  .service-specials .list-edit-link {
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    position: absolute;
    color: #616161 !important;
    font-size: 2.25em;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99; }
  .service-specials .list-edit-link .edit-button {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
    color: inherit !important; }
  .service-specials .list-edit-link .sortable-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2; }
  .service-specials .list-edit-link .delete-button {
    position: absolute;
    color: #d32f2f;
    cursor: pointer;
    font-size: 14px;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #d32f2f;
    color: #ffffff;
    z-index: 3; }
  .service-specials .list-edit-link:hover {
    opacity: 1; }
  .service-specials .active-inactive-button.active-button {
    position: absolute;
    cursor: pointer;
    font-size: 14px;
    bottom: 10px;
    left: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #007700;
    color: #ffffff;
    z-index: 3; }
  .service-specials .active-inactive-button.inactive-button {
    position: absolute;
    cursor: pointer;
    font-size: 14px;
    bottom: 10px;
    left: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #d32f2f;
    color: #ffffff;
    z-index: 3; }
  .service-specials .back-to-list {
    background: #616161;
    display: inline-block;
    color: #ffffff !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    margin: 5px 0px 5px 20px;
    border-radius: 3px;
    padding: 10px; }
  .service-specials .back-to-list:hover {
    color: #ffffff;
    cursor: pointer; }
  .service-specials .service-coupon-editor-container {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0px 0px;
    width: 100%;
    margin: 0px auto 20px;
    position: relative;
    overflow: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    display: block;
    overflow: auto; }
  .service-specials .specialsListTitle {
    width: 100%;
    padding: 10px 0px 10px; }
  .service-specials .specialsListTitle h3 {
    width: 100%;
    padding: 0px 0px 40px;
    margin-top: 0px;
    margin-bottom: 0px; }
  .service-specials .specialsListTitle.service-categories-version-2 h3 {
    padding: 0px 0px 60px; }
  .service-specials .service-editor-input-container {
    padding: 20px;
    width: 30%;
    float: left;
    position: relative; }
  .service-specials .service-preview-container {
    width: 70%;
    padding: 0px 0px 0px;
    float: left;
    position: relative;
    border-left: 1px solid #cccccc; }
  .service-specials .service-preview-panels {
    padding: 20px 20px 50px; }
  .service-specials .service-inputs-group {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    width: 100%;
    padding: 0px 20px 0px;
    margin: 0px 0px 5px;
    position: relative; }
  .service-specials .status-check {
    position: absolute;
    width: 40px;
    top: 10px;
    right: 5px; }
  .service-specials .status-check img {
    width: 100%; }
  .service-specials .service-inputs-group h3 {
    cursor: pointer;
    padding: 20px 0px;
    font-size: 1.15em;
    font-weight: 200;
    margin: 0px; }
  .service-specials .service-inputs-group .inner-inputs {
    padding: 0px 0px 20px; }
  .service-specials .service-inputs-group label {
    color: #757575;
    display: block;
    font-weight: 200;
    text-align: left;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    clear: both;
    font-size: 12px; }
  .service-specials .service-inputs-group input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    border-radius: 0px;
    color: #333333;
    font-size: 14px;
    box-shadow: none;
    padding: 10px;
    width: 100%; }
  .service-specials .service-inputs-group textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    border-radius: 0px;
    color: #333333;
    font-size: 14px;
    box-shadow: none;
    padding: 10px;
    width: 100%;
    height: 150px; }
  .service-specials .service-inputs-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/arrow-down-2.png") no-repeat right center #f5f5f5;
    background-size: contain;
    border: 1px solid #cccccc !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 10px 10px 10px 10px;
    width: 100%;
    position: relative;
    font-size: 14px; }
  .service-specials .service-option-checkbox {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    float: right;
    border-radius: 3px;
    position: relative;
    padding: 5px 5px;
    margin: 0px 0px 20px 20px; }
  .service-specials .service-status i {
    color: #d32f2f; }
  .service-specials .service-status.active i {
    color: #388e3c; }
  .service-specials .facebook-advertising-eligible label {
    color: #388e3c;
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 15px;
    vertical-align: middle; }
  .service-specials .option-checkbox-container {
    background: #fafafa;
    float: left;
    padding: 10px 0px;
    width: 100%; }
  .service-specials .delete-coupon-button-container {
    background: #fafafa;
    float: left;
    padding: 20px 0px;
    width: 100%; }
  .service-specials .service-option-checkbox.sale-end-date {
    float: left;
    background: transparent;
    box-shadow: none; }
  .service-specials .service-option-checkbox label {
    color: #212121;
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 15px;
    vertical-align: middle; }
  .service-specials input[type="checkbox"] {
    box-sizing: border-box;
    opacity: 0;
    position: relative;
    z-index: 5;
    height: auto;
    width: auto;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 0px;
    right: 4px;
    transform: scale(1.6);
    -webkit-transform: scale(1.6); }
  .service-specials .iconCheckbox {
    height: 20px;
    width: 20px;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 4;
    overflow: visible; }
  .service-specials .iconCheckbox:before {
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
    height: 20px;
    width: 28px;
    left: 2px;
    top: -5px;
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    content: ''; }
  .service-specials input[type="checkbox"]:checked + .iconCheckbox:before {
    opacity: 1; }
  .service-specials .deleteCouponButton {
    cursor: pointer;
    color: #d32f2f;
    float: right; }
  .service-specials .deleteCouponButton:hover {
    color: #d32f2f; }
  .service-specials .special-status {
    position: absolute;
    top: -34px;
    left: 80px;
    padding: 8px 5px 0px;
    font-size: 14px; }
  .service-specials .special-status i {
    color: #d32f2f; }
  .service-specials .special-status.active i {
    color: #388e3c; }
  .service-specials .special-select {
    position: absolute;
    top: -35px;
    left: 0px;
    padding: 8px 5px 0px;
    font-size: 14px; }
  .service-specials .special-category-tier {
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    top: -70px;
    height: 70px;
    width: 100%;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px;
    border: 1px solid #ccc; }
  .service-specials .special-service-type {
    font-weight: 300;
    font-size: 12px; }
  .service-specials .special-category {
    float: left; }
  .service-specials .special-tier {
    float: right; }
  .service-specials .special-select label {
    font-weight: 200;
    margin-right: 5px; }
  .service-specials .special-select input[type="checkbox"] {
    margin-right: 0px; }
  .service-specials .special-select .iconCheckbox {
    top: 8px;
    right: 0px; }
  .service-specials .add-new-button-container {
    display: block;
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
    float: left;
    width: 50%; }
  .service-specials .add-new-popup-trigger {
    color: #616161;
    cursor: pointer;
    display: inline-block;
    margin: 11px 5px 5px !important; }
  .service-specials .add-new-popup-trigger:hover {
    color: #A7C13F; }
  .service-specials .section-input-group {
    padding: 0px 0px;
    margin: 0px auto 5px; }
  .service-specials .remove-section {
    cursor: pointer;
    float: right;
    padding: 0px;
    margin: 20px 0px 10px; }
  .service-specials .remove-section:hover {
    color: #d32f2f; }
  .service-specials .section-input-group label {
    color: #212121;
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    padding: 0px 0px 0px;
    margin: 0px 0px 5px;
    clear: both; }
  .service-specials .section-input-group input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    border-radius: 0px;
    color: #333333;
    font-size: 14px;
    box-shadow: none;
    padding: 10px;
    width: 100%; }
  .service-specials .section-input-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/arrow-down-2.png") no-repeat right center #f5f5f5;
    background-size: contain;
    border: 1px solid #cccccc !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 10px 10px 10px 10px;
    width: 100%;
    position: relative;
    font-size: 14px; }
  .service-specials .section-input-group textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    border-radius: 0px;
    color: #333333;
    font-size: 14px;
    box-shadow: none;
    padding: 10px;
    width: 100%;
    height: 100px; }
  .service-specials .service-page-container {
    position: relative;
    min-height: 1000px; }
  .service-specials .popup-background {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: -43px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-left: 0px;
    padding-top: 80px; }
  .service-specials .add-new-popup {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 10px 20px 20px;
    overflow: auto;
    width: 100%;
    max-width: 1000px; }
  .service-specials .close-new-trigger {
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-left: 10px;
    color: #757575; }
  .service-specials .import-new-trigger {
    cursor: pointer;
    display: inline-block;
    float: right;
    color: #616161; }
  .service-specials .save-new-button {
    background: #A7C13F;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    margin: 10px 0px 0px;
    padding: 10px 20px;
    width: 150px;
    float: right; }
  .service-specials .close-new-trigger:hover {
    color: #d32f2f; }
  .service-specials .service-special-filter-bar {
    width: 100%; }
  .service-specials .service-special-filter-input-group {
    margin: 20px 20px 20px 0px;
    display: inline-block; }
  .service-specials .service-special-filter-input-group label {
    font-size: 14px;
    font-weight: 200;
    margin: 0px 5px 0px 0px;
    vertical-align: middle; }
  .service-specials .service-special-filter-input-group select {
    border-radius: 3px;
    display: inline-block;
    width: 160px; }
  .service-specials .saved-text-wrap {
    background: rgba(56, 142, 60, 0.8);
    border-top: 3px solid #388e3c;
    padding: 0px 0px 0px 200px;
    position: fixed;
    bottom: -50px;
    right: 0px;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9989;
    height: 50px;
    text-align: center; }
  .service-specials .saved-text-wrap.triggered {
    bottom: 0px; }
  .service-specials .saved-text {
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    display: block; }
  .service-specials .close-saved-text {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ffffff;
    cursor: pointer; }
  .service-specials .needs-attention-wrap {
    padding: 0px 0px; }
  .service-specials .needs-attention-notification {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    text-align: center;
    background: #d32f2f;
    border-radius: 50%;
    /*border-bottom:4px solid #D32F2F;*/
    padding: 0px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    right: -15px;
    margin: 0px 0px 0px 0px;
    max-width: 420px;
    overflow: visible;
    z-index: 9; }
  .service-specials .needs-attention-notification .close-missing-notification {
    top: 3px;
    right: 5px; }
  .service-specials .needs-attention-notification .triangle {
    color: #d32f2f;
    font-size: 24px;
    position: absolute;
    bottom: -18px;
    right: 20px;
    margin: auto;
    display: none; }
  .service-specials .needs-attention-notification h3 {
    color: #ffffff;
    margin: 0px;
    font-size: 14px;
    line-height: 30px; }
  .service-specials .needs-attention-trigger {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    float: right; }
  .service-specials .needs-attention-list {
    clear: both;
    margin: 0px;
    padding: 0px 0px 10px; }
  .service-specials .needs-attention-list li {
    list-style: none; }
  .service-specials .needs-attention-list li a {
    color: #ffffff;
    display: block;
    margin: 3px auto;
    font-weight: 800;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 1.2; }
  .service-specials .quality-score-container {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    float: right;
    width: 400px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 9 !important; }
  .service-specials .quality-bar-title {
    font-size: 12px;
    color: #757575;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
    float: left; }
  .service-specials .quality-text-count {
    font-size: 14px;
    color: #757575;
    text-align: right;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    float: right; }
  .service-specials .quality-bar {
    clear: both;
    position: relative;
    width: 100%;
    height: 20px;
    border: 1px solid #cccccc;
    background: #fafafa; }
  .service-specials .quality-progress {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #388e3c;
    transition: width 1s ease-in-out;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out; }
  .service-specials .quality-score-container.list {
    box-shadow: none;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-radius: 3px 3px 0px 0px;
    margin-right: 0px;
    padding: 5px 5px;
    width: 180px;
    background: #fafafa;
    position: absolute;
    top: -37px;
    right: 0px;
    z-index: 0; }
  .service-specials .quality-score-container.list .quality-bar-title {
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1; }
  .service-specials .quality-score-container.list .quality-text-count {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1; }
  .service-specials .quality-score-container.list-average {
    border-radius: 3px;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    margin: 0px 0px;
    width: 50%;
    max-width: 400px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #e8e8e8;
    float: right;
    cursor: pointer; }
  .service-specials .quality-bar-title {
    font-size: 12px;
    color: #757575;
    display: block;
    margin-bottom: 5px;
    float: left; }
  .service-specials .quality-score-container.list-average .quality-bar-title {
    margin-bottom: 0px; }
  .service-specials .quality-text-count {
    font-size: 14px;
    color: #757575;
    text-align: right;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    float: right; }
  .service-specials .quality-score-container.list-average .quality-text-count {
    margin-bottom: 0px; }
  .service-specials .quality-score-container.list .quality-bar {
    height: 10px; }
  .service-specials .quality-bar.yellow .quality-progress {
    background: #fbc02d; }
  .service-specials .quality-bar.red .quality-progress {
    background: #d32f2f; }
  .service-specials .editor-page-wrap {
    position: relative; }
  .service-specials .missing-item-notification {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    border-radius: 3px;
    border-bottom: 4px solid #d32f2f;
    border-top: 4px solid rgba(211, 47, 47, 0);
    position: absolute;
    top: -80px;
    left: 90px;
    padding: 5px 15px;
    margin: 0px 0px 0px;
    width: 300px;
    background: rgba(211, 47, 47, 0.6); }
  .service-specials .missing-notification-title {
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 1.35; }
  .service-specials .missing-notification-link {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    cursor: pointer; }
  .service-specials .missing-notification-link:hover {
    color: #fafafa; }
  .service-specials .bottom-caret {
    font-size: 30px;
    line-height: 25px;
    position: absolute;
    bottom: -19px;
    right: 10px;
    color: #d32f2f;
    opacity: 1; }
  .service-specials .facebook-advertising-eligible {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 180px;
    padding: 8px 5px 0px; }
  .service-specials .facebook-advertising-eligible img {
    width: 100%;
    vertical-align: bottom; }
  .service-specials .close-missing-notification {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #ffffff;
    cursor: pointer; }
  .service-specials .service-qa-section {
    padding: 20px 50px; }
  .service-specials .qa-content-wrap h3 {
    font-size: 32px; }
  .service-specials .suggestions-list {
    margin: 0px;
    padding: 0px 0px 0px 50px; }
  .service-specials .suggestions-list li {
    margin: 0px;
    padding: 0px;
    text-transform: capitalize; }
  .service-specials .specialInputTabs {
    display: block;
    overflow: auto;
    border-bottom: 1px solid #cccccc; }
  .service-specials .specialInputTabs ul {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    width: auto;
    display: block; }
  .service-specials .specialInputTab {
    background: #fafafa;
    color: #212121;
    border-top: 2px solid #fafafa;
    outline: none;
    list-style: none;
    float: left;
    padding: 0px;
    line-height: 49px;
    width: 33.3333%; }
  .service-specials .specialInputTab:not(:last-of-type) {
    border-right: 1px solid #cccccc; }
  .service-specials .specialInputTab:hover {
    cursor: pointer;
    background: #ffffff;
    border-top: 2px solid #ffffff; }
  .service-specials .specialInputTabs.mainTab .mainInfoTab,
  .service-specials .specialInputTabs.pricingTab .pricingInfoTab,
  .service-specials .specialInputTabs.disclaimerTab .disclaimerInfoTab {
    border-top: 2px solid #A7C13F;
    background: #ffffff;
    font-weight: bold; }
  .service-specials .previewTabs {
    overflow: auto;
    width: 100%; }
  .service-specials .previewTabs ul {
    background: #fafafa;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap; }
  .service-specials .previewTab {
    background: #fafafa;
    border-right: 1px solid #cccccc;
    border-top: 2px solid #fafafa;
    list-style: none;
    margin: 0px;
    padding: 10px 20px;
    float: left;
    text-align: center;
    cursor: pointer; }
  .service-specials .previewTab:hover {
    background: #ffffff;
    border-top: 2px solid #ffffff; }
  .service-specials .previewTab.specialTab,
  .service-specials .previewTab.landingTab {
    color: #727272;
    font-weight: 400;
    font-size: 18px;
    padding: 4.5px 20px; }
  .service-specials .previewTab.specialTab img,
  .service-specials .previewTab.landingTab img {
    width: 40px;
    vertical-align: middle;
    margin-right: 5px; }
  .service-specials .previewTab.adwordsTab img {
    width: 30px;
    vertical-align: middle; }
  .service-specials .previewTab.socialTab,
  .service-specials .previewTab.syncTab {
    display: block;
    color: #727272;
    font-weight: 400;
    font-size: 18px; }
  .service-specials .previewTab.socialTab img,
  .service-specials .previewTab.syncTab img {
    width: 28px;
    vertical-align: middle; }
  .service-specials .previewTabs.specialTab .specialTab,
  .service-specials .previewTabs.adwordsTab .adwordsTab, .service-specials .previewTabs.landingTab .landingTab,
  .service-specials .previewTabs.socialTab .socialTab,
  .service-specials .previewTab.syncTab .syncTab {
    border-top: 2px solid #A7C13F;
    background: #ffffff; }
  .service-specials #adwordsContainer,
  .service-specials #socialPreviewContainer {
    clear: both; }
  .service-specials .coming-soon-container {
    width: 100%;
    max-width: 800px;
    margin: 0px auto 10px;
    background: rgba(0, 0, 0, 0.4);
    padding: 150px 50px;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); }
  .service-specials .coming-soon-text {
    font-size: 2.5rem; }
  .service-specials .example-ncs {
    background: #fafafa;
    padding: 50px 10px 70px; }
  .service-specials .featured-offer-notification {
    width: 35px;
    position: absolute;
    right: 210px;
    top: -38px;
    padding: 8px 5px 0px; }
  .service-specials .syndicated-offer-notification {
    width: 35px;
    position: absolute;
    right: 180px;
    top: -38px;
    padding: 8px 5px 0px; }
  .service-specials .featured-offer-notification img,
  .service-specials .syndicated-offer-notification img {
    width: 100%;
    vertical-align: bottom; }
  .service-specials .syndicated-offer-with-featured-offer-notification {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 240px;
    padding: 8px 5px 0px; }
    .service-specials .syndicated-offer-with-featured-offer-notification img {
      width: 100%;
      vertical-align: bottom; }
  .service-specials .syndicated-offer-with-featured-offer-with-facebook-advertising-notification {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 280px;
    padding: 8px 5px 0px; }
    .service-specials .syndicated-offer-with-featured-offer-with-facebook-advertising-notification img {
      width: 100%;
      vertical-align: bottom; }
  .service-specials .disable-automation,
  .service-specials .syndicate-special {
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
  .service-specials .customize-container {
    float: right; }
    .service-specials .customize-container input[type='checkbox'] {
      opacity: 1;
      display: inline-block; }
    .service-specials .customize-container label {
      display: inline-block; }
  .service-specials input[disabled] {
    background-color: #dedddd !important;
    cursor: not-allowed; }

/*=====================================  MEDIA QUERIES =======================================*/
@media screen and (max-width: 1240px) {
  .service-specials .special-status {
    display: none; } }

@media screen and (max-width: 1025px) {
  .service-specials .popup-background {
    top: 0px; }
  .service-specials .service-preview-container, .service-specials .service-editor-input-container {
    width: 100%;
    display: block;
    border-bottom: 1px solid #cccccc; }
  .service-specials .service-editor-input-container {
    border-bottom: 1px solid #cccccc; }
  .service-specials .service-special-filter-label {
    width: 80px; } }

@media screen and (max-width: 768px) {
  .service-specials h1.page-title {
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: left;
    width: 100%; }
  .service-specials .specialsSearchBar {
    top: 52px;
    display: none; }
  .service-specials .special {
    padding: 0px; }
  .service-specials .specialsListTitle h3 {
    margin-bottom: 20px; }
  .service-specials .currentSpecialsHeader.single {
    padding: 70px 20px 0px; }
  .service-specials .main-page-info-container {
    padding-left: 20px;
    padding-right: 20px; }
  .service-specials .banner-inputs-group {
    width: 100%; }
  .service-specials .quality-score-container {
    margin: 20px 0px 0px !important; }
  .service-specials .quality-score-container.list {
    margin-top: 0px !important; }
  .service-specials .header-bottom-section {
    padding: 0px 0px 20px; }
  .service-specials .add-new-button-container {
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8; }
  .service-specials .add-new-popup-trigger {
    float: none;
    margin-top: 0px !important;
    width: 100%;
    margin: 5px 5px !important;
    max-width: 300px; }
  .service-specials .add-new-popup {
    max-width: 600px; }
  .service-specials .quality-score-container.list-average {
    width: 90%;
    max-width: none;
    float: none;
    margin: 20px auto 0px !important; }
  .service-specials .service-qa-section {
    padding: 20px 20px 100px; }
  .service-specials .qa-content-wrap h3 {
    font-size: 24px;
    margin: 0px 0px 20px; }
  .service-specials .quality-score-container {
    width: 100%;
    margin-right: 0px;
    border-right: 0px;
    border-left: 0px;
    right: 0px; }
  .service-specials .missing-item-notification {
    position: fixed;
    top: auto;
    left: 0px;
    right: auto;
    bottom: 0px;
    margin: auto;
    width: 100%;
    z-index: 9987;
    border-radius: 0px; }
  .service-specials .previewTab {
    width: 25%;
    font-size: 12px !important;
    padding: 10px 0px; }
  .service-specials .previewTab.adwordsTab img {
    width: 90%;
    max-width: 30px; }
  .service-specials .previewTab.socialTab img {
    width: 30px;
    display: block;
    margin: 0px auto 10px; }
  .service-specials .previewTab.specialTab img,
  .service-specials .previewTab.landingTab img {
    width: 30px;
    margin-right: 3px;
    vertical-align: middle;
    display: block;
    margin: 0px auto 10px; }
  .service-specials .dt-service-coupon.list {
    min-width: 300px !important; }
  .service-specials .service-special-filter-label {
    text-align: center;
    padding-bottom: 10px; } }

/* Default button */
/* Buttons */
.media-gallery-upload-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #616161; }
  .media-gallery-upload-button i, .media-gallery-upload-button span {
    margin: 5px; }

.media-gallery-choose-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #616161; }
  .media-gallery-choose-button i, .media-gallery-choose-button span {
    margin: 5px; }

.media-gallery-cancel-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #cc0000; }
  .media-gallery-cancel-button i, .media-gallery-cancel-button span {
    margin: 5px; }

/* Flex mixins */
/* Modal Container */
.media-gallery-modal-container {
  padding: 50px;
  overflow-y: initial; }
  .media-gallery-modal-container .upload {
    height: auto;
    max-height: 300px;
    overflow-y: scroll; }
  .media-gallery-modal-container .choose {
    height: 75vh;
    overflow-y: auto; }

/* Modal Body Container */
.media-gallery-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  /* Upload */
  /* Choose */ }
  .media-gallery-container .media-gallery-form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
    overflow: auto;
    /* Button Layout */ }
    .media-gallery-container .media-gallery-form-group .media-gallery-file-name {
      font-weight: bold; }
    .media-gallery-container .media-gallery-form-group .media-gallery-file-size {
      font-style: italic; }
    .media-gallery-container .media-gallery-form-group .media-gallery-progress-bar {
      margin: 10px 0; }
    .media-gallery-container .media-gallery-form-group .media-gallery-form-button-group {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
  .media-gallery-container .media-gallery-thumbnail {
    cursor: pointer;
    border-radius: 3px;
    border: none;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    padding: 5px;
    margin: 5px;
    position: relative;
    padding: 0;
    overflow: hidden;
    max-width: 200px;
    max-height: 200px; }
    .media-gallery-container .media-gallery-thumbnail i, .media-gallery-container .media-gallery-thumbnail span {
      margin: 5px; }
    .media-gallery-container .media-gallery-thumbnail .media-gallery-hover-overlay {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.2);
      opacity: 0;
      z-index: 51;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    .media-gallery-container .media-gallery-thumbnail .media-gallery-hover-overlay:hover {
      opacity: 1; }

/* Directive */
media-gallery-picker {
  padding: 5px; }

/* Button Layout */
.media-gallery-form-button-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/*======================= Dashboard ==================================*/
.support-ticket-page-container {
  min-height: 1000px; }

.page-header.support-header {
  position: relative;
  overflow: auto;
  padding: 40px 20px 30px; }

.support-header h1 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 38px;
  width: 50%; }

.page-header.support-header .dt-primary-gradient-button {
  margin-top: 20px;
  display: none; }

.support-ticket-search {
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0px;
  padding: 0px;
  width: 50%;
  max-width: 300px;
  text-align: right;
  line-height: 29px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  overflow: hidden; }

.support-ticket-search input[type="text"] {
  display: inline-block;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: #fff;
  padding: 0px;
  width: 80%; }

.support-ticket-search i {
  display: inline-block;
  text-align: center;
  background: #fff;
  width: 20%; }

.dashboardContainer.support-container {
  padding: 0px; }

.support-dashboard-container {
  padding: 20px 50px;
  margin: auto;
  clear: both; }

.support-dashboard-container.edit-view {
  min-height: 0px;
  padding-top: 50px; }

.add-new-ticket-button {
  float: right; }

.support-dashboard-action-bar {
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  position: relative; }

.support-dashboard-action-button {
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  border-left: 1px solid #e8e8e8;
  text-align: center; }

.support-dashboard-action-button:last-of-type {
  border-right: 1px solid #e8e8e8; }

.support-dashboard-action-button.all {
  color: #757575; }

.support-dashboard-action-button.new {
  color: #095AE3; }

.support-dashboard-action-button.rejected {
  color: #000000; }

.support-dashboard-action-button.open {
  color: #388E3C; }

.support-dashboard-action-button.hold {
  color: #03A9F4; }

.support-dashboard-action-button.closed {
  color: #d32f2f; }

.support-dashboard-action-button a {
  display: block;
  text-decoration: none;
  color: #A7C13F; }

.support-ticket-search input[type="text"] {
  display: inline-block;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #fff;
  padding: 0px;
  width: 80%; }

.support-ticket-search i {
  display: inline-block;
  background: #fff;
  width: 20%; }

/*======================= SUPPORT TICKET ==================================*/
.support-ticket {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 10px auto;
  overflow: visible;
  padding: 0px;
  position: relative; }

/* TOP SECTION */
.ticket-top-section {
  width: 100%;
  display: block;
  overflow: auto; }

.ticket-top-left-container {
  float: left;
  display: inline-block;
  width: 20%;
  padding: 20px;
  overflow: visible; }

.ticket-top-middle-container {
  float: left;
  display: inline-block;
  width: 60%;
  padding: 20px 20px; }

.ticket-top-right-container {
  float: left;
  display: inline-block;
  width: 20%;
  padding: 20px; }

/* Comments middle SECTION */
.ticket-comments-container {
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  padding: 20px 50px 20px;
  overflow: auto;
  border-top: 1px solid #e8e8e8; }

.ticket-comments-container .dt-close-popup {
  margin-bottom: 20px; }

.ticket-comments-container textarea {
  height: 100px; }

.ticket-comments-container .dt-form-button {
  margin-top: 0px !important; }

/* BOTTOM SECTION */
.ticket-bottom-section {
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  display: block;
  overflow: auto; }

.ticket-bottom-category {
  float: left;
  padding: 10px 20px;
  display: inline-block;
  border-right: 1px solid #e8e8e8;
  width: 200px;
  line-height: 1.1; }

.ticket-bottom-action {
  width: auto;
  padding: 0px 10px;
  text-align: center;
  line-height: 28px; }

.ticket-bottom-action a, .ticket-bottom-action span {
  display: block;
  padding: 10px 10px;
  cursor: pointer; }

.ticket-bottom-action i {
  font-size: 20px;
  color: #616161; }

.support-ticket .ticket-subject, .support-ticket .ticket-subject a {
  cursor: pointer !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  line-height: 1.2 !important;
  display: block !important;
  color: #212121 !important; }

.support-ticket .ticket-subject, .support-ticket .ticket-description {
  display: block; }

.support-ticket .ticket-description, .support-ticket .ticket-description a {
  margin-bottom: 0px !important;
  line-height: 1.2 !important;
  font-size: 16px !important;
  font-weight: 200;
  color: #757575 !important;
  display: block !important; }

.support-ticket .ticket-comments {
  margin-top: 10px;
  color: #757575;
  text-decoration: none;
  cursor: pointer !important;
  display: inline-block; }

.support-ticket .ticket-number {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #212121;
  padding: 0px 0px 5px; }

.support-ticket .ticket-status {
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-radius: 3px;
  text-transform: capitalize;
  display: block;
  text-align: center;
  padding: 10px;
  position: relative; }

.support-ticket .ticket-status.open {
  background: #388E3C; }

.support-ticket .ticket-status.new {
  background: #095AE3; }

.support-ticket .ticket-status.rejected {
  background: #000000; }

.support-ticket .ticket-status.hold {
  background: #03A9F4; }

.support-ticket .ticket-status.closed {
  background: #d32f2f; }

.support-ticket .ticket-created-by {
  font-size: 14px;
  color: #212121;
  display: block; }

.support-ticket .ticket-created-by span {
  font-size: 12px;
  color: #757575;
  display: block; }

.support-ticket .ticket-created-date {
  display: block;
  font-size: 14px;
  color: #212121; }

.support-ticket .ticket-created-date span {
  font-size: 12px;
  color: #757575;
  display: block; }

.support-ticket .ticket-completed-by {
  font-size: 12px;
  color: #d32f2f; }

.support-ticket .ticket-completed-date {
  margin-top: 5px;
  color: #d32f2f; }

.support-ticket .ticket-completed-date:last-of-type {
  margin-top: 0px; }

.support-ticket .ticket-priority {
  font-size: 14px;
  display: block;
  color: #212121;
  text-transform: capitalize; }

.support-ticket .ticket-priority span {
  font-size: 12px;
  display: block;
  color: #757575; }

.support-ticket .ticket-category {
  font-size: 14px;
  display: block;
  color: #212121;
  text-transform: capitalize; }

.support-ticket .ticket-category span {
  font-size: 12px;
  display: block;
  color: #757575; }

/*==================================  INPUTS CONTAINER ====================================*/
.support-screen-shot-container {
  float: left;
  width: 30%;
  padding: 20px; }

.support-inputs-container {
  float: left;
  width: 70%;
  padding: 20px; }

.dt-tabs-container.inputs .inputs, .dt-tabs-container.comments .comments {
  font-weight: bold;
  border-bottom: 1px solid #A7C13F; }

.support-ticket-inputs-container {
  background: #fff;
  border-top: 1px solid #e8e8e8;
  padding: 20px 50px; }

.support-ticket-inputs-container .dt-form-button span {
  min-width: 150px; }

/*==================================  COMMENTS CONTAINER ====================================*/
.support-ticket-comments-container {
  overflow: auto;
  padding: 0px 5px; }

.support-ticket-comment {
  padding: 10px;
  border-radius: 3px;
  margin: 5px 0px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  background: #fff;
  clear: both; }

.support-ticket-comment h3 {
  margin: 5px 0px;
  font-size: 18px;
  font-weight: 400; }

.comment-created-name {
  font-weight: 200;
  font-size: 12px;
  color: #757575; }

.comment-created {
  font-weight: 200;
  font-size: 12px;
  color: #757575; }

.support-ticket-comments-container textarea {
  height: 150px;
  margin-top: 10px; }

.support-ticket-comments-container .dt-form-group {
  overflow: visible !important; }

.support-ticket-comments-container .dt-form-button {
  margin-top: 0px !important; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Lincoln ProximaNova Bold';
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-bold/v1/webfont.eot");
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-bold/v1/webfont.eot?#iefix") format("embedded-opentype"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-bold/v1/webfont.ttf") format("truetype"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-bold/v1/webfont.woff") format("woff"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-bold/v1/webfont.svg#lincoln_proxima_novabold") format("svg");
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Lincoln ProximaNova Semibold';
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-semibold/v1/Lincoln-ProximaNova-Sbold.otf") format("opentype");
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Lincoln ProximaNova Regular';
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-regular/v1/webfont.eot");
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-regular/v1/webfont.eot?#iefix") format("embedded-opentype"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-regular/v1/webfont.ttf") format("truetype"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-regular/v1/webfont.woff") format("woff"), url("https://static.dealer.com/v9/media/fonts/lincoln-proximanova-regular/v1/webfont.svg#lincoln_proxima_novaregular") format("svg");
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Lincoln Miller SemiBold';
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/LincolnMillerB-Semibold.eot");
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/LincolnMillerB-Semibold.eot?#iefix") format("embedded-opentype"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/LincolnMillerB-Semibold.ttf") format("truetype"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/LincolnMillerB-Semibold.woff") format("woff"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/LincolnMillerB-Semibold.svg#lincolnmillerb_romanbold") format("svg");
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Lincoln Miller SemiBold Italic';
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibold/v1/webfont.eot");
  src: url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibolditalic/v1/LincolnMillerB-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibolditalic/v1/LincolnMillerB-SemiboldItalic.ttf") format("truetype"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibolditalic/v1/LincolnMillerB-SemiboldItalic.woff") format("woff"), url("https://static.dealer.com/v9/media/fonts/lincoln-millerb-semibolditalic/v1/LincolnMillerB-SemiboldItalic.svg#LincolnMillerB-SemiboldItalic") format("svg");
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

* {
  box-sizing: border-box !important;
  outline: none; }

.used-specials {
  /*======================================== EDIT FEATURE OPTIONS ===============================*/
  /*===========================================     ================================*/
  /* ------------------Inventory Page--------------------------*/
  /*==================== FILTERS ====================*/
  /*============================== END FILTER====================*/ }
  .used-specials .used-specials-page-container {
    position: relative;
    min-height: 1000px; }
  .used-specials #new-special {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    width: 100%;
    height: 100%;
    top: -43px;
    left: 0px; }
  .used-specials .newSpecialContainer.editSpecial {
    background: #ffffff;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 98%;
    max-width: 600px;
    margin: 80px auto; }
  .used-specials .specialExample {
    background: #fafafa;
    float: right;
    width: 80%;
    padding: 0px;
    overflow: visible;
    vertical-align: middle;
    position: relative; }
  .used-specials .createSpecialSection {
    border-top: 1px solid #cccccc;
    padding: 20px;
    color: #616161; }
  .used-specials .createSpecialSection span:hover {
    color: #212121;
    cursor: pointer; }
  .used-specials .newSpecialContainer > h3 {
    margin: 0px 0px 40px; }
  .used-specials .currentSpecialsHeader {
    background: #fafafa;
    padding: 20px 50px 50px;
    text-align: center; }
  .used-specials .currentSpecialsHeader h3 {
    margin-bottom: 40px; }
  .used-specials .currentSpecialsHeader.list {
    text-align: left;
    padding: 0px; }
  .used-specials .specials-header-top-section {
    background: #ffffff;
    display: block;
    padding: 10px 20px 10px;
    overflow: auto;
    position: relative; }
  .used-specials .currentSpecialsHeader.list h1 {
    text-align: left;
    margin: 30px 0px 20px;
    padding: 0px 0px;
    font-size: 38px;
    float: left;
    width: 50%; }
  .used-specials .specialsSearchBar {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background: #ffffff;
    padding: 0px 0px;
    overflow: auto;
    position: relative;
    top: 0px;
    right: 0px;
    width: 50%;
    max-width: 300px;
    float: right;
    z-index: 998;
    box-shadow: none;
    border: 1px solid #e8e8e8; }
  .used-specials .searchSpecialsGroup {
    display: inline-block;
    float: left;
    width: 100%; }
  .used-specials .searchSpecialsGroup .fa-search {
    background: #ffffff;
    font-size: 16px;
    vertical-align: middle;
    padding: 10px; }
  .used-specials .specialsSearchBar input[type="text"] {
    background: #ffffff;
    width: 80%;
    padding: 5px 5px;
    box-shadow: none !important;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
    color: #616161 !important;
    font-size: 16px;
    vertical-align: middle; }
  .used-specials .specialsSearchBar input:focus {
    outline: none; }
  .used-specials .specialsSearchBar .newSpecialButton {
    display: none; }
  .used-specials .specials-header-bottom-section {
    display: block;
    overflow: auto;
    padding: 10px 20px;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    position: relative; }
  .used-specials .needs-attention-wrap {
    padding: 0px 0px; }
  .used-specials .needs-attention-notification {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    text-align: center;
    background: #d32f2f;
    border-radius: 50%;
    padding: 0px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    right: -15px;
    margin: 0px 0px 0px 0px;
    max-width: 420px;
    overflow: visible;
    z-index: 9; }
  .used-specials .needs-attention-notification .close-missing-notification {
    top: 3px;
    right: 5px; }
  .used-specials .needs-attention-notification .triangle {
    color: #d32f2f;
    font-size: 24px;
    position: absolute;
    bottom: -18px;
    right: 20px;
    margin: auto;
    display: none; }
  .used-specials .needs-attention-notification h3 {
    color: #ffffff;
    margin: 0px;
    font-size: 14px;
    line-height: 30px; }
  .used-specials .needs-attention-trigger {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    float: right; }
  .used-specials .needs-attention-list {
    clear: both;
    margin: 0px;
    padding: 0px 0px 10px; }
  .used-specials .needs-attention-list li {
    list-style: none; }
  .used-specials .needs-attention-list li a {
    color: #ffffff;
    display: block;
    margin: 3px auto;
    font-weight: 800;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 1.2; }
  .used-specials .newSpecialButtonContainer {
    margin: 0px 0px 0px 0px;
    overflow: auto;
    float: left;
    width: 50%; }
  .used-specials .newSpecialButton {
    cursor: pointer;
    float: left;
    padding: 10px 10px;
    margin: 11px 5px 5px !important;
    font-weight: 200;
    display: inline-block;
    color: #616161;
    float: left;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    border-radius: 3px; }
  .used-specials .newSpecialButton:hover {
    color: #A7C13F; }
  .used-specials .editSpecial {
    overflow: visible;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding: 0px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    display: block;
    overflow: auto; }
  .used-specials .editSpecial.colorBg {
    background: #fafafa; }
  .used-specials .editSpecial.inactive .ucs {
    opacity: 1; }
  .used-specials .specialExample .ucs {
    background: #fafafa;
    padding: 20px 10px 70px;
    justify-content: center;
    -webkit-justify-content: center; }
  .used-specials .specialEditor {
    background: #fafafa;
    border-right: 1px solid #cccccc;
    width: 20%;
    padding: 0px;
    max-width: 960px;
    min-height: 700px;
    margin: auto;
    float: left;
    overflow: auto;
    position: relative;
    vertical-align: middle; }
  .used-specials .newSpecialContainer.editSpecial .specialEditor {
    background: #fafafa;
    border: none;
    width: 50%;
    float: left;
    min-height: 0px; }
  .used-specials .displayEditor {
    float: left;
    width: 50%;
    padding: 240px 10px 0px;
    text-align: center;
    vertical-align: middle;
    height: 585px; }
  .used-specials .newSpecialContainer.editSpecial .displayEditor {
    float: left;
    width: 50%; }
  .used-specials .newSpecialContainer.editSpecial .createSpecialInputs {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: none;
    border: none;
    width: 100%;
    padding: 20px 10px 10px; }
  .used-specials .copyInputsGroup {
    width: 100%;
    max-width: 300px; }
  .used-specials .createSpecialInputs.new-special .copyInputsGroup {
    max-width: 100%; }
  .used-specials .displayEditor h4, .used-specials .displayEditor button,
  .used-specials .displayEditor span,
  .used-specials .displayEditor a {
    -webkit-transition: 1s linear opacity;
    -moz-transition: 1s linear opacity;
    transition: 1s linear opacity; }
  .used-specials .displayEditor.ng-hide h4,
  .used-specials .displayEditor.ng-hide button,
  .used-specials .displayEditor.ng-hide span,
  .used-specials .displayEditor.ng-hide a {
    -webkit-transition: .1s linear opacity;
    -moz-transition: .1s linear opacity;
    transition: .1s linear opacity;
    opacity: 0; }
  .used-specials .displayEditor button,
  .used-specials .saveSpecialButton {
    clear: both;
    background: #A7C13F;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    color: #ffffff;
    margin: 10px auto;
    padding: 15px 0px;
    width: 200px;
    display: block; }
    .used-specials .displayEditor button:disabled,
    .used-specials .saveSpecialButton:disabled {
      background: #ffd080;
      box-shadow: none;
      color: #b3b3b3; }
  .used-specials .viewInventoryButton {
    float: right;
    margin: 0px 10px; }
  .used-specials .showStockButton {
    float: left;
    clear: both;
    border: none;
    background: transparent;
    box-shadow: none;
    padding-right: 0px;
    color: #757575;
    margin-top: 5px; }
  .used-specials .showStockButton:hover {
    color: #A7C13F; }
  .used-specials .showStockButton.inventory-link {
    position: absolute;
    top: 45px;
    right: 15px;
    padding: 5px 5px;
    font-weight: 200; }
  .used-specials .showStockButton:focus {
    outline: none; }
  .used-specials .populateSpecialButton {
    background: #A7C13F;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    float: right;
    color: #ffffff;
    display: inline-block;
    margin: 10px auto;
    padding: 10px 10px;
    width: auto;
    border: none; }
  .used-specials .populateSpecialButton:hover {
    color: #ffffff; }
  .used-specials .stockSection input {
    display: inline-block !important;
    width: 100% !important; }
  .used-specials .add-new-special-buttons button,
  .used-specials .add-new-special-buttons a {
    display: block !important;
    width: 100%;
    max-width: 300px;
    margin: 15px auto; }
  .used-specials .add-new-special-buttons button:hover,
  .used-specials .add-new-special-buttons a:hover {
    margin: 15px auto; }
  .used-specials .displayEditor button:focus {
    outline: none; }
  .used-specials .displayEditor button:hover {
    cursor: pointer; }
  .used-specials .displayEditor .openCreateEditorButton {
    background: #616161; }
  .used-specials .displayEditor .openCreateEditorButton:focus {
    outline: none; }
  .used-specials .displayEditor .openCreateEditorButton:hover {
    cursor: pointer; }
  .used-specials .deleteSpecialButton {
    cursor: pointer;
    color: #d32f2f;
    position: absolute;
    bottom: 20px;
    right: 50px; }
  .used-specials .deleteSpecialButton:hover {
    color: #cc0000; }
  .used-specials .specialPreviewButton {
    color: #212121 !important;
    font-weight: 400;
    display: block;
    margin-top: 15px; }
  .used-specials .closeEditor {
    text-align: right;
    padding: 0px 20px; }
  .used-specials .closeEditor span {
    color: #616161; }
  .used-specials .closeEditor span:hover {
    color: #d91c1c;
    cursor: pointer; }
  .used-specials .createSpecialTabs {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .used-specials .createSpecialTabs li {
    border-bottom: 1px solid #ffffff;
    font-size: 1em;
    cursor: pointer;
    list-style: none;
    float: left;
    padding: 10px;
    width: 120px; }
  .used-specials .createSpecialTabs li:hover {
    font-weight: bold;
    border-bottom: 1px solid #A7C13F; }
  .used-specials .createSpecialTabs.mainInfo .createMainInfoTab,
  .used-specials .createSpecialTabs.bulkImport .createBulkImportTab {
    font-weight: bold;
    border-bottom: 1px solid #A7C13F; }
  .used-specials .bulkImportBtn {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    border-radius: 3px;
    border: none;
    background: #A7C13F;
    padding: 10px;
    color: #ffffff;
    width: 100px; }
  .used-specials .specialInputTabs {
    display: block;
    overflow: auto;
    border-bottom: 1px solid #cccccc; }
  .used-specials .specialInputTabs ul {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    width: auto;
    display: block; }
  .used-specials .specialInputTab {
    background: #fafafa;
    color: #212121;
    border-top: 2px solid #fafafa;
    outline: none;
    list-style: none;
    float: left;
    padding: 0px;
    line-height: 49px;
    width: 33.3333%; }
  .used-specials .specialInputTab:not(:last-of-type) {
    border-right: 1px solid #cccccc; }
  .used-specials .specialInputTab:hover {
    cursor: pointer;
    background: #ffffff;
    border-top: 2px solid #ffffff; }
  .used-specials .specialInputTabs.mainTab .mainInfoTab,
  .used-specials .specialInputTabs.pricingTab .pricingInfoTab,
  .used-specials .specialInputTabs.disclaimerTab .disclaimerInfoTab {
    border-top: 2px solid #A7C13F;
    background: #ffffff;
    font-weight: bold; }
  .used-specials .saved-text-wrap {
    background: rgba(56, 142, 60, 0.8);
    border-top: 3px solid #388e3c;
    padding: 0px 0px 0px 200px;
    position: fixed;
    bottom: -50px;
    right: 0px;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9989;
    height: 50px; }
  .used-specials .saved-text-wrap.triggered {
    bottom: 0px; }
  .used-specials .saved-text {
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    display: block; }
  .used-specials .close-saved-text {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ffffff;
    cursor: pointer; }
  .used-specials .createSpecialInputs {
    background: #fafafa;
    padding: 10px;
    overflow: auto;
    position: relative;
    z-index: 77; }
  .used-specials .createSpecialInputs.new-special {
    border-radius: 3px;
    overflow-y: auto;
    max-height: none; }
  .used-specials .specialInputsGroup {
    width: 100%;
    padding: 5px 0px;
    text-align: left;
    clear: both;
    position: relative; }
  .used-specials .specialInputsGroup label {
    font-weight: 400;
    font-size: 11px;
    color: #757575;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .used-specials .specialInputsGroup input[type="text"] {
    width: 100%; }
  .used-specials .specialInputsGroup input:focus {
    outline: none; }
  .used-specials .specialInputsGroup textarea {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 100px; }
  .used-specials .edmunds-logo {
    margin: 0px 5px;
    width: 180px;
    float: right; }
  .used-specials .edmunds-logo img {
    width: 100%;
    vertical-align: bottom; }
  .used-specials .hideCheckbox {
    position: relative;
    text-align: right; }
  .used-specials .disclaimerInfo .hideCheckbox,
  .used-specials .pricingInfo > .hideCheckbox {
    padding: 10px; }
  .used-specials .pricingSection .hideCheckbox {
    position: absolute;
    top: 2px;
    right: 2px; }
  .used-specials .pricingSection .specialInputsGroup .hideCheckbox {
    position: relative; }
  .used-specials .hideCheckbox label {
    color: #757575;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2;
    vertical-align: middle;
    margin: 5px 5px 0px 0px;
    font-weight: 400; }
  .used-specials .pricingInfo .specialInputsGroup .hideCheckbox label {
    margin: 0px; }
  .used-specials input[type="checkbox"] {
    box-sizing: border-box;
    opacity: 0;
    position: relative;
    z-index: 5;
    height: auto;
    width: auto;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
    transform: scale(1.6);
    -webkit-transform: scale(1.6); }
  .used-specials .iconCheckbox {
    height: 20px;
    width: 20px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 4;
    overflow: visible; }
  .used-specials .disclaimerInfo .iconCheckbox,
  .used-specials .pricingInfo .iconCheckbox {
    top: 10px;
    right: 10px; }
  .used-specials .pricingInfo .specialInputsGroup .iconCheckbox {
    top: 15px;
    right: 0px; }
  .used-specials .iconCheckbox:before {
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
    height: 16px;
    width: 23px;
    left: 3px;
    top: -3px;
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    content: ''; }
  .used-specials .pricingSection .iconCheckbox:before {
    width: 30px;
    height: 20px;
    top: 0px;
    left: auto;
    right: 1px; }
  .used-specials input[type="checkbox"]:checked + .iconCheckbox:before {
    opacity: 1; }
  .used-specials .mainInfo .hideCheckbox {
    display: inline-block;
    float: right;
    margin: 10px 10px 0px; }
  .used-specials .specialInputsGroup .dt-custom-checkbox {
    position: relative;
    padding: 0px 0px 10px;
    width: auto; }
    .used-specials .specialInputsGroup .dt-custom-checkbox input[type="checkbox"] {
      box-sizing: border-box;
      opacity: 0;
      position: relative;
      z-index: 5;
      height: auto;
      width: auto;
      cursor: pointer;
      margin-top: 0px;
      margin-right: 0px;
      margin-left: 0px;
      transform: scale(1.6);
      -webkit-transform: scale(1.6); }
    .used-specials .specialInputsGroup .dt-custom-checkbox .iconCheckbox {
      height: 20px;
      width: 20px;
      background-color: #f5f5f5;
      border: 1px solid #cccccc;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 4;
      overflow: visible; }
    .used-specials .specialInputsGroup .dt-custom-checkbox .iconCheckbox:before {
      background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
      height: 16px;
      width: 23px;
      left: 3px;
      top: -3px;
      position: absolute;
      opacity: 0;
      transition: opacity .2s;
      content: ''; }
    .used-specials .specialInputsGroup .dt-custom-checkbox input[type="checkbox"]:checked + .iconCheckbox:before {
      opacity: 1; }
  .used-specials .mainInfo > div,
  .used-specials .pricingInfo > div,
  .used-specials .disclaimerInfo > div,
  .used-specials .bulkImport > div {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin: 10px auto;
    padding: 0px;
    position: relative; }
  .used-specials .status-check {
    position: absolute;
    width: 40px;
    top: 10px;
    right: 5px; }
  .used-specials .status-check img {
    width: 100%; }
  .used-specials .newSpecialContainer.editSpecial .mainInfo > div,
  .used-specials .newSpecialContainer.editSpecial .pricingInfo > div,
  .used-specials .bulkImport > div {
    box-shadow: none;
    padding: 10px;
    width: 100%;
    clear: both; }
  .used-specials .stockSection {
    clear: both; }
  .used-specials .optionCheckboxContainer {
    background: transparent;
    text-align: right;
    padding: 10px 10px;
    overflow: visible;
    width: 100%; }
  .used-specials .newSpecialContainer.editSpecial .optionCheckboxContainer {
    width: 100%; }
  .used-specials .optionCheckbox {
    position: relative;
    display: inline-block;
    margin: 10px 10px 0px; }
  .used-specials .optionCheckbox.sale-end-date {
    float: left;
    margin: 15px 0px 5px 10px;
    text-align: left; }
  .used-specials .special-modified-date {
    font-weight: 400;
    float: left;
    display: inline-block;
    padding: 0px; }
  .used-specials .optionCheckbox.featured-offer-button,
  .used-specials .optionCheckbox.active-special-button {
    background: #ffffff;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
  .used-specials .optionCheckbox.featured-offer-button label,
  .used-specials .optionCheckbox.active-special-button label {
    margin-bottom: 0px; }
  .used-specials .optionCheckbox.featured-offer-button .iconCheckbox,
  .used-specials .optionCheckbox.active-special-button .iconCheckbox {
    top: 5px;
    right: 5px; }
  .used-specials .optionCheckbox label {
    font-weight: 400;
    margin-right: 8px; }
  .used-specials .optionCheckbox .iconCheckbox {
    background: #ffffff; }
  .used-specials .active-special-button .fa-circle {
    color: #d32f2f; }
  .used-specials .active-special-button.active .fa-circle {
    color: #388e3c; }
  .used-specials .titleSection {
    clear: both;
    text-align: left; }
  .used-specials .titleSection .specialInputsGroup {
    display: inline-block;
    width: 49%;
    padding: 5px 0px;
    vertical-align: middle; }
  .used-specials .newSpecialContainer.editSpecial .titleSection .specialInputsGroup {
    width: 100%; }
  .used-specials .newSpecialContainer.editSpecial .titleSection .specialInputsGroup:first-of-type {
    padding-left: 0px; }
  .used-specials .featureOptions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: auto;
    padding: 5px 20px; }
  .used-specials .featureName {
    float: left;
    text-align: left;
    padding-left: 10px; }
  .used-specials .featureStatus {
    float: left;
    text-align: left;
    width: 20px;
    cursor: pointer; }
  .used-specials .featureStatus img {
    width: 25px;
    vertical-align: top; }
  .used-specials .featureStatus i {
    padding-left: 3px; }
  .used-specials .specialInputsGroup select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/arrow-down-2.png") no-repeat right center #f5f5f5;
    background-size: contain;
    border: 1px solid #cccccc !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 10px 10px 10px 10px;
    width: 100%;
    position: relative;
    font-size: 14px; }
  .used-specials .pricingSection {
    width: 100%;
    position: relative; }
  .used-specials .sectionTitle {
    color: #212121;
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    padding: 20px;
    margin: 0px 0px 0px;
    clear: both;
    cursor: pointer; }
  .used-specials .sectionTitle .info-popup {
    margin-left: 5px;
    font-size: 14px; }
  .used-specials .inputGroupWrap {
    padding: 10px; }
  .used-specials .info-popup {
    position: relative; }
  .used-specials .tooltip {
    float: left; }
  .used-specials .example-text {
    font-size: 12px;
    color: #757575;
    display: block;
    margin-bottom: 5px; }
  .used-specials .specialsListContainer.dt-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    clear: both;
    overflow: hidden;
    padding: 10px 20px 0px;
    width: 100%;
    overflow: hidden; }
  .used-specials .specialsListContainer.dt-flexbox-same-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    width: 100%;
    max-width: 100%;
    clear: both;
    overflow: hidden;
    padding: 10px 20px 0px; }
  .used-specials .specialsListTitle {
    width: 100%;
    padding: 20px; }
  .used-specials .specialsListTitle h3 {
    width: 100%;
    padding: 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px; }
  .used-specials .special.ucs-container {
    float: left;
    text-align: center;
    padding: 0px 0px;
    width: 48% !important;
    margin: 30px 1% !important;
    max-width: 650px;
    min-width: 533px; }
  .used-specials .special .ucs,
  .used-specials .special .ucs-container {
    min-width: 533px !important; }
  .used-specials .special.inactive {
    opacity: 1; }
  .used-specials .list-edit-link {
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    position: absolute;
    color: #616161 !important;
    font-size: 2.25em;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99; }
  .used-specials .list-edit-link .edit-button {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
    color: inherit !important; }
  .used-specials .list-edit-link .sortable-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2; }
  .used-specials .list-edit-link .delete-button {
    position: absolute;
    color: #d32f2f;
    cursor: pointer;
    font-size: 14px;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #d32f2f;
    color: #ffffff;
    z-index: 3; }
  .used-specials .list-edit-link:hover {
    opacity: 1; }
  .used-specials .active-inactive-button.active-button {
    position: absolute;
    cursor: pointer;
    font-size: 14px;
    bottom: 10px;
    left: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #007700;
    color: #ffffff;
    z-index: 3; }
  .used-specials .active-inactive-button.inactive-button {
    position: absolute;
    cursor: pointer;
    font-size: 14px;
    bottom: 10px;
    left: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #d32f2f;
    color: #ffffff;
    z-index: 3; }
  .used-specials .back-to-list {
    background: #616161;
    display: inline-block;
    color: #ffffff !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    margin: 5px 0px 5px 40px;
    border-radius: 3px;
    padding: 10px; }
  .used-specials .back-to-list:hover {
    color: #ffffff;
    cursor: pointer; }
  .used-specials .currentSpecialsHeader.single {
    padding: 60px 50px 20px;
    text-align: left; }
  .used-specials .editSpecial.single {
    background: #fafafa;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    clear: both; }
  .used-specials .editSpecial.single .orderingInput input {
    background: #ffffff; }
  .used-specials .previewTabs {
    overflow: auto;
    width: 100%; }
  .used-specials .previewTabs ul {
    background: #fafafa;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap; }
  .used-specials .previewTab {
    background: #fafafa;
    border-right: 1px solid #cccccc;
    border-top: 2px solid #fafafa;
    list-style: none;
    margin: 0px;
    padding: 10px 20px;
    float: left;
    text-align: center;
    cursor: pointer; }
  .used-specials .previewTab:hover {
    background: #ffffff;
    border-top: 2px solid #ffffff; }
  .used-specials .previewTab.specialTab,
  .used-specials .previewTab.landingTab {
    color: #727272;
    font-weight: 400;
    font-size: 18px;
    padding: 4.5px 20px; }
  .used-specials .previewTab.specialTab img,
  .used-specials .previewTab.landingTab img {
    width: 40px;
    vertical-align: middle;
    margin-right: 5px; }
  .used-specials .previewTab.adwordsTab img {
    width: 30px;
    vertical-align: middle; }
  .used-specials .previewTab.socialTab,
  .used-specials .previewTab.twitterTab,
  .used-specials .previewTab.syncTab {
    display: block;
    color: #727272;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px; }
  .used-specials .previewTab.socialTab img,
  .used-specials .previewTab.twitterTab img,
  .used-specials .previewTab.syncTab img {
    width: 28px; }
  .used-specials .previewTabs.specialTab .specialTab,
  .used-specials .previewTabs.adwordsTab .adwordsTab,
  .used-specials .previewTabs.landingTab .landingTab,
  .used-specials .previewTabs.socialTab .socialTab,
  .used-specials .previewTabs.twitterTab .twitterTab,
  .used-specials .previewTabs.syncTab .syncTab {
    border-top: 2px solid #A7C13F;
    background: #ffffff; }
  .used-specials .coming-soon-container, .used-specials .facebook-preview-container {
    width: 100%;
    max-width: 600px;
    border-radius: 3px;
    overflow: hidden;
    margin: auto;
    padding: 0px 0px;
    color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    position: relative; }
  .used-specials .coming-soon-container img, .used-specials .facebook-preview-container img {
    width: 100%;
    vertical-align: bottom; }
  .used-specials .coming-soon-text {
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2.5rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px; }
  .used-specials .facebook-preview-container {
    max-width: 500px; }
  .used-specials .quality-score-container {
    background: #ffffff;
    border: 1px solid #cccccc;
    float: right;
    width: 400px;
    margin-right: 10px;
    margin-bottom: -1px;
    padding: 10px 10px;
    position: relative;
    z-index: 50; }
  .used-specials .facebook-advertising-eligible, .used-specials .facebook-advertising-eligible-with-cruise-control-pro {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 210px;
    padding: 8px 5px 0px; }
    .used-specials .facebook-advertising-eligible img, .used-specials .facebook-advertising-eligible-with-cruise-control-pro img {
      width: 100%;
      vertical-align: bottom; }
  .used-specials .facebook-advertising-eligible-with-cruise-control-pro {
    right: 240px; }
  .used-specials .syndicated-offer-notification {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 210px;
    padding: 8px 5px 0px; }
    .used-specials .syndicated-offer-notification img {
      width: 100%;
      vertical-align: bottom; }
  .used-specials .syndicated-offer-with-featured-offer-notification {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 240px;
    padding: 8px 5px 0px; }
    .used-specials .syndicated-offer-with-featured-offer-notification img {
      width: 100%;
      vertical-align: bottom; }
  .used-specials .syndicated-offer-with-featured-offer-with-facebook-advertising-notification {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 280px;
    padding: 8px 5px 0px; }
    .used-specials .syndicated-offer-with-featured-offer-with-facebook-advertising-notification img {
      width: 100%;
      vertical-align: bottom; }
  .used-specials .disable-automation,
  .used-specials .syndicate-special {
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
  .used-specials .quality-score-container.list-average {
    border-radius: 3px;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    margin: 0px 0px;
    width: 50%;
    max-width: 400px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #e8e8e8;
    cursor: pointer; }
  .used-specials .quality-bar-title {
    font-size: 12px;
    color: #757575;
    display: block;
    margin-bottom: 5px;
    float: left; }
  .used-specials .quality-score-container.list-average .quality-bar-title {
    margin-bottom: 0px; }
  .used-specials .quality-text-count {
    font-size: 14px;
    color: #757575;
    text-align: right;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    float: right; }
  .used-specials .quality-score-container.list-average .quality-text-count {
    margin-bottom: 0px; }
  .used-specials .quality-bar {
    clear: both;
    position: relative;
    width: 100%;
    height: 20px;
    border: 1px solid #cccccc;
    background: #fafafa; }
  .used-specials .quality-progress {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #388e3c;
    transition: width 1s ease-in-out;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out; }
  .used-specials .quality-score-container.list {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    margin-right: 0px;
    padding: 5px;
    width: 200px;
    z-index: 0 !important;
    position: absolute;
    top: -37px;
    right: 0px; }
  .used-specials .quality-score-container.list .quality-bar-title {
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1; }
  .used-specials .quality-score-container.list .quality-text-count {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1; }
  .used-specials .quality-score-container.list .quality-bar {
    height: 10px; }
  .used-specials .quality-bar.yellow .quality-progress {
    background: #fbc02d; }
  .used-specials .quality-bar.red .quality-progress {
    background: #d32f2f; }
  .used-specials .editor-page-wrap {
    position: relative; }
  .used-specials .missing-item-notification {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    border-radius: 3px;
    border-bottom: 4px solid #d32f2f;
    border-top: 4px solid rgba(211, 47, 47, 0);
    position: absolute;
    top: -80px;
    left: 90px;
    padding: 5px 15px;
    margin: 0px 0px 0px;
    width: 300px;
    background: rgba(211, 47, 47, 0.6); }
  .used-specials .missing-notification-title {
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 1.35; }
  .used-specials .missing-notification-link {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    cursor: pointer; }
  .used-specials .missing-notification-link:hover {
    color: #fafafa; }
  .used-specials .bottom-caret {
    font-size: 30px;
    line-height: 25px;
    position: absolute;
    bottom: -19px;
    right: 10px;
    color: #d32f2f;
    opacity: 1; }
  .used-specials .close-missing-notification {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #ffffff;
    cursor: pointer; }
  .used-specials .specials-qa-section {
    border-top: 3px solid #d32f2f;
    position: fixed;
    right: 10px;
    bottom: -2000px;
    padding: 20px 20px;
    transition: top .2s ease-in-out;
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    z-index: 9988;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    width: 350px;
    overflow: auto; }
  .used-specials .specials-qa-section.show-qa {
    bottom: 0px; }
  .used-specials .specials-qa-section .close-qa {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #d32f2f;
    cursor: pointer; }
  .used-specials .qa-content-wrap h3 {
    font-size: 22px;
    margin-top: 0px;
    font-weight: 400; }
  .used-specials .suggestions-list {
    margin: 0px;
    padding: 0px 0px 0px 30px; }
  .used-specials .suggestions-list li {
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
    font-size: 14px; }
  .used-specials .specials-disclaimer-warning {
    display: block;
    margin: 10px 0px 0px;
    color: #757575;
    font-size: 10px;
    line-height: 1.35; }
  .used-specials .editing:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 2px solid #64b5f6; }
  .used-specials .featured-offer-notification {
    width: 32px;
    float: right;
    padding: 8px 5px 0px; }
  .used-specials .featured-offer-notification img {
    width: 100%;
    vertical-align: bottom; }
  .used-specials .cruise-control-pro-offer-notification, .used-specials .cruise-control-pro-with-featured-offer-notification {
    width: 32px;
    position: absolute;
    top: -35px;
    right: 210px;
    padding: 8px 5px 0px; }
    .used-specials .cruise-control-pro-offer-notification img, .used-specials .cruise-control-pro-with-featured-offer-notification img {
      width: 100%;
      vertical-align: middle; }
  .used-specials .cruise-control-pro-with-featured-offer-notification {
    right: 240px; }
  .used-specials .special-status {
    position: absolute;
    top: -34px;
    left: 100px;
    padding: 8px 5px 0px;
    font-size: 14px; }
  .used-specials .special-status i {
    color: #d32f2f; }
  .used-specials .special-status.active i {
    color: #388e3c; }
  .used-specials .special-select {
    position: absolute;
    top: -35px;
    left: 0px;
    padding: 8px 5px 0px;
    font-size: 14px; }
  .used-specials .special-select label {
    font-weight: 200;
    margin-right: 5px; }
  .used-specials .special-select input[type="checkbox"] {
    margin-right: 0px; }
  .used-specials .special-select .iconCheckbox {
    top: 8px;
    right: 0px; }
  .used-specials .inventory-page-container {
    padding: 50px 20px; }
  .used-specials .inventory-search-container {
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    width: 300px;
    padding: 0px 0px;
    position: fixed;
    top: 101px;
    right: 0px;
    border-radius: 3px;
    z-index: 998;
    overflow: hidden; }
  .used-specials .inventory-search-container .fa {
    background: #fafafa;
    font-size: 20px;
    color: #616161;
    padding: 10px;
    vertical-align: middle; }
  .used-specials .inventory-search-container input {
    background: #ffffff;
    border: none;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    padding: 5px; }
  .used-specials #dts-filters {
    width: 20%;
    padding-right: 30px;
    vertical-align: top;
    float: left; }
  .used-specials .dts-filter-wrap {
    text-align: left;
    width: 100%; }
  .used-specials .dts-filter-cat {
    display: block;
    margin: 0px;
    padding: 10px; }
  .used-specials .dts-filter-cat-name {
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 5px; }
  .used-specials .dts-filter-options {
    margin: 0px;
    padding: 0px; }
  .used-specials .dts-filter-option {
    font-size: 14px;
    font-weight: 200;
    padding: 5px;
    position: relative;
    text-transform: capitalize;
    list-style: none; }
  .used-specials .dts-filter-option input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 5;
    margin-top: 0px;
    left: 4px; }
  .used-specials .dts-filter-option .iconCheckbox {
    background: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    overflow: visible;
    z-index: 1; }
  .used-specials .dts-filter-option .iconCheckbox:before {
    content: '';
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
    height: 16px;
    width: 23px;
    position: absolute;
    top: -3px;
    left: 3px;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -moz-transition: .2s opacity;
    -ms-transition: .2s opacity;
    transition: .2s opacity; }
  .used-specials .dts-filter-option input[type="checkbox"]:checked + .iconCheckbox:before {
    opacity: 1; }
  .used-specials .dts-filter-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .used-specials .dts-option-count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px; }
  .used-specials .inventory-listing-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
    padding: 20px 20px;
    overflow: hidden;
    width: 80%;
    max-width: 1200px;
    margin: auto; }
  .used-specials .inventory-listing {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    position: relative; }
  .used-specials .inventory-properties-container {
    padding: 10px 20px;
    float: left;
    width: 70%; }
  .used-specials .inventory-title h3 {
    margin: 0px 0px 15px; }
  .used-specials .inventory-item-container {
    width: 50%;
    float: left;
    display: block;
    padding: 0px 0px 5px; }
  .used-specials .inventory-item-label {
    font-weight: bold;
    font-size: 12px; }
  .used-specials .inventory-item-label:after {
    content: ":"; }
  .used-specials .inventory-item {
    font-size: 1.2em; }
  .used-specials .inventory-item-container.image {
    padding: 20px;
    display: block;
    background: #fafafa;
    text-align: center;
    float: left;
    width: 30%; }
  .used-specials .inventory-item-container.image img {
    width: 100%;
    margin: auto; }
  .used-specials .inventory-active-layover {
    position: absolute;
    border-left: 10px solid #A7C13F;
    /* background:$secondary; */
    background: transparent;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    color: #ffffff;
    font-size: 2.25em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .used-specials .inventory-active-layover.active-layover {
    border-left: 10px solid #007700;
    background: transparent; }
  .used-specials .inventory-active-layover.inactive-layover {
    border-left: 10px solid #A7C13F;
    background: transparent; }
  .used-specials .inventory-add-button {
    border-radius: 3px;
    opacity: 0;
    cursor: pointer; }
  .used-specials .edit-now {
    padding: 10px;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    right: 10px; }
  .used-specials .edit-now:hover {
    color: #ffffff; }
  .used-specials .inventory-listing .dt-delete-button {
    position: absolute;
    bottom: 10px;
    right: 120px; }
  .used-specials #paginate-controls {
    margin: 40px auto; }
  .used-specials #paginate-controls ul {
    margin: 0px;
    padding: 0px; }
  .used-specials #paginate-controls ul li {
    list-style: none;
    display: inline-block; }
  .used-specials #paginate-controls ul li:first-of-type a {
    border-left: 1px solid #cccccc; }
  .used-specials #paginate-controls ul li a {
    background: #ffffff;
    border: 1px solid #cccccc !important;
    border-left: none;
    display: block;
    color: gray;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none; }
  .used-specials #paginate-controls ul li.active a {
    background: #fafafa;
    color: #333333;
    font-weight: 400; }
  .used-specials #image_active_media_input_label {
    display: inline-block;
    padding-top: 15px; }
  .used-specials .toggle_image_lock_container {
    display: inline-block;
    float: right;
    padding: 0 0 5px 0; }
  .used-specials .toggle_image_lock_button {
    min-width: 134px; }

@media screen and (max-width: 1500px) {
  .used-specials .specialExample {
    width: 70%; }
  .used-specials .specialEditor {
    width: 30%; } }

@media screen and (max-width: 1320px) {
  .used-specials .newSpecialContainer.editSpecial .specialEditor {
    width: 100%; }
  .used-specials .newSpecialContainer.editSpecial .displayEditor {
    width: 100%; } }

@media screen and (max-width: 1060px) {
  .used-specials .displayEditor {
    -webkit-transition: 0s linear all;
    -moz-transition: 0s linear all;
    transition: 0s linear all; }
  .used-specials .displayEditor h3,
  .used-specials .displayEditor button,
  .used-specials .displayEditor span,
  .used-specials .displayEditor a {
    -webkit-transition: 0s linear all;
    -moz-transition: 0s linear all;
    transition: 0s linear all; }
  .used-specials .displayEditor.ng-hide h3,
  .used-specials .displayEditor.ng-hide button,
  .used-specials .displayEditor.ng-hide span,
  .used-specials .displayEditor.ng-hide a {
    -webkit-transition: 0s linear all;
    -moz-transition: 0s linear all;
    transition: 0s linear all;
    opacity: 0; } }

@media screen and (max-width: 1267px) {
  .used-specials .specialsListContainer.dt-flexbox {
    padding: 20px 0; }
  .used-specials .special.ucs-container {
    margin: 30px .5% !important; } }

@media screen and (max-width: 1230px) {
  .used-specials .special {
    width: 100%; }
    .used-specials .special.ucs-container {
      width: 100% !important; }
  .used-specials .displayEditor {
    height: auto;
    padding: 10px;
    width: 100%; }
  .used-specials .createSpecialInputs {
    max-height: 10000px;
    overflow: auto; } }

@media screen and (max-width: 1025px) {
  .used-specials .specials-qa-section {
    padding: 20px 20px; }
  .used-specials .specialExample,
  .used-specials .specialEditor {
    width: 100%;
    max-width: 100%;
    min-height: 0px; }
  .used-specials .specialExample .ucs {
    padding: 10px 10px 75px; }
  .used-specials .specialInputTabs {
    border-top: 1px solid #cccccc; }
  .used-specials .displayEditor {
    width: 100%; }
  .used-specials h1, .used-specials .metric-number {
    font-size: 2.5em;
    line-height: 1.125em; }
  .used-specials .dts-filter-wrap {
    overflow: visible;
    padding: 0px; }
  .used-specials #dts-filters {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    overflow: visible;
    float: none;
    width: 100%; }
  .used-specials .inventory-listing-container {
    float: none;
    width: 100%; }
  .used-specials .dts-filter-cat {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 0px;
    float: left;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: visible;
    width: 33%; }
  .used-specials .dts-filter-cat-name {
    text-align: center;
    padding: 10px;
    margin: 0px;
    cursor: pointer;
    font-size: 18px; }
  .used-specials .dts-filter-options {
    background: #ffffff;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    z-index: 99; } }

@media screen and (max-width: 769px) {
  .used-specials .quality-score-container.list {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
  .used-specials .specialsContainer {
    padding: 20px 10px; }
  .used-specials .specialsListContainer.dt-flexbox,
  .used-specials .specialsListContainer.dt-flexbox-same-height {
    padding: 10px 0px; }
  .used-specials .special {
    min-width: 0px !important;
    max-width: 400px;
    margin: 10px auto;
    padding: 0px 0px; }
  .used-specials .special .ucs,
  .used-specials .special .ucs-container {
    min-width: 0px !important;
    max-width: 400px; }
  .used-specials .metrics-wrap {
    display: none; }
  .used-specials .metrics-group {
    width: 100%; }
  .used-specials .quality-score-container {
    width: 100%;
    margin-right: 0px !important;
    border-right: 0px;
    border-left: 0px; }
  .used-specials .missing-item-notification {
    position: fixed;
    top: auto;
    left: 0px;
    right: auto;
    bottom: 0px;
    margin: auto;
    width: 100%;
    z-index: 9987;
    border-radius: 0px;
    max-width: 100%; }
  .used-specials .previewTab {
    width: 25%;
    font-size: 12px !important;
    padding: 10px 0px; }
  .used-specials .previewTab.adwordsTab img {
    width: 90%;
    max-width: 30px; }
  .used-specials .previewTab.socialTab {
    line-height: 1.2; }
  .used-specials .previewTab.socialTab img {
    width: 30px;
    display: block;
    margin: 0px auto 10px; }
  .used-specials .previewTab.specialTab img,
  .used-specials .previewTab.landingTab img {
    width: 30px;
    margin-right: 3px;
    vertical-align: middle;
    display: block;
    margin: 0px auto 10px; }
  .used-specials h1, .used-specials .metric-number {
    font-size: 2em;
    line-height: 1.25em; }
  .used-specials .currentSpecialsHeader.list h1,
  .used-specials .currentSpecialsHeader.list .metrics-wrap {
    padding-left: 20px;
    padding-right: 20px; }
  .used-specials .currentSpecialsHeader.list .metrics-wrap {
    display: none;
    width: 100%;
    padding-bottom: 10px; }
  .used-specials .currentSpecialsHeader.list h1 {
    padding-top: 70px; }
  .used-specials .newSpecialButtonContainer {
    margin-left: 20px; }
  .used-specials .currentSpecialsHeader {
    padding: 50px 10px;
    font-size: 1.25em; }
  .used-specials .back-to-list {
    margin: 20px 10px 0px; }
  .used-specials .currentSpecialsHeader.single {
    padding: 70px 20px 20px; }
  .used-specials .specials-qa-section {
    right: 0px;
    width: 100%; }
  .used-specials .specialsSearchBar {
    top: 52px;
    display: none; }
  .used-specials .currentSpecialsHeader.list h1 {
    padding: 0px 0px 0px;
    width: 100%; }
  .used-specials .specials-header-bottom-section {
    padding: 0px 0px 20px; }
  .used-specials .newSpecialButtonContainer {
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8; }
  .used-specials .newSpecialButton {
    float: none;
    margin-top: 0px !important;
    width: 100%;
    margin: 5px 5px !important;
    max-width: 300px; }
  .used-specials .quality-score-container.list-average {
    width: 90%;
    max-width: none;
    float: none;
    margin: 20px auto 0px !important; }
  .used-specials .optionCheckboxContainer {
    text-align: center;
    float: none; }
  .used-specials .optionCheckbox.sale-end-date,
  .used-specials .special-modified-date {
    float: none;
    display: block;
    text-align: center; }
  .used-specials .orderingInput input {
    width: 50px; }
  .used-specials .deleteSpecialButton {
    bottom: 20px;
    right: 20px; }
  .used-specials .closeEditor {
    padding: 0px 0px 20px; }
  .used-specials .titleSection .specialInputsGroup {
    display: inline-block;
    width: 47%;
    padding: 5px 0px;
    vertical-align: middle; }
  .used-specials .titleSection .specialInputsGroup:first-of-type {
    padding-left: 0px; }
  .used-specials .specialExample {
    padding: 0px 0px; }
  .used-specials .specialEditor {
    padding: 0px;
    margin-top: 20px; }
  .used-specials .specialInputTab {
    font-size: 12px; }
  .used-specials .pricingSection .iconCheckbox {
    top: 0px; }
  .used-specials .pricingSection .iconCheckbox:before {
    width: 25px;
    height: 20px; }
  .used-specials .special,
  .used-specials .specialsListTitle {
    padding: 0px; }
  .used-specials .specialsListTitle h3 {
    margin-bottom: 20px; }
  .used-specials .featured-offer-notification {
    float: left; }
  .used-specials .inventory-search-container {
    top: 90px; }
  .used-specials .inventory-listing {
    max-width: 400px; }
  .used-specials .inventory-item {
    display: block;
    margin-bottom: 5px; }
  .used-specials .inventory-item-container.image {
    width: 100%;
    float: none; }
  .used-specials .inventory-properties-container {
    width: 100%;
    float: none; }
  .used-specials #dts-filters {
    padding: 0px !important; }
  .used-specials .dts-filter-cat {
    width: 100%; }
  .used-specials .dts-filter-cat h5 {
    font-size: 16px; }
  .used-specials .dts-filter-options {
    position: relative;
    box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 10px;
    z-index: 1; }
  .used-specials .inventory-listing-container {
    padding: 20px 5px; }
  .used-specials .inventory-listing .inventory-active-layover {
    border-left: 5px solid #A7C13F; }
  .used-specials .inventory-active-layover.active-layover {
    border-left: 5px solid #007700; }
  .used-specials .inventory-active-layover.inactive-layover {
    border-left: 5px solid #A7C13F; }
  .used-specials .inventory-item {
    font-size: 12px; }
  .used-specials .special-status span {
    display: none; } }

/*==================================================================================================================================================



                                                   HOME LOCAL SERVICES


Contents
1.Specials Styles
2.Vehicle Landing Pages
3.Deal Timer
4.Tablet Styles
5.Phone Styles


==================================================================================================================================================*/
/*==================================================================================
            1. Special Styles
===================================================================================*/
a {
  text-decoration: none !important; }

.ddc-document {
  overflow: hidden;
  min-width: 100%; }

#ucs *, #ucs {
  box-sizing: border-box !important; }

#ucs {
  text-align: center;
  position: relative;
  width: 100%;
  /* padding:0px 10px; */ }

.navigation {
  z-index: 999; }

.ucs-container {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  display: inline-block;
  font-family: sans-serif;
  font-size: 16px;
  margin: 0px 0px 20px;
  max-width: 650px;
  padding: 0px;
  position: relative;
  width: 100%;
  vertical-align: top;
  z-index: 50; }

.ucs-title {
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  color: #333;
  float: none;
  font-size: 20px;
  margin: 0px 0px 10px 0px; }
  .ucs-title .preview-icon {
    position: absolute;
    bottom: 0;
    top: -8px;
    right: -3%; }

.ucs-title > h3 {
  font-size: inherit;
  margin: 0px; }

.preview-icon > img {
  height: 100px; }

.ucs-container > div {
  float: left;
  padding: 0px 10px; }

.ucs-container .ucs-image-and-phone-container {
  width: 50%;
  position: relative; }

.ucs-container .ucs-pricing-and-buttons-container {
  width: 50%; }

.ucs-pricing-breakdown {
  display: none;
  color: #333;
  text-align: left;
  padding: 10px;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow-y: scroll;
  height: 73px;
  margin: 10px auto; }

.ucs-pricing-breakdown ul {
  margin: 0;
  padding: 0; }

.ucs-pricing-breakdown li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 2px 1%;
  font-size: 10px;
  letter-spacing: -.3px; }

.ucs-pricing-breakdown li span {
  float: right;
  font-weight: bold;
  font-size: 12px; }

.ucs-features {
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  width: 100%;
  position: relative; }

/*==========================================================================================

        Image

========================================================================================*/
.ucs-image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 7px auto 0px; }

.ucs-image > img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: auto; }

/*==========================================================================================

        Feature Icons

========================================================================================*/
.ucs-feature-icons-bar {
  border-top: 1px solid #e8e8e8;
  display: block;
  width: 100%;
  padding: 5px 10px !important;
  text-align: right; }

.ucs-feature-icon {
  width: 30px;
  display: inline-block;
  vertical-align: top; }

.ucs-feature-icon.ucs-certified {
  width: 35px; }

.ucs-feature-icon.ucs-certified-bmw {
  width: 90px; }

.ucs-feature-icon.ucs-certified-toyota {
  width: 80px; }

.ucs-feature-icon img {
  display: block;
  width: 100%;
  vertical-align: middle; }

/*==========================================================================================

       MSRP BAr

========================================================================================*/
.ucs-msrp {
  padding-top: 5px; }

.ucs-msrp i {
  color: #757575;
  padding: 0px 10px;
  position: relative; }

.ucs-container.account-362 .ucs-msrp, .ucs-container.account-362 .ucs-msrp i {
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: bold !important;
  color: #212121 !important; }

.ucs-msrp i:not(:last-of-type) {
  border-right: 1px solid #757575; }

/*==========================================================================================

        Phone

========================================================================================*/
.ucs-phone {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  color: #333;
  font-weight: 600;
  display: inline-block !important;
  font-size: 18px;
  margin: 5px auto !important;
  padding: 0px 20px 0px 0px !important;
  letter-spacing: 2px;
  width: auto !important;
  overflow: auto;
  position: relative !important; }

.ucs-phone i {
  color: #fff;
  padding: 7px 20px 7px 10px;
  display: inline-block;
  position: relative;
  z-index: 2; }

.ucs-phone:after {
  content: '';
  width: 34px;
  height: 100%;
  position: absolute;
  border-radius: 3px 0px 0px 3px;
  background: #333;
  top: 0px;
  left: 0px; }

/*==========================================================================================

        Pricing

========================================================================================*/
.ucs-finance-payment {
  display: block;
  font-size: 16px;
  margin: 3px auto;
  line-height: 1; }

.ucs-finance-payment .ucs-price, .ucs-finance-payment .ucs-price-savings,
.ucs-finance-payment .ucs-apr {
  display: inline-block;
  font-size: 110%; }

/*-------Default Pricing------*/
.ucs-pricing-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: inherit;
  align-items: inherit;
  width: 100%;
  min-height: 160px;
  margin: 0px auto; }

.ucs-price-block {
  float: left;
  width: 50%;
  padding: 10px 0px;
  margin: 0px;
  text-align: center;
  vertical-align: top;
  height: 80px;
  position: relative; }

.ucs-price-block:nth-child(6) {
  display: none; }

.ucs-price-block.apr {
  background: rgba(20, 20, 20, 0.8);
  color: #fff;
  position: absolute;
  top: 0px;
  left: 10px;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  padding: 12px 0px 0px 0px;
  z-index: 3; }

.ucs-price-label {
  font-size: 12px;
  display: block;
  line-height: 1.2; }

.ucs-price-block.apr .ucs-price-label {
  font-size: 10px; }

.ucs-price-term {
  font-size: 10px;
  display: block;
  line-height: 1.2;
  position: relative; }

.ucs-price-block.apr .ucs-price-term {
  font-size: 10px; }

.ucs-price, .ucs-price-savings,
.ucs-apr {
  font-size: 170%;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 1px; }

.ucs-price-savings,
.ucs-apr {
  margin: 0px 0px 0px 0px; }

.ucs-price-block.apr .ucs-price, .ucs-price-block.apr .ucs-price-savings,
.ucs-price-block.apr .ucs-apr {
  font-size: 125%; }

.ucs-price i, .ucs-price-savings i, .ucs-apr i,
.ucs-price sup,
.ucs-price-savings sup,
.ucs-apr sup {
  font-size: 16px;
  letter-spacing: 0px; }

.ucs-price i span, .ucs-price-savings i span, .ucs-apr i span {
  font-size: 10px; }

.ucs-price-block.payment {
  position: relative; }

.ucs-price-subscript-finance, .ucs-price-subscript-savings,
.ucs-price-subscript-buy {
  font-size: 12px;
  vertical-align: top; }

.ucs-price-subscript-savings {
  margin-left: -5px; }

/*=========================== SAVINGS PRICE BLOCK ======================*/
.ucs-price-block.savings {
  display: block;
  height: auto;
  padding: 15px 10px;
  border-radius: 3px;
  width: 100%;
  background: #66BB6A;
  border-bottom: 0px solid #388E3C;
  position: relative; }

.ucs-price-block.savings .ucs-savings-top-arrow {
  position: absolute;
  top: -24px;
  right: 0px;
  left: 0px;
  margin: auto;
  color: #66BB6A;
  font-size: 42px; }

.ucs-price-block.savings .ucs-price-label {
  display: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400; }

.ucs-price-block.savings .ucs-price, .ucs-price-block.savings .ucs-price-savings,
.ucs-price-block.savings .ucs-apr {
  display: inline-block;
  color: #fff;
  font-size: 22px; }

.ucs-price-block.savings .ucs-price-term {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400; }

.ucs-price-block.savings .ucs-price sup, .ucs-price-block.savings .ucs-price-savings sup, .ucs-price-block.savings .ucs-apr sup {
  font-size: 14px;
  top: -5px; }

/*===========================================================================================
            Mileage container
============================================================================================*/
.ucs-mileage-container {
  padding: 5px 10px;
  width: 100%;
  margin-top: 5px; }

.ucs-mileage-container .ucs-mileage-label {
  font-size: 14px;
  font-weight: bold; }

/*============================= LEASE(regular) APR ==============================*/
.ucs-container .ucs-lease-apr {
  background: #f5f5f5;
  margin: -10px auto 5px;
  display: block;
  width: 50%;
  min-width: 200px;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  float: none; }

.ucs-container .ucs-lease-apr span, .ucs-container .ucs-lease-apr span i {
  display: inline-block;
  font-size: 12px; }

.ucs-container .ucs-lease-apr .ucs-price, .ucs-container .ucs-lease-apr .ucs-price-savings,
.ucs-container .ucs-lease-apr .ucs-apr {
  font-size: 16px; }

.ucs-features-list-container {
  border: 1px solid #e8e8e8;
  padding: 10px;
  width: 100%;
  overflow-y: scroll;
  color: #333;
  background: #f5f5f5;
  overflow-y: scroll;
  max-height: 80px;
  display: block;
  margin: 10px 0px; }

.ucs-feature {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 0px; }

/* ------------------Ratings and Features--------------------------*/
.ucs-rating-container {
  display: block;
  width: 100%;
  overflow: auto;
  text-align: center; }

.ucs-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 5px; }

.ucs-rating-star {
  float: left;
  overflow: auto; }

.ucs-rating-star i {
  float: left;
  line-height: 20px;
  font-size: 18px; }

.ucs-rating-star .fa-star, .ucs-rating-star .fa-star-o, .ucs-rating-star .fa-star-half-o {
  background: -webkit-linear-gradient(#FDD835, #F9A825);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.ucs-feature-options-list {
  display: block;
  width: 100%;
  margin: 0px;
  padding-left: 20px;
  text-align: left; }

.ucs-feature-option {
  list-style: bullets;
  font-size: 12px;
  margin: 0px;
  padding: 0px 0px;
  width: 50%;
  float: left; }

/*--------------- Default Disclaimer-----------*/
.ucs-disclaimer-wrap {
  width: 100%;
  position: relative; }

.ucs-disclaimer-trigger {
  display: block;
  cursor: pointer;
  font-size: 12px;
  color: #757575;
  margin: 5px 0px; }

.ucs-disclaimer-wrap p {
  display: block;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 5px 0px;
  width: 100%; }

.ncs-copyright {
  display: block;
  color: #757575;
  font-size: 10px;
  margin: 5px auto; }

/*--------Buttons-------*/
.ucs-cta-wrap {
  clear: both;
  width: 100%;
  margin: 10px auto; }

#lower-cta-wrap {
  width: 100%; }

.ucs-button {
  background: #999;
  border: 1px solid #888;
  padding: 8px 0px;
  font-size: 10px;
  margin: 5px 1% 0px 0px;
  width: 48%;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  position: relative;
  border-radius: 3px; }

.ucs-button:last-of-type {
  margin-right: 0px; }

.ucs-button:hover {
  background: #888;
  color: #fff; }

.ucs-button.main-cta {
  background: -webkit-linear-gradient(#d91c1c 0%, #951313 100%);
  background: -o-linear-gradient(#d91c1c 0%, #951313 100%);
  background: linear-gradient(#d91c1c 0%, #951313 100%);
  border: none;
  border-radius: 3px !important;
  overflow: hidden;
  color: #ffffff;
  margin-top: 0px;
  padding: 10px 0px;
  font-size: 16px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  position: relative; }

.ucs-button.main-cta:hover {
  background: -webkit-linear-gradient(#d91c1c 50%, #951313 100%);
  background: -o-linear-gradient(#d91c1c 50%, #951313 100%);
  background: linear-gradient(#d91c1c 50%, #951313 100%);
  text-decoration: none !important; }

.ucs-button.main-cta span {
  position: relative; }

.ucs-button.main-cta img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 3px; }

.ucs-button.main-cta:hover .ucs-button-layover {
  opacity: .75; }

/*---------------Form-----------*/
#blanket {
  display: none;
  background-color: #000;
  opacity: 0.9 !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999; }

.formWrapper {
  background: transparent;
  display: none;
  height: 380px;
  width: 400px;
  top: 80px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  position: fixed;
  text-align: center;
  z-index: 10000000; }

.frameWrap {
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  height: 380px; }

.formWrapper .formFrame {
  border: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999999999; }

.dt-form-page-header {
  background: -webkit-linear-gradient(to bottom, #ffffff 20%, #dddddd 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 20%, #dddddd 100%);
  background: -ms-linear-gradient(to bottom, #ffffff 20%, #dddddd 100%);
  background: -o-linear-gradient(to bottom, #ffffff 20%, #dddddd 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #dddddd 100%);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  display: block;
  position: relative; }

.dt-form-page-header h1 {
  margin: 0px;
  padding-right: 30px;
  border-bottom: 1px solid #ccc;
  font-size: 20px !important;
  text-align: left;
  padding: 10px 30px 10px 10px !important;
  margin: 0px;
  font-weight: 400 !important; }

.dt-form-page-header h1:after {
  display: none; }

.dt-form-page-header .fa-close {
  color: #666;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px; }

.dt-form-page-header .fa-close:hover {
  color: #cc0000;
  cursor: pointer;
  top: 10px; }

.dt-specials-bottom-bar {
  text-align: right !important;
  width: 100%;
  border-top: 1px solid #ccc;
  display: block;
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
  padding: 5px 10px !important; }

/*==========================================================================================

        New Additions

========================================================================================*/
.ucs-feature-text-2 {
  display: none;
  background: #f5f5f5;
  border-radius: 0px 0px 3px 3px;
  border: 1px solid #e8e8e8;
  font-weight: bold;
  padding: 5px;
  line-height: 1;
  width: 100%; }

.certified-bar {
  background: transparent;
  line-height: 1;
  position: absolute;
  padding: 5px;
  top: 0px;
  right: 0px; }

.cpo-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #eee;
  font-size: 2em;
  cursor: pointer;
  width: 1.5em;
  line-height: 0.5em;
  -webkit-transition: line-height 0.5s;
  transition: line-height 0.5s; }

.cpo-ribbon:after {
  content: "";
  font-size: 0.5em;
  position: absolute;
  height: 1.2em;
  border: 1.5em solid #F44336;
  z-index: -1;
  top: -1em;
  border-top-width: 1.5em;
  border-bottom-color: transparent;
  right: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.cpo-ribbon:before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #B71C1C transparent;
  top: -1em;
  right: 3em;
  border-width: 0 0 1em 0.7em;
  z-index: -1; }

.cpo-ribbon:hover:after {
  border: 1.5em solid #EF5350;
  border-bottom-color: transparent;
  height: 1.6em;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.cpo-ribbon:hover {
  line-height: 0.9em;
  color: #333;
  -webkit-transition: line-height 0.5s;
  transition: line-height 0.5s; }

.market-breakdown .ucs-price-label {
  font-size: 85%; }

.market-breakdown .ucs-price, .market-breakdown .ucs-price-savings,
.market-breakdown .ucs-apr {
  font-size: 85%; }

.market-breakdown .ucs-price sup, .market-breakdown .ucs-price-savings sup, .market-breakdown .ucs-apr sup {
  font-size: 70%; }

/*===========================================================================================
            4.Tablet Styles
============================================================================================*/
@media screen and (max-width: 1025px) {
  .formWrapper {
    width: 95%;
    max-width: 400px;
    position: absolute; }
  .frameWrap {
    height: 400px; }
  .ucs-container {
    width: 100%;
    margin: 0px 0px 10px; }
  .quality-score-container.list + .ucs-container {
    margin: 0px; } }

/*===========================================================================================
            5.Phone Styles
============================================================================================*/
@media screen and (max-width: 769px) {
  .special.ucs-container {
    min-width: 100% !important;
    max-width: 350px; }
  .ucs-image {
    height: auto;
    width: 100%; }
  .ucs-image img {
    position: relative;
    bottom: 0px;
    width: 100%;
    max-width: 100%; }
  .ucs-container .ucs-image-and-phone-container,
  .ucs-container .ucs-pricing-and-buttons-container {
    display: block;
    width: 100%;
    padding: 0px 10px; }
  .ucs-phone {
    position: static;
    color: #498bf4;
    font-size: 110%;
    font-weight: bold;
    width: 100%;
    letter-spacing: 2px;
    display: block;
    margin: auto; }
  .ucs-phone span {
    text-transform: uppercase;
    font-weight: normal; }
  .ucs-title {
    font-size: 18px; }
    .ucs-title .preview-icon {
      right: -4%; }
  .ucs-pricing-wrap {
    margin: 0 0 0 0px;
    height: auto; }
  .ucs-price-label,
  .ucs-price-term {
    font-size: 70%; }
  .ucs-price, .ucs-price-savings,
  .ucs-apr {
    font-size: 170%; }
  .ucs-button, .ucs-button.main-cta {
    font-size: 14px;
    width: 100%; }
  .ucs-pricing-breakdown {
    overflow: auto;
    height: auto; }
  .dt-form-page-header h1 {
    margin: 0px !important;
    font-size: 18px;
    padding-right: 20px; }
  .dt-form-page-header .fa-close {
    font-size: 20px;
    top: 5px;
    right: 5px; }
  .dt-form-page-header .fa-close:hover {
    top: 5px; } }

#ncs-landing {
  position: relative; }

.dtl-header-cta {
  background: #555;
  border-bottom: 3px solid #333;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  width: 200px;
  margin: 2.5px 3px;
  padding: 10px;
  vertical-align: top; }

.dtl-header-cta:hover {
  background: #444;
  border-bottom: 3px solid #333; }

.dtl-header-cta.specialOfferLink {
  background: #d91c1c;
  border-bottom: 3px solid #951313; }

.dtl-header-cta.specialOfferLink:hover {
  background: #ac1616;
  border-bottom: 3px solid #951313; }

/*=======================================================================================================================================
		Dynamic Header
=======================================================================================================================================*/
.dtl-dynamic-header#dtl-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 20px 20px 0px;
  text-shadow: 1px 2px 5px #333;
  min-height: 320px; }

.dtl-dynamic-header #dtl-header-tint {
  background: rgba(17, 17, 17, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.dtl-dynamic-header#dtl-header img {
  display: none;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px; }

.dtl-dynamic-header .dtl-dynamic-header-overlay {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 1280px;
  overflow: hidden; }

.dtl-dynamic-header .dtl-header-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px; }

.dtl-dynamic-header .dtl-header-title h1 {
  color: #fff !important;
  font-weight: 200 !important;
  font-size: 24px !important;
  margin: 0px !important;
  padding: 0px !important;
  text-align: left; }

.dtl-dynamic-header .dtl-header-content {
  background: rgba(17, 17, 17, 0);
  border-radius: 3px;
  padding: 0px 0px;
  margin: 10px 0px;
  max-width: 300px;
  float: left; }

.dtl-dynamic-header .dtl-header-disclaimer {
  color: #c8c8c8;
  font-size: 8px;
  line-height: 1.2; }

.dtl-dynamic-header .dtl-dynamic-header-overlay.content-right .dtl-header-content {
  float: right; }

.dtl-dynamic-header .dtl-header-pricing {
  margin: 0px 0px 0px;
  padding: 0px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.dtl-dynamic-header .dtl-header-price-block {
  list-style: none;
  margin: 5px 0px;
  float: left;
  width: 50%;
  vertical-align: top;
  text-align: left; }

.dtl-dynamic-header .dtl-header-price-title {
  display: block;
  color: #c8c8c8; }

.dtl-dynamic-header .dtl-header-price {
  font-size: 30px;
  line-height: 1.1; }

.dtl-dynamic-header .dtl-header-price sup {
  font-size: 50%; }

.dtl-header-price i {
  font-size: 12px; }

.dtl-dynamic-header .dtl-header-price-term {
  color: #c8c8c8;
  display: block; }

.dtl-dynamic-header .dtl-header-price-term sup {
  font-size: 50%; }

.dtl-dynamic-header .dtl-header-cta {
  width: 140px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 5px;
  text-shadow: none;
  text-align: center; }

.dt-service-prices {
  display: block;
  width: 100% !important;
  overflow: auto;
  overflow-y: hidden; }

.dt-service-prices .dtl-header-price {
  float: right !important; }

.dt-service-prices.dt-service-savings-price .dtl-header-price, .dt-service-prices.dt-service-original-price .dtl-header-price {
  float: right !important;
  font-size: 20px; }

.dt-service-prices.dt-service-savings-price {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px; }

.dt-service-prices .dtl-header-price-title {
  float: left !important; }

@media screen and (max-width: 768px) {
  .dtl-dynamic-header#dtl-header {
    background: #f5f5f5 !important;
    padding: 0px;
    text-shadow: none;
    min-height: 0px; }
  .dtl-dynamic-header #dtl-header-tint {
    display: none; }
  .dtl-dynamic-header#dtl-header img {
    display: block; }
  .dtl-dynamic-header .dtl-dynamic-header-overlay {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333 !important;
    width: 100%;
    text-align: center;
    padding: 20px; }
  .dtl-dynamic-header .dtl-header-title {
    border-bottom: none;
    padding-bottom: 5px; }
  .dtl-dynamic-header .dtl-header-title h1 {
    display: block;
    color: #333 !important;
    font-size: 24px !important; }
  .dtl-dynamic-header .dtl-header-content {
    background: transparent;
    float: none !important;
    margin: 0px auto;
    max-width: 1000%; }
  .dtl-dynamic-header .dtl-header-content p {
    max-width: 650px;
    margin: auto; }
  .dtl-dynamic-header .dtl-header-disclaimer {
    color: #333; }
  .dtl-dynamic-header .dtl-header-pricing {
    max-width: 700px;
    margin: 20px auto; }
  .dtl-dynamic-header .dtl-header-price-title, .dtl-dynamic-header .dtl-header-price-term {
    color: #333;
    display: block; } }

@media screen and (max-width: 768px) {
  .dtl-dynamic-header#dtl-header {
    background: #f5f5f5 !important;
    padding: 0px;
    text-shadow: none;
    min-height: 0px; }
  .dtl-dynamic-header #dtl-header-tint {
    display: none; }
  .dtl-dynamic-header#dtl-header img {
    display: block; }
  .dtl-dynamic-header .dtl-dynamic-header-overlay {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333 !important;
    width: 100%;
    text-align: center;
    padding: 10px; }
  .dtl-dynamic-header .dtl-header-title {
    border-bottom: none; }
  .dtl-dynamic-header .dtl-header-title h1 {
    display: block;
    color: #333 !important; }
  .dtl-dynamic-header .dtl-header-content {
    background: transparent;
    float: none !important;
    margin: 0px auto;
    max-width: 1000%; }
  .dtl-dynamic-header .dtl-header-content p {
    max-width: 650px;
    margin: auto; }
  .dtl-dynamic-header .dtl-header-disclaimer {
    color: #333; }
  .dtl-dynamic-header .dtl-header-pricing {
    max-width: 700px;
    margin: 0px auto; }
  .dtl-dynamic-header .dtl-header-price-title, .dtl-dynamic-header .dtl-header-price-term {
    color: #333;
    display: block; }
  .dtl-dynamic-header .dtl-header-title h1 {
    font-size: 20px !important;
    text-align: left !important; }
  .dtl-dynamic-header .dtl-header-content p {
    font-size: 14px;
    text-align: left; }
  .dtl-dynamic-header .dtl-header-content .dtl-header-disclaimer {
    display: none;
    font-size: 8px; }
  .dtl-dynamic-header .dtl-header-price {
    font-size: 26px; }
  .dtl-dynamic-header .dtl-header-price sup, .dtl-dynamic-header .dtl-header-price i {
    font-size: 12px; }
  .dtl-dynamic-header .dtl-header-price-title, .dtl-dynamic-header .dtl-header-price-term {
    font-size: 12px; }
  .dtl-dynamic-header .dtl-header-cta {
    padding: 8px;
    font-size: 12px;
    width: 44%;
    margin-bottom: 10px; } }

.ncs-landing-price-subscript-lease {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 7.75em;
  right: 34.5em;
  font-weight: 200; }

.ncs-landing-price-subscript-finance {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -4.5em;
  right: -6.65em;
  font-weight: 200; }

.ncs-landing-price-subscript-savings {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -4.5em;
  right: -7.5em;
  font-weight: 200; }

.ncs-landing-price-subscript-buy {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -1.25em;
  right: -10.5em;
  font-weight: 200; }

.ncs-landing-price-subscript-zero-down {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -2.75em;
  right: -7em;
  font-weight: 200; }

/*=======================================================================================================================================
        Dynamic Multi Header - adapted from _dt-landing-ages.scss.
=======================================================================================================================================*/
.dtl-dmh-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  font-size: 80%;
  /* changed from 100% for admin view - main scale for section*/
  color: #4A4A4A;
  background-color: #f5f5f5;
  width: 100%;
  text-align: center; }

.dtl-dmh-item-reviews {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c8c8c8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: 0px 12px 10px -10px #cccccc; }

.dtl-dmh-item-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: center;
  align-self: center;
  max-width: 400px;
  margin-bottom: 15px; }

.dtl-dmh-item-schedule {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  border: 1px solid #c8c8c8;
  border-left: 0;
  border-right: 0;
  box-shadow: 0px -12px 10px -10px #cccccc; }

.dtl-dmh-main-offer {
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 6px 6px 12px #727272;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  align-self: flex-start;
  min-height: 100px;
  max-width: 500px;
  min-width: 320px;
  width: 100%;
  border-radius: 5px; }

.dtl-header-pricing ul {
  width: 100px; }

.dtl-header-pricing li {
  width: 100%; }

#dtl-container.dtl-dmh-iframe .dtl-dmh-vertical-stack .dtl-dmh-main-offer {
  height: 530px; }

.dtl-dmh-item-reviews-title-text h1 {
  font-size: 190%;
  font-weight: 200;
  text-align: center; }

.dtl-dmh-item-reviews-title-text {
  margin: 20px; }

.dtl-dmh-item-content-text p {
  margin: 20px;
  font-weight: 200;
  text-align: center; }

.dtl-dmh-item-content-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.dtl-dmh-item-schedule-title-text {
  margin: 20px; }

.dtl-dmh-item-schedule-title-text h3 {
  font-weight: 200;
  font-size: 170%;
  text-align: center; }

.dtl-dmh-main-offer-title {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  height: 60px;
  position: absolute;
  justify-content: center;
  align-content: center; }

.dtl-dmh-main-offer-title h2 {
  font-weight: 200;
  font-size: 160%;
  margin: 0px;
  margin-top: 10px; }

.dtl-dmh-main-offer-content {
  padding-top: 60px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.dtl-dmh-main-offer-description {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 70px;
  align-self: center; }

.dtl-dmh-main-offer-description h3 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 160%;
  font-weight: 200; }

.dtl-dmh-main-offer-pricing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: center; }

.dtl-header-pricing {
  width: 300px; }

.dtl-dmh-main-offer-pricing .dtl-header-pricing {
  -webkit-padding-start: 0px;
  width: 80%;
  -webkit-box-flex: .5;
  -moz-box-flex: .5;
  -webkit-flex: .5;
  -ms-flex: .5;
  flex: .5; }

.dtl-dmh-main-offer-pricing .dt-service-original-price .dtl-header-price {
  font-size: 100%;
  font-weight: 400;
  color: #d32f2f; }

.dtl-dmh-main-offer-pricing .dt-service-savings-price .dtl-header-price {
  font-size: 100%;
  font-weight: 400; }

.dtl-header-price.dtl-dmh-main-offer-sale-price {
  font-size: 200%;
  font-weight: 400;
  color: #388e3c; }

.dtl-dmh-main-offer-pricing .dt-service-original-price .dtl-header-price-title {
  font-size: 65%; }

.dtl-dmh-main-offer-pricing .dt-service-savings-price .dtl-header-price-title {
  font-size: 65%; }

.dtl-dmh-main-offer-pricing .dt-service-sale-price .dtl-header-price-title {
  font-weight: 700;
  font-size: 87.5%; }

.dtl-dmh-offer-choices {
  height: 125px;
  min-height: 100px;
  max-width: 500px;
  min-width: 320px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.dtl-dmh-offer-choice {
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 3px 3px 10px #cccccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 800px;
  -ms-flex: 1 1 800px;
  flex: 1 1 800px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  align-self: flex-end;
  height: 80px;
  min-width: 80px;
  max-width: 170px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px; }

.dtl-dmh-offer-choice.active {
  box-shadow: 6px 6px 12px #727272; }

.dtl-dmh-offer-choice.active:before {
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  transform: scale(2, 1);
  content: "\f0d8";
  font-size: 400%;
  color: #494949;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  margin: auto; }

.dtl-dmh-offer-choice-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: absolute;
  margin: 0 0;
  align-self: center; }

.dtl-dmh-offer-choice-title {
  font-size: 90%;
  height: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c8c8c8; }

.dtl-dmh-offer-choice-price {
  font-size: 80%;
  font-weight: 600;
  height: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.dtl-dmh-button-big {
  margin: 10px !important; }

.dtl-dmh-button-small {
  margin: 10px !important; }

.dtl-dmh-main-offer-buttons {
  padding-bottom: 10px; }

.dtl-dmh-item-big-button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.dtl-dmh-item-schedule :nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.dtl-dmh-item-schedule :nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.dtl-dmh-item-schedule :nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.dtl-dmh-clock-icon {
  color: #494949;
  font-size: 500%;
  margin: 20px; }

.dtl-dmh-clock-icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f017";
  color: #494949;
  position: relative;
  align-self: center; }

/* ==================================== HEADER VERSION 2 ========================================== */
.dmh-version-two .dtl-dmh-two-container-outer-wrap {
  height: 550px;
  width: 100% !important; }

.dmh-version-two .dtl-dmh-two-container-inner-wrap {
  border: 0 SOLID #fff;
  border-radius: 20px;
  margin: auto;
  position: relative;
  width: 90%; }

.dmh-version-two .dtl-dmh-two-container-inner-wrap:before {
  border-radius: 20px;
  content: '';
  height: 90%;
  left: 0;
  position: absolute;
  top: 5%;
  width: 100%; }

.dmh-version-two .dtl-dmh-two-container-outer-inner-spacer {
  height: 50px; }

.dmh-version-two .dtl-dmh-two-container .dtl-dmh-two-item-reviews {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 30px;
  display: inline-block;
  margin: 0;
  max-width: 48%;
  min-height: 0;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  width: 48%; }

.dmh-version-two .dtl-dmh-two-item-main {
  margin-bottom: 0; }

.dmh-version-two .dtl-dmh-two-container .dtl-dmh-two-item-schedule {
  background-color: transparent;
  display: inline-block;
  max-width: 48%;
  position: relative;
  width: 48%; }

.dmh-version-two .dtl-dmh-two-item-schedule, .dmh-version-two .dtl-dmh-two-main-offer {
  border: 0;
  box-shadow: none; }

.dmh-version-two .dtl-dmh-two-item-schedule .dtl-dmh-two-right-wrap {
  padding: 10px; }

.dmh-version-two .dtl-dmh-two-item-schedule-logo-image {
  display: none;
  float: right;
  width: 35%; }

.dmh-version-two .dtl-dmh-two-item-schedule-logo-image img {
  width: 50%; }

.dmh-version-two .dtl-dmh-two-item-content-text,
.dmh-version-two .dtl-dmh-two-item-schedule-title-text {
  display: inline-block;
  text-align: center; }

.dmh-version-two .dtl-dmh-two-item-schedule-title-text {
  width: 100%; }

.dmh-version-two .dtl-dmh-two-item-big-button-container {
  display: inline-block; }

.dmh-version-two .dtl-dmh-two-item-big-button-container .dtl-dmh-button-big {
  margin: 10px 1%;
  padding: 10px 10px;
  width: 100%; }

.dmh-version-two .dtl-dmh-main-offer-buttons .dtl-dmh-button-small {
  margin: 10px 1%;
  width: 40%; }

.dmh-version-two .dtl-dmh-main-offer .dtl-dmh-main-offer-buttons {
  width: 100%; }

.dmh-version-two .dtl-dmh-main-offer-buttons .dtl-dmh-button-small {
  margin: 0; }

.dmh-version-two .dtl-section {
  border-bottom: 0; }

.dmh-version-two .dt-service-lead-form.empty-form {
  height: 300px;
  overflow-y: scroll; }

@media all and (max-width: 390px) {
  .dtl-dmh-offer-choice {
    height: 70px;
    min-width: 87px;
    max-width: 170px; }
  .dtl-dmh-offer-choice-title {
    font-size: 60%; }
  .dtl-dmh-offer-choice-price {
    font-size: 80%; } }

@media all and (min-width: 1350px) {
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-main-offer-pricing .dtl-header-pricing {
    width: 80%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-main-offer-pricing .dtl-header-pricing {
    width: 55%; }
  .desktop .dtl-dmh-button-small .left {
    margin-left: 0px !important; }
  .desktop .dtl-dmh-item-reviews-title-text h1 {
    font-size: 235%;
    margin: 20px;
    padding: 0px !important;
    text-align: center; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule-title-text h3 {
    font-size: 235%;
    margin: 20px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-item-schedule-title-text h3 {
    font-size: 190%;
    margin: 20px; }
  .desktop .dtl-dmh-main-offer-title h2 {
    font-size: 190%; }
  .desktop .dtl-dmh-main-offer-description h3 {
    font-size: 170%; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule :nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule :nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .desktop .dtl-dmh-clock-icon {
    font-size: 600%;
    text-align: center; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-clock-icon {
    width: 100%;
    margin-top: 0px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-reviews {
    max-width: 480px;
    min-width: 320px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 50px;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    box-shadow: 3px 3px 10px #cccccc;
    border-radius: 5px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-main {
    margin-top: 20px;
    max-width: 450px;
    min-width: 320px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-item-main {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 2500px;
    align-self: stretch; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule {
    max-width: 450px;
    min-width: 320px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 50px;
    box-shadow: 3px 3px 10px #cccccc;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-radius: 5px; }
  .desktop .dtl-dmh-item-reviews-title-text {
    width: 100%; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-schedule-title-text {
    width: 100%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-main-offer {
    min-height: 320px;
    max-width: 450px;
    min-width: 400px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 800px;
    -ms-flex: 1 1 800px;
    flex: 1 1 800px;
    align-self: stretch;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-main-offer {
    min-width: 240px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choices {
    min-height: 320px;
    max-width: 450px;
    min-width: 400px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 800px;
    -ms-flex: 1 1 800px;
    flex: 1 1 800px;
    align-self: stretch;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice {
    max-height: 80px;
    min-height: 45px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
    margin-left: 50px;
    margin-bottom: 5px;
    max-width: 90%;
    width: 100%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice-text {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice-title {
    font-size: 140%;
    height: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 35%;
    border-right: 1px solid #c8c8c8;
    border-bottom: 0px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-offer-choice-title {
    font-size: 90%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice-price {
    font-size: 170%;
    flex: 2;
    width: 65%;
    height: 100%; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-offer-choice-price {
    font-size: 100%; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-offer-choice.active:before {
    transform: scale(1, 2);
    content: "\f0d9";
    left: -40px;
    right: auto;
    top: 8px;
    margin: auto; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-button-big.top {
    margin-bottom: 20px;
    margin-left: 10px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-button-big.bottom {
    margin-top: 20px;
    margin-right: 10px; }
  .desktop .dtl-dmh-horizontal-stack .dtl-dmh-item-big-button-container {
    max-width: 280px; }
  .desktop .dtl-dmh-vertical-stack .dtl-dmh-item-big-button-container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

.syndicateListWrap > ul {
  margin: 0px;
  margin-bottom: 500px;
  padding: 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.syndicateListWrap > ul > li {
  background: #fafafa;
  list-style: none;
  float: left;
  width: 50%;
  padding: 30px 10px; }

.syndicateListWrap ul li h3 {
  font-size: 32px;
  font-weight: 200;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px; }

#adwordsContainer h3 {
  color: #63666a;
  font-weight: 200; }

.syndicateListWrap ul li h3 img {
  width: 300px;
  vertical-align: middle; }

#adwordsContainer {
  padding: 30px 10px; }

#adwordsContainer h3 {
  line-height: 56px; }

#landingContainer {
  width: 100%; }

#landingContainer h3 {
  line-height: 56px;
  font-weight: 400;
  color: #727272; }

#landingContainer h3 img {
  width: 80px;
  margin-right: 10px; }

.demoAd {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  margin: 10px auto;
  max-width: 630px;
  width: 100%;
  text-align: left; }

.websiteText {
  color: #006621;
  font-weight: 400;
  font-size: 14px; }

.demoAd p {
  margin: 0px;
  line-height: 18px !important; }

.demoAd .demo-ad-link {
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #1A0DAB; }

.demoAd .demo-ad-link sup {
  top: -4px;
  font-size: 75%;
  position: relative; }

.demoAdCopy {
  display: block;
  font-size: small;
  color: #545454;
  margin-top: 1px !important; }

.demoAdLogo {
  background: #59946B;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  vertical-align: baseline;
  padding: 0px 2px;
  border-radius: 2px;
  margin-right: 7px; }

.laptopContainer {
  width: 100%;
  max-width: 650px;
  margin: 0px auto;
  border-bottom: 15px solid #ccc;
  border-radius: 10px;
  position: relative; }

.laptopContainer:after {
  content: '';
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 12px;
  width: 100%;
  left: 0px;
  position: absolute;
  box-shadow: 0px 3px 1px rgba(100, 100, 100, 0.5) !important; }

.laptopScreen {
  background: #000;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26);
  width: 90%;
  margin: auto;
  padding: 24px 16px 16px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-radius: 16px 16px 0 0; }

.landingHeader {
  border: 1px solid #333; }

@media screen and (max-width: 1250px) {
  .syndicateListWrap > ul > li {
    width: 100%;
    float: none;
    display: block; } }

@media screen and (max-width: 768px) {
  .laptopContainer {
    border-bottom: none;
    max-width: 400px; }
  .laptopContainer:after {
    display: none; }
  .laptopScreen {
    border-radius: 16px 16px 16px 16px; } }

/* Default button */
/* Buttons */
.media-gallery-upload-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #616161; }
  .media-gallery-upload-button i, .media-gallery-upload-button span {
    margin: 5px; }

.media-gallery-choose-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #616161; }
  .media-gallery-choose-button i, .media-gallery-choose-button span {
    margin: 5px; }

.media-gallery-cancel-button {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 5px;
  margin: 5px;
  background: #cc0000; }
  .media-gallery-cancel-button i, .media-gallery-cancel-button span {
    margin: 5px; }

/* Flex mixins */
/* Modal Container */
.media-gallery-modal-container {
  padding: 50px;
  overflow-y: initial; }
  .media-gallery-modal-container .upload {
    height: auto;
    max-height: 300px;
    overflow-y: scroll; }
  .media-gallery-modal-container .choose {
    height: 75vh;
    overflow-y: auto; }

/* Modal Body Container */
.media-gallery-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  /* Upload */
  /* Choose */ }
  .media-gallery-container .media-gallery-form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
    overflow: auto;
    /* Button Layout */ }
    .media-gallery-container .media-gallery-form-group .media-gallery-file-name {
      font-weight: bold; }
    .media-gallery-container .media-gallery-form-group .media-gallery-file-size {
      font-style: italic; }
    .media-gallery-container .media-gallery-form-group .media-gallery-progress-bar {
      margin: 10px 0; }
    .media-gallery-container .media-gallery-form-group .media-gallery-form-button-group {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
  .media-gallery-container .media-gallery-thumbnail {
    cursor: pointer;
    border-radius: 3px;
    border: none;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    padding: 5px;
    margin: 5px;
    position: relative;
    padding: 0;
    overflow: hidden;
    max-width: 200px;
    max-height: 200px; }
    .media-gallery-container .media-gallery-thumbnail i, .media-gallery-container .media-gallery-thumbnail span {
      margin: 5px; }
    .media-gallery-container .media-gallery-thumbnail .media-gallery-hover-overlay {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.2);
      opacity: 0;
      z-index: 51;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    .media-gallery-container .media-gallery-thumbnail .media-gallery-hover-overlay:hover {
      opacity: 1; }

/* Directive */
media-gallery-picker {
  padding: 5px; }

/* Button Layout */
.media-gallery-form-button-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.specials-and-filter-container {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  max-width: 1800px;
  margin: auto; }

.special-container {
  width: 100%; }

.paginate-controls {
  display: block;
  text-align: center; }

@media all and (max-width: 1024px) {
  .specials-and-filter-container {
    display: block; } }

.dashboard-pagination-controls {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 0 8px 0; }

.dashboard-search-wrapper {
  display: block;
  padding-bottom: 1%;
  width: 100%; }

.dashboard-search {
  margin: 0;
  padding: 0 10%;
  width: 100%; }
  .dashboard-search input {
    float: left;
    vertical-align: top;
    width: 93%; }
  .dashboard-search input:focus {
    outline: 2px solid #A7C13F;
    vertical-align: top; }
  .dashboard-search button {
    background-image: linear-gradient(-180deg, #00823F 0%, #A7C13F 100%);
    border-radius: 3px;
    float: left;
    font-size: 25px;
    vertical-align: top;
    width: 100%; }
  .dashboard-search button i {
    color: #fff; }
  .dashboard-search span {
    display: block;
    overflow: auto;
    padding-left: 7px; }

.search-label {
  font-family: inherit;
  font-size: 106%;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: left;
  width: 40%;
  display: inline; }

.search-subtext {
  color: grey;
  font-family: inherit;
  font-size: 102%;
  font-weight: 200;
  letter-spacing: 0.5px;
  margin: 4px 0px;
  text-align: left; }

.total-search-results {
  display: inline; }

.account-card-inner {
  text-align: center;
  width: 100%; }

.account-card-inner .card-image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 160px;
  position: relative;
  text-align: center;
  width: 100%; }

.account-card-inner .card-image img {
  max-height: 150px;
  max-width: 150px;
  position: relative; }

.account-card-inner .card-title {
  border-bottom: 1px solid #e8e8e8;
  color: #616161;
  display: block;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.35em;
  margin: 0;
  min-height: 68px;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
  width: 100%; }

.account-card-inner .card-title a {
  font-size: 120%;
  font-weight: bold; }

.account-card-inner .card-title span {
  display: block;
  font-size: 100%;
  font-weight: normal; }

@media screen and (max-width: 768px) {
  .dashboard-search-wrapper {
    padding-bottom: 1%; }
  .dashboard-greeting {
    padding: 23px 10px 9px !important; }
  .dashboard-search {
    margin: 0;
    padding: 0;
    width: 100%; }
    .dashboard-search input {
      width: 85%; }
  .search-label {
    font-size: 100%;
    letter-spacing: 1px; }
  .search-subtext {
    font-size: 95%;
    letter-spacing: normal; }
  .dashboard-pagination-controls {
    font-size: 82% !important;
    margin: 0 !important; } }

.two-column-row {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 20px;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.two-column-title {
  font-size: 18px;
  font-weight: 400; }

.two-column-status {
  padding-bottom: 10px; }

.two-column-container {
  float: left;
  padding: 0 20px;
  width: 100%; }
  .two-column-container select {
    width: 100%;
    max-width: 220px; }
  .two-column-container input[type="text"] {
    width: 100%;
    max-width: 220px; }

.checkbox-container {
  display: inline-flex;
  padding-top: 5px;
  padding-bottom: 10px; }

.checkbox-label {
  padding-left: 6px;
  padding-top: 2px; }

.run-button-wrapper {
  float: right;
  width: 20%; }

.red-text {
  color: red; }

.green-text {
  color: green; }

.preview-section {
  border-bottom: 1px solid #eee;
  padding: 20px 40px; }

.preview-toggle {
  cursor: pointer;
  font-weight: 200; }

.preview-label {
  font-size: large;
  font-weight: 400; }

.radio-suboption {
  padding-left: 50px; }

#cruise-control-pro .preview-section {
  margin-top: 15px; }
  #cruise-control-pro .preview-section .radio-inline {
    margin-right: 10px; }
    #cruise-control-pro .preview-section .radio-inline:last-child {
      margin: 0; }

#cruise-control-pro .input-container-label {
  display: inline-block; }

@media screen and (max-width: 1017px) {
  #cruise-control-pro .run-button-wrapper {
    width: 30%; }
    #cruise-control-pro .run-button-wrapper button {
      margin: auto 0;
      max-width: 220px; } }

@media screen and (max-width: 738px) {
  #cruise-control-pro .run-button-wrapper {
    float: inherit;
    margin-bottom: 30px;
    width: 100%; } }

@media screen and (max-width: 465px) {
  #cruise-control-pro .radio-suboption {
    padding-left: 30px; } }

@media screen and (max-width: 422px) {
  layout[view-model='cruiseControlProController.layoutViewModel'] .setting-group-title {
    padding: 15px; }
  #cruise-control-pro .two-column-container {
    padding: 0; }
  #cruise-control-pro .preview-section {
    padding: 15px; }
  #cruise-control-pro .input-container-label {
    display: block; } }

@media screen and (max-width: 338px) {
  #cruise-control-pro .two-column-container select {
    font-size: 12px; } }

.sortContainer {
  display: block;
  padding-top: 1.9em;
  min-width: 15.65em;
  padding-left: 1.5em; }

.sortBox {
  width: 100%;
  vertical-align: top;
  float: left; }

.sort-cat-name {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 0 10px;
  line-height: 1.1;
  text-align: left; }

.sort-option {
  font-size: 14px;
  font-weight: 200;
  text-transform: capitalize;
  list-style: none;
  text-align: left; }

.sort-cat {
  padding: 10px; }

.inventory-widget-title {
  color: #333333;
  font-weight: 200;
  font-size: 28px;
  text-align: center;
  padding-top: 20px; }
  .inventory-widget-title span {
    content: '';
    background: #cccccc;
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 150px; }

.inventory-and-filter-container {
  display: flex;
  flex-direction: row;
  align-content: stretch; }
  .inventory-and-filter-container .inventory-search-bar {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background: #ffffff;
    padding: 0px 0px;
    overflow: auto;
    position: relative;
    max-width: 300px;
    box-shadow: none;
    border: 1px solid #e8e8e8; }
    .inventory-and-filter-container .inventory-search-bar input.input-control {
      border: none;
      vertical-align: middle; }
    .inventory-and-filter-container .inventory-search-bar input:focus {
      outline: none; }
  .inventory-and-filter-container .search-inventory {
    float: left; }
    .inventory-and-filter-container .search-inventory .fa-search {
      background: #ffffff;
      font-size: 16px;
      vertical-align: middle;
      padding: 10px; }

.inventory-container {
  width: 100%; }

/* Directive */
inventory-item {
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-self: center;
  flex: 1 100%;
  margin: 2em;
  background: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2); }
  inventory-item .inventory-box-inner-container {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 20px;
    background-image: none;
    background-color: #ffffff; }

.inventory-box-upper-half {
  display: flex;
  flex: auto;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row; }

.inventory-box-image {
  flex: 0 1 auto;
  width: 360px;
  height: 270px; }
  .inventory-box-image img {
    width: 360px; }

.inventory-box-title-data-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  padding: 20px; }
  .inventory-box-title-data-container .inventory-box-title-container {
    text-align: left;
    display: block;
    padding-left: 20px;
    color: #333333;
    background-color: #ffffff; }
  .inventory-box-title-data-container h3 {
    font-size: 32px;
    font-weight: 900;
    text-transform: capitalize; }

.inventory-details-container {
  border-top: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
  padding-bottom: 12px; }

.inventory-widget-item-container {
  display: inline-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  padding: 3px;
  flex-flow: column;
  -webkit-flex-flow: column;
  text-align: left;
  flex: auto;
  min-width: 40%; }
  .inventory-widget-item-container .inventory-widget-item-label {
    color: #333333;
    font-size: 16px;
    font-weight: 100;
    line-height: 3.2rem; }
  .inventory-widget-item-container .inventory-widget-item {
    color: #333333;
    font-size: 32px;
    font-weight: 600; }

.inventory-box-buttons-container {
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  padding: 40px;
  flex-flow: wrap;
  -webkit-flex-flow: wrap; }
  .inventory-box-buttons-container button {
    min-width: 160px; }

.main-cta {
  background-color: #d91c1c; }

.main-cta-text {
  color: #333333; }

.other-cta {
  background-color: #999999; }

.other-cta-text {
  color: #333333; }

/* For 1024px or less */
@media all and (max-width: 1024px) {
  .inventory-and-filter-container {
    display: block; }
  .filterContainer {
    display: block;
    overflow: auto; }
  inventory-item {
    display: block;
    max-width: 500px; }
    inventory-item .inventory-box-inner-container {
      display: block; }
  .inventory-box-upper-half {
    display: block; }
  .inventory-box-title-data-container {
    display: block;
    padding-left: 0;
    padding-right: 0; }
    .inventory-box-title-data-container .inventory-box-title-container {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
  .inventory-box-image {
    display: block;
    width: 100%;
    height: auto; }
    .inventory-box-image img {
      width: 100%; }
  .inventory-box-buttons-container {
    padding: 15px;
    flex-flow: column;
    -webkit-flex-flow: column; }
    .inventory-box-buttons-container button {
      width: 100%; } }

/* For 768px or less */
@media all and (max-width: 768px) {
  .inventory-box-title-data-container {
    padding: 0; }
    .inventory-box-title-data-container .inventory-box-title-container {
      text-align: center;
      padding-left: 0; } }

@charset "UTF-8";
/* Slider */
.ncs-slider-directive-container {
  width: 50%; }

/* Icons */
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 48px;
  line-height: 1;
  opacity: .75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px;
  right: auto; }

.slick-next {
  left: auto;
  right: -25px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0px;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 36px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Medium screens */
@media all and (max-width: 800px) {
  .ncs-slider-directive-container {
    width: 800px; } }

/* Small screens */
@media all and (max-width: 500px) {
  .ncs-slider-directive-container {
    width: 300px; } }

/*=========================== SPECIALS BOX AND INNER CONTAINER =================================*/
specials-box {
  display: flex;
  flex: 1 100%;
  flex-direction: column;
  justify-self: center;
  margin: 0 auto 20px;
  max-width: 900px;
  letter-spacing: -0.5px;
  position: relative; }
  specials-box .specials-box-inner-container {
    clear: both;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    overflow: hidden; }

/*=========================== EDITOR NOTIFICATIONS AND QUALITY SCORE TOP BAR =================================*/
.specials-box-widgets-container {
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  overflow: visible;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around; }
  .specials-box-widgets-container .specials-box-widgets-left-container {
    width: 50%;
    text-align: left; }
  .specials-box-widgets-container .specials-box-widgets-right-container {
    width: 50%;
    text-align: right; }
  .specials-box-widgets-container .specials-box-widgets-left-inner {
    float: left;
    overflow: auto;
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: left; }
  .specials-box-widgets-container .specials-box-bulk-select {
    float: left;
    border-right: 1px solid #e8e8e8;
    padding: 10px;
    position: relative;
    line-height: 20px;
    min-width: 80px; }
    .specials-box-widgets-container .specials-box-bulk-select input[type="checkbox"] {
      box-sizing: border-box;
      opacity: 0;
      position: absolute;
      top: 0px;
      left: 0px;
      margin: 0px;
      height: 100%;
      width: 100%;
      z-index: 5;
      cursor: pointer;
      transform: scale(1);
      -webkit-transform: scale(1); }
    .specials-box-widgets-container .specials-box-bulk-select .iconCheckbox {
      height: 20px;
      width: 20px;
      background-color: #f5f5f5;
      border: 1px solid #cccccc;
      position: absolute;
      top: 10px;
      left: 6px;
      z-index: 4;
      overflow: visible; }
    .specials-box-widgets-container .specials-box-bulk-select .iconCheckbox:before {
      background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
      height: 16px;
      width: 23px;
      left: 3px;
      top: -3px;
      position: absolute;
      opacity: 0;
      transition: opacity .2s;
      content: ''; }
    .specials-box-widgets-container .specials-box-bulk-select input[type="checkbox"]:checked + .iconCheckbox:before {
      opacity: 1; }
    .specials-box-widgets-container .specials-box-bulk-select span {
      display: inline-block;
      padding-left: 25px; }
  .specials-box-widgets-container .specials-box-status {
    float: left;
    border-right: 1px solid #e8e8e8;
    padding: 10px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    min-width: 80px; }
    .specials-box-widgets-container .specials-box-status img {
      width: 20px;
      vertical-align: middle; }
  .specials-box-widgets-container .facebook-eligible-status {
    float: left;
    border-right: 1px solid #e8e8e8;
    padding: 10px;
    position: relative;
    font-size: 14px;
    line-height: 20px; }
    .specials-box-widgets-container .facebook-eligible-status img {
      width: 20px;
      vertical-align: middle; }
  .specials-box-widgets-container .specials-box-stock-number {
    float: left;
    border-right: 1px solid #e8e8e8;
    padding: 10px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    min-width: 80px; }
  .specials-box-widgets-container .specials-box-notifications-container {
    border-right: 1px solid #e8e8e8;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    min-width: 80px; }
    .specials-box-widgets-container .specials-box-notifications-container .specials-box-missing-inventory-link-notification {
      font-size: 16px; }
    .specials-box-widgets-container .specials-box-notifications-container .specials-box-featured-offer-notification img {
      width: 20px;
      vertical-align: middle; }
    .specials-box-widgets-container .specials-box-notifications-container .specials-box-featured-offer-notification {
      margin-right: 5px; }
      .specials-box-widgets-container .specials-box-notifications-container .specials-box-featured-offer-notification img {
        width: 20px;
        vertical-align: middle; }
    .specials-box-widgets-container .specials-box-notifications-container .specials-box-ccp-or-syndicated-special-notification {
      margin-right: 5px; }
      .specials-box-widgets-container .specials-box-notifications-container .specials-box-ccp-or-syndicated-special-notification img {
        width: 20px;
        vertical-align: middle; }
  .specials-box-widgets-container .specials-box-quality-score-container {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    float: right;
    font-size: 16px;
    min-width: 300px; }
    .specials-box-widgets-container .specials-box-quality-score-container .specials-box-quality-score-title {
      text-align: left;
      color: #757575;
      font-size: 12px;
      font-weight: 200;
      display: block; }
    .specials-box-widgets-container .specials-box-quality-score-container p, .specials-box-widgets-container .specials-box-quality-score-container .progress {
      margin-bottom: 0; }
    .specials-box-widgets-container .specials-box-quality-score-container .progress-bar {
      transition: width 1s ease-in-out; }

/*=========================== EDITOR LAYOVER ON HOVER =================================*/
.specials-box-layover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .specials-box-layover .specials-box-edit-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #666666;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2; }
    .specials-box-layover .specials-box-edit-button a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #666666;
      align-items: center;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      padding-bottom: 118px;
      font-size: 42px; }

/*=========================== QUICK EDIT BAR =================================*/
.specials-box-quick-edit-bar {
  background: #ffffff;
  position: absolute;
  bottom: -200px;
  -webkit-transition: bottom 0.05s ease;
  -moz-transition: bottom 0.05s ease;
  transition: bottom 0.05s ease;
  left: 0;
  width: 100%;
  padding: 20px 20px 20px;
  z-index: 3;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-top: 1px solid #e8e8e8; }
  .specials-box-quick-edit-bar .specials-box-quick-edit-bar-title {
    font-size: 18px;
    color: #666666;
    display: block;
    padding-bottom: 20px;
    font-weight: 600; }
  .specials-box-quick-edit-bar .specials-box-active-switch {
    background: #fbc02d;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0;
    width: 150px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26); }
  .specials-box-quick-edit-bar .specials-box-active-switch:hover {
    background: #f9a825; }
  .specials-box-quick-edit-bar .specials-box-active-switch.set-active {
    background: #388e3c; }
  .specials-box-quick-edit-bar .specials-box-active-switch.set-active:hover {
    background: #2e7d32; }
  .specials-box-quick-edit-bar .specials-box-delete-button {
    background: #d32f2f;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0;
    width: 150px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26); }
  .specials-box-quick-edit-bar .specials-box-delete-button:hover {
    background: #c62828; }

.specials-box-layover:hover .specials-box-quick-edit-bar {
  bottom: 0; }

.specials-box-inner-container:hover .specials-box-layover {
  display: block; }

/*=========================== UPPER HALF CONTAINER =================================*/
.specials-box-upper-half {
  display: flex;
  flex-direction: row;
  min-height: 1px; }
  .specials-box-upper-half .specials-box-title-offers-payments-container {
    display: flex;
    width: 70%;
    flex-direction: column;
    padding: 10px; }

/*=========================== IMAGE PHONE AND TAGLINE =================================*/
.specials-box-image-phone-tagline-container {
  width: 30%;
  padding: 10px; }
  .specials-box-image-phone-tagline-container .specials-box-under-image-text {
    padding: 0px;
    text-align: center; }
    .specials-box-image-phone-tagline-container .specials-box-under-image-text span {
      padding: 5px 0px;
      margin: 0px 5px;
      color: #757575;
      font-size: 14px; }
  .specials-box-image-phone-tagline-container .specials-box-phone-container {
    font-size: 20px;
    padding: 1rem;
    text-align: center; }
  .specials-box-image-phone-tagline-container .specials-box-tagline-container {
    font-size: 14px;
    text-align: center; }

.scrolling-tagline {
  overflow: hidden;
  position: relative;
  height: 18px;
  white-space: nowrap; }
  .scrolling-tagline span {
    animation: marquee 4s linear infinite;
    position: absolute; }

@keyframes marquee {
  0% {
    left: 100%; }
  100% {
    left: -100%; } }

/*=========================== TITLE =================================*/
.specials-box-title-container {
  display: block;
  text-align: left;
  padding: 5px 0px; }
  .specials-box-title-container h3 {
    color: #333333;
    font-size: 26px;
    font-weight: 800;
    margin: 0; }

/*=========================== APR  =================================*/
.specials-box-apr-container {
  display: block;
  width: 100%;
  padding: 5px 0px;
  text-align: left; }
  .specials-box-apr-container span {
    font-size: 14px; }
    .specials-box-apr-container span em {
      font-style: normal;
      font-size: 20px;
      font-weight: 800; }

/*=========================== PAYMENTS AND TABS CONTAINER =================================*/
.specials-box-offers-payments-container {
  display: flex;
  flex-direction: column;
  padding: 5px 0px; }

/*=========================== TABS =================================*/
.specials-box-offers-payments-tabs {
  display: block; }
  .specials-box-offers-payments-tabs .nav-tabs {
    border-bottom: none; }
  .specials-box-offers-payments-tabs .specials-box-tab {
    background: #fafafa;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
    .specials-box-offers-payments-tabs .specials-box-tab span {
      padding: 5px 0px;
      cursor: pointer;
      display: block;
      font-size: 12px;
      width: 100px;
      text-align: center; }
  .specials-box-offers-payments-tabs .specials-box-tab.active {
    border-top: 1px solid #bb0000;
    font-weight: 800; }
  .specials-box-offers-payments-tabs .specials-box-tab:first-of-type {
    border-radius: 3px 0px 0px 0px; }
  .specials-box-offers-payments-tabs .specials-box-tab:last-of-type {
    border-radius: 0px 3px 0px 0px; }
  .specials-box-offers-payments-tabs .specials-box-tab:only-of-type {
    border-radius: 3px 3px 0px 0px; }

/*=========================== TABS VIEW/PANEL CONTAINER =================================*/
.specials-box-tabs-view {
  background: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 0px 3px 3px 3px;
  box-sizing: border-box;
  display: block; }
  .specials-box-tabs-view .specials-box-tab-view {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    min-height: 125px; }
    .specials-box-tabs-view .specials-box-tab-view li {
      text-align: left; }

/*=========================== PRICING PANELs =================================*/
.specials-box-pricing-panel {
  width: 25%;
  text-align: center;
  position: relative;
  padding: 10px;
  min-width: 125px; }
  .specials-box-pricing-panel .specials-price {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
    margin: 3px auto; }
    .specials-box-pricing-panel .specials-price sup {
      position: relative;
      top: 10px;
      font-size: 65%;
      vertical-align: top; }
    .specials-box-pricing-panel .specials-price i {
      font-size: 20px; }
  .specials-box-pricing-panel h3 {
    font-size: 1.8rem;
    font-weight: 800; }
  .specials-box-pricing-panel .specials-price-title,
  .specials-box-pricing-panel .specials-price-term {
    display: block;
    width: 100%;
    color: #333333;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.2; }
  .specials-box-pricing-panel .specials-price-term {
    font-size: 10px; }
  .specials-box-pricing-panel .specials-price-subscript {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0px;
    left: -18px;
    font-weight: 200; }

/*========================== PRICING BREAKDOWN / REBATES AND INCENTIVES ================*/
.specials-box-rebates-panel {
  max-width: none;
  width: 100%;
  padding: 0px 10px 10px; }
  .specials-box-rebates-panel .specials-rebates-title {
    display: block;
    text-align: left;
    font-size: 16px;
    margin: 0px;
    padding: 5px 0px; }
  .specials-box-rebates-panel .list-group {
    background: #ffffff;
    max-height: 84px;
    margin: 0px auto;
    overflow-y: scroll;
    border: 1px solid #cccccc;
    padding: 3px 10px;
    border-radius: 3px;
    line-height: 1.375em; }
  .specials-box-rebates-panel .list-group-item {
    border-radius: 0px;
    border: none;
    padding: 0px 0px;
    font-size: 10px;
    letter-spacing: -0.3px;
    margin-bottom: 0px; }
  .specials-box-rebates-panel .list-group-item-success,
  .specials-box-rebates-panel .list-group-item-danger,
  .specials-box-rebates-panel .list-group-item-info {
    background: none;
    color: #333333; }
  .specials-box-rebates-panel .list-group-item .badge {
    background: none;
    padding: 0px;
    border-radius: 0px;
    color: #333333;
    font-size: 12px;
    line-height: 17px; }
  .specials-box-rebates-panel .list-group-item-success .badge:before {
    content: '-'; }
  .specials-box-rebates-panel .list-group-item-danger .badge:before {
    content: '+'; }
  .specials-box-rebates-panel .list-group-item-info {
    border-top: 1px solid #cccccc; }

.specials-box-buttons-container {
  display: block;
  overflow: auto;
  padding: 10px;
  text-align: center;
  clear: both;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  .specials-box-buttons-container a {
    background: #999999;
    border-bottom: 3px solid #666666;
    border-radius: 3px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    padding: 10px 0px;
    font-size: 14px;
    margin: 0px 1% 0px 0px;
    width: 23%;
    display: inline-block;
    text-align: center;
    text-decoration: none; }
  .specials-box-buttons-container a:last-of-type {
    margin-right: 0px; }
  .specials-box-buttons-container .specials-box-secondary-cta {
    color: #f6f6f6;
    background: #999999;
    border-bottom: 3px solid #666666; }
  .specials-box-buttons-container .specials-box-secondary-cta:hover {
    background: #888888;
    text-decoration: none !important; }
  .specials-box-buttons-container .specials-box-primary-cta {
    color: #f6f6f6;
    background: #cc0000;
    border-bottom: 3px solid #880000; }
  .specials-box-buttons-container .specials-box-primary-cta:hover {
    background: #bb0000;
    text-decoration: none !important; }

/*========================== DISCLOSURE AND COPYRIGHT ================*/
.specials-box-disclosure-trigger {
  color: #757575;
  display: block;
  cursor: pointer;
  margin: 5px auto;
  max-width: 150px;
  font-size: 12px;
  width: auto; }

.specials-box-disclosure-text {
  padding: 10px;
  font-size: 12px;
  color: #333333;
  line-height: 1.2; }

.specials-box-copyright {
  font-size: 10px;
  color: #757575;
  margin: 5px auto; }

/*========================== BOTTOM BAR ONE OWNER AND CERTIFIED ICONS ================*/
.specials-box-icons-bar {
  border-top: 1px solid #e8e8e8;
  display: block;
  width: 100%;
  padding: 5px 10px !important;
  text-align: right; }
  .specials-box-icons-bar .specials-box-icon {
    width: 30px;
    display: inline-block;
    vertical-align: top; }
    .specials-box-icons-bar .specials-box-icon img {
      display: block;
      width: 100%;
      vertical-align: middle; }
  .specials-box-icons-bar .specials-box-icon.specials-box-certified {
    width: 35px; }
  .specials-box-icons-bar .specials-box-icon.specials-box-certified-bmw {
    width: 90px; }

/*========================== OREGON COMPLIANCE PRICING FONT SIZE ================*/
.specials-box-inner-container.dt-state-compliance-pricing-size .specials-box-pricing-panel .specials-price,
.specials-box-inner-container.dt-state-compliance-pricing-size .specials-box-apr-container .specials-price {
  margin: 0 auto !important;
  line-height: 0.6 !important; }
  .specials-box-inner-container.dt-state-compliance-pricing-size .specials-box-pricing-panel .specials-price i,
  .specials-box-inner-container.dt-state-compliance-pricing-size .specials-box-apr-container .specials-price i {
    font-size: 16px !important; }
  .specials-box-inner-container.dt-state-compliance-pricing-size .specials-box-pricing-panel .specials-price sup,
  .specials-box-inner-container.dt-state-compliance-pricing-size .specials-box-apr-container .specials-price sup {
    font-size: 50% !important; }

.specials-box-inner-container.dt-state-compliance-pricing-size .specials-box-pricing-panel .specials-price-number,
.specials-box-inner-container.dt-state-compliance-pricing-size .specials-box-apr-container .specials-price-number {
  font-size: 18px;
  font-weight: 800;
  line-height: 1; }

@media all and (max-width: 1170px) {
  .specials-box-upper-half {
    display: block;
    overflow: auto; }
  .specials-box-image-phone-tagline-container {
    float: left;
    width: 30%; }
  .specials-box-title-offers-payments-container {
    float: left;
    width: 70%; }
  .specials-box-title-container h3 {
    font-size: 24px; }
  .specials-box-pricing-panel {
    min-width: 105px; }
    .specials-box-pricing-panel .specials-price {
      font-size: 24px; }
      .specials-box-pricing-panel .specials-price sup {
        position: relative;
        top: 10px;
        font-size: 65%;
        vertical-align: top; }
      .specials-box-pricing-panel .specials-price i {
        font-size: 20px; }
    .specials-box-pricing-panel h3 {
      font-size: 1.8rem;
      font-weight: 800; }
    .specials-box-pricing-panel .specials-price-title,
    .specials-box-pricing-panel .specials-price-term {
      display: block;
      color: #333333;
      font-size: 12px;
      font-weight: 100;
      line-height: 1.2; }
    .specials-box-pricing-panel .specials-price-term {
      font-size: 10px; }
    .specials-box-pricing-panel .specials-price-subscript {
      font-size: 12px; } }

@media all and (max-width: 1024px) {
  specials-box {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 450px; }
    specials-box .specials-box-inner-container {
      padding: 0px; }
  .specials-box-widgets-container {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px 3px 3px 3px; }
    .specials-box-widgets-container .specials-box-widgets-left-container {
      width: 100%;
      text-align: left;
      display: block;
      float: none; }
    .specials-box-widgets-container .specials-box-widgets-right-container {
      width: 100%;
      text-align: left;
      display: block;
      float: none; }
    .specials-box-widgets-container .specials-box-widgets-left-inner {
      float: none;
      width: 100%;
      margin-bottom: 0;
      border: none;
      border-bottom: 1px solid #e8e8e8;
      box-shadow: none;
      border-radius: 0 0 0 0; }
      .specials-box-widgets-container .specials-box-widgets-left-inner > div {
        width: 25%; }
    .specials-box-widgets-container .specials-box-quality-score-container {
      float: none;
      width: 100%;
      margin-bottom: 0;
      border: none;
      box-shadow: none;
      border-radius: 0 0 0 0; }
  .specials-box-upper-half {
    display: block;
    overflow: auto; }
    .specials-box-upper-half .specials-box-title-offers-payments-container {
      float: none;
      display: block;
      width: 100%;
      padding: 10px; }
  .specials-box-image-phone-tagline-container {
    float: none;
    display: block;
    width: 100%;
    padding: 0px; }
    .specials-box-image-phone-tagline-container .specials-box-tagline-container {
      padding: 0px 10px; }
      .specials-box-image-phone-tagline-container .specials-box-tagline-container span {
        display: block;
        width: 100%;
        text-align: center; }
  .specials-box-title-container h3 {
    font-size: 24px; }
  .specials-box-apr-container span {
    font-size: 12px; }
    .specials-box-apr-container span em {
      font-size: 20px;
      font-weight: 800;
      font-style: normal; }
  .specials-box-pricing-panel {
    width: 50%;
    min-width: 100px; }
    .specials-box-pricing-panel .specials-price {
      font-size: 24px; }
      .specials-box-pricing-panel .specials-price sup {
        position: relative;
        top: 10px;
        font-size: 65%;
        vertical-align: top; }
      .specials-box-pricing-panel .specials-price i {
        font-size: 20px; }
  .specials-box-buttons-container a {
    width: 100%;
    margin: 5px auto;
    display: block; } }

/* Medium screens */
@media all and (max-width: 800px) {
  #specials-box-widgets {
    /* When on medium sized screens, we center it by evenly distributing empty space around items */
    display: flex;
    flex-flow: column; }
    #specials-box-widgets .btn-group span {
      display: none; } }

/* Small screens */
@media all and (max-width: 500px) {
  .navigation {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column; } }

.filterContainer {
  display: block;
  padding-top: 20px;
  min-width: 300px;
  padding-left: 20px; }
  .filterContainer #dts-filters {
    width: 20%;
    padding-right: 30px;
    vertical-align: top;
    float: left; }
  .filterContainer .dts-filter-wrap {
    text-align: left;
    width: 100%; }
  .filterContainer .dts-filter-cat {
    display: block;
    margin: 0px;
    padding: 10px; }
  .filterContainer .dts-filter-cat-name {
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 5px; }
  .filterContainer .dts-filter-options {
    margin: 0px;
    padding: 0px; }
  .filterContainer .dts-filter-option {
    font-size: 14px;
    font-weight: 200;
    padding: 5px;
    position: relative;
    text-transform: capitalize;
    list-style: none; }
  .filterContainer .dts-filter-option input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 5;
    margin-top: 0px;
    left: 4px; }
  .filterContainer .dts-filter-option .iconCheckbox {
    background: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    overflow: visible;
    z-index: 1; }
  .filterContainer .dts-filter-option .iconCheckbox:before {
    content: '';
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
    height: 16px;
    width: 23px;
    position: absolute;
    top: -3px;
    left: 3px;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -moz-transition: .2s opacity;
    -ms-transition: .2s opacity;
    transition: .2s opacity; }
  .filterContainer .dts-filter-option input[type="checkbox"]:checked + .iconCheckbox:before {
    opacity: 1; }
  .filterContainer .dts-filter-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .filterContainer .dts-option-count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px; }
  .filterContainer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/arrow-down-2.png") no-repeat right center #f5f5f5;
    background-size: contain;
    border: 1px solid #cccccc !important;
    box-shadow: none;
    border-radius: 3px;
    border: none;
    padding: 10px 10px 10px 10px;
    width: 100%;
    position: relative;
    font-size: 14px; }
  .filterContainer select:focus {
    outline: none; }

specials-filter-directive {
  width: 100%;
  vertical-align: top;
  float: left; }

.filter-button {
  background: linear-gradient(to bottom, #999999 0%, #616161 100%);
  color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  border-top: none; }

.filter-button:hover {
  background: linear-gradient(to bottom, #999999 20%, #616161 100%);
  color: #ffffff; }

.filter-button.active {
  color: #ffffff;
  background: linear-gradient(to bottom, #ffc107 0%, #ffa000 100%); }

.filter-button-group {
  outline-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  box-shadow: none;
  border-top: none; }

.filter-empty-state {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding-top: 10em;
  padding-right: 15em; }

.filter-cat-name {
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  margin: 0px 0px 5px;
  line-height: 1.1;
  text-align: left; }

.filter-option {
  font-size: 14px;
  font-weight: 200;
  text-transform: capitalize;
  list-style: none;
  text-align: left; }

.filter-cat {
  padding: 10px; }

@media all and (max-width: 1024px) {
  .filterContainer {
    display: block;
    padding: 20px; } }

.publisher-role-checklist li {
  list-style: none; }

.account-roles select option {
  color: #ffc107; }

.account-roles-list {
  padding-left: 0; }

.account-roles-list > li {
  list-style: none; }

.list-close-icon {
  color: #616161; }

.list-close-icon:hover {
  color: #ffa000; }

.role-checkbox-container .syndication-role-checkbox {
  padding: 10px;
  position: relative;
  line-height: 20px;
  min-width: 80px;
  float: left; }
  .role-checkbox-container .syndication-role-checkbox input[type="checkbox"] {
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    z-index: 5;
    cursor: pointer;
    transform: scale(1);
    -webkit-transform: scale(1); }
  .role-checkbox-container .syndication-role-checkbox label {
    padding-left: 19px; }
  .role-checkbox-container .syndication-role-checkbox .iconCheckbox {
    height: 20px;
    width: 20px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    position: absolute;
    top: 10px;
    left: 6px;
    z-index: 4;
    overflow: visible; }
  .role-checkbox-container .syndication-role-checkbox .iconCheckbox::before {
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
    height: 16px;
    width: 23px;
    left: 3px;
    top: -3px;
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    content: ''; }
  .role-checkbox-container .syndication-role-checkbox input[type="checkbox"]:checked + .iconCheckbox:before {
    opacity: 1; }
  .role-checkbox-container .syndication-role-checkbox span {
    display: inline-block;
    padding-left: 25px; }

.adwords-account-settings .hide-default-check {
  display: none; }

.adwords-account-settings hr {
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 1px 0 0;
  margin-bottom: 0; }

.adwords-account-settings h3 {
  margin-top: 10px; }

.adwords-account-settings input[type="checkbox"] + span {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  top: 50%;
  left: 2%;
  transform: translate(-50%, -50%);
  text-indent: 90px;
  font: normal normal 30px/60px "Helvetica";
  white-space: nowrap;
  color: #cccccc;
  user-select: none;
  cursor: pointer; }
  .adwords-account-settings input[type="checkbox"] + span:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 10px;
    border-bottom: 1px solid #A7C13F;
    border-left: 1px solid #A7C13F;
    top: 20%;
    left: 50%;
    transform-origin: bottom left;
    transform: rotate(-45deg);
    opacity: 0; }

.adwords-account-settings input[type="checkbox"]:checked + span {
  border: 1px solid #cccccc; }
  .adwords-account-settings input[type="checkbox"]:checked + span:after {
    opacity: 1;
    width: 25px; }

.adwords-account-settings .card-layout {
  background: #ffffff;
  border: none;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26); }

.adwords-account-settings .vertical-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.adwords-account-settings .settings-nav {
  float: left;
  width: 26%;
  margin: 50px 2%;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.adwords-account-settings .settings-nav a,
.adwords-account-settings .settings-nav-tab {
  cursor: pointer;
  display: block;
  padding: 15px 15px;
  font-size: 16px;
  background: white;
  color: black; }

.adwords-account-settings .settings-nav a:not(:last-of-type),
.adwords-account-settings .settings-nav-tab:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8; }

.adwords-account-settings .settings-nav a:hover,
.adwords-account-settings .settings-nav-tab:hover {
  color: #A7C13F; }

.adwords-account-settings .settings-nav a.current {
  background: #00823F;
  border-bottom-color: #00823F;
  color: black; }

.last-cruise-control-command {
  font-size: 0.9em;
  font-weight: 200; }

.specials-link {
  color: #0a0d87;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: underline; }

.cc-indent {
  margin-left: 5%; }

.dt-modal-narrow {
  width: 400px; }

.cruise-control-button {
  white-space: normal; }

.dt-form-group {
  display: block;
  width: 100%;
  padding: 5px 0px;
  clear: both;
  overflow: auto; }

.dt-form-group label {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 200;
  color: #212121;
  margin: 0px 0px 3px 0px; }

.dt-form-group input {
  width: 100%; }

.card {
  background: white;
  margin-bottom: .5%;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px 0; }

.vertical-center {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.add-field {
  margin-top: 10px;
  border-radius: 10px; }

.add-field:hover {
  color: #ffa000; }

.disabled {
  background-color: #d6d6d6;
  cursor: not-allowed; }

.btn-container {
  margin-bottom: 15px; }

/** RESET TO DEFAULT MODAL **/
#reset-default-mdl .modal-footer .btn {
  margin: 0; }

#reset-default-mdl .modal-body p {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 768px) {
  #reset-default-mdl .modal-footer .btn:first-child {
    margin-bottom: 15px; } }

image-placeholder {
  width: 100%; }
  image-placeholder img {
    width: 100%; }
  image-placeholder .specials-box-image-placeholder {
    width: 100%;
    min-height: 200px;
    background: #555555;
    background: radial-gradient(#333333, #555555, #999999);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    image-placeholder .specials-box-image-placeholder p {
      color: #ffffff;
      font-size: 20px; }
      image-placeholder .specials-box-image-placeholder p i {
        display: block;
        font-size: 72px;
        margin-bottom: 0.2em; }

@media all and (max-width: 1170px) {
  image-placeholder .specials-box-image-placeholder {
    min-height: 200px; }
    image-placeholder .specials-box-image-placeholder p {
      font-size: 20px; }
      image-placeholder .specials-box-image-placeholder p i {
        display: block;
        font-size: 60px;
        margin-bottom: 0.2em; } }

body {
  font: 300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #eeeeee;
  margin: 0;
  padding: 0; }

.tabs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee; }

.tabs__list li {
  float: left; }

.tabs__list li span {
  display: block;
  text-decoration: none;
  padding: 10px 12px 10px 38px;
  font-size: 20px;
  font-weight: 400; }

.tabs__list li span:hover,
.tabs__list li span.tab-active {
  color: #ffa000;
  cursor: pointer; }

.modal-warning {
  font-weight: bold; }

.warning-red {
  color: #d32f2f; }

.build-new-special {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .build-new-special view-inventory-button,
  .build-new-special button {
    background: -webkit-linear-gradient(to bottom, #ffc107 0%, #ffa000 100%);
    background: -moz-linear-gradient(to bottom, #ffc107 0%, #ffa000 100%);
    background: -ms-linear-gradient(to bottom, #ffc107 0%, #ffa000 100%);
    background: linear-gradient(to bottom, #ffc107 0%, #ffa000 100%);
    border: none;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    color: #ffffff !important;
    cursor: pointer;
    font-size: 14px;
    margin: 5px;
    min-width: 80px;
    padding: 10px;
    text-align: center;
    width: 60%; }
    .build-new-special view-inventory-button:hover,
    .build-new-special button:hover {
      background: -webkit-linear-gradient(to bottom, #ffc107 20%, #ffa000 100%) !important;
      background: -moz-linear-gradient(to bottom, #ffc107 20%, #ffa000 100%) !important;
      background: -ms-linear-gradient(to bottom, #ffc107 20%, #ffa000 100%) !important;
      background: linear-gradient(to bottom, #ffc107 20%, #ffa000 100%) !important;
      color: #ffffff !important; }
  .build-new-special label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300; }
  .build-new-special .modal-form-back-button {
    cursor: pointer;
    padding-bottom: 10px; }
  .build-new-special .full-width-select {
    width: 100%; }
  .build-new-special #populate-from-inventory-button {
    float: right; }
  .build-new-special .populateSpecialButton {
    float: right; }

.item-disabled-text {
  color: rgba(255, 160, 0, 0.8);
  font-weight: bold; }

ul.items {
  margin: 0;
  padding: 0; }

ul.items li {
  list-style: none; }

.item-name {
  padding-left: 5px; }

.partner-button {
  margin: 2px 10px 5px 0; }

.selected-section {
  overflow: auto;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px 0 10px 10px;
  max-height: 200px; }

.partner-button-secondary {
  text-align: left;
  border: none;
  width: 100%;
  margin-bottom: 1px;
  cursor: pointer; }

.inactive-submit-button {
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  cursor: not-allowed;
  min-width: 80px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center; }

.selected-header {
  margin-top: 0; }

.syndicate-button-section .newSpecialButton {
  margin: 0;
  float: unset; }

@charset "UTF-8";
.sb-toggle, .sb-item a {
  display: block;
  background-color: #f5f5f5;
  padding: 0 10px;
  font-size: 1em;
  color: #333333;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  outline: none;
  font-weight: 200;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .sb-toggle:hover, .sb-item a:hover, .sb-toggle:active, .sb-item a:active {
    text-decoration: none;
    outline: none; }

.sb-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  outline: none;
  position: relative;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 3px; }
  .sb-container-multi .sb-item a:before {
    content: '✓';
    float: left;
    color: #dddddd;
    padding-right: 6px; }
  .sb-container-multi .sb-item-active a:before {
    color: #666666; }

.sb-toggle {
  position: relative;
  height: 41px;
  padding-top: 4px; }
  .sb-toggle-active {
    border-bottom: 1px solid #cccccc; }
  .sb-toggle:after {
    content: '\f054';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 5px;
    right: 14px; }
  .sb-toggle-active:after {
    content: '\f078';
    font-family: FontAwesome;
    top: 4px;
    right: 14px; }

.sb-dropdown {
  top: 31px;
  left: 0;
  width: 100%;
  max-height: 198px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .sb-dropdown::-webkit-scrollbar {
    width: 7px;
    height: 10px; }
  .sb-dropdown::-webkit-scrollbar-track {
    background: #eeeeee; }
  .sb-dropdown::-webkit-scrollbar-thumb {
    background: #cccccc; }
    .sb-dropdown::-webkit-scrollbar-thumb:hover {
      background: #b3b3b3; }

.sb-item:hover a, .sb-item:focus a {
  color: #ffa000; }

.sb-item-active a {
  color: #444444; }

.sb-item.sb-empty {
  padding: 10px;
  font-size: 14px;
  color: #999999; }

.wrapper {
  width: 100%; }

.search-bar {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background: #ffffff;
  padding: 0px 0px;
  overflow: auto;
  position: relative;
  top: 0px;
  right: 0px;
  width: 50%;
  max-width: 300px;
  float: right;
  z-index: 998;
  font-size: 16px; }
  .search-bar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/arrow-down-2.png") no-repeat right center #ffffff;
    background-size: contain;
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    box-shadow: none;
    border-radius: 0px !important;
    border: none;
    padding: 10px 10px 10px 10px;
    width: 100%;
    position: relative; }

.search-group {
  display: inline-block;
  float: left;
  width: 100%; }

.search-group .fa-search {
  background: #ffffff;
  font-size: 16px;
  vertical-align: middle;
  padding: 10px; }

.search-bar input[type="text"] {
  background: #ffffff;
  width: 80%;
  padding: 5px 5px;
  box-shadow: none !important;
  border-radius: 0px;
  margin-left: 0px;
  border: none;
  color: #616161 !important;
  font-size: 16px;
  vertical-align: middle; }

.search-bar input:focus {
  outline: none; }

.card-img {
  height: 60px; }
  .card-img img {
    height: 100%; }

.card {
  background: white;
  margin-bottom: .5%;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px 0; }
  .card .card-select {
    position: absolute;
    top: -2px;
    left: 60px;
    padding: 8px 5px 0px;
    font-size: 14px; }

.card i {
  margin-right: 4px;
  position: relative;
  margin-top: -1px; }

.card-content {
  display: inline-block;
  width: 100%;
  position: relative;
  background: white;
  text-align: center; }
  .card-content hr {
    margin-top: 10px;
    margin-bottom: 10px; }
  .card-content.ng-hide-remove, .card-content.ng-hide-add, .card-content.ng-hide-add-active, .card-content.ng-hide-remove-active {
    transition: all 0.2s ease; }
  .card-content.ng-hide-add {
    opacity: 1;
    animation: 0.2s fadeOut; }
  .card-content.ng-hide-remove {
    opacity: 1;
    animation: 0.2s fadeInUp; }

.card-container.as-sortable-drag .as-sortable-item {
  background-color: #ffffff;
  border: 3px solid #4a90e2;
  opacity: 0.6; }

.drag-arrow {
  float: left;
  padding-left: 20px;
  padding-top: 2px; }

.active-icon {
  float: right;
  color: green; }

.inactive-icon {
  float: right;
  color: #d32f2f; }

.action-icon {
  padding: 0 10px; }

.compact-preview-icon {
  float: right;
  margin: -77px -17px -20px 0; }
  .compact-preview-icon img {
    height: 100px; }

.secondary {
  color: #ffa000; }

.vertical-center {
  display: inline-block;
  vertical-align: middle;
  float: none; }
  .vertical-center .feature-icon {
    width: 4px;
    padding: 8px 5px 0; }
    .vertical-center .feature-icon img {
      width: 11%; }

.semi-bold {
  font-weight: 400; }

/* Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    bottom: -10px; }
  100% {
    opacity: 1;
    bottom: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    bottom: 0; }
  100% {
    opacity: 0;
    bottom: -10px; } }

/* Mobile Device Styling */
@media screen and (max-width: 769px) {
  .compact-preview-icon {
    margin-top: -120px; } }

@media screen and (min-width: 1714px) {
  .compact-preview-icon {
    margin-top: -16px; } }

@media screen and (max-width: 1500px) {
  .active-icon .fa {
    left: 30px; }
  .inactive-icon .fa {
    left: 30px; } }

.custom-checkbox {
  float: left;
  padding: 10px;
  position: relative;
  line-height: 20px;
  min-width: 80px; }
  .custom-checkbox label {
    margin-left: 28px; }
  .custom-checkbox input[type="checkbox"] {
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    z-index: 5;
    cursor: pointer;
    transform: scale(1);
    -webkit-transform: scale(1); }
  .custom-checkbox .icon-checkbox {
    height: 20px;
    width: 20px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    position: absolute;
    top: 10px;
    z-index: 4;
    overflow: visible; }
  .custom-checkbox .icon-checkbox:before {
    background: url("https://mpop-prod-hls-primary.s3.amazonaws.com/DT/checkbox-arrow.png") scroll no-repeat center center/120%;
    height: 16px;
    width: 23px;
    left: 3px;
    top: -3px;
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    content: ''; }
  .custom-checkbox input[type="checkbox"]:checked + .icon-checkbox:before {
    opacity: 1; }

.back-button {
  background: #ffffff;
  display: inline-block;
  color: #333333 !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  margin: 5px 0px 5px 0px;
  border-radius: 0px;
  border-bottom-right-radius: 3px;
  padding: 10px;
  position: fixed;
  top: 55px;
  z-index: 8; }

.back-button:hover {
  color: #ffa000 !important;
  cursor: pointer; }

.vertical-center {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.search-group {
  display: inline-block;
  float: left;
  width: 100%; }

.search-group .fa-search {
  background: #ffffff;
  font-size: 16px;
  vertical-align: middle;
  padding: 10px; }

.search-bar input[type="text"] {
  background: #ffffff;
  width: 80%;
  padding: 5px 5px;
  box-shadow: none !important;
  border-radius: 0px;
  margin-left: 0px;
  border: none;
  color: #616161 !important;
  font-size: 16px;
  vertical-align: middle; }

.search-bar input:focus {
  outline: none; }

.search-bar {
  max-width: 210px; }
