/* Generated by less 2.5.1 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
}
body header {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: row;
  width: 100%;
}
body header .logo {
  display: flex;
  align-self: flex-start;
  padding-left: 20px;
  padding-top: 6.66666667px;
  padding-bottom: 6.66666667px;
}
body header .logo img {
  width: 25vw;
  max-width: 270px;
}
body header .top-menu {
  display: flex;
  align-self: flex-end;
  font-weight: 600;
  font-size: 14px;
  flex-grow: 1;
  flex-direction: row-reverse;
  padding-right: 20px;
  letter-spacing: 1px;
  margin-top: auto;
  margin-bottom: auto;
  text-transform: uppercase;
  color: #000000;
}
body .left-margin {
  padding-left: 20px;
}
body .right-margin {
  padding-right: 20px;
}
body .top-margin {
  padding-top: 20px;
}
body .bottom-margin {
  padding-bottom: 20px;
}
body .col-sm-8,
body .col-sm-7 {
  padding: 0;
}
body .col-lg-7.col-md-12 {
  width: 100% !important;
}
body section .bio {
  width: 100%;
  position: relative;
  left: 0;
  margin-top: 10px;
}
body section .intro-copy {
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: auto;
  color: #4d4d4d;
  position: relative;
}
body section .intro-copy:before {
  animation: blink-animation 0.7s steps(5, start) 18;
  -webkit-animation: blink-animation 0.7s steps(5, start) 18;
  content: " ";
  height: 40px;
  width: 20px;
  background-image: url('../images/slash.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: 0px;
}
body section .intro-copy .bigger {
  font-size: 20px;
  color: #000000;
  display: block;
}
body section.section-page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 110px);
}
body .orange-band {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f38157;
}
body .name-copy {
  font-family: 'Bliss Pro', sans-serif;
  color: white;
  font-size: 24px;
  font-weight: regular;
}
body .name-copy .smaller {
  font-weight: 100;
  font-size: 20px;
  display: block;
}
body p {
  font-weight: 100;
  font-size: 16px;
  color: #4d4d4d;
}
body footer {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  background-color: #046f94;
  color: white;
  font-family: 'Bliss Pro', sans-serif;
  font-weight: 100;
}
body footer img {
  max-width: 360px;
  width: 20vw;
  margin-bottom: 10px;
}
body footer .hello {
  font-size: 28px;
  padding: 4px 15px;
  border: 1px #f38157 solid;
  border-radius: 10px;
  font-weight: 100;
  margin-bottom: 10px;
  display: inline-block;
}
body footer .copyright {
  font-family: 'Bliss Pro', sans-serif;
  margin-bottom: 10px;
  font-size: 13px;
}
body footer .address {
  text-align: center;
  margin-bottom: 10px;
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
