/*
Theme Name: Advocates For The West
Author: Foerstel Design
Author URI: http://foerstel.com
Description: A custom theme for Advocates For The West
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: advocates-for-the-west

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body {
	height: 100%;
}

a {
	color: #93B25D;
}

.button {
	background-color: #8EA663;
	color: #fff;
	border-color: #8EA663;
	transition: .2s linear;
}

.button:hover {
	background-color: #a4bf73;
	color: #fff;
	border-color: #7f994e;
}

.button--full-width {
	width: 100%;
}

.button--large {
	font-size: 1.3rem;
}
/* Button Devin Added Northwind start */

.donate-button-wrapper {
	text-align: right;
}

/* Button Devin Added Northwind end */

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 2rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1rem 2rem;
}

body {
	background-color: rgba(51, 51, 51, 1.00);
	font-family: "fira-sans", sans-serif;
	font-size: 1.1rem;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: .2s linear;
}

.screen-reader-text,
.has-hidden-label .gfield_label,
.has-hidden-label label {
	position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.subscribe-form-field input[type="text"] {
	background-color: rgba(255,255,255,0.50);
	padding: .75rem !important;
	border: none;
	outline: none;
}

.img-responsive {
	width: 100%;
}

.disabled > a:hover {
	cursor: default;
}

/* ====RESPONSIVE EMBEDS==== */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gform_button {
	background: #333333;
  border: none;
  color: #eaeaea;
  text-transform: uppercase;
}

.gform_button:hover {
	color: #fff;
}

/* ====END RESPONSIVE EMBEDS==== */

.title {
	font-family: "alternate-gothic-no-2-d",sans-serif;
	text-transform: uppercase;
	color: #000;
}

.content {
	color: #000;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #000;
}

.section__title.title {
	margin-bottom: .25rem;
}

.menu-toggle {
	display: none;
}

.top-bar {
	background-color: rgba(193,194,193,0.80);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 67px;
	padding: .5rem;
	color: #000;
	z-index: 20;
	transition: .2s linear;
}

.top-bar.solid {
	background-color: rgba(193,194,193,0.98);
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.top-bar a {
	color: #000;
}

.top-bar__tagline {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.social-icon {
	font-size: 20px;
	line-height: 24px;
	color: #7E8279;
	transition: .2s linear;
}

.top-bar .social-icon:hover {
	color: #000;
}

.top-bar__right-column {
	padding-bottom: 3px;
}

.search-field-group {
	border: 1px solid #000;
}

.search-field, .search-submit {
	float: left;
	background: none;
	border: none;
	outline: none;
}

.search-field {
	width: 85%;
	padding: .25rem;
	font-size: 1rem;
}

.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.search-field::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.search-field:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.search-field:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.search-submit {
	width: 15%;
	padding: 0 .25rem;
	font-size: 1.5rem;
	color: #000;
	cursor: pointer;
}

.main-menu {
	margin-bottom: 5px;
}

.main-menu .menu-item {
	position: relative;
	display: inline-block;
}

.main-menu .sub-menu {
	opacity: 0;
	visibility: hidden;
	background-color: rgba(51, 51, 51, 1.00);
	position: absolute;
	left: 50%;
	width: 15rem;
	max-width: 320px;
	padding: .5rem 0 0;
	transform: translateX(-50%);
	transition: .2s linear;
}

.main-menu .menu-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.main-menu .menu-item:last-child .sub-menu {
	left: auto;
	right: 0;
	transform: translateX(0);
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	display: block;
	color: #fff;
	text-align: center;
	border-color: #222;
}

.main-menu .sub-menu li a:hover {
	background-color: rgba(71, 71, 71, 1.00);
	border-color: #222;
}

.main-menu .menu-item > a {
	display: inline-block;
	padding: .25rem .75rem;
	font-family: "alternate-gothic-no-2-d",sans-serif;
	font-size: 1.5rem;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	transition: .2s linear;
}

.main-menu .menu-item > a:hover {
	background-color: #94B25B;
	border-color: #fff;
}

.main-menu .current-menu-item > a,
.main-menu .current-menu-parent > a  {
	background-color: #7E8279;
}

.main-content {
	position: relative;
	z-index: 10;
}

/*
* === FOOTER STYLES ===
*/

.site-footer {
	position: relative;
	background-color: rgba(51, 51, 51, 1.00);
	padding: 1rem 0 2rem;
}

.site-footer .section {
	background: none;
	color: #fff;
}

.site-footer .column:not(.colophon) {
	padding: 3rem 1rem;
}

.footer-logo {
	width: 320px;
}

.footer-menu li {
	display: inline-block;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
}

.footer-menu li a {
	padding: 0 .25rem;
	font-size: 1.2rem;
	color: #fff;
	transition: .2s linear;
}

.footer-menu li a:hover {
	background-color: #94B25B;
}

.copyright {
	margin-top: -30px;
	margin-left: 30%;
	color: #7E8279;
}

.site-footer .social-links {
	display: inline-block;
	margin-right: 1rem;
}

.site-footer .social-icon:hover {
	color: #fff;
}

.one-percent-link {
	display: inline-block;
	vertical-align: middle;
}

.one-percent-logo {
	width: 150px;
}

/*
* === SLIDER ===
*/

.hero-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85vh;
	z-index: 0;
}

.slider {
	height: 100%;
}

.slick-list, .slick-track {
	height: 100% !important;
}

.slide {
	display: flex !important;
	background-position: 50% top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.slick-arrow {
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: .2s linear;
}

.slider:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.slick-arrow .svg-icon path {
	fill: #eee;
}

.slick-arrow:hover .svg-icon path {
	fill: #fff;
}

.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
	z-index: 10;

	display: block;

  padding: 0;

	font-size: 0;
  line-height: 0;

  cursor: pointer;

  border: none;
  outline: none;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-prev .svg-icon, .slick-next .svg-icon {
	width: 4rem;
	height: 4rem;
}

.slick-dots {
	display: block;
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  padding: .5rem;
  text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	background: transparent;
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0 .15rem;

	font-size: 0;
  line-height: 0;

  border: 1px solid #ebebeb;
  border-radius: 50%;
  outline: none;
  transition: .25s linear;

  cursor: pointer;
}

.slick-dots li.slick-active button {
	background-color: #ebebeb;
	cursor: default;
}

.feature-box-slider .slick-dots li button  {
	border: 1px solid #A4B87E;
}

.feature-box-slider .slick-dots li.slick-active button {
	background-color: #A4B87E;
}

.feature-box-slider .feature-box__title {
	//background-color: rgba(159, 182, 116, 0.90);
	//color: #fff;
}

.feature-box-slider .feature-box:hover .feature-box__title {
	//background-color: rgba(159, 182, 116, 1.0);
	//color: #fff;
}

.logo-overlay {
	position: absolute;
	top: 105px;
	height: calc(85vh - 110px);;
}

.slide-content {
	position: relative;
	margin: auto;
	padding: 92px 3rem;
	z-index: 10;
}

.slide-content .title {
	color: #fff;
}

.slide-content .title.is-1 {
	font-family: "alternate-gothic-no-3-d",sans-serif;
	font-size: 7rem;
	margin-bottom: 0;
	line-height: 6rem;
}

.slide-content .title.is-4 {
	font-family: "fira-sans", sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
}

.main-content {
	position: relative;
	margin-top: 100px;
	z-index: 10;
}

.main-content--has-slider {
	margin-top: 85vh;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.25);
}

/*
* === HOME PAGE STYLES ===
*/

.section--home {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.text-row-content {
	font-size: 1.3rem;
}

.video-section .columns.is-gapless:not(:last-child) {
	margin-bottom: 0;
}

.video-section img {
	display: block;
}

.large-feature-box {
	position: relative;
	background-size: cover;
	min-height: 320px;
}

.large-feature-box .feature-box__title {
	font-family: "alternate-gothic-no-2-d",sans-serif;
	font-size: 3rem;
}

.feature-box {
	overflow-y: scroll;
	display: flex;
	position: relative;
	min-height: 300px;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: .3s ease-out;
}

.feature-box:hover {
	background-size: 102%;
}

.feature-box__icon {
	padding: 3rem 0 2rem;
	text-align: center;
}

.feature-box__icon img {
	max-height: 60px;
}

.feature-box__title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.50);
	padding: .75rem .5rem .4rem;
	font-size: 1.4rem;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	transition: .3s ease-out;
}

.feature-box:hover .feature-box__title {
	background-color: rgba(255,255,255,0.75);
}

.feature-box-link {
	display: block;
	width: 100%;
	height: 100%;
}

.feature-box__article {
	margin: auto;
	padding: 1rem;
}

.feature-box__article .content {
	color: #fff;
}

.feature-box .article-title {
	color: #fff;
}

.number-section-1 {
	font-family: "alternate-gothic-no-2-d",sans-serif;
	padding-top: 3.5rem;
}

.number-section-2 {
	font-weight: 300;
}

.counter {
	margin-bottom: 1rem;
	font-family: "alternate-gothic-no-2-d",sans-serif;
	font-size: 3.5rem;
	line-height: .95;
}

.counter-column {
	position: relative;
}

.counter-column .zmdi {
  font-weight: bold;
  margin-top: 2rem;
}

.counter--left {
	display: inline-block;
	margin-right: .5rem;
}

.counter span {
	font-weight: normal;
}

.counter-description {
	font-size: 1.2rem;
	line-height: .95;
}

.number-section-1 .counter-description {
	display: inline-block;
}

.counter-description .top-line {
	display: block;
	font-size: 2rem;
}

.contact-section {
	background-image: url(assets/img/home-contact-bg.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5rem 0;
}

.fancybox-slide > div {
	max-width: 800px;
}

.contact-card-info {
	font-weight: bold;
}

.more-advocate-info {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-40%) translatex(-50%);
	font-size: 5rem;
	color: #fff;
	cursor: pointer;
	transition: .2s linear;
}

.feature-box:hover .more-advocate-info {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(-60%);
}

/*
* === STAFF PAGE STYLES ===
*/

.feature-box__title--staff {
	top: initial;
	font-size: 1.2rem;
	bottom: 0;
}

.loop-entry {
	padding: 2rem 0;
	border-bottom: 1px dotted #bababa;
}

.loop-entry:first-child {
	padding-top: 0;
}

.grid-sizer,
.grid-item { width: 100%; }

.grid-item {
	margin-bottom: 1rem;
}

.grid-item .card-image {
	background-color: #eee;
	min-height: 45px;
}

.grid-item .card-image img {
	width: 100%;
}

.gutter-sizer { width: 2%; }

.case-status {
	background-color: #fff;
  padding: .25rem .75rem;
	position: absolute;
	top: .5rem;
	right: .5rem;
}

.case-thumbnail {
	margin-bottom: 1rem;
}

.case-section {
	padding: 1.5rem 0;
	border-bottom: 1px dotted #bababa;
}

.case-section--first {
	padding-top: 0;
}

.case-filings {
  background: #f3f3f3;
  margin-bottom: 1rem;
}

ul.filing-list {
	margin-bottom: 1rem;
	padding: 0;
}

.reveal-trigger {
	background-color: #ddd;
  display: block;
  padding: .4rem 1rem .15rem;
  margin-bottom: 0;
  font-family: "alternate-gothic-no-2-d",sans-serif;
  font-size: 1.5rem;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	transition: .1s linear;
}

.reveal-trigger:hover {
	background-color: #A3B87C;
}

.trigger-icon {
	float: right;
	margin-top: .3rem;
}

.reveal-box {
	display: none;
	padding: .5rem;
}

.feature-box--staff:hover {
	background-size: 100%;
}

.partner-logo {
	padding: .5rem .5rem 0;
}

.floatie-box {
	position: fixed;
	top: 35%;
	left: 0;
	max-width: 320px;
	z-index: 999;
	transform: translateX(-100%);
	transition: transform .3s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.floatie-box.is-floatie {
	transform: translateX(0);
}

.floatie-box strong {
	font-weight: bold;
	color: #fff;
	font-size: 1.1rem;
}

.floatie-box-content {
	position: absolute;
  top: 1rem;
  right: 1%;
  width: 65%;
  font-size: 1rem;
  color: #fff;
}

.floatie-box-link {
	font-family: "alternate-gothic-no-2-d",sans-serif;
	color: #eee;
	text-transform: uppercase;
	font-size: 2.5rem;
}

.floatie-box-link:hover {
	color: #fff;
}

.floatie-box-close {
  position: absolute;
  top: 75%;
  right: .5rem;
  font-size: 2rem;
  cursor: pointer;
}

.case-search-bar {
	background-color: #ddd;
	padding: 1rem 0;
}

.filter-dropdown > li {
	position: relative;
}

.case-filter-list {
	opacity: 0;
	visibility: hidden;
	background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
}

.case-filter-list.is-open {
	opacity: 1;
	visibility: visible;
}

.case-filter-list li {
	background-color: rgba(193,194,193,0.98);
	padding: .5rem 1rem;
	cursor: pointer;
}

.case-filter-list li:hover {
	background-color: #93B25D;
}

.filter-element {
	background-color: #fff;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	padding: .5rem 1rem;
	color: #000;
	border: none;
	cursor: pointer;
}

.filter-submit {
	background-color: #93B25D;
	color: #fff;
}

.filter-submit:hover {
	background-color: #a8cc6a;
}

.dropdown-icon {
	float: right;
	vertical-align: middle;
	line-height: initial;
	vertical-align: inherit;
}

#divfbMain {
	margin: 10px 0 !important;
	max-width: none !important;
}

#CnP_inlineiframe #Main_footer {
	display: none !important;
}

