/*************** Webflow Styles ******************/
/************************************************/
/* ---------------------------- */
/* GENERAL
/* ---------------------------- */
/* --- Force Safari to keep phone numbers original styling --- */
a[href^=tel] { text-decoration: inherit; color: inherit; }
/* --- Font smoothing --- */
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* --- Reset Webflow's body font size --- */
body { font-size: initial; line-height: initial; color: initial; }
/* --- Form Placeholder --- */
::-webkit-input-placeholder { color: #ffffff; }
:-moz-placeholder { color: #ffffff; }
::-moz-placeholder { color: #ffffff; }
:-ms-input-placeholder { color: #ffffff; }
/* --- Mobile Friendly Image --- */
@media (max-width: 767px) {
		.mobile-friendly-image {
  		display: block;
  		float: none !important;
   }
}
/* ---------------------------- */
/* NAVIGATION
/* ---------------------------- */
.page-sticky{
  padding-top: 63px;
}

@media screen and (max-width: 1300px) {
  .page-sticky{
    padding-top: 83px;
  }

}

@media screen and (max-width: 991px) {
  .page-sticky{
    padding-top: 107px;
  }

}


@media screen and (min-height: 500px ) { /* custom */
  .sticky { position: fixed; z-index: 5; transition: all 500s ease; }
}
@media screen and (min-width: 992px) { /* desktop only */
	.sticky .header-flexwrap {
		max-height: 0;
		padding: 0;
    opacity: 0;
		overflow: hidden;
	}
}
/* --- Reset dropdown button wrapping --- */
.dropdown-label { white-space: normal; }
/* --- Search Field Highlight --- */
.search-field.w-input:focus { border-color: #ffffff; }
/* --- Custom Breakpoint for Nav --- */
@media screen and (max-width: 1300px) and (min-width: 992px ) { /* custom */
.header-flexwrap { flex-wrap: wrap; justify-content: center; }
.brand { width: 100%; margin-bottom: 20px; }
.quick-links { width: 60%; justify-content: flex-end; padding-right: 0; border: none; }
.header-right { width: 40%; border: none; }
.search-field { width: 150px; }
}
/* ---------------------------- */
/* BODY
/* ---------------------------- */
/* --- Read More Link Animation --- */
@media screen and (min-width: 992px) { /* desktop only */
.quick-link:after {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 0; height: 2px;
	background-color: #c2d600;
	transition: all 400ms ease;
	}
.quick-link:hover:after { width: 100%; transition: all 700ms ease; }
}
/* --- Language Button Animation --- */
@media screen and (min-width: 992px) { /* desktop only */
.button.language-button:before, .button.language-button:after {
	content: '';
	position: absolute;
	width: 0; height: 3px;
	background-color: #c2d600;
	transition: all 400ms ease;
}
.button.language-button:before { top: 0; left: 0; }
.button.language-button:after { bottom: 0; right: 0; }
.button.language-button:hover:before,
.button.language-button:hover:after { width: 100%; transition: all 700ms ease; }
}
/* --- Style Nav Slider Dots --- */
/* .w-num .w-round or omit for square*/
.inside-slideshow .w-slider-nav.w-round>div { background-color: #004D70; }
.inside-slideshow .w-slider-nav.w-round>div:hover { background-color: #c2d600; }
.inside-slideshow .w-slider-dot.w-active { background-color: #c2d600 !important; border: 1px solid #c2d600; }
/* --- Left Nav Link Animation --- */
@media screen and (min-width: 992px) { /* desktop only */
    .left-nav-a:after,
    .left-nav-a.current:after {
      	content: '';
    	position: absolute;
      	left: 0; bottom: 0;
    	width: 0; height: 3px;
    	background-color: #c2d600;
    	transition: all 400ms ease;
    }
    .left-nav-a:hover:after,
    .left-nav-a.current:after,
    .left-nav-a.w--current:after {  width: 100%; transition: all 700ms ease; }
}

/*************** Print *************************/
/***********************************************/
#printFooter{
  display: none;
  visibility: hidden;
}

#printHeader{
  display: none;
  visibility: hidden;
}

/*************** Header *************************/
/************************************************/
.header-language-link.current{
	color: #c2d600;
}

.search-button{
	border: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.quick-link.current{
	color: #c2d600;
}

.quick-link.current::after {
    background-color: #d19434;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 400ms ease 0s;
    width: 100%;
}

.desktopnavigation .dropdown-wrap{
  text-align:center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1235px) and (-ms-high-contrast: active), screen and (max-width: 1235px) and (-ms-high-contrast: none) {
  .desktopnavigation .dropdown-wrap{
    width: 100%;
  }
}

.desktopnavigation .dropdown-wrap .nav-link-a{
      font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 700;
  text-decoration: none;
  padding:20px 20px;
  position: relative;
  width: 100%;
  text-align: center;

  flex-grow: 1;
  -webkit-flex-grow: 1;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktopnavigation .dropdown-wrap .nav-link-a span{
  width: 100%;
  text-align: center;
}

.desktopnavigation .dropdown-wrap .nav-link-a:before,
.desktopnavigation .dropdown-wrap .nav-link-a:after,
.desktopnavigation .dropdown-wrap .nav-link-a.current::before,
.desktopnavigation .dropdown-wrap .nav-link-a.current::after {
    background-color: #c2d600;
    content: "";
    height: 3px;
    position: absolute;
    transition: all 400ms ease 0s;
    width: 0;
}

.desktopnavigation .dropdown-wrap .nav-link-a:before,
.desktopnavigation .dropdown-wra .nav-link-a.current::before {
    left: 0;
    top: 0;
}

.desktopnavigation .dropdown-wrap .nav-link-a:after,
.desktopnavigation .dropdown-wrap .nav-link-a.current::after  {
    bottom: 0;
    right: 0;
}

.desktopnavigation .dropdown-wrap:hover .nav-link-a:before,
.desktopnavigation .dropdown-wrap:hover .nav-link-a:after {
    transition: all 700ms ease 0s;
    width: 100%;
}

.desktopnavigation .dropdown-wrap .nav-link-a.current:hover::before,
.desktopnavigation .dropdown-wrap .nav-link-a.current:hover::after,
.desktopnavigation .dropdown-wrap .nav-link-a.current::before,
.desktopnavigation .dropdown-wrap .nav-link-a.current::after {
    transition: all 700ms ease 0s;
    width: 100%;
}

.desktopnavigation .dropdown-a.w--current{
  background-color: rgba(0, 0, 0, 0.25);
}

.sticky .navbar {
  border-bottom: 3px solid #c2d600;
}

.sticky .nav-menu {
  background-color: #004d70;
}

.sticky .desktopnavigation .dropdown-wrap .nav-link-a {
  font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 700;
}

.sticky .desktopnavigation .dropdown-wrap .nav-link-a:before,
.sticky .desktopnavigation .dropdown-wrap .nav-link-a:after{
  background-color: #c2d600;
}

@media (min-width: 1300px) {
   .header-right{
    flex-shrink: 1;
  }

  .header-right .header-social-media{
    flex-shrink: 0;
  }

  .header-right .search-form{
    display: block;
    width: 100%;
    height: 41px;
  }

  .header-right .search-form .search-field{
    width: calc(100% - 40px) !important;
    max-width: 100%;
    float: left;
  }
}

@media (max-width: 991px) and (min-width: 767px ) {
  .header-right .header-social-media,
  .header-right{
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .search-form-wrapper{
    height: auto !important
  }

}

@media (max-width: 991px) {
  .search-form-wrapper{
    width: 100%;
    background: transparent;
    top:-80px;
    padding-right: 15px;
  }

  .search-field{
    max-width: 100%;
    height: 49px;
    padding: 8px 12px;
    line-height: 1.42857;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.25);
  }

}

@media (max-width: 767px) {
  .header-right{
    border-left: 0px;
  }

  .header-social-media{
    display: none;
  }
}

/*************** Mobile navigation ***************/
/************************************************/
.mobile-navigation-menu{
  background-color: #004d70;
    box-shadow: -1px 0 5px 2px rgba(0, 0, 0, 0.5);
}

.mm-menu > .mm-panel{
  padding-top: 0px;
}

.mobile-navigation-menu li:not(.mm-subtitle){
	 border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	 margin-left: 10px;
	 margin-right: 10px;
}

.mobile-navigation-menu li:not(.mm-subtitle):hover,
.mobile-navigation-menu li.mm-opened{
  background-color: rgba(0, 0, 0, 0.25);
    border-bottom-color: #c2d600;
    border-bottom-style: solid;
}

.mobile-navigation-menu li a.link,
.mobile-navigation-menu li.mm-subtitle a{
	text-decoration: none;
   color: #fff !important;
    font-weight: 400;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
}

.mobile-navigation-menu li.mm-subtitle a{
  padding-top: 10px;
}

.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-subopen::before {
    border-color: rgba(0, 0, 0, 0.25);
}

.mm-list a.mm-subclose{
	margin-top: 0px;
}

.mm-list a.mm-subclose::before {
    margin-bottom: -5px;
     left: 14px;
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span{
	background: none;
}

@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;
  }
}


/*************** Homepage ***********************/
/************************************************/
.cb-title a{
  color: inherit;
  text-decoration: none;
}

.cb-card-desc p{
  margin-bottom: 20px;
}

.news-cb .news_cb_container .news_cb_1_title{
    font-family: Roboto,sans-serif;
    font-size: 1.1em;
    margin-bottom: 10px;
    margin-top: 10px;
}

.news-cb .news_cb_container .news_cb_1_title a{
 font-family: Montserrat, sans-serif;
    color: #008266;
    font-weight: 700;
    text-decoration: none;
}

.news-cb .news_cb_container .news_cb_1_title a:hover{
  color: #c2d600;
}

.news-cb .news_cb_container .news_cb_1_date{
   margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #008266;
    font-size: 0.9em;
    font-weight: 500;
    text-transform: none;
}

.news-cb .news_cb_container .news_cb_1_description{
 line-height: 1.375em;
      display: block;
    font-family: Montserrat, sans-serif;
    font-size: 0.95em;
    font-weight: 400;
}

.content-box-more-link a{
  font-family: Montserrat, sans-serif;
    font-size: 0.95em;
    color: #008266;
    font-weight: 700;
}

.content-box-more-link a:hover{
  color: #c2d600;
}


/*************** Slideshow *************************/
/**************************************************/
.homepage-section .w-slide{
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.homepage-section .rotator {
  height: 60vh !important;
}

.homepage-section .slide-nav{
  display: block;
}

.homepage-section .slide-nav{
  padding-top: 25px;
  font-size: 50px;
}

.homepage-section .slide-nav span{
  cursor: pointer;
  color: #d19434;
}

.homepage-section .slide-caption-p{
   background-color: rgba(0, 0, 0, 0.6);
       font-size: 1em;
    font-weight: 400;
    padding:20px;
}

@media (max-width: 991px) {
  .homepage-section .w-slide{
    height: 350px;
    margin-bottom: 154px;
  }
  .homepage-section .rotator {
    height: auto !important;
  }

  .homepage-section .slide-caption {
   bottom: -154px;
    height: 154px;
    position: absolute;
  }
}

@media (max-width: 767px) {
  .homepage-section .w-slide{
    height: 200px;
    margin-bottom: 128px;
  }

  .homepage-section .slide-caption {
    bottom: -128px;
    height: 128px;
  }
}


@media (max-width: 479px) {
  .homepage-section .w-slide{
    margin-bottom: 110px;
  }

  .homepage-section .slide-caption {
    bottom: -110px;
    height: 110px;
  }
}

@media (max-width: 400px) {
  .homepage-section .w-slide{
    margin-bottom: 139px;
  }

  .homepage-section .slide-caption {
    bottom: -139px;
    height: 139px;
  }
}


/*************** Inside page *********************/
/************************************************/
 .content-col, .content{
  width: 100%;
 }

.content td img{
  max-width: 100% !important;
  height: auto !important;
}

.breadcrumbs-div a{
	 border-right: 1px solid #c2d600;
    display: inline-block;
    font-weight: 400;
    margin-right: 6px;
    padding-right: 10px;
    text-decoration: none;
    color: #008266;
}

.breadcrumbs-div a:hover {
    color: #c2d600;
    text-decoration: none !important;
}

.breadcrumbCurrent {
    color: #333;
}

.left-nav-div #navcontainer ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.left-nav-div #navcontainer ul li{
  margin: 0px;
  padding: 0px;
}

.left-nav-div #navcontainer ul li a{
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    padding: 12px 2px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #c2d600;
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
}

.left-nav-div #navcontainer ul li a::after {
    background-color: #c2d600;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 400ms ease 0s;
    width: 0;
}

.left-nav-div #navcontainer ul li a:hover::after,
.left-nav-div #navcontainer ul li a#current::after{
	transition: all 700ms ease 0s;
    width: 100%;
}

.left-nav-div #navcontainer ul ul{
  margin-left: 20px;
  margin-right: 20px;
}

.left-nav-div #navcontainer ul li.has-children-current ul {display:none}

.left-nav-div #navcontainer ul li li a{
	border-bottom-style: none;
    color: #fff;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.15em;
    padding-bottom: 15px;
    padding-top: 15px;
}

.left-nav-div #navcontainer ul li li a:hover,
.left-nav-div #navcontainer ul li li a#current {
    color: #c2d600;
}

.left-nav-div #navcontainer ul li li a:hover::after,
.left-nav-div #navcontainer ul li li a#current::after{
	transition: all 700ms ease 0s;
    width: 100%;
}

