/*
Theme Name: Da Vinci (Signal Financial)
Description: Custom Da Vinci theme for Signal Financial
Author: Matt Wiz
Version: 1.0
Template: davinci
*/
/*
 * Button mixin- creates 3d-ish button effect with correct
 * highlights/shadows, based on a base color.
 */

/* ADD THIS */
ul.children li{list-style:none;}

body {
  background: #000 !important;
}


@font-face {
  font-family: 'signal';
  src: url("font/signal/signal.eot?1526617");
  src: url("font/signal/signal.eot?1526617#iefix") format("embedded-opentype"), url("font/signal/signal.woff2?1526617") format("woff2"), url("font/signal/signal.woff?1526617") format("woff"), url("font/signal/signal.ttf?1526617") format("truetype"), url("font/signal/signal.svg?1526617#signal") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "signal";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-code:before {
  content: '\e800';
}

.icon-code-1:before {
  content: '\e801';
}

.icon-home:before {
  content: '\e802';
}

.icon-calculator:before {
  content: '\e803';
}

.icon-member:before {
  content: '\e804';
}

.icon-mobile:before {
  content: '\e805';
}

.icon-flexible:before {
  content: '\e806';
}

.icon-rate:before {
  content: '\e807';
}

.icon-security:before {
  content: '\e808';
}

.icon-facebook:before {
  content: '\e809';
}

.icon-twitter:before {
  content: '\e80a';
}

.icon-linkedin:before {
  content: '\e80b';
}

.icon-instagram:before { content: '\f05e'; } /* '' */

/**
 * 3.0 - Typography
 */
a,
a:hover {
  cursor: pointer;
}

body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h4,
h5,
h6 {
	font-size: 19px;
	line-height: 1.1052631579;
}

h4 {
	letter-spacing: 0.13333em;
	text-transform: uppercase;
}

h6 {
	font-style: italic;
}


.careers h1,
.careers h2,
.careers h3,
.careers h4,
.careers h5,
.careers h6,
.our-story h1,
.our-story h2,
.our-story h3,
.our-story h4,
.our-story h5,
.our-story h6 {
  clear: none;
}

p {
  margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border: 0 solid #1a1a1a;
  color: #686868;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: "Courier New", monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.site-inner table.no-border,
.site-inner table.no-border tr,
.site-inner table.no-border td,
.site-inner table.no-border th,
.site-inner table.no-border tbody tr:nth-child(odd) {
  border: 0;
  background: #fff;
  vertical-align: top;
}

.overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  position: fixed;
  max-height: 100%;
  width: 100%;
  max-height: 100vh;
  width: 100vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow-y: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.overlay .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
}

.overlay.hidden {
  display: none;
}

.searchbox, #login {
  display: none;
  -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;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100vh;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.searchbox input, #login input {
  padding: 1rem;
  width: 75%;
  max-width:400px;
  font-size: 1.25rem;
  border: 0;
}
.searchbox button, #login button {
  padding: 1rem;
  font-size: 1.25rem;
  background: #6fc902;
  border-color: #539701 #457d01 #457d01;
  color: #fff !important;
}
.searchbox p, #login p {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.searchbox p a, #login p a {
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
}
.searchbox.visible, #login.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notice {
  background: #e6d2b4;
  border-color: #f6a026;
  border-width: 1px 4px 1px 4px;
  border-style: solid;
  text-align: center;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.notice p {
  margin: 0;
  padding: 1rem;
}

.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-header .social-navigation,
.site-footer .main-navigation {
  display: none;
}

#site-header-menu {
  display: table;
  vertical-align: middle;
  width: calc(100% - 2rem);
  padding-left: 2em;
}

/* Landing page template */
.single-landing_page .hero {
  border-bottom: 4px solid #60ac03;
}

.single-landing_page .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #9d9d9d;
}

.landing-page-head .tel {
  float: right;
  padding: 2rem;
  line-height: 4rem;
  font-size: 1.5rem;
  color: #6fc902;
  text-decoration: none;
}
.landing-page-head .tel:before {
  content: "Call Us! ";
  color: #fff;
}

