body {
  color: #555;
}
a {
  color: #7474d6;
}
img {
  max-width: 100%;
}

h2 a {
  border-bottom: none;
}

.grey {
  background-color: #f7f7f7;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}
.semi-bold {
  font-weight: 500;
}

.clearfix:after {
    content:" ";
    display:table;
    clear:both;
}

.placeholder {
  color: #999;
  background-color: rgba(150, 150, 150, 0.25);
  padding: 3px 5px;
}

.nounderline {
  text-decoration: none;
  border-bottom: 0;
}
.nounderline:hover {
  text-decoration: none;
  border-bottom: 0;
}

.dropotron {
  background: #ffffff;
  border: solid 1px #e8eaeb;
  box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.075);
  color: #7e8487;
  list-style: none;
  margin: -0.75em 0 0 -1px;
  min-width: 12em;
  padding: 2px;
  border-radius: 3px;
}

.dropotron.level-0 {
  font-size: 0.9em;
  margin: 1em 0 0 0;
}

.dropotron.level-0:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ffffff;
  border: 0;
  border-color: #e8eaeb;
  border-left-width: 1px;
  border-style: solid;
  border-top-width: 1px;
  content: '';
  display: block;
  height: 1em;
  left: 50%;
  margin-left: -0.5em;
  position: absolute;
  top: -0.5em;
  width: 1em;
}

.dropotron li {
  border-top: solid 1px #e8eaeb;
  padding: 0;
}

.dropotron li:first-child {
  border-top: 0;
}

.dropotron li > a {
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  color: #7e8487;
  display: block;
  line-height: 2.25em;
  padding: 2px 1em;
  border: none;
  text-decoration: none;
  z-index: 2;
  position: relative;
}

.dropotron li:hover > a, .dropotron li.active > a {
  background: #e8eaeb;
  color: #333 !important;
}

.mobile, .desktop {
  display: none;
}

#header .mobile a {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .mobile {
    display: block;
  }
}
@media only screen and (min-width: 1201px) {
  .desktop {
    display: block;
  }
}

.logo img {
  height: 30px;
  top: 11px;
  position: relative;
}

@media screen and (max-width: 736px) {
  .logo img {
    height: 25px;
    top: 8px;
  }
}

nav .products {
  padding-left: 5px;
}

#menu > ul.links > li.product {
  padding-left: 20px;
}

#banner .more {
  background-color: rgba(255, 255, 255, 0.125);
}

.features a {
  color: #7474d6 !important;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.features a:hover {
  background-color: #d4f9ff;
}
.features a:hover > * {
  color: inherit;
  cursor: pointer;
}
.features .icon {
  cursor: pointer;
}

.hiring {
  font-size: 1.5em;
}

.icon.alt.fa-eye:before {
    background-color: #c1a7f5;
}
.icon.alt.fa-eye:hover:before {
    background-color: #ae94e2;
}

.icon.alt.fa-file-text-o:before {
    background-color: #8cd6d3;
}
.icon.alt.fa-file-text-o:hover:before {
    background-color: #7bc5c2;
}

#footer ul {
  margin: 0 0 20px 0;
}
#footer .links {
  font-size: 0.8em;
  margin: 10px;
}
#footer .links a {
  margin: 0 10px;
  color: #aaaaaa;
  border-bottom: none;
}

.info {
  margin-bottom: 20px;
}

.image.main .center-image {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

.image.center-medium {
  width: 100%;
}
.image.center-medium img {
  width: 800px;
  margin: 0 auto;
}
.image .caption {
  text-align: center;
  color: #777;
  font-style: italic;
  font-size: 0.9em;
  padding: 10px 0 30px;
}

.reports {
  max-width: 800px;
  font-size: 0.7em;
}
.report {
    display: inline-block;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 5px;
    width: 250px;
    transition: 0.3s opacity;
    border-radius: 3px;
    overflow: hidden;
}
.report:hover {
  border: 1px solid #aaa;
}
.report:hover img {
  opacity: 0.9;
}
.sample img {
  width: 100%;
  height: 180px;
}
.description {
  text-align: center;
  padding: 5px;
  border-top: 1px solid #ccc;
  background-color: #f4f4f4;
}
#all-reports {
  margin: 10px 0 30px 0;
  font-size: 0.8em;
}

.app {
  border-bottom: none;
  margin-right: 10px;
}
.app img {
  height: 40px;
}


#page-wrapper {
  overflow: hidden;
}

.video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 100vh;
  z-index: 2;
  transform: translateX(-50%);
  pointer-events: none;
}
#banner video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 100vh;
  z-index: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

