/*
Theme Name: Winnebago Theme
Author: Pivot Group, LLC
Author Uri: http://askpivot.com
Version: 0.1.3
*/
/* ==== GLOBAL LAYOUT STYLES (grid, etc) ============================================= */
/* ==== Header ============================================= */
header.site {
  position: relative;
  z-index: 2;
  padding: 10px 0 5px;
  border-bottom: 1px solid #cfd0d1;
  background: #fff;
}

header.site > .container {
  width: 100%;
  position: relative;
}

header.site .logo {
  float: left;
  position: relative;
  z-index: 2;
  width: 120px;
}

header.site .logo img {
  width: 100%;
}

header.site .logo a {
  display: inline-block;
  max-width: 162px;
}

header.site .google-search {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 145px;
  margin-bottom: 14px;
  height: 30px;
  width: 240px;
}

header.site .google-search form {
  position: relative;
  padding-right: 50px;
}

header.site .google-search form input[type="text"] {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #999;
  height: 28px;
  line-height: 26px;
  background: #fff url(images/google-search-logo.png) no-repeat 10px center;
}

header.site .google-search form input[type="text"]:focus, header.site .google-search form input[type="text"].has-text {
  background-image: none;
  border-color: #00904E;
}

header.site .google-search form button {
  line-height: 28px;
  height: 28px;
  text-indent: -1000em;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  background: #00904E url(images/icon-search.png) no-repeat center center;
  border: none;
  color: #fff;
  padding: 0;
}

header.site .google-search form button:hover, header.site .google-search form button:focus {
  background-color: #007740;
}

nav {
  font-size: 14px;
  position: relative;
  margin-top: 1.5em;
}

nav .social-icons {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 3px;
  z-index: 1;
  margin-right: 80px;
  margin-top: 13px;
}

nav .menu-button {
  float: right;
  margin-right: 20px;
}

nav .menu {
  padding-left: 20px;
  margin-top: 50px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 240px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  z-index: 0;
  background: #fff;
  display: none;
  text-align: left;
  font-size: 16px;
  padding-right: 15px;
}

nav .menu > li {
  display: block;
  position: relative;
}

nav .menu > li > a {
  display: block;
  padding: .25em 10px;
  color: inherit;
  text-transform: uppercase;
}

nav .menu > li > a:hover {
  color: #00904E;
}

nav .menu > li.current-menu-item > a, nav .menu > li.current-menu-ancestor > a {
  color: #00904E;
}

nav .menu > li.current-menu-item > .sub-menu, nav .menu > li.current-menu-ancestor > .sub-menu {
  display: block;
}

nav .menu > li.menu-item-has-children > a {
  position: relative;
}

nav .sub-menu {
  display: none;
  padding-left: 25px;
  margin: .5em 0;
}

nav .sub-menu > li {
  font-size: 1em;
}

nav .sub-menu > li + li {
  margin-top: .25em;
}

nav .sub-menu > li > a {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

nav .sub-menu > li.current-menu-item > a {
  font-weight: bold;
}

/* ==== STICKY HEADER ============================================= */
header.site.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0;
  padding-left: 15px;
  z-index: 1;
  /* ==== animation stuff ============================================= */
  display: none;
  background: none;
  -webkit-transition: 0.5s ease background;
  -moz-transition: 0.5s ease background;
  -ms-transition: 0.5s ease background;
  -o-transition: 0.5s ease background;
  transition: 0.5s ease background;
  border: none;
}

header.site.sticky > .container {
  position: static;
}

header.site.sticky nav {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1em !important;
  position: relative;
}

header.site.sticky nav .menu-button {
  display: block;
  position: relative;
  z-index: 1;
  float: right;
  margin-right: 0;
}

header.site.sticky nav .menu {
  margin-right: 15px;
}

header.site.sticky nav .sub-menu > li > a {
  padding-right: 10px;
  display: block;
}

header.site.sticky .logo {
  max-width: 80px;
  height: 63px;
  overflow: hidden;
  float: left;
  padding-top: 5px;
}

