.hshadow {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
}
.pshadow {
  text-shadow: 0px 0px 10px #000;
}
.bggrey {
  background-color: #f0f0f0;
}
.bglines {
  background-image: url(../image/bgLines.png);
  background-repeat: repeat;
}
.bgyellow {
  background-color: #ffea01;
}
.sec-pad {
  padding: 6rem 0;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #ffea01;
  margin-bottom: 1em;
}
.hide-small-only {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .hide-small-only {
    display: block;
  }
}
.hide-large-only {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .hide-large-only {
    display: none;
  }
}
.show-large-only {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .show-large-only {
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  .show-small-only {
    display: none;
  }
}

html {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 16px;
}
body {
  margin: 0px !important;
  font-family: 'Open Sans', sans-serif;
}
h1,
.h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0px;
  color: #363636;
  font-weight: 800;
}
@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1em;
  color: #363636;
  font-weight: 800;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1em;
  color: #363636;
  font-weight: 700;
  margin-bottom: .5rem;
  padding-top: 0;
}
h4 {
  color: #363636;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
}
p {
  font-family: 'Open Sans', sans-serif;
  color: #363636;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.25em;
}
ul,
ol {
  margin-left: 2em;
}
ul li,
ol li {
  font-family: 'Open Sans', sans-serif;
  color: #363636;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: .5em;
}
a {
  font-family: 'Open Sans', sans-serif;
  color: #9a8d00;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1em;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer !important;
}
a,
a:visited {
  color: #b3a500;
}
a:hover {
  color: #363636;
}
a.bttn,
div.bttn {
  font-family: 'Open Sans', sans-serif;
  display: inline-block !important;
  padding: .5rem 1.5rem !important;
  color: #ffea01 !important;
  background-color: #363636;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
a.bttn:hover,
div.bttn:hover {
  background-color: #ffea01;
  color: #363636 !important;
}
.news h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1em;
  color: #000;
  font-weight: 400;
  margin-bottom: .4em;
  padding-top: 1rem;
  text-transform: none;
}

