/**
 * Foundation for Sites by ZURB
 * ----- just the forms aspects we need for the select menu... 
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/* SLICK SLIDER - http://kenwheeler.github.io/slick/ */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* SLICK THEME */
.dt_api .slick-loading .slick-list {
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.dt_api .slick-prev,
.dt_api .slick-next {
    font-size: 20px;
    line-height: 22px;

    position: absolute;
    top: 50%;

    display: block;

    width: 25px;
    height: 25px;
	border-radius: 999px;
	overflow: hidden;
	
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: #00416b;
    border: none;
    outline: none;
	background: #ffc433;
	
	text-indent: 150%;
    white-space: nowrap;
}

.dt_api .slick-arrow::before,
.dt_api .slick-arrow::after {
	content: "";
	width: 11px;
	height: 3px;
	position: absolute;
	top: 8px;
	left: 8px;
	background-color: #00416b;
	border-radius: 2px;
	transform: rotate(45deg);
}
.dt_api .slick-arrow::after {
	top: 14px;
	transform: rotate(-45deg);
}
.dt_api .slick-arrow.slick-prev::before {
	transform: rotate(-45deg);
	    left: 6px;
}
.dt_api .slick-arrow.slick-prev::after {
	transform: rotate(45deg);
	    left: 6px;
}
.dt_api .slick-prev:hover,
.dt_api .slick-prev:focus,
.dt_api .slick-next:hover,
.dt_api .slick-next:focus {
    outline: none;
    background: #ffd466;
}
.dt_api .slick-prev:hover:before,
.dt_api .slick-prev:focus:before,
.dt_api .slick-next:hover:before,
.dt_api .slick-next:focus:before {
    opacity: 1;
}
.dt_api .slick-prev.slick-disabled:before,
.dt_api .slick-next.slick-disabled:before,
.dt_api .slick-prev.slick-disabled:after,
.dt_api .slick-next.slick-disabled:after {
    background-color: white;
}
.dt_api .slick-prev.slick-disabled,
.dt_api .slick-next.slick-disabled {
	background-color: #ccc;
}


.dt_api .slick-prev {
    left: -25px;
}
.dt_api [dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.dt_api .slick-prev:before {
    content: '←';
}
.dt_api [dir='rtl'] .slick-prev:before {
    content: '→';
}

.dt_api .slick-next {
    right: -25px;
}
.dt_api [dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.dt_api .slick-next:before {
    content: '→';
}
.dt_api [dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.dt_api .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.dt_api .slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.dt_api .slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}
.dt_api .slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.dt_api .slick-dots li button:hover,
.dt_api .slick-dots li button:focus {
    outline: none;
}
.dt_api  .slick-dots li button:hover:before,
.dt_api  .slick-dots li button:focus:before {
    opacity: 1;
}
.dt_api  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dt_api  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.dt_api .loading-overlay {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: white;
}
.dt_api .spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	margin: -20px;
	top: 50%;
	left: 50%;
}
.dt_api .double-bounce1, .dt_api .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #00416b;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.dt_api .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@keyframes sk-bounce {
	0%, 
	100% {
		-webkit-transform: scale(0.0);
		transform: scale(0.0);
	}
	50% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}


.dt_api  {
	font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
	color: #747474;
}
.dt_api * {
	margin: 0;
	box-sizing: border-box;
}
.dt_api p {
    /*font-size: inherit;*/
	font-size: 0.9375em;
    line-height: 1.2;
    margin-bottom: 1em;
    text-rendering: optimizeLegibility;
}
.dt_api a {
	color: #00416b;
	text-decoration: none;
}
.dt_api h1, 
.dt_api h2, 
.dt_api h3, 
.dt_api h4, 
.dt_api h5, 
.dt_api h6 {
	font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.1;
}


.dt_api .prod_links_wrap {
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: stretch;
	
	max-width: 70em;
    margin-left: auto;
    margin-right: auto;
}
.dt_api.single_market .slick-dots {
	display: none;
}
.dt_api .row.products_nav {
	padding-left: 0;
	padding-right: 0;
	max-width: none;
	position: relative;
    z-index: 1999;
    top: 1px;
}
.dt_api .products_nav a {
	display: none;
    vertical-align: top;
	width: 40%;
	line-height: 1.1;
	font-size: 1em;
}

.dt_api .products_nav a img {
	max-width: 60%;
	margin-bottom: .5em;
}

.dt_api .products_nav a.show {
	display: flex;
    align-items: center;
    justify-content: center;
}
.dt_api .button {
	text-decoration: none;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: capitalize;
	display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 1rem 0 0;
    font-size: 0.9em;
    background-color: #ffc433;
    color: #00416b;
}
.dt_api .button:hover, 
.dt_api .button:focus {
    background-color: #ffd466;
    /*color: #ffffff;*/
	outline: 0;
}
.dt_api .button.slider_play,
.dt_api .button.slider_pause {
	display: inline-block;
    float: none;
    padding: 0.25em 0.5em 0.125em;
    border-radius: 999px;
    font-size: 0.8em;
	    position: relative;
    top: -0.375em;
}
.dt_api .button.slider_play {
	display: none;
}
.dt_api.sliderPaused .button.slider_play {
	display: inline-block;
}
.dt_api.sliderPaused .button.slider_pause {
	display: none;
}


.dt_api .row {
	max-width: 75em;
    margin-left: auto;
    margin-right: auto;
	
}

.dt_api .GRA-slogan {
	text-align: center;
    color: #17171a;
    font-size: 9px;
    line-height: 1.1;
    text-shadow: none;
	font-family: 'ProximaNovaReg', Helvetica, Arial, "sans-serif";
}

.dt_api .sec_gra_cert {
	background-color: #f7f7f7;
	margin: .94rem auto;
    padding: 1.5rem 2em;
    border-radius: 5px;
    max-width: 55em;
    overflow: hidden;
}
.dt_api.single_market .market_ids select {
	display: none;
}

.dt_api .products_wrap {
	overflow: hidden;
	padding-top: 2em;
	padding-left: 30px;
    padding-right: 30px;
	border-top: solid 1px #ffc433;
}
.dt_api .productcontainer {
	margin: 0;
	text-align: center;
	width: 100%;
    float: left;
    padding-left: .9375em;
    padding-right: .9375em;
	padding-bottom: 1em;
	
	-webkit-transition: all 0.3s ease-out;
          	transition: all 0.3s ease-out;
			
	display: none;
}
.dt_api .productcontainer.template {
	display: none !important;
}
.dt_api .productcontainer.even {
	background-color: #f7f7f7;
}
.dt_api .productcontainer.even:last-child {
	margin-bottom: 0;
}
.dt_api .productcontainer.show {
	display: block;
}
.dt_api .slider_wrap {
	display: none;
    width: 100%;
}
.dt_api .slider_wrap.show {
	display: block;
}


.dt_api .main_head {
	text-align: center;
	font-size: 1.85em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    color: #38939B;
}

.dt_api .drivers_wrap {
	display: block;
    background-color: #006699;
    color: white;
    height: 200px;
    width: 200px;
    margin: 2rem auto;
    border-radius: 999px;
	position: relative;
}
.dt_api .drivers_wrap .prod_icon {
	position: absolute;
    width: 32%;
    height: 32%;
    left: 50%;
    margin-left: -16%;
    top: -16%;
    background-image: url(../img/icon-auto.svg);
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
    background-color: white;
    border: solid 3px #00416b;
    border-radius: 9999px;
}
.dt_api .block_credit_card .drivers_wrap .prod_icon {
    background-image: url("../img/icon-credit_card.svg");
}
.dt_api .block_mortgage .drivers_wrap .prod_icon {
    background-image: url("../img/icon-mortgage.svg");
}
.dt_api .block_home_equity .drivers_wrap .prod_icon {
    background-image: url("../img/icon-home_equity.svg");
}
.dt_api .block_unsecured .drivers_wrap .prod_icon {
    background-image: url("../img/icon-unsecured.png");
}
.dt_api .block_cd .drivers_wrap .prod_icon {
    background-image: url("../img/icon-cd.svg");
}
.dt_api .block_savings .drivers_wrap .prod_icon {
    background-image: url("../img/icon-savings.svg");
}


.dt_api .drivers_wrap img {
	position: absolute;
    width: 50%;
    top: -24%;
    left: 50%;
    transform: translateX(-50%);
}

.dt_api .even.show .drivers_wrap {
	background-color: #ffc433;
}
.dt_api .even.show .sec_1 .txt_big {
	color: #ffc433;
}



.dt_api .sec_1 .txt_big,
.dt_api .sec_1 .txt_big {
	font-weight: 700;
}


.dt_api .sec_1 > h2 {
	font-weight: 300;
	/*font-size: 1.325em;*/
	font-size: 0.9375em;
}
.dt_api .prod_term {
	display: block;
}

.dt_api .sec_1 {
	margin-bottom: 4em;
}
.dt_api .driver-title {
	font-weight: 700;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
    color: #006699;
	background: #bee7f9;
    display: inline-block;
    padding: .35rem .75rem .4em;
    position: relative;
    font-size: 1.125em;
}
.dt_api .driver-numbers {
	top: 110px;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
    left: 100px;
    position: absolute;
    transform: translate(-50%,-50%);
    font-size: 1.5em;
    width: 200px;
}
.dt_api .driver-numbers > span {
	position: relative;
    display: block;
	font-size: 2.25em;
    line-height: 1.1;
}
.dt_api .type_loan .driver-numbers > span {
	font-size: 2.5em;
    line-height: 1.15;
}
.dt_api .productcontainer h4 {
	font-size: 1.5em;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
    color: #006699;
    margin-bottom: 1.5em;
}

.dt_api .rate_fi,
.dt_api .rate_mkt,
.dt_api .details {
	text-align: left;
}
.dt_api .details {
    margin-top: 0.5em;
}
.dt_api .details sup {
	display: none;
}
.dt_api .link_disclosures {
	font-weight: 500;
}
.dt_api .dt_note {
	font-style: italic;
	font-size: 80%;
	display: block;
	margin-top: 8px;
}
.dt_api .rate_fi,
.dt_api .rate_mkt {
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	color: white;
    font-size: .875em;
	background: #b2b3bf;
	width: 100%;
    padding: .5em;
    line-height: 1.0;
    text-rendering: optimizeLegibility;
}
.dt_api .rate_fi {
	width: 70%;
	background-color: #e89f18;
}
.dt_api .block_savings .rate_mkt {
	width: 70%;
}
.dt_api .block_savings .rate_fi {
	width: 100%;
}

.dt_api .txt_big {
	font-size: 2.25em;
	color: #006699;
}
.dt_api .txt_big .apr_apy {
	font-size: 50%;
}


.dt_api .txt_block {
	display: block;
}
.dt_api h2.txt_condensed sup {
	position: relative;
	top: -.65em;
}
.dt_api .vs_txt {
    padding: 10px 0px 15px;
	display: block;
	max-width: 150px;
	margin: 0 auto;
    position: relative;
	font-size: 1em;
}
.dt_api .vs_txt span {
	display: inline-block;
    padding: 2px 13px 0;
    background-color: #bee7f9;
	color: #006699;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 1;
}

.dt_api .vs_txt:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin: auto;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.dt_api #savings_marketrate:before {
	content: "";
	width: 0;
	height: 0;
	clear: both;
}


