body {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.6rem;
}

#printHeader,
#printFooter {
  display: none;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 3px solid #ffb901;
  font-family: Prompt, sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 1.15rem;
  line-height: 1.65rem;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin-bottom: 12px;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

a {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  border-top: 3px solid #ffb901;
  border-bottom: 3px solid #ffb901;
  border-left: 5px none #e2e2e2;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
}

.nav-menu {
  display: block;
  width: 100%;
  float: right;
  box-shadow: inset 0 -3px 0 0 #000;
  color: #fff;
}

.mobile-menu-arrow {
  display: none;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.brand {
  position: relative;
  display: block;
  width: 450px;
  margin: 1.13rem 0px 0.75rem 0rem;
  padding-left: 0px;
  float: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.brand.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.two-part-mobile-nav-wrapper {
  display: none;
}

.header-section {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
}

.logo {
  width: 300px;
  margin-left: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  padding-right: 4vw;
  padding-left: 4vw;
  float: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  box-shadow: none;
}

.container.welcome-container {
  padding-left: 0.5rem;
}

.container.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
}

.container.signoff-container {
  max-width: 1340px;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-list {
  position: absolute;
  display: none;
  overflow: visible;
  height: 0px;
  max-width: none;
  min-width: 200px;
  padding: 0.3rem 0rem 0.5rem;
  background-color: transparent;
  opacity: 0;
  text-align: left;
}

.main-nav-link {
  position: relative;
  z-index: 10000;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.45rem 1vw;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02rem;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav-link.current,
.main-nav-link.w--current {
  border-color: #e77c25;
}

.main-nav-link.mobile-duplicate {
  display: none;
}

a.primary,
a.button-primary,
a.secondary,
.button-primary,
.button-secondary,
.events-view-button,
.button {
  display: inline-block;
  min-width: 110px;
  height: auto;
  margin-top: 1rem;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  padding: 0.4rem 1rem 0.3rem;
  border: 2px solid #ffb901;
  border-radius: 4px;
  background-color: #ffb901;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Prompt, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05rem;
  text-decoration: none;
  text-transform: uppercase;
}

a.primary,
a.button-primary,
a.secondary {
  box-shadow: none !important;
}

a.primary:hover,
a.button-primary:hover,
a.secondary:hover,
.button-primary:hover,
.button-secondary:hover,
.events-view-button:hover,
.button:hover {
  border-color: #000;
  background-color: #fff;
  box-shadow: none;
  color: #000;
}

a.primary:hover,
a.button-primary:hover,
a.secondary:hover {
  box-shadow: none !important;
}

a.secondary,
.button-secondary,
.button.secondary {
  border: 2px solid #000;
  background-color: #000;
  color: #ffb901;
}

a.secondary {
  color: #ffb901 !important;
}

a.secondary:hover,
.button-secondary:hover,
.button.secondary:hover {
  background-color: #fff;
  color: #000;
}

a.secondary:hover {
  color: #000 !important;
}

.button.member-login {
  margin-top: 1.13rem;
  margin-right: 0rem;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  font-size: 0.85rem;
}

.button.cb-yellow-button {
  margin-bottom: 0.5rem;
}

.cb_yellow_button a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cb_yellow_button:hover {
  border-color: #000 !important;
  background-color: #fff !important;
  color: #000 !important;
}

.button.cb-black-button {
  border: 2px solid #000;
  background-color: #000;
  color: #ffb901;
  text-align: center;
}

.cb_black_button a {
  color: #ffb901;
  font-size: inherit;
  line-height: inherit;
}

.button.cb-black-button:hover {
  background-color: #fff;
  color: #000;
}

.cb_black_button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.cb_black_button:hover a {
  color: #000;
}

.rss_cb_title a,
.main-content-wrapper a,
.text-link {
  box-shadow: inset 0 -1px 0 0 silver;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  color: #000;
  text-decoration: none;
}

.rss_cb_title a:hover,
.main-content-wrapper a:hover,
.text-link:hover {
  box-shadow: inset 0 -26px 0 0 #ffd25d;
}

.field-label {
  font-weight: 600;
}

.right-side-col {
  width: 20%;
  max-width: 250px;
  min-width: 168px;
  margin-left: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.right-side-col h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.right-side-col h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.right-side-col h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.right-side-col p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.75rem;
  line-height: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
}

.breadcrumbs-wrapper {
  margin-bottom: 1.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.125rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.right-col-item {
  margin-bottom: 2rem;
}

.right-col-divider {
  width: 50px;
  height: 4px;
  margin-top: 0.5rem;
  background-color: #ffb901;
}

.breadcrumbs-list-item {
  margin-right: 0.5rem;
  margin-bottom: 0.6rem;
  padding-right: 0.5rem;
  float: left;
  border-right: 1px solid #bdbdbd;
}

.breadcrumbs-list-item.current {
  padding-right: 0rem;
  border-right-style: none;
}

.screen-message {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 1.25rem;
}

.screen-message.success {
  border-left: 6px solid #1ba53c;
  background-color: rgba(27, 165, 60, .2);
}

.screen-message.error {
  border-left: 6px solid #e70417;
  background-color: rgba(253, 54, 54, .15);
}

.more-link {
  position: relative;
  right: 0px;
  bottom: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  opacity: 1;
  color: #1f656e;
  font-weight: 600;
}

.more-link:hover {
  color: #e77c25;
}

.header-link {
  display: inline;
  box-shadow: inset 0 -1px 0 0 #a0a0a0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  text-decoration: none;
}

.header-link:hover {
  box-shadow: inset 0 -55px 0 0 #ffd25d;
}

.intro-paragraph {
  display: block;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
}

.button-styles {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.breadcrumbs-link {
  text-decoration: none;
}

.breadcrumbs-link:hover {
  box-shadow: inset 0 -1px 0 0 #ffb901;
  color: #a0a0a0;
}

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.styles-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 22px;
  margin-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.styles-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-text {
  margin-top: 0.13rem;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Prompt, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
}

.nav-drop-wrap {
  position: relative;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
  font-size: 0.85rem;
}

.nav-drop-toggle {
  overflow: visible;
  width: 100%;
  padding: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-right: 1px none rgba(0, 0, 0, .15);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.nav-drop-toggle:hover {
  border-right-color: transparent;
  box-shadow: inset 0 -3px 0 0 #000, inset 0 -40px 0 0 #ffb901;
}

.open .nav-drop-toggle,
.nav-drop-toggle.w--open {
  box-shadow: inset 0 -3px 0 0 #000, inset 0 -40px 0 0 #ffb901;
  color: #000;
}

.nav-drop-toggle.first-nav-toggle {
  border-left: 1px none rgba(0, 0, 0, .15);
}

.nav-accent {
  position: absolute;
  top: 34px;
  bottom: 0px;
  z-index: 10000;
  width: 18px;
  height: 18px;
  background-color: #b3d236;
  opacity: 0;
}

.nav-drop-list {
  overflow: hidden;
  opacity: 0;
  height: 0;
  display: block;
}

.open .nav-drop-list,
.nav-drop-list.w--open {
  height: auto;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .2);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 400ms ease;
}

.nav-drop-list-link {
  margin-top: 1px;
  padding: 0.45em 1rem 0.35em;
  font-size: 1rem;
  line-height: 1.375em;
  font-weight: 400;
  letter-spacing: -0.02rem;
}

.nav-drop-list-link:hover {
  background-color: #ffb901;
}

.nav-drop-list-link.w--current {
  background-color: #ffb901;
  color: #000;
}

.nav-drop-list-link.first-dd-link {
  margin-top: 0px;
}

.header-upper-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 4vw;
  padding-bottom: 8px;
  padding-left: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 2vw;
}

.slider-caption {
  position: absolute;
  left: 0px;
  top: 50%;
  bottom: 0px;
  width: 50%;
  height: 100%;
  min-width: 545px;
  margin-right: 4vw;
  margin-left: 4vw;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 1.125em;
  line-height: 1.65em;
  text-align: left;
}

.slideshow-caption p {
  display: inline-block;
  max-width: 650px;
  padding: 0.5rem 0.75rem;
  float: left;
  background-color: rgba(0, 0, 0, .7);
  font-size: 1.5vw;
  line-height: 2.4vw;
  font-weight: 300;
}

.slideshow-button {
  display: inline-block;
  min-width: 100px;
  margin-top: 0.65rem;
  margin-right: 0rem;
  margin-bottom: 0.5rem;
  padding: 0.4rem 1rem;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .7);
  border-radius: 4px;
  background-color: #ffb901;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Prompt, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05rem;
  text-decoration: none;
  text-transform: uppercase;
}

.slideshow-button:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #ffb901;
}

.slideshow-header {
  display: inline-block;
  max-width: none;
  padding: 0.5rem 1rem;
  float: left;
  background-color: rgba(0, 0, 0, .7);
  font-size: 3vw;
  line-height: 3.3vw;
  font-weight: 600;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}

.slider {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.relative-slide-content {
  position: relative;
}

.slideshow-container {
  position: relative;
  width: 100%;
}

.slide-image {
  display: block;
  width: 100%;
}

.slider-indicator {
  left: 4vw;
  top: auto;
  right: auto;
  bottom: 1rem;
  display: block;
  overflow: hidden;
  height: 2.5rem;
  max-width: 500px;
  margin-left: 6rem;
  padding: 1rem 0.5rem 0rem;
  border-radius: 5em;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 0.75rem;
  line-height: 1em;
  text-align: left;
}

.slider-arrow {
  left: 4vw;
  top: auto;
  right: auto;
  bottom: 1rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .7);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 0.875rem;
}

.slider-arrow:hover {
  border-color: #000;
  background-color: hsla(0, 0%, 100%, .15);
  opacity: 1;
  color: #fff;
}

.slider-arrow.right-slider-arrow {
  bottom: 1rem;
  margin-left: 3rem;
}

.quicklinks-outer-wrap {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: block;
  width: 25%;
  max-width: 500px;
  min-width: 375px;
  margin-right: 4vw;
  padding-right: 0.5rem;
  -webkit-transform: translate(0px, 80%);
  -ms-transform: translate(0px, 80%);
  transform: translate(0px, 80%);
}

.rotator-section-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@supports (-ms-ime-align: auto) {
  .rotator-section-wrap {
    margin-top: -1px;
  }
}

.home-content-row {
  padding: 2vw 4vw;
  background-image: url('../images/black-twill-10pct_1black-twill-10pct.png');
  background-position: 0px 0px;
  background-size: 7px;
}

.home-content-row.row-2 {
  padding-top: 1vw;
  padding-bottom: 1vw;
  background-image: none;
}

.home-content-row.footer-row {
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.home-content-row.row-3 {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.content-box {
  position: relative;
  width: 50%;
  min-width: 440px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  padding-bottom: 2.75rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  background-image: url('../images/black-twill-30pct_1black-twill-30pct.png');
  background-position: 0px 0px;
  background-size: 7px;
}

.content-box.event-cb {
  padding-bottom: 2rem;
}

.welcome-wrap p,
.welcome-paragraph {
  font-size: 1.3rem;
  line-height: 2.15rem;
  font-weight: 300;
}

.footer-section {
  height: auto;
  background-color: #000;
}

.social-media-link-block {
  display: none;
  width: 36px;
  height: 36px;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  padding: 0.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e77c25;
  -webkit-transition: all 300ms cubic-bezier(.842, .007, .772, 1.001);
  transition: all 300ms cubic-bezier(.842, .007, .772, 1.001);
  text-align: center;
}

.social-media-link-block:hover {
  background-color: #b1aba2;
}

.social-media-link-block.first-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0rem;
  padding: 0.25rem;
  border: 1px solid #ffb901;
  background-color: #ffb901;
  cursor: pointer;
}

.social-media-link-block.first-social-link:hover {
  border-color: #000;
  background-color: #fff;
}

.footer-logo {
  width: 400px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.phone-link {
  color: #fff;
}

.social-media-wrapper {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-brand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
  margin-left: 0rem;
  padding-left: 0px;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.signoff-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-left: 0vw;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.grip-logo-text-box-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #b1aba2;
  font-size: 8px;
  line-height: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.signoff-left-wrap {
  display: inline-block;
  color: #bdbdbd;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.cb-heading {
  display: inline-block;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.cb-heading.footer-heading {
  display: block;
  margin-bottom: 0.5rem;
  color: #f4f4f4;
  font-size: 1rem;
  line-height: 1.95rem;
  font-weight: 600;
  text-transform: uppercase;
}

.cb-heading.welcome {
  font-weight: 700;
}

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

.footer-email-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #ffb901;
  font-size: 0.9rem;
  line-height: 1.5rem;
  text-decoration: none;
}

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

.footer-grip-link-2 {
  width: 130px;
  height: 28px;
  min-width: 0px;
  padding-left: 0;
  float: right;
  text-decoration: none;
}

#GRIPFooterLogoText {
  line-height: 8px;
}

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

#GRIPFooterLogoImg {
  margin-top: -15px !important;
}

.footer-left-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.cb-static {
  width: 33.33%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cb-static.footer-cb-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cb-static.footer-cb-4 {
  width: 40%;
}

.cb-static.footer-cb-3 {
  width: 50%;
  padding-right: 2vw;
}

.copyright-para {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.footer-right-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-paragraph-2 {
  margin-bottom: 0rem;
  color: #f4f4f4;
  font-size: 0.9rem;
  line-height: 1.65rem;
}

.footer-signoff-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-bottom: 1px solid #888;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #bdbdbd;
  text-decoration: none;
}

.footer-signoff-link:hover {
  border-bottom: 1px solid transparent;
  color: #ffb901;
}

.footer-signoff-link.w--current {
  color: #ffb901;
}

.slide-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .3), transparent 62%), url('../images/black-twill_1black-twill.png');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .3), transparent 62%), url('../images/black-twill_1black-twill.png');
  background-size: auto, 7px;
  opacity: 0.6;
}

