body {
  height: 100%;
  font-family: Roboto, sans-serif;
  color: #516983;
  font-size: 1rem;
  line-height: 1.5em;
}

#printHeader,
#printFooter {
  display: none;
}

h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #084b75;
  font-size: 1.875rem;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h2 {
  margin-top: 1em;
  margin-bottom: 0.375em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #084b75;
  font-size: 1.625rem;
  line-height: 1.25em;
  font-weight: 700;
}

h3 {
  margin-top: 1em;
  margin-bottom: 0.375em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #b90e1d;
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 400;
}

h4 {
  margin-top: 1em;
  margin-bottom: 0.375em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #084b75;
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h5 {
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #b90e1d;
  font-size: 0.9375rem;
  line-height: 1.375em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #084b75;
  font-size: 0.75rem;
  line-height: 1.375em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00609c;
  text-decoration: none;
}

a:hover {
  color: #b90e1d;
  text-decoration: none;
}

ul {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  padding-left: 1.125em;
}

ol {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  padding-left: 1.125em;
}

li {
  margin-bottom: 0.5em;
}

label {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}

.button,
.primary,
.secondary,
.tertiary,
button[type="submit"] {
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.375rem 1rem;
  border-radius: 0em;
  background-color: #0d3968;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.primary,
.secondary,
.tertiary,
button[type="submit"] {
  padding: 0.375rem 1rem !important;
  border: 0 none !important;
}

.button:hover,
.primary:hover,
.secondary:hover,
.tertiary:hover,
button[type="submit"]:hover {
  background-color: #b90e1d;
  color: #fff;
}

.primary:hover,
button[type="submit"]:hover {
  background-color: #b90e1d !important;
}

.button.secondary,
.secondary {
  margin-left: 1rem;
  background-color: #b90e1d;
}

.button.secondary:hover,
.secondary:hover {
  background-color: #084b75;
}

.secondary:hover {
  background-color: #084b75 !important;
}

.button.tertiary,
.tertiary {
  margin-left: 1rem;
  background-color: #666c77;
}

.button.tertiary:hover,
.tertiary:hover {
  background-color: #084b75;
}

.tertiary:hover {
  background-color: #084b75 !important;
}

.button.header-search-button-desktop {
  width: 25%;
  height: 2.25rem;
  min-width: 2.25rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  float: left;
  border-radius: 0em;
  background-image: url('../images/search_wht.svg');
  background-position: 50% 50%;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0);
}

.button.header-search-button-desktop:hover {
  background-color: #b90e1d;
}

.button.mobile-search-form-button {
  width: 25%;
  height: 3rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  float: left;
  border-radius: 0em;
  background-image: url('../images/search_wht.svg');
  background-position: 50% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0);
}

.button.mobile-search-form-button:hover {
  background-color: #b90e1d;
}

.button.slider-button {
  margin-top: 0.5em;
  padding: 0.5em 1em;
  background-color: rgba(172, 10, 24, .8);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button.slider-button:hover {
  background-color: rgba(230, 18, 36, .8);
}

.button.sidebar-search-form-button {
  width: 25%;
  height: 2.25rem;
  max-width: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  float: left;
  background-image: url('../images/search_wht.svg');
  background-position: 50% 50%;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0.875rem;
}

.nav-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  border-top: 2px solid #b90e1d;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(245, 250, 253, .7), rgba(245, 250, 253, 0));
  background-image: linear-gradient(180deg, rgba(245, 250, 253, .7), rgba(245, 250, 253, 0));
}

.nav-logo-block {
  z-index: 1000;
  padding: 10px 0px;
  border-bottom-right-radius: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #083c75;
  font-weight: 400;
  text-decoration: none;
}

.nav-logo-block:hover {
  color: #083c75;
}

.nav-menu {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1px;
  float: left;
  box-shadow: inset 1px 0 0 0 #fff;
  text-align: center;
}

.nav-link {
  margin-right: 1px;
  padding: 1rem 1.075rem;
  float: left;
  box-shadow: 1px 0 0 0 #fff;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #084b75;
  font-size: 1.1875rem;
  font-weight: 400;
}

.nav-link:hover {
  background-color: #0d3968;
  background-image: url('../images/diagonal-noise_blk35.png');
  background-position: 0px 0px;
  background-size: 100px 100px;
  box-shadow: 1px 0 0 0 #fff, 0 -2px 0 0 #b90e1d, inset 0 -1px 0 0 hsla(0, 0%, 100%, .25);
  color: #fff;
}

.nav-link.w--current {
  background-color: #0d3968;
  background-image: url('../images/diagonal-noise_blk35.png');
  background-position: 0px 0px;
  background-size: 100px 100px;
  box-shadow: 1px 0 0 0 #fff, 0 -2px 0 0 #b90e1d, inset 0 -1px 0 0 hsla(0, 0%, 100%, .35);
  color: #fff;
}

.nav-link.w--current:hover {
  background-color: #0d3968;
  box-shadow: 1px 0 0 0 #fff, 0 -2px 0 0 #b90e1d, inset 0 -1px 0 0 hsla(0, 0%, 100%, .35);
  color: #fff;
}

.nav-link.dropdown-toggle {
  text-align: center;
}

.nav-link.dropdown-toggle.two-part-button-toggle {
  padding-right: 1rem;
}

.nav-dropdown {
  float: left;
}

.nav-dropdown.two-part-button {
  float: right;
}

.nav-dropdown-icon {
  width: 1rem;
  height: 1rem;
}

.nav-logo-image {
  width: 200px;
  min-width: 0px;
  float: left;
  clear: none;
}

.nav-logo-text {
  margin-top: 0.5em;
  margin-right: 0.125em;
  margin-left: 0.125em;
  float: left;
}

.nav-menu-button {
  position: relative;
}

.nav-dropdown-list {
  top: 100%;
  padding: 0.25rem 0.25rem 0.5rem;
  background-color: #133861;
  box-shadow: 0 3px 9px -3px rgba(0, 0, 0, .5);
  text-align: left;
}

.nav-dropdown-link {
  width: 100%;
  padding: 0.5em 2rem 0.5em 0.75rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.375em;
  text-decoration: none;
}

.nav-dropdown-link:hover {
  background-color: #b90e1d;
  color: #fff;
}

.nav-dropdown-link.w--current {
  background-color: #fff;
  color: #0d3968;
}

.nav-dropdown-link.w--current:hover {
  background-color: #b90e1d;
  color: #fff;
}

.nav-two-part-button {
  float: none;
}

.two-part-button-arrow {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 0px;
  min-width: 0px;
  float: right;
  background-image: url('../images/icon_arrow2_right_wht.svg');
  background-position: 50% 50%;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}

.form-wrapper {
  margin-bottom: 3rem;
}

.form-field-label {
  margin-top: 0rem;
  margin-bottom: 0.25rem;
}

.form-checkbox-field {
  margin-bottom: 0.5rem;
}

.form-checkbox {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
}