.dt_api .intro_row, .products_nav, .footer_row {
	text-align: center;
	padding-left: .9375em;
    padding-right: .9375em;
}
.dt_api .intro_row {
	text-align: left;
}
.dt_api h1.intro_header {
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	color: #006699;
	text-align: center;
	font-size: 1.375em;
	margin-top: 1.0em;
}
.dt_api .intro_msg {
	font-size: .95em;
	line-height: 1.3;
	text-align: center;
	margin-top: .5em;
}
.dt_api .gra_link {
	display: block;
	width: 80px;
	margin: 0 auto;
}






.dt_api a.gra_link {
	border: none;
}
.dt_api .select_mkt {
	margin-top: .25em;
	margin-left: .75em;
    margin-bottom: 1em;
	position: relative;
    top: -.2em;
}
.dt_api .select_mkt .empty {
	display: none;
}

.dt_api .products_nav label,
.dt_api .products_nav .prod_classes_wrap h4 {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	font-size: 1.25em;
	margin-top: 1em;
}

.dt_api .prod_classes_wrap h4,
.dt_api .prod_classes_wrap h2,
.dt_api .prod_classes_wrap a {
	color: #00416b;
	font-weight: 700;
	text-decoration: none;
}
.dt_api .prod_classes_wrap a span {
	display: block;
    font-size: 1em;
}