.quicklinks-inner-wrap ul li a,
.ql-list-link {
  display: block;
  padding-top: 0.75rem;
  padding-right: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  background-image: url('../images/arrow2_right_black_25.svg');
  background-position: 100% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 600;
  text-decoration: none;
}

.quicklinks-inner-wrap ul li a:hover,
.ql-list-link:hover {
  background-image: url('../images/arrow2_right_black.svg');
  background-position: 100% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.cb-link-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.75rem;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.cb-heading-bar {
  display: block;
  width: 100%;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  padding: 0.8rem 0.5rem 0.7rem;
  border-top-right-radius: 0px;
  background-color: #ffb901;
  box-shadow: none;
  line-height: 2.1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.cb-heading-bar.image-heading {
  margin-bottom: 0rem;
}

.welcome-wrap {
  width: 60vw;
}

.content-box .cb-inner-wrap p,
.cb-paragraph {
  font-size: 1.15rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.quick-links-heading {
  display: block;
  width: 100%;
  margin-top: -16px;
  margin-bottom: 0px;
  padding: 0.8rem 0.5rem 0.7rem;
  background-color: #ffb901;
  box-shadow: none;
  line-height: 2.1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.quicklinks-inner-wrap ul,
.quicklinks-list {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.4rem;
  list-style-type: none;
  padding-left: 0;
}

.more-arrow-link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  margin-bottom: 1rem;
  margin-left: 1.25rem;
  padding: 0.15rem 1.25rem 0.15rem 0.25rem;
  background-color: transparent;
  background-image: url('../images/arrow2_right_black_50.svg');
  background-position: 97% 44%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Prompt, sans-serif;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-decoration: none;
  text-transform: uppercase;
}

.more-arrow-link:hover {
  background-image: url('../images/arrow2_right_black.svg');
  background-size: 12px 12px;
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
  color: #000;
}

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
  padding-bottom: 0rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.15rem;
  line-height: 1.75rem;
}

.rss_cb_title,
.rss_cb_date,
.news-date {
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.cb-inner-wrap ul,
.cb-para-list {
  padding-left: 20px;
  font-size: 1.15rem;
  line-height: 1.75rem;
}

.quicklinks-inner-wrap {
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
}

.content-box ul,
.event-photos-list {
  margin-top: 1rem;
  font-size: 1.15rem;
  list-style-type: none;
  padding-left: 0;
}

.content-box ul li {
  margin-bottom: 0;
}

.content-box ul li a,
.event-list-link {
  display: block;
  padding-top: 0.75rem;
  padding-right: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  background-image: url('../images/arrow2_right_black_25.svg');
  background-position: 100% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 400;
  text-decoration: none;
}

.content-box ul li a:hover,
.event-list-link:hover {
  background-image: url('../images/arrow2_right_black.svg');
  background-position: 100% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.footer-contact-wrap {
  width: 100%;
}

.cb-header-wrap {
  display: block;
  width: 102%;
  padding-top: 0rem;
  padding-bottom: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(98, 202, 227, .8);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .17), rgba(0, 0, 0, .17));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .17), rgba(0, 0, 0, .17));
  -webkit-transform: translate(0px, 3rem);
  -ms-transform: translate(0px, 3rem);
  transform: translate(0px, 3rem);
}

