/*
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 *
 * General styles for the mobile menu
 * Color customizations added in the main stylesheet
 */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 0;
  vertical-align: baseline;
}

/* normalize */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

blockquote, q {
  quotes: none;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

button[type="submit"],
input[type="submit"] {
  cursor: pointer;
}

embed, iframe, object {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

hr {
  margin: 3rem 0;
  height: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
hr + h1, hr + h2, hr + h3, h1 + hr, h2 + hr, h3 + hr {
  margin-top: 0;
}

body:not(.is-tabbing) section:focus,
body:not(.is-tabbing) main:focus,
body:not(.is-tabbing) article:focus {
  outline: none;
}

::-moz-selection {
  background: #eaf1f5;
}

::selection {
  background: #eaf1f5;
}

.slicknav_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_menutxt::after {
  margin-left: .28em;
  content: "\f0c9";
  font: 1em/1 Font Awesome\ 5 Pro !important;
}

.slicknav_menu .slicknav_icon {
  display: none;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu::before {
  content: " ";
  display: table;
}

.slicknav_menu::after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  z-index: 100;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  padding: .6em 0;
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.slicknav_nav ul {
  display: block;
  margin-left: 1em;
}

.slicknav_nav li ul {
  position: relative;
  top: -.3em;
  margin-bottom: .5em;
}

.slicknav_nav li {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

.slicknav_nav > li {
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 680px) {
  .slicknav_nav > li {
    margin: 0 5%;
  }
}
.slicknav_nav > li:last-of-type {
  border: 0;
}

.slicknav_nav .slicknav_arrow {
  position: absolute;
  top: 50%;
  right: 2.5%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  margin: 0;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 1em;
  text-indent: -999em;
  overflow: hidden;
}

.slicknav_nav .slicknav_arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f107";
  font: 1em/1 Font Awesome\ 5 Pro !important;
  text-indent: 0;
  transition: color 300ms ease;
}

.slicknav_nav .slicknav_open > a .slicknav_arrow::before {
  content: "\f106";
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  position: relative;
  display: block;
  padding: 1em;
}

.slicknav_nav a {
  display: block;
  padding: .8em 1em;
}

.slicknav_nav ul a,
.slicknav_nav ul .slicknav_row {
  padding-top: .5em;
  padding-bottom: .5em;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
}

.slicknav_brand {
  float: left;
}
