.tab-widget
{
	width: 100%;
	max-width: 962px;
	margin: 0 auto;
	position: relative;
}

.tab-widget-navigation
{
	width: 100%;
	background: #EAEAEA;
	padding: 0;
	margin: 0;
}

.tab-widget-option
{
	box-sizing: border-box;
}

.tab-widget-option:not(:last-child)
{
	border-right: 1px solid #EAEAEA;
}

.tab-widget-navigation.tab-1 .tab-widget-option
{
	width: 100% !important;
}

.tab-widget-navigation.tab-2 .tab-widget-option
{
	width: 50% !important;
}

.tab-widget-navigation .tab-widget-option,
.tab-widget-navigation.tab-3 .tab-widget-option
{
	float: left;
	display: inline-block;
	width: 33.3333%;
}

.tab-widget-navigation:before,
.tab-widget-navigation:after
{
	display: table;
	content: "";
}

.tab-widget-navigation:after
{
	clear: both;
}

.tab-widget-content
{
	position: relative;
	min-height: 550px;
}

.tab-widget-panel-blurb a
{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	border-radius: 5px;
	line-height: 48px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 35px 0 35px;
	border: 1px solid #0088FF;
	width: 100%;
	text-align: center;
	transition: all 0.3s;
}

.tab-widget-panel-blurb a:hover
{
	background: #0088FF;
	color: #FFFFFF;
}

.tab-widget-block
{
	display: none;
}

/*.step-container { display: inline-block; }*/

/* MOBILE VERSION */
@media (max-width: 991px)
{

	.tab-widget
	{
		padding: 0 20px 80px 20px;
	}

	.tab-widget-navigation
	{
		display: none;
	}

	.tab-widget-block
	{
		display: block;
	}

	.tab-widget-block-header
	{
		display: block;
	}

	.tab-widget-block-header h2
	{
		color: #0088FF;
		text-align: left;
		font-size: 30px;
		margin-top: 0;
	}

	.tab-widget-block-content
	{
		display: none;
	}

	.visible .tab-widget-block-content
	{
		display: block;
	}

	.tab-widget-panel
	{
		height: auto;
		overflow: visible;
		display: none;
	}

	.tab-widget-panel-header
	{
		position: relative;
		opacity: 1;
		border-top: 1px solid #EAEAEA;
		padding: 0;
		margin: 0;
		cursor: pointer;

	}

	.tab-widget-panel-header h2
	{
		margin: 0;
		padding: 0;
		color: #0088FF;
		text-align: left;
		font-size: 22px;
		line-height: 50px;
		text-align: center;
	}

	.tab-widget-panel-item
	{
		position: relative;
		opacity: 1;
	}

	.tab-widget-panel-blurb
	{
		top: 0;
	}

	.tab-widget-panel-item
	{
		position: relative;
		opacity: 1;
	}

	.tab-widget-panel-image
	{
		text-align: center;
	}

	.tab-widget-panel-image img
	{
		max-width: 300px;
	}

}

