.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e8e8e8 !important;
    height: 37px;
}

.r-tabs .r-tabs-nav {
  margin-bottom: 0px !important;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0px -4px 0px 0px !important;
    list-style: none;
}

.r-tabs .r-tabs-panel {
  background: #fff;
  border-bottom: 1px solid #e8e8e8 !important;
  border-left: 1px solid #e8e8e8 !important;
  border-right: 1px solid #e8e8e8 !important;
  font-size: 13px;
  padding: 10px 20px;
}

.r-tabs ul.r-tabs-nav li:first-child {
  border-left: 1px solid #e8e8e8;
}

.r-tabs ul.r-tabs-nav li:last-child {
  border-right: 1px solid #e8e8e8;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-default {
  display: none;
}

#summary {
  display: block;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 1035px) {
    .r-tabs .r-tabs-nav {
      display: none;
    }

    .fb_iframe_widget {
      display: none !important;
	}

    .r-tabs .r-tabs-accordion-title {
      display: block;
    }
	
	.r-tabs .r-tabs-accordion-title a {
      background: transparent url("../images/g-button-bg.jpg") repeat-x scroll 0 0;
      border-top: 3px solid #280070;
      color: #01698b;
      display: block;
      float: none;
      font-size: 14px;
      font-style: normal !important;
      font-weight: normal;
      height: auto;
      line-height: normal;
      margin-right: 1px;
      padding: 10px 0 !important;
      text-align: center;
      width: 100%;
      border-left: 1px solid #e8e8e8 !important;
      border-right: 1px solid #e8e8e8 !important;
      -webkit-box-sizing: border-box; 
      -moz-box-sizing: border-box; 
      box-sizing: border-box;
	}
	
	.r-tabs .r-tabs-panel {
      width: 100%;
      -webkit-box-sizing: border-box; 
      -moz-box-sizing: border-box; 
      box-sizing: border-box;
	}
}