#header {
  padding-left: 15px;
}
#header p {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
/*#header.alt {
  background-color: rgba(255, 255, 255, 0.2);
}*/
#header.alt nav ul li a:hover {
  color: #9c8fff !important;
}

.logos {
  max-height: 60px;
}
.major.products {
  margin: 3em 0 0 0;
}

.subtitle {
  color: #f4f4f4;
  text-shadow: 0px 5px 20px rgba(0, 0, 0, 1);
  font-size: 1.4em;
}
.video-logo {
  max-height: 80px;
}

header h1 img {
  max-height: 100px;
}

@media screen and (max-width: 736px) {
  header h1 img {
    max-width: 80%;
    margin: 0 auto;
  }
}


.host h2 {
  background-color: #20337f;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 0;
}
.host p {
  background-color: #edf0ff;
  padding: 10px 20px;
}

.contact {
  margin-bottom: 30px;
}


.entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.entry .thumb {
  display: inline-block;
  width: 150px;
  position: relative;
  top: 4px;
  vertical-align: top;
}
.entry .details {
  display: inline-block;
  margin-left: 20px;
  width: calc(100% - 180px);
}
.entry .details .date {
  font-size: 0.8em;
  color: #aaa;
}
.entry .details .title {
  font-weight: bold;
  color: #333;
}

.support {
  width: calc(100%/3);
  background-color: #f7f7f7;
  float: left;
  box-sizing: border-box;
  padding: 40px 20px;
  text-align: center;
  font-size: 1.5em;
  color: #aaa;
  border: 1px solid;
  margin: -1px;
  text-shadow: 1px 1px #ddd;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.support:hover {
  background-color: #eee;
}


@media screen and (max-width: 736px) {
  .support {
    font-size: 1.2em;
    float: none;
    width: 100%;
    padding: 20px 10px;
  }
}

#tableau {
  max-width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
  #tableau {
    height: 180px;
  }
}

.brochure {
  background-color: #20337f;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  font-size: 1.2em;
  border-radius: 3px;
  margin-bottom: 30px;
}
.brochure:hover {
  opacity: 0.8;
}

#form-results {
  display: none;
}

.missing {
  text-align: center;
  margin-bottom: 40px;
}
.missing img {
  max-width: 200px;
}

#cookie-list > section {
  overflow-x: scroll;
}

#cookie {
  transform: translateY(100%);
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  background-color: #ddd;
  border-top: 1px solid #b1b1b1;
  z-index: 9999;
  transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}
#cookie.slideIn {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
#cookie .statement {
  margin: 9px 5px;
  display: inline-block;
}
.accept {
  padding: 4px 9px;
  margin: 9px 5px;
  background-color: #003ca6;
  color: white !important;
  border-radius: 2px;
  height: 33px;
  line-height: normal;
  font-weight: 100;
  text-transform: none;
  position: relative;
  top: -1px;
  box-shadow: none;
}
.accept:hover {
  background-color: #0251de;
  color: white !important;
  box-shadow: none;
}

.table {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.table .entry {
  display: table-row;
}
.table .column {
  display: table-cell;
  padding: 10px;
}
.table .column.name {
  color: #4c9dd0;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .table .column.name {
    min-width: 200px;
  }
}
.table .column.desc {
  width: 100%;
}
.table .titles .column {
  border-bottom: 1px solid #ddd;
  font-weight: 500;  
}
.table .column i {
  background-color: #f4f4f4;
  padding: 0 5px;
  border-radius: 3px;
}
.table .column.expiry {
  white-space: nowrap;
}

.driver-support {
  font-size: 1.2em;
  text-align: center;
  padding-top: 35px;
  clear: both;
}

@media screen and (min-width: 600px) {
  #faqs .mobile {
    display: none !important;
  }
  #faqs .desktop {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  #faqs .mobile {
    display: block !important;
  }
  #faqs .desktop {
    display: none !important;
  }
}

#data-form {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 3px;
}
#data-form .label {
  font-weight: bold;
  margin-bottom: 10px;
}
.notop {
  padding-top: 0 !important;
}

#api-data > div {
  margin-bottom: 40px;
}

#api-data img {
  vertical-align: middle;
}

#api-data .data-point {
  vertical-align: middle;
  padding-left: 10px;
}

.responsive-float.right {
  float: right;
}
.responsive-float img {
  width: auto;
}
@media only screen and (max-width: 500px) {
  .responsive-float {
    float: none;
    width: 100%;
    text-align: center;
  }
}

#careers {
  font-size: 1.2em;
  padding: 0 10%;
  text-align: center;
}