/* DESKTOP VERSION */
@media (min-width: 992px)
{
	.tab-widget
	{
	}

	.tab-widget-navigation
	{
		display: block;
	}

	.tab-widget-option
	{
		line-height: 90px;
	}

	.tab-widget-option a
	{
		display: block;
		border-bottom: 1px solid #F9FAFA;
		background: #F9FAFA;
		text-decoration: none;
		text-align: center;
		font-size: 18px;
		outline: none !important;
		-webkit-transition: width 2s; /* Safari */
		transition: width 2s;
	}

	.tab-widget-option a:hover,
	.tab-widget-option a:active
	{
		background: #FFF;
		text-decoration: none;
	}

	.tab-widget-option.selected a,
	.tab-widget-option.selected a:hover
	{
		background: #FFF;
		border-bottom: 1px solid #0088FF;
	}

	.tab-widget-block
	{
		padding: 10px 0 40px 0;
	}

	.tab-widget-block-header
	{
		display: none;
	}

	.tab-widget-block.visible
	{
		display: block;
	}

	/*
	OLD HARD CODED VALUE STUFF HERE
	 */
	.tab-widget-panel
	{
		height: 550px;
		overflow: hidden;
		display: none;
	}

	.tab-widget-panel-item
	{
		position: absolute;
	}

	.tab-widget-panel-header
	{
		top: 203px;
		left: 0;
		position: absolute;
		width: 350px;
		z-index: 2;
		opacity: 0;
		border: 0;
		cursor: text;
	}

	.tab-widget-panel-header h2
	{
		color: #0088FF !important;
		text-align: left !important;
		border: 0;
		font-size: 30px;
	}

	.tab-widget-panel-item
	{
		position: absolute;
		opacity: 0;
	}

	.tab-widget-panel-blurb
	{
		top: 150px;
		left: 0;

		width: 350px;
		z-index: 1;
	}

	.tab-widget-panel-image
	{
		left: 20px;
		top: 0;
		bottom: 0;
		right: 0px;
		/*background: url('') right center no-repeat;*/
		z-index: 0;
		padding: 60px 0 0 0;
	}

	.panel-left-align img
	{
		float: left;
	}

	.panel-left-align .tab-widget-panel-header
	{
		left: auto;
		right: 0;
	}

	.panel-left-align .tab-widget-panel-blurb
	{
		left: auto;
		right: 0;
	}

	.panel-right-align img
	{
		float: right;
	}

	.visible .tab-widget-panel-item
	{
		opacity: 1;
	}

	.visible .tab-widget-panel-header
	{
		top: 153px;
		opacity: 1;
	}

	.visible .tab-widget-panel-blurb
	{
		top: 140px;
	}

	.visible .tab-widget-panel-image
	{
		left: 0;
		right: 20px;
	}

	.tab-widget-panel-image img
	{
		max-width: 700px;
	}

	.tab-widget-panel
	{
		position: relative;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	.visible .tab-widget-panel
	{
		display: block;
	}

	.tab-widget-panel-blurb a
	{
		font-size: 16px;
		font-family: 'Roboto', sans-serif;
		display: inline-block;
		border-radius: 5px;
		line-height: 48px;
		margin-top: 30px;
		margin-bottom: 0;
		padding: 0 35px 0 35px;
		border: 1px solid #0088FF;
		width: auto;
	}

	.tab-widget-panel-blurb a:hover
	{
		background: #0088FF;
		color: #FFFFFF;
	}
}

/*j tabs */
.two-tabs.nav-tabs, .three-tabs.nav-tabs { border-bottom: 2px solid #DDD; }
.two-tabs.nav-tabs > li.active > a, .two-tabs.nav-tabs > li.active > a:focus, .two-tabs.nav-tabs > li.active > a:hover,
.three-tabs.nav-tabs > li.active > a, .three-tabs.nav-tabs > li.active > a:focus, .three-tabs.nav-tabs > li.active > a:hover { border-width: 0; }
.two-tabs.nav-tabs > li > a, .three-tabs.nav-tabs > li > a { border: none; color: #666; }
.two-tabs.nav-tabs > li.active > a, .two-tabs.nav-tabs > li > a:hover,
.three-tabs.nav-tabs > li.active > a, .three-tabs.nav-tabs > li > a:hover { border: none; color: #0088FF !important; background: transparent; }
.two-tabs.nav-tabs > li > a::after, .three-tabs.nav-tabs > li > a::after { content: ""; background: #0088FF; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.two-tabs.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after,
.three-tabs.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.two-tabs .tab-nav > li > a::after, .three-tabs .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.two-tabs .tab-pane, .three-tabs .tab-pane { padding: 60px 0 0 0; }
.two-tabs .tab-content, .three-tabs .tab-content {padding:20px}

.two-tabs.nav-tabs>li.active>a, .two-tabs.nav-tabs>li.active>a:focus, .two-tabs.nav-tabs>li.active>a:hover,
.three-tabs.nav-tabs>li.active>a, .three-tabs.nav-tabs>li.active>a:focus, .three-tabs.nav-tabs>li.active>a:hover {
	background-color: transparent;}
.two-tabs.nav-tabs > li.active, .three-tabs.nav-tabs > li.active {
	opacity: 1;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	border-left: none;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.two-tabs.nav-tabs > li, .three-tabs.nav-tabs > li {opacity: 0.5;}
.two-tabs.nav-tabs > li > a, .nav-tabs > li > a:hover, .three-tabs.nav-tabs > li > a {color: #0088FF !important;}
.two-tabs.nav-tabs > li > a span, .three-tabs.nav-tabs > li > a span {color: #454545 !important;}

.two-tabs li {width:50%;}
.three-tabs li {width:33%;}
.two-tabs li, .two-tabs .tab-pane, .three-tabs li, .three-tabs .tab-pane {text-align:center;}
.two-tabs .tab-pane img, .three-tabs .tab-pane img {padding-bottom: 30px;}
.two-tabs.nav-tabs > li > a, .three-tabs.nav-tabs > li > a { padding-bottom: 30px; padding-top: 30px;}
.my-col-1{ padding-right:14px; }
.my-col-2{ padding-right:7px; padding-left:7px; }
.my-col-3{ padding-left:14px; }
@media (max-width: 767px) {
	.two-tabs li, .three-tabs li {
		width:100%;
	}
	.two-tabs li, .two-tabs .tab-pane, .three-tabs li, .three-tabs .tab-pane {text-align:left;}

}
@media (max-width: 990px) {
	.two-tabs .nav>li>a,
	.three-tabs .nav>li>a {
		padding: 10px 0px; 
	}
	.my-col-1{ padding-right:0px; }
	.my-col-2{ padding-right:0px; padding-left:0px; }
	.my-col-3{ padding-left:0px; }
}
@media (max-width: 990px) and (min-width: 767px) {
	.two-tabs.nav>li>a,
	.three-tabs.nav>li>a {
		letter-spacing: -0.6px;
	}
}
@media (min-width: 992px) {.three-tabs.nav-tabs > li > a {
	min-height: 132px;
	}
}
@media (max-width: 991px) and (min-width: 767px) {.three-tabs.nav-tabs > li > a {
	min-height: 158px;
	}
}

/**/
#nav-tabs-wrapper { border-bottom:0px; }
#nav-tabs-wrapper.nav-tabs>li>a {  border-radius:0;}
#nav-tabs-wrapper.nav-tabs > li > a::after {
    content: "";
    background: #0088FF;
    height: 20px;
    position: absolute;
    width: 2px;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
	transform: scale(0); }
#nav-tabs-wrapper.nav>li>a {
	position: relative;
	display: block;
	padding: 15px 15px;
	}
#nav-tabs-wrapper.nav-pills>li.active>a, #nav-tabs-wrapper.nav-pills>li.active>a:focus, #nav-tabs-wrapper.nav-pills>li.active>a:hover {
	
	background-color: transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	/*border-left: solid #0088FF 2px;
	color: #0088FF;*/
	border-left: solid #fff 2px;
	color: #fff !important;
	cursor: pointer;
}
#nav-tabs-wrapper.nav-pills>li>a {
	/*color: rgba(255,255,255,0.5);
	border-left: solid rgba(255,255,255,0.5) 2px;*/
	color: #0088FF;
	border-left: solid #0088FF 2px;
}
#nav-tabs-wrapper.nav-pills>li>a:hover {
	/*border-left: solid #0088FF 2px;*/
	border-left: solid #fff 2px;
	color:#fff;
	cursor: pointer;
}
#nav-tabs-wrapper.nav>li>a:focus, #nav-tabs-wrapper.nav>li>a:hover,
#nav-tabs-wrapper.nav>li.active>a:hover  {
	background-color: rgba(255, 255, 255, 0.1);
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
#nav-tabs-wrapper.nav-tabs > li > a:hover {
	color: #fff !important;
}
/*.nav-tabs-dropdown {
	display: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
  }
  
  .nav-tabs-dropdown:before {
	content: "\e114";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	right: 30px;
  }
  
  @media screen and (min-width: 769px) {
	#nav-tabs-wrapper {
	  display: block!important;
	}
  }
  @media screen and (max-width: 768px) {
	  .nav-tabs-dropdown {
		  display: block;
	  }
	  #nav-tabs-wrapper {
		  display: none;
		  border-top-left-radius: 0;
		  border-top-right-radius: 0;
		  text-align: center;
	  }
  }*/