.cb-link-block-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-color: rgba(0, 0, 0, .2);
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.cb-link-block-overlay:hover {
  opacity: 1;
}

.cb-inner-wrap ul li,
.cb-para-list-item {
  margin-bottom: 0.5rem;
}

.cb-inner-wrap {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.cb-inner-wrap .cbURL {
  display: none;
}

.image {
  width: 100%;
}

.list-item {
  line-height: 1.4rem;
}

.partners_cb_entry,
.sponsor-logo-link {
  width: 200px;
  height: 200px;
  margin: 0rem 1rem;
  padding: 0.5rem 1rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.partners_cb_entry:hover,
.sponsor-logo-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.partners_cb_container,
.sponsor-logos-parent-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners_cb_container .partners_cb_entry {
  width: auto;
  padding-bottom: 0.5rem;
}

.partners_cb_title {
  display: none;
}

.slide-caption-inner-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.heading {
  font-weight: 600;
}

.inside-pg-container {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4vw;
  padding-bottom: 2.5rem;
  padding-left: 4vw;
}

.inside-pg-container.no-sidebars {
  max-width: 1200px;
}

.inside-page-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.main-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title-link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.63rem;
  color: #000;
  text-decoration: none;
  background-color: #ffb901;
  font-size: 1.15rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

#navcontainer ul li,
.left-nav-list-item-2 {
  margin-bottom: 1px;
  font-weight: 600;
}

#navcontainer ul li li li,
.left-nav-list-item-2.left-nav-level-3 {
  margin-left: 0.75rem;
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: none;
}

#navcontainer ul li li,
.left-nav-list-item-2.left-nav-level-2 {
  margin-left: 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: none;
}

.left-nav-list-item-2.left-nav-level-2.left-nav-level-2-open {
  background-color: #e7e7e7;
}

.left-nav-list-item-2.left-nav-open {
  background-color: #f5f5f5;
}

#navcontainer ul li a,
.left-nav-link {
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 0.63rem;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

#navcontainer ul li a:hover,
.left-nav-link:hover {
  background-color: #ffb901;
}

#navcontainer ul li a#current,
#navcontainer ul li a.w--current,
.left-nav-link.w--current {
  background-color: #ffb901;
  color: #000;
}

#navcontainer ul li li a,
.left-nav-link.left-nav-nested-link {
  line-height: 1.25rem;
}

#navcontainer ul li li li a,
.left-nav-link.left-nav-nested-link-level-3 {
  background-color: transparent;
  font-size: 0.787rem;
  line-height: 1rem;
}

#navcontainer ul li li a:hover,
.left-nav-link.left-nav-nested-link-level-3:hover {
  background-color: #ffb901;
  box-shadow: none;
}

#navcontainer ul li li a#current,
#navcontainer ul li li a.w--current,
.left-nav-link.left-nav-nested-link-level-3.w--current {
  box-shadow: inset 3px 0 0 0 #000;
  background-color: transparent;
}

#navcontainer ul li li a.w--current:hover,
.left-nav-link.left-nav-nested-link-level-3.w--current:hover {
  background-color: transparent;
}

#navcontainer ul,
.left-nav-list-2 {
  font-size: 1rem;
  line-height: 1.4rem;
  padding-left: 0;
  list-style-type: none;
}

#navcontainer ul ul,
.left-nav-list-2.sub-list {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  background-color: #e7e7e7;
}

.left-nav-wrapper-2 {
  width: 25%;
  height: 100%;
  max-width: 260px;
  min-width: 220px;
  margin-right: 2rem;
  padding-top: 1.375rem;
  padding-bottom: 6rem;
}

.left-nav-section-title-2 {
  margin-top: 0rem;
  margin-bottom: 1px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-decoration: none;
}

.breadcrumb-wrapper {
  position: relative;
  display: none;
  margin-top: 0rem;
  padding: 1rem 2rem 0.3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  background-image: url('../images/black-twill-20pct.png');
  background-position: 0px 0px;
  background-size: 7px;
  text-align: center;
}

.h1-no-bottom-border {
  border-bottom-color: transparent;
}

.centered-cb-button {
  margin: 15px 0;
  text-align: center;
}

.centered-cb-button .primary {
  margin: 0;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.15rem;
    line-height: 2.9rem;
  }
  h2 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  .nav-menu {
    display: block;
    width: 75%;
    margin-top: 176px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #ffb901;
    text-align: left;
  }
  .menu-button-text {
    display: none;
    font-size: 0.7rem;
    line-height: 1rem;
    text-align: center;
  }
  .mobile-menu-arrow {
    display: block;
    width: 15%;
    border-left: 1px solid rgba(0, 0, 0, .3);
    background-color: transparent;
    background-image: url('../images/arrow-medium.svg');
    background-position: 50% 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    color: #000;
  }
  .mobile-menu-arrow:hover {
    background-color: #000;
    background-image: url('../images/arrow-medium_ffb901.svg');
    background-size: 16px 16px;
    opacity: 1;
  }
  .mobile-menu-icon {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }
  .navbar {
    display: block;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .brand {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-link-label {
    display: inline-block;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .two-part-mobile-nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
  }
  .header-section {
    border-bottom: 3px solid #000;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .7);
  }
  .container.nav-container {
    display: block;
    margin-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    box-shadow: none;
  }
  .container.flex-container {
    max-width: none;
  }
  .container.footer-flex-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.signoff-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .menu-button {
    display: block;
    width: 55px;
    height: 55px;
    padding: 10px;
    float: right;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
  }
  .menu-button:hover {
    background-color: #ffb901;
  }
  .menu-button.w--open {
    background-color: #ffb901;
    color: #000;
  }
  .main-nav-link {
    padding: 1rem 0.75rem 0.9rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-family: Prompt, sans-serif;
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-align: left;
  }
  .main-nav-link:hover {
    border-style: none none solid;
    border-color: rgba(93, 63, 58, .35);
    background-color: #000;
    color: #ffb901;
    line-height: 1.5rem;
  }
  .main-nav-link.w--current {
    border-bottom-color: rgba(93, 63, 58, .35);
    background-color: hsla(0, 0%, 100%, .7);
  }
  .main-nav-link.mobile-duplicate {
    display: block;
    width: 88%;
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-style: none;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .button.member-login {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border-color: #000;
    background-color: #fff;
  }
  .button.member-login:hover {
    border-color: #ffb901;
    background-color: #ffb901;
  }
  .right-side-col {
    width: 100%;
    max-width: none;
    min-width: 0px;
    margin-top: 1rem;
    margin-left: 0rem;
    padding: 1rem 0rem;
  }
  .breadcrumbs-list {
    max-width: 740px;
  }
  .breadcrumbs-wrapper {
    padding-left: 0rem;
  }
  .more-link:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .main-content {
    width: 100%;
  }
  .nav-drop-wrap {
    width: 100%;
  }
  .nav-drop-toggle {
    display: block;
  }
  .header-upper-wrap {
    padding-right: 0rem;
    padding-bottom: 0px;
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .login-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0rem 2vw 0rem 4vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .15);
  }
  .slider-caption {
    position: relative;
    top: 0%;
    display: block;
    width: 100%;
    height: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 4vw;
    padding-bottom: 0rem;
    padding-left: 4vw;
    background-color: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slideshow-caption p {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .slideshow-header {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .slider-mask {
    background-color: #f5f5f5;
  }
  .slider {
    width: 100%;
  }
  .slideshow-container {
    display: block;
  }
  .slider-indicator {
    bottom: 1.5rem;
    margin-left: 5.5rem;
  }
  .slider-arrow {
    bottom: 1.5rem;
    width: 2.25rem;
    height: 2.25rem;
  }
  .slider-arrow:hover {
    background-color: rgba(0, 0, 0, .4);
  }
  .slider-arrow.right-slider-arrow {
    bottom: 1.5rem;
    margin-left: 2.75rem;
  }
  .quicklinks-outer-wrap {
    position: relative;
    width: 100%;
    max-width: none;
    min-width: 0px;
    margin-right: 0vw;
    padding-right: 0rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .home-content-row.row-1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .home-content-row.row-2 {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }
  .home-content-row.footer-row {
    padding-top: 1.5rem;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .content-box {
    min-width: 439px;
    margin-bottom: 2rem;
  }
  .content-box.last-cb {
    margin-bottom: 1rem;
  }
  .welcome-wrap p,
  .welcome-paragraph {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-media-link-block {
    margin-left: 1rem;
    border-radius: 50%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .social-media-link-block.first-social-link {
    margin-left: 0rem;
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
  }
  .social-media-link-block.first-social-link:hover {
    border-radius: 50%;
  }
  .social-media-wrapper {
    margin-bottom: 1.25rem;
  }
  .footer-brand {
    display: block;
    float: none;
  }
  .signoff-section {
    width: 100%;
    background-color: transparent;
  }
  .cb-heading.footer-heading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .footer-grip-link-2 {
    margin-top: 1rem;
  }
  .footer-left-content-wrap {
    width: 100%;
  }
  .cb-static.footer-cb-4 {
    display: block;
  }
  .cb-static.footer-cb-3 {
    width: 50%;
    padding-right: 5rem;
  }
  .copyright-para {
    margin-top: 1rem;
  }
  .footer-right-content-wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slide-overlay {
    display: block;
    background-image: url('../images/black-twill_1black-twill.png');
    background-size: 7px;
  }
  .welcome-wrap {
    width: auto;
  }
  .quick-links-heading {
    height: auto;
    margin-top: 0px;
    margin-bottom: 1.5rem;
  }
  .quicklinks-inner-wrap ul,
  .quicklinks-list {
    margin-top: 0rem;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .more-arrow-link {
    margin-top: 0rem;
  }
  .quicklinks-inner-wrap {
    padding-right: 0rem;
    padding-bottom: 2rem;
    padding-left: 0rem;
    box-shadow: none;
  }
  .cb-link-block-overlay {
    display: none;
  }
  .partners_cb_entry,
  .sponsor-logo-link {
    width: 175px;
    height: 175px;
  }
  .slide-caption-inner-wrap {
    top: 0%;
    padding-bottom: 4.25rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .inside-page-content-wrapper {
    margin-top: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-content-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .left-nav-wrapper-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  ul {
    padding-left: 20px;
  }
  ol {
    padding-left: 20px;
  }
  blockquote {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
  .nav-menu {
    width: 90%;
    margin-top: 177px;
  }
  .mobile-menu-arrow {
    background-size: 16px 16px;
  }
  .mobile-menu-arrow:hover {
    background-size: 16px 16px;
  }
  .brand {
    width: 100%;
  }
  .container.nav-container {
    max-width: 728px;
  }
  .container.welcome-container {
    padding-left: 0rem;
  }
  .container.flex-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container.signoff-container {
    text-align: center;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding: 3px 0px 0px;
  }
  .main-nav-link.mobile-duplicate {
    width: 88%;
  }
  .button.member-login {
    line-height: 1.2rem;
  }
  .breadcrumbs-wrapper {
    font-size: 0.85rem;
  }
  .intro-paragraph {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
  .header-upper-wrap {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .login-wrap {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .slider-indicator {
    background-image: none;
  }
  .slider-indicator:hover {
    background-color: transparent;
  }
  .home-content-row.row-2 {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  .home-content-row.row-3 {
    padding-top: 0vw;
  }
  .content-box {
    width: 100%;
    min-width: 0px;
    margin-right: 0rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
  }
  .content-box.event-cb {
    padding-bottom: 1rem;
  }
  .social-media-link-block {
    margin-right: 0.75rem;
  }
  .social-media-wrapper {
    margin-bottom: 0rem;
  }
  .footer-signoff-link-wrap {
    display: inline-block;
    margin-left: 0rem;
  }
  .footer-grip-link-2 {
    display: block;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .footer-left-content-wrap {
    width: 100%;
    border-bottom: 1px solid rgba(255, 248, 225, .25);
  }
  .cb-static {
    width: 33.33%;
  }
  .cb-static.footer-cb-3 {
    padding-right: 2rem;
  }
  .copyright-para {
    margin-top: 1rem;
    margin-right: 0.5rem;
  }
  .footer-right-content-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 248, 225, .25);
  }
  .quicklinks-inner-wrap ul li a,
  .ql-list-link {
    line-height: 1.4rem;
  }
  .cb-heading-bar {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .quick-links-heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .quicklinks-inner-wrap {
    padding-bottom: 1.5rem;
  }
  .partners_cb_entry,
  .sponsor-logo-link {
    width: 200px;
    height: 200px;
  }
  .inside-page-content-wrapper {
    margin-top: 0rem;
  }
  .breadcrumb-wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  .nav-menu {
    margin-top: 151px;
  }
  .menu-button-text {
    font-size: 0.7rem;
  }
  .mobile-menu-arrow {
    width: 17%;
  }
  .brand {
    width: 100%;
    margin-top: 0.75rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .logo {
    width: 220px;
  }
  .container.nav-container {
    max-width: none;
  }
  .container.footer-flex-container {
    display: block;
  }
  .main-nav-link {
    padding-top: 0.9rem;
    padding-bottom: 0.8rem;
    font-size: 0.9rem;
  }
  .main-nav-link.mobile-duplicate {
    width: 83%;
  }
  .button.cb-yellow-button {
    width: 100%;
  }
  .button.cb-black-button {
    width: 100%;
  }
  .breadcrumbs-wrapper {
    margin-bottom: 1rem;
  }
  .logo-text {
    font-size: 0.85rem;
    line-height: 1.3rem;
    letter-spacing: 0rem;
  }
  .slider-caption {
    font-size: 0.925em;
  }
  .slideshow-caption p {
    font-size: 1.15rem;
    line-height: 1.65rem;
  }
  .slideshow-header {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .home-content-row.footer-row {
    padding-top: 1rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .content-box.event-cb {
    padding-bottom: 1rem;
  }
  .footer-brand {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .footer-grip-link-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-left-content-wrap {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cb-static.footer-cb-1 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cb-static.footer-cb-4 {
    width: 100%;
  }
  .cb-static.footer-cb-3 {
    width: 100%;
    padding-top: 1rem;
    padding-right: 0rem;
  }
  .copyright-para {
    margin-right: 0rem;
  }
  .footer-right-content-wrap {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-signoff-link {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .cb-heading-bar {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .quick-links-heading {
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .more-arrow-link {
    margin-left: 0.75rem;
  }
  .news-item {
    display: block;
    margin-bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rss_cb_title,
  .rss_cb_date,
  .news-date {
    display: inline-block;
    margin-bottom: 0rem;
    width: 100%;
  }
  .cb-inner-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .slide-caption-inner-wrap {
    padding-bottom: 3.75rem;
  }
  .inside-pg-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .breadcrumb-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* SET BASE FONT SIZE */
html {
  font-size: 16px;
}

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

/* CONTROL PHONE NUMBER COLOR */
a[href^=tel] {
  color: #ffffff;
  text-decoration: none;
}

.phone-link {
  display: none;
}

/* CONTROL CURSOR CLICK & DRAG HIGHLIGHT COLOR */
/* Mozilla-based browsers */
::-moz-selection {
  background-color: #ffb901;
  color: #000000;
}

/* Safari browser */
::selection {
  background-color: #ffb901;
  color: #000000;
}

/* ADJUST WELCOME CONTENT SO IT DOESN'T EXTEND UNDER THE QUICKLINKS BOX */
@media screen and (min-width: 1166px) and (max-width: 1315px) {
  .welcome-wrap {
    width: 55vw;
  }
  .welcome-wrap p,
  .welcome-paragraph {
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1165px) {
  .welcome-wrap {
    width: 49vw;
  }
  .welcome-wrap p,
  .welcome-paragraph {
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}

/************************* Mmenu **************************/
/**********************************************************/
@media(min-width: 992px) {
  .mobile-navigation-menu {
    display: none;
  }

  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media(max-width: 991px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
  }
  .mm-menu {
    background-color: #ffb901;
    max-width: none;
    min-width: 0;
  }
  .mm-menu .mm-list {
    padding: 0;
  }
  .mm-list > li > a,
  .mm-list > li > span {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1rem 0.75rem 0.9rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
  }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    border-bottom-width: 0px;
  }
  .mm-list a.mm-subopen + a,
  .mm-list a.mm-subopen + span {
    margin-right: 20%;
    width: 80%;
  }
  .mm-list a.mm-subopen {
    width: 20%;
    background: transparent none;
  }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, .3);
  }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: #000;
  }
  .mm-list a.mm-subopen:after {
    right: 45%;
  }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: transparent none;
    color: #000;
    margin-top: 0;
    padding-top: 1rem;
  }
  .mm-subtitle {
    height: 58px;
  }
  .mm-list a.mm-subclose:before {
    margin-bottom: -5px;
  }
}

/************************* Styles *************************/
/**********************************************************/
/*messages*/
#messages.message_confirm {
  border-left: 6px solid #1ba53c;
  background-color: rgba(27, 165, 60, .2);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 1.25rem;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.6rem;
}

#messages.message_warning {
  border-left: 6px solid #e70417;
  background-color: rgba(253, 54, 54, .15);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 1.25rem;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.6rem;
}

#messages.message_confirm *,
#messages.message_warning * {
  color: #000;
  font-size: 1rem;
  line-height: 1.6rem;
}

/*images*/
.imgCaption {
  font-style: italic;
  background-color: white;
}

.imgDescription {
  background-color: white;
  font-style: italic;
  font-size: 0.925rem;
}

/*tables*/
.tableBorder {
  border-bottom: 2px solid #999;
}

.tableHeader {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding: .625rem .625rem;
  text-align: left;
  background-color: #ffb901;
}

.tableHeader a {
  color: #000;
  text-decoration: underline;
  box-shadow: none;
}

.tableHeader a:hover {
  text-decoration: none;
  box-shadow: none;
}

.evenrow td,
.oddrow td {
  padding: 8px 10px;
  border-right: 1px solid white;
}

.evenrow td a,
.oddrow td a {
  box-shadow: none;
  text-decoration: underline;
  border-bottom: 0px;
  background: none;
}

.evenrow td a:hover,
.oddrow td a:hover {
  box-shadow: none;
  text-decoration: none;
  border-bottom: 0px;
  background: none;
}

tbody th {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: .625rem .625rem;
  text-align: left;
  background-color: #afafaf;
}

.evenrow {
 background: #e5e5e5 none repeat scroll 0 0;
}

.oddrow {
  background: transparent none repeat scroll 0 0;
}

table.styled {
  width: 100%;
  margin: 20px 0 10px 0;
  background-color: white;
  border-spacing: 0px;
  border-bottom: 2px solid #999;
}

table.styled th,
table.styled td {
  border-right: 1px solid #999;
}

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

table.styled thead tr th {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding: .625rem .625rem;
  text-align: left;
  background-color: #ffb901;
}

table.styled th {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: .625rem .625rem;
  text-align: left;
  background-color: #afafaf;
}

table.styled th a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

table.styled th a:hover {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

table.styled td {
  padding: .375rem .625rem;
  font-size: .96rem;
  line-height: 1.4rem;
}

table.styled.striped tr:nth-child(even) {
  background: #e5e5e5;
}

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

/*forms*/
.formSection {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding: .625rem .625rem;
  text-align: left;
  background-color: #ffb901;
}

.formSection a {
  color: #000;
  text-decoration: underline;
  box-shadow: none;
}

.formSection a:hover {
  text-decoration: none;
  box-shadow: none;
}

.fieldLbl {
  padding: 8px 12px;
  width: 31%;
  text-align: right;
  vertical-align: top;
}

.fieldVal,
.form-buttons {
  padding: 8px 12px;
}

.module-submissionforms.view-form .payment-information .submissionforms_payment_totalfield,
.module-submissionforms.view-form .payment-information .submissionforms_payment_field {
  padding: 8px 12px;
  text-align: left;
}

.redText {
  color: #cc0000;
}

.main-content-wrapper input[type="text"],
.main-content-wrapper input[type="tel"],
.main-content-wrapper input[type="email"],
.main-content-wrapper input[type="password"],
.main-content-wrapper input[type="file"],
.main-content-wrapper input[type="number"],
.main-content-wrapper select,
.main-content-wrapper textarea{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 8px 12px;
}

.required-field-wrapper {
  font-size: 0.9rem !important;
}

@media (max-width: 991px) {
  .main-content-wrapper input[type="text"],
  .main-content-wrapper input[type="tel"],
  .main-content-wrapper input[type="email"],
  .main-content-wrapper input[type="password"],
  .main-content-wrapper input[type="file"],
  .main-content-wrapper input[type="number"],
  .main-content-wrapper select,
  .main-content-wrapper textarea {
    width: 100% !important;
    max-width: 100% !important
  }
  .main-content-wrapper input[type="text"].hasDatepicker{
    width: 90% !important;
  }
  .fieldLbl {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .fieldVal {
    padding-top: 0;
    display: block;
    width: 100%;
  }
  form.responsive-form .fieldLbl,
  .responsive-table .fieldLbl,
  form.responsive-form .fieldVal,
  .responsive-table .fieldVal,
  .module-submissionforms.view-form .payment-information .submissionforms_payment_totalfield,
  .module-submissionforms.view-form .payment-information .submissionforms_payment_field {
    width: 100%;
  }
  .module-submissionforms.view-form .payment-information .submissionforms_payment_totalfield,
  .module-submissionforms.view-form .payment-information .submissionforms_payment_field {
    display: block;
    padding-left: 0;
  }
  .module-submissionforms.view-form .payment-information .submissionforms_payment_field ~ .submissionforms_payment_price {
    display: none;
  }
}

/*inside pages*/
.page-title {
  width: 100%;
}

.main-content.has-right {
  display: block;
  overflow: hidden;
}

.main-content.has-right .content-main {
  width: calc(80% - 2rem);
  max-width: calc(100% - 2rem - 168px);
  min-width: calc(100% - 2rem - 250px);
  float: left;
}

.main-content.has-right .right-side-col {
  float: left;
}

.associations_container,
.right-sidebar {
  width: 100%;
}

@media(max-width: 991px) {
  .main-content.has-right .content-main {
    width: 100%;
    max-width: none;
    min-width: 0;
    float: none;
  }
  .main-content.has-right .right-side-col {
    float: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-top: 2.5rem;
    padding: 2rem 0rem;
    border-top: 3px solid #ffb901;
  }

  .content-main img {
  	height: auto !important;
  }
}

/*heading links*/
.main-content-wrapper h1 a,
.main-content-wrapper h2 a,
.main-content-wrapper h3 a {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: none;
}

.main-content-wrapper h1 a:hover,
.main-content-wrapper h2 a:hover,
.main-content-wrapper h3 a:hover {
  text-decoration: none;
  box-shadow: inset 0 -55px 0 0 #ffd25d;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

/*blockquotes*/
blockquote p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

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

/*override old color styles*/
.redfontlarge {
  color: #cc0000 !important;
  font-size: 1.2rem !important;
}

.redfontnormal {
  color: #cc0000 !important;
  font-size: 1.1rem !important;
}

.bluesmallheadline {
  color: #0000cc !important;
  font-size: 0.9rem !important;
}

/************************ Modules *************************/
/**********************************************************/
/*blogs*/
.module-blogs .blogs_tag,
.module-blogs .blogs_category {
  background-position: 0 4px;
}

.blog-posted-meta img,
.blogs_comments img,
.blogs_permalink img {
  vertical-align: middle !important;
}

.module-blogs .blogs_detail_items {
  padding-bottom: 0;
}

.module-blogs .blogs_articles_entry {
  padding-top: 1.5em;
  padding-bottom: 0;
  margin-top: 1.5em;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.blogs_articles_entry h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.module-blogs.article-detail .blog-posted-meta,
.module-blogs .blogs_tag,
.module-blogs .blogs_posted_meta,
.module-blogs .blogs_articles_date_posted {
  font-size: 1rem;
}

.blogs_cloud_container,
.blogs_contributors_container,
.blogs_rss {
  margin-bottom: 1.5rem;
}

.blogs_cloud_container:after,
.blogs_contributors_container:after,
.blogs_rss:after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 1.5rem;
  background-color: #ffb901;
}

.module-blogs .blogs_pagination_border_bottom {
  display: none;
}

.blogs_detail_new_comment .tableBorder {
  border-bottom: 0 none;
}

@media(max-width: 991px) {
  .blogs_detail_new_comment .button-spacer {
    display: none;
  }
  .blogs_detail_new_comment td {
    padding-left: 0;
  }
  .blogs_detail_new_comment .tableHeader {
    padding-left: 12px;
  }
}

/*events*/
.module-events {
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.module-events small {
  font-size: 1rem;
  line-height: 1.5rem;
}

.module-events.view-month .responsive-filters .events-filter-form,
.module-events.view-year .responsive-filters .events-filter-form {
  text-align: left;
}

.module-events.view-month .responsive-filters .events-calendar-icon,
.module-events.view-year .responsive-filters .events-calendar-icon,
.module-events.view-month .responsive-filters .events-rss-icon,
.module-events.view-year .responsive-filters .events-rss-icon {
  vertical-align: middle;
}

.module-events.view-month .responsive-filters a:hover,
.module-events.view-year .responsive-filters a:hover {
  box-shadow: none;
}

.module-events .searchbutton {
  margin-right: 3px;
}

.module-events select {
  font-size: 1rem !important;
}

.module-events.view-calendar > div > table:last-of-type {
  border-left: 1px solid #ccc;
}

.module-events.view-calendar > div > table:last-of-type > tbody > tr > td:not(.tableHeader) {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.calendar-view-options {
  list-style-type: none;
  padding-left: 0;
}

table.event-calendar {
  width: 100%;
  border-left: 1px solid #ccc;
}

table.event-calendar thead th {
  padding: 5px;
}

table.event-calendar tbody td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px;
}

.events_calendar,
.events_time,
.events_rsvp,
.events_location,
.events_contact {
  background-position: 0 5px;
}

@media(max-width: 991px) {
  #frmRegistration.responsive-form .button-spacer {
    display: none;
  }
  .module-events select {
    margin-bottom: 10px;
  }
}

@media(max-width: 767px) {
  .module-events.view-month .event-details,
  .module-events.view-year .event-details {
    padding-bottom: 20px;
  }
}

/*feedback*/
@media(max-width: 991px) {
  .module-feedback td {
    padding-left: 0;
  }
  .module-feedback form table:last-of-type td {
    text-align: left;
  }
}

/*forums*/
.module-forums.thread-details small img {
  vertical-align: middle !important;
}

.module-forums.thread-details table a img {
  vertical-align: middle !important;
  padding-left: 0 !important;
}


@media(max-width: 991px) {
  .module-forums.reply-form table td:not(.formSection),
  .module-forums.email-form table td:not(.formSection) {
    padding-left: 0;
  }
  .module-forums.reply-form table tr:last-of-type td,
  .module-forums.email-form table tr:last-of-type td {
    text-align: left;
    padding-top: 0;
  }
}

/*faqs*/
.module-faqs .faq_question_numbered {
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.module-faqs .faq_number {
  top: -3px;
}

/*members*/
.module-member form[name="memberSearch"] > table:first-of-type > tbody > tr > td {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}

.module-member form .tableBorder {
  border-bottom: 0 none;
}

@media(max-width: 991px) {
  .module-member > table:first-of-type > tbody > tr > td {
    display: block;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
}

@media(max-width: 991px) {
  .module-member > table > tbody > tr > td {
    display: block;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
}

/*member directory*/
@media(max-width: 991px) {
  .module-memberdirectory.byMember.search .fieldVal table td {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    text-align: left;
  }
  .module-memberdirectory.byMember.search .fieldVal table td select {
    display: block;
  }
  .module-memberdirectory.byMember.list table td {
    display: block;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
  .module-memberdirectory.byMember.list form table td select {
    max-width: 70px !important;
  }
}

/*members officers*/
.module-officers .imgClass {
  border: 1px solid #ccc;
}

@media(max-width: 991px) {
  .module-officers form[name="yearForm"] {
    text-align: left;
  }
  .module-officers form[name="yearForm"] select {
    max-width: 150px !important;
  }
}

@media(max-width: 767px) {
  .module-officers > table > tbody > tr > td {
    display: block;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
}

/*news*/
.news_date,
.news_tag,
.news_file,
.news_abstract {
  background-position: 0 5px;
}

@media(max-width: 991px) {
  .module-news .button-spacer {
    display: none;
  }
}
@media(max-width: 767px) {
  .news_list_item {
    padding-left: 0;
  }
  .module-news .news_list_item * {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  .module-news .news_list_item a {
    display: inline-block;
    width: auto;
  }
}

/*partners*/
.module-partners td h3,
.module-partners td h2 {
  margin-top: 0;
  margin-bottom: 5px;
}

.module-partners .spacer td {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media(max-width: 991px) {
  .module-partners td {
    display: block;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
  .module-partners .partners-detail-logo {
    padding-left: 0;
  }
}

/*photo albums*/
.module-albums.view-albums .album {
  margin-bottom: 20px;
  display: block;
}

.module-albums.view-albums .album .album-details h2 {
  margin-bottom: 0;
}

.imgClass.image.display-mode-1 img {
  height: auto;
}

@media(max-width: 991px) {
  .module-albums.view-albums .album .thumbnail,
  .module-albums.view-albums .album .album-details {
    display: block;
    padding-left: 0;
  }
}

@media(max-width: 767px) {
  .module-albums.view-album .image-container.full-caption {
    margin-top: 20px;
    margin-right: 1%;
    width: 49%;
  }
}

/*resources*/
.module-resources.resource-list {
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.module-resources.resource-list .resource img {
  vertical-align: middle !important;
}

/*rss*/
.module-rss {
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.module-rss small {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media(max-width: 991px) {
  .module-rss td {
    display: block;
    width: 100%;
  }
}

/*submission forms*/
.formFieldSet {
  background-color: transparent;
}

.helpText {
  color: #000;
  font-size: 0.75rem;
}

.module-submissionforms .submissionforms_review_text {
  font-weight: 600;
}

@media(max-width: 991px) {
  .module-submissionforms .fieldLbl, .module-submissionforms .fieldVal {
    padding-left: 0;
  }
  .formFieldSet {
    padding-left: 0;
    padding-right: 0;
  }
}

/******************* SVConnect Modules ********************/
/**********************************************************/
.membership-login-form .responsive-form .tableBorder {
  border-bottom: 0 none;
}
.membership-login-form .responsive-form td {
  vertical-align: top;
}

.membership-login-form .responsive-form .required-field-wrapper {
  margin-top: 20px;
}

.membership-login-form .responsive-form .help_text_div {
  color: #000;
  font-size: 0.75rem;
  line-height: 1rem;
}

.registration-ext-val + td {
  display: none;
}

.profile-categories-box .responsive-table {
  width: 100%;
}

.profile-categories-box .responsive-table td.fieldLbl {
  vertical-align: top;
  padding-top: 0;
}

.profile-categories-box .responsive-table td.fieldLbl + td table td {
  padding-bottom: 0;
}

.rsp_steps {
  border: 0 none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  margin-bottom: 10px;
}

.rsp_steps td {
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1rem;
}

.rsp_steps ~ form .help-text-hints {
  background-image: none;
  margin-right: 0;
  padding-left: 0;
}

.formSection td {
  padding: .625rem .625rem;
}

.help_text {
  color: #000;
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  margin-top: 5px;
}

.contact-name-information .ui-datepicker-trigger + .help_text {
  margin-left: 0;
}

.main-content-wrapper input[type="number"][name="bextension"],
.main-content-wrapper input[type="number"][name="secondaryextension"],
.main-content-wrapper input[type="number"][name="extension"] {
  max-width: 80px !important;
}

.main-content-wrapper input[type="radio"] + label,
.main-content-wrapper input[type="checkbox"] + label {
  display: inline;
}

.membership-levels .membership-fee {
  padding-left: 30px;
}

.membership-levels .membership-fee,
.membership-levels .membership-range  {
  vertical-align: top;
}

.responsive-form .tableBorder .biographical-information textarea {
  width: 100%;
}

.rspevent-registration-form .fieldVal.memberOnly input[style="width:115px;"] {
  width: 100% !important;
  max-width: 400px;
}

.module-rspmemberprofile .form_subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-family: Prompt, sans-serif;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 600;
}

.rspclasses-search-label + td {
  padding-bottom: 15px;
}

.rspclasses-search-form table tr td {
  display: block;
}

.rspclasses-search-form table tr td select,
.rspclasses-search-form table tr td input[type="text"] {
  min-width: 400px;
}

.login_right .text-with-icon {
  background-image: none !important;
  padding-left: 0;
}

.rspevents-calendar-table .tableHeader td {
  padding: .625rem .625rem;
}

.responsive-form.responsive-events-filter-form td {
  display: block;
  text-align: left;
}

.module-rspevents.view-details td {
  display: block;
  width: 100%;
  text-align: left;
}

.module-rspevents.view-details td strong {
  font-size: 1.1rem;
  margin-top: 10px;
  display: inline-block;
}

.module-rspevents.view-details table h3 {
  border-top: 3px solid #ffb901;
  padding-top: 20px;
}

.module-rspevents.view-details .right-column {
  padding-left: 0;
  border-left: 0;
}

.siteviz_icon_rsvp,
.siteviz_icon_map,
.siteviz_icon_calendar {
  padding-left: 0;
  background-image: none;
}

.main-content-wrapper .new-address-icon-link,
.main-content-wrapper .new-address-icon-link:hover,
.main-content-wrapper .search-icon-link,
.main-content-wrapper .search-icon-link:hover,
.main-content-wrapper .map-tracker.icon,
.main-content-wrapper .map-tracker.icon:hover,
.main-content-wrapper .search-icon-links,
.main-content-wrapper .search-icon-links:hover,
#remove_guest_icon_1 a,
#remove_guest_icon_1 a:hover,
#add_guest_icon_1 .add-guest-trigger,
#add_guest_icon_1 .add-guest-trigger:hover,
.main-content-wrapper .register-icon-link,
.main-content-wrapper .register-icon-link:hover,
.option-box:nth-child(2n+1) a,
.option-box:nth-child(2n+1) a:hover,
.hints_icon a,
.hints_icon a:hover {
  box-shadow: none;
}

.module-rspmemberprofile .required-field-wrapper {
  padding-bottom: 0 !important;
}

.rspclasses-detail-table > tbody > tr > td {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-bottom: 20px;
  border-top: 3px solid #ffb901;
}

.rspclasses-detail-table > tbody > tr > td:first-of-type {
  border-top: 0 none;
}

table tr td[style="padding:1px 0px 0px 0px;"],
table tr td[style="padding:0px 0px 0px 0px;"],
.rspclasses-list-table td[style="padding:0px;"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.class_registration_form.step_1 .rspclasses-list-table ~ table td {
  padding: 10px !important;
  background-color: #e5e5e5;
}

.class_registration_form.step_1 .rspclasses-list-table ~ table:last-of-type td {
  background-color: transparent;
}

.class_registration_form.step_2 table tr td[nowrap="nowrap"] > table {
  width: 100%;
}

.class_registration_form.step_2 table tr td[nowrap="nowrap"] > table > tbody > tr {
  border-bottom: 1px solid #ccc;
}

.class_registration_form.step_2 table tr td[nowrap="nowrap"] > table > tbody > tr:last-of-type {
  border-bottom: 0 none;
}

.class_registration_form.step_2 table tr td[nowrap="nowrap"] > table > tbody > tr > td  {
  display: block;
  width: 100%;
}

.module-rspmemberdirectory.view-search.rsp_directory_search_form .formSection2,
.class_registration_form.step_4 .formSection2 td,
.class_registration_form.step_5 .formSection2 td {
  padding: 10px;
}

.registration-complete-link-list {
  list-style-type: none;
  padding-left: 0;
}

.rspevents-calendar-table {
  border-left: 1px solid #ccc;
}

.rspevents-calendar-table > tbody > tr:not(.tableHeader)  > td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.events-filter-form .button_style.button.button-primary {
  margin-top: .5rem;
  margin-right: 0;
}

.responsive-form.responsive-events-filter-form {
  margin-bottom: 20px;
}

.rspevent-registration.steps {
  border: 0 none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  margin-bottom: 10px;
}

.rspevent-registration.steps td {
  background-color: transparent;
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1rem;
  white-space: normal;
}

br.optional {
  display: none;
}

.formSectionTitleRow + tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.module-rspmemberdirectory.view-members .photo-view img {
  border: 1px solid #ccc;
  max-width: 150px;
}

.rspmember-details-body > tbody > tr > td {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 0 !important;
  padding-top: 10px !important;
  border-top: 1px solid #e5e5e5 !important;
}

@media(max-width: 991px) {
  .membership-login-form > table > tbody > tr .login-signup-space.register-header-external::before {
    content: 'OR';
    display: inline-block;
    padding-top: 20px;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .fieldLbl.empty,
  .class_registration_form.step_3 > table > tbody > tr:last-of-type td:first-of-type,
  .button-spacer {
    display: none;
  }
  .fieldLbl,
  .fieldVal {
    padding-left: 0;
  }
  .rspevent-registration-form tr td,
  .form_buttons {
    text-align: left;
  }
  .rspclasses-search-form table tr td select,
  .rspclasses-search-form table tr td input[type="text"] {
    min-width: 100%;
  }
  .module-rspmemberdirectory.view-members .search-type-filters td,
  .module-rspdonations.action-view .responsive-table td,
  .instructor-details td {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .module-rspmemberdirectory.view-members .search-type-filters td:last-of-type {
    padding-bottom: 10px;
  }
  .instructor-details td h3 {
    margin-top: 0;
  }
  .rspevent-registration-form .formSubSection td,
  .rspdonations_campaigns.responsive-table td,
  .membership-login-form > table > tbody > tr > td,
  .form_table > tbody > tr:last-of-type > td,
  .tableBorder.profile > tbody > tr:last-of-type > td,
  .module-rspmemberprofile .form_table > tbody > tr > td,
  .profile-categories-box .responsive-table > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

@media(max-width: 767px) {
  .module-rspmemberdirectory.view-members .photo-view td,
  .rspclasses-detail-table .login_left td,
  .rspevent-registration.steps td,
  .rsp_steps td {
    display: block;
    width: 100%;
  }
  .formSection td {
    white-space: normal;
  }
  .class_registration_form.step_2 table tr td[nowrap="nowrap"] {
    white-space: normal;
  }
}

/***************** Modules Content Boxes ******************/
/**********************************************************/
/*mailing lists*/
.mailinglist_cb_container {
  overflow: hidden;
}

.mailinglist_cb_email input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 8px 12px;
}

.mailinglist_cb_button .button_style {
  margin-top: 0;
}

/*partners*/
.home-content-row.row-2 .partners_cb_container,
.welcome-container .partners_cb_container {
  display: block;
}

.home-content-row.row-2 .partners_cb_entry,
.welcome-container .partners_cb_entry {
  text-align: left;
  opacity: 1;
}

.home-content-row.row-2 .partners_cb_entry:hover,
.welcome-container .partners_cb_entry:hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
