/* General formatting */
* {
  box-sizing: border-box;
}

body {
  font-family: Inter;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
  font-size: 11pt;
  font-weight: 400;
  line-height: 175%;
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

a {
  text-decoration: none;
}

h2 {
  letter-spacing: 2pt;
  margin-bottom: 5px;
  padding: 2px 0 6px;
  text-transform: uppercase;
}

.page-break {
  padding-top: 2px;
  page-break-before: always;
}

.main {
  margin: 0 auto;
  height: 11in;
  width: 8.45in;
}

.icon {
  width: 24px;
  margin-right: 2px;
}

.spacer {
  height: 22px;
}

@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}
/* Left column */
.left-column {
  background-color: #335;
  color: #fff;
  float: left;
  font-size: 9.5pt;
  height: 100%;
  overflow: hidden;
  padding: 0.12in;
  width: 30%;
}

.left-column a {
  border-bottom: 1px dotted #ccc;
  color: #fff;
}

.left-column h2 {
  border-bottom: 1px solid white;
}

/* Right column */
.right-column {
  background-color: #F7F8F9;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 10pt;
  height: 100%;
  overflow: hidden;
  padding: 0;
  line-height: 140%;
}

.right-column a {
  border-bottom: 1px dotted #20BCFC;
  color: #231F20;
}

.right-column-inner {
  padding: 0 0.1in;
}

.name-plate {
  background-color: #fff;
  border-bottom: 2px solid #335;
  border-top: 2px solid #335;
  color: #335;
  font-size: 21pt;
  font-weight: 700;
  margin: 0 auto 10px;
  padding: 20px;
  text-align: center;
}

.name {
  letter-spacing: 1pt;
}

.job {
  padding-bottom: 10px;
}

.job-title-line {
  border-bottom: 1px solid #335;
  display: flex;
}

.job-title h2 {
  color: #335;
  font-size: 12pt;
  font-weight: 700;
  margin: 0;
  padding: 0 0 5px;
  letter-spacing: 0.75pt;
}
.job-description {
  padding: 10px 0;
}

.job-description li {
  margin-bottom: 8px;
}
.job-location {
  font-size: 9pt;
}
.job-logo {
  margin-right: 10px;
  width: 70px;
}
.job-logo img {
  width: 65px;
}

#awards li {
  line-height: 175%;
}

.ref-name {
  font-weight: 700;
}

.ref-email a,
.ref-phone a {
  color: #777 !important;
}

.ref-description {
  margin: 5px 0 15px 0;
}

a.tech {
  font-style: italic;
  font-weight: 600;
  margin-right: 3px;
}

#silver-snoopy {
  text-align: center;
}
#silver-snoopy a {
  border-bottom: none;
}

#silver-snoopy-badge {
  width: 150px;
}

ul {
  list-style-type: square;
}