#insights {

}
#insights .main-content {
  float: left;
  width: 60%;
}
#insights .sidebar {
  float: right;
  width: calc(40% - 20px);
  margin-left: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #e5e506;
}
@media only screen and (max-width: 736px) {
  #insights .main-content {
    float: none;
    width: 100%;
  }
  #insights .sidebar {
    float: none;
    width: 100%;
    margin: 0;
    border-radius: 3px;
  }
}
#insights .available {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
#insights .title {
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
}
#insights .date {
  font-weight: bold;
  color: #777;
  text-align: center;
}
#insights .contents {
  font-weight: bold;
  text-align: center;
}
#insights .intro {
  padding: 10px 0;
  color: #000;
}
#insights .more {
  margin-top: 10px;
  margin-bottom: 5px;
  background-color: #003ca6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
  display: block;
}
#insights .more:hover {
  opacity: 0.8;
}


#research header {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}
#research header img {
  max-height: 75px;
}
#research .report-type {
  float: right;
  font-size: 1.4em;
  font-weight: 500;
  background-color: #003ca6;
  color: #fff;
  padding: 10px 50px;
  border-radius: 3px;
  margin-left: 20px;
}
@media only screen and (max-width: 850px) {
  #research .report-type {
    float: none;
    font-size: 1em;
    margin: 10px 0;
    display: block;
    padding: 5px 30px;
    width: 121px;
    text-align: center;
  }
}
#research .details {
  margin-bottom: 20px;
}
#research .details .date {
  font-weight: bold;
  color: #aaa;
}
#research .details .contents {
  font-weight: bold;
  color: #000;
}
#research .bullet-title {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 5px;
}
#research ul {
  margin: 10px 0;
}
#research ul li {
  margin-bottom: 10px;
}
#research ul li:last-of-type {
  margin-bottom: 0;
}
#research .purchase {
  margin-top: 20px;
}
#research .purchase-section {
  width: calc(50% - 10px);
  margin-right: 20px;
  min-height: 192px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#research .purchase-section:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 550px) {
  #research .purchase-section {
    width: 100%;
    margin-right: 0;
    min-height: auto;
    float: none;
  }
}
#research .purchase-title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
}
#research .purchase-section.blue {
  border: 1px solid #003ca6;
}
#research .purchase-section.blue .purchase-title {
  background-color: #003ca6;
}
#research .purchase-section.green {
  border: 1px solid #4cc10b;
}
#research .purchase-section.green .purchase-title {
  background-color: #4cc10b;
}
#research .option {
  padding: 10px 20px;
}
#research .license {
  font-weight: 600;
}
#research .count {
  font-weight: 500;
}
#research .expandable-section {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #003ca6;
}
#research .section-title {
  font-size: 1.2em;
  background-color: #003ca6;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
#research .section-title span {
  float: right;
}
#research .section-contents {
  padding: 10px 20px;
}
#research .section-contents, #research #topicsMinus, #research #contentsMinus, #research #tablesMinus {
  display: none;
}
#research .topics {
  color: #333;
}
#research .topics .summary {
  margin-bottom: 10px;
}
#research .topics .appendix {
  margin-top: 20px;
}
#research .topics .b {
  margin-left: 30px;
}
#research .topics .c {
  margin-left: 60px;
}

#research .type {
  display: inline-block;
}
#research .buy {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  margin-top: 5px;
  background-color: #4cc10e;
  color: #fff !important;
  box-shadow: none;
}
#research .buy:hover {
  opacity: 0.8;
}

#jdpower section {
  margin-bottom: 20px;
}
#jdpower .question {
  font-weight: bold;
}
#jdpower .subsection {
  margin-bottom: 15px;
}
#jdpower .branding {
  margin-bottom: 30px;
}
#jdpower .jdpower {
  max-height: 40px;
  float: left;
}
#jdpower .plugshare {
  max-height: 50px;
  float: right;
}

@media only screen and (max-width: 600px) {
  #jdpower .jdpower {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  #jdpower .plugshare {
    display: block;
    float: none;
  }
}


.cpo-form .warning {
  color: red;
  font-weight: 400;
  font-size: 0.9em;
  margin-bottom: 15px !important;
}


/* advertising page */

.ease {
  -moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#advertising .section {
  width: 100%;
  margin-bottom: 7em;
}

#advertising .flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

#advertising .flex-item {
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;

  flex-basis: 100%;

  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

#advertising .half {
  flex-basis: calc(50% - 24px);
}

#advertising .third {
  flex-basis: calc(100%/3 - 24px);
}

#advertising .quarter {
  flex-basis: calc(25% - 24px);
}

#advertising .title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 2.8em;
  line-height: 125%;
  /* or 70px */

  color: #777777;
  padding-bottom: 1em;

  letter-spacing: 0.12em;
  text-transform: uppercase;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