/* End landing page template */
#logo {
  width: 250px;
  height: auto;
  background: transparent url(img/logo.png) center 20px no-repeat;
  display: table-cell;
  text-indent: -9999em;
  background-size: contain;
  position: relative;
}
#logo a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width:250px;
  height:130px;
}

#site-navigation {
  display: table-cell;
}

.desktop .quick-links {
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.quick-links {
  background: #4d4d4d;
  font-size: 0.8rem;
  padding: 0.5em 1.25em;
  text-align: center;
}
.quick-links a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0em 1em;
}
.quick-links a:hover {
  text-decoration: underline;
}
.quick-links ul {
  list-style: none;
  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;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.quick-links li:after {
  color: #fff;
  content: "|";
}
.quick-links li:last-child {
  font-weight: 600;
}
.quick-links li:last-child:after {
  content: "";
}

.quick-menu {
  margin: 0;
}

#menu-main {
  float: right;
  margin: 2rem 1rem;
  margin-top: 70px;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
#menu-main li {
  position: relative;
}
#menu-main li:hover {
  cursor: pointer;
}
#menu-main li:hover a {
  color: #6fc902;
}
#menu-main li:hover .sub-menu {
  display: block;
}
#menu-main li:hover .sub-menu a {
  display: block;
  color: #e17a0d;
}
#menu-main li:hover .sub-menu a:hover {
  background: #6fc902;
  color: #000;
}
#menu-main li:hover .sub-menu .sub-menu a {
  color: #fff;
}
#menu-main li:hover .sub-menu .sub-menu a:hover {
  background: #6fc902;
  color: #000;
}
#menu-main li.current_page_ancestor a {
  /* color: $highlight-color; */
}
#menu-main .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 999;
  width: 250px;
  background: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  padding-top: 2rem;
}
#menu-main .sub-menu a {
  display: block;
  padding: 0.25rem 1rem;
  color: #e17a0d;
}
#menu-main .sub-menu a:hover {
  background: #6fc902;
  color: #000;
}
#menu-main .sub-menu .sub-menu {
  padding-top: 0;
  text-transform: none;
  position: relative;
  background: transparent;
}
#menu-main .sub-menu .sub-menu a {
  color: #fff;
}
#menu-main .sub-menu .sub-menu a:hover {
  background: #6fc902;
  color: #000;
}
#menu-main a {
  color: #fff;
  text-decoration: none;
  padding: 0em 1em;
}
#menu-main a:hover {
  color: #6fc902;
}

.menu-main-container {
  float: right;
}

li.search {
  margin-right: 1em;
}

/* Search button and input */
.search-text .text:focus,
.search-text .bt-search:focus {
  outline: none;
}

.search-text {
  height: 68px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -1px;
  visibility: hidden;
  width: 363px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.search-text.visible {
  opacity: 1;
  visibility: visible;
}

.search-text .text {
  background-color: #05131d;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  height: 67px;
  padding: 0 90px 0 20px;
  width: 100%;
}

#search-text .bt-search {
  background: #6fc902;
  border: none;
  cursor: pointer;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

#header nav.main-navigation ul li.search span {
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

#header nav.main-navigation ul li.search span:before,
#search-text .bt-search:before,
#search-text .button-primary:before {
  color: #fff;
  content: '\f400';
  display: block;
  font-family: 'Genericons';
  font-size: 25px;
  font-variant: normal;
  line-height: 25px;
  text-align: center;
  text-decoration: inherit;
  text-indent: 0;
}

