/* Scss Document */
/* 1. COLOR */
/* 1. A. COLLEGE COLORS */
/* 2. TYPOGRAPHY */
/* 2. A WEIGHTS */
/* 3. BORDERS */
/* Scss Document */
/* II. MIXINS */
/* II. A. Shadows and Borders */
/* TRANSITION MIXINS */
/* TRANSFORM */
/* ANIMATION */
/* KEYFRAMES */
/* Opacity */
/* Linear Gradient */
/* Break Point */
/* ASPECT RATIO MIXIN */
/* Scss Document */
/* =================
		HEADER
===================== . */



@media screen and (min-width: 1380px) {
#header {
  display: block;
  height: auto;
  min-height: 120px;
  margin: 0;
  position: relative;
  z-index: 999;
  background: white;
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  box-shadow: 0 4px 8px rgba(0,0,0,0.5)
}
#header #top-nav-wrapper {
  display: block;
  height: auto;
  min-height: 40px;
  padding: 0 0 0 2vw;
  background: #00843d;
  border-bottom: 1px solid #F9C22B;
  width: 100%
}
#header #top-nav-wrapper ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1
}
#header #top-nav-wrapper ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1
}
#header #top-nav-wrapper ul a {
  display: inline-block;
  font-size: 1.4rem !important;
  line-height: 1.1 !important;
  color: white;
  padding: 12px 16px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #top-nav-wrapper ul a:hover {
  color: #005e2b;
  background: #F9C22B;
  text-decoration: none;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #top-nav-wrapper #google_searchbox {
  display: inline-block;
  position: absolute;
  height: 39px !important;
  top: 0 !important;
  right: 0;
  margin: 0;
  padding: 0;
  right: 0;
  float: none;
  background: transparent;
  overflow: hidden
}
#header #top-nav-wrapper .input-append {
  position: relative;
  top: -1px;
  right: 0;
  margin: 0
}
#header #top-nav-wrapper #google_searchbox input {
  width: 240px;
  position: relative;
  height: 39px !important;
  top: 0;
  right: 0;
  font-size: 12px;
  margin: 0;
  padding-left: 16px;
  padding-right: 40px;
  display: inline;
  Border: none;
  background: #7d7d7d;
  color: white;
  font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-size: 20px;
  -moz-transition: all, 0.4s, ease-in-out;
  -o-transition: all, 0.4s, ease-in-out;
  -webkit-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out
}
#header #top-nav-wrapper #google_searchbox input:focus {
  color: #333 !important
}
#header #top-nav-wrapper #google_searchbox input::placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input::-webkit-input-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input::-moz-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:-ms-input-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:-moz-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:focus {
  border: none;
  outline: none;
  background: white;
  color: #7d7d7d;
  -moz-transition: all, 0.4s, ease-in-out;
  -o-transition: all, 0.4s, ease-in-out;
  -webkit-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out
}
#header #top-nav-wrapper button.btn.btn-mini.searchsubmit {
  background: white;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -45px;
  padding: 2px 0;
  color: #00843d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center
}
#header #header-wrapper {
  padding: 0 2vw;
  height: auto;
  min-height: 80px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%
}
#header #logo {
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  float: left;
  max-height: 80px;
  height: auto;
  max-width: 100%;
  margin: 0
}
#header #logo img {
  position: relative;
  left: 1vw;
  width: 228.26px;
  max-width: 100%;
  height: 60px;
  margin: 10px 0
}
#header #main-navigation {
  display: inline-block;
  float: right;
  height: 80px;
  font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  margin-left: auto;
  padding-top: 0;
  padding-right: 15px
}
#header #main-navigation ul {
  display: table-cell;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  vertical-align: middle;
  text-align: right;
  float: right;
  margin: 0;
  padding: 0
}
#header #main-navigation li {
  display: inline;
  vertical-align: middle;
  height: 100%;
  margin-left: 5px
}
#header #main-navigation li a {
  display: table-cell;
  box-sizing: border-box;
  height: 80px;
  vertical-align: middle;
  color: #00843d;
  padding: 6px 18px;
  text-decoraton: none;
  text-transform: capitalize;
  font-size: 2.3rem !important;
  font-weight: 700;
  font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  border-bottom: 4px solid transparent;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #main-navigation li a:hover {
  text-decoration: none;
  background: #ededed;
  border-bottom: 4px solid #F9C22B;
  color: #005e2b;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
}

