/*-- Header --*/
#sage-header {
  position: relative;
  background: #fff;
}

#sage-header header {
  padding: 8px 0 15px;
}

#sage-header .logo {
  display: block;
  float: left;
  width: 460px;
}

#sage-header .logo svg {
  display: block;
  width: 100%;
  max-height: 165px;
}

#sage-header .logo img {
  display: block;
  width: 100%;
}

#sage-header .header-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

#sage-header .eyebrow {
  display: block;
  font-size: 1em;
}

#sage-header .eyebrow ul {
  display: block;
  list-style: none;
  margin: 0;
}

#sage-header .eyebrow li {
  display: block;
  position: relative;
  margin: 0;
}

#sage-header .eyebrow a {
  display: block;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  color: #101f2d;
}

#sage-header .eyebrow a:hover {
  text-decoration: none;
}

#sage-header .eyebrow > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#sage-header .eyebrow > ul > li {
  margin-right: 26px;
}

#sage-header .eyebrow .level-1 {
  font-size: 1em;
  padding: 10px 5px 5px;
}

#sage-header .eyebrow li:hover > .level-1, #sage-header .eyebrow .level-1:hover {
  color: #0071b3;
  text-decoration: none;
}

#sage-header .eyebrow .level-1.current, #sage-header .eyebrow .level-1.section {
  color: #0071b3;
  font-style: italic;
  text-decoration: none;
}

#sage-header .eyebrow .dropdown {
  position: absolute;
  z-index: 999;
  line-height: 1.1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(188, 189, 192, 0.3);
  border-bottom: 4px solid #539f3c;
  width: 200px;
  -webkit-box-shadow: 0 1px 3px -1px #000;
          box-shadow: 0 1px 3px -1px #000;
}

#sage-header .eyebrow .dropdown a {
  text-align: center;
  font-size: 0.8333333333em;
  padding: 15px 8px;
  position: relative;
}

#sage-header .eyebrow .dropdown a:hover {
  background: #fcfcfc;
}

#sage-header .eyebrow .dropdown a:before, #sage-header .eyebrow .dropdown a:after {
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 0;
  background: #0071b3;
  content: '';
  left: 0;
  opacity: 0;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#sage-header .eyebrow .dropdown a:after {
  left: auto;
  right: 0;
}

#sage-header .eyebrow .dropdown a:hover:before, #sage-header .eyebrow .dropdown a:hover:after {
  opacity: 1;
  width: 4px;
}

#sage-header .phone {
  display: block;
  font-size: 1.6666666667em;
  font-weight: 700;
  line-height: 1;
  margin-right: 30px;
}

#sage-header .phone a {
  display: block;
  color: #101f2d;
}

#sage-header .phone a:hover {
  text-decoration: none;
  color: #101f2d;
  cursor: text;
}

#sage-header .header-search {
  position: relative;
  border: 1px solid #bcbdc0;
  width: 175px;
}

#sage-header .header-search .search-input {
  margin-right: 40px;
}

#sage-header .header-search .search-input input {
  display: block;
  height: 40px;
  padding: 0 0 0 10px;
  width: 100%;
  border: none;
}

#sage-header .header-search button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}

#sage-header .header-search button svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#sage-header .header-search button path {
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#sage-header .header-search button:hover path {
  fill: #539f3c;
}

#sage-header .find-branch {
  float: right;
  clear: right;
  margin-top: 55px;
}

#sage-header .find-branch a {
  display: block;
  width: 250px;
}

#sage-header .find-branch svg {
  display: block;
  width: 100%;
  max-height: 56px;
}

#sage-header .find-branch .fill-green {
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#sage-header .mobile-btns {
  float: right;
  line-height: 1;
  font-size: 0.8888888889em;
  text-transform: uppercase;
}

#sage-header .mobile-btns .toggle-login {
  display: block;
  background: #101f2d;
  position: relative;
  margin-top: 10px;
  z-index: 999;
  color: #fff;
  text-align: center;
  padding: 0.75em 0;
}

#sage-header .mobile-btns .toggle-login:hover {
  text-decoration: none;
}

#sage-header .nav-toggle {
  display: block;
  background: #539f3c;
  position: relative;
  padding: 0.75em;
  color: #fff;
}

#sage-header .nav-toggle span {
  display: block;
  overflow: hidden;
}

#sage-header .nav-toggle .bar {
  height: 5px;
  background: #fff;
  margin-top: 5px;
  position: relative;
}

#sage-header .nav-toggle:hover, #sage-header .nav-toggle:focus, #sage-header .nav-toggle:active {
  text-decoration: none !important;
}