header.site.sticky .logo + nav {
  padding-left: 80px;
}

header.site.sticky:after {
  opacity: 0;
  transform: translateX(100%);
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  border-bottom: 2px solid #00904E;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

header.site.sticky nav {
  z-index: 1;
  position: relative;
}

header.site.sticky nav .menu-button {
  opacity: 0;
  margin-top: -5px;
  transform: translateY(-5px);
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

header.site.sticky nav .menu-button.visible {
  transform: translateY(0);
  opacity: 1;
}

header.site.sticky .logo {
  position: relative;
  opacity: 0;
  transform: translateY(-30px);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

header.site.sticky .logo.visible {
  opacity: 1;
  transform: translateX(0);
}

header.site.sticky.hiding {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

header.site.sticky.hiding:after {
  transform: translateX(-100%);
}

header.site.sticky.hiding nav .menu > li > a {
  -webkit-transition: 0.25s ease all;
  -moz-transition: 0.25s ease all;
  -ms-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

header.site.sticky.visible {
  background: #fff;
}

header.site.sticky.visible:after {
  transform: translateX(0);
  opacity: 1;
}

/* ==== Content ============================================= */
#content {
  position: relative;
  z-index: 0;
}

header.content-header {
  position: relative;
  text-align: center;
}

header.content-header .text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}

header.content-header .text-container .tb {
  height: 100%;
  width: 100%;
}

header.content-header .content-title {
  font-size: 55px;
  color: #fff;
  line-height: 1em;
  padding-top: .125em;
  text-transform: uppercase;
  white-space: nowrap;
}

header.content-header .content-title.small {
  font-size: 45px;
}

header.content-header .content-title.smaller {
  font-size: 36px;
}

header.content-header .content-title.smallest {
  font-size: 30px;
}

.content-container {
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
}

.content-container.no-top-padding {
  margin-top: 0;
}

.content-container.no-bottom-padding {
  margin-bottom: 0;
}

.content-container aside {
  background: #eceded;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  padding: 1em 15px;
  font-size: 16px;
}

.content-container aside > .widgets > li:before {
  display: none;
}

.content-container aside .menu > li:before {
  margin-left: -16px;
}

.content-container.has-sidebar .content {
  margin-left: 240px;
  padding-left: 30px;
}

.sibling-page-menu .menu > li {
  line-height: 1.25em;
}

.sibling-page-menu .menu > li + li {
  margin-top: .25em;
}

.sibling-page-menu .menu > li > a {
  color: inherit;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  padding: .25em 0;
}

.sibling-page-menu .menu > li > a:hover {
  color: #00904E;
}

.sibling-page-menu .menu > li:before {
  margin-top: .165em;
}

.sibling-page-menu .menu > li.current_page_item > a {
  color: #00904E;
  font-weight: bold;
}

/* ==== Footer ============================================= */
footer.site {
  background: #eceded;
  font-size: 16px;
}

footer.site .top {
  padding: 45px 0 20px;
}

footer.site .logo {
  display: none;
}

footer.site .widget-areas {
  margin: 0 -15px;
}

footer.site .widget-areas > .widget-area {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}

footer.site .widget-areas > .widget-area + .widget-area {
  border-left: 1px solid #b3b5b7;
}

footer.site .widget .title {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}

footer.site .widget + .widget {
  margin-top: 1em;
}

footer.site .widget a {
  color: inherit;
}

footer.site .widget a:hover {
  color: #00904E;
}

footer.site .bottom .container {
  padding: 25px 0;
  border-top: 1px solid #d4d5d6;
}

footer.site .copyright {
  text-align: center;
  font-size: 14px;
}

footer.site .copyright .line {
  display: block;
}

/* ==== SLIDESHOW ============================================= */
.slideshow {
  width: 100%;
  opacity: 0;
  height: 300px;
  overflow: hidden;
  background: url(images/slideshow-background-small.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -ms-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

.slideshow.loaded {
  opacity: 1;
  height: auto;
}

.slideshow .slide {
  position: relative;
  color: #fff;
  height: 100%;
}

.slideshow .slide .title {
  font-size: 31px;
  color: inherit;
}

.slideshow .slide .subtitle {
  color: inherit;
  font-size: 24px;
  font-weight: 500;
  display: none;
}

.slideshow .slide .title + .subtitle {
  margin-top: 15px;
}

.slideshow .slide .subtitle + .button {
  margin-top: 15px;
}

.slideshow .slide .title + .button {
  margin-top: 15px;
}

.slideshow .slide .text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide .text-container .container {
  padding: 20px 0 20px 30px;
  height: 100%;
  position: relative;
}

.slideshow .slide .text-container .tb {
  height: 100%;
  width: 60%;
}

.slideshow .slide .image-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  padding-left: 10%;
  padding-right: 15px;
  background: no-repeat center center;
}

.slideshow .slide .image-container .container,
.slideshow .slide .image-container .tb {
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.slideshow .slide .image-container .tb-td {
  padding: 30px;
}

.slideshow .slide .image-container.circle img {
  max-height: 90%;
  width: auto;
  background: #fff;
  border-radius: 50%;
}

.slideshow .slide .image-container.half {
  width: 40%;
  background-size: cover;
}

.slideshow .rsArrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  margin: 0 20px;
}

.slideshow .rsArrow .rsArrowIcn {
  position: absolute;
  top: 50%;
  left: 0;
  height: 60px;
  width: 100%;
  margin: 0;
  margin-top: -30px;
  background: url(images/arrow-left.png) no-repeat center center;
}

.slideshow .rsArrow.rsArrowRight {
  left: auto;
  right: 0;
}

.slideshow .rsArrow.rsArrowRight .rsArrowIcn {
  background-image: url(images/arrow-right.png);
}

.slideshow .rsArrow.rsArrowDisabled {
  opacity: 0;
}

.slideshow .rsNav {
  position: absolute;
  bottom: .5em;
  left: 0;
  width: 100%;
  text-align: center;
}

.slideshow .rsNav > .rsNavItem {
  margin: 0 2px;
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #fbe3bd;
  cursor: pointer;
}

.slideshow .rsNav > .rsNavItem.rsNavSelected {
  background: #00904E;
}

/* ==== ICON BOXES ============================================= */
.icon-boxes {
  text-align: center;
  margin-bottom: -30px !important;
}

.icon-boxes .icon-box {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 2em;
}

.icon-boxes.number-2 .icon-box {
  width: 50%;
}

.icon-boxes.number-3 .icon-box {
  width: 33.333%;
}

.icon-boxes.number-4 {
  padding-left: 100px;
  padding-right: 100px;
}

.icon-boxes.number-4 .icon-box {
  width: 50%;
}

.icon-boxes.number-5 .icon-box {
  width: 33.333%;
}

.icon-boxes.number-5 .icon-box:nth-child(4n), .icon-boxes.number-5 .icon-box:nth-child(5n) {
  width: 50%;
}

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

.icon-box .image {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}

.icon-box .image svg {
  max-width: 100%;
}

.icon-box .image svg * {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  fill: #00904E;
}

.icon-box a {
  color: inherit;
}

.icon-box .title {
  display: block;
  font-size: 20px;
  color: inherit;
  font-weight: 300;
  margin-top: .25em;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.icon-box:hover .title {
  color: #F39928;
}

.icon-box:hover .image svg * {
  fill: #F39928;
}

.background-green .icon-box:hover .title {
  color: inherit;
}

.background-green .icon-box:hover svg * {
  fill: inherit;
}

/* ==== VC: "TOUR" element ============================================= */
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-controls-icon:before, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-controls-icon:after {
  border-color: #fff !important;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  border-color: #223278;
  background: #223278;
  color: #fff;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a span {
  color: inherit;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:after {
  content: '';
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 20px;
  opacity: 0;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(5n+2) .vc_tta-panel-title > a {
  border-color: #0b5683;
  background: #0b5683;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(5n+3) .vc_tta-panel-title > a {
  border-color: #1b8f50;
  background: #1b8f50;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(5n+4) .vc_tta-panel-title > a {
  border-color: #6a972e;
  background: #6a972e;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(5n+5) .vc_tta-panel-title > a {
  border-color: #F39928;
  background: #F39928;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #fff;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a:after {
  margin-top: 0;
  opacity: 1;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: none;
  border: none;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.home-info {
  margin-left: 15px;
  margin-right: 15px;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.home-info img {
  max-width: 33.33%;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background: #414042;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 1.25em;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
  background: #222;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background: #00904E;
  color: #fff;
}

.vc_tta-tabs-list > li:before {
  display: none !important;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background: none;
  border: none;
}

/* ==== PRICE BOXES ============================================= */
.accordion {
  margin-bottom: 5px;
}

.accordion .accordion-header {
  padding: 25px 25px 20px;
  color: #fff;
  background: #22307A;
  position: relative;
  cursor: pointer;
  float: left;
  width: 100%;
}

.accordion .accordion-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 25px;
  border-top: 0px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.accordion .accordion-header:before {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1em;
  margin-left: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.accordion .accordion-header .accordion-title {
  float: left;
  padding-left: 10px;
}

.accordion .accordion-header .right-text {
  float: right;
}

.accordion .accordion-header.open:before {
  content: '\2013';
}

.accordion .accordion-header.open:after {
  border-top-width: 10px;
}

.accordion .accordion-title {
  font-size: 24px;
  font-weight: bold;
}

.accordion .accordion-content {
  padding: 25px;
  clear: both;
  display: none;
}

.accordion .accordion-content .button-container {
  float: right;
  width: 160px;
  padding-left: 25px;
}

.accordion .accordion-content .button-container + .text-content {
  margin-right: 160px;
}

.accordion + br {
  display: none;
}

.accordion .accordion-header {
  background: #223278;
}

.accordion:nth-child(5n+2) .accordion-header {
  background: #0b5683;
}

.accordion:nth-child(5n+3) .accordion-header {
  background: #1b8f50;
}

.accordion:nth-child(5n+4) .accordion-header {
  background: #6a972e;
}

.accordion:nth-child(5n+5) .accordion-header {
  background: #F39928;
}

h1 + .accordion, h2 + .accordion, h3 + .accordion, h4 + .accordion, h5 + .accordion, h6 + .accordion, p + .accordion, ul + .accordion, ol + .accordion {
  margin-top: 1em;
}

.price {
  font-weight: bold;
  margin-right: 1em;
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 1em;
  font-style: italic;
}

.price .dollars {
  display: block;
  padding-right: 3px;
}

.price .dollars:before {
  content: '$';
  font-size: .66em;
  position: absolute;
  top: 0;
  right: 100%;
  line-height: 1em;
}

.price .cents {
  font-size: .5em;
  position: absolute;
  top: 0;
  left: 100%;
  line-height: 1em;
}

.price .per {
  font-size: .33em;
  position: absolute;
  bottom: .375em;
  line-height: 1em;
  left: 100%;
}

.price .per:before {
  content: '/';
}

/* ==== FEED TABS ============================================= */
.news-feeds {
  margin-top: 1em;
}

.news-feeds .tabs {
  list-style: none;
  padding: 0;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

.news-feeds .tabs > li {
  float: left;
  margin-top: 0;
}

.news-feeds .tabs > li:before {
  display: none;
}

.news-feeds .tabs > li > a {
  padding: .5em 20px;
  display: block;
  font-weight: bold;
  background: #00904E;
  color: #fff;
  border: 1px solid transparent;
  border-bottom: 0;
}

.news-feeds .tabs > li > a:hover {
  background: #007740;
}

.news-feeds .tabs > li.selected > a {
  color: #00904E;
  background: #fff;
  border-color: #ccc;
}

.news-feeds .tab-content {
  display: none;
}

.news-feed {
  padding: 1em 30px;
  border: 1px solid #ccc;
}

.news-feed ul {
  list-style: none;
  padding-left: 0;
}

.news-feed ul > li {
  padding: .33em 0;
  line-height: 1.25em;
  text-align: left;
}

.news-feed ul > li:before {
  display: none;
}

.news-feed ul > li + li {
  border-top: 1px solid #ccc;
}

.news-feed .widgettitle {
  text-align: left;
}

.news-feed .rsswidget {
  font-weight: bold;
}

.news-feed .rss-date {
  display: block;
  font-size: 14px;
}

/* ==== MISC ============================================= */
.small-image,
.full-image {
  display: none;
}

.responsive-image img {
  width: 100%;
}

.stretch-left {
  margin-left: -300px !important;
  padding-left: 315px !important;
  box-sizing: content-box !important;
}

.dark-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.read-more {
  font-weight: normal !important;
  text-transform: uppercase;
  font-weight: 300;
}

.read-more:after {
  content: '';
  border-left: 5px solid #414042;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.read-more:hover:after {
  margin-left: 8px;
}

.background-blue,
.background-orange,
.background-green {
  color: #fff;
}

.background-blue .read-more:after,
.background-orange .read-more:after,
.background-green .read-more:after {
  border-left-color: #fff;
}

.background-blue .button,
.background-orange .button,
.background-green .button {
  color: #fff;
  border-color: #fff;
}

.background-blue .button:hover,
.background-orange .button:hover,
.background-green .button:hover {
  background: #fff;
  color: #414042;
}

.background-blue h1, .background-blue h2, .background-blue h3, .background-blue h4, .background-blue h5, .background-blue p, .background-blue ol, .background-blue ul, .background-blue blockquote, .background-blue a,
.background-orange h1,
.background-orange h2,
.background-orange h3,
.background-orange h4,
.background-orange h5,
.background-orange p,
.background-orange ol,
.background-orange ul,
.background-orange blockquote,
.background-orange a,
.background-green h1,
.background-green h2,
.background-green h3,
.background-green h4,
.background-green h5,
.background-green p,
.background-green ol,
.background-green ul,
.background-green blockquote,
.background-green a {
  color: #fff;
}

.background-green {
  background: #00904E;
}

.background-green .button:hover {
  color: #00904E;
}

.background-orange {
  background: #F39928;
}

.background-orange .button:hover {
  color: #F39928;
}

.background-blue {
  background: #22307A;
}

.background-blue .button:hover {
  color: #22307A;
}

.background-grey {
  background: #ECEDED;
}

.button {
  background: #00904E;
  color: #fff;
  display: inline-block;
  padding: .66em 20px .5em;
  line-height: 1.25em;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.button:hover, .button:focus {
  background: #007740;
  color: #fff;
}

.button.color-blue {
  background: #22307A;
}

.button.color-blue:hover {
  background: #1c2866;
}

.button.color-grey {
  background: #ECEDED;
  color: inherit;
}

.button.color-grey:hover {
  background: #dfe1e1;
  color: inherit;
}

.button.color-orange {
  background: #F39928;
  color: #fff;
}

.button.color-orange:hover {
  background: #f28e10;
}

.button.full-width {
  display: block;
  text-align: center;
}

.button.is-big {
  padding: 1em 60px;
}

/* -----------------------------------------------------------------------------
  HAMBURGER ICONS COMPONENT
  Taken from: https://github.com/callmenick/Animating-Hamburger-Icons/blob/master/sass/_components.hamburger.scss
----------------------------------------------------------------------------- */
.c-hamburger {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 43px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background: #00904E;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00904E;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.active {
  background: #00904E;
}

.c-hamburger--htx.active:before {
  border-color: #00904E;
  transform: scale(1.3);
}

.c-hamburger--htx.active span {
  background: none;
}

.c-hamburger--htx.active span::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}

.c-hamburger--htx.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #fff;
}

.c-hamburger--htx.active span::before,
.c-hamburger--htx.active span::after {
  transition-delay: 0s, 0.3s;
}

.time-taken {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 1em 30px;
}