@media screen and (min-width: 1140px) {
#header {
  display: block;
  height: auto;
  min-height: 120px;
  margin: 0;
  position: relative;
  z-index: 999;
  background: white;
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  box-shadow: 0 4px 8px rgba(0,0,0,0.5)
}
#header #top-nav-wrapper {
  display: block;
  height: auto;
  min-height: 40px;
  padding: 0 0 0 2vw;
  background: #00843d;
  border-bottom: 1px solid #F9C22B;
  width: 100%
}
#header #top-nav-wrapper ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1
}
#header #top-nav-wrapper ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1
}
#header #top-nav-wrapper ul a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.2;
  color: white;
  padding: 12px 16px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #top-nav-wrapper ul a:hover {
  color: #005e2b;
  background: #F9C22B;
  text-decoration: none;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #top-nav-wrapper #google_searchbox {
  display: inline-block;
  position: absolute !important;
  height: 39px !important;
  top: 0 !important;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  float: none;
  background: transparent;
  overflow: hidden
}
#header #top-nav-wrapper .input-append {
  position: relative;
  right: -38px;
  top: -1px
}
#header #top-nav-wrapper #google_searchbox input {
  width: 240px;
  height: 39px !important;
  position: relative !important;
  top: 0 !important;
  font-size: 12px;
  height: 40px !important;
  padding-left: 16px;
  padding-right: 40px;
  display: inline;
  border: none;
  background: #7d7d7d;
  color: white;
  font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-size: 20px;
  -moz-transition: all, 0.4s, ease-in-out;
  -o-transition: all, 0.4s, ease-in-out;
  -webkit-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out
}
#header #top-nav-wrapper #google_searchbox input:focus {
  color: #333 !important
}
#header #top-nav-wrapper #google_searchbox input::placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input::-webkit-input-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input::-moz-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:-ms-input-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:-moz-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:focus {
  border: none;
  outline: none;
  background: white;
  color: #7d7d7d;
  -moz-transition: all, 0.4s, ease-in-out;
  -o-transition: all, 0.4s, ease-in-out;
  -webkit-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out
}
#header #top-nav-wrapper button.btn.btn-mini.searchsubmit {
  background: white;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -45px;
  padding: 2px 0;
  color: #00843d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center
}
#header #header-wrapper {
  padding: 0 2vw;
  height: auto;
  min-height: 80px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%
}
#header #logo {
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  float: left;
  max-height: 80px;
  height: auto;
  max-width: 100%;
  margin: 0
}
#header #logo img {
  position: relative;
  left: 1vw;
  width: 228.26px;
  max-width: 100%;
  height: 60px;
  margin: 10px 0
}
#header #main-navigation {
  display: inline-block;
  float: right;
  height: 80px;
  font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  margin-left: auto;
  padding-top: 0;
  padding-right: 15px
}
#header #main-navigation ul {
  display: table-cell;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  vertical-align: middle;
  text-align: right;
  float: right;
  margin: 0;
  padding: 0
}
#header #main-navigation li {
  display: inline;
  vertical-align: middle;
  height: 100%;
  margin-left: 5px
}
#header #main-navigation li a {
  display: table-cell;
  box-sizing: border-box;
  height: 80px;
  vertical-align: middle;
  color: #00843d;
  padding: 6px 15px;
  text-decoraton: none;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 4px solid transparent;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #main-navigation li a:hover {
  text-decoration: none;
  background: #ededed;
  border-bottom: 4px solid #F9C22B;
  color: #005e2b;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
}

@media screen and (min-width: 993px) {
body {
  width: 100% !important;
  right: 0 !important
}
#expanded-navigation {
  display: none
}
}