.form-session-message {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #000;
  color: #fff;
}

.form-session-message.success {
  background-color: #6bb35f;
}

.form-session-message.error {
  background-color: #d64949;
}

.form-radio-button-field {
  margin-bottom: 0.5rem;
}

.form-radio-button {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
}

.form-session-message-title {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.form-session-message-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  padding-right: 2px;
  padding-bottom: 6px;
  padding-left: 2px;
}

.slider {
  position: relative;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 76%, 0);
}

.slider-mask {
  position: relative;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slider-arrow {
  top: auto;
  right: 0.5rem;
  bottom: 1.5rem;
  width: 4.5rem;
  height: 3.5rem;
  background-color: #000;
  opacity: 0.55;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 1.75rem;
}

.slider-arrow:hover {
  background-color: rgba(185, 14, 29, .8);
  opacity: 1;
  color: #fff;
}

.slider-arrow.left-arrow {
  left: 0.5rem;
  right: auto;
}

.slider-indicators {
  bottom: 3.125rem;
  overflow: hidden;
  height: 0.3125rem;
  padding-top: 0rem;
  font-size: 3rem;
}

.slider-slide {
  position: relative;
  height: 100%;
  color: #fff;
  text-align: center;
  background-position: 0px 0px, 0px 0px, 50% 25%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section {
  position: relative;
}

.section.footer-section {
  border-top: 2px solid #b90e1d;
  background-color: #67798d;
  background-image: url('../images/diagonal-noise_blk35.png');
  background-position: 0px 0px;
}

.section.pattern-background {
  background-color: #edf4f8;
  background-image: -webkit-linear-gradient(270deg, rgba(237, 244, 248, .5), rgba(237, 244, 248, .5)), url('../images/diagonal-noise_blk35.png');
  background-image: linear-gradient(180deg, rgba(237, 244, 248, .5), rgba(237, 244, 248, .5)), url('../images/diagonal-noise_blk35.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100px 100px;
}

.section.slider-section {
  height: 85vh;
  min-height: 500px;
}

.row.content-box-row {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(8, 75, 117, .15);
}

.column.zeroed-column {
  padding-right: 0px;
  padding-left: 0px;
}

.divider,
.cms_divider,
.cms_item_divider,
.item_divider {
  height: 1px !important;
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
  background-color: rgba(8, 75, 117, .2) !important;
  border-top: 0 none !important;
  border-bottom: 0 none !important;
}

.breadcrumbs-list {
  margin-top: 0.75rem;
  margin-bottom: 1.375rem;
  color: #ccc;
  font-size: 0.75rem;
  line-height: 1rem;
}

.breadcrumbs-list-item {
  display: inline-block;
  margin-top: 0.125rem;
  margin-right: 0.5rem;
  margin-bottom: 0.125rem;
}

.breadcrumbs-list-divider {
  display: inline-block;
  margin-left: 0.5rem;
}

.split-50 {
  width: 50%;
  min-width: 0px;
  float: left;
}

.inside-page-row {
  padding-bottom: 2rem;
}

.left-nav-list {
  margin-bottom: 1rem;
  padding-left: 0px;
}

.left-nav-list.nested-left-nav-list {
  margin-top: 1px;
  margin-bottom: 0px;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  border-top: 1px dotted rgba(8, 75, 117, .3);
  background-color: #f5fafd;
}

.left-nav-list-item {
  margin-top: 0px;
  margin-bottom: 0em;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 1px dotted rgba(8, 75, 117, .3);
}

.left-nav-list-item-link {
  display: block;
  padding: 0.5rem 1.25rem 0.5rem 0.75rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #00609c;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.left-nav-list-item-link:hover {
  background-color: #b90e1d;
  color: #fff;
}

.left-nav-list-item-link.w--current {
  background-color: #0d3968;
  color: #fff;
}

.left-nav-list-item-link.w--current:hover {
  background-color: #b90e1d;
}

.left-nav-list-item-link.nested-left-nav-link {
  padding-right: 0.75rem;
  padding-left: 0.5rem;
  color: #0d3968;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.left-nav-list-item-link.nested-left-nav-link:hover {
  color: #fff;
}

.left-nav-list-item-link.nested-left-nav-link.w--current {
  background-color: transparent;
  color: #b90e1d;
}

.left-nav-list-item-link.nested-left-nav-link.w--current:hover {
  background-color: #b90e1d;
  color: #fff;
}

.inside-page-right-column-heading {
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  color: #b90e1d;
  font-size: 1.125rem;
  line-height: 1.125em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.inside-page-right-column-section-wrap {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  border-top: 2px solid #00609c;
  background-color: #f5fafd;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/diagonal-noise_blk35.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/diagonal-noise_blk35.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100px 100px;
  font-size: 0.875rem;
  line-height: 1.5em;
}

.slider-contents-wrapper {
  position: relative;
  top: 50%;
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.content-box-wrap.news-wrapper {
  padding: 0.5rem 20px 20px;
  background-color: #f5fafd;
  background-image: -webkit-linear-gradient(270deg, rgba(245, 250, 253, .5), rgba(245, 250, 253, .5)), url('../images/diagonal-noise_blk35.png');
  background-image: linear-gradient(180deg, rgba(245, 250, 253, .5), rgba(245, 250, 253, .5)), url('../images/diagonal-noise_blk35.png');
  background-position: 0px 0px, 0px 0px;
  box-shadow: inset 0 0 0 2px rgba(19, 56, 97, .1);
}

.content-box-image-link {
  display: block;
  min-height: 180px;
  background-image: url('../images/diagonal-noise_blk35.png'), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: inset 0 0 0 3px hsla(0, 0%, 100%, .5);
}

.content-box-image-link.box-1-image {
  background-image: url('../images/diagonal-noise_blk35.png'), url('../images/PowesheikCounty_16_6-8_BB_med.jpg');
}

.content-box-image-link.box-2-image {
  background-image: url('../images/diagonal-noise_blk35.png'), url('../images/PowesheikCounty_21_6-8_BB_Large.jpg');
}

.content-box-image-link.box-3-image {
  background-image: url('../images/diagonal-noise_blk35.png'), url('../images/PowesheikCounty_18_6-8_BB_large.jpg');
}

.footer-grip-link {
  width: 130px;
  height: 28px;
  min-width: 0px;
  float: right;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: silver;
  font-size: 8px;
  line-height: 0.625rem;
  text-align: right;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-grip-link:hover {
  color: #fff;
}

#GRIPFooterLogo {
  padding-top: 0 !important;
}

#GRIPFooterLogoText {
  padding-left: 36px !important;
}

.footer-signoff-text {
  display: inline-block;
}

.footer-signoff-link {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: #b6d7e6;
  text-decoration: none;
}

.footer-signoff-link:hover {
  border-bottom-style: solid;
  color: #fff;
}

.footer-signoff-link-wrap {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 1rem;
}

.content-box-text-wrap {
  padding: 0.5rem;
}

.content-box-text-wrap.big-content-box {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.footer-list {
  margin-right: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.footer-list-item {
  margin-bottom: 0em;
}

.footer-social-icon-link {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  min-width: 0px;
  margin-top: -0.375rem;
  margin-right: 0.5rem;
  float: left;
}

.footer-social-icon-image {
  float: left;
}

.inside-page-right-column-list.archive-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.inside-page-right-column-list-item {
  margin-bottom: 0.75em;
}

.inside-page-intro,
.inside_page_intro {
  font-family: 'Roboto Condensed', sans-serif;
  color: #084b75;
  font-size: 1.25em;
  line-height: 1.5em;
}

.header-container {
  position: relative;
}

.header-container.nav-header {
  text-align: center;
}

.nav-search-button {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  float: left;
}

.form-field {
  min-height: 2.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
}

.form-field.sidebar-search-input {
  width: 75%;
  height: 2.25rem;
  min-height: 0rem;
  margin-bottom: 0rem;
  float: left;
  border-color: rgba(169, 185, 192, .6);
  font-size: 0.75rem;
  line-height: 1.125em;
}

.form-field.header-search-desktop {
  width: 75%;
  height: 2.25rem;
  min-height: 0rem;
  margin-bottom: 0rem;
  float: left;
  border-color: #fff;
  border-radius: 0em;
}

.form-field.mobile-search-field {
  width: 75%;
  height: 3rem;
  margin-bottom: 0rem;
  float: left;
}

.footer-column-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.left-nav-wrap {
  padding-bottom: 5rem;
  border-right: 1px dotted rgba(8, 75, 117, .3);
}

.sidebar-search-form-wrap {
  margin-bottom: 0px;
}

.footer-list-link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.375rem;
  border-bottom: 1px dotted #00609c;
  font-family: 'Roboto Condensed', sans-serif;
  color: #00609c;
  font-size: 1.125rem;
}

.footer-list-link:hover {
  color: #b90e1d;
}

.header-search-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-search-close-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: none;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-nav-bar-content-wrap {
  position: relative;
  border-top: 1px solid #fff;
  background-color: rgba(230, 244, 250, .8);
  background-image: -webkit-linear-gradient(270deg, rgba(245, 250, 253, .5), rgba(245, 250, 253, .5)), url('../images/diagonal-noise_blk35.png');
  background-image: linear-gradient(180deg, rgba(245, 250, 253, .5), rgba(245, 250, 253, .5)), url('../images/diagonal-noise_blk35.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100px 100px;
  box-shadow: inset 0 -1px 0 0 #fff;
}

.footer-signoff-bar {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-color: #0d3968;
  background-image: -webkit-linear-gradient(270deg, rgba(13, 57, 104, .7), rgba(13, 57, 104, .7)), url('../images/diagonal-noise.png');
  background-image: linear-gradient(180deg, rgba(13, 57, 104, .7), rgba(13, 57, 104, .7)), url('../images/diagonal-noise.png');
  background-position: 0px 0px, 0px 0px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.content-box-title {
  margin-top: 0.375em;
  color: #00609c;
  font-size: 1.75rem;
  font-weight: 400;
}

.content-box-title.news-list-title {
  color: #084b75;
}

.wide-background {
  position: relative;
  z-index: 15;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 10px;
  background-color: #fff;
}

.wide-background.footer-background {
  background-color: #f7fdff;
  background-image: -webkit-linear-gradient(270deg, rgba(230, 244, 250, .5), rgba(230, 244, 250, .5)), url('../images/diagonal-noise.png');
  background-image: linear-gradient(180deg, rgba(230, 244, 250, .5), rgba(230, 244, 250, .5)), url('../images/diagonal-noise.png');
  background-position: 0px 0px, 0px 0px;
}

.wide-background.overlap-top {
  margin-top: -1rem;
  padding-top: 2rem;
  border-top: 2px solid #b90e1d;
  min-height: 400px;
}

.header-contents-right-wrap {
  float: right;
}

.header-small-link-wrap {
  margin-right: 1rem;
  margin-left: 1rem;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d3968;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-small-link-wrap.w--current {
  color: #b90e1d;
}

.header-secondary-content-row {
  position: relative;
  margin-top: 2.75rem;
  float: right;
  clear: none;
}

.header-small-link-icon {
  width: 1.875rem;
  height: 1.75rem;
  padding: 5px;
  float: left;
  background-color: rgba(13, 57, 104, .5);
}

.header-small-link-icon.phone-icon {
  padding: 5px;
}

.header-small-link-text {
  display: inline-block;
  margin-left: 0.375rem;
  float: left;
}

.header-small-link-text.cart-items-label {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  border-radius: 1rem;
  background-color: rgba(8, 75, 117, .5);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumbs-link {
  border-bottom: 1px dotted rgba(0, 96, 156, .5);
}

.breadcrumbs-link:hover {
  border-bottom-style: solid;
  border-bottom-color: rgba(185, 14, 29, .5);
}

.nav-logo-text-span {
  display: inline-block;
  margin-left: 2px;
  font-size: 0.9em;
}

.wide-header-background {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.wide-header-background.header-wrap {
  max-width: none;
  background-color: rgba(230, 244, 250, .6);
  background-image: -webkit-linear-gradient(270deg, rgba(245, 250, 253, .4), rgba(245, 250, 253, .4)), url('../images/diagonal-noise_blk35.png');
  background-image: linear-gradient(180deg, rgba(245, 250, 253, .4), rgba(245, 250, 253, .4)), url('../images/diagonal-noise_blk35.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100px 100px;
}

.wide-nav-background {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.link,
.common-inside-content-class a:not(.breadcrumbs-link):not(.left-nav-list-item-link) {
  border-bottom: 1px dotted rgba(0, 96, 156, .5);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}

.link:hover,
.common-inside-content-class a:not(.breadcrumbs-link):not(.left-nav-list-item-link):hover {
  border-bottom-style: solid;
  border-bottom-color: rgba(185, 14, 29, .5);
}

.link:active {
  border-bottom-color: rgba(13, 57, 104, .5);
  color: #0d3968;
}

.link.footer-link {
  display: inline-block;
  color: #00609c;
}

.link.footer-link:hover {
  border-bottom-color: rgba(185, 14, 29, .5);
  color: #b90e1d;
}

@media(max-width: 991px) {
  .footer-telephone-custom {
    display: inline !important;
    border-bottom: 0 none !important;
    color: #516983;
  }
}

@media(max-width: 479px) {
  .footer-telephone-custom {
    font-size: 0.875rem;
  }
}

.link.sidebar-link-with-icon {
  max-width: 75%;
  float: left;
  border-bottom-style: none;
}

.nav-dropdown-list-wrap {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-left: 0px;
}

.nav-dropdown-list-item {
  margin-bottom: 1px;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .25);
}

.inside-page-content-no-sidebars {
  display: block;
  max-width: 728px;
  margin-right: auto;
  margin-left: auto;
}

.logo-text {
  margin-top: 1.125rem;
  margin-left: 0.5rem;
  padding-top: 1.125rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  float: left;
  border-left: 1px solid rgba(8, 75, 117, .25);
  font-size: 1.125rem;
}

.content-box-learn-more-link {
  display: inline-block;
  clear: both;
  border-bottom: 1px dotted rgba(185, 14, 29, .5);
  font-family: 'Roboto Condensed', sans-serif;
  color: #b90e1d;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.content-box-learn-more-link:hover {
  border-bottom-style: solid;
  border-bottom-color: rgba(13, 57, 104, .5);
  color: #0d3968;
}

.content-box-learn-more-link.view-all {
  border-bottom-color: rgba(13, 57, 104, .5);
  color: #084b75;
  font-size: 0.875rem;
  line-height: 1.25em;
}

.content-box-learn-more-link.view-all:hover {
  border-bottom-color: rgba(185, 14, 29, .5);
  color: #b90e1d;
}

.content-box-title-link {
  border-bottom: 1px dotted rgba(0, 96, 156, .5);
  color: #00609c;
}

.content-box-title-link:hover {
  border-bottom-style: solid;
  border-bottom-color: rgba(185, 14, 29, .5);
  color: #b90e1d;
}

.header-search-wrap-desktop {
  width: 170px;
  margin: 2.5rem 0.5rem 0px;
  float: right;
  clear: both;
}

.header-search-dropdown-wrap {
  display: none;
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mobile-search-form-wrap {
  margin-bottom: 0px;
  padding: 1rem;
}

.content-box-news-list {
  margin-top: 0em;
}

.content-box-news-list-item {
  margin-bottom: 0rem;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(8, 75, 117, .15);
}

.content-box-news-article-date {
  padding-left: 1px;
  color: #b90e1d;
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.content-box-news-article-title {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-size: 1.25rem;
  line-height: 1.375em;
  font-weight: 400;
}

.content-box-news-article-summary {
  font-size: 0.875rem;
  line-height: 1.5em;
  word-wrap: break-word;
}

.slider-slide-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
}

.inside-page-background-section {
  position: relative;
  z-index: 10;
  height: 35%;
  min-height: 400px;
  margin-bottom: -150px;
  border-bottom: 0px solid #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), url('../images/diagonal-noise_blk35.png'), url('../images/PowesheikCounty_18_6-8_BB_large.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), url('../images/diagonal-noise_blk35.png'), url('../images/PowesheikCounty_18_6-8_BB_large.jpg');
  background-position: 0px 0px, 0px 0px, 50% 40%;
  background-size: auto, 100px 100px, cover;
  background-repeat: repeat, repeat, no-repeat;
  box-shadow: inset 0 -3px 0 0 hsla(0, 0%, 100%, .25);
}

.inside-content-wrap.right-margin {
  margin-right: 20px;
}

.sidebar-link-icon-image {
  width: 1.5em;
  height: 1.5em;
  max-width: 20%;
  margin-right: 5px;
  float: left;
}

.sidebar-module-icon {
  float: left;
}

@media (max-width: 991px) {
  .button.mobile-search-form-button {
    background-color: #b90e1d;
  }
  .button.mobile-search-form-button:hover {
    background-color: #084b75;
  }
  .header-small-link-wrap:hover {
    color: #b90e1d;
  }
  .nav-logo-block {
    display: inline-block;
    margin-top: 0.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    text-align: left;
  }
  .nav-menu {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0rem;
    padding-bottom: 20rem;
    float: none;
    background-color: #0a2f57;
    box-shadow: none;
    text-align: left;
  }
  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 1px;
    padding: 1em 0.75em;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .25);
    color: #fff;
    line-height: 1.33em;
  }
  .nav-link:hover {
    background-color: hsla(0, 0%, 100%, 0);
    background-image: none;
    background-size: auto;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .25);
    color: #fff;
  }
  .nav-link.w--current {
    background-color: rgba(0, 0, 0, .25);
    color: #fff;
  }
  .nav-link.w--current:hover {
    background-color: rgba(0, 0, 0, .25);
    color: #fff;
  }
  .nav-link.dropdown-toggle {
    width: 20%;
    float: right;
  }
  .nav-link.dropdown-toggle.two-part-button-toggle {
    position: relative;
    z-index: 1;
    width: 20%;
    margin-bottom: 0px;
    padding-right: 0rem;
    padding-left: 0rem;
    float: right;
    background-color: hsla(0, 0%, 100%, .1);
    box-shadow: none;
  }
  .nav-link.dropdown-toggle.two-part-button-toggle:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .nav-link.dropdown-toggle.two-part-button-toggle.w--open {
    background-color: #b90e1d;
  }
  .nav-link.nav-two-part-button-link {
    z-index: 1;
    display: block;
    width: 80%;
    margin-bottom: 0px;
    float: left;
    box-shadow: inset -1px 0 0 0 hsla(0, 0%, 100%, .25);
  }
  .nav-link.nav-two-part-button-link.w--current:hover {
    box-shadow: none;
  }
  .nav-link.mobile-dropdown-list-link {
    float: none;
    box-shadow: none;
  }
  .nav-dropdown.two-part-button {
    position: relative;
    right: 0px;
    z-index: 0;
    width: 100%;
    float: none;
    text-align: right;
  }
  .nav-logo-image {
    width: 160px;
  }
  .nav-menu-button {
    height: 3.5rem;
    padding: 0px 1.125rem 0px 0.5rem;
    float: left;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 1px 0 0 0 #fff;
    font-family: 'Roboto Condensed', sans-serif;
    color: #084b75;
    line-height: 3.5rem;
    font-weight: 700;
    text-align: center;
  }
  .nav-menu-button.w--open {
    background-color: #b90e1d;
    color: #fff;
  }
  .nav-dropdown-list {
    float: left;
  }
  .nav-dropdown-list.w--open {
    padding: 0rem 0rem 4rem;
    border-top: 1px solid hsla(0, 0%, 100%, .25);
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    background-color: rgba(0, 0, 0, .2);
  }
  .nav-dropdown-link {
    padding: 0.75rem 1rem;
    border-top: 0px none transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
  }
  .nav-dropdown-link:hover {
    background-color: rgba(0, 0, 0, .09);
    text-decoration: none;
  }
  .nav-two-part-button {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto;
    clear: both;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .25);
  }
  .two-part-button-arrow {
    display: block;
    height: 1.33em;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .slider-arrow {
    right: 0.5rem;
    bottom: 0.75rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.375rem;
  }
  .slider-indicators {
    bottom: 2.125rem;
    font-size: 1.25rem;
  }
  .section.slider-section {
    min-height: 650px;
  }
  .inside-page-nested-content-column {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .inside-page-right-column-section-wrap {
    margin-left: 0px;
  }
  .slider-contents-wrapper {
    font-size: 1.125rem;
    line-height: 1.375em;
  }
  .content-box-wrap {
    width: 100%;
    margin-bottom: 30px;
    float: left;
  }
  .content-box-wrap.big-content-box-wrap {
    margin-bottom: 0px;
  }
  .content-box-image-link {
    width: 35%;
    margin-bottom: 0rem;
    float: left;
  }
  .column-content-wrap {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .content-box-text-wrap {
    width: 65%;
    padding-top: 0rem;
    padding-left: 1.5rem;
    float: left;
  }
  .content-box-text-wrap.big-content-box {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .footer-list {
    margin-right: 0px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .header-container {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .nav-search-button {
    width: 1.875rem;
    margin-top: 0.875rem;
    margin-left: 0rem;
    background-color: rgba(13, 57, 104, .5);
  }
  .nav-search-button:hover {
    background-color: #b90e1d;
    opacity: 1;
  }
  .footer-list-link {
    padding-left: 0rem;
  }
  .nav-menu-button-icon {
    float: left;
    font-size: 2rem;
    line-height: 3.5rem;
  }
  .nav-menu-button-text {
    float: left;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .wide-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .wide-background.footer-background {
    padding-top: 1rem;
    text-align: center;
  }
  .wide-background.overlap-top {
    margin-top: 0rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .wide-background.overlap-top.homepage {
    padding-top: 1.5rem;
  }
  .header-small-link-wrap {
    position: relative;
    margin-top: 0.875rem;
    margin-right: 2rem;
    margin-left: 0.25rem;
  }
  .header-secondary-content-row {
    position: absolute;
    right: 0px;
    z-index: 100000;
    height: 3.5rem;
    margin-top: 0rem;
    padding-right: 0.875rem;
    float: right;
    clear: none;
  }
  .wide-nav-background {
    position: relative;
  }
  .logo-text {
    margin-top: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1.125rem;
  }
  .mobile-search-form-wrap {
    padding: 1.375rem;
    background-color: rgba(34, 71, 94, .75);
  }
  .slider-slide-title {
    font-size: 2.5rem;
  }
  .inside-content-wrap.right-margin {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
  h1 {
    font-size: 1.625rem;
  }
  h2 {
    font-size: 1.375rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.0625rem;
    line-height: 1.375em;
  }
  h5 {
    font-size: 0.875rem;
  }
  .button.slider-button {
    font-size: 0.875em;
  }
  .nav-logo-block {
    padding-left: 0px;
  }
  .nav-logo-image {
    width: 140px;
  }
  .section.slider-section {
    min-height: 480px;
  }
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .slider-contents-wrapper {
    font-size: 1rem;
  }
  .content-box-wrap {
    margin-bottom: 40px;
  }
  .content-box-wrap.news-wrapper {
    margin-bottom: 20px;
  }
  .content-box-image-link {
    width: 100%;
    min-height: 300px;
    float: none;
  }
  .footer-signoff-row {
    text-align: center;
  }
  .footer-grip-link {
    display: block;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .footer-signoff-text {
    display: block;
    margin-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .footer-signoff-link-wrap {
    display: block;
    margin: 1rem auto;
  }
  .content-box-text-wrap {
    width: 100%;
    padding-top: 0.25rem;
    padding-left: 0.5rem;
    float: none;
    font-size: 1rem;
  }
  .content-box-text-wrap.big-content-box {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    line-height: 1.5rem;
  }
  .footer-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .footer-social-icon-link {
    margin-top: 0.75rem;
    margin-right: 0rem;
    float: none;
  }
  .inside-page-intro,
  .inside_page_intro {
    font-size: 1.125em;
  }
  .inside-page-header-content-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .content-box-title {
    font-size: 1.75rem;
  }
  .wide-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wide-background.footer-background {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .wide-background.overlap-top {
    padding-top: 0.25rem;
  }
  .wide-background.overlap-top.homepage {
    padding-top: 1rem;
  }
  .header-small-link-wrap {
    margin-right: 1.5rem;
    font-size: 1rem;
  }
  .header-secondary-content-row {
    padding-right: 0.5rem;
  }
  .inside-page-content-no-sidebars {
    margin-right: 10px;
    margin-left: 10px;
  }
  .logo-text {
    margin-left: 0.375rem;
    padding-top: 0.75rem;
    padding-bottom: 0.875rem;
    padding-left: 0.75rem;
    font-size: 1rem;
  }
  .mobile-search-form-wrap {
    padding: 1rem;
  }
  .slider-slide-title {
    font-size: 1.875rem;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 0.875rem;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  .nav-logo-block {
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
  }
  .nav-logo-image {
    width: 110px;
  }
  .section.slider-section {
    min-height: 450px;
  }
  .split-50 {
    width: 100%;
  }
  .slider-contents-wrapper {
    font-size: 0.875rem;
    font-weight: 400;
  }
  .content-box-wrap.news-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-box-image-link {
    min-height: 180px;
  }
  .content-box-text-wrap {
    font-size: 0.9375rem;
  }
  .content-box-text-wrap.big-content-box {
    font-size: 1rem;
  }
  .footer-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-list-link {
    font-size: 1rem;
  }
  .content-box-title {
    font-size: 1.375rem;
  }
  .wide-background.footer-background {
    padding-top: 0rem;
  }
  .header-small-link-wrap {
    margin-right: 1rem;
    margin-left: 0rem;
  }
  .header-secondary-content-row {
    padding-right: 0.25rem;
  }
  .header-small-link-text {
    display: none;
  }
  .logo-text {
    margin-top: 0.375rem;
    margin-left: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
    padding-left: 0.5rem;
    font-size: 0.8125rem;
  }
  .mobile-search-form-wrap {
    padding: 0.75rem;
  }
  .slider-slide-title {
    font-size: 1.5rem;
  }
}

html {
  font-size:16px;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.footer-section a[href^=tel] {
  text-decoration: none; 
  border-bottom: 1px dotted rgba(0, 96, 156, .5);
}

/*main navigation drop down*/
.nav-dropdown:hover > .nav-dropdown-list {
  display: block;
}

.nav-dropdown:last-of-type:hover > .nav-dropdown-list {
  right: 1px;
}

.nav-dropdown-list:hover {
  display: block;
}

/*mmenu*/
.mobile-navigation-menu {
  display: none !important;
}

@media(max-width: 991px) {
  .mobile-navigation-menu.mm-opened {
    display: block !important;
    width: 80% !important;
    margin: 0;
  }
}

/*remove first level title*/
.mobile-navigation-menu.mm-menu #mm-1 > .mm-navbar {
  display: none;
}

.mm-panels > #mm-1.mm-panel.mm-hasnavbar {
  padding-top: 0;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 54px;
}

/*remove default border*/
.mm-listview > li:not(.mm-divider)::after {
  border-bottom-width: 0;
}

/*links and selected links*/
.mm-listview > li > a {
  padding: 1em 0.75em;
  color: #fff;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.33em;
  text-align: left;
  border-bottom: 0 none;
  float: none;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25);
}

.mm-menu .mm-listview > li:not(.mm-selected) > a {
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next):hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/*next links*/
.mm-listview .mm-next + a, 
.mm-listview .mm-next + span {
  width: 75%;
  margin-right: 25%;
}

.mm-listview .mm-next {
  width: 25%;
  margin: 0;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-left: 1px solid #39516B !important;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25);
}

.mm-listview .mm-next::before {
  border-left-width: 0;
}

.mm-menu .mm-listview > li .mm-next::after, 
.mm-menu .mm-listview > li .mm-arrow::after {
  border-color: rgba(255, 255, 255, 1);
}

.mm-next::after, 
.mm-arrow::after {
  right: 46%;
}

.mm-prev::before, 
.mm-next::after, 
.mm-arrow::after {
  height: 9px;
  width: 9px;
}

/*second level and previous links*/
.mm-panel:not(#mm-1) .mm-listview {
  margin-top: -11px;
}

.mm-navbar {
  height: 63px;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25);
  border-bottom: 0 none !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px;
}

.mm-navbar .mm-btn {
  height: 63px;
}

.mm-navbar > * {
  padding: 19px 0;
}

.mm-menu .mm-navbar .mm-btn::before, 
.mm-menu .mm-navbar .mm-btn::after  {
  border-color: rgba(255, 255, 255, 1);
}

.mm-navbar .mm-title {
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.33em;
  text-align: left;
}

/*inside pages*/
/*messages*/
.success {
  display: block;
  background-color: #98ed9f;
  text-align: left;
  padding: 20px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 400;
  font-family: Roboto,sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.error {
  display: block;
  background-color: #d4a1a6;
  text-align: left;
  padding: 20px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 400;
  font-family: Roboto,sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.success p,
.error p,
.success ul li,
.error ul li {
  margin-bottom: 0;
  margin-top: 0;
  color: #000000;
  font-weight: 400;
  font-family: Roboto,sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/*tables*/
table.styled {
  width: 100%;
  margin: .75em 0 .75em 0;
  border-spacing: 0px;
  box-shadow: rgba(0,0,0,.10) 0px 0px 0px 0px;
  color: inherit;
  background-color: white;
}

table.styled th,
table.styled td {
  border-right: 1px solid rgba(0,0,0,0.1);
}

table.styled tr th:last-child,
table.styled tr td:last-child {
  border: none;
}

table.styled thead tr th {
  text-align: left;
  font-weight: normal;
  font-size: 1.375em;
  line-height:1.25em;
  padding: .5em .75rem;
  color: #FFFFFF;
  background-color: rgba(0,0,0,0.75);
}

table.styled th {
  text-align: left;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.25em;
  padding: .5em .75rem;
  color: #FFFFFF;
  background-color: rgba(0,0,0,0.55);
}

table.styled td {
  padding: .5em .75rem;
}

table.styled.striped tr:nth-child(even) {
  background: rgba(0,0,0,0.1);
}

table.styled.striped tr:nth-child(odd) {
  background: white;
}

/*images*/
td img {
  max-width: none;
}

/*forms*/
.cms_label,
.label {
  color: #516983;
  font-family: Roboto,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
}

.common-inside-content-class input[type="text"],
.common-inside-content-class input[type="password"],
.common-inside-content-class input[type="email"],
.common-inside-content-class input[type="date"],
.common-inside-content-class select {
  height: 40px;
}

@media(min-width: 768px) {
  .common-inside-content-class textarea,
  .common-inside-content-class input,
  .common-inside-content-class select,
  .common-inside-content-class optgroup {
    max-width: 400px;
  }
}

/*feature pages*/
/*accounts*/
#account_module.form .form_container .login_field {
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
}

#account_module.form .more_options ul {
  width: 100%;
  text-align: center;
  padding-left: 0;
}

@media (max-width: 991px) {
  #account_module.form .form_buttons {
    text-align: left;
  }
  #account_module.form tr.required .field {
    background: none;
    padding-left: 0;
    display: block;
    width: 100%;
  }
  #account_module.form .form_item .label,
  #account_module.form .form_item.required .label {
    display: block;
    width: 100%;
    text-align: left;
  }
  #account_module.form tr.required .label:after {
    content: url(/core/public/shared/assets/images/required.gif);
    padding-left: 10px;
  }
  #account_module.form .more_options ul {
    text-align: left;
  }
}

/*events*/
.content .contentbox_item_image {
  width: 20px;
}

#events_module #fullcalendar-controls #categories {
  float: none;
}

#events_module.cms_list .cms_title {
  font-size: 1.125rem;
}

#events_module.cms_list div.events_module_calendar .fc-view-container .fc-event {
  border-bottom: 1px solid #000000;
}

#events_module .category-wrapper {
  display: inline-block;
}

#events_module .event-category-label {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0;
}

#events_module.cms_form .cms_label {
  background-color: transparent;
  vertical-align: top;
}

#events_module.cms_form .cms_required {
  background-color: transparent;
  background-position: center 14%;
}

#events_module.cms_form .cms_non_required {
  background-color: transparent;
}

#events_module.cms_form .cms_field {
  background-color: transparent;
}

#events_module.cms_list .cms_date {
  font-size: 1rem;
}

@media (max-width: 991px) {
  #events_module.cms_form .cms_label {
    width: auto;
    display: inline;
    text-align: left;
  }
  #events_module.cms_form .cms_field {
    width: 100%;
    display: block;
  }
  #events_module.cms_form .cms_required {
    width: 15px;
    display: inline-block;
  }
  #events_module.cms_form .cms_non_required {
    display: inline-block;
  }
  #events_module.cms_form .cms_field input[type="text"] {
    width: 100% !important;
    max-width: 300px !important;
  }
}

