*,*:before,*:after{box-sizing:border-box;}
html,body{-webkit-overflow-scrolling:touch;}
body{
 background-color:#fff;
 color:#6f6e6e;
 font-family:"Helvetica", Arial, sans-serif;
 font-weight:400;
 letter-spacing: 0px;
 line-height:40px;
 margin:0;
 -moz-osx-font-smoothing: grayscale;
 text-rendering:optimizelegibility;
}
body,.nav-effect,.template-feature{width:100%;}
footer,header,main,nav,section{display:block;}
button,img{display:inline-block;max-width:100%;}
h1, h2, h3, h4, h5, p {
  margin: 0px;
  padding-bottom: 15px;
  text-rendering: optimizelegibility;
}
h1 {
 font-size: 48px;
}
@media only screen and (max-width: 900px){
 h1{font-size:30.6px;line-height:47.04px;}
}
@media only screen and (max-width: 650px){
 h1{font-size:27.88px;line-height:39.36px;}
}
h2 {
  color: rgb(30, 30, 30);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 30px;
}
@media only screen and (max-width: 900px){
 h2{font-size:27.75px;line-height:37px;}
}
h2.headline {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 53px;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px){
 h2.headline{
  font-size:33.75px;
  line-height:42.4px;
 }
}
@media only screen and (max-height: 600px){
 h2.headline{
  font-size:24.75px;
  line-height:31.8px;
  margin-bottom:0;
  padding-bottom:5px;
  width:100%;
 }
}
@media only screen and (max-width: 650px){
 h2.headline{
  font-size:24.75px;
  line-height:31.8px;
  margin-bottom:0;
 }
}
h3 {
 color:#1e1e1e;
 font-size: 24px;
}
@media only screen and (max-width: 900px){
 h3{font-size:19.8px;line-height:30.6px;}
}
@media only screen and (max-width: 650px){
 h3{font-size:18.7px;line-height:28.9px;}
}
h3.strapline{
 font-size:18px;
 font-weight:400;
 line-height:32px;
 text-transform:none;
}
@media only screen and (max-height: 600px){
 h3.strapline{
  font-size:15.3px;
  line-height:24px;
  padding-bottom:5px;
 }
}
@media only screen and (max-width: 650px){
 h3.strapline{
  font-size:15.3px;
  line-height:24px;
 }
}
p, ul, ol, li {
  font-family: "Arimo", "Helvetica", Arial, sans-serif;
  font-size: 17px;
  line-height: 38px;
}
p {
  color: rgb(111, 110, 110);
  padding-bottom: 1em;
}
a {
  border:0;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  vertical-align: baseline;
}
.fulltext {
 display: inline;
}
@media only screen and (max-width: 900px){
 .fulltext {display: none;}
}
.icon:before,.icon:after{
 font-family:sans-serif;
 font-style:normal;
 font-weight:400;
 text-rendering:auto;
 text-transform:none;
}
.icon:before{margin-right:5px;}
.icon:after{margin-left:5px;}
.image {border-radius:5px; margin-top:8px;}
@media only screen and (max-width: 900px){
 .minimize{max-height:200px}
}
.center{text-align:center;}

.site-container.animate{margin:0;max-width:100%;}
.nav-effect{position:relative;}
.nav-effect--transform{
 outline:1px solid rgba(0,0,0,0);
 min-height:100%;
 height:100%;
 position:relative;
 width:100%;
 z-index:10;
 transition:width .25s;
}
.nav-effect.animate .nav-effect--transform{
 overflow-y:scroll;
 overflow-x:hidden;
 width:70%;
 height:100%;
 cursor:initial;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 -ms-overflow-style:none;
}
@media only screen and (max-width: 900px){
 .nav-effect.animate .nav-effect--transform{width:100%;}
}
.nav-effect.animate .nav-effect--wrapper{margin:0;}
.nav-icon {
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .nav-icon {
    order: 2;
    flex: initial;
    align-self: center;
    position: absolute;
    left: 15px;
    top: 20px;
  }
}
.navigation-toggle::after, .navigation-toggle::before {
  content: "";
  height: 2px;
  width: 32px;
  position: absolute;
  left: 10px;
  display: block;
  background: rgb(100, 100, 100) !important;
  margin-right: 0px;
  margin-left: 0px;
  transition: 0.35s ease-in-out;
}
.navigation-toggle::before {
  top: 11px;
}
.navigation-toggle::after {
  bottom: 14px;
}
.navigation-toggle {
  background-color: rgb(100, 100, 100) !important;
  background-clip: content-box;
  display: inline-block;
  height: 45px;
  width: 46px;
  margin: 5px 0px 0px;
  padding: 20px 4px 23px 10px;
  position: relative;
  text-indent: -9999px;
  z-index: 1000;
  transition: background-color 0.35s ease-in;
}
button.navigation-toggle {
 background-color: rgb(0, 0, 0);
 border: 0px;
 color: rgb(255, 255, 255);
 cursor:pointer;
 line-height: 26px;
 transition: 0.5s ease-in-out;
}

