@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap");

/* #Reset & Basics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 305px;
}

ol, ul {
  list-style: none;
}

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

/* #Basic Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body, html {
  font-size: 20px;
  line-height: 1.6em;
  font-family: "News Cycle", sans-serif;
  font-weight: 400;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

main {
  flex: 1 0 auto;
}

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

.no-touch a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}

/* #Misc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 92%;
  max-width: 1300px;
  z-index: 1;
}

.text-center {
  text-align: center;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

.bigfont {
  font-size: 1.2em;
  letter-spacing: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.redcolor {
  color: #c51d26;
}

/* Helpers */
.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col14 {
  width: 23%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.spaceBottom {
  position: relative;
  padding-bottom: 60px;
}

.spaceTop {
  position: relative;
  padding-top: 60px;
}

/* #header ~~~~~~~~~~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 11;
  margin-top: 44px;
  box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 7%);
  height: 80px;
  display: inline-flex;
}

.header:after {
  content: '';
  background-color: #1A462B;
  position: absolute;
  height: 44px;
  width: 100%;
  top: -44px;
}

.header .container.row {
  justify-content: right;
}

.logo {
  position: absolute;
  left: 0;
  margin-top: 10px;
}

.logo img {
  position: relative;
  width: 150px;
  padding: 10px 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.topicons {
  position: absolute;
  right: 0px;
  top: -44px;
  height: 44px;
}

.topicons a {
  color: #1A462B;
  padding: 0px 7px;
  position: relative;
  margin-left: 1px;
}

.topicons:after {
  content: "";
  position: absolute;
  height: 100%;
  left: -10px;
  right: -100vw;
  bottom: 0;
  background-color: #ecd10d;
  z-index: -2;
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.topicons i, .search i {
  font-size: 11px;
  line-height: 1em;
  display: block;
}

.topicons a:hover {
  color: #fff;
}

.search {
  color: #1A462B;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  padding: 7px 5px;
}

.search:hover, .search.open {
  color: #fff;
}

.search.open:after {
  top: calc(100% - 15px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-width: 8px;
  border-bottom-color: #37694a;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

/*search form*/
#search {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 100%;
  width: 280px;
  padding: 6px;
  background-color: #37694a;
}

.search-bar .button {
  display: none;
}

.search-bar .input {
  width: 100%;
  padding: 0 10px;
  border: none;
  height: 40px;
  outline: none;
  font-size: 16px;
  color: #555;
  background-color: #fff;
}

.search-bar .button {
  display: none;
}

