﻿
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs {
  overflow: hidden;
}


.resp-vtabs div.left {
    float: left;
    width: 23.95%;
}
.resp-vtabs ul.resp-tabs-list {
  clear: left;
}


.resp-vtabs .resp-tabs-list li {
    display: block;
    margin: .5em 0;
    cursor: pointer;
    float: none;
    text-transform: uppercase;
}
.resp-vtabs .resp-tabs-list li:first-child {
  margin-top: 0;
}
.resp-vtabs .resp-tabs-list a:hover, .resp-vtabs .resp-tab-active a {
  color: #95a0a9;
}


.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 76.05%;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs h3.ttl {
  font: 800 1.13em 'Proxima Nova';
  margin: 0 0 1em;
  color: #00a4e4;
  text-transform: uppercase;
}
.resp-vtabs h3.ttl:after {
  content:'\005D';
  margin-left: 6px;
  font-family: 'web_symbolsregular';
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}
.nav-post-wrapper {
  float: left;
  width: 33.33%;
  padding: 0 3.46%;
  background: url(../img/nav-div.png) 0 0 no-repeat;
}
.resp-tab-content .nav-post-wrapper:first-child {
  background: none;
}

.nav-post-wrapper h3 {
  font: bold 1em 'Proxima Nova';
  margin: 0 0 .9em;
  color: #00a4e4;
}
.nav-post-wrapper img {
  display: block;
  margin-bottom: .6em;
}
.nav-post-wrapper p {
  font-size: 0.88em;
  color: #7d7d7d;
  margin: 0 0 .8em;
}
.nav-post-wrapper a.more {
  font-family: 'roboto_medium';
}
.nav-post-wrapper a.more:after {
  content: '\e600';
  /*font-size: .9em;*/
  margin-left: 5px;
  font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    vertical-align: middle;
}


/*-----------Accordion styles-----------*/
/*h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}*/

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1023px) {
    .resp-vtabs .resp-tabs-container {
         display: none;
    }
}