.default-page .template-header{border-bottom:1px solid #ebebeb;}
.template-header{
 align-items:center;
 background-color:#fff;
 display:flex;
 flex-wrap:wrap;
 margin:0;
 padding:35px 35px;
 position:relative;
}
@media only screen and (max-width: 769px){
 .template-header{padding:35px 35px 30px;}
}
@media only screen and (max-width: 650px){
 .template-header{padding:25px 25px 15px;}
}
.template-header--brand {
 align-items: center;
 display: flex;
 flex-wrap: nowrap;
 max-width: 100%;
 width: 100%;
}
@media only screen and (max-width: 900px) {
  .template-header--brand {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .companylogo {
    order: 3;
    flex: initial;
    align-self: center;
  }
}
.companylogo, .companybrand, .nav-icon {
  flex: 0 0 33.33%;
}
.companybrand {
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .companybrand {
    max-width: 70%;
  }
}
@media only screen and (max-width: 900px) {
  .companybrand {
    max-width: 90%;
    order: 1;
    flex: initial;
    align-self: center;
  }
}
.companyname {
  line-height: 30px;
}
@media only screen and (max-width: 650px) {
  .companyname {
    line-height: 26.4px;
  }
}
@media only screen and (max-width: 769px) {
  .companyname {
    margin: 10px 0;
  }
}
.company-link {
  color: rgb(30, 30, 30);
  font-size: 20px;
  hyphens: none;
  letter-spacing: 2px;
  line-height: 30px;
  overflow-wrap: break-word;
  text-transform: uppercase;
}
@media only screen and (max-width: 650px) {
  .companyname .company-link {
    font-size: 17.6px;
    line-height: 26.4px;
  }
}
@media only screen and (max-width: 400px) {
  .companyname .company-link {
    font-size: 14px;
  }
}

.template-feature {
  height: 800px;
  width: 100%;
}
.feature__background-image {
  background-position: center 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  min-height: 250px;
  width: 100%;
}
@media only screen and (max-width: 650px) {
 .feature__background-image {
    height: 400px;
  }
}
.feature__content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding: 10px 35px 0px;
}
@media only screen and (max-width: 650px) {
 .feature__content-wrap {
    padding: 15px;
    height: 400px;
  }
}
.feature__content-inner-wrap{
 margin:0 auto;
 max-width:650px;
 z-index:2;
 background-color:#ffe300; /* yellow */
 border-radius:5px;
 padding:80px 60px;
 text-align:center;
}
@media only screen and (max-width: 650px){
 .feature__content-inner-wrap{padding:20px;}
}

.feature__headline {
  color: rgb(30, 30, 30);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  height: 100%;
  min-height: 100%;
  outline: 1px solid rgba(0,0,0,0);
  position: relative;
  width: 100%;
  z-index: 10;
  transition: width .25s;
}
.feature__strapline{
 color:#a2a1a1;
 font-family:"Helvetica", Arial, sans-serif;
 font-size:18px;
 font-weight:400;
 letter-spacing:0px;
 line-height:32px;
}
.feature__button{
 background-color:#2960e1; /* blue */
 border-radius:5px;
 color:#fff;
 cursor: pointer;
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-size:24px;
 font-weight: 700;
 letter-spacing: 2px;
 line-height: 26px;
 margin-top:10px;
 padding:14px 24px;
 text-decoration:none;
 text-transform: uppercase;
 transition: 0.5s ease-in-out;
 width:100%;
}
.feature__button:hover{
 background-color:rgb(34, 171, 225);
 text-decoration:none;
}
@media only screen and (max-width: 900px){
 .feature__button{margin-top:20px;}
}
@media only screen and (max-height: 600px){
 .feature__button{
  font-size:13px;
  margin-top:5px;
  padding:8px 18px;
  width:100%;
 }
}
@media only screen and (max-width: 650px){
 .feature__button{font-size:13px;margin-top:5px;padding:8px 18px;width:100%;}
}

.main-title {
 margin:2em 30%;
}
@media only screen and (max-width: 650px){
 .main-title{margin:2em 2em 0 2em;}
}
.main-title h2 {
 font-weight: 400;
}
.sections {
}
.sections:after {
  content: "";
  display: table;
  clear: both;
}
.section {
  float: left;
  padding:24px;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .section {
    width: 100%;
  }
}



.widget{position:relative;}
.widget__content {
  overflow-wrap: break-word;
  hyphens: none;
}
.widget--zone-widget{margin:0 0 20px;clear:both;}
.widget--zone-widget:after{content:"";display:table;clear:both;}

.footer-container{background-color:#fff;}
.footer-container:after{clear:both}
.footer-bar{background-color:#ffe300; /* yellow */}
.bk-footer{padding:30px 20px;text-align:center;}
.footer-link{display:inline;padding:8px 40px;white-space: nowrap;}
@media only screen and (max-width: 600px){
 .footer-link{display:block;}
}
.footer-link a {
 color:#2960e1;
}
.footer-link:hover {
 background-color:#90d1f0; /* light blue */
 border-radius:5px;
}
.scrollup {
 font-size:200%;
}
.scrollup a:hover{
 color:#90d1f0; /* light blue */
 font-size:120%;
}

#extended-panel {
 background-color:black;
 color:white;
 display:block;
 font-size:18px;
 height:110%;
 left:auto;
 padding:80px 20px 20px 20px;
 position:absolute;
 right:0;
 transition: width 400ms ease-in 0s, visibility 0s ease-in 400ms;
 top:0;
 visibility:hidden;
 width:0px;
}
@media only screen and (max-width: 900px){
 #extended-panel {left:0;right:auto;}
}
@media only screen and (max-width: 400px){
 #extended-panel {font-size:16px;}
}

#extended-panel.visible {
 transition-delay: 0s;
 visibility:visible;
 width:400px;
 z-index:100;
}
@media only screen and (max-width: 400px){
 #extended-panel.visible {width:90%;}
}

#extended-panel .extended-item {
 margin-top:30px;
}

#extended-panel h2 {
 color:#ffe300; /* yellow */
}

#extended-panel a {
 color:#90d1f0; /* light blue */
}
#extended-panel a:hover {
 color:#2960e1;
}