#masthead {
  background-color: #fff;
}
.top-bar {
  background-color: #f0f0f0;
  text-align: center;
  padding: 3px 0px;
}
.top-bar ul {
  padding: 0px;
  margin: 0px;
}
.top-bar ul li {
  padding: 0px 20px;
  margin: 0px;
  display: inline-block;
  font-weight: 700;
  font-size: .9rem;
}
.top-bar ul li a {
  color: #363636;
}
.alert-bar {
  background-color: red;
  text-align: center;
  padding: 3px 0px;
}
.alert-bar p {
  color: #fff !important;
  margin-bottom: 0px !important;
}
.sec-menu {
  padding: 0px;
}
.sec-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.sec-menu ul li {
  padding: 15px .8rem;
  margin: 0px;
  display: inline-block;
}
.sec-menu ul li a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9rem;
  color: #363636;
}
.sec-menu ul li:hover {
  background-color: #f4e001;
}
.sec-nav-mob {
  display: none !important;
}
.site-branding {
  display: inline-block;
  margin-top: 0px;
}
.site-branding a {
  margin: 0px;
}
.site-branding a img {
  width: auto;
  height: 127px;
}
.main-navigation {
  float: right !important;
  width: auto;
}
.main-navigation .menu-primary-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 25;
  width: 100%;
}
.main-navigation .menu-primary-container ul {
  text-align: right;
  background-color: #fff;
  width: 100% !important;
}
.main-navigation .menu-primary-container ul li {
  float: none;
  display: block;
  margin-bottom: 0px;
  width: 100%;
  background-color: #fff;
}
.main-navigation .menu-primary-container ul li a {
  padding: 1rem 1rem;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: .9rem;
  color: #363636;
}
.main-navigation .menu-primary-container ul li a:hover {
  background-color: #f0f0f0;
}
.main-navigation .menu-primary-container ul li:hover {
  background-color: #f0f0f0;
}
.main-navigation .menu-primary-container ul li:hover .sub-menu {
  display: block;
}
.main-navigation .menu-primary-container ul .sub-menu {
  background-color: #fff;
  display: block;
  position: relative;
  box-shadow: 0px !important;
  left: 0;
  float: none;
}
.main-navigation .menu-primary-container ul .sub-menu li {
  border-left: 0px solid #fff !important;
  background-color: #fff;
  width: 100% !important;
  min-width: 200px;
}
.main-navigation .menu-primary-container ul .sub-menu li a {
  padding: 1rem .5rem;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: .9rem;
  width: 100%;
  color: #363636;
}
@media screen and (min-width: 843px) {
  .sec-nav-mob {
    display: inline-block !important;
  }
  .sec-menu {
    background-color: #ffea01;
    background-image: url(../image/bgLines.png);
    background-repeat: repeat;
    padding: 0px;
  }
  .sec-menu ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
    width: auto;
  }
  .sec-menu ul li {
    padding: 15px .8rem;
    margin: 0px;
    display: inline-block;
  }
  .sec-menu ul li a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .9rem;
    color: #363636;
  }
  .sec-menu ul li:hover {
    background-color: #f4e001;
  }
  .site-branding {
    display: inline-block;
    margin-top: -50px;
  }
  .site-branding a {
    margin: 0px;
  }
  .site-branding a img {
    width: auto;
    height: 177px;
  }
  .main-navigation {
    float: right !important;
    width: auto;
  }
  .main-navigation .menu-primary-container {
    position: relative;
  }
  .main-navigation .menu-primary-container ul {
    text-align: right;
    width: auto;
  }
  .main-navigation .menu-primary-container ul li {
    float: none;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: -5px;
    border-left: 1px solid #f0f0f0;
    position: relative;
    width: auto !important;
  }
  .main-navigation .menu-primary-container ul li a {
    padding: 3.28rem 1.75rem;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .9rem;
    color: #363636;
  }
  .main-navigation .menu-primary-container ul li:hover {
    background-color: #f0f0f0;
  }
  .main-navigation .menu-primary-container ul li:hover .sub-menu {
    display: block;
  }
  .main-navigation .menu-primary-container ul .sub-menu {
    background-color: #f0f0f0;
    width: auto;
    min-width: 190px;
    right: 0;
    left: auto;
    display: none;
    position: absolute;
    border-top: 1px solid #959595;
  }
  .main-navigation .menu-primary-container ul .sub-menu li {
    border-left: 0px solid #fff !important;
    background-color: #f0f0f0;
    width: 100% !important;
    min-width: 190px;
  }
  .main-navigation .menu-primary-container ul .sub-menu li a {
    padding: 1rem .5rem;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .9rem;
    width: 100%;
    color: #363636;
  }
}
@media screen and (min-width: 1108px) {
  .sec-menu {
    background-color: #ffea01;
    background-image: url(../image/bgLines.png);
    background-repeat: repeat;
    padding: 0px;
  }
  .sec-menu ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
  }
  .sec-menu ul li {
    padding: 15px 1rem;
    margin: 0px;
    display: inline-block;
  }
  .sec-menu ul li a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    color: #363636;
  }
  .sec-menu ul li:hover {
    background-color: #f4e001;
  }
  .site-branding {
    display: inline-block;
    margin-top: -50px;
  }
  .site-branding a {
    margin: 0px;
  }
  .main-navigation {
    float: right !important;
    width: auto;
  }
  .main-navigation .menu-primary-container ul {
    text-align: right;
  }
  .main-navigation .menu-primary-container ul li {
    float: none;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: -5px;
  }
  .main-navigation .menu-primary-container ul li a {
    padding: 3.2rem 3rem;
    border-left: 1px solid #f0f0f0;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.1rem;
    color: #363636;
  }
  .main-navigation .menu-primary-container ul li:hover {
    background-color: #f0f0f0;
  }
  .main-navigation .menu-primary-container ul li:hover .sub-menu {
    display: block;
  }
  .main-navigation .menu-primary-container ul .sub-menu {
    width: auto;
    min-width: 190px;
    right: 0;
    left: auto;
    display: none;
  }
  .main-navigation .menu-primary-container ul .sub-menu li {
    border-left: 0px solid #fff !important;
    width: 100%;
    min-width: 190px;
  }
  .main-navigation .menu-primary-container ul .sub-menu li a {
    padding: 1rem .5rem;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .9rem;
    width: 100%;
    color: #363636;
  }
}
.menu-toggle {
  width: 50px;
  height: 127px;
  padding: 50px 0px;
  margin-right: 25px;
}

#menu-icon {
  height: 50px;
  width: 50px;
  float: right;
  padding: 7.5px 0px !important;
}
button:focus {
  outline: 0;
}
.lines-button {
  font-size: 6px;
  padding: 1.45em 0em;
  transition: all 1s;
  cursor: pointer;
  user-select: none;
  margin: 0;
  border: none 0;
  background: none;
}
.show-nav .lines-button {
  border: none 0;
  user-select: none;
}
.lines {
  display: inline-block;
  width: 50px;
  height: 10px;
  background-color: #363636;
  transition: .5s;
  position: relative;
  border-radius: 4px;
}
.lines:before,
.lines:after {
  display: inline-block;
  width: 50px;
  height: 10px;
  background-color: #363636;
  transition: .5s;
  position: absolute;
  left: 0;
  content: '';
  border-radius: 4px;
}
.lines:before {
  top: 20px;
}
.lines:after {
  top: -20px;
}
.lines-button.show-nav .lines {
  background: transparent;
}
.lines-button.show-nav .lines:before,
.lines-button.show-nav .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 40px;
  background: #363636;
}
.lines-button.show-nav .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  background: #363636;
}
.lines-button.show-nav .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  background: #363636;
}


