html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html {
  color: #222;
  font-size: 62.5%; /* 10px; */
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

/*
html, body {
  min-height: 100%;
}
*/
html {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;	
  flex-direction: column;
  min-height: 100%;
}
main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/*
footer {
  margin-top: auto;
}
*/
body {
	font: 1.5rem/2.5rem  "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background-color: #f0efea;
  color: #2c3838;
}


.header-wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: right;
} 

.site-logo {
  display: block;
  text-decoration: none;
  width: 173px;
  height: 39px;
  margin: 1rem 0 1.1rem 15px;
  padding-left: 48px;
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-align: left;
  color: #2c3838;
  background: url(//cdn.swiftpublisher.com/assets/img/shared/site-logo.png) left center / 39px 39px no-repeat;
}

body:not(.overview) .site-logo:hover {
  color: #596160;
}

.overview .site-logo {
  pointer-events: none;
  cursor: default;
}
.belight-logo {
  display: none;
}

.site-header-nav {
  position: relative;
  z-index: 1000;
  overflow: hidden;
}
.toggle-menu-contaner {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 5px;
  color: #2c3838;
  font-size: 1.8rem;
  -webkit-text-size-adjust: none;
  font-size-adjust: none;
  cursor: pointer;
}
.toggle-menu-contaner:hover {
  color: #576968;
}
.toggle-menu-button {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
}
.toggle-menu-button span, 
.toggle-menu-button span::before, 
.toggle-menu-button span::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  cursor: pointer;
}
.toggle-menu-button span, 
.toggle-menu-button span::before, 
.toggle-menu-button span::after {
  background-color: #2c3838;
}
.toggle-menu-contaner:hover .toggle-menu-button span, 
.toggle-menu-contaner:hover .toggle-menu-button span::before, 
.toggle-menu-contaner:hover .toggle-menu-button span::after {
  background-color: #576968;
}

.toggle-menu-button span {
  top: 8px;
}
.toggle-menu-button span::before {
  top: -5px; 
}
.toggle-menu-button span::after {
  bottom: -5px;
}
.toggle-menu-button span,
.toggle-menu-button span::before,
.toggle-menu-button span::after {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.toggle-menu-button.active span,
.toggle-menu-contaner:hover .toggle-menu-button.active span {
  background-color: transparent;
}
.toggle-menu-button.active span::before,
.toggle-menu-button.active span::after {
  top: 0;
}
.toggle-menu-button.active span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-menu-button.active span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;



  display: none;
  padding: 10px 0 10px 43px;
  background-color: #394545;

}
.site-header-menu-item > a,
.site-header-menu-item > a:hover {
  text-decoration: none;
}
.site-header-menu-item > a:hover {
  color: #b6c6c5;
}

.site-header-menu-item > a {
  display: inline-block;
  position: relative;
	z-index: 10;

  font-size: 1.5rem;
	line-height: 4rem;
  color: #f2f0eb;

}
  

  .disable-link {
    pointer-events: none;
    text-decoration: none;
  }
  .site-header-menu .disable-link {
    color: #a0adac;
    
  }
  

@media only screen and (min-width: 568px) {
  body {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}

@media only screen and (min-width: 668px) {
  .site-logo {
    margin-top: 1.3rem;
    float: left;
    font-size: 2.4rem;
  }

  .belight-logo {
    display: inline-block;
  	width: 127px;
  	height: 31px;
    margin: 1.6rem 11px 1rem 20px;
    z-index: 1000;
    float: right;
  }
  .belight-logo-svg {
    width: 100%;
    height: auto;
    fill: #2c3838;
  }
  .belight-logo:hover .belight-logo-svg {
    fill: #576968;
  }

  .site-header-nav {
    display: inline-block;
  }

  .site-header-menu-item > a:hover { 
    color: #2c3838;
  }
  .toggle-menu-contaner {
    display: none;
  }
  .site-header-menu {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    letter-spacing: -.5rem;
  }
  .site-header-menu-item {
    float: left;
    position: relative;
    display: block;
    letter-spacing: normal;
  }
  .site-header-menu-item > a {
    display: block;
    position: relative;
  	z-index: 10;
    padding: 0 22px;
  	text-align: center;
    font-size: 2rem;
  	line-height: 6rem;
    color: #2c3838;
  }
  .site-header-menu-item > a:hover::before {
    content: "";
    display: block;
    width: auto;
    height: 3.7rem;
    position: absolute;
    top: 1.1rem;
    left: 15px;
    right: 15px;
    border-radius: 4px;
    z-index: -1;
    background-color: rgba(87,105,104,.25);
  }
  
  .site-header-menu-item:last-child {
    display: none;
  }
  .site-header-menu .disable-link {
    color: #697676;
  }  


}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .site-logo {
    background: url(//cdn.swiftpublisher.com/assets/img/shared/site-logo@2x.png) left center / 39px 39px no-repeat;
  }
}