.bt-search:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bt-search:hover:before {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

#search-text .bt-search {
  background: #6fc902;
  border: none;
  cursor: pointer;
  display: block;
  right: 0;
  text-indent: -23em;
  top: 0;
  width: 66px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.site-header .button-primary {
  display: inline-block;
  margin-right: 0.5em;
}

.button-primary,
.search-submit {
  background: #6fc902;
  border-color: #539701 #457d01 #457d01;
  color: black !important;
  font-weight: 600;
  box-shadow: 0 1px 0 #457d01;
  padding: 0.25em 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button-primary:hover, .button-primary:focus,
.search-submit:hover,
.search-submit:focus {
  background: #77d802;
  border-color: #457d01;
  color: black !important;
  box-shadow: 0 1px 0 #457d01;
}
.button-primary:focus,
.search-submit:focus {
  box-shadow: inset 0 1px 0 #539701, 0 0 2px 1px #40ae32;
  border-color: #6fc902;
}
.button-primary:active,
.search-submit:active {
  background: #539701;
  border-color: #457d01;
  box-shadow: inset 0 2px 0 #457d01;
}
.button-primary[disabled], .button-primary:disabled, .button-primary.button-primary-disabled, .button-primary.disabled,
.search-submit[disabled],
.search-submit:disabled,
.search-submit.button-primary-disabled,
.search-submit.disabled {
  color: #ccd1c7 !important;
  background: #59a102 !important;
  border-color: #457d01 !important;
  text-shadow: none !important;
}
.button-primary.button-hero,
.search-submit.button-hero {
  box-shadow: 0 2px 0 #457d01 !important;
}
.button-primary.button-hero:active,
.search-submit.button-hero:active {
  box-shadow: inset 0 3px 0 #457d01 !important;
}

.search-submit {
  margin: 1rem 0;
  padding: 0.25rem 0.5rem;
}

div.warning {
  background: #fff;
  margin: 0em 1em;
  padding: 0.25em 1em;
  background: #e6d2b4;
  border-color: #f6a026;
  border-width: 2px 4px 2px 4px;
  border-style: solid;
}
div.warning p {
  margin: 0;
  text-align: center;
}

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

.archive-list {
  margin: 1rem 0;
  clear: both;
  padding-bottom: 1rem;
  border-bottom: 2px dotted #e6e6e6;
}
.archive-list .post-title {
  font-size: 1.25rem;
}
.archive-list:after, .archive-list:before {
  content: "";
  display: table;
}
.archive-list:after {
  clear: both;
}
.archive-list img {
  float: left;
  margin-right: 1rem;
}

.routing {
	color: #fff;
	font-weight: bold;
}

#content .error {
	border:1px solid #c10000;
}

.errorMsg {
	border:1px solid #c10000;
	padding: 0.5rem;
	margin: 1rem 0;
	background-color: rgba(255,0,0, 0.1);
}

.site-footer {
  background-color: #3a3a3a;
  color: #888;
  font-size: 0.8em;
  padding: 2em;
}
.site-footer #social-links {
  font-size: 3rem;
}
.site-footer #social-links i:before {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.site-footer #copyright {
  font-weight: 600;
  list-style: none;
}
.site-footer #copyright li {
  display: inline-block;
}
.site-footer #copyright li:first-child:after {
  content: "|";
  margin: 0 0.5em;
}
.site-footer input {
  border: 0;
  background-color: #888;
  color: #000;
  min-width: 250px;
  padding: 0.25em 1em;
}
.site-footer .error {
  max-width: 250px;
  margin: 1rem 0;
  background: #ffd7d7;
  color: #c10000;
  padding: 1rem;
}
.site-footer input::-webkit-input-placeholder {
  color: #313131;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.site-footer input:-moz-placeholder {
  color: #313131;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.site-footer input::-moz-placeholder {
  color: #313131;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  opacity: 1;
}
.site-footer :-ms-input-placeholder {
  color: #313131;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.site-footer button {
  float: right;
  background-color: #666666;
  color: #ccc;
  margin-top: 0.5em;
  text-transform: uppercase;
  -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.site-footer button:hover {
  background-color: #fff;
  color: #666666;
}
.site-footer p {
  margin: 0;
}
.site-footer p span {
  float: right;
  margin-left: 1em;
}
.site-footer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .row:first-child {
  border-bottom: 1px solid #888;
  padding-bottom: 1em;
}
.site-footer .row:last-child {
  padding-top: 1em;
}
.site-footer h1 {
  text-transform: uppercase;
  font-size: 1.1rem;
  padding-bottom: 0.5em;
}
.site-footer a {
  color: #888;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer #menu-footer {
  list-style: none;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-footer #menu-footer li {
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0em 1em;
}
.site-footer #menu-footer li:first-child {
  margin: 0;
}
.site-footer #menu-footer .sub-menu {
  list-style: none;
  margin: 0;
}
.site-footer #menu-footer .sub-menu li {
  font-weight: normal;
  margin: 0;
}