#home-header {
  padding: 13rem 0;
  text-align: center;
}
#home-header h1,
#home-header .h1 {
  color: #fff;
  font-size: 3rem;
}
@media print, screen and (min-width: 40em) {
  #home-header h1,
  #home-header .h1 {
    font-size: 4rem;
  }
}
.home-boxes {
  padding: .5rem;
}
.home-boxes .box {
  text-align: center;
  padding: .5rem;
}
.home-boxes .box a {
  display: block;
  position: relative;
  margin: 0px;
  padding: 2rem 1rem;
  text-decoration: none;
  background-color: #fff;
}
.home-boxes .box a h3 {
  display: block;
  margin: 0px;
  text-transform: uppercase;
  padding: 0px;
  font-weight: 900;
}
.home-boxes .box a:hover {
  background-color: #ffea01;
}
.home-blog h2 {
  text-align: center;
  margin-bottom: 3rem;
  border-bottom: 0px solid #fff !important;
}
.home-blog .blog-wrap {
  padding: 1rem;
}
.home-blog .blog-wrap .blog-post {
  background-color: #fff;
  padding: 1rem !important;
}
.home-blog .blog-wrap .blog-post h3 {
  text-transform: uppercase;
  padding-top: 0px;
}
.home-blog .blog-wrap .blog-post h3 a {
  text-decoration: none;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1em;
  color: #363636;
}
.home-blog .blog-wrap .blog-post .readMore {
  text-transform: uppercase;
  color: #363636;
  font-weight: 900;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1em;
  margin-top: 1rem;
  margin-bottom: 0px;
  display: block;
}
.home-about {
  text-align: center;
}
.home-about h2 {
  margin-bottom: 1.5rem;
  border-bottom: 0px solid #fff !important;
}


