.skills {
  width: 49%;
  display: block;
  float: left;
  padding-bottom: 12px;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.skills h3 {
  margin: 12px 12px 6px 12px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.skills h3 .fa {
  position: absolute;
  top: -4px;
  right: 0;
  padding: 4px;
  border-radius: 3px;
}
.skills ul {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0 10px 6px 10px;
}
.skills ul li {
  float: left;
  padding: 3px 8px;
  margin: 0 3px 3px 0;
  color: #fff;
  border-radius: 2px;
  transition: all 0.15s ease;
}
.skills.odd {
  margin-right: 2%;
}
.skills.infra {
  background: linear-gradient(160deg, #0198e1 0%, rgb(0.7292035398, 110.8389380531, 164.0707964602) 100%);
}
.skills.infra .fa {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  color: #fff;
}
.skills.infra li {
  background: rgb(0.5938053097, 90.2584070796, 133.6061946903);
  color: #fff;
  font-weight: 500;
}
.skills.infra li:hover {
  background: rgb(0.8194690265, 124.5592920354, 184.3805309735);
}
.skills.infra li.prim {
  background: rgb(0.435840708, 66.2477876106, 98.064159292);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 8px;
  margin-top: 4px;
  clear: left;
  width: 100%;
  box-sizing: border-box;
}
.skills.infra li.prim:hover {
  background: rgb(0.435840708, 66.2477876106, 98.064159292);
}
.skills.infra li.light {
  opacity: 0.45;
  filter: blur(0.6px);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background: rgb(0.503539823, 76.5380530973, 113.296460177);
}
.skills.infra li.light:hover {
  opacity: 0.75;
  filter: blur(0);
}
.skills.strategic {
  background: linear-gradient(160deg, #608341 0%, rgb(66.0244897959, 90.0959183673, 44.7040816327) 100%);
}
.skills.strategic .fa {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  color: #fff;
}
.skills.strategic li {
  background: rgb(51.0367346939, 69.643877551, 34.556122449);
  color: #fff;
  font-weight: 500;
}
.skills.strategic li:hover {
  background: rgb(76.0163265306, 103.7306122449, 51.4693877551);
}
.skills.strategic li.prim {
  background: rgb(33.5510204082, 45.7831632653, 22.7168367347);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 8px;
  margin-top: 4px;
  clear: left;
  width: 100%;
  box-sizing: border-box;
}
.skills.strategic li.prim:hover {
  background: rgb(33.5510204082, 45.7831632653, 22.7168367347);
}
.skills.strategic li.light {
  opacity: 0.45;
  filter: blur(0.6px);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background: rgb(41.0448979592, 56.0091836735, 27.7908163265);
}
.skills.strategic li.light:hover {
  opacity: 0.75;
  filter: blur(0);
}

body {
  padding: 30px 20px;
  font-family: "Montserrat", sans-serif;
  background-image: linear-gradient(to right bottom, #222 0%, #444 61%);
}

a {
  text-decoration: none;
  color: #0198e1;
}

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

.divider {
  width: 100%;
  float: left;
}
.divider:after {
  position: absolute;
  width: 100%;
  margin-top: 0;
  bottom: -11px;
  left: -3px;
  background: rgb(89.25, 89.25, 89.25);
  content: "";
  display: block;
  transform: skew(-31deg, 0deg);
  height: 11px;
}

.contOut {
  opacity: 0;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 6px auto;
  background: #fff;
  position: relative;
  overflow: visible;
}
.contOut:before {
  position: absolute;
  width: 6px;
  margin-top: 6px;
  left: -6px;
  background: rgb(140.25, 140.25, 140.25);
  content: "";
  display: block;
  transform: skew(0deg, -61deg);
  height: 100%;
}
.contOut .contIn {
  width: 100%;
  float: left;
}
.contOut .contIn .section {
  padding-left: 30px;
  padding-right: 30px;
}
.contOut .contIn .section.top {
  padding-top: 30px;
  padding-bottom: 15px;
}
.contOut .contIn .section.top:hover img {
  filter: grayscale(0%);
}
.contOut .contIn .logoCont {
  float: left;
  width: 15%;
}
.contOut .contIn .logoCont .logo {
  width: 100%;
  max-width: 100px;
  min-width: 50px;
  height: auto;
  min-height: 50px;
  filter: grayscale(100%);
  border-radius: 2px;
  border: solid 1px #cccccc;
}
.contOut .contIn h1 {
  width: 45%;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: -6px 0 0 0;
  font-size: 40px;
  line-height: 40px;
}
.contOut .contIn p.tagline {
  float: left;
  width: 45%;
  font-size: 14px;
}
.contOut .contIn p.tagline span {
  color: #999999;
}
.contOut .contIn .moreInfo {
  float: right;
  width: 40%;
  text-align: right;
}
.contOut .contIn .moreInfo p {
  margin: 0;
  line-height: 20px;
  word-wrap: break-word;
}

.summary {
  width: 100%;
  float: left;
}
.summary h2 {
  margin: 0 0 8px 0;
  font-size: 20px;
  border-left: solid 4px #0198e1;
  padding-left: 10px;
}
.summary p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  text-align: justify;
}

.middle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.middle:hover h2 {
  border-left: solid 10px black;
  padding-left: 8px;
  transition: all 100ms ease-in;
}
.middle h2 {
  border-left: solid 0 #fff;
  transition: all 200ms ease-in;
}
.middle h2 i.fa {
  display: inline-block;
  margin-left: 10px;
}
.middle h2 i.fa:hover {
  cursor: pointer;
  color: rgb(0.7743362832, 117.6991150442, 174.2256637168);
}
.middle .job {
  width: 100%;
  float: left;
}
.middle .job h2 {
  margin: 0;
}
.middle .job h2 span {
  float: right;
  font-size: 16px;
  background: black;
  color: #fff;
  padding: 6px 8px;
  min-width: 120px;
  text-align: center;
}
.middle .job p {
  margin: 6px 0;
}
.middle .job p .brag {
  display: inline-block;
  margin: 10px 0;
  font-style: italic;
  background: rgb(219.3, 219.3, 219.3);
  padding: 20px 20px 20px 50px;
  color: #333;
  text-align: justify;
  border-bottom: solid 1px rgb(191.25, 191.25, 191.25);
  position: relative;
  text-shadow: 0 1px 1px #fff;
  max-height: 40px;
}
.middle .job p .brag:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #fff;
}

ul.buttons::after {
  content: "";
  display: table;
  clear: both;
}
ul.buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.buttons li {
  float: left;
  text-align: center;
  width: 32%;
  margin-right: 1%;
  border-radius: 2px;
  position: relative;
  margin-bottom: 8px;
}
ul.buttons li a {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
}
ul.buttons li:nth-child(1) {
  background: #b5509c;
  border-bottom: solid 3px rgb(111.7469879518, 47.2530120482, 95.7831325301);
  transition: all 100ms ease-in-out;
}
ul.buttons li:nth-child(1):hover {
  background: rgb(196.156626506, 115.843373494, 176.2771084337);
  border-bottom-color: rgb(165.5120481928, 69.9879518072, 141.8674698795);
  transition: all 200ms ease-in-out;
}
ul.buttons li:nth-child(2) {
  background: #608341;
  border-bottom: solid 3px rgb(46.0408163265, 62.8265306122, 31.1734693878);
  transition: all 100ms ease-in-out;
}
ul.buttons li:nth-child(2):hover {
  background: rgb(120.9795918367, 165.0867346939, 81.9132653061);
  border-bottom-color: rgb(83.5102040816, 113.9566326531, 56.5433673469);
  transition: all 200ms ease-in-out;
}
ul.buttons li:nth-child(3) {
  background: #0198e1;
  border-bottom: solid 3px rgb(0.5486725664, 83.3982300885, 123.4513274336);
  transition: all 100ms ease-in-out;
}
ul.buttons li:nth-child(3):hover {
  background: rgb(23.0309734513, 178.7079646018, 253.9690265487);
  border-bottom-color: rgb(0.8871681416, 134.8495575221, 199.6128318584);
  transition: all 200ms ease-in-out;
}
ul.buttons li:nth-child(4) {
  background: #ff6103;
  border-bottom: solid 3px rgb(156, 58.1904761905, 0);
  transition: all 100ms ease-in-out;
}
ul.buttons li:nth-child(4):hover {
  background: rgb(255, 128.9761904762, 54);
  border-bottom-color: rgb(232.5, 86.7261904762, 0);
  transition: all 200ms ease-in-out;
}
ul.buttons li:nth-child(5) {
  background: #444;
  border-bottom: solid 3px #111111;
  transition: all 100ms ease-in-out;
}
ul.buttons li:nth-child(5):hover {
  background: rgb(93.5, 93.5, 93.5);
  border-bottom-color: rgb(55.25, 55.25, 55.25);
  transition: all 200ms ease-in-out;
}
ul.buttons li:last-child {
  background: #8b4513;
  border-bottom: solid 3px rgb(49.2658227848, 24.4556962025, 6.7341772152);
  transition: all 100ms ease-in-out;
}
ul.buttons li:last-child:hover {
  background: rgb(183.8670886076, 91.2721518987, 25.1329113924);
  border-bottom-color: rgb(116.5664556962, 57.8639240506, 15.9335443038);
  transition: all 200ms ease-in-out;
}
ul.buttons li:last-child {
  margin-right: 0;
  width: 33%;
}
ul.buttons li:nth-child(3) {
  margin-right: 0;
  width: 33%;
}

.contracts {
  box-sizing: border-box;
  padding: 20px 30px;
}
.contracts h3 {
  margin: 0 0 20px 0;
}
.contracts .contract {
  box-sizing: border-box;
  padding: 10px 10px 15px 10px;
  width: 24%;
  min-height: 160px;
  background: #ffc;
  border: solid 1px #ffff99;
  box-shadow: 0 1px 2px #999;
  color: #333300;
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
  position: relative;
}
.contracts .contract h4 {
  margin: 0;
}
.contracts .contract p.desc {
  font-size: 14px;
  color: rgb(76.5, 76.5, 0);
  word-wrap: break-word;
}
.contracts .contract p.desc a:hover {
  text-decoration: underline;
}
.contracts .contract span.date {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #999900;
}

.sm {
  list-style: none;
  position: absolute;
  top: 10px;
  right: 30px;
  margin: 0;
}
.sm li {
  float: left;
  margin-left: 6px;
}
.sm li a {
  color: #ccc;
}
.sm li a:hover {
  color: #fff;
}

@media (max-width: 1010px) {
  .contOut .contIn h1,
  .contOut .contIn p.tagline {
    width: 42%;
    margin-left: 3%;
  }
  .skills.infra,
  .skills.strategic {
    width: 100%;
  }
  .skills.infra {
    margin-bottom: 6px;
  }
  ul.buttons li {
    width: 48%;
    margin-bottom: 10px;
  }
  ul.buttons li:nth-child(3), ul.buttons li:last-child {
    width: 48%;
  }
  ul.buttons li:nth-child(even) {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 850px) {
  .middle .job p .brag {
    padding-left: 70px;
    max-height: 60px;
  }
  .middle .job p .brag:before {
    border-top-width: 50px;
    border-bottom-width: 50px;
    border-left-width: 50px;
    border-left-color: #fff;
  }
  .contOut .contIn .logoCont {
    width: 35%;
  }
  .contOut .contIn .logoCont .logo {
    max-width: 200px;
  }
  .contOut .contIn h1 {
    width: 62%;
    float: right;
    text-align: right;
    margin-bottom: 10px;
  }
  .contOut .contIn .moreInfo {
    width: 60%;
  }
  .contOut .contIn p.tagline {
    clear: left;
    width: 30%;
    margin: 0;
  }
}
@media (max-width: 800px) {
  .contracts .contract {
    width: 49%;
  }
}
@media (max-width: 620px) {
  .middle .job p .brag {
    padding-left: 80px;
    max-height: 80px;
  }
  .middle .job p .brag:before {
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-left-width: 60px;
    border-left-color: #fff;
  }
}
@media (max-width: 570px) {
  .middle .job p .brag {
    padding-left: 90px;
    max-height: 100px;
  }
  .middle .job p .brag:before {
    border-top-width: 70px;
    border-bottom-width: 70px;
    border-left-width: 70px;
    border-left-color: #fff;
  }
  ul.buttons li {
    width: 100%;
    margin-right: 0;
  }
  ul.buttons li:nth-child(3), ul.buttons li:last-child {
    width: 100%;
  }
  .skills ul li {
    float: none;
  }
  .contOut .contIn h1 {
    font-size: 34px;
  }
  .contracts .contract {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .middle .job p .brag {
    padding-left: 20px;
    max-height: none;
  }
  .middle .job p .brag:before {
    border: none;
  }
  .middle .job h2 span {
    margin-top: 10px;
  }
  .contOut .contIn h1 {
    font-size: 28px;
  }
  .contOut .contIn .moreInfo {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .contOut .contIn .moreInfo,
  .contOut .contIn p.tagline {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
