body {
	margin: 0px;
	padding: 0px;
	background: #f5f5f5;
	font-family: 'Segoe UI';
}

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

.resp-tabs-list li {
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
	padding: 13px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
}

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

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

.resp-tab-content {
	display: none;
	padding: 15px;
}

.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
	border-bottom: none;
	background-color: #fff;
}

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

.resp-tab-content { 
	border: 1px solid #c1c1c1; 
}

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 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;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}

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

.resp-vtabs li.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
}

.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;
}

/*-----------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: 768px) {

ul.resp-tabs-list { 
	display: none; 
}

h2.resp-accordion { 
	display: block; 
}

.resp-vtabs .resp-tab-content { 
	border: 1px solid #C1C1C1; 
}

.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}

.resp-accordion-closed { 
	display: none !important; 
}

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

/*Event Page Tabs*/
#content .event_tabs .resp-tabs-list li, .event_tabs .resp-tabs-container .resp-accordion {
    padding: 12px 20px !important;
    border-bottom: 0;
    font-size: 20px;
    background-color: #e5e5e5;
    font-family: 'MontserratMedium';
    margin-right: 5px;
    font-weight: normal;
}
#content #strategic-primary .event_tabs ul.resp-tabs-list li {
    border-bottom: 0 !important;
	transition: background .5s ease;
	width: 25%;
    text-align: center;
}
#content #strategic-primary .event_tabs ul.resp-tabs-list li:hover {
    background-color: #dfac2d;
    color: #ffffff;
}
#content #strategic-primary .event_tabs ul.resp-tabs-list li.firsttab1:hover {
    background-color: #bf1933;
}
#content #strategic-primary .event_tabs .resp-tabs-list li.resp-tab-active:after, #content #strategic-primary .event_tabs .resp-tabs-container .resp-accordion.resp-tab-active:after
{
	display:none;
}
#content #strategic-primary .event_tabs ul.resp-tabs-list li.resp-tab-item.resp-tab-active {
    background-color: #dfac2d;
    color: #ffffff;
}
#content #strategic-primary .event_tabs ul.resp-tabs-list li.resp-tab-item.resp-tab-active.firsttab1 {
    background-color: #bf1933;
}
body #content #strategic-primary .event_tabs .resp-tab-content {
    margin-top: 10px;
    padding: 40px 40px 10px 40px;
    border: solid 2px #cccccc;
}
.event_tabs .event_daily_heading
{
	font-family:'MontserratBold';	
    font-size: 27px;		
	color:#333333;
}
#content #strategic-primary .event_tabs ul.resp-tabs-list li:last-child {
    margin: 0;
}
/*Event Page Tabs*/


/*Event Page Nested Tabs*/
.ui-scroll-tabs-header:after {
	content: "";
	display: table;
	clear: both;
}



.ui-scroll-tabs-view {
	z-index: 1;
	overflow: hidden;
}

.ui-scroll-tabs-view .ui-widget-header {
	border: none;
	background: transparent;
}

.ui-scroll-tabs-header {
	position: relative;
	overflow: hidden;
}

.ui-scroll-tabs-header .stNavMain {
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%;
	opacity: 0;
	transition: left .5s, right .5s, opacity .8s;
	transition-timing-function: swing;
}

.ui-scroll-tabs-header .stNavMain button { 
	height: 100%; 
}

.ui-scroll-tabs-header .stNavMainLeft { 
	left: -250px; 
}

.ui-scroll-tabs-header .stNavMainLeft.stNavVisible {
	left: 0;
	opacity: 1;
}

.ui-scroll-tabs-header .stNavMainRight { 
	right: -250px; 
}

.ui-scroll-tabs-header .stNavMainRight.stNavVisible {
	right: 0;
	opacity: 1;
}

.ui-scroll-tabs-header ul.ui-tabs-nav {
	position: relative;
	white-space: nowrap;
}

.ui-scroll-tabs-header ul.ui-tabs-nav li {
	display: inline-block;
	float: none;
}

.ui-scroll-tabs-header ul.ui-tabs-nav li.stHasCloseBtn a {
	padding-right: 0.5em;
}

