.square-button {
  height: 38px;
  width: 38px;
  margin: 5px;
  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;
  font-weight: 700;
  font-size: 16px;
  background: #fff;
  color: #3c3c3b;
}

.square-button.active {
  background: #5a8117;
  color: #fff;
}

.square-button.active:hover {
  color: #fff;
}

.square-button:hover {
  color: inherit;
}

.search-button {
  background: #5a8117;
  border: none;
  height: 38px;
  padding: 0 12px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.search-button .fa-search {
  padding-left: 8px;
  width: unset;
}

.button {
  padding: 8px 13px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
}

.button.secondary {
  background: #5a8117;
  color: white;
}

.text-input {
  color: #3c3c3b;
  border: none;
}

.text-input.nav-search {
  padding: 3px;
  height: 38px;
  margin-left: 5px;
}

@media screen and (max-width: 1200px) {
  .text-input.nav-search {
    width: 140px;
  }
}

.mt-6 {
  margin-top: 5rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.p-6 {
  padding: 5rem !important;
}

nav {
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

nav[aria-expanded='false'] {
  display: none;
}

nav ul {
  list-style-type: none;
}

nav .mega-menu {
  padding: 0;
  margin: 0 -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 638px) {
  nav .mega-menu {
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  nav .mega-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  nav .mega-menu > li {
    width: 33%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 992px) {
  nav .mega-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav .mega-menu > li {
    width: 100%;
  }
}

nav .menu {
  text-align: left;
  padding: 2.5em 1.5em;
}

@media screen and (max-width: 575px) {
  nav .menu {
    padding: 2.5em 0;
  }
}

nav .menu:nth-of-type(1) {
  background: #003883;
}

nav .menu:nth-of-type(2) {
  background: #be5a0f;
}

nav .menu:nth-of-type(3) {
  background: #5a8117;
}

nav .menu .first-class {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

nav .menu .second-level {
  padding-left: 0;
}

nav .menu a,
span {
  color: white;
}

nav .menu.first {
  background: #003883;
}

nav .menu.second {
  background: #be5a0f;
}

nav .menu.third {
  background: #5a8117;
}

.front-page .box-white {
  background: #fff;
}

.front-page .box-white.title {
  padding: 4rem 5rem;
}

@media screen and (max-width: 485px) {
  .front-page .box-white.title {
    padding: 3rem 3rem;
  }
}

.front-page .box-primary {
  background: #003883;
  color: #fff;
  font-size: 19px;
  padding: 5rem;
}

@media screen and (max-width: 485px) {
  .front-page .box-primary {
    padding: 2rem;
  }
}

.front-page h2 {
  font-weight: 300;
  font-size: 2.8rem;
  max-width: 325px;
}

@media screen and (max-width: 485px) {
  .front-page h2 {
    font-size: 2.3rem;
  }
}

.front-page .feature-title {
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 20px;
}

footer {
  background: #363534;
  color: white;
  padding: 4rem 0;
}

footer .footer-blocks,
footer .some-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-blocks a,
footer .some-icons a {
  color: #fff;
}

footer .footer-blocks a.image-container,
footer .some-icons a.image-container {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  footer .footer-blocks,
  footer .some-icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer-blocks .block,
  footer .some-icons .block {
    width: 100%;
  }
}

footer .footer-blocks .devider,
footer .some-icons .devider {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  footer .footer-blocks .devider,
  footer .some-icons .devider {
    display: none;
  }
}

footer .footer-blocks .icon,
footer .some-icons .icon {
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 0 10px;
}

.content-page .box-white {
  background: #fff;
}

.content-page .box-white.title {
  padding: 1.5rem 5rem 4rem 5rem;
}

@media screen and (max-width: 535px) {
  .content-page .box-white.title {
    padding: 1.5rem 2.5rem 4rem 2.5rem;
  }
}

.content-page .box-primary {
  background: #003883;
  color: #fff;
  font-size: 19px;
}

.content-page .crumbs {
  margin-bottom: 2rem;
}

.content-page .crumbs a {
  color: #3c3c3b;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}

.content-page .crumbs i {
  font-size: 12px;
  padding-left: 3px;
}

.content-page h1 {
  font-weight: 300;
  font-size: 34px;
  margin-bottom: 1.75rem;
}

.content-page .post-image {
  margin-left: -5rem;
  margin-right: -5rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 535px) {
  .content-page .post-image {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

.content-page .post-content img {
  max-width: 100%;
}

.content-page .at-below-post-page {
  margin-top: 3rem;
}

.content-page .side-box {
  padding: 2.5rem 1.5rem;
}

.content-page .side-box h2 {
  font-weight: 300;
  margin-bottom: 1rem;
}

.content-page .side-box ul {
  padding-left: 1.5rem;
}

.content-page .side-box .link {
  font-size: 16px;
  padding: 8px 0;
}

.content-page .side-box .link a {
  color: #fff;
}
.content-page .side-box .link a p {
  margin-bottom: 0;
}

html {
  margin: 0 !important;
}

body {
  font-family: 'Roboto';
  color: #3c3c3b;
}

header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px !important;
  margin-bottom: 32px;
}

header .content a {
  text-decoration: none;
}

header .content h1 {
  font-weight: 300;
  font-size: 28px;
  max-width: 500px;
  margin: 0;
  color: #3c3c3b;
}

header .top-level {
  background: #003883;
  height: 64px;
  width: 100%;
}

header .top-level div {
  height: inherit;
}

header .top-level .menu-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  header .top-level .menu-row {
    margin: 0;
  }
}

@media screen and (max-width: 475px) {
  header .top-level .menu-row .square-button:last-of-type {
    margin-right: 0 !important;
  }
}

header .top-level .menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

header .top-level .menu span {
  display: inline;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin: 0 15px;
}

header .top-level .menu span:first() {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  header .top-level .menu span {
    margin: 0 4px;
  }
}

header .top-level .actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .top-level .actions .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .mega {
  position: relative;
  width: 100%;
}

header .search.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 475px) {
  header .search.inline {
    display: none !important;
  }
}

header .search.nav {
  background: #003883;
  width: 100%;
}

header .search.nav form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15px;
}

header .search.nav form .text-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

@media screen and (min-width: 476px) {
  header .search.nav {
    display: none !important;
  }
}

#content,
.content-page {
  margin: 0;
}

.page-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position-x: 50%;
  background-repeat: no-repeat;
  width: 100%;
}

.tablepress th {
  background: #003883 !important;
  color: white;
  font-weight: 500;
}

.alignright {
  float: right;
  margin-left: 10px;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.alignleft,
.alignleft img,
.alignright,
.alignright img,
.aligncenter,
.aligncenter img,
.alignnone,
.alignnone img {
  width: unset !important;
  height: unset !important;
}

.post-content h2 {
  font-size: 1.5rem;
}

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 1.5rem;
}

.tablepress-table-name {
  font-size: 1.1rem !important;
}

.tablepress-table-description {
  color: #3c3c3b;
  margin-bottom: 10px;
}

@media print {
  .page-body {
    background-image: none !important;
  }

  .top-level {
    display: none !important;
  }

  .button {
    display: none !important;
  }

  footer {
    display: none !important;
  }

  .side-box * {
    color: black !important;
  }

  .box-primary {
    background: none !important;
  }

  .content-page .box-white {
    padding: 0 !important;
  }
 
/*# sourceMappingURL=style.css.map */