@media (max-width: 767px) {
  #events_module.cms_form .cms_info_req {
    float: none;
    margin-bottom: 10px;
    text-align: right;
  }
}

/*faqs*/
#faqs_module .cms_list_item ul, 
#faqs_module .cms_list_subitem ul {
  color: #00609c;
  list-style-type: disc;
}

#faqs_module.cms_list .cms_list_item:first-of-type {
  padding-top: 0;
}

#faqs_module.cms_list .cms_list_item:first-of-type .cms_title h3,
#faqs_module.cms_list .cms_list_subitem:first-of-type .cms_title h3 {
  margin-top: 0;
}

.box.tools .content .contentbox_item form input[type="text"] {
  width: 100% !important;
}

.box.tools .content .contentbox_item form > p {
  margin-bottom: 0;
}

#faqs_module.cms_list .cms_list_item .description, 
#faqs_module.cms_list .cms_list_subitem .description {
  padding-top: 0;
}

/*news*/
.box.archive {
  overflow: hidden;
}

#news_module table .tile_description h3 {
  margin-top: 0 !important;
}

#news_module.cms_list .cms_metadata2.cms_date h3 {
  padding-top: 3px;
  color: #084b75;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25em;
  margin-top: 0;
}

#news_module.cms_list .cms_metadata1.cms_title h3 {
  margin-top: 0;
}