.ui-scroll-tabs-header ul.ui-tabs-nav li span.stCloseBtn {
	float: left;
	padding: 4px 2px;
	border: none;
	cursor: pointer;
}
#content ul.ui-tabs-nav {
    margin: 0;
    padding: 0;
}
#content #strategic-primary ul.ui-tabs-nav li {
    margin: 0;
    padding: 0;
}
.nested_tabs .ui-widget-header {
    border: 0;
    background: transparent;
}
.nested_tabs .ui-state-active, .nested_tabs .ui-widget-content .ui-state-active, .nested_tabs .ui-widget-header .ui-state-active, .nested_tabs a.ui-button:active, .nested_tabs .ui-button:active, .nested_tabs .ui-button.ui-state-active:hover {
    border: 0;
    background: transparent;
}
.nested_tabs .ui-state-default, .nested_tabs .ui-widget-content .ui-state-default, .nested_tabs .ui-widget-header .ui-state-default, .nested_tabs .ui-button, html .nested_tabs .ui-button.ui-state-disabled:hover, html .nested_tabs .ui-button.ui-state-disabled:active {
    border: 0;
    background: transparent;
} 
.nested_tabs .ui-widget.ui-widget-content {
    border: 0;
    padding: 0;
}
.nested_tabs .ui-state-active a, .nested_tabs .ui-state-active a:link, .nested_tabs .ui-state-active a:visited {
    color: #333333;
    font-family: 'ZillaSlabBoldItalic';
    font-size: 23px;
}
.nested_tabs .ui-state-default a, .nested_tabs .ui-state-default a:link, .nested_tabs .ui-state-default a:visited, a.ui-button, .nested_tabs a:link.ui-button, .nested_tabs a:visited.ui-button, .nested_tabs .ui-button {
    color: #333333;
    font-family: 'ZillaSlabBoldItalic';
    font-size: 23px;
}
.nested_tabs .ui-state-hover a, .nested_tabs .ui-state-hover a:hover, .nested_tabs .ui-state-hover a:link, .nested_tabs .ui-state-hover a:visited, .nested_tabs .ui-state-focus a, .nested_tabs .ui-state-focus a:hover, .nested_tabs .ui-state-focus a:link, .nested_tabs .ui-state-focus a:visited, .nested_tabs a.ui-button:hover, .nested_tabs a.ui-button:focus {
	color: #333333;
}
.nested_tabs .ui-scroll-tabs-view {
	width: 80%;
}
@media screen and (min-width: 576px) {
.nested_tabs .ui-scroll-tabs-view {
	margin-left: -1.2em;
}
}
.ui-scroll-tabs-header .stNavMain button {
	height: 100%;
	padding: 0;
}
.ui-scroll-tabs-header .stNavMainLeft.stNavVisible {
	left: inherit;
	opacity: 1;
	right: 16px;
}
.multi_time {
    font-family: 'MontserratBold';
    font-size: 18px;
}
.multi_time_venue a {
    font-size: 28px;
    font-family: 'MontserratLight';
	transition: all .5s ease;
}
.multi_time_desc {
    font-size: 15px;
    margin-bottom: 40px;
}
.nested_tabs .ui-tabs .ui-tabs-panel {
    padding: 1em 0em 1em 0em;
}
button.stNavNextArrow.ui-state-active:before {
    content: "\f0da";
    font-size: 24px;
    font-family: FontAwesome;
    color: #bf1933;
}
button.stNavPrevArrow.ui-state-active:before {
    content: "\f0d9";
    font-size: 24px;
    font-family: FontAwesome;
    color: #bf1933;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: none;
    display: none;
}
#content #strategic-primary ul.ui-tabs-nav li a {
    transition: all .5s;
	color:#2b2a56;
}
#content #strategic-primary ul.ui-tabs-nav li a:hover {
    color: #bf1933;
}
#content #strategic-primary ul.ui-tabs-nav li.ui-tabs-active a {
	color:#2b2a56;
}
.nested_tabs .ui-widget-header.ui-scroll-tabs-header:before {
	border-bottom: solid 2px #cccccc;
	content: "";
	width: 100%;
	position: absolute;
	bottom: 2px;
}
.nested_tabs .ui-widget-header.ui-scroll-tabs-header {
    background: transparent;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
#content #strategic-primary ul.ui-tabs-nav li.ui-tabs-active:before {
    /*content: "";
    width: 100%;
    height: 8px;
    background-color: #bf1933;
    bottom: 0;
    position: absolute;
    transition: all .5s;*/
}
.nested_tabs .ui-state-active:focus, .nested_tabs .ui-widget-content .ui-state-active:focus, .nested_tabs .ui-widget-header .ui-state-activ:focus
{
	outline:0;
}
.sliding_bar
{

    margin: 0;
    border: none;
    transition: .3s ease-in-out;	
	content: "";
    height: 8px;
    background-color: #bf1933;
}
@media screen and (max-width: 767px) {
.sliding_bar
{
	width:181px;
}
}
/*Event Page Nested Tabs*/
.multi_time_venue:hover {
    color: #bf1933;
}