@media screen and (max-width: 992px) {
#header {
  display: block;
  height: auto;
  min-height: 120px;
  margin: 0;
  position: relative;
  background: white;
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  box-shadow: 0 4px 8px rgba(0,0,0,0.5)
}
#header #top-nav-wrapper {
  display: block;
  height: auto;
  min-height: 40px;
  padding: 0 0 0 0;
  background: #00843d;
  border-bottom: 1px solid #F9C22B;
  width: 100%
}
#header #top-nav-wrapper ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1
}
#header #top-nav-wrapper ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1
}
#header #top-nav-wrapper ul a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  height: 39px;
  color: white;
  padding: 12px 10px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #top-nav-wrapper ul a:hover {
  color: #005e2b;
  background: #F9C22B;
  text-decoration: none;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #top-nav-wrapper #google_searchbox {
  display: block !important;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  float: none !important;
  background: transparent;
  overflow: hidden
}
#header #top-nav-wrapper .input-append {
  position: relative;
  right: 0 !important;
  top: 0
}
#header #top-nav-wrapper #google_searchbox input {
  width: 100% !important;
  height: 39px;
  padding-left: 16px !important;
  padding-right: 40px !important;
  display: inline;
  Border: none;
  background: #7d7d7d;
  color: white !important;
  font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-size: 20px;
  -moz-transition: all, 0.4s, ease-in-out;
  -o-transition: all, 0.4s, ease-in-out;
  -webkit-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out
}
#header #top-nav-wrapper #google_searchbox input:focus {
  color: #333 !important
}
#header #top-nav-wrapper #google_searchbox input::placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input::-webkit-input-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input::-moz-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:-ms-input-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:-moz-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:focus {
  border: none;
  outline: none;
  background: white;
  color: #7d7d7d;
  -moz-transition: all, 0.4s, ease-in-out;
  -o-transition: all, 0.4s, ease-in-out;
  -webkit-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out
}
#header #top-nav-wrapper button.btn.btn-mini.searchsubmit {
  background: white;
  display: inline-block;
  position: absolute !important;
  top: 4px !important;
  right: 10px !important;
  left: auto !important;
  padding: 2px 0;
  color: #00843d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center
}
#header #header-wrapper {
  padding: 0 2vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  height: auto;
  min-height: 80px;
  display: block;
  width: 100%
}
#header #logo {
  display: inline-block;
  float: left;
  max-height: 50px;
  height: auto;
  max-width: 100%;
  width: 200px;
  margin-top: 10px
}
#header #logo img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: 100%
}
#header #main-navigation {
  display: inline-block;
  height: 80px;
  float: right;
  font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  padding-top: 0;
  padding-right: 15px
}
#header #main-navigation ul {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  float: right;
  margin: 0;
  padding: 0
}
#header #main-navigation li {
  display: inline;
  vertical-align: middle;
  height: 100%;
  margin-left: 5px
}
#header #main-navigation li a {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  color: #00843d;
  padding: 6px 10px;
  text-decoraton: none;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 4px solid transparent;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #main-navigation li a:hover {
  text-decoration: none;
  background: #ededed;
  border-bottom: 4px solid #F9C22B;
  color: #005e2b;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
}

@media screen and (min-width: 994px) {
#responsive-nav-toggle {
  display: none
}
}

@media screen and (max-width: 993px) {
#responsive-nav-toggle {
  float: right;
  display: inline-block;
  padding: 15px 30px;
  font-size: 3rem
}
#top-nav {
  display: none !important
}
#main-navigation {
  display: none !important
}
}

@media screen and (max-width: 1140px) {
#header {
  display: block;
  height: auto;
  min-height: 120px;
  margin: 0;
  position: relative;
  background: white;
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  box-shadow: 0 4px 8px rgba(0,0,0,0.5)
}
#header #top-nav-wrapper {
  display: block;
  height: auto;
  min-height: 40px;
  padding: 0 0 0 0;
  background: #00843d;
  border-bottom: 1px solid #F9C22B;
  width: 100%
}
#header #top-nav-wrapper ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1
}
#header #top-nav-wrapper ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1
}
#header #top-nav-wrapper ul a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  height: 39px;
  color: white;
  padding: 12px 10px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #top-nav-wrapper ul a:hover {
  color: #005e2b;
  background: #F9C22B;
  text-decoration: none;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #top-nav-wrapper #google_searchbox {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  float: right;
  background: transparent;
  overflow: hidden
}
#header #top-nav-wrapper .input-append {
  position: relative;
  right: -38px
}
#header #top-nav-wrapper #google_searchbox input {
  width: 200px;
  font-size: 12px;
  height: 39px;
  padding-left: 16px;
  padding-right: 40px;
  display: inline;
  Border: none;
  background: #7d7d7d;
  color: white;
  font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-size: 20px;
  -moz-transition: all, 0.4s, ease-in-out;
  -o-transition: all, 0.4s, ease-in-out;
  -webkit-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out
}
#header #top-nav-wrapper #google_searchbox input:focus {
  color: #333 !important
}
#header #top-nav-wrapper #google_searchbox input::placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input::-webkit-input-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input::-moz-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:-ms-input-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:-moz-placeholder {
color:#eee;
font-familY:"myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
font-size:20px
}
#header #top-nav-wrapper #google_searchbox input:focus {
  border: none;
  outline: none;
  background: white;
  color: #7d7d7d;
  -moz-transition: all, 0.4s, ease-in-out;
  -o-transition: all, 0.4s, ease-in-out;
  -webkit-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out
}
#header #top-nav-wrapper button.btn.btn-mini.searchsubmit {
  background: white;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -40px;
  padding: 2px 0;
  color: #00843d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center
}
#header #header-wrapper {
  padding: 0 2vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  height: auto;
  min-height: 80px;
  display: block;
  width: 100%
}
#header #logo {
  display: inline-block;
  float: left;
  max-height: 50px;
  height: auto;
  max-width: 100%;
  width: 200px;
  margin-top: 5px
}
#header #logo img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: 100%
}
#header #main-navigation {
  display: inline-block;
  height: 80px;
  float: right;
  font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  padding-top: 0;
  padding-right: 15px
}
#header #main-navigation ul {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  float: right;
  margin: 0;
  padding: 0
}
#header #main-navigation li {
  display: inline;
  vertical-align: middle;
  height: 100%;
  margin-left: 5px
}
#header #main-navigation li a {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  color: #00843d;
  padding: 6px 10px;
  text-decoraton: none;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 4px solid transparent;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