.page {
  margin-bottom: 0px;
}
.page h2 {
  border-bottom: 1px solid #ffea01;
  padding-bottom: .75rem;
  margin-bottom: .75rem;
}
.page p {
  margin-bottom: 1.5rem;
}
#page-header {
  padding: 9rem 0;
  text-align: center;
}
#page-header h1,
#page-header .h1 {
  color: #fff;
  font-size: 3rem;
}
@media print, screen and (min-width: 40em) {
  #page-header h1,
  #page-header .h1 {
    font-size: 4rem !important;
  }
}
.pad-right {
  padding-right: 0rem;
}
@media print, screen and (min-width: 40em) {
  .pad-right {
    padding-right: 2rem;
  }
}
.tpage-intro {
  text-align: center;
}
#card-wrap {
  text-align: center;
}
#card-wrap .card-sub-wrap {
  padding: 1rem;
}
#card-wrap .card-sub-wrap h2 {
  font-size: 2rem;
  border-bottom: 0px solid #fff;
  margin-bottom: 0px;
}
#card-wrap .card-sub-wrap p {
  font-size: 1.15rem;
  margin-bottom: 0px;
}
#card-wrap .card-sub-wrap .card-wrapper {
  display: block;
  padding: 4rem 2rem;
  margin-bottom: 0px;
  background-color: #fff;
  text-decoration: none !important;
}
#card-wrap .card-sub-wrap .card-wrapper:hover {
  background-color: #ffea01;
}
.sidebar {
  background-color: #fff;
  padding: 0px;
  position: relative;
}
.sidebar ul {
  margin: 0px;
  padding: 1rem;
  position: relative;
  display: block;
}
.sidebar ul li {
  list-style: none;
  display: block;
  position: relative;
  padding: .5rem .5rem;
  margin: 0px;
}
.sidebar ul li a {
  margin: 0px;
  text-decoration: none;
  display: block;
  color: #363636;
}
.sidebar ul li.top-link a {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid #ffea01;
  padding-bottom: .5rem;
  color: #363636;
}
.sidebar h2 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid #ffea01;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  margin: 0px 1.5rem;
}
.sidebar-blog {
  background-color: #fff;
  padding: 0px;
  position: relative;
}
.sidebar-blog ul {
  margin: 0px;
  padding: 1rem;
  position: relative;
  display: block;
}
.sidebar-blog ul li {
  list-style: none;
  display: block;
  position: relative;
  padding: .5rem .5rem;
  margin: 0px;
}
.sidebar-blog ul li a {
  margin: 0px;
  text-decoration: none;
  display: block;
  color: #363636;
}
.sidebar-blog ul li.top-link a {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid #ffea01;
  padding-bottom: .5rem;
  color: #363636;
}
.sidebar-blog h2 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid #ffea01;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  margin: 0px 1.5rem;
}
.yunderline {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffea01;
}
figcaption {
  margin: 0px !important;
  padding: 1rem !important;
  background-color: #f0f0f0 !important;
}
.wp-caption .wp-caption-text {
  margin-top: 0px;
}
#blog-list article {
  background: #fff;
  padding: 1.5rem;
}
#blog-list article h2 {
  text-transform: uppercase;
  padding-top: 0px;
}
#blog-list article h2 a {
  text-decoration: none;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1em;
  color: #363636;
}
#blog-list article .readMore {
  text-transform: uppercase;
  color: #363636;
  font-weight: 900;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1em;
  margin-top: 1rem;
  margin-bottom: 0px;
  display: block;
}
#blog-single article {
  background: #fff;
  padding: 1.5rem;
}
#blog-single article h1 {
  text-transform: uppercase;
  padding-top: 0px;
  font-size: 2rem;
  padding-bottom: 1rem;
}
#blog-single article h1 a {
  text-decoration: none;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1em;
}
#blog-single article .readMore {
  text-transform: uppercase;
  color: #363636;
  font-weight: 900;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1em;
  margin-top: 1rem;
  margin-bottom: 0px;
  display: block;
}
#staff {
  margin-bottom: 2rem;
}
#staff .staff-wrapper {
  padding: .5rem;
}
#staff .staff-wrapper .staff-member {
  background-color: #f0f0f0;
  padding: 1rem;
}
#staff .staff-wrapper .staff-member h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1em;
  color: #363636;
  font-weight: 900;
  margin-bottom: .0em;
  padding-top: 0;
  text-transform: uppercase;
  text-align: center;
}
#staff .staff-wrapper .staff-member .position {
  text-align: center;
  font-weight: 400;
  margin-bottom: .5rem;
}
#staff .staff-wrapper .staff-member .line {
  background-color: #fff;
  margin-bottom: .5rem;
}
#staff .staff-wrapper .staff-member .location {
  text-align: center;
  margin-bottom: .5rem;
}
#staff .staff-wrapper .staff-member .phone {
  text-align: center;
  margin-bottom: 0px;
}
#staff .staff-wrapper .staff-member .email {
  text-align: center;
  margin-bottom: 0px;
}
#board .board-wrapper {
  padding: .5rem;
}
#board .board-wrapper .board-member {
  background-color: #f0f0f0;
  padding: 1rem;
}
#board .board-wrapper .board-member h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1em;
  color: #363636;
  font-weight: 900;
  margin-bottom: .0em;
  padding-top: 0;
  text-transform: uppercase;
  text-align: center;
}
#board .board-wrapper .board-member .position {
  font-weight: 400;
  margin-bottom: .5rem;
}
#board .board-wrapper .board-member .line {
  background-color: #fff;
  margin-bottom: .5rem;
}
#board .board-wrapper .board-member .info {
  margin-bottom: 0rem;
}
#contact p {
  max-width: 500px;
  margin: auto;
  text-align: center !important;
}
#contact .cells {
  padding: .5rem;
}
#contact input,
#contact textarea {
  margin: 0px;
  border-radius: 0px;
  border: 2px solid #363636;
  padding: .5rem;
}
#contact input:focus,
#contact textarea:focus {
  border: 2px solid #ffea01 !important;
}
#contact .wpcf7-submit {
  font-family: 'Open Sans', sans-serif;
  display: inline-block !important;
  padding: .5rem 1.5rem !important;
  color: #ffea01 !important;
  background-color: #363636;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
#contact .wpcf7-submit:hover {
  background-color: #ffea01;
  color: #363636 !important;
}
#faqs-wrapper h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1em;
  color: #363636;
  font-weight: 700;
  margin-bottom: .5rem;
  padding-top: 0;
}
#faqs-wrapper p {
  margin-bottom: .75rem;
}
#faqs-wrapper span {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1em;
  color: #363636;
  font-weight: 700;
  margin-bottom: .5rem;
  padding-top: 0;
  padding-right: 1rem;
}
#faqs-wrapper .a {
  color: #363636;
}
#faqs-wrapper .q {
  color: #363636;
}


.site-footer {
  background-color: #363636;
  background-image: url(../image/bgFooter.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer a,
.site-footer p {
  color: #fff;
}
.site-footer #foot-top {
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}
.site-footer #foot-top ul {
  padding: 0px;
  margin: 0px;
}
.site-footer #foot-top ul li {
  list-style: none;
  display: inline-block;
}
.site-footer #foot-top ul li a {
  text-decoration: none;
  padding: 1rem;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}
.site-footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.site-footer ul a {
  text-decoration: none;
}
.site-footer ul .top-link a {
  font-weight: 700;
  text-transform: uppercase;
}
.site-footer #foot-bottom {
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 1rem;
  padding: 1rem;
}
.site-info {
  text-align: center;
  padding: .5rem;
}
.site-info p {
  margin-bottom: 0px;
}