input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
 display: none;
}
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 -webkit-transition-delay: 99999s;
 -webkit-transition: "color 99999s ease-out, background-color 99999s ease-out";
 transition-delay: 99999s;
 transition: "color 99999s ease-out, background-color 99999s ease-out";
}
 input::-webkit-input-placeholder {
 color: #282828;
}
 input:-moz-placeholder {
 color: #282828;
}
 input::-moz-placeholder {
 color: #282828;
}
 input:-ms-input-placeholder {
 color: #282828;
}
 input:focus::-webkit-input-placeholder {
 color: #a1a1a1;
}
 input:focus:-moz-placeholder {
 color: #a1a1a1;
}
 input:focus::-moz-placeholder {
 color: #a1a1a1;
}
 input:focus:-ms-input-placeholder {
 color: #a1a1a1;
}
 textarea::-webkit-input-placeholder {
 color: #282828;
}
 textarea:-moz-placeholder {
 color: #282828;
}
 textarea::-moz-placeholder {
 color: #282828;
}
 textarea:-ms-input-placeholder {
 color: #282828;
}
 textarea:focus::-webkit-input-placeholder {
 color: #a1a1a1;
}
 textarea:focus:-moz-placeholder {
 color: #a1a1a1;
}
 textarea:focus::-moz-placeholder {
 color: #a1a1a1;
}
 textarea:focus:-ms-input-placeholder {
 color: #a1a1a1;
}

::-moz-placeholder {
 opacity: 1;
}

:-moz-placeholder {
 opacity: 1;
}

::-moz-focus-inner {
 border: 0;
}

::-ms-clear {
 display: none;
}

::selection { background: #FFED4E; }

::-moz-selection {
 background: #FFED4E;
}

body, html {
  background: #dadada;
  box-sizing: border-box;
  color: #282828;
  font: 16px/1.7 'Roboto';
  font-weight: normal;
  height: 100%;
  margin: 0;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
  word-wrap: break-word;
  word-break: keep-all;
  z-index: 4500;
}

html { overflow-x: hidden; }

body, figure, h1, h2, h3, h4, h5, h6, html, img, p, fieldset {
  margin: 0;
  padding: 0;
}

h1 { font-size: 1.8rem; }

h2 { font-size: 1.50rem; }

h3 { font-size: 1.35rem; }

h4 { font-size: 1.15rem; }

h5 { font-size: 1rem; }

h6 { font-size: 0.8rem; }

a, a:visited {
  color: #244372;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  transition: all linear 0.2s;
}

a:active, a:hover, a:focus, a:visited:active, a:visited:hover, a:visited:focus {
  border-bottom: 1px solid #F92672;
  color: #F92672;
  outline: 0;
  outline: none;
}

footer, header, main, nav { display: block; }

ul, ol { list-style-position: inside; }

button, input, textarea {
  background: #F8F8F0;
  border: 1px solid #a1a1a1;
  color: #282828;
  font-family: sans-serif;
  font-size: 1rem;
  outline: 0;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
  cursor: pointer;
  font-family: sans-serif;
  font-size: 1.2rem;
  white-space: nowrap;
}

input { vertical-align: middle; }

textarea { resize: none; }

input, textarea {
  padding: 0 4px;
  vertical-align: bottom;
}

input:focus, textarea:focus { box-shadow: none; }

.box {
  margin: 0 auto;
  max-width: 1200px;
}

.box:after {
  clear: both;
  content: '';
  display: block;
}

.overflow {
  height: 100%;
  overflow: hidden;
}

#logo {
  height: 64px;
  line-height: 64px;
  text-indent: 8px;
  width: 200px;
}

#top-bar {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #F8F8F0;
  height: 64px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9500;
}

#button-box {
  display: flex;
  flex-direction: row;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
}

#toggle-nav, #toggle-search {
  border: 0;
  height: 64px;
  line-height: 64px;
  padding: 0;
  position: relative;
  text-indent: -99999px;
  width: 48px;
}

#toggle-nav span, #toggle-search span {
  display: block;
  font-size: 1.7rem;
  left: 25%;
  position: absolute;
  text-indent: 0;
  top: 0;
}

#toggle-nav span { transform: scale(1, 0.8); }

#toggle-search span { transform: rotate(-45deg); }

