* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #545E6C;
  background: #f5f5f5;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
a {
  color: #333333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #1a454f;
}
a:focus {
  text-decoration: none;
}
p {
  line-height: 1.5;
}
.wrapper {
  max-width: 960px;
  background: #FFFFFF;
  margin: 0 auto;
  position: relative;
}
.sidebar {
  background: #333333;
  position: absolute;
  right: 0;
  width: 30%;
  height: 100%;
  min-height: 800px;
  color: #FFFFFF;
}
.sidebar a {
  color: #FFFFFF;
  text-decoration: none;
}
.sidebar .container {
  padding: 10px 20px;
  color: #fff;
  margin: 0;
}
.sidebar .profile {
  text-align: center;
}
.sidebar h1 {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebar h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.sidebar h3 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar img {
  margin-bottom: 15px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

h2 span {
    padding-left: 5px;
}
h2 .fa {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #333333;
  text-align: center;
  padding-top: 8px;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.main {
  background: #fff;
  padding: 30px 30px 30px 30px;
  margin-right: 30%;
}
.main .section {
  margin-bottom: 30px;
}
.main .section:last-of-type {
  margin-bottom: 0px;
}
.main h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
.main h3 {
  color: #3F4650;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.main .time {
  color: #333333;
  float: right;
}
.main .company {
  margin-bottom: 10px;
  color: #333333;
}
.skillset .item {
  margin-bottom: 15px;
  overflow: hidden;
    width: 50%;
    float: left;
}

.skillset {
    display: inline-block;
}

.fa-ul {
    margin-left: 1.5rem;
    margin-bottom: 8px;
}

.star-rating{
	font-size: 0;
}
.star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}

.recommendation .profile {
  display: flex;
  align-items: center;
}
.recommendation .profile img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 10px;
}
.recommendation .profile .title {
  display: inline-block;
}
.recommendation .profile .company {
  margin: 0;
}
quote {
  font-style: italic;
}
quote::before, quote::after {
  content: "\"";
}


/* Extra small devices (phones, less than 768px) */
@media only screen and (max-width: 767px) {
  .sidebar {
    position: static;
    width: inherit;
  }
  .main {
    padding: 30px;
    margin: 0;
  }
  .main .time {
    position: static;
    display: block;
    margin-top: 5px;
  }
}

@page {
    size: A4;
    margin: 0;
}
@media print {
    html, body {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
        min-height: 296.5mm
    }
    body {
        font-size: 10pt;
    }
    a {
      text-decoration: none;
    }
    .col-1 {width:8%;  float:left;}
    .col-2 {width:16%; float:left;}
    .col-3 {width:25%; float:left;}
    .col-4 {width:33%; float:left;}
    .col-5 {width:42%; float:left;}
    .col-6 {width:50%; float:left;}
    .col-7 {width:58%; float:left;}
    .col-8 {width:66%; float:left;}
    .col-9 {width:75%; float:left;}
    .col-10{width:83%; float:left;}
    .col-11{width:92%; float:left;}
    .col-12{width:100%; float:left;}
}

#skills .item {
    border-left: none;
    padding-left: 0;
}

.item {
    border-left: 5px solid #ccc; 
    padding-left: 15px;
}

@media print {
  .tldr {
    display: none; /* Visible when printing */
  }
}