.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
}

a {
  color: #406f26;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

blockquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 10px 40px;
  border: 1px none #000;
  background-image: url('../images/quotes.png');
  background-position: 0% 0%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 25px;
  line-height: 1.2;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-right: 0px;
  padding: 0px 20px 0px 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hp-nav-link {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 15px;
  padding-top: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.hp-nav-link:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid #1a0a5e;
  color: #1a0a5e;
}

.hp-nav-link:active {
  color: #1a0a5e;
}

.hp-nav-link:focus {
  color: #1a0a5e;
}

.social-icons {
  margin-right: 15px;
  padding-top: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-icons.top {
  margin-right: 6px;
  padding-top: 7px;
}

.social-icons.fter {
  width: 20px;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 15px;
}

.search-box {
  display: inline-block;
  width: 20%;
  height: 30px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  border-radius: 30px;
}

.search-box:hover {
  width: 30%;
}

.search-box:focus {
  width: 60%;
}

.search-box.onpage {
  margin-top: 0px;
  float: none;
}

.submit-text {
  padding-top: 11px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-text.onpagebut {
  margin-right: 15px;
  float: none;
  color: #406f26;
}

.slideout {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 25;
  display: block;
  width: 450px;
}

.arrow {
  display: inline-block;
  margin-right: 10px;
  color: #05209c;
}

.dd-sect {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: block;
  overflow: hidden;
  height: 0px;
  margin-top: 94px;
  padding: 0px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  background-color: #fff;
}

.dd-list-item {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

._80 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 0px;
  float: none;
  text-align: center;
}

._3-sect {
  margin-top: 247px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.8)), to(hsla(0, 0%, 96.1%, 0.8))), url('../images/cash-blur.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.8), hsla(0, 0%, 96.1%, 0.8)), url('../images/cash-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  opacity: 1;
}

._3-sect.new-header {
  margin-top: 95px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

._3-sect.new-header:hover {
  color: #422d2d;
}

._3-sect.unsub {
  min-height: 100vh;
  margin-top: 95px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

._3-sect.unsub:hover {
  color: #422d2d;
}

.icon-search {
  height: 40px;
  padding-top: 0px;
}

.nav-wrapper {
  padding-top: 0px;
  float: right;
}

.cta-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #05209c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 32, 156, 0.4)), to(rgba(5, 32, 156, 0.4))), url('../images/stats.jpg');
  background-image: linear-gradient(180deg, rgba(5, 32, 156, 0.4), rgba(5, 32, 156, 0.4)), url('../images/stats.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 300px;
  cursor: pointer;
}

.cta-boxes:hover {
  background-color: rgba(51, 51, 51, 0.7);
}

.cta-boxes.events {
  background-color: #406f26;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 111, 38, 0.4)), to(rgba(64, 111, 38, 0.4))), url('../images/news.jpg');
  background-image: linear-gradient(180deg, rgba(64, 111, 38, 0.4), rgba(64, 111, 38, 0.4)), url('../images/news.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cta-boxes.events:hover {
  background-color: rgba(51, 51, 51, 0.7);
}

.cta-boxes.team {
  background-color: #f5da08;
  background-image: url('../images/Hand-shake-620x480.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(245, 218, 8, 0.4)), to(rgba(245, 218, 8, 0.4)));
  background-image: url('../images/Hand-shake-620x480.jpg'), linear-gradient(180deg, rgba(245, 218, 8, 0.4), rgba(245, 218, 8, 0.4));
  background-position: 50% 98%, 0px 0px;
  background-size: cover, auto;
}

.cta-boxes.team:hover {
  background-color: rgba(51, 51, 51, 0.7);
}

.cta-boxes.other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #406f26;
  background-image: none;
  background-position: 0px 0px;
  opacity: 1;
  text-align: center;
}

.cta-links {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #05209c;
  font-style: italic;
  font-weight: 600;
  text-align: left;
}

.dd-wrapper {
  overflow: hidden;
  margin-top: 59px;
  margin-bottom: 30px;
}

.divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.divider.dotted {
  border-bottom-style: dotted;
}

.form-buttom {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #406f26;
  text-transform: uppercase;
}

.form-buttom:hover {
  background-color: #1a0a5e;
}

.form-item {
  height: 38px;
  border: 1px solid #d1d6db;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.form-item.comments {
  height: 90px;
}

.ft {
  height: 50px;
  background-color: #406f26;
}

.copyright {
  padding-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.body-con {
  margin-top: 10px;
  padding: 30px 20px 20px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(51, 51, 51, 0.1);
  background-color: #fff;
}

.body-con.rates-sect {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
}

.body-con.countdown {
  display: none;
  padding: 25px;
  background-color: #f5da08;
}

.promo-row {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none rgba(64, 111, 38, 0.3);
}

.siteplan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}

.siteplan-text {
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.sp-text {
  font-weight: 700;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}

.para {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.para._404-para {
  margin-bottom: 60px;
  text-align: center;
}

.rate-title {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 600;
  text-transform: none;
}

.percentage {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: right;
}

.percentage.right-new {
  text-align: left;
}

.rate-header {
  min-height: 85px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(64, 111, 38, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #05209c;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
}

.rate-list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.date {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.ft-link {
  padding-bottom: 3px;
  border-bottom: 1px dotted #fff;
  color: #fff;
  text-decoration: none;
}

.sl-title {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #05209c;
  font-size: 33px;
  line-height: 36px;
  font-weight: 400;
  text-transform: capitalize;
}

.sl-title.internal-tiles {
  margin-bottom: 30px;
  color: #05209c;
}

.sl-title._404 {
  text-align: center;
}

.sl-title.propage {
  display: inline-block;
}

.sl-title.mini {
  font-size: 20px;
  line-height: 30px;
}

.sl-title.mini.print {
  margin-bottom: 10px;
}

.sl-title.print {
  margin-bottom: 6px;
  color: #000;
  text-align: center;
}

.sl-title.message {
  margin-bottom: 30px;
  color: #333;
  font-size: 31px;
  line-height: 38px;
  text-transform: none;
}

.sl-para {
  margin-bottom: -3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.icon-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.tx-block {
  position: relative;
  display: block;
  margin-top: -35px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #1a0a5e;
  background-color: #fff;
  text-align: left;
}

._80percent {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(64, 111, 38, 0.1);
}

._80percent.full {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  background-color: transparent;
  box-shadow: none;
}

.column {
  text-align: right;
}

._90 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.nav-option {
  height: 95px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 3px none transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 111, 38, 0.6)), to(rgba(64, 111, 38, 0.6))), url('../images/green-abstract.jpg');
  background-image: linear-gradient(180deg, rgba(64, 111, 38, 0.6), rgba(64, 111, 38, 0.6)), url('../images/green-abstract.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.rate-list-wrapper {
  overflow: scroll;
  max-height: 330px;
  padding-right: 5px;
  padding-left: 5px;
}

.rate-list-wrapper.sr-list {
  overflow: scroll;
  max-height: 330px;
  min-height: none;
  padding-right: 5px;
  padding-left: 5px;
}

.div-block-5 {
  height: 20px;
  margin-top: 0px;
  float: right;
}

.rt-link {
  display: inline-block;
  padding-bottom: 3px;
  border: 1px none #333;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-weight: 600;
  text-decoration: none;
}

.rt-link:hover {
  color: #1a0a5e;
}

.inpage-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
}

.column-4 {
  height: 50px;
}

.image-3 {
  width: 400px;
  padding-top: 0px;
}

.ft-col-right {
  text-align: right;
}

.column-5 {
  padding-left: 0px;
}

.col-wrapper {
  overflow: visible;
  min-height: 500px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  background-color: rgba(208, 224, 199, 0.85);
  box-shadow: -6px 6px 6px 0 rgba(0, 0, 0, 0.18);
}

.col-wrapper.linkset {
  min-height: 500px;
  padding-top: 10px;
}

.dd-sect-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  overflow: hidden;
  height: 0px;
  margin-top: 94px;
  background-color: #fff;
}

.dd-sect-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  overflow: hidden;
  height: 0px;
  margin-top: 94px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.side-pan-title {
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #05209c;
  font-size: 16px;
  font-weight: 700;
}

.side-main-link {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.1);
  font-family: Merriweather, serif;
  color: #000;
  text-decoration: none;
}

.side-main-link:hover {
  padding-left: 5px;
  color: #1a0a5e;
}

.side-main-link.w--current {
  padding-left: 5px;
  border-style: none none solid;
  color: #1a0a5e;
  font-style: normal;
  font-weight: 700;
}

.main-copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
  -webkit-column-count: 1;
  column-count: 1;
}

.main-copy._2-col {
  float: left;
  -webkit-column-count: 0;
  column-count: 0;
  -webkit-column-rule-style: none;
  column-rule-style: none;
}

.main-copy.note {
  font-size: 13px;
  line-height: 20px;
}

.side-bar-sub-link {
  display: block;
  margin-bottom: 9px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.side-bar-sub-link:hover {
  padding-left: 15px;
  color: #1a0a5e;
  font-weight: 400;
}

.form-col {
  margin-bottom: 3.5px;
  padding: 6px;
}

.form-col.select {
  min-width: 160px;
}

.form-col.mini-divder {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(137, 137, 139, 0.13);
}

.form-col.flex {
  display: block;
  margin-bottom: 13.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(26, 10, 94, 0.5);
  font-family: Merriweather, serif;
  color: #000;
  font-size: 12px;
}

.text-field:hover {
  border-color: rgba(5, 32, 156, 0.3);
  background-color: rgba(5, 32, 156, 0.07);
}

.text-field:focus {
  border-style: solid;
  border-color: rgba(5, 32, 156, 0.3);
  background-color: rgba(5, 32, 156, 0.07);
}

.text-field.comments {
  height: 180px;
}

.text-field.select {
  border-radius: 0px;
}

.text-field.signature {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  background-color: transparent;
}

.text-field.signature:hover {
  background-color: transparent;
}

.text-field.signature:focus {
  background-color: transparent;
}

.text-field.name {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  background-color: transparent;
}

.text-field.name:hover {
  background-color: transparent;
}

.text-field.name:focus {
  background-color: transparent;
}

.text-field.radio {
  margin-bottom: 15px;
  padding: 9px 35px;
}

.text-field.radio-other {
  margin-bottom: 15px;
  padding: 9px 35px;
}

.form-label {
  margin-right: 7px;
  font-family: Merriweather, serif;
  color: #05209c;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 1px;
}

.form-label.lac {
  color: #333;
}

.form-label.long {
  min-height: 40px;
}

.form-label.color {
  color: #333;
}

.form-label.note {
  margin-bottom: 15px;
}

.form-label.dark {
  margin-bottom: 12px;
  color: #333;
}

.form-label.min-height {
  min-height: 40px;
  margin-bottom: 25px;
  color: #333;
}

.form-label.large {
  margin-right: 0px;
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1.5;
}

.in-text {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: #000 #000 #05209c;
  font-family: 'Open Sans', sans-serif;
  color: #05209c;
  text-decoration: none;
}

.in-text:hover {
  border-bottom-color: #406f26;
  color: #406f26;
}

.in-text:visited {
  color: #89898b;
}

.address-row {
  margin-bottom: 40px;
}

.accordion {
  overflow: hidden;
  height: 55px;
  margin-bottom: 15px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, 0.09);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  cursor: pointer;
}

.accordion:hover {
  background-color: rgba(64, 111, 38, 0.05);
}

.accord-title {
  margin-bottom: 20px;
  color: #1a0a5e;
}

.accord-data.title {
  display: inline-block;
  margin-right: 10px;
}

.accord-wrapper {
  padding-right: 10px;
}

.accord-wrapper-2 {
  padding-left: 10px;
}

.docs {
  position: relative;
  overflow: hidden;
  height: 55px;
  margin-bottom: 15px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, 0.09);
  cursor: pointer;
}

.docs:hover {
  background-color: rgba(64, 111, 38, 0.05);
}

.doc-button {
  margin-right: 15px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.doc-button:hover {
  background-color: #406f26;
  color: #fff;
}

.link-block {
  display: block;
  text-decoration: none;
}

.doc-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.usage {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.countdown-title {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.countdown-timer {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.video-wrapper {
  margin-bottom: 30px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, 0.1);
}

.video-promo-pic {
  width: 100%;
}

.video-title {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 19px;
  font-weight: 700;
}

.news-wrapper {
  width: 100%;
  margin-top: -18px;
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, 0.1);
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.8);
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.new-post-title {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 19px;
  font-weight: 700;
}

.text-block-6 {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  text-transform: uppercase;
}

.text-block-6.month {
  font-weight: 700;
}

.text-block-6.by {
  padding-left: 6px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(51, 51, 51, 0.5);
  font-style: italic;
  text-transform: none;
}

.paragraph {
  font-size: 15px;
  line-height: 25px;
}

.author {
  display: inline-block;
  color: #406f26;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pagination {
  padding-left: 10px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-right: 10px;
  padding: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  color: #406f26;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #406f26;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.link-block-2.w--current {
  background-color: #406f26;
  color: #fff;
}

.block-heading {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

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

.submit-button {
  margin-left: -1px;
  background-color: #333;
}

.submit-button:hover {
  background-color: #406f26;
}

.column-6 {
  padding-left: 0px;
}

.comment-title {
  display: inline-block;
  margin-right: 10px;
  font-family: Merriweather, serif;
  color: #406f26;
  font-weight: 700;
}

.comment-title.replied {
  font-weight: 400;
}

.reply-link {
  padding-bottom: 3px;
  border-bottom: 1px dotted #333;
  opacity: 0.4;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-style: italic;
  text-decoration: none;
}

.reply-link:hover {
  opacity: 1;
}

.paragraph-2 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.comment-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.comment-wrapper-sub {
  margin-top: -20px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 15px 15px 5px;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  background-color: hsla(0, 0%, 96.1%, 0.4);
}

.comment-date {
  display: inline-block;
  margin-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.4);
  font-size: 12px;
  font-style: italic;
}

.comment-date.slash {
  margin-right: 2px;
  margin-left: 2px;
  color: rgba(51, 51, 51, 0.2);
}

.comment-date.year {
  margin-right: 10px;
}

.search-summery {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
}

.search-result-title {
  padding-bottom: 3px;
  border-bottom: 1px dotted #406f26;
  font-family: Merriweather, serif;
  color: #406f26;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.search-result-title:hover {
  border-bottom-style: none;
  color: #1a0a5e;
}

.search-results-wrapper {
  margin-bottom: 15px;
  padding: 15px 0px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.onpage-search-form {
  display: block;
}

.search-label {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.tab-pane {
  padding: 20px;
  background-color: hsla(0, 0%, 96.1%, 0.4);
}

.tab {
  border-right: 1px solid #fff;
  background-color: rgba(64, 111, 38, 0.7);
}

.tab.w--current {
  background-color: #406f26;
}

.tab-text {
  margin-right: 10px;
  float: left;
  font-family: Merriweather, serif;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.sr-items {
  display: inline-block;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
}

.sr-items.sr-number {
  margin-right: 2px;
  margin-left: 2px;
}

.search-pag {
  margin-top: 30px;
}

.download-button {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px;
  float: right;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #406f26;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 11px;
  text-transform: uppercase;
}

.download-button:hover {
  color: #000;
}

.product-title {
  min-height: 66px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

.product-title.prodis {
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 35px;
}

.product-title.ctoncart {
  margin-top: 0px;
}

.product-title.odetails {
  min-height: 35px;
  margin-top: 10px;
}

.product-price {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  font-family: Merriweather, serif;
}

.product-price.dollarsign {
  margin-right: 3px;
  opacity: 0.74;
}

.product-price.dollarsign.ondis {
  color: #406f26;
  font-size: 20px;
  font-weight: 300;
}

.product-price.ondis1 {
  color: #406f26;
  font-size: 20px;
}

.product-price.ondis1.confirmno {
  margin-right: 0px;
}

.button {
  display: block;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px none #406f26;
  background-color: #406f26;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(64, 111, 38, 0.8);
  color: #fff;
}

.button.confirm {
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}

.button.cancel {
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  background-color: hsla(0, 0%, 43.1%, 0.66);
  font-size: 13px;
}

.button.cancel:hover {
  background-color: #89898b;
}

.button.upload {
  display: inline-block;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: solid;
  border-color: hsla(0, 0%, 43.1%, 0.66);
  border-radius: 3px;
  background-color: transparent;
  color: #333;
  font-size: 13px;
}

.button.upload:hover {
  background-color: #406f26;
  color: #f5f5f5;
}

.button.remove {
  display: inline-block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 4px 10px;
  border-style: solid;
  border-color: hsla(0, 0%, 43.1%, 0.66);
  border-radius: 3px;
  background-color: transparent;
  opacity: 0.4;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.button.remove:hover {
  border-color: #e32;
  opacity: 0.76;
  color: #e32;
}

.ec {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  font-weight: 700;
}

.div-block-9 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: -19px;
  margin-left: -19px;
  padding: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 15px;
  background-color: #fff;
}

.image-4 {
  opacity: 0.13;
}

.link-block-3 {
  height: 45px;
  padding: 12px 15px;
  float: right;
  border-radius: 6px;
  background-color: #406f26;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-3:hover {
  background-color: rgba(64, 111, 38, 0.8);
}

.link-block-3.onpro-page {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, 0.2);
  border-radius: 0px;
  background-color: transparent;
  color: rgba(64, 111, 38, 0.6);
  text-align: center;
}

.link-block-3.onpro-page:hover {
  background-color: rgba(64, 111, 38, 0.1);
  color: #406f26;
}

.text-block-9 {
  display: inline-block;
  margin-left: 15px;
}

.no-in-cart {
  display: inline-block;
  padding-right: 1px;
  padding-left: 1px;
  color: hsla(0, 0%, 100%, 0.49);
}

.no-in-cart.onpropage {
  color: rgba(64, 111, 38, 0.6);
}

.plusminus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, 0.1);
  background-color: transparent;
}

.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 50px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #406f26;
  color: #fff;
  font-weight: 700;
}

.lessmore {
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 20px;
}

.remove-from-cart {
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 24px;
  text-align: right;
}

.cart-row {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(64, 111, 38, 0.1);
}

.remove-item {
  width: 100%;
  text-align: right;
  text-decoration: none;
}

.total-text {
  font-family: Merriweather, serif;
  color: #406f26;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.total-figure {
  display: inline-block;
  font-family: Merriweather, serif;
  color: #406f26;
  font-size: 23px;
  text-align: right;
}

.totalcol {
  text-align: right;
}

.total-row {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 15px;
  border-top: 1px solid #406f26;
}

.cart-note {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 13px;
}

.price-details-col {
  text-align: right;
}

.shipping-details {
  margin-top: 50px;
}

.form-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.checkbox-field {
  margin-bottom: 30px;
}

.checkbox-field.small {
  margin-bottom: 6px;
}

.checkbox-field.min-height {
  min-height: 40px;
  margin-bottom: 10px;
}

.order-details-button {
  width: 100%;
  height: 70px;
  margin-top: 20px;
  background-color: #406f26;
  font-size: 24px;
  text-transform: uppercase;
}

.order-details-button:hover {
  background-color: #1a0a5e;
}

.form-field {
  height: 40px;
}

.form-field.comments {
  height: 150px;
}

.confirmdata {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}

.confirmdata.orderdate {
  display: inline-block;
  margin-right: 9px;
}

.confirmdata.strong {
  font-weight: 600;
}

.cookie {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: none;
  overflow: hidden;
  height: 50px;
  padding: 0px 30px;
  border-bottom: 1px none #406f26;
  background-color: #000;
}

.cookie-text {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  padding: 0px;
  font-family: Merriweather, serif;
  color: #f5da08;
  font-size: 10px;
  line-height: 30px;
  text-decoration: none;
}

.cookie-text:hover {
  color: #fff;
}

.column-8 {
  line-height: 30px;
}

.button-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(245, 218, 8, 0.5);
  background-color: transparent;
  color: #f5da08;
  font-size: 12px;
}

.button-2:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.button-2.yes {
  margin-right: 10px;
  color: #f5da08;
  text-transform: uppercase;
}

.button-2.yes:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.column-9 {
  text-align: right;
}

.breadcrumb-wrapper {
  display: block;
  width: 80%;
  margin: 3px auto 15px;
}

.breadcrumb-wrapper.inside-ver {
  margin-top: 13px;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(64, 111, 38, 0.1);
}

.breadcrumb {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb:hover {
  color: #406f26;
  font-weight: 600;
}

.breadcrumb.breaker {
  opacity: 0.5;
}

.notification {
  display: inline-block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 20px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #038f04;
  text-decoration: none;
}

.list.space {
  padding-left: 20px;
}

.list-item {
  font-size: 15px;
  line-height: 25px;
}

.asterisk-text {
  color: #ff0606;
}

.asterisk-text.large {
  color: #e32;
  font-size: 20px;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-wrapper.space {
  margin-bottom: 30px;
}

.form-wrapper.space.border {
  border-bottom: 1px solid rgba(137, 137, 139, 0.13);
}

.sub-text {
  margin-bottom: 13px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.sub-text.italic {
  font-style: italic;
}

.word-count-text {
  opacity: 0.7;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.note-text {
  margin-top: 5px;
  margin-bottom: 5px;
}

.deadline-text {
  color: #e32;
}

.deadline-text.print {
  font-family: Merriweather, serif;
  color: #000;
}

.divider-wrapper {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(137, 137, 139, 0.13);
}

.divider-wrapper.smoke {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f5f5f5;
}

.preloaded-text {
  display: inline-block;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13.5px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.text {
  margin-bottom: 10px;
  font-size: 16px;
}

.pre-text {
  margin-bottom: 2px;
  opacity: 0.75;
  font-size: 14px;
}

.sl-title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  margin-bottom: 0px;
  padding: 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 238, 238, 0.6);
  font-family: Merriweather, serif;
  color: #000;
  font-size: 33px;
  line-height: 36px;
  font-weight: 400;
  text-transform: capitalize;
}

.landscape {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 500px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 500px;
  margin-top: -500px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slider-pic-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0.2;
}

.sl-para-3 {
  width: 70%;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
}

.left-arrow-4 {
  width: 40px;
  margin-left: -40px;
  opacity: 0.2;
  color: #333;
}

.left-arrow-4:hover {
  opacity: 1;
}

.right-arrow-4 {
  width: 40px;
  margin-right: -40px;
  opacity: 0.2;
  color: #333;
}

.right-arrow-4:hover {
  opacity: 1;
}

.slider-pic-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 1;
}

.div-block-19 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-top: -500px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.left-arrow-5 {
  display: none;
  width: 40px;
  margin-left: -40px;
  opacity: 0.2;
  color: #333;
}

.left-arrow-5:hover {
  opacity: 1;
}

.right-arrow-5 {
  display: none;
  width: 40px;
  margin-right: -40px;
  opacity: 0.2;
  color: #333;
}

.right-arrow-5:hover {
  opacity: 1;
}

.slider7 {
  height: 500px;
  padding: 3px 0px;
  background-color: #fff;
}

.main-slider {
  height: auto;
  padding: 3px;
  background-color: #fff;
}

.time {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(26, 10, 94, 0.5);
  font-family: Merriweather, serif;
  color: #000;
  font-size: 12px;
}

.time:hover {
  border-color: rgba(5, 32, 156, 0.3);
  background-color: rgba(5, 32, 156, 0.07);
}

.time:focus {
  border-style: solid;
  border-color: rgba(5, 32, 156, 0.3);
  background-color: rgba(5, 32, 156, 0.07);
}

.select-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-fied-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.date-range {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(26, 10, 94, 0.5);
  font-family: Merriweather, serif;
  color: #000;
  font-size: 12px;
}

.date-range:hover {
  border-color: rgba(5, 32, 156, 0.3);
  background-color: rgba(5, 32, 156, 0.07);
}

.date-range:focus {
  border-style: solid;
  border-color: rgba(5, 32, 156, 0.3);
  background-color: rgba(5, 32, 156, 0.07);
}

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.acc-dropdown {
  z-index: 1;
  width: 100%;
  margin-bottom: 30px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: rgba(137, 137, 139, 0.13);
  background-color: #fff;
}

.expand-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url('../images/plus.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.acc-text {
  margin-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
}

.faq-accordion-icon {
  position: relative;
  display: inline-block;
  margin-top: 3.5px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.acc-list {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.acc-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(137, 137, 139, 0.13);
  background-color: #f5f5f5;
}

.acc-item-wrapper {
  padding: 20px 20px 0px;
  border-bottom: 1px solid rgba(137, 137, 139, 0.13);
}

.collapse-icon {
  width: 15px;
  height: 15px;
  background-image: url('../images/minus.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  color: #406f26;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.qty-wrapper {
  margin-left: 15px;
}

.qty-wrapper.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold {
  color: #406f26;
  font-weight: 900;
}

.bold.dark {
  margin-bottom: 20px;
  color: #6e6e6e;
  font-weight: 700;
}

.qty-number {
  margin-right: 7px;
  font-family: Merriweather, serif;
  color: #05209c;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 1px;
}

.qty-number.color {
  color: #333;
}

.div-block-21 {
  margin-bottom: 15px;
}

.measurement-text {
  margin-right: 7px;
  font-family: Merriweather, serif;
  color: #05209c;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 1px;
}

.measurement-text.color {
  color: #333;
}

.another-link {
  opacity: 0.85;
  font-family: Merriweather, serif;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
}

.another-link:hover {
  opacity: 1;
  color: #038f04;
}

.plus-text {
  font-size: 20px;
}

.duration-end-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.name-of-applicant-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.name-of-rganisation-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.postal-address-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.email-address-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.contact-nos-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.event-type-title-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.date-of-event-type {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.duration-start-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.event-start-time-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.event-end-time-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.seats-downstairs-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.seats-upstairs-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.other-official-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.videographer-name-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.rehearsal-date-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.rehearsal-start-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.rehearsal-end-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.rehearsal-date-2-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.rehearsal-start-2-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.rehearsal-end-2-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.rehearsal-date-3-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.rehearsal-start-3-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.rehearsal-end-3-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.name-of-organisation-text {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.other-official-2-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.other-official-3-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.signature-text {
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.name-block-letters-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.signature-date-text {
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.approved-date-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.meeting-date-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.date-paid-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.security-deposit-due-date-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.total-fees-due-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.due-date-for-fees-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.date-fees-paid-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.approved-signature-text {
  margin-top: 2px;
  margin-bottom: 14px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.approved-signature-date-text {
  margin-top: 2px;
  margin-bottom: 14px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.print-label {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 11px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.a4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(64, 111, 38, 0.1);
}

.print-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(137, 137, 139, 0.13);
}

.print-wrapper.border {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.6);
}

.print-wrapper.no-divider {
  border-bottom-style: none;
}

.print-col {
  margin-bottom: 2px;
}

.print-col.stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-5 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.printer-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.print-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.6);
  border-radius: 6px;
  opacity: 0.68;
  font-family: Merriweather, serif;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.print-button:hover {
  background-color: #333;
  opacity: 1;
  color: #f5f5f5;
}

.print-icon {
  margin-right: 8px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.hidden-list {
  padding-left: 20px;
  list-style-type: disc;
}

.list-wrapper {
  margin-bottom: 15px;
}

.governor-general-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.ministers-of-government-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.electronic-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.free-standing-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.hanging-ceiling-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.no-banner-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.yes-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.no-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.theater-style-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.double-horseshoe-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.single-horseshoe-text {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.spacer {
  width: 10px;
  height: 1px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  opacity: 0;
}

.legend-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.legend-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-cube {
  width: 15px;
  height: 15px;
  background-color: #c4e3ff;
}

.color-cube.unavailable {
  background-color: grey;
}

.dash-wrapper {
  width: 7px;
  height: 1px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #333;
}

.note {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  font-weight: 700;
}

.calender-wrapper {
  margin-top: 40px;
}

.calender-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.day-text {
  background-color: #038f04;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.1)), to(rgba(51, 51, 51, 0.1)));
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.1), rgba(51, 51, 51, 0.1));
  text-align: center;
}

.month-switch-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.month-text {
  margin-right: 2px;
  margin-left: 10px;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
}

.year-text {
  margin-right: 10px;
  margin-left: 2px;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
}

.switcher-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px none #406f26;
  background-color: #406f26;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.switcher-link:hover {
  background-color: rgba(64, 111, 38, 0.8);
  color: #fff;
}

.legend-title {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #05209c;
  font-size: 14px;
  font-weight: 400;
}

.subscribe {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #e32;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.subscribe:hover {
  color: #1a0a5e;
}

.subscribe-form-wrapper {
  background-color: rgba(64, 111, 38, 0.06);
}

.form-col-copy {
  margin-bottom: 3.5px;
  padding: 6px 12px 12px;
}

.blog-subscribe {
  overflow: hidden;
  height: 0px;
}

.column-10 {
  padding-right: 5px;
  padding-left: 5px;
}

.image-6 {
  width: 40%;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  float: left;
}

.blog-para {
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
}

.tagline {
  width: auto;
  margin-top: -15px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #05209c;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.boilerplate {
  margin-bottom: auto;
}

.boilerplate.auth {
  margin-bottom: 0px;
}

.blog-para-boil {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #89898b;
  line-height: 25px;
  font-style: italic;
}

.boilerplate-title {
  font-family: Merriweather, serif;
  font-style: italic;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 60px;
  padding: 5px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #406f26;
  font-size: 20px;
  text-decoration: none;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-links {
  width: auto;
  height: 30px;
}

.column-66 {
  padding-right: 0px;
  padding-left: 0px;
}

.back-to-blogs {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.back-to-blogs:hover {
  color: #333;
  text-decoration: underline;
}

.link {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 6px 10px;
  border-radius: 6px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  border-radius: 6px;
  background-color: #fcfcfc;
  color: #406f26;
}

.div-block-26 {
  margin-bottom: 20px;
}

.blog-para-intro {
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  font-style: italic;
}

.divider-20 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.author-pic {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 19px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.author-para-boil {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #89898b;
  line-height: 25px;
  font-style: italic;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cat-link-box {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, 0.1);
  background-color: #fcfcfc;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.cat-link-box:hover {
  background-color: transparent;
  color: #406f26;
}

.archived {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, 0.1);
  background-color: #406f26;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.archived:hover {
  background-color: transparent;
  color: #406f26;
}

.text-block-11 {
  display: inline;
  margin-right: 10px;
}

.text-block-6-copy {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  text-transform: capitalize;
}

.republished {
  margin-bottom: 15px;
}

.republished.hidden {
  display: none;
}

.text-span {
  color: #05209c;
  text-transform: capitalize;
}

.button-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.special-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(26, 10, 94, 0.5);
  font-family: Merriweather, serif;
  color: #000;
  font-size: 12px;
}

.special-text-field:hover {
  border-color: rgba(5, 32, 156, 0.3);
  background-color: rgba(5, 32, 156, 0.07);
}

.special-text-field:focus {
  border-style: solid;
  border-color: rgba(5, 32, 156, 0.3);
  background-color: rgba(5, 32, 156, 0.07);
}

.special-text-field.comments {
  height: 180px;
}

.big-opt {
  color: #406f26;
}

.col {
  padding-right: 0px;
  padding-left: 0px;
}

.grid-12 {
  margin-bottom: 11px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.opt-text {
  color: #05209c;
  line-height: 30px;
}

.file-name-wrap {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 11px;
  grid-row-gap: 16px;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns: 30px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.file-title {
  margin-top: 5px;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  font-size: 12px;
}

.item-title {
  margin-right: 10px;
  font-style: italic;
}

.item-text {
  display: inline-block;
  margin-right: 4px;
  font-size: 13px;
  font-weight: 700;
}

.lightbox-link {
  position: relative;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 15px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  background-color: #fff;
}

.section {
  margin-top: 95px;
}

.body-con-2 {
  height: auto;
  min-height: 100vh;
  margin-top: 10px;
  padding: 30px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(51, 51, 51, 0.1);
  background-color: #fcfcfc;
}

.html-embed-2 {
  height: 100vh;
  min-height: 0px;
  padding-right: 0px;
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(137, 137, 139, 0.13);
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 32px;
  text-shadow: 1px 1px 15px #333;
}

.video-overlay:hover {
  color: #038f04;
}

._80percent-copy {
  display: block;
  width: 80%;
  margin: 10px auto;
  padding: 2px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(64, 111, 38, 0.1);
}

.soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5da08;
  color: #333;
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.soon:hover {
  text-decoration: underline;
}

.fade-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent 13%, #fff);
}

html.w-mod-js *[data-ix="cookie"] {
  height: 0px;
}

html.w-mod-js *[data-ix="hidden-icon"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hidden-hight"] {
  height: 0px;
}

html.w-mod-js *[data-ix="hidden-option"] {
  display: none;
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .html-embed-2 {
    padding-right: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .image-6 {
    width: 30%;
  }
}

@media screen and (min-width: 1920px) {
  .image-6 {
    width: 20%;
  }

  .html-embed-2 {
    padding-right: 0px;
    background-color: transparent;
  }
}

@media screen and (max-width: 991px) {
  .hp-nav-link {
    margin-left: 10px;
    font-size: 12px;
  }

  .search-box {
    display: inline-block;
    width: 20%;
  }

  .dd-sect {
    margin-top: 89px;
  }

  ._80 {
    width: 90%;
  }

  ._3-sect {
    margin-top: 187px;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._3-sect.new-header {
    margin-top: 90px;
  }

  ._3-sect.unsub {
    margin-top: 90px;
  }

  .icon-search {
    padding-top: 0px;
  }

  .cta-boxes {
    height: 186px;
  }

  .cta-links {
    margin-bottom: 25px;
  }

  .sl-title {
    font-size: 23px;
    line-height: 26px;
  }

  .sl-title.mini.print {
    font-size: 23px;
    line-height: 33px;
  }

  .sl-title.print {
    font-size: 30px;
    line-height: 36px;
  }

  .sl-para {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .tx-block {
    height: 55px;
    margin-bottom: 15px;
  }

  ._80percent {
    width: 90%;
  }

  .colum1 {
    min-height: 240px;
  }

  ._90 {
    width: 95%;
  }

  .nav-option {
    height: 90px;
  }

  .image-3 {
    width: auto;
  }

  .col-wrapper {
    margin-bottom: 20px;
  }

  .dd-sect-2 {
    margin-top: 89px;
  }

  .dd-sect-3 {
    margin-top: 89px;
  }

  .main-copy {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .form-col.select.qty {
    width: 200px;
  }

  .form-col.flex {
    width: auto;
  }

  .form-col.opt {
    display: inline-block;
  }

  .accordion {
    line-height: 16px;
  }

  .accord-title {
    margin-bottom: 30px;
  }

  .countdown-timer {
    font-size: 25px;
    line-height: 40px;
  }

  .download-button {
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: none none none solid;
  }

  .checkbox-field.min-height {
    margin-bottom: 0px;
  }

  .breadcrumb-wrapper {
    width: 90%;
  }

  .sl-title-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 23px;
    line-height: 26px;
  }

  .div-block-18 {
    width: 85%;
  }

  .sl-para-3 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-19 {
    width: 100%;
  }

  .checkbox-fied-wrapper {
    display: block;
    width: auto;
  }

  .flex-col {
    display: block;
  }

  .acc-text {
    font-size: 15px;
    line-height: 20px;
  }

  .qty-wrapper {
    margin-left: 0px;
  }

  .a4 {
    width: 90%;
  }

  .blog-subscribe {
    height: 0px;
  }

  .image-6 {
    width: 50%;
  }

  .social-links {
    height: 30px;
  }

  ._80percent-copy {
    width: 90%;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  .social-icons {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .social-icons.fter {
    display: inline-block;
    float: none;
  }

  .dd-sect {
    margin-top: 151px;
  }

  ._3-sect {
    margin-top: 150px;
  }

  .cta-boxes {
    height: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/stats.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/stats.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .cta-boxes.other {
    height: 200px;
  }

  .ft {
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .copyright {
    text-align: center;
  }

  .body-con {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .body-con.rates-sect {
    padding-top: 20px;
  }

  .header {
    position: absolute;
  }

  .rate-title {
    text-align: left;
  }

  .percentage {
    text-align: center;
  }

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

  .rate-list {
    margin-bottom: 20px;
  }

  .mobile-nav-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mobi-nav {
    margin-top: 3px;
    background-color: transparent;
  }

  .mobi-box {
    margin-top: 8px;
    margin-right: 15px;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
  }

  .mobi-box.w--open {
    margin-right: 15px;
    background-color: #406f26;
  }

  .date {
    text-align: left;
  }

  ._80percent {
    width: 95%;
  }

  .mobi-dd-bg {
    width: 100%;
    margin-top: 16px;
    background-color: #406f26;
  }

  .mobi-link {
    padding: 15px;
    border-top: 1px dotted hsla(0, 0%, 100%, 0.1);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
  }

  .mobi-link:active {
    background-color: rgba(26, 10, 94, 0.2);
  }

  .ft-col-right {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column-5 {
    height: 0px;
  }

  .main-copy {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .nav-col {
    margin-bottom: 29px;
  }

  .accord-wrapper {
    padding-right: 0px;
  }

  .accord-wrapper-2 {
    padding-left: 0px;
  }

  .countdown-timer {
    font-size: 18px;
  }

  .search-result-title {
    display: block;
    margin-bottom: 10px;
  }

  .tab {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .download-button {
    padding-top: 4px;
    padding-bottom: 4px;
    float: none;
    border-style: solid;
  }

  .mobi-dd-link {
    height: 45px;
    border-bottom: 1px dotted hsla(0, 0%, 100%, 0.1);
    background-color: #31581c;
    color: #fff;
  }

  .button.confirm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button.cancel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .totalcol {
    text-align: left;
  }

  .cookie {
    height: auto;
  }

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

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

  .breadcrumb-wrapper {
    width: 95%;
  }

  .main-slider {
    display: none;
  }

  .qty-wrapper {
    margin-left: 0px;
  }

  .print-label {
    color: #000;
  }

  .a4 {
    width: 95%;
  }

  .link-block-5 {
    width: auto;
    margin-right: 40px;
    padding-right: 0px;
    border-radius: 0px;
  }

  .social-links {
    height: 30px;
  }

  .body-con-2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  ._80percent-copy {
    width: 95%;
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .dd-sect {
    margin-top: 117px;
  }

  ._3-sect {
    margin-top: 117px;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._3-sect.unsub {
    padding-top: 60px;
  }

  .cta-boxes.other {
    height: 200px;
  }

  .ft {
    padding-right: 10px;
    padding-left: 10px;
  }

  .body-con {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rate-title {
    margin-bottom: 10px;
    text-align: left;
  }

  .percentage {
    text-align: center;
  }

  .rate-list {
    margin-bottom: 20px;
  }

  .mobile-nav-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._80percent {
    width: 100%;
  }

  .mobi-dd-bg {
    margin-top: 20px;
  }

  .f-logo {
    display: none;
  }

  .m-logo {
    display: inline-block;
  }

  .brand-2 {
    padding-left: 15px;
  }

  .form-col.select.qty {
    width: auto;
  }

  .form-col.opt {
    display: block;
  }

  .accordion {
    line-height: 17px;
  }

  .search-result-title {
    display: block;
    margin-bottom: 10px;
    border-bottom-style: none;
  }

  .download-button {
    float: none;
    clear: left;
  }

  .button.confirm {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.cancel {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cookie-text {
    line-height: 15px;
  }

  .column-9 {
    margin-bottom: 15px;
  }

  .link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .select-field-wrapper {
    display: block;
  }

  .checkbox-fied-wrapper {
    display: block;
  }

  .qty-wrapper {
    margin-left: 0px;
  }

  .a4 {
    width: 100%;
  }

  .date-wrapper {
    height: 40px;
  }

  .image-6 {
    width: 100%;
    margin-right: 0px;
  }

  .link-block-5 {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-22 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-links {
    height: 40px;
  }

  .text-block-6-copy {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .button-flex-wrap {
    display: block;
  }

  .body-con-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._80percent-copy {
    width: 100%;
    padding: 20px;
  }
}

#w-node-_279129ad-17c8-c293-0f1b-3c6321bee232-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3690b18f-96fa-a979-2c64-74d18326d761-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_15068b82-b4f1-167c-caf6-f68e8630b5e1-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_15068b82-b4f1-167c-caf6-f68e8630b5e7-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_33586e5d-f00a-7c10-0d99-dc7730daceac-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_33586e5d-f00a-7c10-0d99-dc7730daceb2-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f2959742-420f-c126-0fa1-bec3c10f2c48-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d5b9e55f-f079-e169-e314-5dd6f51903d6-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_547f46c9-a332-cf1f-9d85-ad4fe03fd4a3-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-cfdfc42b-4fd5-2f8f-da0b-8ba12b71dce6-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_80aa2fd4-6dfd-d523-93d1-6d697c854b41-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_80aa2fd4-6dfd-d523-93d1-6d697c854b42-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_80aa2fd4-6dfd-d523-93d1-6d697c854b43-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-f29625a0-9ad3-075a-9b0f-2e416916445f-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-f29625a0-9ad3-075a-9b0f-2e4169164460-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-f29625a0-9ad3-075a-9b0f-2e4169164461-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_06d74230-b7c0-47e5-2379-b30be227af79-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2b184b2c-9504-cb37-450b-d67367940540-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-fe73eea7-d963-24ba-543b-3645a9299b09-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_785f82fc-168d-1d2d-9968-da491571ceb1-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_785f82fc-168d-1d2d-9968-da491571ceb7-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_785f82fc-168d-1d2d-9968-da491571cebd-28624309 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_68fe6010-5ead-43c0-5fe9-0954f6fdbee3-14624317 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e85ee71d-a73f-2a64-899c-2ac04eb72818-14624317 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8aecf554-c16c-8ff2-3134-3597d18291ac-14624317 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}