@font-face {font-family: 'Source Sans Pro';src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');}
body, h1, h2, h3, h4, h5, h6 { font-family: 'Source Sans Pro', Arial; }

@font-face {font-family: 'PinyonScript';src: url('../fonts/PinyonScript-Regular.ttf') format('truetype');}


#sp-header.menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  padding: 0;
  background-color: #ffffff;
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .10s;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);

}

.variation-corporate .sp-megamenu-parent >li >a {
  color: #383838;
}

.sp-megamenu-parent >li >a:before {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 0;
  height: 2px;
  background: #383838;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}



.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #383838;
}
.sp-page-title h2 {
  font-size: 46px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}


.fa.fa-link {
 display:none;
}


#offcanvas-toggler >i {
  color: #000000;
}