@media (max-width: 1200px) {
  #sage-header .logo {
    max-width: 350px;
  }
  #sage-header .phone {
    font-size: 1.3888888889em;
  }
  #sage-header .eyebrow {
    font-size: 0.8333333333em;
  }
  #sage-header .find-branch a {
    width: 200px;
  }
  #sage-header .find-branch {
    margin-top: 30px;
  }
}

@media (min-width: 1025px) {
  #sage-header .mobile-btns {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  #sage-header {
    padding: 0;
  }
  #sage-header header {
    padding: 0;
  }
  #sage-header .logo {
    padding: 10px 0 10px 1.5%;
    width: 290px;
  }
  #sage-header .eyebrow, #sage-header .header-search, #sage-header .find-branch {
    display: none;
  }
}

@media (max-width: 800px) {
  #sage-header {
    background: #fff url(../images/head-bg-min.png) center top no-repeat;
    background-size: 100% auto;
  }
}

@media (max-width: 600px) {
  #sage-header .logo {
    width: 200px;
    padding: 5px;
  }
  #sage-header .mobile-btns {
    font-size: 0.6666666667em;
    font-weight: 400;
  }
  #sage-header .nav-toggle .bar {
    height: 3px;
  }
}

@media (max-width: 500px) {
  #sage-header .mobile-btns {
    width: 50px;
  }
  #sage-header .mobile-btns .toggle-login {
    margin: 8px 0 0;
  }
  #sage-header .nav-toggle .bar1 {
    margin-top: 0;
  }
  #sage-header .nav-toggle .title {
    display: none;
  }
  #sage-header .phone {
    font-size: 1.1111111111em;
    margin-right: 10px;
  }
}

@media (max-width: 400px) {
  #sage-header .logo {
    width: 220px;
  }
  #sage-header .header-right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sage-header .phone {
    margin: 0;
  }
}

#login-box {
  position: absolute;
  right: 0;
  background: #0071b3;
  padding: 20px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
  font-size: 16px;
}

body.show-login #login-box {
  visibility: visible;
  opacity: 1;
}

#login-box h4 {
  font-size: 1.25em;
  margin: 0;
  line-height: 1;
  color: #fff;
}

#login-box #account-forms .account-form, #login-box #account-forms label {
  display: none;
}

#login-box .login-field {
  margin-top: 6px;
}

#login-box .login-field input, #login-box .login-field select {
  display: block;
  background: #fff;
  border: none;
  padding: 0 0 0 10px;
  height: 45px;
  font-size: 1.0625em;
  color: #000;
  outline: none;
  width: 100%;
}

#login-box .login-field input:hover, #login-box .login-field select:hover, #login-box .login-field input:focus, #login-box .login-field select:focus, #login-box .login-field input:active, #login-box .login-field select:active {
  outline: none;
}

#login-box .login-action {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#login-box .login-action .link {
  width: 100%;
  line-height: 1.1;
}

#login-box .login-action a, #login-box .login-action a:hover {
  color: #fff;
}

#login-box .login-action input {
  display: block;
  margin-left: 10px;
  font-size: 1.0625em;
  min-width: 90px;
}

#login-box .login-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 6px;
}

#login-box .login-actions .action {
  width: 48%;
}

#login-box .login-actions a.btn, #login-box .login-actions input {
  width: 100%;
  margin: 0;
}

#login-box .bottom-link {
  width: 100%;
  line-height: 1.1;
  font-size: 0.7222222222em;
  margin-top: 8px;
}

#login-box .bottom-link a, #login-box .bottom-link a:hover {
  color: #fff;
}

#login-box .acct-type-field {
  position: relative;
  background: #dad9d9;
}

#login-box .acct-type-field label {
  position: absolute;
  padding-top: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c5c4c4;
  width: 40px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#login-box .acct-type-field label svg {
  display: block;
  width: 18px;
  height: 13px;
}

#login-box .acct-type-field select {
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  appearance: none !important;
  -moz-appearance: none;
}

#login-box .acct-type-field select:hover + label {
  background: #696b6d;
}

#login-box .acct-type-field select::-ms-expand {
  display: none;
}

#login-box #current-login-account-type {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  #login-box {
    background: #101f2d;
  }
  #login-box .login-actions a.btn {
    background: #0071b3;
  }
  #login-box .login-actions a.btn:hover {
    background: #3f97cb;
  }
}

@media (min-width: 801px) {
  #login-box {
    max-width: 310px;
  }
  #login-box #account-forms .account-form {
    display: none;
  }
  #login-box #account-forms .account-form.current {
    display: block !important;
  }
}

