.button {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.375rem 1.25rem;
  border-radius: 30px;
  background-color: #ff6c02;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  border-color: rgba(7, 49, 105, 0.29);
  background-color: #385273;
}
.button.content-box-button {
  background-color: #ff6c02;
}
.button.content-box-button:hover {
  background-color: #385273;
}
.button.footer-button {
  background-color: #ff6c02;
  color: white;
  font-size: 0.75rem;
}
.button.footer-button:hover {
  background-color: #7a8696;
}
.button.secondary-button {
  margin-right: 1rem;
  margin-left: 1rem;
  background-color: #073169;
}
.button.secondary-button:hover {
  background-color: #385273;
}
.button.slider-button {
  background-color: #073169;
}
.button.slider-button:hover {
  background-color: #385273;
}
.wrapper {
  display: block;
  max-width: 1024px;
  margin-top: 0rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-bottom: 1.5rem;
  width: 100%;
}
.nav-dropdown {
  float: left;
  font-weight: 400;
}
.nav-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.nav-dropdown-toggle {
  padding: 0.625rem 0.875rem 0.75rem 1.125rem;
  float: left;
  box-shadow: transparent 0px -2px 0px 0px inset;
  -webkit-transition: color 200ms ease, box-shadow 300ms ease;
  transition: color 200ms ease, box-shadow 300ms ease;
  color: #0b3f85;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-dropdown-toggle:hover {
  box-shadow: #ff6c02 0px -2px 0px 0px inset;
  color: #ff6c02;
}
.nav-dropdown-toggle.w--current {
  box-shadow: #ff6c02 0px -2px 0px 0px inset;
  color: #ff6c02;
}
.nav-dropdown-text {
  float: left;
}
.nav-dropdown-icon {
  width: 0.6255rem;
  height: 1rem;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  float: right;
  opacity: 0.25;
}
.logo {
  margin-top: 0rem;
  margin-left: 0.25rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0b3f85;
}
.logo-image {
  height: 5rem;
  float: left;
}
.logo-text {
  margin-top: 19px;
  margin-left: 1rem;
  float: left;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Tahoma, Ubuntu, Times;
  letter-spacing: 0.03em;
}
.form-text-field {
  width: 9rem;
  height: 2rem;
  margin-bottom: 0px;
  padding: 0.375rem 0.75rem;
  float: left;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: #f0f0f0;
  font-size: 0.75rem;
}
.form-search-button {
  width: 2.25rem;
  height: 2rem;
  float: left;
  background-color: #7a8696;
  background-image: url('/20150114134215/images/search_wht.svg');
  background-position: 50% 50%;
  background-size: 1.125rem 1.125rem;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.form-search-button:hover {
  background-color: #ff6c02;
}
.search-form-wrapper {
  float: right;
}
.home-slider {
  height: 370px;
  margin-bottom: 1.5rem;
  background-color: #dbdbdb;
}
.home-slide {
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home-slider-arrow {
  max-width: 6%;
  opacity: 0.5;
  font-size: 1.75rem;
  text-shadow: rgba(0, 0, 0, 0.29) 0px 0px 6px;
}
.home-slider-arrow:hover {
  opacity: 1;
  color: white;
}
.home-slider-indicators {
  display: none;
  padding-top: 1rem;
  font-size: 0.625rem;
}
.column.fourth {
  display: inline-block;
  width: 25%;
  padding: 1rem;
  float: left;
}
.column.fourth.sponsor-column {
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0rem 0rem 0rem 1rem;
  float: right;
  border-left: 1px dotted #dbdbdb;
}
.column.fourth.footer {
  padding: 0rem;
}
.column.threefourths {
  width: 75%;
  padding-right: 1rem;
  float: left;
}
.column.half {
  width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
  float: left;
}
.column.half.footer {
  padding-left: 0rem;
}
.column.half.sponsorship-column {
  margin-top: 1rem;
  padding-right: 3rem;
  padding-left: 0rem;
}
.column.left-nav-column {
  width: 22%;
  margin-right: 3%;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  float: left;
  border-right: 1px dotted #dedede;
}
.column.main-content-column {
  width: 75%;
  float: left;
}
.column.main-content-column.with-right-sidebar {
  padding-right: 1.5rem;
}
.column.right-sidebar-column {
  width: 25%;
  float: right;
}
.header-content {
  padding-top: 1.5rem;
}
._1170px-wrapper {
  position: relative;
  display: block;
  max-width: 1170px;
  width: 100%;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  border-top: 4px solid #ff6c02;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 5px 0px;
}
._1170px-wrapper.footer-wrapper {
  margin-top: 0rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid #ff6c02;
  border-top-style: none;
  background-color: #073169;
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.07)), url('/20150114134215/images/swirl_drk_blue.svg');
  background-image: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.07)), url('/20150114134215/images/swirl_drk_blue.svg');
  background-position: 0% 0%, 50% 35px;
  background-size: auto, 150% 250%;
  background-repeat: repeat, no-repeat;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
  color: #cfd9e8;
}
.social-media-icons-wrapper {
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 2rem;
  padding-right: 1.25rem;
  float: right;
  border-right: 1px dotted #dbdbdb;
}
.social-media-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  margin-left: 0.25rem;
  float: left;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.social-media-icon:hover {
  opacity: 0.8;
}
.nav-link-divider {
  display: inline-block;
  width: 1px;
  height: 2.75rem;
  max-height: 2.75rem;
  min-width: 0px;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
  float: left;
  background-color: #e3e3e3;
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.8));
  background-image: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.8));
}
.header-login {
  padding-right: 0rem;
  float: left;
  font-weight: 500;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.social-media-icon-image {
  max-height: 100%;
  float: left;
}
.home-row {
  margin-top: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 0px;
  border-top: 1px dotted #dbdbdb;
}
.home-sponsor-logo-wrapper {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px dotted #dbdbdb;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #c9c9c9;
  text-align: center;
  text-decoration: none;
}
.home-sponsor-logo-wrapper:hover {
  opacity: 0.8;
}
.home-sponsor-list {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.home-sponsor-list-item {
  padding: 0.375rem 1.25rem 0.375rem 0.25rem;
  border-bottom: 1px dotted #dbdbdb;
  background-image: url('/20150114134215/images/icon_arrow3_right_cblgray.svg');
  background-position: 100% 50%;
  background-size: 0.625rem 0.625rem;
  background-repeat: no-repeat;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.link {
  border-bottom: 1px dotted #b8b8b8;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #ff6c02;
  text-decoration: none;
}
.link:hover {
  border-bottom-color: #ff6c02;
  color: #0b3f85;
}
.link.home-sponsor-link {
  border-bottom-style: none;
}
.link.footer-link {
  display: block;
  padding: 0.5rem 0.25rem 0.5rem 1rem;
  border-bottom-style: none;
  border-bottom-color: rgba(255, 255, 255, 0.29);
  background-image: url('/20150114134215/images/icon_arrow2_right_wht_50.svg');
  background-position: 0px 53%;
  background-size: 0.5rem 0.5rem;
  background-repeat: no-repeat;
  color: #ff6c02;
  font-size: 1rem;
  line-height: 1.5rem;
}
.link.footer-link:hover {
  color: #a3b0c2;
}
.link.footer-link.w--current {
  color: white;
}
.link.footer-link.w--current:hover {
  color: #a3b0c2;
}
.link.breadcrumbs-link {
  display: inline-block;
  color: #7a8696;
}
.link.breadcrumbs-link:hover {
  color: #0b3f85;
}
.sponsor-logo-image {
  max-height: 120px;
  max-width: 120px;
}
.footer-column-title {
  margin-top: 0.5rem;
  color: white;
  text-transform: uppercase;
}
.footer-list-item {
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.logo-text-emphasis {
  font-size: 1.25em;
  font-weight: 700;
}

.home-slide-overlay-wrapper {
  width: 60%;
  height: 100%;
}
.home-slide-overlay {
  width: 75%;
  height: 100%;
  padding-left: 3rem;
  float: left;
  background-color: #ff6c02;
  background-image: url('/20150114134215/images/swirl_drk_orange.svg');
  background-position: 100% 50%;
  background-size: 150% 150%;
  background-repeat: no-repeat;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.29) 0px 0px 4px;
}
.home-slide-overlay-corner {
  display: block;
  width: 25%;
  height: 100%;
  max-width: 25%;
  float: left;
  border-top: 420px solid transparent;
  border-left: 100px solid #ff6c02;
}
.header-content-right {
  float: right;
}
.nav-dropdown-list {
  left: 0px;
  top: 44px;
  border-top: 3px solid #ff6c02;
  background-color: #073169;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px 0px;
  opacity: 0.98;
}
.nav-dropdown-list-link {
  padding: 0.5rem 3rem 0.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url('/20150114134215/images/icon_arrow2_right_wht_50.svg');
  background-position: 90% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #dbdbdb;
  font-size: 0.875rem;
  font-weight: 500;
}
.nav-dropdown-list-link:hover {
  background-color: #073169;
  color: white;
  text-decoration: none;
}
.nav-dropdown-list-link.w--current {
  color: #ff6c02;
}
.nav-dropdown-list-link.w--current:hover {
  color: white;
}
.header-secondary-link-wrap {
  height: 1.5rem;
  margin-right: 0.5rem;
  margin-left: 1rem;
  float: right;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #767a8c;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}
.header-secondary-link-wrap:hover {
  color: #ff6c02;
}
.header-login-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
  padding: 0.25rem 0.125rem;
  float: left;
}
.header-login-wrapper {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px none #dbdbdb;
  text-align: right;
}
.header-join-us-text {
  float: left;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-sponsor-level-title {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  border-top: 4px solid #ff6c02;
  color: #073169;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.footer-copyright-row {
  margin-top: 2rem;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}
.grip-logo-wrapper {
  margin-right: 7rem;
  float: right;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.grip-logo-wrapper:hover {
  opacity: 1;
}
.grip-logo-image {
  width: 130px;
  height: 28px;
}
.content-box {
  margin-top: 1.5rem;
  margin-bottom: 0rem;
  padding: 1.5rem 1rem 1.5rem 0rem;
  border-top: 1px dotted #dbdbdb;
}
.content-box-image-big {
  width: 47%;
  float: left;
  border-top: 4px solid #ff6c02;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.content-box-image-big:hover {
  opacity: 0.8;
}
.sponsor-level-wrapper {
  margin-bottom: 3rem;
}
.content-box-copy {
  width: 51%;
  padding-left: 1rem;
  float: right;
}
.become-a-member-wrapper {
  width: 100%;
  margin: 1.5rem 0rem;
  padding: 1.5rem;
  float: left;
  clear: both;
  background-color: #f0f4fa;
}
.join-us-link {
  margin-top: 0.125rem;
  margin-right: 2rem;
  margin-left: 1rem;
  padding: 0.25rem 1.75rem 0.25rem 1.25rem;
  float: right;
  border-radius: 1rem;
  background-color: #ff6c02;
  background-image: url('/20150114134215/images/icon_arrow2_right_blk_50.svg');
  background-position: 93% 50%;
  background-size: 0.5rem;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.join-us-link:hover {
  background-color: #7a8696;
}
.sponsors-column-title {
  margin-top: 0rem;
  color: #ff6c02;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.become-a-member-title {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  color: #ff6c02;
  text-align: left;
}
.content-box-title {
  margin-top: 0.5rem;
  color: #073169;
}
.become-a-member-column-title {
  color: #ff6c02;
}
.become-a-member-link {
  display: inline-block;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #073169;
  text-decoration: none;
}
.become-a-member-link:hover {
  color: #ff6c02;
}
.top-background {
  position: absolute;
  left: 0px;
  top: -20px;
  right: 0px;
  display: block;
  width: 100%;
  height: 624px;
  border-bottom: 4px solid #fcfdff;
  background-color: rgba(163, 176, 194, 0.2);
  background-image: -webkit-linear-gradient(rgba(11, 63, 133, 0.49), white), url('/20150114134215/images/ThinkstockPhotos-118298939.jpg');
  background-image: linear-gradient(rgba(11, 63, 133, 0.49), white), url('/20150114134215/images/ThinkstockPhotos-118298939.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 6px 0px;
}
.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: white;
  text-decoration: none;
}
.footer-link:hover {
  color: #ff6c02;
}
.footer-mailing-list-wrap {
  margin-bottom: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.footer-form-field {
  width: 80%;
  height: 2.5rem;
  margin-bottom: 0px;
  float: left;
  border-radius: 0px;
  background-color: white;
}
.footer-form-button {
  width: 20%;
  height: 2.5rem;
  min-width: 0px;
  padding-top: 0.5rem;
  float: left;
  background-color: #a3b0c2;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #2e4057;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.footer-form-button:hover {
  background-color: #ff6c02;
}
.footer-form-safe-subscribe {
  margin-top: 0.5rem;
  padding: 0.25rem 1.375rem;
  background-color: white;
}
.footer-form-text {
  font-size: 0.75rem;
}
.footer-form-link {
  color: white;
  text-decoration: none;
}
.slider-overlay-text-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.home-slide-title {
  margin-top: 0rem;
  color: white;
}
.home-sponsor-content-wrap {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 650px;
  margin-top: 1rem;
  padding-right: 0.75rem;
  padding-left: 0.5rem;
  border-top: 1px dotted #dbdbdb;
  border-bottom: 1px dotted #dbdbdb;
  box-shadow: none;
}
.inside-page-wrap {
  margin-top: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px dotted #dbdbdb;
}
.left-nav-list-item {
  border-top: 1px dotted #dedede;
}
.left-nav-list-link {
  display: block;
  padding: 0.625rem 0.875rem;
  background-image: url('/20150114134215/images/icon_arrow2_right_blk_25.svg');
  background-position: 0px 52%;
  background-size: 0.5rem 0.5rem;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #0b3f85;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}
.left-nav-list-link:hover {
  color: #ff6c02;
}
.left-nav-list-link.w--current {
  color: #ff6c02;
  font-weight: 700;
}
.inside-sidebar-section-wrap {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-top: 2px solid #ff6c02;
}
.inside-sidebar-section-title {
  margin-top: 0.5rem;
  color: #0b3f85;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.inside-sidebar-list-item {
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
.left-nav-list-title {
  display: block;
  margin-bottom: 1.5rem;
  padding-right: 0.75rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #0b3f85;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.left-nav-list-title:hover {
  color: #ff6c02;
}
.breadcrumbs-list {
  color: #cfd9e8;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.breadcrumbs-list-item {
  margin-right: 0.75rem;
  float: left;
}
.breadcrumbs-divider {
  margin-left: 0.75rem;
  float: right;
}
.left-nav-nested-list {
  padding-right: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 0.875rem;
}
.left-nav-nested-list-item {
  border-top: 1px dotted #dedede;
}
.left-nav-nested-list-link {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #7a8696;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}
.left-nav-nested-list-link:hover {
  color: #ff6c02;
}
.left-nav-nested-list-link.w--current {
  color: #ff6c02;
  font-weight: 700;
}
.form-field {
  margin-bottom: 12px;
}
.form-field.inside-sidebar-search {
  margin-bottom: 0px;
}
.form-label {
  margin-bottom: 4px;
  text-transform: uppercase;
}
.form-success {
  background-color: #ff6c02;
  color: white;
  font-weight: 500;
  text-align: center;
}
.form-error {
  background-color: #cc2525;
  color: white;
}
.list-style {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  padding-left: 18px;
}
.divider {
  width: 100%;
  height: 2px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px dotted #dedede;
}


/********** Responsive ***************/
/*************************************/
/* header */
@media (max-width: 1010px) {
  .nav-dropdown-toggle {
    padding: 0.625rem 0.675rem 0.75rem 1rem;
  }
}

@media (max-width: 991px) {
  .header-content {
    padding-top: 0.7rem;
  }

  .logo{
    margin-top: 1.5rem;
  }

  .logo-text {
    margin-left: 0.5rem;
    font-size: 1rem;
    margin-top: 5px;
  }

  .logo-image {
    height: auto;
    width: 98px;
  }

  .menu-button{
    display: block;
    clear: both;
    font-size: 40px;
    text-align: right;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .join-us-link,
  .search-form-wrapper,
  .header-secondary-link-wrap.contact{
    display: none;
  }

  .social-media-icons-wrapper{
    margin-right: 0px;
    padding-right: 0.2rem;
    margin-left: 0px;
  }

  .header-secondary-link-wrap{
    margin-left: 0.2rem;
    margin-right: 0px;
  }

  .logo-image{
    width: 76px;
  }

  .logo {
    margin-top: 1rem;
    margin-left: 0px;
    float: left;
  }

  .menu-button{
    margin-top: -10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .menu-button .w-icon-nav-menu{
    display: inline-block;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .menu-button:hover .w-icon-nav-menu,
  .mm-opened .menu-button .w-icon-nav-menu{
    background-color: #C8C8C8;
    color: white;
  }

  .logo-text{
    font-size: 0.9rem;
    line-height: 1.1rem;
  }

  .social-media-icon {
    margin-right: 0.25rem;
  }
}

@media (max-width: 479px) {
  .logo{
    margin-top: 0px;
  }

  .logo-text{
    display: none;
  }
}

/* mobile menu */
.mobile-navigation-menu{
  background: #073169;
}

.mm-menu > .mm-panel{
  padding-top: 0px;
}

.w-nav-button{
  background: none;
}

.w-nav-button.w--open{
  background-color: #9c602c;
  color: white;
}

@media (min-width: 992px) {
  .mobile-navigation-menu.mm-opened{
    display: none;
  }

  .mobile-navigation-menu{
    display: none;
  }
}

@media (max-width: 991px) {
  .mobile-navigation-menu.mm-opened{
    display: block;
  }

  .mobile-navigation-menu{
    display: none;
  }

  .main-navigation{
    display: none;
  }
}

.mobile-navigation-menu li{
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.mobile-navigation-menu li.mm-opened a.link,
.mobile-navigation-menu li a.current.link,
.mobile-navigation-menu li a:hover,
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.mobile-navigation-menu li a{
  display: block;
  margin-right: 0;
  padding-bottom: 13px;
  padding-top: 13px;
  text-align: left;
  color: #fff;
  font-size: 1rem;
  border-bottom: 0px;
  text-decoration: none;
}

.mobile-navigation-menu li:hover a.link,
.mobile-navigation-menu li.mm-opened a.link,
.mobile-navigation-menu li a.w--current.link{
  color: #fff;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after{
  border-bottom: 0px;
}

.mm-menu .mm-list > li > a.mm-subclose{
  color: white;
}

.mm-menu .mm-list > li > a.mm-subopen::before {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.mm-menu .mm-list > li > a.mm-subopen::after, .mm-menu .mm-list > li > a.mm-subclose::before{
  border-color:white;
}

.mm-list a.mm-subclose::before{
  margin-bottom: -14px;
}

.mm-list a.mm-subopen{
  width: 60px;
}

.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  margin-right: 60px;
}

.mm-list a.mm-subopen:after {
  right: 28px;
}

/* homepage */
@media (max-width: 991px) {
  .home-row{
    margin-top: 0px;
    border: 0px;
    padding-top: 1rem;
  }

  .home-sponsor-content-wrap{
    border: 0px;
  }

  .column.threefourths,
  .column.fourth.sponsor-column{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px;
  }

  .column.fourth.sponsor-column{
    padding-top: 2rem;
    border-top: 1px dotted #dbdbdb;
  }

  .home-sponsor-content-wrap{
    max-height: none;
  }

  .partners_cb_container .slideshowContainer .partners_cb_entry {
    height: auto;
    width: 200px;
    border-top: 0px;
  }

  .partners_cb_container .slideshowContainer{
    height: auto !important;
  }

  .partners_cb_container .partners_cb_nav .partners_cb_nav_next,
  .partners_cb_container .partners_cb_nav .partners_cb_nav_prev {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .column.half.sponsorship-column{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .column.threefourths {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-box{
    padding-left: 0px;
    padding-right: 0px;
  }

  .content-box .column.half{
    width: 100%;
  }

  .content-box .column.half.first{
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom:1px dotted #dbdbdb;
  }

  .home-slide-overlay {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}

@media (max-width: 479px) {
  .home-slider{
    height: 450px;
  }

  .home-slide-overlay {
    width: 100%;
    padding-left: 2rem;
    padding-right: 15px;
  }

  .slider-overlay-text-wrap{
    font-size: 0.8rem;
  }
}

/* inside page */
@media (max-width: 991px) {
  .column.left-nav-column{
    display: none;
  }

  .column.main-content-column{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border: 0px;
  }

  .main-content-column input[type="text"],
  .main-content-column input[type="email"],
  .main-content-column input[type="tel"],
  .main-content-column input[type="number"],
  .main-content-column input[type="password"],
  .main-content-column select,
  .main-content-column textarea{
     width: 100% !important;
     max-width: 100% !important;
  }

  img{
    height: auto !important;
  }
}

/* footer */
@media (max-width: 767px) {
  .column.half.footer,
  .column.half.footer-container{
    width: 100%;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    margin-bottom: 0.5rem;
  }

  .footer-copyright-row {
    margin-top: 1rem;
  }

  .column.threefourths{
    float: none;
    width: 100%;
  }

  .column.fourth.footer{
    width: 100%;
  }

  #GRIPFooterLogo{
    float: none;
    margin: 1rem auto 1rem auto !important;
  }
}

/* modules */
/* events */
@media (max-width: 991px) {
  .module-events.view-calendar .events-filter-form td select{
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .module-events.view-calendar .calendar-view-options{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
  }

  .module-events.view-calendar .calendar-view-options li{
    margin-bottom: 7px;
  }

  .module-events.view-calendar .event-calendar th{
    font-size: 0.9rem;
  }
}

/* faq */
.module-faqs .faq_category {
  background-position: 0 4px;
}

/* news */
@media (max-width: 767px){
  .module-news .news_list_item  {
    padding-left: 0px;
  }

  .module-news .news_list_item .news_list_date{
    position: static;
    left: 0;
    font-weight: bold;
    width: 100%
  }
}

/* partners */
@media (max-width: 767px){
    .module-partners .partners_detail_items,
  .module-partners .partners-detail-logo,
  .module-partners table tr td{
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* polls */

/* testimonilas */

/* feedback */
@media (max-width: 767px){
  .module-feedback .responsive-form table tr td{
      display: block;
      width: 100%;
  }
}

/* sitemap */

/* photo album */
@media (max-width: 767px){
  .module-albums.view-albums .album .thumbnail,
  .module-albums.view-albums .album .album-details{
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .module-albums.view-album .image-container .image {
    padding: 5px;
  }
}

/* resources */

/* conferecne registration */
@media (max-width: 767px){
  .module-speakers.speakers-list a{
    border-bottom: 0px;
  }  

  .module-speakers.speakers-list .imgClass{
    float: none;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .module-speakers.registration tr td{
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* search */
.module-search table tr td img{
  max-width: none;
}

/* membership */
@media (max-width: 767px){
  .module-member form[name="memberSearch"] table tr td{
    width: 100%;
    display: block;
  }

  .module-member table.paging tr td{
    display: block;
    width: 100%;
    text-align: left;
  }

   .module-member table.photoForm tr td{
    display: inline-block;
    width: 50%;
   }
}

/* submission forms */
.module-submissionforms .payment-information .product-with-quantity-headers td {
  padding: 0 8px 5px 0;
  text-align: right;
}

.module-submissionforms .payment-information .product-with-quantity-headers .header-product{
  text-align: left;
  padding-left: 10px;
}

.module-submissionforms.view-form table tr td input[type="text"],
.module-submissionforms.view-form table tr td select,
.module-submissionforms.view-form table tr td input[type="email"],
.module-submissionforms.view-form table tr td input[type="tel"],
.module-submissionforms.view-form table tr td input[type="number"],
.module-submissionforms.view-form table tr td textarea{
  margin-bottom: 3px;
}

.module-submissionforms .submissionforms_payment_field input[type="text"]{
  margin-left: 4px;
}

.module-submissionforms.view-form table tr.description-row td p:last-child{
  margin-bottom: 0px;
}

.module-submissionforms .fieldLbl, .module-submissionforms .fieldVal {
  vertical-align: middle;
}

@media (max-width: 767px){
  .module-submissionforms.view-form table tr td{
    display: block;
    width: 100% !important;
    text-align: left !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .module-submissionforms .product-price {
    width: 100%;
  }

  .module-submissionforms .payment-information .product-with-quantity-headers,
  .module-submissionforms.view-form table tr td.submissionforms_payment_description_spacer,
  .module-submissionforms.view-form table tr.product-spacer {
    display: none;
  }

  .module-submissionforms.view-form table tr td.submissionforms_payment_price{
    padding-bottom: 10px;
  }

  .module-submissionforms.view-form table.payment-information tfoot tr {
    width: 100%;
    display: block;
    margin-top: 20px;
  }

  .module-submissionforms.view-form table.payment-information tbody.type-text .submissionforms_payment_price{
    display: none;
  }

  .module-submissionforms.view-form table.payment-information tbody.type-product .submissionforms_payment_price,
   .module-submissionforms.view-form table.payment-information tbody.type-product .product-price{
    font-size: 0.8rem;
  }

  .module-submissionforms .submissionforms_payment_field{
    padding-left: 0px;
  }
}


/* accounts */
.module-memberprofiles .member_profile_buttons .member_profile_button,
.module-memberprofiles .member_profile_buttons .member_profile_button a{
  height: auto;
}

.module-memberprofiles .member_profile_buttons .member_profile_button a:hover{
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.module-memberprofiles .member_profile_buttons .member_profile_button a{
  padding: 5px;
}

@media (max-width: 767px){
  .module-memberprofiles .member_profile_buttons{
    width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .module-memberprofiles .member_profile_welcome{
    display: block;
  }

  .module-memberprofiles .member_profile_buttons .member_profile_button{
    float: none;
  }

  .module-memberprofiles table,
  form[name="formLogin"] table{
    width: 100% !important;
  }

  .module-memberprofiles .fieldLbl,
  .module-memberprofiles .fieldVal,
  .module-memberprofiles td,
  form[name="formLogin"] table tr td{
    display: block;
    width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  } 


}