.dvrecurtyp {
	display: none !important;
}

.gfield_total {
	font-size: 3rem;
}

.page-navigation {
	padding: 1.5rem 0;
}

.page-title {
	margin-bottom: 0 !important;
}

.gforms_confirmation_message {
	font-size: 3rem;
  padding: 1rem 3rem;
  background-color: #9FB974;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-3-d",sans-serif;
}

.givegab-button {
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #8CC640;
  border: none;
  border-radius: 3px;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  border-bottom: 3px solid rgba(0,0,0,0.2);
  font-family: "alternate-gothic-no-2-d",sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.givegab-button:hover, .givegab-button:focus {
	color: #fff;
	border-bottom: 3px solid rgba(0,0,0,0.3);
}

.admin-bar .top-bar,
.admin-bar .hero-slider {
	top: 32px;
}

.archives .title {
	padding: .5rem;
}

.win-box-case-title {
	background-color: rgba(255,255,255,0.65);
	position: absolute;
  top: 50%;
  left: 50%;  
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
  border: 5px solid rgba(255,255,255,0.5);
}

.win-box-case-title a {
	display: block;
	padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
	color: #161616;
}

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

.campaign-donation {
	padding-bottom: 2rem;
	text-align: center;
}

.campaign-donation .donate-button {
	background-color: #333333;
	width: 100%;
	font-size: 2rem;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #4a4a4a;
	box-shadow: none;
}

.campaign-donation .donate-button:hover {
	background-color: #93B25D;
	color: #fff;
	border-color: #93B25D;
}

.progress-circle {
	position: relative;
	text-align: center;
}

.progress-label {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.progress-label strong {
	font-size: 3rem;
	line-height: 1;
}

.campaign-stats .stat-block {
  padding: .5rem 0;
  border-bottom: 1px solid #eee;
  text-align: right;
  font-style: italic;
}

.campaign-stats .stat-block:last-child {
	border: none;
}

.campaign-stats .stat-block div {
	font-size: 1.5rem;
	font-style: normal;
}

.campaign-sharing {
	text-align: center;
  padding: .5rem 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  border-top: 1px solid #eee;
}

.campaign-sharing li {
	display: inline-block;
	padding: 0 .5rem;
	font-size: 1.75rem;
	vertical-align: middle;
}

.campaign-sharing li:first-child {
	font-size: 1rem;
}

#charitable-donation-form .donation-amounts .donation-amount.custom-donation-amount {
	width: 100%;
}

#charitable-donation-form input[type="text"], #charitable-donation-form input[type="email"], #charitable-donation-form textarea {
	display: block;
  width: 100%;
  padding: .5rem;
  font-size: 1.25rem;
}