@media (max-width: 800px) {
  #login-box .login-action input {
    background: #0071b3;
  }
  #login-box #account-forms .account-form.m-current {
    display: block;
  }
  #login-box .mobile-login-select a {
    display: block;
    line-height: 1.1;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 0;
  }
  #login-box .mobile-login-select a * {
    color: #fff;
  }
  #login-box .mobile-login-select a:hover {
    text-decoration: none;
  }
  #login-box .mobile-login-select span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 280px;
  }
  #login-box .mobile-login-select i {
    font-size: 0.875em;
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
  }
  #login-box .mobile-login-select .m-current i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #login-box .mobile-login-select.first a {
    border: none;
  }
}

#sage-header {
  height: 135px;
}

#sage-header .button {
  width: 100%;
  margin: 0;
  display: inline-block;
  text-align: center;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  padding: 0.7647058824em 1.1764705882em;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  text-decoration: none;
}

#sage-header .button.button-blue {
  background: #0075C9;
}

#sage-header .button.button-blue:hover {
  background: #008cf0;
}

#sage-header .button.button-green {
  background: #5BAC47;
}

#sage-header .button.button-green:hover {
  background: #76bf63;
}

#sage-header header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-width: 1450px;
  padding: 0;
}

#sage-header header a.logo {
  width: 280px;
}

#sage-header header div.right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  /* justify-content: flex-end; */
}

#sage-header header div.right-content .mobile-btns {
  margin-bottom: -1px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sage-header header div.right-content div#main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: #081130;
}

#sage-header header div.right-content div#main-nav div.page-width > nav.desktop > ul.level-1 > li.nav-login > a.toggle-login {
  background: #081130;
}

@media (max-width: 1025px) {
  #sage-header header div.right-content div#main-nav div.page-width {
    position: inherit;
  }
  #sage-header header div.right-content div#main-nav div.page-width #login-box {
    width: 100vw;
    padding-left: 50px;
    margin-top: 1px;
  }
}

#sage-header header div.right-content div#main-nav div.page-width nav.desktop {
  border-top: 1px solid rgba(16, 31, 45, 0.2);
}

#sage-header header div.right-content div#main-nav div.page-width #login-box {
  background: #081130;
}

#sage-header header div.right-content div#main-nav div > nav {
  border-bottom: none;
}

#sage-header header div.right-content div#main-nav div > nav > ul > li {
  margin-right: 50px;
}

#sage-header header div.right-content div#main-nav div > nav > ul > li:last-child {
  margin-right: 0px;
}

#sage-header header div.header-right {
  float: none;
  margin-top: 25px;
}

@media (max-width: 1024px) {
  #sage-header header div.header-right {
    margin-top: 0px;
  }
}

#sage-header header div.header-right nav.eyebrow ul > li {
  margin-right: 40px;
}

#sage-header header div.header-right nav.eyebrow ul > li ul.level-2 li {
  margin: 0;
}

#sage-header header div.header-right nav.eyebrow ul > li > a.level-1 {
  font-size: 16px;
  padding: 5px;
}

#sage-header header div.header-right .header-search {
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#sage-header header div.header-right .header-search form button {
  left: 0;
  padding: 0;
}

#sage-header header div.header-right .header-search form button svg {
  fill: #5BAC47;
  color: #5BAC47;
}

#sage-header header div.header-right .header-search form .search-input {
  margin-right: 0px;
  margin-left: 25px;
}

#sage-header header div.header-right .header-search form .search-input input {
  height: 22px;
  width: 70px;
  outline: none;
}

#sage-header header div.header-right span.find-branch {
  margin-top: 0px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 45px;
}

#sage-header header div.header-right span.find-branch a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #081130;
  -webkit-transition: .2s all;
  transition: .2s all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#sage-header header div.header-right span.find-branch a svg {
  width: 16px !important;
  margin-right: 5px;
  fill: #5BAC47;
  color: #5BAC47;
}

#sage-header header div.header-right span.find-branch a:hover {
  text-decoration: none;
  color: #0071b3;
}

#sage-header header div.header-right span.find-branch a:hover svg {
  color: #0071b3;
}

#sage-header header div.header-right .sage-a-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1025px) {
  #sage-header header div.header-right .sage-a-phone {
    position: absolute;
    top: 10px;
    right: 50px;
  }
}

#sage-header header div.header-right .sage-a-phone svg {
  margin: 0px 5px;
  fill: #5BAC47;
  color: #5BAC47;
}

#sage-header header div.header-right .sage-a-phone span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.32px;
  color: #081130;
}
/*# sourceMappingURL=sagefrog-header.css.map */