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;
}
body {
	font: 1.5rem/2.5rem  "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background-color: #f0efea;
  color: #2c3838;
}

.site-header {
  position: relative;
  z-index: 100;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.site-header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 2rem;
}

.site-header-logo {
  display: block;
  text-decoration: none;
  width: 173px;
  height: 39px;
  margin: 1rem 0 1.1rem 0;
  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@2x.png) left center / 39px 39px no-repeat;
}

body:not(.overview) .site-header-logo:hover {
  color: #596160;
}
.overview .site-header-logo {
  pointer-events: none;
  cursor: default;
}

.site-header-menu {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 44px;
  display: none;


}
.menu-point {
  white-space: nowrap;
  position: relative;
}
.menu-point a {
  text-decoration: none;
  color: #2c3838;
  display: block;
  position: relative;
  	z-index: 10;
}
.menu-point a:hover::before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: calc(100% + 12px);
    position: absolute;
    left: 50%;
    transform: translate(-50%,-11%);
    border-radius: 4px;
    z-index: -1;
    background-color: rgba(87,105,104,.25);
  }
  .site-header-menu .disable-link {
    color: #697676;
  }  


.menu-point:not(.current):hover {
  color: #3c3c49;
}
.menu-point.current a {
  color:#697676;
  pointer-events: none;
}

.search-burger-wrapper {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-left: 50px;
}
.site-header-menu-search {
  align-self: center;
  display: flex;
}
.site-header-menu-search svg {
  width: 28px;
  height: 28px;
  fill: #2c3838;
}
.site-header-menu-search:hover svg {
  fill: #596160;
}
.burger-dropdown-wrapper {
}
.st-hdr-burger {
  position: relative;
  width: 28px;
  height: 28px;
  z-index: 5;
  display: flex;
}
.st-hdr-burger:hover {
  cursor: pointer;
}
.st-hdr-burger div {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #2c3838;
  transition: transform 200ms ease-in-out;
}
.st-hdr-burger:hover div {
  background-color: #596160;
}
.st-hdr-burger .st-hdr-burger-top {
  top: 11.111111%; /* 2px */
}
.st-hdr-burger .st-hdr-burger-middle {
  align-self: center;
}
.st-hdr-burger .st-hdr-burger-bottom {
  bottom: 11.111111%;
}
.st-hdr-burger.open .st-hdr-burger-top {
  transform: rotate(45deg);
  top: 44.444444%; /* 8px */
}
.st-hdr-burger.open .st-hdr-burger-middle {
  background-color: transparent;
}
.st-hdr-burger.open .st-hdr-burger-bottom {
  transform: rotate(-45deg);
  top: 44.444444%;
}

.st-hdr-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 100000;

}
.st-hdr-dropdown {
  background-color: #2c3838;
  padding: 17px 30px 30px;
  line-height: 1.6;
  width: 100%;
  font-size: 1.7rem;
  line-height: 2.1rem;
}
.st-hdr-dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.st-hdr-dropdown-menu-point {
  margin-top: 13px;
}
.st-hdr-dropdown-menu-point a {
  text-decoration: none;
  color: #f2f0eb;
}
.st-hdr-dropdown-menu-point:hover a {
  color: #b7c2cd;
}
.st-hdr-dropdown-menu-point.current a {
  pointer-events: none;
  color: #a0adac;
}
.st-hdr-dropdow-splitter {
  border-bottom: 2px solid #324040;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.header-social-icon-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 33px;
}
.header-social-icon-row {
  max-width: 118px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.header-social-icon {
  display: block;
  height: auto;
  align-self: center;
  text-align: center;
  flex-basis: 25px;
}
.header-social-icon-y {
  width: 30px;
}
.header-social-icon svg {
  display: block;
  margin: auto;
  width: 25px;
  height: 25px;
}
.header-social-icon .header-social-icons-sprite {
  fill: #f2f0eb;
  width: 25px;
  height: 25px;
  text-align: center;
}
.header-social-icons-sprite:hover {
  fill: #b7c2cd;
}
.header-social-icon-y .header-social-icons-sprite {
  width: 30px;
}


  .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: 669px) {
  .site-header-logo {
    margin-top: 1.3rem;
    font-size: 2.4rem;
  }

  .site-header-nav {
    position: relative;
  }
  .site-header-menu {
    display: inline-flex;
  }
  .search-burger-wrapper {
    gap: 20px;
  }
  .site-header-menu-search svg,
  .st-hdr-burger {
    width: 21px;
    height: 21px;
  }
  .st-hdr-burger div {
    height: 2px;
  }
  .st-hdr-dropdown-wrapper {
    max-width: 180px;
    transform: translateX(15px);
  }
  .st-hdr-dropdown {
    border-radius: 10px;
  }
  .header-social-icon-wrapper {
    gap: 15px;
  }
  .header-social-icon-row .header-social-icon:last-child {
    width: 30px;
    flex-basis: 30px;
  }
  .st-hdr-hide {
    display: none;
  }


  .site-footer-menu {
    margin-bottom: 70px;
  }
  .site-footer-menu-list {
    font-size: 2rem;
  }
  .site-footer-menu-list li {
    margin-top: 17px;
  }
  .site-footer-social-icon {
    top: -9px;
  }


}

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