#news_module.cms_entity .cms_content .image {
  float: left !important;
  margin-left: 0;
  margin-right : 15px; 
  height: auto !important;
}

@media(max-width: 991px) {
  #news_module.cms_list .cms_metadata2.cms_date h3 {
    padding-top: 0;
  }
  #news_module td {
    display: block;
    width: 100% !important;
  }
  #news_module td.cms_list_item.right {
    padding-left: 0 !important;
  }
  #news_module.cms_entity .cms_content .image {
    float: none !important;
  }
}

.right-column-section-wrap .box {
  margin-bottom: 50px;
  margin-right : 0; 
}

/*partners*/
#partners_module.cms_list .cms_list_item .image img {
  width: 150px;
  height: auto;
}

#partners_module h3 {
  margin-top: 0;
}

#partners_module.cms_entity .image {
  width: 100%;
}

#partners_module.cms_entity .image img {
  width: auto !important;
  height: auto !important;
}

.box.partner-document .content .contentbox_item {
  margin-bottom: 15px;
}

@media(max-width: 991px) {
  #partners_module td {
    display: block;
    width: 100% !important;
  }
  #partners_module.cms_list .cms_list_item .image img {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  #partners_module.cms_list .cms_list_item:first-of-type .image img {
    margin-top: 0;
  }
}