.content td img{
	max-width: none;
}

@media (max-width: 991px) {
 .content{
    width: 100%;
  }
}

/*************** Associations ********************/
/************************************************/
.associations_container{
  float: none;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.association_section_resources,
.association_section_files,
.association_contentboxes_container{
  margin-bottom: 30px;
}

.right-side-div{
  margin-top: 0px;
}

.right-side-div .association_contentboxes_title,
.right-side-div .association_title_files,
.right-side-div .association_title_resources {
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 7px;
}

.association_title_contentboxes{
 color: #004d70;
 font-weight: bold;
}

.right-side-div .association_section_contentboxes{
  margin-bottom: 30px;
}

.right-side-div a{
  text-decoration: none;
}

.right-side-div a:hover{
  text-decoration: underline;
}

/*************** Inside Page Slideshow ***********/
/************************************************/
.inside-slideshow .rotator{
  background:none;
}

.inside-slideshow .slide-caption{
  background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    left: 0;
    min-width: 50%;
    padding: 15px 20px 10px;
    position: absolute;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    float:left;
    right:auto;
}

.inside-slideshow .slide-caption-p{
 margin-bottom: 11px;
 padding-top: 1px;
}

.inside-slideshow .w-slider-arrow-left,
.inside-slideshow .w-slider-arrow-right{
  width: 50px;
}

.inside-slideshow .rotator-arrow{
  opacity: 0.5;
}

.inside-slideshow .slide-nav{
  display: block;
  height: 40px;
    left: 0;
    margin: auto;
    padding-top: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    z-index: 2;
     bottom: -40px;
    font-size: 0.8em;
}

.inside-slideshow .slide-nav span{
 background-color: #004D70;
 border-radius: 100%;
   cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 0 3px 0.5em;
    position: relative;
    transition: background-color 100ms ease 0s, color 100ms ease 0s;
    width: 13px;
    font-size: 0px;
    line-height: 13px;
}

.inside-slideshow .slide-nav span:hover,
.inside-slideshow .slide-nav span.cycle-pager-active{
  background-color: #c2d600
}

.inside-slideshow .w-slide {
    height: 0;
    padding: 0 0 40%;
    width: 100%;
}

.inside-slideshow .rotator{
  height: auto !important;
  min-height: 0 !important;
}

@media (max-width: 767px) {
  .inside-slideshow .w-slide  {
      padding: 0 0 50%;
  }

  .inside-slideshow .slide-caption {
      background-color: #008266;
      width: 100%;
      position: static;
      margin-top: 50%;
  }

    .inside-slideshow .slide-caption-p {
      font-size: 1rem;
      line-height: 1.42rem;
  }

}

@media (max-width: 479px) {
  .inside-slideshow .w-slide  {
      margin-bottom: 0;
  }

  .inside-slideshow .rotator-arrow{
    display: block;
    font-size: 1em;
     width: 50px;
  }
}


/*************** Footer *************************/
/************************************************/
.footer-link{
  display: block;
}

.footer-section p{
     font-family: Montserrat, sans-serif;
    font-size: 0.95em;
    color: #fff;
}

.button.language-button.current::before, .button.language-button.current::after {
    transition: all 700ms ease 0s;
    width: 100%;
}

.button.language-button.current {
    background-color: #c2d600;
    color: #0d4638;
}

.newsletter-sign-up-button{
	border: 0px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px;
}
.phone-number.mobile{
	display: none;
}

.phone-number.mobile:hover{
	color: #c2d600;
}

.phone-number.desktop{
	display: inline;
}

#GRIPFooterLogo{
	padding: 0px !important;
	line-height: 11px;
}