#header #main-navigation li a:hover {
  text-decoration: none;
  background: #ededed;
  border-bottom: 4px solid #F9C22B;
  color: #005e2b;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
}
.menu-button {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
  width: 34px;
  height: 31px;
  text-indent: -9999px
}
.menu-button.right {
  right: 20px;
  left: auto
}
.menu-button.bottom {
  top: 100px
}
.menu-button.fixed {
  position: fixed
}
#overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 999998;
  display: none
}
.sidr-open #overlay {
  display: block
}
.sidr.fullwidth {
  width: 100%
}
.sidr.left.fullwidth {
  left: -100%
}
.sidr.right.fullwidth {
  right: -100%
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto
}
.sidr.right {
  left: auto;
  right: -260px
}
.sidr.left {
  left: -260px;
  right: auto
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-size: 1.6rem;
  background: white;
  color: inherit;
  box-shadow: 0 0 5px 5px #ebebeb inset
}
.sidr .sidr-inner {
  padding: 0 0 15px
}
.sidr .sidr-inner>p {
  margin-left: 15px;
  margin-right: 15px
}
.sidr.right {
  left: auto;
  right: -260px
}
.sidr.left {
  left: -260px;
  right: auto
}
.sidr>p {
  margin-left: 15px;
  margin-right: 15px
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid white
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #dfdfdf
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px
}
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
  border-bottom: 1px solid #ededed
}
.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px
}
.sidr ul li ul li:last-child {
  border-bottom: 0
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px
}
.sidr ul li ul li:hover>a, .sidr ul li ul li:hover>span, .sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span {
  border-bottom: 1px solid #ededed
}
.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51,51,51,0.8);
  padding-left: 30px
}
.sidr form {
  margin: 0 15px
}
.sidr label {
  font-size: 13px
}
.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0,0,0,0.1);
  color: rgba(51,51,51,0.6);
  display: block;
  clear: both
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none
}
.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333
}
.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51,51,51,0.9)
}
.sidr-inner {
  padding-top: 30px
}
.sidr-inner #visit-cta, .sidr-inner #req-info-cta, .sidr-inner #apply-cta {
  display: block;
  width: 90%;
  margin: 0 auto 5px auto;
  padding: 6px 16px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.4)
}
.sidr-inner #visit-cta i, .sidr-inner #req-info-cta i, .sidr-inner #apply-cta i {
  padding-right: 12px;
  color: #F9C22B
}
.sidr-inner #visit-cta br, .sidr-inner #req-info-cta br, .sidr-inner #apply-cta br {
  display: none
}
.sidr-inner #visit-cta, .sidr-inner #req-info-cta {
  background: #ededed
}
.sidr-inner #apply-cta {
  background: #F9C22B;
  color: #005e2b
}
.sidr-inner #apply-cta i {
  color: #005e2b
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  height: 40px !important;
  width: 40px !important;
  display: block !important;
  position: absolute !important;
  z-index: 99999999999 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  right: 0 !important;
  top: 0 !important
}
/*# sourceMappingURL=header.css.map */

