/* apply a natural box layout model to all elements */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWA.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOWA.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL8.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCL8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px;
  position: relative;
}
.central.narrow {
  max-width: 1100px!important;
}
.central.x-narrow {
  max-width: 880px!important;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: Georgia, serif;
}
.sans-serif {
  font-family: Arial, Helvetica, sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.mobile-nav {
  height: 0;
  overflow: hidden;
}
.mobile-nav.active {
  height: auto;
}
.mobile-nav ul.menu {
  width: 100%;
  background: #025da1;
  padding: 0;
  margin: 0;
}
.mobile-nav ul.menu > li {
  display: block;
  text-align: center;
  overflow: hidden;
}
.mobile-nav ul.menu > li > ul.sub-menu {
  height: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-nav ul.menu > li > ul.sub-menu > li {
  padding: 0;
  margin: 0;
  background: #444;
}
.mobile-nav ul.menu > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  letter-spacing: .08em;
}
.mobile-nav ul.menu > li > ul.sub-menu > li > ul.sub-menu {
  height: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-nav ul.menu > li > ul.sub-menu > li > ul.sub-menu > li {
  padding: 0;
  margin: 0;
  background: #5e9900;
}
.mobile-nav ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  font-size: 13px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'Bitter', serif;
  font-size: 16px;
  font-style: italic;
  opacity: 0;
  letter-spacing: .04em;
  text-transform: none;
}
.mobile-nav ul.menu > li a {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  display: block;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-toggle {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none;
  z-index: 500;
  display: none;
  background: transparent;
  border: none;
}
.menu-toggle:hover {
  cursor: pointer;
}
@media only screen and (max-width: 880px) {
  .site-header {
    position: relative;
    background: #04386f;
  }
  .main-navigation {
    display: none;
  }
  .site-branding img.logo {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    max-width: 180px;
    margin-top: 15px;
  }
  .menu-toggle {
    display: inline-block;
  }
  h5.section-head {
    font-size: 36px!important;
  }
  h6.subtitle {
    font-size: 24px!important;
  }
  #primary,
  #secondary {
    padding: 20px 10px 20px 10px;
  }
  .banner-section.homepage {
    height: auto;
  }
  .banner-section.homepage .banner-content {
    position: relative;
    width: 100%;
    top: auto;
    transform: none;
  }
  .banner-section.homepage .banner-content div.banner-text {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .banner-section.homepage .banner-button-wrap {
    position: relative;
  }
  .banner-section.homepage .banner-links {
    text-align: center;
    margin-top: 50px;
    position: relative;
    width: 100%;
    max-width: 100%;
    top: auto;
    transform: none;
    right: auto;
  }
  .banner-section.homepage .banner-links .banner-link-item {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
  }
  .banner-section.subpage {
    height: auto;
  }
  .banner-section.subpage .banner-content {
    max-width: 100%;
    padding: 50px 20px 50px 20px;
    top: auto;
    transform: none;
  }
  .banner-section.subpage .banner-content h1 {
    font-size: 44px!important;
  }
  .footer-branding,
  .footer-social,
  .footer-contact {
    margin: 10px 0 10px 0;
  }
  .footer-content .footer-contact {
    padding: 20px 0 20px 0!important;
  }
  .footer-form {
    background-size: 400% auto!important;
  }
  .footer-form #gform_wrapper_2 ul.gform_fields li.gfield {
    padding: 10px!important;
  }
  #action-rotator .slick-slide {
    padding-bottom: 20px!important;
  }
  .action-rotator-item {
    width: 240px;
    height: 240px;
  }
  button.slick-arrow.slick-next {
    right: 5px!important;
  }
  button.slick-arrow.slick-prev {
    left: 5px!important;
  }
  #data-rotator {
    margin-bottom: 30px;
  }
  #data-rotator .slick-slide {
    outline: none;
  }
  #data-rotator .slick-slide:nth-of-type(3n+2) .data-item {
    background: #5e9900;
  }
  #data-rotator .slick-slide:nth-of-type(3n+3) .data-item {
    background: #a52f2e;
  }
  #data-rotator .slick-slide:nth-of-type(3n+4) .data-item {
    background: #ff9001;
  }
  #data-rotator .data-item {
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 30px;
    background: #025da1;
  }
  #data-rotator .data-item .text {
    position: relative;
    width: 100%;
    top: auto;
    text-align: center;
    transform: none;
    padding: 25px;
    background: transparent!important;
  }
  #data-rotator .data-item img.icon {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    height: auto;
  }
  .stats > div {
    border: none!important;
    padding: 20px!important;
  }
  .stats > div:nth-child(even) {
    border-top: 2px solid #025da1 !important;
    border-bottom: 2px solid #025da1 !important;
  }
  .stats > div .number {
    font-size: 36px;
  }
  .spotlight-item .title {
    background-position: top center!important;
    background-size: 110% auto!important;
    font-size: 24px;
    padding-bottom: 80px!important;
  }
  .spotlight-item h5.section-head {
    font-size: 40px!important;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-hide {
    display: none!important;
  }
  #get-started {
    text-align: center;
  }
  #get-started svg#purple-arrow {
    display: none;
  }
  #get-started .icon-item {
    text-align: center;
    width: auto;
    margin: 20px;
    max-width: 100%;
    display: block;
  }
  #get-started .icon-item h6 {
    font-size: 24px!important;
  }
  #get-started .icon-item img {
    display: inline-block;
    vertical-align: top;
    max-width: 240px;
  }
  #filter-menu-wrap .filter-item {
    margin: 10px 0 10px 0!important;
  }
  .blog-item .image h5 {
    font-size: 30px!important;
  }
}
@media only screen and (max-width: 480px) {
  #spotlight-rotator {
    padding: 20px!important;
  }
  .spotlight-item.large {
    padding: 20px;
  }
  .spotlight-item.large .stats-wrap {
    padding: 20px!important;
    display: none;
  }
  .spotlight-item.large h5.section-head {
    font-size: 24px!important;
  }
  .spotlight-item.large .title {
    display: none;
  }
  .spotlight-item.large .content {
    padding: 0;
  }
  .spotlight-item.large .content .image {
    display: none;
  }
  .spotlight-item.large .content .button {
    font-size: 14px!important;
  }
  .blog-item .image h5 {
    font-size: 22px!important;
  }
}

/*# sourceMappingURL=devices.css.map */