/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #444;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
  font-family: Georgia, "Times New Roman", Times, serif;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Color blue  */
.color-blue {
  color: #00F;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */
.banner + .banner {
  margin-top: 1rem;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  background-color: #FFFFE9;
  border: double;
  padding: 1.1rem 1rem 1rem;
  width: 17.6rem;
  max-height: 11rem;
  box-shadow: 0.3rem 0.3rem 0.7rem #791212;
  border-radius: 0.6rem;
  font-size: 1.33rem;
  font-weight: 700;
  color: #070;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.callout .callout__head {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1rem solid #058902;
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
}
.callout .callout__body {
  text-align: right;
}
.callout .callout__btn {
  background-color: #0000FF;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.14);
  padding: 0.5rem 1rem;
  width: 10rem;
  text-align: center;
  border: none;
  letter-spacing: 0.06rem;
  border-radius: 2rem;
  text-decoration: none;
  display: inline-block;
  appearance: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  transition: background 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .callout .callout__btn:hover {
    background: #791212;
  }
}
/* ------------------------------------------------------------ *\
	Card worksheet
\* ------------------------------------------------------------ */
.card-worksheet {
  border: 0.1rem solid gray;
  height: 100%;
  text-align: center;
  padding: 0.5rem 1rem 1.9rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.card-worksheet h5 {
  font-size: 1.3rem;
}
.card-worksheet a {
  text-decoration: none;
  display: inline-block;
  color: #791212;
  transition: color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .card-worksheet a:hover {
    color: #5151eb;
  }
}
.card-worksheet .card__content {
  margin-bottom: 2rem;
  flex: auto;
}
.card-worksheet .card__image {
  display: inline-block;
  border: 0.1rem solid #791212;
}
/* ------------------------------------------------------------ *\
	Cards worksheets
\* ------------------------------------------------------------ */
.cards-worksheets {
  background: #FFD;
  border: 0.1rem solid gray;
  padding: 0.2rem;
}
.cards-worksheets .cards__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.cards-worksheets .cards__item {
  flex: 1;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.cards-worksheets .cards__item--1of3 {
  flex: 0 0 33.33%;
}
@media (max-width: 1023px) {
  .cards-worksheets .cards__item--1of3 {
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .cards-worksheets .cards__item--1of3 {
    flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .container {
    display: block;
  }
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
  flex: 1;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    text-align: center;
  }
}
.footer .footer__inner {
  box-shadow: inset 0 -0.3rem 0.3rem -0.2rem #885655;
  background: #e8e8e8;
  border-top: 0.1rem solid #791212;
  border-bottom: 0.1rem solid #791212;
  font-size: 1.2rem;
  line-height: 1.084;
  font-weight: 700;
  padding: 0.7rem 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner {
    padding: 1rem 1rem;
  }
}
.footer .footer__nav ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav ul {
    display: block;
  }
}
.footer .footer__nav li {
  margin-right: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav li {
    margin: 0 0 1rem;
  }
}
.footer .footer__nav li:last-child {
  margin: 0;
}
.footer .footer__nav a {
  color: #791213;
  text-decoration: none;
}
.footer .footer__bar {
  background: #EFF0B8;
  border-top: 0.1rem solid #AFAFA7;
  border-bottom: 0.1rem solid #AFAFA7;
  font-size: 1.2rem;
  line-height: 1.084;
  font-weight: 700;
  padding: 0.7rem 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__bar {
    padding: 1rem 1rem;
  }
}
.footer .footer__bar a {
  text-decoration: none;
  display: inline-block;
  color: #701010;
}
.footer .footer__copyright {
  font-family: "Verdana", sans-serif;
}
.footer .footer__bar ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__bar ul {
    display: block;
  }
}
.footer .footer__bar li {
  margin: 0 4rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__bar li {
    margin: 0 0 1rem;
  }
}
.footer .footer__bar li:last-child {
  margin: 0;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: #791212;
}
.header a {
  text-decoration: none;
  display: inline-block;
}
.header .header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.5rem 0 0.5rem 0.5rem;
}
@media (max-width: 1023px) {
  .header .header__inner {
    display: block;
    padding: 1rem;
  }
}
.header .header__inner .logo {
  flex: 1;
  max-width: 50.5rem;
  margin-right: 2rem;
}
@media (max-width: 1023px) {
  .header .header__inner .logo {
    margin: 0 0 1rem;
  }
}
.header .header__search {
  margin: 1rem 1rem;
}
@media (max-width: 1023px) {
  .header .header__search {
    margin: 0;
  }
}
.header .header__bar {
  background: #e8e8e8;
  border-top: 0.1rem solid #888;
  border-bottom: 0.1rem solid #888;
  padding: 1rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Verdana", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__bar {
    font-size: 1.1rem;
  }
}
.header .header__bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .header .header__bar-inner {
    display: block;
  }
}
.header .header__date {
  color: #000;
  display: block;
}
@media (max-width: 1023px) {
  .header .header__date {
    margin-bottom: 1rem;
  }
}
.header .header__links {
  color: #791212;
}
.header .header__links ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .header__links li {
  margin-right: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__links li {
    margin-right: 0.5rem;
  }
}
.header .header__links li:last-child {
  margin: 0;
}
.header .header__links a {
  transition: color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .header .header__links a:hover {
    color: #000;
  }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main {
    display: block;
    position: relative;
  }
}
.main .main__sidebar {
  flex: 0 0 15rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__sidebar {
    width: 15rem;
    position: absolute;
    top: 0;
    left: -15rem;
    transition: left 0.4s;
    z-index: 5;
  }
}
.main .main__sidebar-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 4.5rem;
  background: #791212;
  box-shadow: 0.1rem 0.2rem 1rem 0 rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