.campaign-image {
	position: relative;
	overflow: hidden;
}

.campaign-image img {
	display: block;
}

.campaign-status-tag {
  width: 200px;
  background: #aaa;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  text-transform: uppercase;
}

.campaign-status-tag-successful {
	background: #2c7;
}

.campaign-loop .card-footer-item {
	display: initial;
	text-align: center;
}

.barometer {
	width: 36px;
	height: 36px;
	margin: auto;
}

.progress-column {
	display: flex;
}

.progressbar-text {
	font-size: 2rem;
}

.progressbar-text .percent {
  font-size: 2rem;
  font-weight: bold;
}

.campaign-raised {
	text-align: left;
}

.single-campaign .campaign-description {
	font-weight: normal;
}

.campaign-finished {
	padding: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.divider-section {
	background-color: #fff;
}

.section-divider {
	background-color: #eee;
	height: 1px;
	width: 100%;
}

.campaign-countdown {
	border-top: 1px solid #eee;
	text-align: right;
	font-style: italic;
}

.campaign-countdown .countdown {
  font-size: 1.5rem;
	font-style: normal;
}

.donation-box .message-header {
	background-color: #9EB573;
	display: block;
}

.message-header.no-note {
	border-radius: 2px;
}

.thumbnail-caption {
	background-color: rgba(0,0,0,0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: .25rem .5rem;
	color: #fff;
    font-size: .95rem;
}

.icon-boxes {
	margin-bottom: 2rem;
}

#donation-form-container .section {
	padding: 1rem 0;
}

#donation-form-container .section.recurring {
    padding: 1rem;
    background: #eeeeee;
}