.dt_api .products_nav label, 
.dt_api .select_mkt {
	display: inline-block;
    width: auto;
}
.dt_api .select_mkt {
    display: block;
    margin: 1rem auto;
}

.dt_api .market_ids label {
	color: #006699;
	font-size: 1.5em;
    line-height: 1.2;
	margin-bottom: 2em;
	padding: 0 1em;
}
.dt_api .prod_classes_wrap {
	overflow: hidden;
}
.dt_api.single_market .prod_classes_wrap {
    padding-top: 0.5em;
}
.dt_api .prod_classes_wrap a {
	padding: .5rem .25em;
	/*margin-bottom: 1em;*/
	border: solid 1px transparent;
}
.dt_api .prod_classes_wrap a:hover,
.dt_api .prod_classes_wrap a:focus {
	background-color: rgba(255,255,255,0.2);
}
.dt_api .prod_classes_wrap a.active {
	color: #00416b;
	border: solid 1px #ffc433;
	border-bottom-color: white;
}

.dt_api .footer_row {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.dt_api .footer {
	/*border-top: solid 1px #ccc;*/
	text-align: left;
	margin: 1rem auto 0;
	max-width: 55em;
	font-size: 0.75em;
	/*padding-top: 2em;*/
}
.dt_api .headline sup {
	display: none;
}

@media screen and (min-width: 550px) {
	.dt_api .productcontainer h4 {
		margin-bottom: 0;
	}
	.dt_api h1.intro_header {
		text-align: left;
	}
	.dt_api .sec_1,
	.dt_api .sec_2 {
		width: 50%;
		float: left;
		position: relative;
	}
	.dt_api .sec_1 {
		margin-bottom: 0;
	}
	.dt_api .market_ids label {
		padding: 0;
	}
	.dt_api .sec_1 {
		padding-right: 1.25em;
	}
	.dt_api .products_nav a {
		vertical-align: top;
		width: 20%;
	}
	.dt_api .products_nav a img {
		max-width: 80%;
		margin-bottom: 1.5em;
	}
	.dt_api .products_nav a span {
		font-size: 1.25em;
	}
	.dt_api .headline {
		clear: both;
		padding-top: 2em;
		text-align: left;
	}
	.dt_api .drivers_wrap {
		margin-top: 72px;
	}
	.dt_api .drivers_wrap::before,
	.dt_api .drivers_wrap::after {
		content: "";
		width: 50px;
		height: 10px;
		position: absolute;
		top: 80px;
		left: -60px;
		background-color: #006699;
		border-radius: 3px;
		transform: rotate(45deg);
	}
	.dt_api .drivers_wrap::after {
    	top: 108.5px;
		transform: rotate(-45deg);
	}
	
	
	.dt_api .even.show .drivers_wrap::before,
	.dt_api .even.show .drivers_wrap::after {
		background-color: #ffc433;
	}

	.dt_api .prod_classes_wrap {
		padding-left: 1em;
		padding-right: 1em;
	}
	.dt_api.single_market .prod_classes_wrap {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.dt_api .prod_classes_wrap a {
    	margin-left: 0;
	}
	.dt_api .products_wrap {
		clear: both;
	}

	.dt_api .intro_msg {
		margin-left: 101px;
		text-align: left;
		margin-top: 8px;
	}
	.dt_api .gra_link {
		float: left;
		margin: -5px 1rem 10px 0;
	}
}

@media screen and (min-width: 650px) {
	.dt_api .productcontainer h4 {
    	font-size: 1.75em;
	}
	.dt_api .gra_link {
		float: left;
		margin-right: 2em;
	}
	.dt_api .intro_msg {
		text-align: left;
	}
	.dt_api .products_nav {
		clear: both;
	}
	.dt_api .products_nav .prod_classes_wrap h4 {
    	margin-bottom: 0;
	}
	.dt_api .products_nav a {
		max-width: 150px;
	}
	.dt_api .drivers_wrap::before, 
	.dt_api .drivers_wrap::after {
		top: 96px;
	}
	.dt_api .drivers_wrap::after {
		top: 124.5px;
	}
}

@media screen and (min-width: 650px) and (max-width: 899px) {

	.dt_api .drivers_wrap {
		height: 240px;
		width: 240px;
	}
	.dt_api .driver-numbers {
		top: 120px;
		left: 120px;
		font-size: 1.75em;
	}
	.dt_api .driver-numbers > span {
		font-size: 2.6em;
		line-height: 1.1;
	}
	/*.dt_api .productcontainer h4.headline {
		font-size: 2em;
	}*/
	.dt_api .drivers_wrap {
		margin-top: 40px;
		margin-bottom: 0;
	}

}

@media screen and (min-width: 900px) {

	.dt_api .sec_svgs,
	.dt_api .sec_messaging {
		width: 50%;
		float: left;
		position: relative;
	}

	
	.dt_api .select_mkt {
		display: inline-block;
		margin: 0 0 0 1em;
	}
	
	.dt_api .button {
		margin-right: 1em;
	}
	.dt_api .view_rates {
		float: left;
	}

	.dt_api .intro_header {
		max-width: 52em;
		margin-top: 2em;
	}
	.dt_api .prod_classes_wrap a span {
		font-size: 1.15em;
	}
	.dt_api .drivers_wrap::before, 
	.dt_api .drivers_wrap::after {
		top: 66px;
	}
	.dt_api .drivers_wrap::after {
		top: 94.5px;
	}
	.dt_api .footer_row {
		margin-top: 0;
	}
	.dt_api .sec_gra_cert {
		margin-top: 0;
	}
}
	
@media screen and (min-width: 900px) and (max-width: 1100px) {
	.dt_api .drivers_wrap {
		height: 170px;
    	width: 170px;
		margin-top: 52px;
	}
	.dt_api .driver-numbers {
		top: 85px;
		left: 85px;
		font-size: 1.25em;
		width: 170px;
	}
	.dt_api .driver-numbers > span {
		font-size: 2.1em;
	}
	.dt_api .sec_svgs {
    	width: 55%;
	}
	.dt_api .sec_messaging {
    	width: 45%;
	}
}

@media screen and (min-width: 1000px) {
	.dt_api .drivers_wrap {
		margin-top: 42px;
	}
}

@media screen and (min-width: 1100px) {

	.dt_api .drivers_wrap::before, 
	.dt_api .drivers_wrap::after {
		top: 86px;
	}
	.dt_api .drivers_wrap::after {
		top: 114.5px;
	}
}



@media screen and (min-width: 55em) {
	.dt_api .productcontainer {
    	width: 100%;
	}
	.dt_api .productcontainer:first-child {
		border-left-width: 0px;
	}

}

@media screen and (max-width: 700px) {
	.dt_api .prod_links_wrap {
		flex-wrap: wrap;
		/*margin-bottom: 1em;*/
	}
	.dt_api .products_nav a {
		min-height: 38px;
	}
	.dt_api .products_wrap {
		border-top: none;
	}
	.dt_api .products_nav a.active {
		border-bottom-color: #ffc433;
	}
	.dt_api .products_nav a span {
    	font-size: 1em;
	}
}