/*resources*/
#moduleDocuments_module .folder .icon {
  margin-bottom: 4px;
}

#moduleDocuments_module .cms_items .cms_description {
  background-position: left 6px;
}

#moduleDocuments_module .cms_items .cms_description h4 {
  margin-top: 0;
}

#moduleDocuments_module.cms_list .cms_link {
  color: #00609c;
}

#moduleDocuments_module.cms_list .cms_link:hover {
  color: #b90e1d;
}

@media(max-width: 767px) {
  #moduleDocuments_module .folder .icon {
    margin-bottom: 2px;
  }
  #moduleDocuments_module .cms_items .cms_description {
    background-position: left 5px;
  }
}

@media(max-width: 479px) {
  #moduleDocuments_module .folder .icon {
    margin-bottom: 0;
  }
  #moduleDocuments_module .cms_items .cms_description {
    background-position: left 2px;
  }
}

/*submission forms*/
#submissionforms_module.cms_form .cms_steps_wrapper {
  margin-top: 10px;
}

#submissionforms_module.cms_form .cms_steps_wrapper .cms_step span, 
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_first span, 
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_last span {
  padding: 0px 27px;
}

#submissionforms_module.cms_form form {
  margin-top: 15px;
}

#submissionforms_module .cms_hint {
  display: block;
}