#GRIPFooterLogoText{
	color: white !important;
}

.footer-link.current{
	color: #c2d600;
}

@media (max-width: 991px) {
	.phone-number.mobile{
		display: inline;
	}

	.phone-number.desktop{
		display: none;
	}

	#GRIPFooterLogo{
		margin:-5px auto 27px auto;
	}
}

@media (max-width: 767px) {
	#GRIPFooterLogo{
		margin-top: 0px;
	}
}


/********************* Styles ******************************/
/**********************************************************/
table.styled thead tr th,
table.styled.striped thead tr th{
  background-color: #008266;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}

table.styled tbody tr th,
table.styled.striped tbody tr th{
  background-color: white;
  border-bottom: 2px solid #003e5a;
  color: #003e5a;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}

table.styled.left tbody tr th,
table.styled.striped.left tbody tr th{
  background-color: #008266;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}

table.styled.left tbody tr:last-child th,
table.styled.striped.left tbody tr:last-child th{
  border-bottom: 0px;
}

table.styled tr,
table.styled.striped tr{
  border-bottom: 1px solid #e1e1e1;
}

table.styled tr td,
table.styled.striped tr td{
  padding: 8px 10px;
}

table.styled.striped tr:nth-child(2n+1){
    background: rgba(0,0,0,0.05) ;
}

@media (max-width: 640px) {
  table.styled.tablesaw tbody tr:not(:last-child) {
    border-bottom: 1px solid #d7d7d7 !important;
  }
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

.content-container a:hover{
	text-decoration: underline;
}

.tableBorder {
	border: 1px solid #d7d7d7;
}

.tableHeader {
	 background-color: #008266;
    border-left: 1px solid #005f48;
     border-right: 1px solid #005f48;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-align: left;
    font-weight: normal;
}

.tableHeader a,
.formSection a,
.tableHeader a.w--current,
.tableHeader a:hover,
.formSection a:hover,
.tableHeader a.w--current:hover {
	color: #ffffff;
}

.evenrow {
	background-color: transparent;
	font-weight: normal;
	border-bottom: 1px solid #e1e1e1;
}

.oddrow {
	background-color: transparent;
	font-weight: normal;
	border-bottom: 1px solid #e1e1e1;
}

.oddrow td,
.evenrow td{
	padding: 8px 10px;
}

.formSection {
	 background-color: #008266;
    border-bottom: 2px solid #005f48;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-align: left;
    font-weight: normal;
}

.fieldLbl {
	 padding: 8px 10px;
}

.formFieldSet{
	background: none;
}

@media (min-width: 767px) {
	.fieldLbl {
		text-align: right;
	}
}

.fieldVal {
	text-align: left;
	 padding: 8px 10px;
}

.redText {
	color: #b9382e;
}

.imgClass {
	padding: 0px;
	border: 1px solid #dbdbdb;
}

.button,
.button-primary,
.module-events.view-year .responsive-filters .searchbutton{
	 background-color: #008266;
    border-style: none;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.45em;
    padding: 9px 15px;
    text-decoration: none;
    -webkit-appearance: none;
   transition: all 300ms ease;
     border-radius: 0px;

}

.button:hover,
.button-primary:hover,
.module-events.view-year .searchbutton:hover{
	background-color: #004d70;
    color: #fff;
    text-decoration: none;
}

.module-events.view-year .responsive-filters .searchbutton{
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 3px;
  padding-top: 1px;
}

.module-events.view-year .responsive-filters .events-filter-form a{
  display: inline-block;
   line-height: 1.45em;
}

.button-secondary{
  border-radius: 0;
    border-style: none;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.45em;
    padding: 9px 15px;
    text-decoration: none;
    background-color: #a9a9a9;
    -webkit-appearance: none;
   transition: all 300ms ease;
     border-radius: 6px;
}

.button-secondary:hover{
  background-color: #003e5a;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .8)
}

#messages {
	padding: 5px;
	margin-bottom: 10px;
}

.message_confirm {
	color: #003e5a;
	border-top: 3px solid #003e5a;
	border-bottom: 3px solid #003e5a;
	border-left: none;
	border-right: none;
	background-image: none;
}

.message_warning {
	color: #b9382e;
	border-top: 3px solid #b9382e;
	border-bottom: 3px solid #b9382e;
	border-left: none;
	border-right: none;
	background-image: none;
}

.imgContainer {
	border: 1px solid #004d70;
	width: 333px;
	margin-left: auto;
	margin-right: auto;
}

.content .imgCaption {
	padding: 5px 0px 5px 9px;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #004d70;
  color: white;
}

.imgDescription {
	padding-top: 3px;
}

.imgCountersContainer {
	position: relative;
}

.imgCounters {
	position: absolute;
	right: 9px;
	top: -2px;
	background-color: transparent;
}

.img_counter_arrow {
	margin: 11px 2px 0px 0px;
}

.img_counter_page {
	width: 31px;
	height: 23px;
	float: left;
	margin: 0px 1px 0px 0px;
}

.img_counter_page a {
	width: 100%;
	height: 16px;
	display: block;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	background-image: url(/20150114134215/images/bg_counter_off.png);
	border: none;
}

.img_counter_page a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(/20150114134215/images/bg_counter_over.png);
	background-color: transparent;
}

.img_counter_page a.current {
	color: #000000;
	text-decoration: none;
	background-image: url(/20150114134215/images/bg_counter_on.png);
	background-color: transparent;
}

.content input[type="text"],
.content input[type="tel"],
.content input[type="email"],
.content input[type="password"],
.content input[type="file"],
.content input[type="number"],
.content select,
.content textarea,
.content select{
	padding: 5px 10px;
	border: 1px solid #cccccc;
}


@media (max-width: 767px) {
	.responsive-table input[type="tel"],
	form.responsive-form input[type="tel"] {
	    width: 100% !important;
	}

	form.responsive-form table .fieldLbl{
	  	text-align: left;
      padding-bottom: 10px;
	}
}


/********************* Modules *****************************/
/**********************************************************/
/* Conference Speakers */


/* Events */
.module-events .events-filter-form select,
.module-events .responsive-filters select{
  font-size: 13px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  width: auto !important;
  margin-bottom: 8px;
}

.module-events.view-calendar .searchbutton{
	height: auto;
	margin-bottom: 8px;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	font-size: 13px;
}

.module-events.view-calendar .tableHeader{
  border: 1px solid #005f48;
  position: relative;
  z-index: 500;
}

.module-events.view-calendar .oddrow{
  border: 1px solid #cccccc;
}

.module-events.view-calendar .event-calendar thead th{
  font-size: 13px;
  background-color: #008266;
}

.module-events.view-calendar .event-calendar tbody td.selected,
.module-events.view-calendar .event-calendar tbody td:active{
 background-color: #008266;
}

.module-events.view-details .events_detail_items > div {
  background-position: 0 3px;
}

.module-events.view-details .events_detail_items .siteviz_icon_email{
  margin-top: 3px;
}

.module-events.view-details .events_detail_items .siteviz_icon_container{
  padding-bottom: 1px;
}

@media (max-width: 991px) {
	.module-events.view-calendar .calendar-view-options{
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
  .module-events.view-details .events_detail_items .siteviz_icon_email {
    margin-top: 0;
  }
  .module-events.view-details .events_detail_items .siteviz_icon_image {
    top: 3px;
  }

  .module-events.view-details .events_detail_items .events_calendar{
    margin-bottom: 0.4rem;
  }
}


/* FAQs */
.module-faqs .faq_number {
    top: -2px;
}

.module-faqs .page_search_box .page_search_keywords {
    font-size: inherit;
    height: auto;
}

.module-faqs .page_search_box ~ div{
	width: calc(100% - 220px);
}

.module-faqs .page_search_form{
	padding: 0px;
}

@media (max-width: 767px) {
	.module-faqs .category-link, .module-faqs .faq_category {
	    margin-bottom: 0.5em;
	}

	.module-faqs .page_search_box{
		width: 100%;
		margin-bottom: 10px;
		float: none;
		margin-left: 0px;
	}

	.module-faqs .page_search_form{
		padding-bottom: 8px;
	}

	.module-faqs .page_search_box .page_search_button{
		margin-top: 10px;
	}

	.module-faqs .page_search_box ~ div{
		width: 100%;
	}
}

/* Membership module */
.module-member .photoForm td {
    padding-left: 1%;
    padding-right: 1%;
    width: 23%;
    vertical-align: bottom;
}

@media (max-width: 991px) {
	.module-member .listForm .evenrow td:first-child,
	.module-member .listForm .oddrow td:first-child{
		padding-top: 10px;
	}

	.module-member .listForm .oddrow td:last-child,
	.module-member .listForm .evenrow td:last-child{
		padding-bottom: 10px;
	}
}

@media (max-width: 479px) {
	.module-member .photoForm td {
		padding-right:0px;
		padding-left: 0px;
		width: 100%;
	}
}

/* Members directory */
.module-memberdirectory td{
	word-wrap: break-word;
	  word-break: break-all;
}
.module-memberdirectory td.letterlist  {
    padding: 8px 10px;
}


@media (max-width: 991px) {
	.module-memberdirectory .fieldLbl{
		text-align: left;
	}

	.module-memberdirectory input[type="text"],
	.module-memberdirectory select{
		width: 100% !important;
	}

	.module-memberdirectory .paging td,
	.module-memberdirectory .searchCriteria td{
		padding-left: 10px;
		padding-right: 10px;
	}

	.module-memberdirectory .tablesaw-stack tbody tr {
	    border-bottom: 1px solid #e1e1e1 !important;
	}

	.module-memberdirectory .tablesaw-stack td .tablesaw-cell-label,
	.module-memberdirectory .tablesaw-stack th .tablesaw-cell-label{
		width: 100% !important
	}
}

@media (max-width: 767px) {
  .module-memberdirectory .tablesaw-stack td .tablesaw-cell-label,
  .module-memberdirectory .tablesaw-stack th .tablesaw-cell-label{
    display: none;
  }

   .module-memberdirectory .oddrow td,
   .module-memberdirectory .evenrow td{
      padding-top:0px;
      padding-bottom: 0px;
   }

   .module-memberdirectory .oddrow td:first-child,
   .module-memberdirectory .evenrow td:first-child{
      padding-top:10px;
   }

    .module-memberdirectory .oddrow td:last-child,
   .module-memberdirectory .evenrow td:last-child{
      padding-bottom:10px;
   }
}

/* Members profile */
.module-rspmemberprofile .profile {
  border: 0px solid;
}
.module-rspmemberprofile .profile .formSection td{
  padding:10px;
}
.module-rspmemberprofile .profile td.form_buttons{
  padding-top:20px;
}

/* News and Press releases */
.module-news .page_search_box ~ div,
.module-news .page_search_box ~ form,
.module-news .page_search_box ~ p{
	width: calc(100% - 220px);
}

.module-news .page_search_box .page_search_form{
	padding: 0px;
}

.module-news .page_search_box .page_search_form .page_search_keywords {
    font-size: inherit;
    height: auto;
    width: 100%;
}

.module-news .news_list_item small{
  font-size: 100%;
}

.module-news .news_list_item .news_list_date{
  font-weight: bold;
}

.module-news form.responsive-form table .fieldLbl,
.module-news form.responsive-form table .fieldVal{
  padding-left: 8px;
  padding-right: 8px;
}

.module-news .associated-data > div {
    background-position: 0 3px;
}

@media (max-width: 767px) {
	.module-news .page_search_box{
		width: 100%;
		margin-bottom: 10px;
		float: none;
		margin-left: 0px;
	}

	.module-news .page_search_box ~ div,
	.module-news .page_search_box ~ form,
	.module-news .page_search_box ~ p{
		width: 100%;
	}

	.module-news .page_search_box .page_search_form{
		padding-bottom: 15px;
	}
}

/* Partners and Sponsors */
.module-partners h3{
  margin-top: 0px;
}

.module-partners .spacer td{
  padding-bottom: 8px;
}

@media (max-width: 767px) {
	 .module-partners .partners-detail-logo img{
	  margin-bottom: 16px
	}
}

/* Photo Albums */
.module-albums.view-album .image-container .image{
  margin-left: 2px;
  margin-right: 2px;
}

.module-albums.layout-list.view-albums .albums_list_entry{
  background-position: 0 2px;
}

.module-albums.layout-list.view-image .imgCaption p{
	margin-bottom: 0px
}


@media (max-width: 520px) {
  .module-albums.layout-detailed.view-album.single-image .image-container.limited-caption{
       margin: 40px 0 0;
  }

  .module-albums.layout-detailed.view-album.single-image .image-container.limited-caption .imgClass.image{
      margin-top: 0px;
      margin-bottom: 0px;
  }

  .module-albums.layout-detailed.view-album.single-image .image-container.limited-caption .imgClass.image a{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
    height: 100%;
  }

  .module-albums.layout-detailed.view-album.single-image .image-container.limited-caption .imgClass.image img{
    vertical-align: middle;
    display: inline;
    height: auto;
     margin: 0 auto;
  }
}

/* Resources and Links*/
.module-resources.resource-list .resource{
  line-height: 17px;
}

.module-resources.resource-list .rss_feed{
	background-position: 0px 3px;
}

.module-resources .page_search_box ~ div,
.module-resources .page_search_box ~ h2{
	width: calc(100% - 220px);
}

.module-resources .page_search_box .page_search_form{
	padding: 0px;
}

.module-resources .page_search_box .page_search_form .page_search_keywords {
    font-size: inherit;
    height: auto;
    width: 100%;
}

@media (max-width: 767px) {
	.module-resources .page_search_box{
		width: 100%;
		margin-bottom: 10px;
		float: none;
		margin-left: 0px;
	}

	.module-resources .page_search_box ~ div,
	.module-news .page_search_box ~ h2{
		width: 100%;
	}

	.module-resources .page_search_box .page_search_form{
		padding-bottom: 15px;
	}
}

/* Rss Aggregator*/
.module-rss div a{
  margin-bottom: 20px;
  display: inline-block;
  float: left;
}

.module-rss div a:last-child {
    margin-left: 5px;
    margin-top: 2px;
}

/* Search */
.search-container input[type="text"]{
	padding-bottom: 10px;
	padding-top: 10px;
}

@media (max-width: 767px) {
	.search-container form div strong{
		display: block;
	}
}

/* Testimonials */
.module-testimonials.layout-line-separated .testimonial-wrapper.evenrow{
  background-color: #f6d7a6;
}

.module-testimonials .evenrow,
.module-testimonials .oddrow{
	border-bottom: none;
}

/* Virtual Tour */


/* Submission Forms */
.module-submissionforms .ui-datepicker,
.module-submissionforms .helpcontent,
.module-submissionforms input[type="file"]{
	font-size: 13px !important;
}

@media (max-width: 767px) {
	.module-submissionforms input[type="text"],
	.module-submissionforms input[type="tel"],
	.module-submissionforms input[type="email"],
	.module-submissionforms input[type="password"],
	.module-submissionforms input[type="file"],
	.module-submissionforms input[type="number"],
	.module-submissionforms select,
	.module-submissionforms textarea,
	.module-submissionforms select{
		width: 100% !important;
		max-width: 100% !important;
	}

	.module-submissionforms input[type="text"].hasDatepicker{
		width: 96% !important;
		max-width: 96% !important;
	}
}

@media (max-width: 479px) {
		.module-submissionforms input[type="text"].hasDatepicker{
		width: 91% !important;
		max-width: 91% !important;
	}
}

/* sitemap */
.module-sitemap {
   word-wrap: break-word
}

@media (max-width: 479px) {
	.module-sitemap ul{
		padding-left: 20px;
	}
}

/* Volunteers */
.module-rspvolunteers .tablesaw-stack tbody tr {
  border-bottom : 1px solid #dfdfdf !important;
}

.module-rspvolunteers .shifts-list .volunteerNotes p{
  margin-bottom: 0px;
  line-height: 1.1em;
}

.module-rspvolunteers .volunteerNotes.faded_text {
	color: #333;
}

/***************** Content Boxes ***************************/
/**********************************************************/
/* Partners */
.partners_cb_container .partners_cb_title a{
  color: black;
  text-decoration: none;
}

/* RSS */
.rss_cb_container .rss_cb_date{
  width: 40%;
}

/* News */
.right-side-div .news_cb_container .news_cb_1_date{
  font-weight: bold;
}

.right-side-div .news_cb_container .news_cb_1_row {
    padding-bottom: 15px;
}

.right-side-div .news_cb_container .news_cb_1_description{
   word-break: break-all;
}

/* Speakers */

.module-speakers table td p{
  padding-top: 5px;
}

@media (max-width: 991px) {
  .module-speakers input[type="text"],
  .module-speakers select{
    width: 100% !important;
  }

  .module-speakers input[name="city"]{
    width: 50% !important;
    margin: 0;
  }
  .module-speakers select[name="state"]{
    width: 20% !important;
    margin: 1% 0;
  }
  .module-speakers input[name="zipcode"]{
    width: 27% !important;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .module-speakers input[name="city"],
  .module-speakers input[name="zipcode"]{
    width: 100% !important;
    margin: 0;
  }

  .module-speakers select[name="state"]{
    width: 70px !important;
  }

  .module-speakers.speakers-list table td img{
    float: none;
    display: block;
    margin: 0px !important;
  }
}


/* RSS */
@media (max-width: 767px) {
  .module-rss>table td,
  .module-rss>table tr {
    display: block;
  }

  .module-rss>table tr {
    margin-bottom: 10px;
  }

  .module-rss table tr:last-child {
    display: table-row;
  }

  .module-rss table tr:last-child td {
    display: table-cell;
  }
}


/* Locations */
.locations_search_feature {
  width: 100%;
}

.locations_results {
  width: 100%;
}

.locations_results .locations_google_map {
  height: 500px;
}

.locations_detail .location_info {
  display: block;
  float: none;
  width: auto;
}

.locations_detail .location_map {
  display: block;
  float: none;
  width: auto;
}

.locations_search_feature .search_option label {
  font-size: 14px;
}

.locations_results h6.map-country {
  font-size: 1.2em;
  margin: 0px 0px 10px;
}

.wfp-marker-info p {
	margin-bottom: 0px;
}

@media (min-width: 767px) {
  .locations_search_feature table tr {
    display: inline-block;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .locations_search_feature {
    display: block;
    float:none;
    width: auto;
  }

  .locations_results {
    display: block;
    float:none;
    width: auto;
  }

  .locations_results .locations_google_map {
    height: 400px;
  }

}

@media (max-width: 479px) {
  .locations_results .locations_google_map {
    height: 300px;
  }
}

.location_info .categories {
  padding-bottom: 8px;
  font-weight: bold;
}

.location_info .address,
.location_info .phones,
.location_info .web,
.location_info .directions {
  padding-bottom: 8px;
}

table.responsive {
  width: 100%;
}

table.responsive.map tr{
  float: left;
  width: 20%;
}

table.responsive.map tr td{
    display: block;
}

@media (max-width: 767px) {
  table.responsive td {
    display: block;
  }

  table.responsive.map tr{
    float: none;
    width: 100%;
  }
}


/******************** Fancy Box ***************************/
/**********************************************************/
.fancybox-title-float-wrap{
  margin-bottom: 0px !important;
  bottom: auto !important;
}

.fancybox-title-float-wrap .child{
   white-space: normal !important;
    margin-top: 20px;
}


/******************** Templates ***************************/
/**********************************************************/
.template-layout hr{
  border-top:0px;
  border-bottom: 1px solid #c2d600;
  margin-top: 25px;
  margin-bottom: 25px;
}

.template-layout img,
.template-layout iframe{
  max-width: 100%;
}

.template-layout p{
  margin-top: 10px;
  margin-bottom: 10px;
}

.template-layout .subheading{
  font-weight: bold;
  text-transform: uppercase;
}

.template-layout .centered{
  text-align: center;
}

.template-layout .full-box{
  display: inline-block;
  width: 100%;
}

.template-layout .box-60{
  padding: 10px 10px 10px 0px;
  float: left;
  width: 60%;
}

.template-layout .box-50{
  padding: 10px 10px 10px 0px;
  float: left;
  width: 50%;
}

.template-layout .box-40{
  padding: 10px 10px 10px 0px;
  float: left;
  width: 40%;
}

.template-layout .box-30{
  padding: 10px 10px 10px 0px;
  float: left;
  width: 33%;
}

.template-layout .box-25{
  padding: 10px 10px 10px 0px;
  float: left;
  width: 25%;
}


@media (max-width: 767px) {
  .template-layout .box-60,
  .template-layout .box-50,
  .template-layout .box-30,
  .template-layout .box-40,
  .template-layout .box-25{
    float:none !important;
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

}