p.small {
  font-size: 0.75rem;
  margin: 0;
}

/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

/**
 * 9.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}

/**
 * 11.0 - Page Content
 */
.hero {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.hero .hero-icon {
  padding-right: 2rem;
}

.hero,
.hero-image {
  background: #000 url(img/hero-default.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  height: auto;
  position: relative;
}

.hero-image {
  visibility: hidden;
}

.site {
  background-color: #fff;
}

.tagline {
  top: 15%;
  max-width: 900px;
  font-weight: normal;
  font-family: 'Exo', sans-serif;
  padding-left: 2rem;
}
.tagline.absolute {
  position: absolute;
}
.tagline.absolute h1, .tagline.absolute h2 {
  color: #000;
}
.tagline h1 {
  color: #6fc902;
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 4rem;
}
.tagline h2 {
  color: #fff;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 1rem;
}

.member-join {
  background: #fff;
  border-top: 5px solid #e17a0d;
  text-align: right;
  padding-right: 2rem;
}
.member-join a {
  display: inline-block;
  background-color: #e17a0d;
  padding: 0.5rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.member-join a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

form button[type="reset"] {
  padding: 0.25em 0.75em;
  box-shadow: 0 1px 0 #bbb;
  color: #fff;
  text-transform: uppercase;
  background-color: #9d9d9d;
}
form button[type="reset"]:focus {
  outline: 1px solid #666666;
}
form label {
  display: block;
  font-size: 0.9rem;
  max-width: 400px;
}
form p {
  margin: 0 0 1rem;
}
form select {
  border-radius: 0;
}
form input, form select, form textarea {
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
  width: 400px;
  border: 1px solid #cecece;
}

form input[type="radio"]{
width: auto;
border: none;
}

form textarea {
  height: 200px;
}

.mobile-menu {
  display: none;
  padding-top: 1rem;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 99998;
  width: 100%;
  height: 100%;
}

.mobile-menu.is-active {
  display: block;
}

.mobile-menu .btn-secondary {
  margin-right: 0.5rem;
}

.mobile-menu .btn-primary {
  margin-left: 0.5rem;
}

.mobile-menu ul {
  margin: 0;
  list-style: none;
}

.mobile-menu ul li:nth-child(n+2) a {
  color: #fff;
  padding: 0.5rem;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu ul li:nth-child(n+2) a:hover {
  background: #22bff0;
}

.mobile-menu ul li:nth-child(2) {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu ul li:first-child {
  text-align: center;
}

.breadcrumb {
  cursor: default;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  margin-top: -1rem;
  padding: 0 1rem 1rem 2rem;
  border-bottom: 1px solid #f2f1f1;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.breadcrumb .current {
  color: #666666;
  font-style: italic;
}
.breadcrumb a {
  color: #666666;
  text-decoration: none;
  padding: 0 0.25rem;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: #60ac03;
}

iframe {
	max-width: 100%;
}

.job-listings #content {
	width: 100%;
}

.custom-pagination p {
    margin: 0.25rem 0;
}

.table-compare {
  width: 100%;
}

.table-compare .button {
    min-width: 150px;
    text-align: center;
}

.table-compare thead td {
  background-color: #000;
  font-weight: 300;
  font-size: 1.25rem;
}

.table-compare thead td:first-child {
  background-color: #62a91d;
  font-weight: normal;
  text-transform: uppercase;
}

.table-compare tbody td {
  height: auto !important;
  font-size: 0.8rem;
}

.table-compare tbody td:first-child {
  background-color: #fff;
  font-weight: bold;
}

.table-compare tbody td:nth-child(2) {
  background: #eff6e6;
}

.table-compare tbody td:nth-child(3) {
  background: #fbf1e6;
}

.table-compare tbody td:nth-child(4) {
  background: #ebebeb;
}

.no-margin,
.no-margin * {
  margin: 0;
}

#wpseo_sitemap #sitemap_posts h4 {
  display: none;
}
#wpseo_sitemap #sitemap_posts ul {
  list-style: none;
}
#wpseo_sitemap #sitemap_posts ul ul {
  list-style: disc;
  margin: 0;
}
#wpseo_sitemap #sitemap_posts h3 {
  visibility: hidden;
}
#wpseo_sitemap #sitemap_posts h3:before {
  content: "Blog Posts";
  visibility: visible;
}