#submissionforms_module.cms_form .cms_field .ui-datepicker-trigger {
  vertical-align: text-top;
}

.pad { 
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

ul.sigNav {
  margin-left: 270px !important;
  margin-top: -33px !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  #submissionforms_module.cms_form .cms_buttons {
    text-align: left !important;
    padding-left: 5px !important;
  }
}

@media(max-width: 352px) {
  ul.sigNav {
    margin-left: 200px !important;
  }
}

/*testimonials*/
#testimonials_module.cms_list .testimonial-abstract {
  display: inline;
}

#testimonials_module.cms_list .testimonial-link {
  border-bottom: 0 none;  
}

#testimonials_module.cms_entity .cms_content .image {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-bottom: 10px;
}

/*ecommerce*/
/*listing pages*/
#products_module.cms_list .pagination-wrapper .pagination-sort-items,
#products_module.cms_list .pagination-filter.pagination-bg.pagination-page-selection-top {
  padding: 7px 0 7px 8px;
}

#products_module.cms_list .pagination-page-selection-bottom.pagination-bg {
  padding: 7px 0;
}

#products_module.cms_list .pagination-wrapper .pagination-previous-page,
#products_module.cms_list .pagination-wrapper .pagination-next-page {
  padding-top: 7px;
  padding-bottom: 7px;
}