#donation-form-container .section.comment {
	padding: 0;
}

#donation-form-container .field.number {
	display: inline-block;
	height: initial;
	background-color: transparent;
	font-size: inherit;
	text-align: left;
}

#donation-form-container .radio {
	margin: 0;
}

#donation-form-container .field {
	display: block;
	padding: 5px 0;
}

#donation-form-container .label {
	font-weight: normal;
	margin-bottom: 2px;
}

#donation-form-container .field.other-option,
#donation-form-container .field.other-amount {
	display: inline-block;
}

#donation-form-container .label {
	display: inline-block;
}

.our-friends-sidebar {
	padding: 0 30px;
}

.our-friends-sidebar .card {
	margin-bottom: 2rem;
}

.our-friends-sidebar .card img {
	width: 100%;
}

.simple-banner-wrap {
	background-color: #ffffff;
	padding-top: 125px;
}

.simple-banner-image {
	display: block;
	width: 100%;
}

.page-template-tpl-2col .number-section-1 {
	padding-top: 0;
	padding-bottom: 40px;
}

@media screen and (min-width: 767px) {
	.counter-column .zmdi {
		position: absolute;
		top: 22%;
		right: 0;
		transform: translateX(50%);
		margin-top: 0;
	}
}

@media screen and (max-width: 900px) {
	.top-bar .branding {
	  max-width: 200px;
	  margin-left: 1rem;
	  text-align: left;
	}

	.top-bar__tagline {
		display: none;
	}

	.branding img {
		margin: 1.5rem 0 0;
	}

	.menu-open .top-bar__right-column {
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 5;
    background: rgba(0,0,0,0.85);
	}

	.mobile-shelf {
		background-color: rgba(193,194,193,1.0);
		position: fixed;
		top: 0;
		left: -250px;
		bottom: 0;
		width: 250px;
		padding-bottom: 1.5rem;
		overflow-y: scroll;
		transition: .2s linear;
	}

	.menu-open .mobile-shelf {
		transform: translateX(250px);
	}

	.menu-toggle {
		display: block;
		position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    color: #000;
    font-size: 2rem;
	}

	.menu-open .menu-toggle {
		color: #fff;
	}

	.main-menu {
		text-align: left;
	}

	.main-menu .menu-item {
		display: block;
	}

	.main-menu .menu-item > a {
		display: block;
	}

	.main-menu .sub-menu {
		background-color: transparent;
		opacity: 1;
		visibility: visible;
		position: static;
		width: 100%;
		padding: .5rem 0;
		text-align: left;
		transform: translateX(0);
	}

	.main-menu .sub-menu li a {
		text-align: left;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		padding-left: .75rem;
		padding-right: .75rem;
		border-bottom: none;
		color: #555;
	}

	.main-menu .sub-menu li a:hover {
		background-color: #fff;
	}

	.progressbar-text {
		font-size: 1.5rem;
	}

	.simple-banner-wrap {
		padding-top: 68px;
	}
}

