body {
  background-color: #34373c;
  background-image: -webkit-linear-gradient(#141519, transparent 50%);
  background-image: linear-gradient(#141519, transparent 50%);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
#printheader,
#printfooter {
  display: none;
}
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Voltaire, sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Voltaire, sans-serif;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Voltaire, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22px;
}
a {
  color: #00e;

}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.top-cb-button {
  padding-top: 5px;
  padding-left: 26px;
  background-color: transparent;
  background-image: url('../images/arrow-green.svg');
  background-position: 0px 50%;
  background-size: 23px 23px;
  background-repeat: no-repeat;
  color: #008a5f;
  font-size: 14px;
  font-weight: 700;
}

.button.primary-button,
.button-primary,
.button-secondary {
	-webkit-transition: all 300ms ease;
	background-color: #376bce;
	border: none;
	color: white;
	font-weight: 700;
	margin: 5px;
	transition: all 300ms ease;
}

.button.primary-button:hover,
.button-primary:hover,
.button-secondary:hover {
	background-color: #142c54;
}

.button.primary-button:active,
.button-primary:active,
.button-secondary:active {
	background-color: #1d50ad;
}

.footer-section {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #34373c;
}
.header-container {
  position: relative;
  background-color: white;
}
.rotator-container {
  padding: 10px 20px 20px;
  border-bottom: 2px dotted #59b297;
  background-color: white;
}
.homepage-content-container {
  padding: 20px;
  background-color: white;
}
.navbar {
  background-color: transparent;
}
.social-media-div {
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 9999;
}
.social-media-div.mobile {
  display: none;
}
.social-a {
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.brand {
  margin-left: 30px;
  float: none;
}
.nav-menu {
  float: none;
  background-image: -webkit-linear-gradient(#2250a1, #142c54);
  background-image: linear-gradient(#2250a1, #142c54);
  text-align: center;
}
.dropdown-icon {
  display: none;
}
.dropdown-toggle {
  padding: 10px 6px;
  border-right: 1px dotted #4781ed;
  color: white;
  font-size: 13px;
}
.dropdown-toggle:hover {
  background-image: -webkit-linear-gradient(#376bce, #123880);
  background-image: linear-gradient(#376bce, #123880);
}
.dropdown-toggle.first {
  border-left: 1px dotted #4781ed;
}
.dropdown-a {
  padding: 8px 10px;
  border-bottom: 1px solid #141519;
  color: #d4dbe7;
  font-size: 13px;
  text-decoration: none;
}
.dropdown-a:hover {
  background-color: #376bce;
  color: white;
}
.w-dropdown:hover .dropdown-list,
.dropdown-list.w--open {
  background-color: #142c54;
}
.dropdown-list.hide-dropdown {
  display: none;
}
.search-div {
  position: relative;
  z-index: 9999;
  width: 240px;
  height: 45px;
  margin-top: 22px;
  margin-right: 20px;
  padding: 10px;
  float: right;
  background-color: #dbe4f2;
}
.search-field {
  display: inline-block;
  width: 190px;
  height: 25px;
  background-color: white;
}
.search-a {
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.search-text {
  display: inline-block;
  margin-top: 3px;
  margin-left: 7px;
  color: #a3a3a3;
}
.rotator {
  padding: 5px;
  background-image: -webkit-linear-gradient(white, #a3a3a3);
  background-image: linear-gradient(white, #a3a3a3);
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 6px 0px;
}
.rotator .w-slide {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-overlay-text-wrap .caption-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 27px;
  width: 100%;
  height: 75px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.rotator-arrow {
  display: none;
}
.slide-nav {
  padding-top: 20px;
  font-size: 10px;
}
.slide-caption-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.slide-caption-p {
  color: #ffc423;
  text-align: right;
}
.top-cb-div {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 2px dotted #59b297;
}
.top-cb-div.last {
  border-bottom-style: none;
}
.top-cb-div.last a {
  font-size: 14px;
}
.top-cb-h2 {
  margin: 0;
  color: #333;
  font-size: 24px;
  line-height: 36px;
}
.rotator-content-box-column .top-cb-h2 {
  display: inline;
}
.top-cb-p {
  font-size: 14px;
}
.events_cb_container {
  margin-bottom: 0;
  margin-top: 0;
}
.home-cb-div {
  padding-right: 10px;
  padding-left: 10px;
}
.home-cb-div.news {
  padding-left: 20px;
  border-left: 2px dotted #59b297;
}
.cb-h2 {
  font-size: 24px;
}
.cb-h2.news {
  display: inline-block;
}
.cb-p {
  font-size: 14px;
}
.whats-new-a {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url('../images/arrow-green.svg');
  background-position: 0px 0px;
  background-size: 15px 20px;
  background-repeat: no-repeat;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.whats-new-a:hover {
  color: #008a5f;
}
.all-news-a,
.all-events-a {
  position: relative;
  top: -4px;
  margin-left: 7px;
  padding-top: 0px;
  padding-left: 14px;
  background-image: url('../images/arrow-blue.svg');
  background-position: 0px 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  color: #376bce;
  font-size: 12px;
  text-decoration: none;
}
.all-events-a {
  display: inline;
}
.footer-div {
  margin-right: 20px;
  color: white;
  font-size: 12px;
  text-align: right;
}
.contact-p {
  text-align: center;
  text-transform: uppercase;
}
.footer-phone-p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Voltaire, sans-serif;
  color: #ffc423;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}
.grinnell-chamber-p {
  color: #a3a3a3;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.footer-a {
  color: white;
  text-decoration: none;
}
.footer-a:hover {
  color: #59b297;
}
.footer-a-divider {
  display: inline;
}
.copyright-p {
  color: #a3a3a3;
  font-size: 12px;
}
.footer-contact-us-div {
  display: inline-block;
  margin-left: 20px;
  color: white;
}
.whats-new-column {
  padding-left: 0px;
}
.grip-logo {
  width: 140px;
}
.content-container {
  background-color: white;
}
.content-column {
  padding-left: 0px;
}
.left-nav-title {
  margin-bottom: 14px;
  padding-left: 20px;
  font-family: Voltaire, sans-serif;
  color: #376bce;
  font-size: 20px;
}
.left-nav-div {
  margin-top: 20px;
}
.left-nav-a {
  display: block;
  margin-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 35px;
  border-bottom: 1px solid #dbe4f2;
  background-image: url('../images/arrow-blue.svg');
  background-position: 15px 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: #376bce;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.left-nav-a:hover {
  background-image: -webkit-linear-gradient(left, rgba(55, 107, 206, 0.20), transparent), url('../images/arrow-blue.svg');
  background-image: linear-gradient(to right, rgba(55, 107, 206, 0.20), transparent), url('../images/arrow-blue.svg');
  background-position: 0% 0%, 15px 50%;
  background-size: auto, 11px;
  background-repeat: repeat, no-repeat;
  color: #34373c;
}
.left-nav-a:active {
  background-position: 0% 0%, 15px 50%;
}
.left-nav-a.w--current {
  background-image: -webkit-linear-gradient(left, rgba(55, 107, 206, 0.20), transparent), url('../images/arrow-blue.svg');
  background-image: linear-gradient(to right, rgba(55, 107, 206, 0.20), transparent), url('../images/arrow-blue.svg');
  background-position: 0% 0%, 15px 50%;
  background-size: auto, 11px;
  background-repeat: repeat, no-repeat;
}
.left-nav-a.sub-nav-a {
  background-attachment: scroll;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  font-size: 12px;
  padding-left: 5px;
}
.left-nav-a.sub-nav-a:hover,
.left-nav-a.sub-nav-a.w--current {
  background-attachment: scroll, scroll;
  background-image: linear-gradient(to right, rgba(55, 107, 206, 0.24), rgba(0, 0, 0, 0)), none;
  background-position: 0 0%, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto auto, auto auto;
}
.breadcrumbs-div {
  margin-bottom: 10px;
  color: #a3a3a3;
  font-size: 12px;
}
.content-div {
  margin-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-left: 1px solid #dbe4f2;
  min-height: 400px;
}
.breadcrumb-a {
  color: #376bce;
  text-decoration: none;
}
.breadcrumb-a:hover {
  color: #008a5f;
}
.breadcrumb-divider {
  display: inline;
  font-size: 12px;
}
.breadcrumb-current-page {
  display: inline;
  font-size: 12px;
}

h1,
.h1 {
  color: #008a5f;
  font-size: 35px;
  line-height: 40px;
}
h2,
.h2 {
  margin-top: 10px;
  color: #008a5f;
  font-size: 24px;
  line-height: 28px;
}
h3,
.h3 {
  margin-top: 10px;
  color: #008a5f;
  font-size: 20px;
  line-height: 24px;
}
.ul {
  margin-bottom: 5px;
}
.li {
  line-height: 22px;
}
a,
.a {
  color: #376bce;
  text-decoration: none;
  word-wrap: break-word;
  }
a:hover,
.a:hover {
  color: #008a5f;
}
.bullet {
  display: block;
  margin-top: 7px;
  margin-right: 5px;
  float: left;
}
.mobile-search {
  display: none;
}
.mobile-search.active {
	background-color: #376BCE;
}
.mobile-search-div {
  display: none;
}
.sub-nav-div {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .button.primary-button,
  .button-primary,
  .button-secondary {
    padding: 10px 22px;
  }
  .button.go {
    height: 50px;
    padding-top: 14px;
    background-color: #ffc423;
    font-family: Voltaire, sans-serif;
    color: black;
    font-size: 20px;
    text-transform: uppercase;
  }
  .footer-section {
    background-color: #34373c;
  }
  .rotator-container {
    padding-bottom: 10px;
  }
  .social-media-div {
    display: none;
  }
  .social-media-div.mobile {
    position: static;
    display: block;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 2px dotted #a3a3a3;
    text-align: center;
  }
  .social-a.mobile {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .dropdown-icon {
    display: block;
    width: 20%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 12px;
    background-color: rgba(20, 44, 84, 0.49);
    font-size: 30px;
    text-align: center;
  }
  .dropdown {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
  }
  .dropdown-toggle {
    padding: 20px;
  }
  .dropdown-a {
    padding: 15px;
    font-size: 15px;
  }
  .search-div {
    display: none;
  }
  .search-text.mobile {
    margin-top: 15px;
    margin-left: 17px;
    font-size: 17px;
  }
  .menu-button {
    position: absolute;
    top: 20px;
    right: 0px;
    margin-top: 10px;
    margin-right: 10px;
    color: #376bce;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #376bce;
    color: white;
  }
  .top-cb-div {
    width: 50%;
    float: left;
    border-bottom-style: none;
  }
  .whats-new-a {
    margin-bottom: 10px;
  }
  .copyright-p {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .rotator-content-box-column {
    margin-top: 15px;
  }
  .left-nav-column {
    display: none;
  }
  .content-column {
    padding-left: 10px;
  }
  .content-div {
    padding-top: 11px;
    border-top: 2px dotted #59b297;
    border-left: 0px none transparent;
  }
  .mobile-search {
    position: absolute;
    top: 20px;
    right: 86px;
    display: block;
    width: 75px;
    height: 75px;
    margin-top: 10px;
    padding-top: 24px;
    text-align: center;
  }
  .mobile-search-field {
    display: inline-block;
    width: 300px;
    height: 50px;
    float: left;
    background-color: white;
  }
  .mobile-search-div {
    display: none;
    width: 100%;
    height: 75px;
    padding-top: 11px;
    background-color: #376bce;
  }
  .mobile-search-wrapper {
    display: block;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .top-cb-div {
    width: 100%;
    float: none;
    border-bottom-style: dotted;
  }
  .home-cb-div {
    padding-bottom: 20px;
    border-bottom: 2px dotted #59b297;
  }
  .home-cb-div.news {
    padding-top: 20px;
    border-bottom: 0px none transparent;
    border-left: 0px none transparent;
  }
  .whats-new-a {
    font-size: 15px;
  }
  .all-news-a,
  .all-events-a {
    margin-left: 19px;
    font-size: 14px;
  }
  .footer-row {
    text-align: center;
  }
  .footer-div {
    margin-right: 0px;
    text-align: center;
  }
  .footer-a {
    font-size: 16px;
  }
  .footer-a-divider {
    font-size: 16px;
  }
  .copyright-p {
    font-size: 13px;
  }
  .footer-contact-us-div {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .responsive-table .tableBorder td {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .rotator-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .homepage-content-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brand {
    margin-left: 10px;
  }
  .menu-button {
    padding: 10px;
  }
  .slider-overlay-text-wrap {
    height: auto;
  }
  .slider-overlay-text-wrap .caption-wrap {
    height: auto;
  }
  .slide-nav {
    padding-top: 15px;
  }
  .copyright-p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .content-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mobile-search {
    right: 74px;
    width: 60px;
    height: 60px;
    padding-top: 17px;
  }
  .mobile-search-field {
    width: 200px;
  }
  .mobile-search-wrapper {
    width: 250px;
  }
}

.events_cb_container {
	margin-top: 0;
}

.events_cb_container .events_cb_1_row {
	padding: 0;
}


/* events module */
.events-filter-form select[name="eventcategoryid"]{
  max-width: 100px;
}

.events-filter-form img{
  max-width: none;
}

form.responsive-form.responsive-events-filter-form select{
  width: 100%;
}

@media (max-width: 991px) {
  .associations_container.associations-blogs {
    float:none;
    margin: 10px 0px 20px;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  .associations_container.associations-blogs .tableHeader{
    padding: 1px 5px;
  }
}

/* GRIP logo */
#GRIPFooterLogo{
  float: right;
  padding-top: 0px !important;
  line-height: 11px;
}

@media (max-width: 767px) {
  #GRIPFooterLogo{
   float: none;
   margin-left: auto;
   margin-right: auto;
  }
}