  .jtabs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111;
}

/**
 * tabs navigation
 */
.jtabs .jtabs-nav{
	width: 100%;
}

.jtabs .jtabs-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.jtabs .jtabs-nav li{
	cursor: pointer;
	float: left;
	margin: 0 0px 0 0;
	padding: 7px 15px;
	border-radius: 0px 0px 0 0;
	transition: all .3s ease;
	text-indent: 0;
    font-family: Bebas_Neue;
    color: rgba(0,34,128,1);
	text-transform: uppercase;
	font-size: 22px;
	box-shadow: inset 0px -1px 0px rgba(0,183,240,1.00);
    background: url(/renderfile/72fbbe5fac1e00db7707ed333ca37fb0/images/header-backgrounds/general/dot-grid-gray.svg);
    background-size: 4px;
    background-repeat: repeat;
    background-position: 0 0;
}

.jtabs .jtabs-nav li:before{
    content: "";
}

.jtabs .jtabs-nav li:hover{
	box-shadow: inset 0px -4px 0px rgba(0,183,240,1.00);
}

.jtabs .jtabs-nav .jtabs-current,
.jtabs .jtabs-nav .jtabs-current:hover{
	background-color: rgba(0,183,240,1);
	transition: all .3s ease;
    font-family: Bebas_Neue;
	font-size: 22px;
	box-shadow: inset 0px -1px 0px rgba(0,183,240,1.00);
	background-image:none;
    text-transform: uppercase;
    font-size: 22px;
    box-shadow: inset 0px -5px 0px rgba(0,183,240,1.00);
    background-image: none;
}

/**
 * tabs content
 */
.jtabs .jtab{
	display: none;
	width: 100%;
	clear: both;
	background: #fff;
	border-radius: 0 3px 3px 3px;
}

.jtabs .jtab-inner{
	padding: 20px;
	min-height: 350px;
}

.jtabs-iphone-menu-title{
	background: rgba(40,40,40,1);
	padding: 10px 15px;
	color: #fff;
	border-radius: 3px 3px 0 0;
	margin: 0 0 1px 0;
	font-family:Gotham_Light;
	text-transform:Uppercase;
}

.jtabs-iphone-menu-title::after {
    content:"\f107";
	 font-family: FontAwesome;
	 margin: 0px 5px;
     color:rgba(248,180,53,1.00)
}

.jtabs .jtabs-nav ul.jtabs-show{
	display: flex;
}

.jtabs .jtabs-nav .jtabs-iphone-menu{
	display: none;
}

.jtab-inner .article-content-column img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 650px) {

	.jtabs .jtabs-nav .jtabs-iphone-menu{
		display: block;
	}

	.jtabs .jtabs-nav{
		position: relative;
	}

	.jtabs .jtabs-nav ul{
		display: none;
	}

	.jtabs .jtabs-nav .jtabs-iphone-menu-ul{
		display: none;
		flex-direction: column;
		position: absolute;
		z-index: 1000;
		width: 100%;
		left: 0;
		top: 40px;
		background-color: #fff;
		box-shadow: 4px 4px 3px rgba(0,0,0,.2);
	}

	.jtabs .jtabs-nav li{
		float: none;
		margin: 0 0 1px 0;
		border-radius: 0;
	}

    .jtabs .jtabs-nav li:before{
        content: "";
    }

	.jtabs .jtab{
		border-radius: 0 0 3px 3px;
	}
}