/* 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: 70px;
  padding-top: 23.33333333px;
  padding-bottom: 23.33333333px;
}
body header .logo img {
  width: 25vw;
  max-width: 270px;
}
body header .top-menu {
  display: flex;
  align-self: flex-end;
  font-weight: 600;
  font-size: 24px;
  flex-grow: 1;
  flex-direction: row-reverse;
  padding-right: 70px;
  letter-spacing: 1px;
  margin-top: auto;
  margin-bottom: auto;
  text-transform: uppercase;
  color: #000000;
}
body .left-margin {
  padding-left: 70px;
}
body .right-margin {
  padding-right: 70px;
}
body .top-margin {
  padding-top: 70px;
}
body .bottom-margin {
  padding-bottom: 70px;
}
body .col-sm-8,
body .col-sm-7 {
  padding: 0;
}
body section .bio {
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -20.6%;
}
body section .intro-copy {
  font-size: 47px;
  line-height: 59px;
  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: 60px;
  width: 30px;
  background-image: url('../images/slash.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
  top: 0px;
}
body section .intro-copy .bigger {
  font-size: 40px;
  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: 30px;
  color: #4d4d4d;
}
body footer {
  display: flex;
  padding-top: 70px;
  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: 17.5px;
}
body footer .hello {
  font-size: 28px;
  padding: 4px 15px;
  border: 1px #f38157 solid;
  border-radius: 10px;
  font-weight: 100;
  margin-bottom: 17.5px;
  display: inline-block;
}
body footer .copyright {
  font-family: 'Bliss Pro', sans-serif;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.8em;
}
body footer .address {
  margin-bottom: 17.5px;
  text-align: center;
}
.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;
  }
}
.lbl {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}
.txt {
  line-height: 2.7em;
  display: block;
  border: #046f94 1px solid;
}
.btn {
  margin-top: 20px;
  padding: 4px 25px;
  border: 1px #046f94 solid;
  border-radius: 50px;
  font-weight: 100;
  margin-bottom: 17.5px;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #046f94;
  transition: 0.5s ease all;
}
.btn:hover {
  background-color: #046f94;
  color: white;
}