.editor .title h2 {
  font-size: 1.8em;
  line-height: 1;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

/* ~~~~~~~~~~~~~~~~~~~~ */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .splide__slide:after {
  background-color: #1a462b;
  opacity: 0.4;
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 0;
  top: 0;
  z-index: 0;
}

.banner img {
  width: 100%;
  position: relative;
}

.bannertext {
  position: absolute;
  right: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
}

.bannertext.editor h3 {
  color: #fff;
  font-size: 2.7em;
  line-height: 1em;
  margin-top: 0;
}

.bannertext>div {
  max-width: 480px;
}

.infoBoxes .col23 a {
  width: calc(50% - 15px);
  position: relative;
  box-shadow: 0 5px 15px rgb(28 30 35 / 20%);
}

.infoBoxes .col23 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.infoBoxes.editor h2 {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 2;
}

.infoBoxes a:after, .infoBoxes.editor h2 {
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.infoBoxes a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(26, 70, 43, 0) 0%, rgba(26, 70, 43, 0.4) 70%, rgba(26, 70, 43, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(26, 70, 43, 0) 0%, rgba(26, 70, 43, 0.4) 70%, rgba(26, 70, 43, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(26, 70, 43, 0) 0%, rgba(26, 70, 43, 0.4) 70%, rgba(26, 70, 43, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a462b00', endColorstr='#1a462be6', GradientType=0);
}

.infoBoxes.editor a:hover h2 {
  bottom: 40%;
}

.infoBoxes a:hover:after {
  background: rgba(26, 70, 43, 0.8);
}

/* ~~~~~~~~~~~~~~~~ */
.events h3 {
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.events h3:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background: #1a462b;
  bottom: 0;
  left: 0;
}

.events .glEvent {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.events .glEventDate {
  background: #1a462b;
  color: #fff;
  padding: 5px;
  text-align: center;
  width: 80px;
  margin-right: 10px;
}

.events .glEventDate .glMonth {
  display: block;
  font-weight: 700;
}

.events .evdetails {
  width: calc(100% - 100px);
}

.events .glEventDescription {
  font-size: 80%;
}

.gradePrograms {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  background-attachment: fixed;
}

.editor .boxes a {
  width: 25%;
  padding: 0 0 20px;
  color: #fff;
  text-align: center;
}

.boxes {
  background-color: rgb(26 70 43 / 60%);
  padding-top: 40px;
}

.editor .boxes h2 {
  font-size: 1.4em;
  margin: 10px 0 5px 0;
  color: #fff;
}

.editor .boxes a:hover, .boxes a:hover h2 {
  color: #ecd10d;
}

.editor .boxes a .more {
  font-size: 0;
  font-weight: 700;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.editor .boxes a:hover .more {
  font-size: inherit;
}

.footer {
  background-color: #1a462b;
  position: relative;
  z-index: 3;
  color: #fff;
  padding-top: 30px;
  margin-top: 80px;
  font-size: .9em;
}

.footer .ft-logo .htsm-logo {
  width: 140px;
  margin: -84px auto 0 auto;
  display: block;
  position: relative;
  padding: 15px;
}

.footer .ft-logo .htsm-text {
  width: 500px;
  display: block;
  padding-bottom: 20px;
}

.footer .ft-logo .htsm-text img {
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer .ft-logo .htsm-logo:after {
  content: "";
  position: absolute;
  background: #1a462b;
  width: 140px;
  height: 140px;
  z-index: -1;
  left: 0;
  right: 0;
  top: 5px;
  margin: 0 auto;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer.editor .ft-logo a {
  display: inline-block;
}

.footer.editor .container>.col13:nth-child(2) p {
  margin-bottom: 5px;
}

.footer .full-screen {
  height: 230px !important;
}

.footer.editor h4 {
  margin-top: 0;
}

.footer.editor ul li {
  background: url(white-dot.svg) 0 9px no-repeat;
  background-size: 9px;
}

.footer.editor a {
  color: #fff;
}

.footer p>i {
  padding-right: 11px;
  font-size: 11px;
  line-height: 1;
}

.footer .acclogo {
  padding-top: 20px;
}

.footer .acclogo img {
  height: 60px;
  margin: 0 10px;
}

.footer .copyright {
  width: 100%;
  padding: 10px 0;
  margin-top: 15px;
  border-top: 1px solid rgb(255 255 255 / 0.3);
}

.copyright span {
  padding: 0 10px;
  opacity: 0.5;
}

.mapInfoBox.editor h3, .mapInfoBox.editor p, .mapInfoBox.editor a {
  color: #1a462b;
  margin: 0;
}

.grid {
  margin: 0 -10px 10px;
}

.grid a {
  width: 19.9%;
  padding: 5px;
  position: absolute;
  line-height: 1.3em;
  text-decoration: none;
  text-align: center;
  min-height: 200px;
}

.grid a img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}


/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pagetitle {
  position: relative;
  margin-bottom: 20px;
}

.pagetitle:after {
  content: '';
  position: absolute;
  height: 7px;
  width: 70%;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ecd10d;
  z-index: 0;
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.content {
  padding: 45px 0px 30px 0px;
  position: relative;
  min-height: 300px;
}

.content.editor a {
  text-decoration: underline;
}

.editor h1 {
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
  color: #1a462b;
}

.editor h2 {
  font-size: 1.8em;
  margin: 25px 0;
}

.editor h3 {
  font-size: 1.5em;
  margin: 20px 0;
}

.editor h4 {
  font-size: 1.4em;
  margin: 15px 0;
}

.editor h5 {
  font-size: 1.2em;
  margin: 15px 0 10px;
}

.editor h6 {
  font-size: 1em;
  margin: 15px 0;
}

.editor ul {
  margin: 20px 0 20px 0;
}

.editor ul li {
  background: url(dot.svg) 0 9px no-repeat;
  background-size: 9px;
  padding-left: 17px;
  margin-bottom: 10px;
  display: block;
}

.editor ol {
  margin: 20px 0 20px 10px;
}

.editor ol li {
  padding: 0px 0 6px 0px;
  list-style-type: decimal;
  margin-left: 15px;
}

.editor table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: #222;
  background: #fff;
}

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: #1a462b;
  border: 1px solid #3c7050;
  color: #fff;
  font-weight: 700;
}

.editor table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #3c7050;
}

.editor table tr:nth-child(2n+1) td {
  background-color: #e5f1ea;
}

.editor table.no-border {
  border: none;
}

.editor a {
  color: #1A462B;
  text-decoration: none;
}

.editor a:hover {
  color: #f4d921;
}

.editor p {
  margin-bottom: 15px;
}

.editor p:last-child {
  margin-bottom: 0;
}

.editor hr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid #527d62;
  width: 100%;
}

.fulltable {
  width: 100%;
}

.editor blockquote {
  background-color: #f4f4f4;
  margin: 20px 0;
  border-left: 7px solid #f4d921;
  padding: 20px;
}

.editor .btn a {
  background-color: #1A462B;
  color: #fff;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  border-radius: 4px;
  display: inline-block;
  margin: 0;
  padding: 14px 20px;
  font-size: .9em;
  text-decoration: none;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.editor .btn a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 51%;
  transform-origin: 51%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.editor .btn a:hover:before {
  background-color: #ecd10d;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.editor .btn a:hover {
  color: #1A462B;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.editor .rightimg {
  float: right;
  margin: 0 0 20px 40px;
  max-width: 45%;
}

.editor .leftimg {
  float: left;
  margin: 0 40px 20px 0px;
  max-width: 45%;
}

.htsEvents .glEventDate {
  margin-left: 30px;
  position: relative;
}

.editor .htsEvents a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.editor .htsEvents a .more {
  color: #fff;
  position: absolute;
  background-color: #1a462b;
  padding: 6px 12px;
  right: 0;
  bottom: -50px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.editor .htsEvents a:hover .more {
  bottom: 0;
}

.htsEvents .glEventDate:before {
  font-size: 1.1em;
  position: absolute;
  content: "\f15e";
  font-family: beehivelyicons;
  left: -30px;
  color: #ecd10d;
}

.editor .htsEvents h5 {
  margin-top: 5px;
  color: #1a462b;
}

.htsEvents .glEvent {
  padding: 20px;
  box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 7%);
}

/* Navigation */
.menu.topmenu {
  position: absolute;
  top: -50px;
  right: 135px;
}

.menu.topmenu li {
  position: relative;
}

.menu.topmenu li a {
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding: 8px 10px 2px 10px;
}

.menu.topmenu>li.active>a, .menu.topmenu>li:hover>a {
  color: #ecd10d;
  background-color: transparent;
}

.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu>li {
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
}

.menu li a {
  color: #333;
}

.menu>li>a {
  position: relative;
  line-height: 44px;
  padding: 0 10px;
  z-index: 1;
  font-weight: 600;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 50%;
  z-index: -1;
  background-color: #1A462B;
  bottom: 0;
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu>li.active>a:after, .menu>li:hover>a:after {
  opacity: 1;
  height: 100%;
}

.menu ul {
  width: 180px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #fff;
  display: none;
  z-index: 90;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 7px 0 rgba(4, 38, 62, 0.1);
  box-shadow: 0 5px 7px 0 rgba(4, 38, 62, 0.1);
}

.menu>li.mega-menu>ul {
  width: 480px;
  padding: 10px 0 10px 0;
}

.menu>li:nth-last-child(-n+3)>ul, .menu>li:nth-last-child(-n+3).mega-menu>ul {
  left: inherit;
  right: 0;
}

.menu>.mega-menu:hover>ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.submenu-list {
  width: 48%;
}

.menu>li:hover>ul {
  display: block;
}

.menu>li li:hover>ul {
  left: inherit;
  right: 100%;
  top: 0;
  display: block;
}

.menu li ul li {
  width: 100%;
  padding: 0px 15px;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: 0.9em;
}

.menu li ul li a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.4em;
}

.menu>li.active>a, .menu>li:hover>a {
  color: #fff;
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: #ecd10d;
}

#menu-trigger {
  display: none;
}

@media screen and (max-width:1380px) {
  .logo img {
    width: 150px;
  }
}

@media screen and (max-width:1199px) {
  .menu>li>a {
    padding: 0 8px;
  }

  .logo img {
    width: 140px;
  }
}

@media screen and (max-width:1023px) {
  body, html {
    font-size: 18px;
  }

  .header {
    margin-top: 0px;
  }

  .banner .splide__slide:after {
    display: none;
  }

  .bannertext {
    position: relative;
    transform: none;
    left: inherit;
    width: 100%;
    background-color: #d2b305;
    top: inherit;
    text-align: center;
    padding: 20px;
  }

  .bannertext>div {
    max-width: inherit;
  }

  .bannertext.editor h3 {
    font-size: 2em;
  }

  .bannertext.container {
    width: 100%;
  }

  .topicons, .menu.topmenu {
    position: relative;
    top: 0;
    right: 0;
  }

  .menu.topmenu li:last-child a {
    color: #fff;
  }

  .topicons a, .search {
    color: #1A462B;
  }

  .menu.topmenu li a {
    font-size: .9em;
    padding-left: 0;
    padding-top: 0;
  }

  .submenu-list {
    min-height: inherit;
    width: 100%;
    padding: 0;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #1A462B;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 288px;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li:not(:last-child) {
    margin-right: 0px;
  }

  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .menu li a, .menu>li:last-child>a, .menu>li:last-child:hover>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 0px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
  }

  .menu li ul li {
    border-bottom: none;
  }

  .menu li ul li a {
    padding: 6px 10px 6px 0px;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 0;
    border-bottom: none;
  }

  .menu ul, .menu>li>ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

  .menu>li:hover>a, .menu>li.active>a, .menu li ul li:hover>a, .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a, .menu li ul li:hover ul li:hover>a, .menu li.active li.active>a {
    color: #f4d921;
    background-color: transparent;
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header:after, .menu>li>a:after {
    display: none;
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin-left: 7px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #1A462B;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }

  .logo {
    margin-top: 0;
    top: 0;
  }

  .logo img {
    width: 100px;
  }
}

@media screen and (max-width:767px) {
  body, html {
    font-size: 17px;
  }

  .editor h1 {
    font-size: 1.6em;
  }

  .footer .ft-logo .htsm-logo {
    width: 100px;
    margin-top: -70px;
    padding: 12px;
  }

  .footer .ft-logo .htsm-logo:after {
    width: 80px;
    height: 80px;
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .container {
    width: calc(100% - 30px);
  }

  .col12, .col23, .col13, .col25, .col75 {
    width: 100%;
  }

  .col12+.col12, .col13+.col13 {
    margin-top: 15px;
  }

  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .editor table td a {
    word-break: break-word;
  }

  .editor .leftimg, .editor .rightimg {
    float: none;
    margin: 15px auto;
    max-width: 400px;
    text-align: center;
  }

  .grid a {
    width: 24.9%;
    min-height: 140px;
  }

  .grid a img {
    min-height: 140px;
  }
}

@media screen and (max-width:600px) {
  .topicons {
    width: 100%;
    -webkit-justify-content: right;
    -ms-justify-content: right;
    justify-content: right;
  }

  .topicons:after {
    display: none;
  }

  #search {
    left: 0;
    margin: 0 auto;
  }

  .bannertext.editor h3 {
    font-size: 1.8em;
  }

  .infoBoxes .col23 a:first-child {
    margin-bottom: 20px;
  }

  .infoBoxes .col23 a, .editor .boxes a {
    width: 100%;
  }

  .editor .boxes a {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .editor .boxes a .more {
    font-size: inherit;
  }

  .footer .ft-logo .htsm-text {
    width: inherit;
  }
}

@media screen and (max-width:479px) {
  body, html {
    font-size: 16px;
  }

  .grid a {
    width: 33%;
    min-height: initial;
  }

  .grid a img {
    min-height: initial;
  }
}

@media print {
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff;
    color: #000;
  }

  h1 {
    font-size: 24pt;
  }

  h2, h3, h4 {
    font-size: 14pt;
  }

  a, blockquote, table, pre {
    page-break-inside: avoid
  }

  h1, h2, h3, h4, h5, h6, img {
    page-break-after: avoid;
    page-break-inside: avoid
  }

  ul, ol, dl {
    page-break-before: avoid
  }

  a:link, a:visited, a {
    color: #520;
    font-weight: bold;
    text-decoration: underline;
  }

  .ft-map {
    display: none;
  }
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}