#sidebar-right {
  max-width: 400px;
  min-width: 300px;
  padding: 1em;
}

.apply {
  text-transform: uppercase;
  color: #60ac03;
  padding: 0.5rem 1rem;
  border: 1px solid #60ac03;
}

.site-inner table.job-listings,
.site-inner table.job-listings td {
  border: 0 !important;
}

.site-inner table.job-listings,
.site-inner table.job-listings tr {
  background: transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid #e6e6e6;
}

.site-inner table.job-listings tr:last-child {
  border-bottom: none !important;
  border-width: 0px 0px 1px 0 !important;
}

table.job-listings td {
  padding: 1rem 0;
}

table.job-listings td:last-child {
  padding-right: 3rem;
  text-align: right;
}

.search .search-form {
  max-width: 500px;
}
.search article {
  clear: both;
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px dotted #e6e6e6;
}
.search article:before, .search article:after {
  content: "";
  display: table;
}
.search article:after {
  clear: both;
}
.search article .entry-title {
  clear: none;
}
.search article img {
  float: left;
  margin-right: 1rem;
}
.search .site-inner {
  display: block;
}

.search-query {
  color: #666666;
  font-style: italic;
}

.content-area {
  width: 100%;
}

.no-float {
  clear: both !important;
}

.site-inner {
  padding: 2em;
  max-width: 1320px;
  min-width: 300px;
  position: relative;
  margin: 0 auto;
  word-wrap: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-inner hr {
  border-bottom: 2px dotted #e6e6e6;
  height: auto;
  background: transparent;
  width: 100%;
  margin-top: 2rem;
}
.site-inner aside {
  margin-left: 6rem;
}
.site-inner .button {
	min-width: 100px;
	text-align: center;
  margin-top: 1rem;
  display: inline-block;
  background: #6fc902;
  border-color: #539701 #457d01 #457d01;
  color: black !important;
  font-weight: 600;
  box-shadow: 0 1px 0 #457d01;
  padding: 0.25em 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff !important;
}
.site-inner .button:hover, .site-inner .button:focus {
  background: #77d802;
  border-color: #457d01;
  color: black !important;
  box-shadow: 0 1px 0 #457d01;
}
.site-inner .button:focus {
  box-shadow: inset 0 1px 0 #539701, 0 0 2px 1px #40ae32;
  border-color: #6fc902;
}
.site-inner .button:active {
  background: #539701;
  border-color: #457d01;
  box-shadow: inset 0 2px 0 #457d01;
}
.site-inner .button[disabled], .site-inner .button:disabled, .site-inner .button.button-primary-disabled, .site-inner .button.disabled {
  color: #ccd1c7 !important;
  background: #59a102 !important;
  border-color: #457d01 !important;
  text-shadow: none !important;
}
.site-inner .button.button-hero {
  box-shadow: 0 2px 0 #457d01 !important;
}
.site-inner .button.button-hero:active {
  box-shadow: inset 0 3px 0 #457d01 !important;
}
.site-inner .button:hover {
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.site-inner .button:focus, .site-inner .button:active {
  text-shadow: none;
  color: rgba(255, 255, 255, 0.75) !important;
}
.site-inner #sidebar {
  padding-top: 1rem;
  min-width: 250px;
  max-width: 250px;
  font-size: 0.8rem;
}
.site-inner #sidebar p {
  margin: 0;
}
.site-inner #sidebar hr {
  border-bottom: 2px solid #e6e6e6;
  height: auto;
  background: transparent;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.site-inner #sidebar .subpages {
  list-style: none;
  border-bottom: 2px solid #e6e6e6;
  margin: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.site-inner #sidebar .subpages a {
  color: #e17a0d;
  text-decoration: none;
}
.site-inner #sidebar .subpages a:hover {
  color: #ffa341;
}
.site-inner #sidebar h1 {
  text-transform: none;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.site-inner #sidebar li {
  margin: 0.5rem 0;
}
.site-inner small {
  font-size: 0.65rem;
  line-height: 0.65rem;
}
.site-inner table {
  border-collapse: collapse;
}
.site-inner table tr, .site-inner table td, .site-inner table th {
  vertical-align: middle;
  border: 1px solid #9d9d9d;
}
.site-inner table td p,
.site-inner table th p {
  margin: 0;
}
.site-inner table tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.site-inner table thead tr {
  background-color: #666;
  color: #fff;
  font-weight: bold;
}
.site-inner h1 {
  color: #60ac03;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.75rem;
}
.site-inner h2 {
  color: #e17a0d;
  font-size: 1.25rem;
  font-weight: normal;
}
.site-inner h3 {
  color: #60ac03;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 1rem 0;
}
.site-inner .gray-box {
  background-color: #e6e6e6;
  padding: 1rem;
}
.site-inner .gray-box a {
  color: #666666;
}
.site-inner a {
  color: #60ac03;
  text-decoration: none;
}
.site-inner a:hover {
  color: #7cde04;
}

