/*************** Webflow Styles ******************/
/************************************************/
.sticky .navbar { border-bottom: 3px solid #f7bd00}
.sticky .nav-menu { background-color: #46234b;}
.sticky .nav-link-a { color: #fff4e2;}
.sticky .nav-link-a:before,
.sticky .nav-link-a:after { background-color: #ffdca5; }

.sticky { position: fixed;  }

@media screen and (min-width: 992px) { /* desktop only */
.sticky .header-flexwrap {
  max-height: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}
}

.header-section{
  z-index: 5; transition: all 500s ease;
}
/* --- Reset dropdown button wrapping --- */
.dropdown-label { white-space: normal; }
/* --- Search Field Highlight --- */
.search-field.w-input:focus { border-color: #ffffff; }

.mm-opened .header-section{
  position: relative;
}

 .mm-opened .homepage-container{
  margin-top: 0px;
 }

 .mm-opened .container.content-container{
   margin-top: 20px;
}

.breadcrumbCurrent{
  font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

@media screen and (min-width: 1466px){
  .container.content-container{
    margin-top: 206px;
  }

  .container.content-container.sticky-main,
  .homepage-container.sticky-main{
    margin-top: 90px;
  }

  .homepage-container{
    margin-top: 182px;
  }
}

@media screen and (max-width: 1465px) {
  .container.content-container{
   margin-top: 250px;
 }

 .container.content-container.sticky-main,
 .homepage-container.sticky-main{
   margin-top: 90px;
  }

 .homepage-container{
   margin-top: 229px;
 }

 .homepage-container.sticky-main{

  }
}

@media screen and (max-width: 1136px) {
  .container.content-container.sticky-main,
  .homepage-container.sticky-main{
    margin-top: 115px;
  }

  .homepage-container{
   margin-top: 247px;
 }

 .homepage-container.sticky-main{

  }
}

@media screen and (max-width: 1099px) {
 .container.content-container{
   margin-top: 270px;
 }

}

@media screen and (max-width: 991px) {
  .container.content-container{
    margin-top: 140px;
  }

  .homepage-container{
   margin-top: 120px;
 }
}

@media screen and (max-width: 767px) {
  .container.content-container{
    margin-top: 130px;
  }

  .homepage-container{
   margin-top: 110px;
 }
}

@media screen and (max-width: 479px) {
  .container.content-container{
    margin-top: 108px;
  }

  .homepage-container{
   margin-top: 90px;
 }
}

/* Nav Link Animation */
@media screen and (min-width: 992px) { /* desktop only */
.nav-link-a:before, .nav-link-a:after {
content: '';
position: absolute;
width: 0; height: 3px;
background-color: #fff4e2;
transition: all 400ms ease;
}
.nav-link-a:before { top: 0; left: 0; }
.nav-link-a:after { bottom: 0; right: 0; }
.nav-link-a:hover:before, .nav-link-a:hover:after,
.nav-link-a.hovered:before, .nav-link-a.hovered:after{ width: 100%; transition: all 700ms ease; }


}
/* --- Custom Breakpoint for Nav --- */
@media screen and (max-width: 1465px) and (min-width: 992px ) { /* custom */
.header-flexwrap { flex-wrap: wrap; justify-content: center; }
.brand { width: 100%; margin-bottom: 20px; margin-right: 0px; }
.quick-links { width: 55%; justify-content: flex-end; padding-right: 0; border: none; }
.header-right { width: 45%; border: none; }
.search-field { width: 150px; }
.nav-link-a { padding-right: 10px; padding-left: 10px; }

.logo{
  margin-top: 0px;
}
}

@media screen and (min-width: 1465px){
  .search-field{
    width: calc( 100% - 40px);
  }

  .header-social-media{
    flex-shrink:0;
  }

  .search-form{
    display: inline-block;
    margin-top: 5px;
  }

  .search-field,
  .search-button{
    float:left;
  }
}

/* --- Mobile Friendly Image --- */
@media (max-width: 767px) {
    .mobile-friendly-image {
      display: block;
      float: none !important;
   }
}

body {
    font-size: initial;
    line-height: initial;
    color: initial;

}

iframe{
  max-width: 100%;
}


/* ---------------------------- */
/* 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: #f7bd00;
transition: all 400ms ease;
}
.quick-link: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: #f7bd00}
.inside-slideshow .w-slider-nav.w-round>div:hover { background-color: #ffd457;}
.inside-slideshow .w-slider-dot.w-active { background-color: #f7bd00 !important; border: 1px solid #ffd457; }
/* --- 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: #f7bd00;
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 *************************/
/************************************************/
.search-button{
  border: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

.quick-link.current{
  color: #ffd457;
}

.quick-link.current::after {
  width: 100%;
  transition: all 700ms ease;
}

.desktopnavigation .nav-link-a.current:before,
.desktopnavigation .nav-link-a.current:after {
    width: 100%;
    transition: all 700ms ease;
}

.dropdown-a.w--current{
  background-color: rgba(0, 0, 0, .25);
  color: #f7bd00;
}

@media (min-width: 992px) {
  .search-form-wrapper{
    height: auto !important
  }
}

@media (max-width: 991px) {
  .mobile-search-form-wrapper {
      display: block;
      overflow: hidden;
      height: 0px;
      margin-bottom: 0px;
      background-color: #111;
  }

  .search-form-wrapper{
    width: 100%;
    background: #46234b;
    top:-80px;
    padding-right: 15px;
    height: 80px !important;
  }

  .search-field{
    max-width: 100%;
    height: 49px;
    padding: 8px 12px;
    line-height: 1.42857;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 15px;
    border-bottom-color: #f7bd00;
    background-color: #572d5e;
    color: #fff;
    font-family: Montserrat, sans-serif;
  }
}

@media (max-width: 767px) {
  .header-right{
    display: block;
    border-left: 0px;
    padding-left: 0px;
  }

  .header-social-media{
    display: none;
  }
}

/*************** Mobile navigation ***************/
/************************************************/
.mobile-navigation-menu{
  background-color: #46234b;
  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 hsla(0, 0%, 100%, 0.15);
   margin-left: 15px;
   margin-right: 15px;
}

.mobile-navigation-menu li:not(.mm-subtitle):hover,
.mobile-navigation-menu li.mm-opened{
  border-bottom-style: solid;
  border-bottom-color: #f7bd00;
    background-color: #572d5e;
  color: #fff;
}

.mobile-navigation-menu li a.link,
.mobile-navigation-menu li.mm-subtitle a{
  text-decoration: none;
  color: #fff !important;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 15px;
  text-align: left;
  font-size: 1rem;
}

.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: transparent;
}

.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-card-title{
  font-family: Merriweather, serif;
  color: #333;
  font-weight: 400;
}

.cb-card-desc p{
  margin-bottom: 20px;
 font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}

.content-box-more-link a{
color: #004d70;
    font-weight: 700;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    line-height: 23px;
}

.content-box-more-link a:hover{
  color: #f7bd00;
}

.cb-card-img-wrap{
  margin-bottom: 0px;
}

.cb-card-img{
  margin-bottom: 20px;
}

.news_cb_container .news_cb_2_row{
  padding-bottom: 20px;
  width: calc(100% - 85px);
}

.news_cb_container .news_cb_2_date,
.news_cb_container .news_cb_1_date {
  width: 85px;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.25rem;
  color: initial;
  font-family: Roboto, sans-serif;
}

.news_cb_container .news_cb_1_date{
  width: auto;
}

.news_cb_container .news_cb_2_title a,
.news_cb_container .news_cb_1_title a{
    display: block;
    margin-top: 0px;
    font-family: Roboto, sans-serif;
    color: #111;
    font-size: 1.05rem;
    line-height: 1.25rem;
    text-decoration: none;
    font-weight: 500;
}

.news_cb_container .news_cb_2_title a:hover,
.news_cb_container .news_cb_1_title a:hover{
  color: #b37515;
}


@media (max-width: 1100px) and (min-width: 991px) {
  .cb-card-title-link{
    font-size: 1rem;
  }
}


/*************** Slideshow *************************/
/**************************************************/
.homepage-section .w-slider.rotator{
  height: 60vh !important
}

.homepage-section .w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.homepage-section .slide-caption{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.homepage-section .slide-caption-p{
  padding: 0px 0px 15px 0px;
}

.homepage-section .slide-nav{
  display: block;
}

.homepage-section .slide-nav{
  padding-top: 25px;
  font-size: 0px;
}

.homepage-section .slide-nav span{
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: #f7bd00;
  border-radius: 100%;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 7px;
}

.homepage-section .slide-nav span.cycle-pager-active{
  background: white;
}

.homepage-section .slide-caption{
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .8));
  background-position: 0px 0px, 50% 50%;
  padding-top: 120px;
}

.homepage-section .caption-wrap{
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .homepage-section .w-slider.rotator{
    height: 350px !important;
  }

  .homepage-section .slide-caption {
    position: absolute;
    width: 100%;
    max-width: 1250px;
    margin-bottom: 0px;
    padding: 20px 40px;
    background-color: hsla(0, 0%, 100%, 0.5);
    background-image:none;
    box-shadow: 0 0px 60px -2px black;
  }

  .homepage-section .slide-caption-title {
   margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-top-color: #880d02;
    border-bottom-style: none;
    border-bottom-color: #880d02;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    text-shadow: 1px 1px 6px #000;
  }

  .homepage-section .slide-caption-p{
    color: #111;
  }

  .homepage-section .caption-wrap{
    width: 100%;
  }
}

@media (max-width: 767px) {
 .homepage-section .w-slider.rotator{
    height: 300px !important;
  }

  .homepage-section .slide-caption {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em;
  }

  .homepage-section .slide-caption-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px){
  .homepage-section .slide-caption-title {
      font-size: 24px;
      line-height: 30px;
  }
}

/*************** Inside page *********************/
/************************************************/
.content-container .breadcrumbs-div a{
   display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #f7bd00;
    font-family: Montserrat, sans-serif;
    color: #572d5e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
}

.content-container .breadcrumbs-div a:hover {
    color: #f7bd00;
    text-decoration: none;
}

.left-nav-a.section-title{
  color: #f7bd00;
}

.left-nav-a.section-title:hover{
  text-decoration: none;
  color: #f7bd00;
}

.left-nav-a.section-title.w--current:hover:after{
    width: 100%;
    transition: all 700ms ease;
}

.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-a.section-title.w--current:hover:after,
.left-nav-a.section-title::after, 
.left-nav-a.section-title.w--current::after {
    width: 0;
}

.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;
        border-bottom: 1px solid #f7bd00;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14.4px;
    line-height: 14.4px;
    font-weight: 500;
    text-decoration: none;
}

.left-nav-div #navcontainer ul li a:hover{
  color:#f7bd00;
}

.left-nav-div #navcontainer ul li a::after {
    background-color: #f7bd00;
    bottom: 0;
    content: "";
    height: 4px;
    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 li a#current:hover{
  color: #fff;
}

.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{
    color: #f7bd00;
}

.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%;
}

.left-nav-div #navcontainer ul li li li a{
  margin-left: 10px;
  margin-right: 10px;
}

