/* compiled by scssphp v0.3.2 on Tue, 03 May 2022 10:50:46 -0700 (0.2142s) */

/* !Start Variables */
/* Site Wide */
body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625rem;
  overflow-x: hidden;
  color: #475661;
  font-family: 'Muli', sans-serif;
}
.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.preheader {
  background: linear-gradient(45deg, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
}
.preheader p {
  color: white;
  font-size: 0.925em;
  padding: 10px;
  margin: 0;
  display: inline-block;
  line-height: 20px;
  font-weight: 600;
}
.preheader p a {
  color: white;
}
.no-gutter {
  padding: 0px;
  margin: 0;
}
.flash {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.flash.alert {
  margin-bottom: 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alert {
  border-radius: 0;
  border: none;
  color: #fff;
}
.alert.alert-danger {
  background-color: #f44336;
}
.alert.alert-success {
  background-color: #4caf50;
}
.alert.alert-info {
  background-color: #03a9f4;
}
.alert.alert-warning {
  background-color: #ff5722;
}
img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0;
}
img.responsive.pull-left, .img-responsive.pull-left {
  padding: 2rem 2rem 2rem 0;
}
img.responsive.pull-right, .img-responsive.pull-right {
  padding: 2rem 0 2rem 2rem;
}
img.full-width {
  width: 100%;
}
.news-wrap {
  margin: 2rem 1rem;
}
.news-header {
  background: #047b8d;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047b8d', endColorstr='#94ccac',GradientType=1);
  /* IE6-9 */
  color: #fff;
  border-color: transparent;
  padding: 20px 10px;
}
.news-header .title {
  color: #fff;
}
#news-content p, #news-content ul, #news-content li {
  font-size: 0.8rem;
  padding-left: 0;
}
#news-content li:before {
  content: '';
}
.news-item p {
  font-size: 0.85rem;
}
.scrim {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.flex {
  display: flex;
  align-items: center;
}
.flex.flex-center {
  justify-content: center;
}
.pad, .padded, .padding {
  padding: 3rem 0;
}
.no-pad {
  padding: 0;
}
.relative {
  position: relative;
}
.intro {
  text-align: center;
}
.lead {
  font-size: 1.8rem;
  color: #71b244;
  font-weight: bold;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #475661;
  opacity: 0.75;
}
.bg-img {
  background-size: cover;
  background-position: center;
}
.gradient {
  background: #71b244;
  background: -moz-linear-gradient(-45deg, #71b244 0%, #94cbac 100%);
  background: -webkit-linear-gradient(-45deg, #71b244 0%, #94cbac 100%);
  background: linear-gradient(135deg, #71b244 0%, #94cbac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorAlt',GradientType=1);
}
.gradient.primary {
  background: #71b244;
  background: -moz-linear-gradient(-45deg, #71b244 0%, #057c8e 100%);
  background: -webkit-linear-gradient(-45deg, #71b244 0%, #057c8e 100%);
  background: linear-gradient(135deg, #71b244 0%, #057c8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorDark',GradientType=1);
}
.gradient.secondary {
  background: -moz-linear-gradient(45deg, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColorAlt', endColorstr='$accentColorAltDark',GradientType=1);
}
.gradient.light {
  background: #fff;
  background: -moz-linear-gradient(-45deg, #fff 0%, #e2e2e2 100%);
  background: -webkit-linear-gradient(-45deg, #fff 0%, #e2e2e2 100%);
  background: linear-gradient(135deg, #fff 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primaryLightColor', endColorstr='$secondaryLightColor',GradientType=1);
}
.gradient.dark {
  background: #057c8f;
  background: -moz-linear-gradient(-45deg, #057c8f 0%, #71b244 100%);
  background: -webkit-linear-gradient(-45deg, #057c8f 0%, #71b244 100%);
  background: linear-gradient(135deg, #057c8f 0%, #71b244 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColorAltDark', endColorstr='$accentColor',GradientType=1);
}
.well {
  background: #e2e2e2;
  border: solid 1px #c6c6c6;
  box-shadow: none;
  padding: 1.5rem;
  border-radius: 0;
}
.item {
  margin-bottom: 0rem;
}
.social .fa {
  font-size: 1.25rem;
}
address ul, address .fa-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
address ul li .fa, address .fa-ul li .fa {
  padding-right: 0.5em;
}
.btn-blog.btn-ghost {
  border-color: #057c8e;
  color: #057c8e;
}
.btn-blog.btn-ghost:hover, .btn-blog.btn-ghost:focus {
  background: #057c8e;
  color: #fff;
}
.blog-post, .shoutout .item {
  position: relative;
  overflow: hidden;
}
.blog-post .cutout.alt, .shoutout .item .cutout.alt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: block;
  margin: -1px 0;
}
.blog-post .cutout.alt svg, .shoutout .item .cutout.alt svg {
  height: 100%;
}
.blog-post .cutout.alt svg path, .shoutout .item .cutout.alt svg path {
  fill: #fff;
}
.blog-post .even .cutout.alt, .shoutout .item .even .cutout.alt, .blog-post.alt .cutout.alt, .shoutout .item.alt .cutout.alt {
  transform: rotate(180deg);
  right: -1px;
}
.blog-post .even .blog-wrap, .shoutout .item .even .blog-wrap, .blog-post.alt .blog-wrap, .shoutout .item.alt .blog-wrap {
  padding: 3vw 3vw 3vw 0;
}
.blog-post .odd .blog-wrap, .shoutout .item .odd .blog-wrap {
  padding: 3vw 0 3vw 3vw;
}
.blog-image {
  background-size: cover !important;
  overflow: hidden;
}
.blog-snippet h3 {
  font-size: 2.2rem;
  margin-top: 0;
}
.blog-snippet h3 a {
  color: inherit;
}
.blog-snippet p {
  display: block;
}
.blog-snippet p:last-of-type {
  margin-bottom: 0;
}
.blog_card {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  border-radius: 0px;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.2);
  border: none;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
}
.blog_image {
  position: relative;
}
.blog_image img {
  width: 100%;
}
.blog_cardbody {
  height: 20rem !important;
  margin-top: 5px;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.blog_cardbody.featured {
  height: 25rem !important;
}
.blog_cardbody h4.title {
  font-size: 1.35rem;
}
.blog_cardbody p {
  font-size: 0.9rem;
}
.blog_cardbody p.blog_date {
  font-size: 0.75rem;
}
.blog_clear {
  clear: both;
}
.more-blog {
  background: #057c8e;
  padding: 2rem 0 1rem;
}
.more-blog .title, .more-blog p {
  color: white;
}
.more-blog .title {
  font-size: 2.25rem;
}
/* Tables */
table, .table {
  width: 100%;
  margin: 2rem 0;
}
table tr th, .table tr th, table tr td, .table tr td {
  vertical-align: middle !important;
}
table tr th, .table tr th, table tr td:first-child, .table tr td:first-child {
  background: #71b244;
  color: #fff;
  font-size: 1.25rem;
}
table tr td, .table tr td {
  border: 1px #c6c6c6 solid;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  line-height: 1.3;
}
table tr td strong, .table tr td strong {
  color: #71b244;
}
table > thead > tr > th, .table > thead > tr > th {
  border-bottom-color: #057c8e;
}
table > tbody > tr > th, .table > tbody > tr > th, table > tbody > tr > td:first-child, .table > tbody > tr > td:first-child {
  border-color: #057c8e;
}
table.table-striped > tbody > tr:nth-child(odd), .table.table-striped > tbody > tr:nth-child(odd) {
  background-color: #e2e2e2;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #057c8e;
  font-family: 'Muli', sans-serif;
  margin: 1em 0 0.5em 0;
  font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  display: block;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  margin-top: 0;
}
h1.title small, h2.title small, h3.title small, h4.title small, h5.title small, h6.title small {
  color: #71b244;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  font-weight: 700;
}
h1 {
  font-size: 3.25rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2.75rem;
}
h4 {
  font-size: 1.75rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1rem;
}
p, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination), ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) {
  font-size: 1.12rem;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 1em;
}
p big, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) big, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) big, p .lead, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) .lead, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) .lead {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: -0.03em;
}
ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li {
  margin-bottom: 0;
}
ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li a {
  color: #475661;
}
ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a:hover, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li a:hover, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a:focus, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li a:focus {
  color: #71b244;
}
ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) {
  list-style: none;
  padding-left: 1rem;
}
ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1em;
}
ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li:before {
  content: '\f105';
  display: inline-block;
  font-family: fontAwesome;
  color: #71b244;
  font-weight: 900;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
}
ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li ul {
  list-style: none !important;
  margin: 1em 0;
}
a {
  color: #057c8e;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  color: #057c8e;
}
ul li a, ol li a {
  color: #057c8e;
}
.content ul li a {
  color: #057c8e !important;
}
.divider-bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#047b8d+0,008f77+33,70b144+66,94ccac+100 */
  background: #047b8d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047b8d', endColorstr='#94ccac',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  height: 5px;
  display: block;
}
hr {
  height: 1px;
  margin: 20px 0;
  border-color: transparent;
  background: #047b8d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047b8d', endColorstr='#94ccac',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* Buttons */
.btn {
  border-radius: 50px;
  padding: 1.25em 2.5em;
  font-size: 0.8rem;
  border: 2px #475661 solid;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn .fa {
  margin-left: 0.5rem;
  font-weight: 900;
}
.btn-small, .btn-sm {
  font-size: 0.6rem;
}
.btn-large, btn-lg, .btn-lrg {
  font-size: 1rem;
}
.btn-default {
  background-color: #475661;
  color: #fff;
  border-color: #475661;
}
.btn-default:hover, .btn-default:focus {
  background-color: #2e3b44;
  color: #fff;
  border-color: #2e3b44;
}
header .btn-primary {
  margin-top: 17px;
}
.btn-primary {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#047b8d+0,008f77+33,70b144+66,94ccac+100 */
  background: #047b8d;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(4, 123, 141, 1) 0%, rgba(0, 143, 119, 1) 33%, rgba(112, 177, 68, 1) 66%, rgba(148, 204, 172, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047b8d', endColorstr='#94ccac',GradientType=1);
  /* IE6-9 */
  color: #fff;
  border-color: transparent;
  border-width: 0px;
  transition: all 0.25s ease-in-out;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #057c8e;
  background: #057c8e;
  background: #057c8e;
  background: #057c8e;
  background: #057c8e;
  background: #057c8e;
  color: #fff;
}
.btn-secondary {
  background-color: #94cbac;
  color: #fff;
  border-color: #94cbac;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #057c8f;
  color: #fff;
  border-color: #057c8f;
}
.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ghost:hover, .btn-ghost:focus {
  background-color: #fff;
  color: #475661;
  border-color: #fff;
}
.btn-inverse {
  background-color: #fff;
  color: #475661;
  border-color: #fff;
}
.btn-inverse:hover, .btn-inverse:focus {
  background-color: #e2e2e2;
  color: #475661;
  border-color: #e2e2e2;
}
/* Header */
header {
  padding: 0 0 5px 0;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: fixed;
  z-index: 9999;
  background: #fff;
}
header .logo {
  max-height: 110px;
}
.dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #057c8e;
  top: -12px;
  left: 24px;
}
/* Navigation */
.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
}
.navbar-default .navbar-nav > li {
  font-size: 0.81em;
}
.navbar-default .navbar-nav > li > a {
  color: #2e3b44;
  line-height: 3.35;
  padding: 15px 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #71b244;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  background: #057c8e;
  padding: 0;
}
.navbar-default .navbar-nav > li li > a {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .1);
  line-height: 2.2;
  padding: 7px 20px;
}
.navbar-default .navbar-nav > li li > a:hover, .navbar-default .navbar-nav > li li > a:focus {
  color: #fff;
  background-color: #71b244;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #71b244;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #71b244;
}
.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #71b244;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #71b244;
}
.navbar-default .navbar-nav.navbar-right .dropdown-menu {
  right: auto;
}
.navbar-default .navbar-toggle {
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 1.25rem 0 1.25rem 2rem;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #475661;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #e2e2e2;
  margin-top: 5px;
  margin-right: -10px;
}
/* MM Menu */
.mm-slideout {
  box-shadow: none !important;
}
.mm-menu {
  background-color: #fff;
}
.mm-menu .mm-panel {
  border: none;
  border-radius: 0;
}
.mm-menu .mm-panel.mm-highest {
  box-shadow: none;
}
.mm-menu > .mm-list {
  padding: 0;
  margin-top: 0 !important;
}
.mm-menu > .mm-list > li {
  width: 100%;
}
.mm-menu > .mm-list > li a {
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  color: #475661;
  padding: 1em 1.5em !important;
  border: none;
  font-size: 1rem;
}
.mm-menu > .mm-list > li a .fa {
  display: none;
}
.mm-menu > .mm-list > li a:hover, .mm-menu > .mm-list > li a:focus {
  background: transparent;
}
.mm-menu > .mm-list > li:hover, .mm-menu > .mm-list > li:focus {
  background: #fff;
}
.mm-menu > .mm-list > li:hover a, .mm-menu > .mm-list > li:focus a {
  color: #71b244;
}
.mm-menu > .mm-list > li:hover a:hover, .mm-menu > .mm-list > li:focus a:hover, .mm-menu > .mm-list > li:hover a:focus, .mm-menu > .mm-list > li:focus a:focus {
  background: transparent;
}
.mm-menu > .mm-list > li:hover .mm-subopen:hover, .mm-menu > .mm-list > li:focus .mm-subopen:hover, .mm-menu > .mm-list > li:hover .mm-subopen:focus, .mm-menu > .mm-list > li:focus .mm-subopen:focus {
  background: #057c8e;
}
.mm-menu > .mm-list > li a.mm-subclose {
  background: #71b244;
  color: #fff;
  margin: 0;
}
.mm-menu > .mm-list > li a.mm-subclose:before {
  border-color: #fff;
  bottom: 70%;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
  border-color: #2e3b44;
  opacity: 0.5;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  border-color: #e2e2e2;
  opacity: 0.7;
}
.mm-menu > .mm-list > li.mm-selected.open {
  border-color: #71b244;
}
.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
  background: transparent;
  color: #71b244;
  border-color: #71b244;
}
.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
  background: #71b244;
}
.mm-menu > .mm-list > li.active {
  border-color: #71b244;
}
.mm-menu > .mm-list > li.active > a {
  color: #71b244;
}
.mm-menu > .mm-list > li.mm-subtitle {
  border-color: #71b244;
  transition: all 0.3s;
}
.mm-menu > .mm-list > li.mm-subtitle:hover, .mm-menu > .mm-list > li.mm-subtitle:focus {
  border-color: #057c8e;
}
.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, .mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, .mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, .mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
  background: #057c8e;
}
.mm-menu > .mm-list .mm-subopen {
  background: #71b244;
}
.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 45%;
}
.mm-menu > .mm-list .mm-subopen:hover, .mm-menu > .mm-list .mm-subopen:focus {
  background: #057c8e;
}
.step-card {
  margin-bottom: 60px;
}
.step-icon {
  text-align: center;
  position: relative;
}
.step-icon em {
  position: absolute;
  width: 100%;
  font-size: 160px;
  text-align: left;
  left: 0px;
  font-style: normal;
  font-weight: 900;
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.step-icon .material-icons {
  font-size: 90px;
  color: #71b244;
  z-index: 99;
  position: relative;
  opacity: 0.8;
}
.step-card h4 {
  font-size: 1rem;
  color: #888 !important;
}
/* Carousel */
.carousel img {
  width: 100%;
}
.carousel .carousel-caption {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0;
  text-shadow: 0 4px 10px #0f917a;
}
.carousel .carousel-caption.left {
  text-align: left;
}
.carousel .carousel-caption.right {
  text-align: right;
}
.carousel .carousel-caption.center {
  text-align: center;
  justify-content: center;
}
.carousel .carousel-caption h3 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  line-height: 100%;
  text-shadow: 0 4px 10px #087f8d;
  vertical-align: middle;
  font-size: 5rem;
  letter-spacing: -0.1em;
  pointer-events: none;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  font-weight: 600;
  color: #fff;
}
.carousel .carousel-caption p {
  font-size: 1.5rem;
}
.carousel .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0 1px !important;
  border-width: 2px;
}
.carousel .carousel-control {
  background: transparent;
  width: 8%;
}
.carousel .carousel-control.left .fa {
  right: 100%;
}
.carousel .carousel-control.right .fa {
  left: 100%;
}
.carousel .carousel-control .fa {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  font-size: 3rem;
  text-shadow: none;
  transition: all 0.3s;
}
.carousel .carousel-control:hover.left .fa, .carousel .carousel-control:focus.left .fa {
  right: 50%;
}
.carousel .carousel-control:hover.right .fa, .carousel .carousel-control:focus.right .fa {
  left: 50%;
}
.carousel .carousel-inner .item {
  margin-bottom: 0;
}
/* Shoutout */
/* Shoutout */
.shoutout .item {
  overflow: hidden;
}
.shoutout .item .wrap-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.shoutout .item .wrap {
  padding: 20vh 5vw;
  position: relative;
  z-index: 9;
  max-width: 1100px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.shoutout .item .wrap h3 {
  font-size: 7vh;
  color: #fff;
  font-weight: 900;
  line-height: 0.85;
  margin-bottom: 0.2em;
}
.shoutout .item .wrap h3 a {
  color: inherit;
}
.shoutout .item .wrap p {
  color: #fff;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 31px;
  margin-bottom: 26px;
}
.shoutout .item .scrim {
  z-index: 5;
  background: linear-gradient(135deg, rgba(136, 195, 139, 0.15) 0%, rgba(26, 26, 26, 0.5) 15%, rgba(4, 144, 117, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  top: 0;
}
.shoutout .item:nth-child(even) .wrap {
  float: right;
  text-align: right;
}
.shoutout .item:nth-child(even) .scrim {
  background: -moz-linear-gradient(-45deg, rgba(216, 26, 41, 0.0) 0%, rgba(26, 26, 26, 0.0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(216, 26, 41, 0) 0%, rgba(26, 26, 26, 0.0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(216, 26, 41, 0) 0%, rgba(26, 26, 26, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dd81a29', endColorstr='#591a1a1a',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* Blog */
.blog-image {
  display: block;
  background-color: #e2e2e2;
  background-position: center;
  background-origin: border-box;
  background-size: cover;
}
/* CTA */
.cta {
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset;
}
.cta h4 {
  color: #fff;
  font-size: 2.5em;
}
.cta p {
  color: #fff;
}
.cta .overlay {
  opacity: 0.85;
}
.cta.light h4 {
  color: #475661;
}
.cta.light p {
  color: #475661;
}
.cta.no-photo .overlay {
  opacity: 1;
}
/* Child Pages */
/* Special Content */
.spec-content img.visible-xs {
  width: 100%;
}
.spec-content .item {
  margin-bottom: 0;
  /* Main styles for all layouts */
  /* Layouts */
}
.spec-content .item h3, .spec-content .item h4 {
  color: #fff;
}
.spec-content .item h3 small, .spec-content .item h4 small {
  color: #475661;
}
.spec-content .item p {
  color: #fff;
}
.spec-content .item.primary {
  background-color: #71b244;
}
.spec-content .item.primary p, .spec-content .item.primary li {
  color: #fff;
}
.spec-content .item.primary p:before, .spec-content .item.primary li:before {
  color: #057c8f !important;
}
.spec-content .item.secondary {
  background-color: #94cbac;
}
.spec-content .item.secondary h3 small {
  color: #fff;
}
.spec-content .item.secondary p, .spec-content .item.secondary li {
  color: #fff;
}
.spec-content .item.secondary p:before, .spec-content .item.secondary li:before {
  color: #057c8f !important;
}
.spec-content .item.dark {
  background-color: #057c8f;
}
.spec-content .item.dark h3 {
  color: #fff;
}
.spec-content .item.dark h3 small {
  color: #fff;
}
.spec-content .item.dark p, .spec-content .item.dark ul li, .spec-content .item.dark ol li, .spec-content .item.dark a {
  color: #fff;
}
.spec-content .item.light {
  background-color: #e2e2e2;
}
.spec-content .item.light h3, .spec-content .item.light h4 {
  color: #71b244;
}
.spec-content .item.light p {
  color: #475661;
}
.spec-content .item.white {
  background-color: #fff;
}
.spec-content .item.white h3, .spec-content .item.white h4 {
  color: #71b244;
}
.spec-content .item.white h3 small, .spec-content .item.white h4 small {
  color: #475661;
}
.spec-content .item.white p {
  color: #475661;
}
.spec-content .item.reg.primary, .spec-content .item.bg-img .overlay.primary {
  background-color: #71b244;
}
.spec-content .item.reg.secondary, .spec-content .item.bg-img .overlay.secondary {
  background-color: #94cbac;
}
.spec-content .item.reg.dark, .spec-content .item.bg-img .overlay.dark {
  background-color: #057c8f;
}
.spec-content .item.reg.light, .spec-content .item.bg-img .overlay.light {
  background-color: #e2e2e2;
}
.spec-content .item.reg.white, .spec-content .item.bg-img .overlay.white {
  background-color: #fff;
}
.spec-content .item .overlay {
  opacity: 0.85;
}
/* FAQ */
.faq a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #475661;
  font-weight: 400;
  font-size: 1.25rem;
  border-bottom: 1px solid #057c8f;
}
.faq a:hover, .faq a:hover::after {
  cursor: pointer;
  color: #71b244;
}
.faq a:hover::after {
  border: 1px solid #71b244;
}
.faq a::after {
  font-family: FontAwesome;
  content: '\f067';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 0.8rem;
  color: #475661;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #475661;
  text-align: center;
}
.faq a.active {
  color: #71b244;
  border-bottom: 1px solid #71b244;
}
.faq a.active::after {
  font-family: 'FontAwesome';
  content: '\f068';
  color: #71b244;
  border: 1px solid #71b244;
}
.faq .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}
.anniversary-logo {
  width: 100px;
  position: relative;
  padding: 0 !important;
  margin-right: 20px;
}
/* Gallery */
.gallery .item {
  margin: 0;
  padding: 2px;
}
.logos img {
  float: none;
  display: inline-block;
  margin-right: 15px;
}
/* Footer */
footer.footer {
  background: #fff;
  padding: 2% 0;
}
footer.footer .logos {
  text-align: center;
}
footer.footer .logos img {
  float: none;
  display: inline-block;
  margin-right: 15px;
}
footer.footer a {
  color: #057c8e;
}
footer.footer .fa-ul {
  margin: 0;
  padding: 0;
}
footer.footer p {
  font-size: 0.75rem;
  text-align: center;
}
/* Media Queries */
@media (min-width: 1300px) {
  .blog_cardbody.featured {
    height: 23rem !important;
  }
}
@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 25%;
  }
}
@media (max-width: 1199px) {
  body, html {
    font-size: 16px;
  }
  .btn-small, .btn-sm {
    font-size: 0.7rem;
  }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    margin-top: 0.25em;
  }
  header .logo {
    margin-top: 15px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 15px 4px;
    font-size: 0.8rem;
  }
}
@media (min-width: 991px) {
  .middle-text {
    margin-top: 20%;
  }
}
@media (max-width: 991px) {
  .preheader p {
    color: white;
    font-size: 1.1rem;
    padding: 10px;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    font-weight: 600;
    width: 100% !important;
    text-align: center !important;
  }
  .blog_cardbody {
    height: 17rem !important;
  }
  .blog_cardbody.featured {
    height: 28rem !important;
  }
  .blog_item {
    height: 39rem;
  }
  .blog_clear {
    clear: unset;
  }
  .pad {
    padding: 4rem 0;
  }
  body, html {
    font-size: 14px;
  }
  header .logo {
    margin: 0 auto;
  }
  header .btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 5px 0 0;
  }
  .anniversary-logo {
    width: 100px;
    position: absolute;
    padding: 0;
    margin-right: 20px;
    top: 5px;
    left: 15px;
  }
  .navbar-default {
    text-align: center;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1rem;
    padding: 15px 10px;
  }
  .carousel .carousel-caption h3 {
    font-size: 4rem;
  }
  .intro {
    background: #efefef;
  }
  .news-wrap {
    padding: 2rem 0;
    margin: 2rem 1rem;
  }
  .news-item p {
    font-size: 1em;
  }
  .news-item .pad {
    padding: 2rem 0 0 0;
  }
  .news-item .same {
    height: auto !important;
  }
  .shoutout .item .wrap {
    padding: 4rem 0;
  }
  .shoutout .item .wrap h3 {
    font-size: 3rem !important;
  }
  .blog-post .cutout, .blog-post .cutout.alt {
    display: none;
  }
  .blog-post .odd .blog-wrap {
    padding: 2rem 0;
  }
  .blog-post .same {
    height: auto !important;
  }
  .blog-post .blog-image {
    display: none !important;
  }
  .blog .same {
    height: auto !important;
  }
  .blog-snippet {
    margin-bottom: 2rem;
  }
  .staff-wrapper {
    opacity: 1 !important;
  }
  .staff-wrapper .staff-content {
    bottom: 35%;
    color: #fff;
    display: none;
    width: 100%;
    padding: 5%;
  }
}
@media (min-width: 768px) {
  .blog-page .container-fluid {
    display: flex;
    justify-content: center;
  }
  .blog_item {
    max-width: 25rem;
  }
  .blog-btn {
    position: absolute;
    bottom: 2rem;
  }
  #view-container {
    padding-top: 242px;
  }
}
@media (max-width: 767px) {
  .blog_cardbody {
    height: unset !important;
  }
  .blog_cardbody.featured {
    height: unset !important;
  }
  .blog_item {
    height: unset !important;
  }
  #view-container {
    margin-top: 100px;
  }
  .text-center, .text-right {
    text-align: left;
  }
  .same {
    height: auto !important;
  }
  .flex {
    display: block !important;
  }
  .pad {
    padding: 2rem 0;
  }
  p {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  header .logo {
    margin: 0;
    max-height: 50px;
  }
  header .btn {
    display: none;
  }
  .carousel {
    margin-top: 50px;
  }
  .carousel .carousel-caption {
    position: static;
    background: #e2e2e2;
    display: block;
    text-shadow: none;
    text-align: left;
    padding: 2rem 0;
  }
  .carousel .carousel-caption.left, .carousel .carousel-caption.right, .carousel .carousel-caption.center {
    text-align: left;
  }
  .carousel .carousel-caption h3 {
    color: #475661;
    font-size: 2.75rem;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 0;
    text-shadow: none;
  }
  .carousel .carousel-caption p {
    color: #475661;
  }
  .carousel .carousel-caption p:first-of-type {
    margin-top: 1rem;
  }
  .scrim, .carousel-control, .carousel-indicators {
    display: none;
  }
  .intro {
    text-align: left;
  }
  .intro p:last-of-type {
    margin-bottom: 0;
  }
  .cta {
    text-align: left;
  }
  .spec-content .item .bg-img, .spec-content .item.bg-img {
    background-image: none !important;
  }
  .spec-content .item .overlay {
    display: none;
  }
  .lead {
    font-size: 1.4em;
  }
  .news-wrap {
    padding: 2rem 0;
    margin: 2rem 1rem;
  }
  .news-item p {
    font-size: 1.2rem;
  }
  .news-item .pad {
    padding: 1rem 0 0 0;
  }
  .shoutout .item.bg-cover {
    background: none !important;
  }
  .shoutout .item .wrap {
    padding: 2rem 15px !important;
    text-shadow: none;
  }
  .shoutout .item .wrap h3 {
    color: #71b244;
    font-size: 2.75rem !important;
    margin-bottom: 0.5em;
  }
  .shoutout .item .wrap p {
    color: #475661;
    line-height: inherit;
  }
  .shoutout .item .wrap p:last-of-type {
    margin-bottom: 0;
  }
  .blog-snippet h3 {
    font-size: 2rem;
    margin: 0 0 0.5em 0;
  }
  .blog-snippet p:last-of-type {
    margin-bottom: 0;
  }
  .staff-wrapper .staff-content {
    display: block;
    background: -moz-linear-gradient(45deg, rgba(5, 124, 143, 0.65) 0%, rgba(45, 153, 110, 0.65) 100%);
    background: -webkit-linear-gradient(45deg, rgba(5, 124, 143, 0.65) 0%, rgba(45, 153, 110, 0.65) 100%);
    background: linear-gradient(45deg, rgba(5, 124, 143, 0.65) 0%, rgba(45, 153, 110, 0.65) 100%);
    background: -webkit-linear-gradient(45deg, rgba(5, 124, 143, 0.65) 0%, rgba(45, 153, 110, 0.65) 100%);
    opacity: 0.9;
  }
  footer.footer .logos {
    text-align: left;
    padding: 2rem 15px;
  }
  footer.footer .logos img {
    max-height: 50px;
  }
  footer.footer p {
    text-align: left;
  }
  footer.footer .social {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  .carousel .carousel-caption h3 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 800px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #e2e2e2;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: right;
    width: 100%;
  }
  #no-more-tables td:before {
    position: absolute;
    top: 15px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
  .shoutout .item .wrap {
    padding: 10vh 15px;
  }
  .shoutout .item .wrap h3 {
    font-size: 9vh;
  }
  .shoutout .item:nth-child(even) .wrap {
    float: none;
    text-align: left;
  }
}
@media (min-width: 990px) {
  #view-container {
    padding-top: 124px;
  }
  .logo {
    margin-top: 5px;
  }
}
@media (min-width: 990px) and (max-width: 1015px) {
  .img-responsive.anniversary-logo {
    display: none;
  }
}
@media (max-width: 1550px) {
  .fl-width {
    width: 100% !important;
  }
  .landing-video {
    margin-top: 0px !important;
  }
}
.landing-video {
  margin-top: 285px;
}
.btn-blue {
  background-color: #047b8d !important;
  background: #047b8d !important;
  margin-left: 10px;
  width: 45%;
}
.btn-green {
  background-color: #71b244 !important;
  background: #71b244 !important;
  margin-right: 10px;
  width: 45%;
}
.future-pg-title {
  font-weight: 400;
  font-size: 28px;
  margin-top: 20px;
}
@keyframes percent {
  0% {
    color: #71b244;
  }
  25% {
    color: #057c8e;
  }
  50% {
    color: #94cbac;
  }
  100% {
    color: #057c8f;
  }
}
/* The element to apply the animation to */
.percent {
  color: #71b244;
  animation-name: percent;
  animation-duration: 4s;
  animation-iteration-count: 10;
}
.wrappers {
  margin: auto;
}
.containerOne {
  flex: 1;
  padding: 0 20px;
}