#products_module.responsive .items .item-wrapper .item .item-description .metadata1.cms_title h3 {
  font-size: 1.5rem;
}

@media(max-width: 767px) {
  #products_module.responsive .items .item-wrapper .item .item-description .metadata1.cms_title h3 {
    font-size: 1.25rem;
  }
  #products_module.responsive .items.list-view .item-wrapper .item .item-image,
  #products_module.responsive .items.list-view .item-wrapper .item .item-description {
    float: none;
    margin-left: 0;
  }
  #products_module.responsive .items.list-view .item-wrapper .item .item-description {
    margin-top: 10px;
  }
}

/*product page*/
#products_module.responsive .add_to_cart_form .quantity_row .product-quantity-label {
  width: 27%;
}

#products_module.responsive .add_to_cart_form #AddToWishList {
  margin-left: 0;
}

@media(max-width: 479px) {
  #products_module.cms_form .cms_form_button.secondary {
    margin-left: 0;
  }
}

/*cart page*/
@media(max-width: 479px) {
  #s-cart #postalcode-button {
    margin-left: 0;
  }
}

/*checkout process*/
#s-guest .bypassProcessing #proceed_as_guest {
  margin-left: 0;
}

#s-checkout #form-payment-method .ui-form-container .ui-form-fields.clear.ui-form-field-payment.ui-form-field-subtitle {
  overflow: hidden;
}

/*dynamic content boxes*/
/*events*/
#events_module.homepage_contentbox > br {
  display: none;
}

#events_module.homepage_contentbox td {
  display: block;
  width: 100%;
}

#events_module.homepage_contentbox .registration_open {
  background-position: 0 50%;
}

#events_module.homepage_contentbox .event_list {
  border-bottom: 1px solid rgba(8, 75, 117, 0.15);
  margin-bottom: 0rem;
  padding-bottom: 1rem;
  padding-top: 0;
}

#events_module.homepage_contentbox .event_list table tr td.date {
  color: #b90e1d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1em;
  padding-left: 1px;
  text-transform: uppercase;
  font-family: "Roboto Condensed",sans-serif;
  margin-bottom: 0.375em;
  margin-top: 1rem;
}

#events_module.homepage_contentbox .event_list table tr td.title {
  display: inline;
  border-bottom: 1px dotted rgba(0, 96, 156, 0.5);
  color: #00609c;
  text-decoration: none;
  transition: all 200ms ease 0s;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375em;
  font-family: "Roboto Condensed",sans-serif;
}

#events_module.homepage_contentbox .event_list table tr td.title a:hover {
  border-bottom: 1px solid rgba(185, 14, 29, 0.5);
}

#events_module.homepage_contentbox .event_list table tr td.title .cms_description {
  font-size: 0.875rem;
  line-height: 1.5em;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #516983;
  font-family: Roboto,sans-serif;
}

#events_module.homepage_contentbox > .footer {
  margin-top: 10px;
}

