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

.resp-tabs-list { display: -webkit-box; display: -ms-flexbox; display: flex; }

.resp-tabs-list li { font-size: 1rem; display: inline-block; text-transform: uppercase; padding: calc(0.5rem - 2px) 1rem; border: 2px solid var(--uct-color--highlight, var(--rw-highlight-color, #0098db)); font-family: "Montserrat", sans-serif; margin: 0; list-style: none; cursor: pointer; color: var(--uct-color--highlight, var(--rw-highlight-color, #0098db)); -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; border-radius: 2px; }

.resp-tabs-container { padding: 0px; background-color: transparent; clear: left; }

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

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

.resp-tab-active { border: 2px solid var(--uct-color--highlight, var(--rw-highlight-color, #0098db)); padding: 0.5rem 1rem; background: var(--uct-color--highlight, var(--rw-highlight-color, #0098db)); color: #ffffff !important; }

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

h2.resp-accordion { font-size: 1.25rem; font-weight: normal; text-transform: uppercase; background: #ffffff; color: var(--uct-color--highlight, var(--rw-highlight-color, #0098db)); border: 2px solid var(--uct-color--highlight, var(--rw-highlight-color, #0098db)); margin: 2px 0 0 0; padding: 10px 15px; }

h2.resp-tab-active { margin-bottom: 0px !important; padding: 0.5rem 1rem; background: var(--uct-color--highlight, var(--rw-highlight-color, #0098db)); color: #ffffff; }

h2.resp-tab-title:last-child { background: blue; }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list { float: left; width: 30%; }

.resp-vtabs .resp-tabs-list li { display: block; padding: 15px 15px !important; margin: 0; cursor: pointer; float: none; }

.resp-vtabs .resp-tabs-container { padding: 0px; background-color: #fff; float: left; width: 68%; min-height: 250px; clear: none; }

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

.resp-vtabs li.resp-tab-active { background-color: #fff; position: relative; z-index: 1; margin-right: -1px !important; }

.resp-arrow { width: 0; height: 0; float: right; margin-top: 3px; }

h2.resp-tab-active span.resp-arrow { border: none; }

/*-----------Accordion styles-----------*/
h2.resp-tab-active { background: var(--uct-color--highlight, var(--rw-highlight-color, #0098db)) !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

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

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

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) { ul.resp-tabs-list { display: none; }
  h2.resp-accordion { display: block; }
  .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: initial; clear: none; }
  .resp-accordion-closed { display: none !important; } }

/*# sourceMappingURL=../../../maps/easy-responsive-tabs/easy-responsive-tabs.css.map */
