* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  box-sizing: border-box; 
}
.header__wrapper a:link,
.footer__wrapper a:link {
  text-decoration: none;
}
@font-face {
  font-family: "icon-font";
  src: url('fonts/icon-font.eot');
  src: url('fonts/icon-font.eot?#iefix') format('eot'),
    url('fonts/icon-font.woff') format('woff'),
    url('fonts/icon-font.ttf') format('truetype'),
    url('fonts/icon-font.svg#icon-font') format('svg');
}
.header__wrapper,
.footer__wrapper {
  font-family: "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.header__wrapper *,
.header__wrapper a,
.header__wrapper p,
.header__wrapper span {
  font-size: 13px;
}

.footer__wrapper *,
.footer__wrapper a,
.footer__wrapper p,
.footer__wrapper span,
.footer__wrapper li {
  font-size: 16px;
}

.header__navbar--primary *,
.header__navbar--primary a,
.header__navbar--primary p,
.header__navbar--primary span {
  font-size: 14px;
}

.header__wrapper {
  position: relative;
  background-color: #fff;
  padding: .5rem 10% 0;
}

.header__wrapper .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1024px;
  margin: 0 auto;
}

a,
button {
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  line-height: normal;
  overflow-x: visible;
  overflow-y: visible;
  -webkit-appearance: none;
  border-color: initial;
  border-style: initial;
  border-width: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  transition-duration: .25s;
  transition-timing-function: ease;
  transition-delay: initial;
  transition-property: all;
}

.header__wrapper .header__logo {
  padding-bottom: .333333rem;
  padding-top: .5rem;
  height: 100%;
  width: 30%;
}
.header__logo img {
  max-height: 95px;
  width: auto;
}

img {
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: inline-block;
  height: auto;
  max-width: 100%;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0;
  border-color: initial;
  border-style: initial;
  border-width: 0;
}

.header__wrapper .header__actions {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}

.header__wrapper .header__navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-transform: uppercase;
}

.header__wrapper .header__navbar--secondary {
  font-size: 13px;
}

ul.list--inline {
  flex-wrap: nowrap;
  list-style-type: none;
}

ul.list--inline,
ul.list--inline li.list__item {
  display: inline-flex;
}

menu li,
menu ul,
nav li,
nav ul {
  margin: 0;
  padding: 0;
}

ul.list--inline li.list__item {
  align-items: center;
  padding: .5rem .666667rem;
}

.header__wrapper .header__navbar--secondary a:hover {
  color: #038853;
}

.header__wrapper .header__navbar--secondary .social__tabs {
  position: relative;
}

ul.list--social li.list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background-color: #cbcbcb;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin: .333333rem;
  padding: .333333rem;
}

ul.list--social li.list__icon:last-child {
  margin-right: .666667rem;
}

ul.list--social li.list__icon:hover {
  background-color: #989898;
}

ul.list--social li.list__icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

ul.list--social .ms-icon {
  vertical-align: middle;
  font-size: 21px;
  color: #fff;
}

.ms-icon {
  font-family: icon-font;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}


.icon-arrow-down:before {
  content:"\f101";
}


.icon-arrow-left:before {
  content:"\f102";
}


.icon-arrow-right:before {
  content:"\f103";
}


.icon-arrow-up:before {
  content:"\f104";
}


.icon-checkbox:before {
  content:"\f105";
}


.icon-envelope:before {
  content:"\f106";
}


.icon-facebook:before {
  content:"\f107";
}


.icon-instagram:before {
  content:"\f108";
}


.icon-magnifier:before {
  content:"\f109";
}


.icon-rss:before {
  content:"\f10a";
}


.icon-star-full:before {
  content:"\f10b";
}


.icon-star-half:before {
  content:"\f10c";
}


.icon-star-quarter:before {
  content:"\f10d";
}


.icon-star-three-quarters:before {
  content:"\f10e";
}


.icon-twitter:before {
  content:"\f10f";
}

.header__wrapper .header__navbar--secondary .social__content {
  position: absolute;
  right: 0;
  width: 253px;
  z-index: 10;
  justify-content: space-around;
  flex-direction: column;
  background-color: rgba(235, 235, 235, 0.8);
  padding: 10px;
}

.header__wrapper .header__navbar--secondary .social__tabs .social__content {
  z-index: 1000;
  display: none;
}

.header__wrapper .header__navbar--secondary .social__content .social__items {
  display: flex;
  flex-direction: column;
}