#events_module.homepage_contentbox > .footer a {
  border-bottom: 1px dotted rgba(13, 57, 104, 0.5);
  color: #084b75;
  font-size: 0.875rem;
  line-height: 1.25em;
  clear: both;
  display: inline-block;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms ease 0s;
}

#events_module.homepage_contentbox > .footer a:hover {
  color: #b90e1d;
  border-bottom: 1px solid rgba(185, 14, 29, 0.5);
}

/*news (no abstract)*/
#news_module.displaymode_list > .cms_list_item {
  border-bottom: 1px solid rgba(8, 75, 117, 0.15);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 0;
}

#news_module.displaymode_list > .cms_list_item .cms_metadata1.cms_title h3 {
  display: inline;
  border-bottom: 1px dotted rgba(0, 96, 156, 0.5);
  color: #00609c;
  text-decoration: none;
  transition: all 200ms ease 0s;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375em;
  font-family: "Roboto Condensed",sans-serif;
}

#news_module.displaymode_list > .cms_list_item .cms_metadata1.cms_title h3 a:hover {
  border-bottom: 1px solid rgba(185, 14, 29, 0.5);
}

#news_module.displaymode_list > .cms_list_item .cms_metadata2.cms_date h3 {
  color: #b90e1d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1em;
  padding-left: 1px;
  text-transform: uppercase;
  font-family: "Roboto Condensed",sans-serif;
  margin-bottom: 0.375em;
  margin-top: 1rem;
}

#news_module.displaymode_list > a {
  margin-top: 10px;
  border-bottom: 1px dotted rgba(13, 57, 104, 0.5);
  color: #084b75;
  font-size: 0.875rem;
  line-height: 1.25em;
  clear: both;
  display: inline-block;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms ease 0s;
}

#news_module.displaymode_list > a:hover {
  color: #b90e1d;
  border-bottom: 1px solid rgba(185, 14, 29, 0.5);
}

/*partners OK*/

/*submission forms*/
#submissionforms_module.homepage_contentbox label {
  display: inline;
}

#submissionforms_module.homepage_contentbox .ui-datepicker-trigger {
  vertical-align: baseline;
}

#submissionforms_module.homepage_contentbox .cms_field input[type="text"],
#submissionforms_module.homepage_contentbox .cms_field input[type="password"],
#submissionforms_module.homepage_contentbox .cms_field input[type="email"],
#submissionforms_module.homepage_contentbox .cms_field input[type="date"],
#submissionforms_module.homepage_contentbox .cms_field select,
#submissionforms_module.homepage_contentbox .cms_field textarea {
  width: 100%;
}

#submissionforms_module.homepage_contentbox .cms_field input.hasDatepicker[type="text"] {
  width: calc(100% - 20px);
}

/*testimonials*/
#testimonials_module_contentbox.contentbox_item .image-box {
  margin-bottom: 10px;
}

#testimonials_module_contentbox.contentbox_item .description {
  font-size: 0.875rem;
  line-height: 1.5em;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #516983;
  font-family: Roboto,sans-serif;
}

#testimonials_module_contentbox.contentbox_item .author-name {
  color: #b90e1d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1em;
  padding-left: 1px;
  text-transform: uppercase;
  font-family: "Roboto Condensed",sans-serif;
  margin-bottom: 0.375em;
  margin-top: 1rem;
}

#testimonials_module_contentbox.contentbox_item .company {
  color: #b90e1d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1em;
  padding-left: 1px;
  font-family: "Roboto Condensed",sans-serif;
  margin-bottom: 0.375em;
  margin-top: 1rem;
}

/*ecommerce default*/
#products_module.homepage_contentbox.displaymode_list {
  float: none;
}

#products_module.homepage_contentbox.displaymode_list .cms_list_item {
  border-bottom: 1px solid rgba(8, 75, 117, 0.15);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 0;
}

#products_module.homepage_contentbox.displaymode_list > table td {
  width: 100% !important;
  display: block;
}

#products_module.homepage_contentbox .cms_list_item .cms_image {
  float: none;
}

#products_module.homepage_contentbox.displaymode_list .cms_list_item_grid_container {
  font-size: 0.875rem;
  line-height: 1.5em;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #516983;
  font-family: Roboto,sans-serif;
}

#products_module.homepage_contentbox.displaymode_list .metadata1.name {
  display: inline;
  border-bottom: 1px dotted rgba(0, 96, 156, 0.5);
  color: #00609c;
  text-decoration: none;
  transition: all 200ms ease 0s;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375em;
  font-family: "Roboto Condensed",sans-serif;
}

#products_module.homepage_contentbox.displaymode_list .metadata1.name a:hover {
  border-bottom: 1px solid rgba(185, 14, 29, 0.5);
}

#products_module.homepage_contentbox .cms_list_item .cms_title, 
#products_module.homepage_contentbox .cms_list_item .cms_date, 
#products_module.homepage_contentbox .cms_list_item .cms_content {
  margin-bottom: 0;
}

#products_module.homepage_contentbox .cms_list_item .cms_content p:last-of-type {
  display: none;
}

#products_module.homepage_contentbox .cms_list_item .cms_content a:last-of-type {
  margin-top: 10px;
  border-bottom: 1px dotted rgba(13, 57, 104, 0.5);
  color: #084b75;
  font-size: 0.875rem;
  line-height: 1.25em;
  clear: both;
  display: inline-block;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms ease 0s;
}

#products_module.homepage_contentbox .cms_list_item .cms_content a:last-of-type:hover {
  color: #b90e1d;
  border-bottom: 1px solid rgba(185, 14, 29, 0.5);
}

/*ecommerce featured*/
#products_module.featured_list {
  float: none;
}

#products_module.featured_list .cms-slideshow-items {
  width: 100% !important;
}

#products_module.featured_list .metadata1.cms_title {
  margin-top: 10px;
}

#products_module.featured_list .metadata1.cms_title h3 {
  display: inline;
  border-bottom: 1px dotted rgba(0, 96, 156, 0.5);
  color: #00609c;
  text-decoration: none;
  transition: all 200ms ease 0s;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375em;
  font-family: "Roboto Condensed",sans-serif;
}

#products_module.featured_list .metadata1.cms_title h3 a:hover {
  color: #b90e1d;
  border-bottom: 1px solid rgba(185, 14, 29, 0.5);
}

#products_module.homepage_contentbox.displaymode_category_list {
  float: none;
}

#products_module.homepage_contentbox.displaymode_category_list > table td {
  width: 100% !important;
  display: block;
}

#products_module.homepage_contentbox.displaymode_category_list .links a {
  display: inline;
  border-bottom: 1px dotted rgba(0, 96, 156, 0.5);
  color: #00609c;
  text-decoration: none;
  transition: all 200ms ease 0s;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375em;
  font-family: "Roboto Condensed",sans-serif;
}

#products_module.homepage_contentbox.displaymode_category_list .links a:hover {
  color: #b90e1d;
  border-bottom: 1px solid rgba(185, 14, 29, 0.5);
}