@media screen and (min-width: 800px) {
	.main-menu > .menu-item > a:before, 
	.main-menu > .menu-item > a:after {
		position: absolute;
		left: 50%;
		bottom: -18px;
		content: '';
		border-top: 10px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid transparent;
		transform: translateX(-50%);
		z-index: 1;
	}

	.main-menu > .menu-item > a:before {
		z-index: 2;
	}

	.main-menu > .menu-item > a:after {
		bottom: -18px;
	}
	 
	.main-menu > .menu-item > a:hover:after {
		border-top-color: #fff;
	}

	.main-menu .menu-item > a:hover:before {
		bottom: -16px;
		border-top-color: #94B25B;
	}

	.grid-sizer,
	.grid-item { width: 48%; }
}

@media screen and (min-width: 1024px) {
	.progressbar-text .percent {
		font-size: 2.75rem;
	}
}

@media screen and (max-width: 480px) {
	.slide-content .title.is-1 {
		font-size: 5rem;
		line-height: 4rem;
	}

	.number-section-1 {
		text-align: center;
	}

	.number-section-1 .counter-description {
		text-align: left;
	}

	.feature-box--staff {
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 960px) {
	.grid-sizer,
	.grid-item { width: 31.3333%; }

	.partner-grid .grid-sizer,
	.partner-grid .grid-item { width: 22%; }
}