.account-access-enrollment-form h1,
.new-member-referral-form h1,
.overdraft-privilege-extended-coverage-form h1,
.select-employee-group-enrollment-form h1 {
  display: none;
}

.site-content {
  word-wrap: break-word;
}

#rates {
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 2em;
}
#rates .headings h1 {
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
}
#rates .headings p {
  margin: 0;
}
#rates .headings a {
  color: #6fc902;
  font-size: 1.25rem;
  text-decoration: none;
}
#rates .rate a {
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#rates .rate h1 {
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#rates .rate h2 {
  font-size: 2.5rem;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.overlay-open {
  overflow-y: hidden;
}

.home .site-inner,
.thank-you .site-inner,
.error404 .site-inner {
  max-width: 100%;
  margin: 0 auto;
}
.home .site-inner .button-primary,
.thank-you .site-inner .button-primary,
.error404 .site-inner .button-primary {
  padding: 0.5em 2em;
}
.home #content,
.thank-you #content,
.error404 #content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home #content h1,
.thank-you #content h1,
.error404 #content h1 {
  width: 100%;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: normal;
  margin: 2rem 0;
  color: #000;
}
.home #content p,
.thank-you #content p,
.error404 #content p {
  width: 100%;
  text-align: center;
  display: block;
}

.benefit {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  -webkit-flex-basis: calc(33% - 2rem);
      -ms-flex-preferred-size: calc(33% - 2rem);
          flex-basis: calc(33% - 2rem);
  padding: 0 1rem;
  margin-bottom: 4rem;
}
.benefit img {
  float: left;
  margin: 0.5rem;
}
.benefit b {
  color: #60ac03;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: block;
}

/**
 * 69.0 - Mobile Hamburger Icon
 */
.hamburger {
  background: transparent;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.2s;
          transition: background 0.2s;
}

.hamburger:focus {
  outline: none;
}

.hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 8px;
  right: 8px;
  height: 4px;
  background: white;
}

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

.hamburger span::before {
  top: -11px;
}

.hamburger span::after {
  bottom: -11px;
}

.hamburger span {
  -webkit-transition: background 0s 0.2s;
          transition: background 0s 0.2s;
}

.hamburger span::before,
.hamburger span::after {
  -webkit-transition-duration: 0.2s, 0.2s;
          transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s;
}

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

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