.main .main__sidebar-trigger span {
  position: absolute;
  top: 1.2rem;
  left: 0.4rem;
  display: block;
  width: 80%;
  height: 0.3rem;
  background: #fff;
  border-radius: 100vw;
  transition: transform 0.4s, opacity 0.4s 0.4s, top 0.4s 0.4s;
}
.main .main__sidebar-trigger span:nth-child(2) {
  top: 2.2rem;
}
.main .main__sidebar-trigger span:nth-child(3) {
  top: 3.2rem;
}
.main .main__content {
  flex: 1;
  padding: 1.2rem 0.4rem 2rem 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__content {
    padding: 6rem 1.5rem 4rem;
  }
}
.main .main__nav-secondary {
  margin-bottom: 1rem;
}
.main .main__content-banner {
  margin: 0 auto 2rem;
  text-align: center;
  max-width: 72.8rem;
}
.main .main__content-text {
  font-size: 1.8rem;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.main .main__content-text + .main__content-banner {
  margin-top: 2rem;
}
.main .main__content-text h1 {
  color: #701010;
  font-size: 2.8rem;
}
.main .main__content-text h1 a {
  text-decoration: none;
}
.main .main__content-text p {
  margin-bottom: 1.66rem;
}
.main .main__content-text p:last-child {
  margin-bottom: 0;
}
.main .main__member-callout {
  margin: 3.2rem 0 1rem;
}
.main .main__quick-links {
  position: relative;
}
.main .main__quick-links:before {
  content: "";
  display: block;
  width: 100%;
  border: #791213 1px solid;
  background-color: #fff;
  height: 0.7rem;
  margin-bottom: 1.9rem;
}
.main .main__quick-links-head {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #444;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.main .main__quick-links-head h2 {
  color: #040;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.main .main__worksheet {
  max-width: 83rem;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__worksheet {
    padding-bottom: 0;
  }
}
.main .main__worksheet-head {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__worksheet-head {
    font-size: 1.4rem;
  }
}
.main .main__worksheet-head h4 {
  color: #00F;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__worksheet-head h4 {
    font-size: 1.6rem;
  }
}
.main .main__worksheet-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 0.2rem solid #ddd;
  padding-top: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__worksheet-actions {
    margin-bottom: 1rem;
  }
}
.main .main__worksheet-actions h3 {
  margin: 0 1rem;
  flex: 1;
  color: #080;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__worksheet-actions h3 {
    font-size: 2rem;
    flex: 0 0 100%;
    order: 3;
    margin: 1rem 0 0;
  }
}
.main .main__pdf-wrapper {
  max-width: 83rem;
  height: 135rem;
  margin: 0 auto 3.4rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0.4rem 0.4rem 1.4rem #779;
  padding: 1rem 1rem;
}
@media (max-width: 1023px) {
  .main .main__pdf-wrapper {
    height: 70rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__pdf-wrapper {
    height: 32rem;
  }
}
.main .main__pdf-wrapper iframe,
.main .main__pdf-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .main__worksheet-content {
  font-size: 18px;
  line-height: 1.17;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #444;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__worksheet-content {
    font-size: 1.4rem;
  }
}
.main .main__worksheet-content p {
  margin-bottom: 1.8rem;
}
.main .main__worksheet-content p:last-child {
  margin-bottom: 0;
}
.main .main__worksheet-content p > span {
  display: block;
}
.main .main__worksheet-content p > strong {
  color: #008000;
}
.main .main__worksheet-text {
  margin-bottom: 2.2rem;
  padding-right: 0.5rem;
}
@media (max-width: 1023px) {
  .main .main__worksheet-text {
    padding-right: 0;
  }
}
.main .main__worksheet-text-ad a {
  text-decoration: none;
  display: inline-block;
}
/*  Main secondary  */
.main--secondary .main__content {
  padding: 0.4rem 0.4rem 2rem 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main--secondary .main__content {
    padding: 4rem 1.5rem;
  }
}
/*  Main is active  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main.is-active .main__sidebar {
    left: 0;
  }
}
.main.is-active .main__sidebar-trigger {
  left: 15rem;
}
.main.is-active .main__sidebar-trigger span {
  transition: transform 0.4s 0.4s, opacity 0.4s, top 0.4s;
  transform: rotate(45deg);
}
.main.is-active .main__sidebar-trigger span:nth-child(1) {
  top: 2.2rem;
}
.main.is-active .main__sidebar-trigger span:nth-child(2) {
  opacity: 0;
  transform: none;
}
.main.is-active .main__sidebar-trigger span:nth-child(3) {
  top: 2.2rem;
  transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Nav secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  font-size: 1.3rem;
  line-height: 1.231;
}
.nav-secondary ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .nav-secondary ul {
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
}
.nav-secondary li.is-green a {
  background: #268400;
}
.nav-secondary li.is-yellow a {
  background: #ebc500;
}
.nav-secondary li.is-current a {
  background: none;
  color: #000;
  border-bottom-color: transparent;
}
.nav-secondary a {
  min-width: 12.5rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background: #791212;
  color: #fff;
  border: 0.1rem solid #000;
  border-bottom: 0.2rem solid #000;
  border-radius: 1.2rem 1.2rem 0 0;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary a {
    padding: 0.5rem 1rem;
    min-width: 20rem;
  }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  background: #791212;
  color: #FDFF51;
  font-weight: 700;
  font-size: 1.5rem;
}
.nav li {
  border-bottom: 0.1rem solid #A24444;
  border-top: 0.1rem solid #A24444;
  min-height: 3.3rem;
  display: flex;
  align-items: center;
}
.nav a {
  text-decoration: none;
  transition: color 0.4s, background 0.4s;
  padding: 0.65rem 0.3rem;
  display: block;
  flex: 1;
}
@media (hover: hover) and (pointer: fine) {
  .nav a:hover {
    background: #620808;
    color: #fff;
  }
}
.nav h6 {
  padding: 0.5rem 0.3rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.78;
  text-align: center;
  flex: 0 0 100%;
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  max-width: 30rem;
  background-color: #F5F5F5;
  padding: 1rem 1rem;
}
@media (max-width: 1399px) {
  .search {
    max-width: 20rem;
  }
}
@media (max-width: 1023px) {
  .search {
    max-width: 100%;
  }
}
.search .search__inner {
  position: relative;
}
.search .search__field {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  padding: 1rem 3.5rem 1rem 2rem;
  border-radius: 0.3rem;
  appearance: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search .search__field {
    padding: 0.5rem 3.5rem 0.5rem 1rem;
  }
}
.search .search__btn {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  appearance: none;
  color: #ddd;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 114rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
  flex: 0 0 32rem;
  position: sticky;
  top: 0;
  right: 0;
  padding: 2rem 1rem;
  background: #fff;
  overflow-y: scroll;
  scrollbar-width: none;
  height: 100%;
  max-height: 100vh;
  max-height: 100dvh;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar {
    width: 100%;
    padding: 2rem;
    position: static;
    max-height: none;
  }
}
.sidebar .ads {
  transition: transform 0.4s;
}
.sidebar.scrolled .ads {
  transform: translateY(-50rem);
}
@media (max-width: 1023px) {
  .sidebar.scrolled .ads {
    transform: translateY(-40rem);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar.scrolled .ads {
    transform: none;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */