body {
  font-family: TI, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}

a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

._00-hero-image {
  height: 75vh;
  background-color: #000;
  font-size: 16px;
}

._00-hero-image.portfolio {
  background-image: url('../images/Portfolio-Header.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navigation {
  position: fixed;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 30px 30px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.navigation.scroll {
  position: fixed;
  top: -90px;
}

.navigation.nofix {
  position: absolute;
  background-color: #fff;
}

.brand {
  margin-right: 20px;
  float: left;
}

.brand.w--current {
  margin-top: -2px;
}

.lead {
  margin-top: 3px;
  float: left;
  color: #000;
  font-size: 13px;
  line-height: 15px;
}

.lead.white {
  margin-top: 11px;
  color: #fff;
}

.lead.phonenumber {
  margin-top: 6px;
  margin-left: 20px;
}

.lead.phonenumber.mainpage {
  margin-top: 5px;
}

.lead.home {
  margin-top: 5px;
}

.white {
  color: #fff;
  font-size: 16px;
}

.white.w--current {
  color: #fff;
  font-size: 15px;
}

.white._w-overlay {
  color: #fff;
  font-size: 16px;
}

.white.brandoverlay {
  font-size: 14px;
}

.white.brandoverlay.w--current {
  font-size: 14px;
}

.white.brandoverlay.w--current:hover {
  opacity: 0.7;
}

.menu {
  float: right;
  font-size: 13px;
}

.menu-text {
  margin-top: 5px;
  float: right;
  font-size: 16px;
}

.menu-text.email {
  margin-top: 8px;
  margin-right: 30px;
  -webkit-transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55);
  font-size: 15px;
}

.menu-text.email:hover {
  color: #fff;
}

.menu-text.email.overlay {
  margin-top: 8px;
}

.menu-text.email.overlay:hover {
  opacity: 0.7;
}

.menu-text.email.overlay._w-overlay {
  color: #fff;
}

.menu-text.email.greyhover {
  margin-top: 8px;
  opacity: 1;
  color: #000;
  font-size: 15px;
}

.menu-text.email.greyhover:hover {
  opacity: 0.7;
  color: #000;
}

.menu-text.email.greyhover.innerpages {
  margin-right: 0px;
}

.menu-text.email.greyhover.innerpages.w--current {
  font-size: 16px;
}

.menu-text.dots {
  margin-top: 0px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-text.container {
  margin-top: 3px;
  padding-right: 30px;
  background-image: url('../images/Menu-Dots.png');
  background-position: 100% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  cursor: pointer;
}

.menu-text.container:hover {
  background-image: url('../images/Menu-Dots--W.png');
  background-position: 100% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  color: #fff;
}

.menu-text.container.inverse {
  margin-top: 3px;
  background-image: url('../images/Menu-Dots--W.png');
  background-position: 100% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  font-size: 13px;
}

.menu-text.container.inverse:hover {
  opacity: 0.7;
}

.menu-text.container.greymenuhover {
  margin-top: 3px;
}

.menu-text.container.greymenuhover:hover {
  background-image: url('../images/Menu-Dots.png');
  background-position: 100% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  opacity: 0.7;
  color: #000;
}

.navigation-overlay-screen {
  position: fixed;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 30px 30px 20px;
  background-color: #000;
  opacity: 0;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 20px;
  font-weight: 300;
}

.page-heading:hover {
  opacity: 0.8;
}

.sub-heading {
  color: hsla(0, 0%, 100%, .24);
  font-size: 16px;
  font-weight: 400;
}

._02-menu-item {
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
  clear: left;
  line-height: 20px;
  cursor: pointer;
}

._02-menu-item.w--current {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 1px solid hsla(0, 0%, 100%, .17);
}

._01-menu-item {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
  clear: none;
  line-height: 20px;
  cursor: pointer;
}

._03-menu-item {
  margin-top: 0px;
  margin-bottom: 40px;
  float: left;
  clear: left;
  line-height: 20px;
  cursor: pointer;
}

._03-menu-item.w--current {
  padding-left: 30px;
  border-left: 1px solid hsla(0, 0%, 100%, .17);
}

._04-menu-item {
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
  clear: left;
  line-height: 20px;
  cursor: pointer;
}

._04-menu-item.w--current {
  padding-left: 30px;
  border-left: 1px solid hsla(0, 0%, 100%, .17);
}

.menu-list-container {
  display: block;
  margin-top: 100px;
}

.lead-line {
  padding: 40px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.lead-line-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.lead-line-heading.grey.nopadding {
  padding-right: 0px;
}

.lead-line-heading.grey.custom {
  width: 60%;
  padding-top: 25px;
  padding-right: 0px;
}

.image-container {
  display: block;
  width: 100%;
  height: 350px;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/Body-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}

.image-container:hover {
  opacity: 0.9;
  color: #000;
}

.image-container.pageheader {
  height: 400px;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/About.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-container.pageheader.gri {
  background-image: url('../images/Acquisitions.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-container.pageheader.bso {
  background-image: url('../images/Clouds.jpg'), url('../images/About.jpg');
  background-position: 100% 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.image-container.pageheader.buildinginsurance {
  background-image: url('../images/Buildings-Insurance.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.image-section {
  display: block;
  padding: 50px 30px 0px;
}

.image-section.header {
  position: relative;
  top: 88px;
}

.home-image-lead {
  padding-right: 15px;
  float: left;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.home-image-lead.description {
  margin-top: 15px;
  clear: both;
  cursor: default;
}

.arrow {
  float: left;
  clear: right;
  font-size: 16px;
  font-weight: 300;
}

.latest-project {
  cursor: pointer;
}

.footer-section {
  padding: 50px 30px 125px;
}

.footer-text {
  padding-right: 40px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.footer-text.right.bottom {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.weighted {
  font-weight: 500;
}

.navigation-hidden {
  position: absolute;
  top: 150px;
  z-index: 11;
  width: 100%;
  padding: 30px;
}

.slide-one {
  background-image: url('../images/HP.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-two {
  background-image: url('../images/Header-02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.small-line-height {
  line-height: 20px;
}

._05-menu-item {
  margin-bottom: 20px;
  float: left;
  clear: left;
}

._05-menu-item.w--current {
  padding-left: 30px;
  border-left: 1px solid hsla(0, 0%, 100%, .17);
}

._06-menu-item {
  margin-bottom: 20px;
  float: left;
  clear: left;
}

._06-menu-item.w--current {
  padding-left: 30px;
  border-left: 1px solid hsla(0, 0%, 100%, .17);
}

.black {
  height: 350px;
  max-width: 40%;
  padding-top: 45px;
  padding-right: 30px;
  padding-left: 45px;
  background-color: #000;
}

.whole-section {
  position: relative;
  top: 88px;
}

.page-title {
  color: #fff;
  font-size: 28px;
}

.page-copy-section {
  padding-right: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.page-copy-section.padding {
  padding-top: 40px;
}

.page-copy-section.portfolio-heading {
  padding-top: 40px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.page-copy-section.padding-top {
  padding-top: 40px;
}

.page-copy-section.padding-top.frontpage {
  padding-bottom: 40px;
  border-bottom-color: rgba(0, 0, 0, .1);
}

.grey {
  padding-right: 110px;
  color: #636363;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.grey.no-padding {
  margin-bottom: 30px;
  padding-right: 0px;
}

.grey.no-padding.cta {
  margin-top: 50px;
  margin-bottom: 0px;
}

.grey.no-padding._333 {
  color: #333;
}

.grey.nohover {
  padding-right: 0px;
}

.grey.nohover:hover {
  color: #000;
}

.field {
  display: block;
  height: 48px;
  padding-top: 10px;
  padding-left: 15px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #000 #000 #000 rgba(0, 0, 0, .11);
  font-size: 16px;
  text-transform: none;
}

.field:focus {
  border-left-color: #000;
}

.field.text-area {
  height: 106px;
  padding-top: 12.5px;
  padding-bottom: 10px;
}

.field.pc {
  text-transform: none;
}

.column-padding {
  position: relative;
  padding-left: 0px;
}

.submit {
  width: 100%;
  height: 48px;
  border-left: 1px solid #000;
  background-color: transparent;
  background-image: url('../images/Arrow-Send-Black.svg');
  background-position: 95% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.submit:hover {
  background-color: transparent;
  opacity: 0.4;
}

.success {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, .11);
  background-color: transparent;
  text-align: left;
}

.error {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.portfolio-section {
  padding: 40px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.portfolio-section.main {
  padding-top: 10px;
}

.project-item {
  overflow: hidden;
  width: 100%;
  height: 390px;
  cursor: default;
}

.project-item.one {
  background-image: url('../images/Homefield.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.project-item.two {
  background-image: url('../images/Bluecoats.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.project-item.three {
  background-image: url('../images/LyttonRoad1.jpg');
  background-position: 0px 100%;
  background-size: 805px;
  background-repeat: no-repeat;
}

.project-item.four {
  background-image: url('../images/Watfordway.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.project-item-overlay {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 30px 30px;
  background-color: rgba(0, 0, 0, .9);
  line-height: 32px;
}

.project-title {
  color: #fff;
  font-size: 28px;
}

.project-subtitle {
  margin-top: 5px;
  color: #838383;
  font-size: 16px;
  line-height: 20px;
}

.column-small.l {
  padding-right: 1px;
}

.column-small.r {
  padding-left: 1px;
}

.project-row {
  margin-bottom: 2px;
}

.worldpay {
  position: relative;
  margin-right: 22px;
  float: left;
}

.mobile-column {
  font-size: 16px;
}

.title-on-body {
  font-size: 16px;
  line-height: 22px;
}

.greyhover:hover {
  opacity: 0.7;
  color: #000;
}

.returnpolicy {
  padding-bottom: 30px;
  font-size: 16px;
}

._07-menu-item {
  float: left;
  clear: left;
}

.imgpadding {
  margin-right: 15px;
}

.blacktext {
  color: #000;
}

.blackonwhite:hover {
  color: #ababab;
}

.makeapayment {
  padding: 12px 20px 7px;
  border: 1px solid #000;
  border-radius: 100px;
}

.makeapayment:hover {
  border-color: #fdfdfd;
}

.text-block {
  font-size: 16px;
  line-height: 22px;
}

.below-is-our-properties {
  padding-left: 0px;
}

.cardlogocontainer {
  margin-top: 100px;
}

.footer-container-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  font-size: 16px;
}

.howmuch {
  margin-bottom: 45px;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  text-shadow: 0 0 21px #000;
}

html.w-mod-js *[data-ix="brand-raise"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="brand-raise-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="brand-raise-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="brand-raise-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="brand-raise-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="brand-raise-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="shownavigation"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="ia-01"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="ol-fade-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="ol-fade-from-left-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="body-fade"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-right"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-on-hover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-on-hover-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-on-hover-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-on-hover-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="text-move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 1;
}

@media (max-width: 991px) {
  .navigation.nofix {
    padding-top: 24px;
    padding-bottom: 22px;
  }
  .grey {
    padding-right: 0px;
  }
  .portfolio-section.main {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  ._00-hero-image {
    height: 73.9vh;
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .navigation {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
  }
  .brand {
    width: 30px;
    margin-top: 1px;
  }
  .brand.w--current {
    width: 30px;
    margin-top: 2px;
  }
  .menu-text.container {
    margin-top: 6px;
  }
  .menu-text.container.inverse {
    margin-top: 5px;
  }
  .menu-text.container.greymenuhover {
    margin-top: 5px;
  }
  .navigation-overlay-screen {
    position: absolute;
    display: none;
    height: 150vh;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 0;
  }
  .page-heading {
    margin-bottom: 21px;
    font-size: 28px;
  }
  ._02-menu-item {
    margin-bottom: 0px;
  }
  ._02-menu-item.w--current {
    margin-bottom: 0px;
  }
  ._01-menu-item {
    margin-bottom: 0px;
  }
  ._01-menu-item.w--current {
    margin-bottom: 0px;
  }
  ._04-menu-item {
    margin-bottom: 0px;
  }
  .lead-line {
    padding-right: 20px;
    padding-bottom: 32.5px;
    padding-left: 20px;
  }
  .image-container {
    height: 240px;
    padding-top: 30px;
  }
  .image-container.pageheader {
    padding-left: 20px;
  }
  .image-section {
    padding: 20px 20px 40px;
  }
  .footer-section {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-text {
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .footer-text.right {
    padding-left: 0px;
  }
  ._05-menu-item {
    margin-bottom: 0px;
  }
  ._06-menu-item {
    margin-bottom: 0px;
  }
  .whole-section {
    top: 115px;
  }
  .page-copy-section.padding {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .page-copy-section.portfolio-heading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-copy-section.padding-top {
    padding: 0px 20px 60px;
  }
  .page-copy-section.padding-top.frontpage {
    padding-top: 40px;
  }
  .grey.no-padding.cta {
    padding-right: 10px;
    padding-left: 10px;
  }
  .submit {
    background-position: 100% 50%;
  }
  .portfolio-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .project-item.one {
    height: 290px;
    margin-bottom: 2px;
    cursor: default;
  }
  .project-item.two {
    height: 290px;
  }
  .project-item.three {
    height: 290px;
    margin-bottom: 2px;
  }
  .project-item.four {
    height: 290px;
  }
  .column-small.l {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-small.r {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mobile-column {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .title-on-body {
    padding-bottom: 26px;
  }
  .columnsnopadding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block {
    margin-bottom: 28px;
  }
  .footer-container-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-logo-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-2 {
    margin-bottom: 25px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .page-heading {
    line-height: 32px;
  }
  .lead-line-heading.grey.custom {
    width: 100%;
  }
  .footer-text {
    width: 100%;
    padding-right: 0px;
  }
  .footer-text.right {
    float: left;
  }
  .footer-text.right.bottom {
    padding-top: 10px;
  }
  .worldpay {
    display: block;
    margin-top: 0px;
    margin-right: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .imgpadding {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .card-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .column {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtLightIt.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtThinIt.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtHairline.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtUltraLightIt.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtMedIt.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtRegIt.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtLight_alt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtReg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TI';
  src: url('../fonts/TheinhardtMed.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}