.header__wrapper .header__navbar--secondary .social__content .social__items__unit {
  margin: 10px 0;
}

.header__wrapper .header__navbar--secondary .social__content .social__items__unit:first-child {
  margin-top: 0;
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
}

.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}

.fb_iframe_widget iframe {
  position: absolute;
}

.header__wrapper .header__navbar--secondary .social__content__heading {
  color: #101010;
  font-weight: 200;
  font-size: 28px;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

input:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

form .input--secondary {
  width: 100%;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: transparent;
  border-color: rgba(41, 43, 42, 0.901961);
  border-style: solid;
  border-width: 1px;
  margin: 10px 0;
  padding: 10px;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a.btn--primary,
a.btn--primary:visited,
.header__wrapper a.btn--primary:visited,
.footer__wrapper a.btn--primary:visited,
.header__wrapper a.btn--primary:active,
.footer__wrapper a.btn--primary:active,
.header__wrapper a.btn--primary:focus,
.footer__wrapper a.btn--primary:focus,
button.btn--primary {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 120px;
  font-weight: 300;
  color: #fff !important;
  background-color: #fd3a24;
  text-transform: uppercase;
  padding: .5rem 1rem;
}

a.btn--stretch,
button.btn--stretch {
  width: 100%;
}

button {
  overflow-x: visible;
  overflow-y: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

button,
html {
  -webkit-font-smoothing: antialiased;
}

.header__wrapper .header__navbar--secondary .social__content button {
  height: 38px;
}

.searchbox {
  position: relative;
  display: flex;
  align-items: center;
}

.searchbox__icon {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 21px;
  padding: 0;
}

.searchbox__input {
  width: 120px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: #fff;
  background-color: #ebebeb;
  transition-duration: .25s;
  transition-timing-function: ease;
  transition-delay: initial;
  transition-property: width;
  border-color: initial;
  border-style: none;
  border-width: initial;
  padding: .5rem 2rem .5rem .5rem;
}

.searchbox__input:focus {
  width: 240px;
}

.header__wrapper .header__navbar--primary {
  font-size: 14px;
}

.header__wrapper .header__navbar--primary .navbar__tabs__item {
  height: 50px;
  align-items: center;
  padding: 10px 25px;
}

.header__wrapper .header__navbar--primary .navbar__tabs__item:hover {
  background-color: #c2c4c3;
}

.header__wrapper .header__navbar--primary .navbar__tabs__item .navbar__tabs__title {
  color: #101010;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__wrapper {
  position: absolute;
  left: 0;
  top: 101px;
  width: 100%;
  z-index: 100;
  justify-content: center;
  background-color: rgba(41, 43, 42, 0.6);
}

.header__wrapper .header__navbar--primary .navbar__tabs__content {
  width: 1024px;
  padding: 10px;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__list {
  display: flex;
  justify-content: space-between;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block {
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0;
  margin-right: 3%;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block--double {
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.2%;
  margin-left: 0;
  margin-right: 3%;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block__heading {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
}

.filter .filter__content__column ul.sublist,
ul.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block__list {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block--double ul {
  max-height: 180px;
  flex-wrap: wrap;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block__list li {
  text-transform: uppercase;
  width: 100%;
  padding: 5px 0;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block--double ul li {
  width: auto;
}

.header__wrapper .header__actions--mobile {
  display: none;
  align-items: center;
  height: 70px;
}

.rss__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 32px;
  width: 32px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #101010;
  color: #fff;
  margin: 0 10px;
  padding: 5px;
}
.rss__toggle {
  display: none;
}

.rss__toggle::before {
  left: 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: rgba(15, 15, 15, 0.8);
}

.rss__toggle::after {
  right: 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: rgba(15, 15, 15, 0.8);
}

.rss__toggle.rss--is-active,
.rss__toggle:target {
  background-color: #038853;
}

.rss__toggle + .rss {
  display: none;
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  z-index: 100;
  text-align: center;
  background-color: rgba(15, 15, 15, 0.8);
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px;
}

form .input--primary {
  width: 100%;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-color: initial;
  border-style: none;
  border-width: initial;
  padding: .333333rem 0 .333333rem .333333rem;
}

.rss__toggle + .rss .input--primary {
  width: 70%;
  height: 30px;
}

a.btn--action,
button.btn--action {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: 300;
  color: #fff;
  background-color: #fd3a24;
  text-transform: uppercase;
  padding: .333333rem .666667rem;
}
button.btn--action span {
  color: #fff;
}

.rss__toggle + .rss .btn--action {
  display: inline-block;
  height: 30px;
}

.header__wrapper .header__actions--mobile .header__actions__navicon .navline {
  width: 30px;
  height: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #cbcbcb;
  margin-bottom: 5px;
}

.header__wrapper .header__actions--mobile .header__actions__navicon .navline:last-of-type {
  margin-bottom: 0;
}

.header__wrapper .header__actions--mobile .header__actions__navbar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  background-color: rgba(41, 43, 42, 0.901961);
  transition-duration: .25s;
  transition-timing-function: ease;
  transition-delay: initial;
  transition-property: all;
  flex-direction: column;
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 94px;
  background-color: #292b2a;
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .actions,
.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .logo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .logo {
  justify-content: flex-start;
  width: 45%;
  height: 100%;
  padding: 10px 0;
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .logo img {
  height: 100%;
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .actions::before {
  content: "";
  display: block;
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .actions .close {
  font-size: 30px;
  color: #fff;
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu {
  display: block;
  overflow-x: scroll;
  overflow-y: scroll;
  height: 100vh;
  list-style-type: none;
  padding: 20px;
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu .list__item--primary {
  text-transform: uppercase;
  padding: 20px 0;
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu .navbar__menu__list,
.header__wrapper .header__actions--mobile .header__actions__navbar__menu .navbar__submenu__list {
  display: none;
  margin: 10px 0;
}

.filter .filter__content__column ul.sublist li.list__item,
ul.list li.list__item {
  padding: .5rem .666667rem;
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu .list__item--secondary {
  text-transform: capitalize;
  padding: 20px 0;
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu .list__item--tertiary {
  list-style-type: none;
  padding: 20px 0;
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__form,
.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__form button,
.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__form input {
  display: inline-block;
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__form input {
  width: 70%;
  padding: 10px;
}

.footer__wrapper {
  justify-content: center;
  clear: both;
  padding-left: 17.5%;
  padding-right: 17.5%;
  background-color: #292b2a;
}

.footer__wrapper,
.footer__wrapper .footer {
  display: flex;
  position: relative;
}

.footer__wrapper::before {
  left: 0;
  width: 10vw;
  height: 4.66667rem;
  border-right-width: 2.5rem;
  border-right-style: solid;
  border-right-color: #ebebeb;
  border-bottom-width: 2.66667rem;
  border-bottom-style: solid;
  border-bottom-color: #292b2a;
  background-color: #ebebeb;
}

.footer__wrapper::after {
  left: 10vw;
  border-left-width: 4.66667rem;
  border-left-style: solid;
  border-left-color: #ebebeb;
  border-bottom-width: 4.66667rem;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.footer__wrapper .footer {
  width: 1024px;
  background-color: transparent;
  box-shadow: #292b2a 999px 0 0 0;
  padding: 10px 0;
}

.footer__wrapper .footer,
.footer__wrapper .footer__navbar {
  justify-content: space-between;
  align-items: center;
}

.footer__wrapper .footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__wrapper .footer__logo img {
  width: auto;
  max-width: 55%;
  margin-bottom: 10px;
  max-height: 80px;
}

.footer__wrapper .footer__navbar {
  display: flex;
  width: 100%;
}

.footer__wrapper .footer__logo .footer__navbar {
  align-items: flex-start;
}

.filter .filter__content__column .footer__wrapper .footer__navbar .sublist,
.footer__wrapper .footer__navbar .filter .filter__content__column .sublist,
.footer__wrapper .footer__navbar .list {
  margin-left: 90px;
}

.filter .filter__content__column ul.sublist li.list__heading,
ul.list li.list__heading {
  color: #999;
  font-weight: 600;
}

.filter .filter__content__column .footer__wrapper .footer__navbar .sublist .list__item,
.footer__wrapper .footer__navbar .filter .filter__content__column .sublist .list__item,
.footer__wrapper .footer__navbar .list .list__item {
  margin-right: 10px;
  padding: 5px 0;
}

.footer__wrapper .footer__logo .info-link {
  color: #999;
  margin: 30px 90px;
}

.footer__wrapper .footer__actions {
  align-self: flex-start;
  width: 30%;
}

.footer__wrapper .footer__actions__title {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
}

.footer__wrapper .footer__navbar .list--social .list__icon:first-child {
  margin-left: 0;
}

.footer__wrapper .footer__navbar .btn--primary {
  height: 35px;
}

.footer__wrapper .footer__actions__form {
  display: flex;
  justify-content: flex-end;
  margin-top: .333333rem;
}

.footer__wrapper .footer__actions__form .btn--action {
  width: auto;
  margin-left: .333333rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
.rss__toggle.rss--is-active + .rss,
.rss__toggle:target + .rss {
  display: block;
}

.header__wrapper .header__navbar--secondary a,
.filter .filter__content__column .footer__wrapper .footer__navbar .sublist .list__item a,
.footer__wrapper .footer__navbar .filter .filter__content__column .sublist .list__item a,
.footer__wrapper .footer__navbar .list .list__item a {
  color: #999;
}

ul.list--social li.list__icon a:hover,
.header__wrapper .header__navbar--primary .navbar__tabs__item:hover .navbar__tabs__title,
.header__wrapper .header__navbar--primary .navbar__tabs__content a,
.header__wrapper .header__actions--mobile .header__actions__navbar__menu a,
.header__wrapper .header__actions--mobile .header__actions__navbar__menu span {
  color: #fff;
}

.header__wrapper .header__navbar--primary .c-tab__content,
.header__wrapper .header__actions--mobile .btn--primary {
  display: none;
}

.header__wrapper .header__navbar--primary .c-tabs__item:hover .c-tabs__tab + .c-tab__content,
.header__wrapper .header__actions--mobile .header__actions__navbar:target {
  display: flex;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content a:hover,
.footer__wrapper .footer__logo .info-link:hover {
  color: #a5b4af;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block::after,
.header__wrapper .header__navbar--primary .navbar__tabs__content__block--double::after {
  content: "";
  display: table;
  clear: both;
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block:last-child,
.header__wrapper .header__navbar--primary .navbar__tabs__content__block--double:last-child {
  margin-right: 0;
}
@media (max-width:480px) {
  .footer__wrapper {
    padding-top: 30px
  }
  .footer__wrapper .footer {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .footer__wrapper .footer__logo img {
    max-width: 100%
  }
  .filter .filter__content__column .footer__wrapper .footer__navbar .sublist,
  .footer__wrapper .footer__navbar .filter .filter__content__column .sublist,
  .footer__wrapper .footer__navbar .list {
    margin-left: 0
  }
  .footer__wrapper .footer .info-link {
    margin: 20px 0
  }
}

@media (max-width:768px) {
  .footer__wrapper .footer {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .footer__wrapper .footer__actions {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }
  .footer__wrapper .footer__logo {
    margin-top: 10px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .footer__wrapper:after,
  .footer__wrapper:before {
    content: '';
    position: absolute;
    top: 0
  }
  .footer__wrapper:before {
    left: 0;
    width: 14px;
    height: 8px;
    border-right: 1.6666666667rem solid #ebebeb;
    border-bottom: 1.3333333333rem solid #292b2a;
    box-shadow: inset 0 2rem 0 0 #ebebeb
  }
  .footer__wrapper:after {
    left: 40px;
    border-left: 2rem solid #ebebeb;
    border-bottom: 1.8333333333rem solid #292b2a
  }
}

@media (max-width:980px) {
  .header__wrapper .header__logo {
    min-width: 45%;
    max-width: 45%
  }
  .header__wrapper .header__logo img {
    height: 100%;
    max-height: 80px;
    width: auto;
  }

  .header__wrapper .header {
    height: 70px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
  }
  .header__wrapper .header .btn--primary {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    height: auto;
    width: auto
  }
  .header__wrapper .header__actions {
    display: none;
    visibility: hidden
  }
  .header__wrapper .header__actions__navicon {
    margin-left: 20px
  }
  .header__wrapper .header__actions--mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
  }
}

@media (max-width:1023px) {
  .footer__wrapper .footer__actions {
    width: auto
  }
}
@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  body,
  html {
    overflow-y: scroll
  }
  .header__actions__navbar__menu:nth-child(1),
  .header__actions__navbar__menu:nth-child(2) {
    height: 40%
  }
  .featured__buttons .btn--primary {
    line-height: 35px
  }
  .footer__navbar .btn--primary {
    text-align: center
  }
}

/* Mobile nav adjustments */
@media screen and (max-width:768px) {
  .header__actions--mobile {
    padding-right: 50px;
  }
  .header__actions__navicon {
    display: none;
  }
  #region-sidebar-second {
    border-bottom: 2rem solid #ebebeb;
  }
}
.mobile-nav-toggle {
  margin-top: 4px;
}