@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,800|Rochester');
#display {
  font-family: 'Rochester', cursive;
  font-weight: 400;
  font-size: 1.25em;
  font-style: normal;
  text-transform: none;
}
#regular {
  font-weight: 400;
}
#bold {
  font-weight: 600;
}
#black {
  font-weight: 800;
}
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 100%;
  line-height: 1.5em;
  font-weight: 400;
  color: #505661;
  -webkit-font-appearance: antialiased;
  margin: 0 !important;
  padding: 0 !important;
}
body,
input,
button {
  font-family: 'Raleway', sans-serif;
}
.wrapper {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.one-quarter,
.one-third,
.one-half,
.two-thirds,
.three-quarters,
.full {
  float: left;
  padding: 0 1em;
  box-sizing: border-box;
}
.one-quarter.right,
.one-third.right,
.one-half.right,
.two-thirds.right,
.three-quarters.right,
.full.right {
  float: right;
  text-align: right;
}
.one-quarter {
  width: 25%;
}
.one-third {
  width: 33.333%;
}
.one-half {
  width: 50%;
}
.two-thirds {
  width: 66.666%;
}
.three-quarters {
  width: 75%;
}
.full {
  width: 100%;
  float: none;
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  padding: 1em 1.5em;
  font-size: 1.125em;
  line-height: 1em;
  border-radius: 5px;
  background: #4a830f;
  color: #ffffff !important;
}
.btn:hover {
  color: #ffffff;
  text-decoration: none;
  background: #579a12;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e2240;
  font-weight: 600;
  line-height: 1.125em;
  margin: 1.5em 0 0;
}
h1,
h3,
h5 {
  font-weight: 800;
  text-transform: uppercase;
}
h1 {
  font-size: 3.75em;
  margin-top: 0;
  color: #afb6c2;
  line-height: 1;
  font-weight: 400;
}
h1 em {
  font-family: 'Rochester', cursive;
  font-weight: 400;
  font-size: 1.25em;
  font-style: normal;
  text-transform: none;
  display: block;
}
h2 {
  font-size: 2.25em;
  margin-top: 0.5em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.35em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.125em;
}
hr {
  margin: 3em auto;
  background: #e9ebee;
  height: 1px;
  border: none;
  display: block;
}
a,
a:visited {
  color: #4a830f;
  text-decoration: none;
  font-weight: 600;
}
a:hover,
a:visited:hover {
  text-decoration: underline;
  color: #579a12;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 1em 0;
}
strong {
  font-weight: 600;
}
.site-header {
  background: #ffffff;
}
.top-header {
  background: #0e2240;
  color: #ffffff;
  padding: 0.325em 0;
}
.top-header p {
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
}
.top-header .btn {
  font-size: 1em;
  line-height: 0.75em;
  padding: 0.875em 1.5em;
  margin: -1em 0 -1em 1em;
}
.main-header {
  position: relative;
  z-index: 10000;
  padding: 0.5em 0;
}
.main-header .logo {
  display: block;
  height: 80px;
  width: 240px;
  max-width: 100%;
  background: url('../images/bosma-landscape-logo.png') no-repeat center center / contain;
  background-image: url('../images/bosma-landscape-logo@2x.png'), none;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  line-height: 1;
}
.main-header .main-nav {
  float: right;
  padding: 1em 0;
  text-align: right;
}
.main-header .main-nav ul.nav-main,
.main-header .main-nav ul.nav-social {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .main-nav ul.nav-main li {
  float: left;
  line-height: 1;
}
.main-header .main-nav ul.nav-main li a {
  display: block;
  padding: 1em 0.5em;
  text-transform: uppercase;
  font-weight: 400;
  color: #0e2240;
  line-height: 1;
}
.main-header .main-nav ul.nav-main li a:hover {
  color: #4a830f;
  text-decoration: none;
}
.main-header .main-nav ul.nav-main li.active a {
  color: #afb6c2;
}
.main-header .main-nav ul.nav-main li ul {
  display: none;
  position: absolute;
  background: #0e2240;
  text-align: left;
  margin: 0;
  padding: 0;
}
.main-header .main-nav ul.nav-main li ul li {
  display: block;
  float: none;
}
.main-header .main-nav ul.nav-main li ul li:hover {
  background: #4a830f;
}
.main-header .main-nav ul.nav-main li ul li a {
  color: #ffffff;
  padding: 1em 1em;
  font-size: 0.925em;
  text-transform: none;
  font-weight: 600;
  width: 150px;
}
.main-header .main-nav ul.nav-main li ul li a:hover {
  color: #ffffff;
}
.main-header .main-nav ul.nav-main li:hover ul {
  display: block;
}
.main-header .main-nav ul.nav-main li.contact-us {
  display: none;
}
.main-header .main-nav ul.nav-social li {
  line-height: 1;
}
.main-header .main-nav ul.nav-social li a {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: no-repeat center center / contain;
  margin: 0.5em 0.25em;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  color: transparent;
}
.main-header .main-nav ul.nav-social li a span {
  display: none;
}
.main-header .main-nav ul.nav-social li.instagram a {
  background-image: url('../images/social/instagram.png');
  background-image: url('../images/social/instagram@2x.png'), none;
}
.main-header .main-nav ul.nav-social li.facebook a {
  background-image: url('../images/social/facebook.png');
  background-image: url('../images/social/facebook@2x.png'), none;
}
.main-header .main-nav ul.nav-social li.twitter a {
  background-image: url('../images/social/twitter.png');
  background-image: url('../images/social/twitter@2x.png'), none;
}
.main-header .main-nav ul.nav-social li.pinterest a {
  background-image: url('../images/social/pinterest.png');
  background-image: url('../images/social/pinterest@2x.png'), none;
}
.site-footer {
  background: #0e2240;
  color: #afb6c2;
  padding: 0.5em 0;
}
.site-footer p {
  font-size: 0.75em;
  line-height: 1.25em;
}
.site-footer a {
  font-weight: 400;
  color: #afb6c2;
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
}
.site-footer a img {
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
  opacity: 0.6;
  display: inline-block;
  vertical-align: middle;
  margin: -1em 0 -1em 0.5em;
}
.site-footer a:hover {
  text-decoration: none;
  color: #ffffff;
}
.site-footer a:hover img {
  opacity: 1;
}
.content-primary {
  float: right;
}
.content-primary.full {
  width: 720px;
  max-width: 100%;
  float: none;
}
.content-secondary {
  padding-right: 3em;
}
.content-secondary .menu {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
}
.content-secondary .menu li.active a {
  color: #0e2240;
}
.sidebar {
  font-size: 0.875em;
}
.content-primary,
.content-secondary {
  margin: 6em auto;
  /*ul {
		display: block;
		overflow: hidden;
		margin: 0.5em 0;
		padding: 0 0 0 1.5em;
		li { 
			margin: 0.5em 0; 
		}
	}*/
}
.slider {
  height: 100vh;
  overflow: hidden;
}
.slider .hero {
  background-attachment: scroll !important;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  list-style: none;
  margin: 0.75em auto;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  padding: 0.5em;
}
.slick-dots li button {
  width: 1em;
  height: 1em;
  background: rgba(175, 182, 194, 0.6);
  border-radius: 50%;
  border: none;
  padding: 0;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
}
.slick-dots li:hover button {
  background: #afb6c2;
}
.slick-dots li.slick-active button {
  background: #4a830f;
}
.hero {
  display: block;
  position: relative;
  overflow: hidden;
  background: #0e2240 no-repeat center center / cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
}
.hero .hero-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: no-repeat center center / cover;
  width: 100%;
  height: 120%;
}
.hero .wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
.hero h1,
.hero h2 {
  font-size: 2.25em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: inherit;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.hero h1 em,
.hero h2 em {
  font-family: 'Rochester', cursive;
  font-weight: 400;
  font-size: 1.25em;
  font-style: normal;
  text-transform: none;
}
.hero h1 strong,
.hero h2 strong {
  font-weight: 400;
  display: block;
  font-size: 3em;
}
.hero p {
  margin: 0.5em auto 1.5em;
  max-width: 720px;
  font-size: 1.5em;
  line-height: 1.25em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: inherit;
}
.hero.page-banner {
  height: 80vh;
}
.hero.page-banner .wrapper {
  background: url('../images/slider-fade.png') no-repeat center center / contain;
}
.hero.slide {
  height: 100%;
}
.hero.slide .wrapper {
  background: url('../images/slider-fade.png') no-repeat center center / contain;
}
.hero.slide h1,
.hero.slide h2 {
  font-size: 3em;
  max-width: 720px;
  margin: 0 auto;
}
.wp-block-gallery {
  margin: 3em auto;
}
.image-gallery {
  margin: 3em auto;
  background: #e9ebee;
}
.image-gallery a.gallery {
  display: block;
  float: left;
  width: 33.333%;
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.image-gallery a.gallery img {
  display: block;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 100%;
}
.image-gallery a.gallery:hover {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 1 !important;
}
.image-gallery a.gallery:hover img {
  transform: scale(1.15);
}
.image-gallery:hover a {
  opacity: 0.5;
}
.contact-content {
  padding-left: 30px;
  padding-bottom: 1em;
  display: block;
}
.icon {
  position: relative;
  min-height: 22px;
}
.icon:before {
  position: absolute;
  left: -30px;
  height: 100%;
  width: 22px;
  display: block;
  background: url('../images/icons/clock.png') no-repeat left center / contain;
  content: " ";
}
.icon.phone:before {
  background-image: url('../images/icons/phone.png');
}
.icon.map:before {
  background-image: url('../images/icons/map.png');
}
.icon.email:before {
  background-image: url('../images/icons/email.png');
}
.icon.email {
  text-transform: none;
}
.clear {
  overflow: hidden;
  clear: both;
  display: block;
}
.alignwide,
.alignfull {
  position: relative;
}
.alignwide {
  width: calc(100% + 280px);
  left: -140px;
  margin-left: 0px;
  margin-right: 0px;
}
.alignfull {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (min-width: 1400px) {
  .wrapper {
    width: 1200px;
  }
  .alignwide {
    width: calc(100% + 480px);
    left: -240px;
  }
  .main-header .main-nav ul.nav-main li a {
    padding: 0.75em 1em;
  }
}
@media screen and (max-height: 1023px) {
  .hero.slide {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 90%;
  }
  .hero.page-banner {
    font-size: 0.875em;
    height: 325px;
  }
  .top-header {
    display: none !important;
  }
}
@media screen and (max-width: 940px) {
  .wrapper {
    position: relative;
    padding: 0 2em;
    box-sizing: border-box;
    max-width: 100%;
  }
  .alignwide {
    width: 100vw;
    left: calc(-50vw + 50%);
    padding: 0 2em;
  }
  .main-header .wrapper {
    overflow: visible;
  }
  .main-header .one-quarter,
  .main-header .one-third,
  .main-header .one-half,
  .main-header .two-thirds,
  .main-header .three-quarters {
    width: 100%;
    float: none;
  }
  .main-header .main-nav ul.nav-social,
  .main-header .main-nav ul.nav-main {
    text-align: right;
    display: block;
    padding: 1em 0;
  }
  .main-header .main-nav ul.nav-main {
    padding-bottom: 0;
  }
  .main-header .main-nav ul.nav-main li {
    float: none;
    display: block !important;
  }
  .main-header .main-nav ul.nav-main li a {
    padding: 1em 0;
    color: #ffffff;
    font-size: 1.25em;
  }
  .main-header .main-nav ul.nav-main li ul {
    display: none !important;
  }
  .main-header .logo {
    height: 50px;
    width: 120px;
  }
  .main-header .main-nav {
    overflow: hidden;
    max-height: 999px;
    opacity: 1;
    padding: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: 10000;
    right: 0;
    background: rgba(14, 34, 64, 0.95);
    padding: 0 2em;
  }
  .main-header.collapsed .main-nav {
    max-height: 0;
    opacity: 0;
  }
  .nav-btn {
    display: inline-block !important;
    padding: 0.5em 0;
    color: #4a830f;
    line-height: 1em;
    margin: 10px auto;
    text-decoration: none !important;
    text-transform: uppercase;
    position: absolute;
    right: 2em;
    top: 0;
  }
  #toggle {
    display: inline-block;
    width: 16px;
    margin: 0;
    position: relative;
    top: -5px;
  }
  #toggle span:after,
  #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
  }
  #toggle span:after {
    top: 5px;
  }
  #toggle span {
    position: relative;
    display: block;
  }
  #toggle span,
  #toggle span:after,
  #toggle span:before {
    width: 100%;
    height: 2px;
    background-color: #4a830f;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }
  /* on activation */
  .expanded #toggle span {
    background-color: transparent;
  }
  .expanded #toggle span:before {
    -ms-transform: rotate(45deg) translate(3px, 4px);
    -webkit-transform: rotate(45deg) translate(3px, 4px);
    transform: rotate(45deg) translate(3px, 4px);
  }
  .expanded #toggle span:after {
    -ms-transform: rotate(-45deg) translate(3px, -4px);
    -webkit-transform: rotate(-45deg) translate(3px, -4px);
    transform: rotate(-45deg) translate(3px, -4px);
  }
}
@media screen and (max-width: 767px) {
  .one-quarter,
  .one-third,
  .one-half,
  .two-thirds,
  .three-quarters,
  .full {
    width: 100%;
    float: none;
    padding: 0;
  }
  .hero.page-banner {
    text-align: left;
    font-size: 0.875em;
    height: 250px;
  }
  .hero.slide h1,
  .hero.slide h2 {
    font-size: 2.25em;
  }
  .hero h1 strong,
  .hero h2 strong {
    font-size: 2.5em;
  }
  h1 {
    font-size: 3em;
  }
  .site-footer .one-half,
  .top-header .one-half {
    text-align: left !important;
  }
}
@media screen and (max-width: 639px) {
  .hero.page-banner,
  .hero.slide {
    font-size: 0.75em;
  }
  .hero h1 strong,
  .hero h2 strong {
    font-size: 2.25em;
  }
  h1 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 459px) {
  .hero p {
    display: none;
  }
  .hero .btn {
    margin-top: 1em;
  }
}
@media screen and (max-width: 320px) {
  .hero h1 strong,
  .hero h2 strong {
    font-size: 2em;
  }
}