.hamburger.is-active {
  background-color: #6fc902;
}

.hamburger.is-active span {
  background: none;
}

.hamburger.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.is-active span::before,
.hamburger.is-active span::after {
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}

@media screen and (max-width: 650px) {
  .login-btn {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 850px) {
	iframe {
		max-width: 100%;
	}

  .our-story .hero {
    background-position: top left;
  }

  input,
  select,
  textarea,
  label {
    max-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
  }

  .site-inner table {
	display: block;
	overflow-x: auto;
}


/*
  .site-inner table tr,
  .site-inner table td,
  .site-inner table th,
  .site-inner table td:last-child {
    border: 0;
  }

  .site-inner table td {
    border-bottom: 1px solid #9d9d9d;
  }

  table, thead, tbody, th, td, tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  td {
    border: none;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
*/
  /*
  Label the data example for if we can't figure out solution
  */
  /*
  td:nth-of-type(1):before { content: "First Name"; }
  td:nth-of-type(2):before { content: "Last Name"; }
  td:nth-of-type(3):before { content: "Job Title"; }
  td:nth-of-type(4):before { content: "Favorite Color"; }
  td:nth-of-type(5):before { content: "Wars of Trek?"; }
  td:nth-of-type(6):before { content: "Porn Name"; }
  td:nth-of-type(7):before { content: "Date of Birth"; }
  td:nth-of-type(8):before { content: "Dream Vacation City"; }
  td:nth-of-type(9):before { content: "GPA"; }
  td:nth-of-type(10):before { content: "Arbitrary Data"; }
  */
  form {
    box-sizing: border-box;
  }
  form input,
  form textarea,
  form select {
    width: 100%;
  }

  .searchbox.visible,
  #login.visible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .searchbox.visible input, .searchbox.visible button,
  #login.visible input,
  #login.visible button {
    width: 100%;
    min-width: auto !important;
    margin: 0;
    padding: 0.5rem;
  }
  .searchbox.visible p,
  #login.visible p {
    margin-bottom: 0;
  }

  .member-join {
    text-align: left;
    padding-right: 0;
  }
  .member-join a {
    margin-left: 1rem;
  }

  .site-inner table.no-border td {
    width: 100%;
    display: table-row;
  }

  .breadcrumb {
    display: none;
  }

  img.alignright {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .home #content,
  .thank-you #content,
  .error404 #content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home #content h1,
  .thank-you #content h1,
  .error404 #content h1 {
    font-size: 1.75rem;
    text-align: center;
  }
  .home #content p,
  .thank-you #content p,
  .error404 #content p {
    text-align: center;
    margin: 0 auto;
  }

  .site-inner {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-inner h1 {
    font-size: 1.75rem;
    margin: 1rem 0;
  }
  .site-inner aside {
    margin-left: 0;
  }
  .site-inner #sidebar {
    max-width: 100%;
    margin-left: 0;
  }
  .site-inner #sidebar .subpages {
    padding-left: 0;
  }

  .benefit {
    padding: 0 0.25rem;
    margin-bottom: 2rem;
  }
  .benefit b {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  #rates {
    padding: 1em !important;
  }
  #rates .headings h1 {
    font-size: 1.75rem !important;
  }

  .archive-list img {
    float: none;
    margin-right: 0rem;
    width: 100%;
  }

  .benefit {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }

  .tagline {
    padding: 0 1rem;
  }

  .site-footer {
    padding: 2em 1em;
  }
  .site-footer #copyright {
    font-weight: 600;
    list-style: none;
  }
  .site-footer #copyright li {
    display: block;
  }
  .site-footer #copyright li:first-child:after {
    content: "";
    margin: 0em;
  }
  .site-footer section {
    margin-bottom: 1rem;
  }
  .site-footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer input {
    width: calc(100% - 2rem);
  }
  .site-footer .error {
    max-width: 100%;
    margin: 1rem 0;
    background: #ffd7d7;
    color: #c10000;
    padding: 1rem;
  }
  .site-footer p {
    margin: 0.5em 0;
  }
  .site-footer #menu-footer {
    display: none;
  }

  #sidebar-right {
    min-width: none;
    max-width: none;
  }

  .hero img.hero-icon {
    display: none;
  }

  .text-right {
    text-align: center;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1450px) {
  #rates {
    padding: 2em;
  }
  #rates .headings h1 {
    color: #fff;
    font-size: 1.25rem;
  }
  #rates .headings p {
    margin: 0;
  }
  #rates .headings a {
    color: #6fc902;
    font-size: 1rem;
    text-decoration: none;
  }
  #rates .rate {
    color: #fff;
    text-align: center;
  }
  #rates .rate h1 {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  #rates .rate h2 {
    font-size: 1.5rem;
    line-height: 1em;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1049px) {
  .body {
    padding-top: 80px;
  }

  .single-landing_page .body {
    padding-top: 0;
  }

  .tagline h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .tagline h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #rates {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #rates .headings {
    width: 100%;
    text-align: center;
  }
  #rates .headings h1 {
    color: #fff;
    font-size: 2.5rem;
  }
  #rates .headings p {
    margin: 0;
  }
  #rates .headings a {
    color: #6fc902;
    font-size: 1.25rem;
    text-decoration: none;
  }
  #rates .rate {
    color: #fff;
    text-align: center;
    padding: 1em;
  }
  #rates .rate h1 {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  #rates .rate h2 {
    font-size: 2rem;
    line-height: 1em;
    margin: 0;
    padding: 0;
  }

  #mobile-logo {
    background: url(img/logo-mobile.png) center center no-repeat;
    background-size: contain;
    width: 200px;
    height: 40px;
    text-indent: -9999em;
    display: block;
  }

  .mobile-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .mobile .quick-links {
    padding: 0.5em;
  }
  .mobile .quick-links li:after {
    color: #fff;
    content: "";
  }
  .mobile .quick-links a {
    padding: 1em 0.5em;
  }

  #mobile-header-menu.mobile {
    z-index: 999;
    background: #000;
    position: fixed;
    max-height: 100%;
    max-height: 100vh;
    width: 100%;

  }
  #mobile-header-menu.mobile a {
    color: #fff;
    text-decoration: none;
  }
  #mobile-header-menu.mobile ul {
    margin: 0;
  }

  #mobile-menu {
    display: none;
    padding-bottom: 2em;
    overflow-y: scroll;
  }
  #mobile-menu ul {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
  #mobile-menu li {
    border-bottom: 1px solid #414141;
  }
  #mobile-menu a {
    padding: 0.5em 1em;
    display: block;
    text-transform: uppercase;
  }
  #mobile-menu a:hover {
    background-color: #313131;
  }
  #mobile-menu.is-active {
    display: block;
    height: 85%;
    height: 85vh;
  }
  #mobile-menu #search-text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
  }
  #mobile-menu #search-text input {
    padding: 0em 0.5em;
    width: 90%;
  }
  #mobile-menu #search-text input:focus {
    outline: none;
  }
  #mobile-menu .sub-menu {
    display: block;
  }
  #mobile-menu .sub-menu li {
    border-top: 0;
    border-bottom: 0;
  }
  #mobile-menu .sub-menu a {
    display: block;
    padding-left: 1.5rem;
    color: #e17a0d;
    text-transform: none;
  }
  #mobile-menu .sub-menu a:hover {
    background: #6fc902;
    color: #000;
  }
  #mobile-menu .sub-menu .sub-menu a {
    color: #fff;
  }
  #mobile-menu .sub-menu .sub-menu a:hover {
    background: #6fc902;
    color: #000;
  }

  #site-header-menu.desktop {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .site-footer #menu-footer li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0em 2em;
  }

  .home .site-inner,
  .thank-you .site-inner,
  .error404 .site-inner {
    max-width: 95%;
    margin: 0 auto;
  }

  #mobile-header-menu.mobile {
    display: none;
  }
}
@media screen and (min-width: 850px) and (max-width: 1150px) {
  .benefit {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
}
/* Pulse */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