.content img {
  height: auto !important;
}

.content td img{
  max-width: 100% !important;
  height: auto !important;
}

.left-nav-div #navcontainer ul li a#current {
    font-weight: 700;
    color: #f7bd00;
}

.left-nav-div #navcontainer ul li li a#current {
    font-weight: 500;
}

.left-nav-div #navcontainer ul li li a::after {
    height: 3px;
}

.left-nav-div #navcontainer ul li li li a {
    margin-left: 12px;
    margin-right: 10px;
    padding-bottom: 8px;
}

/*************** Associations ********************/
/************************************************/
.right-side-div .associations_container{
  float: none;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.right-side-div .associations_container *{
  font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}


.right-side-div .associations_container .association_section_resources,
.right-side-div .associations_container .association_section_files,
.right-side-div .associations_container .association_contentboxes_container,
.right-side-div .associations_container .association_section_contentboxes{
  margin-bottom: 30px;
}


.right-side-div .associations_container .association_title_resources,
.right-side-div .associations_container .association_title_files,
.right-side-div .associations_container .association_contentboxes_title,
.right-side-div .associations_container .association_title_contentboxes {
 margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #572d5e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

@media (max-width: 767px) {
  .right-side-div .associations_container *{
      font-size: 1em;
    line-height: 1.5em;
  }
}

/*************** 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;
    font-weight: normal;
}

.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{

 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;
     background-color: #572d5e;
border: 0
}

.inside-slideshow .slide-nav span:hover{
  background-color: #f7bd00
}

.inside-slideshow .slide-nav span.cycle-pager-active{
 border:none;

background-color: #f7bd00;
}

.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: 991px) {
  .inside-slideshow .slide-caption-title{
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  .inside-slideshow .w-slide  {
      padding: 0 0 50%;
  }

  .inside-slideshow .slide-caption {
      background-color: #572d5e;
      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 {
  margin-bottom: 10px;
  padding-bottom: 9px;
  margin-top: 1px;
  line-height: 1.13em
}

.footer-link.current{
  color: #f7bd00;
}

.footer-address p{
   color: #fff;
  font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

#GRIPFooterLogo{
  padding: 0px !important;
  line-height: 11px;
}

#GRIPFooterLogoText{
  text-align: right !important;
  color: white !important;
}

.newsletter-sign-up-button{
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
}

.phone-number.mobile{
  display: none;
 font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.phone-number.mobile:hover{
  color: #fff;
}

.phone-number.desktop{
  display: inline;
}

@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: #eeb111;
  border-bottom: 0 none;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  text-align: left;
}

table.styled tbody tr th,
table.styled.striped tbody tr th{
  background-color: #9a5107;
  border-bottom: 2px solid #eeb111;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  text-align: left;
}

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.striped tr:nth-child(odd) td {
  background-color: #e4e4e4;
}

@media (max-width: 640px) {
  table.styled.tablesaw tbody tr:not(:last-child) {
    border-bottom: 1px solid #d7d7d7 !important;
  }
}

@media (min-width: 641px) {
  table.styled tr td,
  table.styled.striped tr td{
    border-bottom: 1px solid #e1e1e1;
  }
}

form {
  padding: 0px;
  margin: 0px;
}

td {
  vertical-align: top;
}

.content-container a{
  color: #572d5e;
    font-weight: 700;
    text-decoration: underline;
}

.content-container a:hover{
 color: #f7bd00;
    text-decoration: underline;
}

.tableBorder {
  border: 1px solid #d7d7d7;
}

.tableHeader {
 font-size: 18px;
    font-weight: bold;
    padding: 10px 10px;
    text-align: left;
    background-color: #572d5e;
    color: #fff;
    border-bottom: 2px solid #46234b;
}

.tableHeader a,
.formSection a,
.tableHeader a.w--current,
.tableHeader a:hover,
.formSection a:hover,
.tableHeader a.w--current:hover {
  color: #ffffff;
  font-weight: normal;
}

.evenrow {
  background-color: #fff4e2;
  font-weight: normal;
}

.oddrow {
  background-color: transparent;
  font-weight: normal;
}

.oddrow td,
.evenrow td{
  padding: 8px 10px;
}

.formSection {
  font-size: 18px;
    font-weight: bold;
    padding: 10px 10px;
    text-align: left;
    background-color: #572d5e;
    color: #fff;
    border-bottom: 2px solid #46234b;
}

.fieldLbl {
   padding: 8px 10px;
}

.formFieldSet{
  background: none;
}

@media (min-width: 767px) {
  .fieldLbl {
    text-align: right;
  }
}

@media (max-width: 479px) {
  .formSection{
    white-space: normal;
  }

  .siteviz_icon_container{
    word-break: break-all;
  }
}

.fieldVal {
  text-align: left;
   padding: 8px 10px;
}

.redText {
  color: #bb0303;
}

.imgClass {
  padding: 0px;
  border: 1px solid #dbdbdb;
}

.button,
.button-primary,
.module-events.view-year .responsive-filters .searchbutton{
  padding: 9px 15px;
  border-style: none;
  font-size: 1em;
  line-height: 1.45em;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     background-color: #572d5e;
    font-family: Montserrat, sans-serif;
    color: #fff4e2;
    font-weight: 600;
}

.button:hover,
.button-primary:hover,
.module-events.view-year .searchbutton:hover{
 background-color: #46234b;
    color: #fff4e2;
    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{
  padding: 9px 15px;
  border-style: none;
  border-radius: 0px;
  background-color: #f7bd00;
    font-family: Montserrat, sans-serif;
    color: #572d5e;
    font-weight: 700;
  font-size: 1em;
  line-height: 1.45em;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
   transition: all 300ms ease;
}

.button-secondary:hover{
 background-color: #572d5e;
    color: #fff4e2;
  text-decoration: none;
}

#messages {

}

.message_warning {
     margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #bb0303;
    color: #fff;
}

.message_confirm {
  margin-top: 20px;
margin-bottom: 20px;
padding: 20px;
background-color: #0b792e;
color: #fff;
}

.imgContainer {
  border: 1px solid #ededed;
  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: #572d5e;
}

.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;
}

.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;
  max-width: 100%;
}

@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;
  }
}

@media (max-width: 479px) {
  .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{
    width: 100% !important;
  }
}

/********************* 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 #f7bd00;
  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: #005f48;
}

.module-events.view-calendar .event-calendar tbody td.selected,
.module-events.view-calendar .event-calendar tbody td:active{
 background-color: #f7bd00;
}

.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%;
  }
}


/* RSS */
.rss_cb_container .rss_cb_date{
  width: 85px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
    font-size: 0.95em;
    font-weight: 500;
}

.rss_cb_container .rss_cb_title{
  width: calc(100% - 85px);
}

.rss_cb_container .rss_cb_title a{
  color: #000;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

.rss_cb_container .rss_cb_title a:hover{
  color: #f7bd00;
}

/******************** 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;
}


.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