#advertising .title.center {
  font-size: 2.5em;
}
#advertising .squash {
  max-width: 60%;
  margin: 0 auto;
}
#advertising .cta-link {
  text-decoration: none;
  border-bottom: none;
}
#advertising #cta {
  position: relative;
}
#advertising #get-started {
  position: absolute;
  top: -100px;
}

@media only screen and (max-width: 1000px) {
  #advertising #apps .flex-item {
    display: flex;
    flex-direction: column-reverse;
  }
  #advertising #apps .flex-item .photo {
    order: 1;
  }
  #advertising #apps .flex-item .app-link-box {
    order: 2;
  }
  #advertising #apps .flex-item .app-buttons {
    order: 0;
    top: -10px;
    height: 0;
  }
  #advertising #apps .flex-item.left-block {
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 900px) {
  #main.ad-target {
    padding: 3em 0;
  }
  #advertising #intro.flex {
    flex-direction: column-reverse;
  }
  #advertising .section {
    text-align: center;
  }
  #advertising #intro .photo img {
    max-height: 400px;
  }
  #advertising .squash {
    max-width: 100%;
    margin: 0 auto;
  }
  #advertising .quarter {
    flex: 1 0 calc(50% - 24px);
    margin-top: 20px;
  }
  #advertising .half {
    flex: 1 0 100%;
  }
  #advertising #community .half {
    flex: 1 0 calc(50% - 24px);
    margin-top: 20px;
  }
}

#advertising .opps {
  max-width: 80%;
  margin: 0 auto;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 32px;
  letter-spacing: 0.012em;
  color: #555555;
  padding: 20px 0 40px;
}

#advertising .sources {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 0.7em;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.012em;
  color: #555555;
  margin-top: 5em;
}

.check-list ul {
  list-style-type: none;
}
.check-list li:before {
  content: 'check_circle_outline';
  font-family: 'Material Icons';
  font-size:  1.6em;
  margin-right: 10px;
  top: 7px;
  position: relative;
}
.check-list li {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.012em;
  color: #003CA6;
}

#advertising .photo img {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
}

#advertising .button {
  color: #003CA6;
  box-shadow: inset 0 0 0 2px #003CA6;
}
#advertising .button:hover {
  color: #003CA6;
  opacity: 0.5;
}

#advertising #apps .flex-item {
  align-items: center;
}
#advertising .app-link {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #555555;
  border-bottom: none;
}

#advertising .app-link-box {
  margin-top: 20px;
}
#advertising .app-buttons {
  float: right;
  top:  -33px;
  position: relative;
}
#advertising .app-buttons .app:last-of-type {
  margin-right: 0;
}
#advertising .app-buttons .app:hover {
  opacity: 0.5;
}
#advertising #drivers .icon span, #advertising #spend .icon span {
  font-size: 2.5em;
  border: 3px solid;
  padding: 15px;
  border-radius: 50%;
}
#advertising #drivers .stats {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
  line-height: 83px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #003CA6;
  margin: 10px 0;
}
#advertising #drivers .label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 0.012em;
  color: #555555;
}

#advertising #spend .stats {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #003CA6;
  margin: 30px 0 10px;
}
#advertising #spend .label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 0.012em;
  color: #555555;
}
#advertising #spend .flex-item {
  background: #FAFBFD;
  padding: 4em 0 1em;
}


#advertising #community .label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 28px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  /* TextGray */

  color: #555555;
}
#advertising #community .sublabel {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 32px;
  letter-spacing: 0.012em;
  color: #555555;
  padding: 5px 0 10px;
}
#advertising #community .flex-item {
  margin-bottom: 30px;
}

#advertising .form-description {
  margin: -2em 0 2em;
}
#advertising form {
  padding-top: 3em;
}


@media only screen and (max-width: 690px) {
  #advertising .check-list {
    text-align: left;
  }
  #advertising #apps .flex-item .app-buttons {
    text-align: right;
  }
  #advertising #apps .flex-item .app-buttons .app {
    margin-right: 0;
  }
  #advertising #community .half {
    flex: 1 0 100%;
    margin-top: 20px;
  }
  #advertising #spend .third {
    flex: 1 0 100%;
    margin-top: 20px;
  }
  #advertising .section .title {
    font-family: 'Roboto';
    font-size: 1.6em;
    padding-bottom: 0.5em;
  }
  #advertising .form-description {
    margin: 0 0 2em;
  }
}
@media only screen and (max-width: 500px) {
  #advertising .quarter {
    flex: 1 0 100%;
    margin-top: 20px;
  }
  #advertising #apps .flex-item .app-buttons {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #advertising .last-name {
    padding: 1.25em 0 0 1.25em !important;
  }
}