#navigation, #search-box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #F8F8F0;
  position: fixed;
  right: 0;
  top: 64px;
  z-index: 9600;
}

#navigation {
  height: 100%;
  overflow: hidden;
  transition: all linear 0.2s;
  width: 0;
}

#navigation.visible {
  transition: all linear 0.2s;
  width: 300px;
}

#nav {
  font-size: 0.875rem;
  height: calc(100% - 64px);
  overflow-x: hidden;
  overflow-y: auto;
  width: calc(100% + 24px);
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li {
  border-top: 1px solid #a1a1a1;
  cursor: pointer;
  position: relative;
}

#nav ul li ul { display: none; }

#nav ul li ul li { background: rgba(0, 0, 0, 0.1); }

#nav ul li a {
  border: 0;
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 8px;
  position: relative;
  white-space: nowrap;
  width: calc(100% - 24px);
}

#nav .hasChildren { width: calc(100% - 56px); }

#nav .hasChildren:after {
  background: rgba(0, 0, 0, 0.1);
  border-left: 1px solid #a1a1a1;
  content: '\22EE';
  font-size: 1.3rem;
  height: 48px;
  position: absolute;
  right: -33px;
  text-align: center;
  top: 0;
  width: 32px;
}

#nav .li-has-Children .ul-visible { border-top: 1px solid #a1a1a1; }

#search-box {
  background: #dadada;
  height: 0;
  overflow: hidden;
  transition: all linear 0.2s;
  width: 100%;
}

#search-box.visible {
  height: 48px;
  transition: all linear 0.2s;
}

#search-form {
  display: flex;
  flex-direction: row;
  height: 32px;
  margin-top: 8px;
  padding: 0 8px;
}

#search-field { width: calc(100% - 48px); }

#search-submit {
  position: relative;
  text-indent: -99999px;
  width: 48px;
}

#search-submit span {
  display: block;
  font-size: 1.7rem;
  left: 25%;
  position: absolute;
  text-indent: 0;
  top: 0;
}

#main {
  margin-top: 88px;
  padding: 0 8px;
  position: relative;
}

#main.blur { filter: blur(1px); }

#overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all linear 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: +1;
}

#overlay.visible {
  opacity: 1;
  visibility: visible;
}
 @media only screen and (min-width: 1200px) {

#logo { float: left; }

#button-box {
  position: relative;
  width: 48px;
}

#toggle-nav { display: none; }

#navigation {
  box-shadow: none;
  float: left;
  height: 64px;
  position: relative;
  top: 0;
  width: calc(100% - 200px - 48px);
}

#nav {
  height: 64px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#nav ul {
  height: 64px;
  position: relative;
}

#nav ul li {
  border-bottom: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

#nav ul li a {
  border-bottom: 0;
  color: #232d36;
  height: 64px;
  line-height: 64px;
  padding-right: 8px;
  position: relative;
  width: auto;
  z-index: +1;
}

#nav ul li .hasChildren {
  margin-right: 4px;
  padding-right: 8px;
  width: auto;
}

#nav ul li .hasChildren:after {
  background: transparent;
  border: 0;
  height: 64px;
  padding-right: 4px;
  right: 0;
  width: 8px;
}

#nav ul li ul {
  background: #FFED4E;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: auto;
  margin-top: -1px;
  min-width: 100px;
  position: fixed;
  top: 64px;
  width: auto;
  z-index: +1;
}

#nav ul li ul li {
  display: block;
  width: 100%;
  margin-right: 0;
}

#nav ul li ul li a {
  color: #282828;
  height: 40px;
  line-height: 40px;
  padding-right: 4px;
}

#nav ul li ul li a:hover { background: rgba(0, 0, 0, 0.1); }

#nav ul li ul li .hasChildren {
  margin-right: 0;
  padding-right: 16px;
}

#nav ul li ul li .hasChildren:after {
  height: 40px;
  margin-right: 4px;
}

#nav ul li ul li ul {
  background: #FFD569;
  position: absolute;
  top: 0;
  left: 100%;
}

#nav ul li:last-child { margin-right: 0; }

#nav ul li:hover ul { display: block; }

#nav ul li:hover ul li ul { display: none; }

#nav ul li:hover ul li:hover ul { display: block; }

#nav ul li:hover ul li:hover ul li ul { display: none; }

#nav ul li:hover ul li:hover ul li:hover ul { display: block; }
}
