body {
	color: #ffffff;
	padding-top: 101px;
}

p {
	font-family: Oswald, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* navigation */

.navbar-inner {
	background-color: #ffffff !important;
	background-image: none;
	border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  padding: 0px;
}

.brand {
	background: #ffffff url('/assets/images/tdNavLogo.png') no-repeat;
	padding: 0 !important;
	margin-left: 0 !important;
	line-height: 90px !important;
	width: 220px; 
}

.nav li {
	line-height: 45px !important;
}

.nav a {
	font-size: 30px !important;
	padding: 25px 15px 25px !important;
	color: #08024c !important;
	text-shadow: 0 1px #08024c! important; 
}

#tdBar {
	background: -moz-linear-gradient(left,  rgba(151,165,184,0.96) 0%, rgba(244,244,244,0.98) 45%, rgba(244,244,244,0.98) 56%, rgba(151,165,184,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f597a5b8', endColorstr='#97a5b8',GradientType=1 ); /* IE6-9 */
}

/* slider */

.slider-w  {
	background-color: #08024c;
	background-image: none;
}

.slider-header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-style:oblique; 
	text-transform: none;
	text-shadow: none;
}
 
.slider-sub-header {
	font-size: 38px;
	line-height: 50px;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:2px;
}

.slider-w .cta a {
	padding: 10px;
	line-height: 26px;
}
 
/* features */
 
.sub-slider-features {
	background-color: #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;	
}

.sub-slider-features .info-bullet img {
	margin-bottom: 0px;
}

.sub-slider-features .info-bullet h5 {
	color: #08024c;
	text-shadow: none;
	border-bottom: 3px solid #97A5B8;	
}

.sub-slider-features .info-bullet p {
	color: #08024c;
}



/* testimonials */

.section-wrapper {
	background-color:  #08024c;
}

.testimonials .testimonials-user-w .testimonials-user, .testimonials .testimonials-user-w.active .testimonials-user, .testimonials .testimonials-user-w:hover .testimonials-user {
	box-shadow: none !important;
}

.testimonials-user-w.active img {
	background: -moz-linear-gradient(left,  rgba(151,165,184,0.96) 0%, rgba(244,244,244,0.98) 45%, rgba(244,244,244,0.98) 56%, rgba(151,165,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,165,184,0.96)), color-stop(45%,rgba(244,244,244,0.98)), color-stop(56%,rgba(244,244,244,0.98)), color-stop(100%,rgba(151,165,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f597a5b8', endColorstr='#97a5b8',GradientType=1 ); /* IE6-9 */	
}

.testimonials-user-w img {
	background: rgb(168,168,168); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(168,168,168,0.96) 0%, rgba(255,255,255,0.98) 54%, rgba(255,255,255,0.98) 56%, rgba(168,168,168,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(168,168,168,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(168,168,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(168,168,168,1) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 56%,rgba(168,168,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(168,168,168,1) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 56%,rgba(168,168,168,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(168,168,168,1) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 56%,rgba(168,168,168,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(168,168,168,1) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 56%,rgba(168,168,168,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#a8a8a8',GradientType=1 ); /* IE6-9 */
}
	

.testimonials .testimonials-speech.active, .testimonials testimonials-speech {
	color: #08024c;
	font-weight: bold;
	font-size: 18px;
	letter-spacing:-1px;
	border-radius: 8px;
	box-shadow: none;
	border-image: none;
	background: -moz-linear-gradient(left,  rgba(151,165,184,0.96) 0%, rgba(244,244,244,0.98) 45%, rgba(244,244,244,0.98) 56%, rgba(151,165,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,165,184,0.96)), color-stop(45%,rgba(244,244,244,0.98)), color-stop(56%,rgba(244,244,244,0.98)), color-stop(100%,rgba(151,165,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f597a5b8', endColorstr='#97a5b8',GradientType=1 ); /* IE6-9 */	
}

.testimonials .testimonials-speech p {
	border-bottom: 1px solid #08024c;
}

.accordion-heading .accordion-toggle, .accordion-inner  {
	margin-bottom: 5px;
	color: #08024c;
	font-weight: bold;
	font-size: 18px;
	text-shadow: none;
	letter-spacing:0px;
	border-radius: 8px;
	box-shadow: none;
	background: -moz-linear-gradient(left,  rgba(151,165,184,0.96) 0%, rgba(244,244,244,0.98) 45%, rgba(244,244,244,0.98) 56%, rgba(151,165,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,165,184,0.96)), color-stop(45%,rgba(244,244,244,0.98)), color-stop(56%,rgba(244,244,244,0.98)), color-stop(100%,rgba(151,165,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f597a5b8', endColorstr='#97a5b8',GradientType=1 ); /* IE6-9 */
	border-bottom: 1px solid #97A5B8;	
}

.accordion-heading .accordion-toggle img {
	float:right;
}

/* partners */

.section-wrapper.partners {
	background: #97A5B8 url('/assets/images/tdPartnerGradientField.png') no-repeat;
}

.btn, .btn-warning, .btn-xlarge, .btn-large {
	background: -moz-linear-gradient(left,  rgba(151,165,184,0.96) 0%, rgba(244,244,244,0.98) 45%, rgba(244,244,244,0.98) 56%, rgba(151,165,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,165,184,0.96)), color-stop(45%,rgba(244,244,244,0.98)), color-stop(56%,rgba(244,244,244,0.98)), color-stop(100%,rgba(151,165,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f597a5b8', endColorstr='#97a5b8',GradientType=1 ); /* IE6-9 */
	color: #08024c;
	border-radius: 8px;
}

.tdPrtnrCntnr {
	display: table;
}

.tdPartnerRow {
	 
   
}


.f13 {
	font-size: 13px;
}

.btn-primary:hover {
	color:#08024c;
	background-position: 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.section-wrapper li {
	line-height: 30px;
}

.td-blue {
  color: #08024c;
}

.section-wrapper .section-header, .section-wrapper .section-main-header {
	line-height:60px;
	margin-top: 0;
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-left:20px;
}

/* recent work */

.section-wrapper.under-slider {
	border-top:none;
}

/* footer */

.pre-footer {
	background: #97A5B8 url('/assets/images/tdSwoosh.png') no-repeat;
	background-size:100% 100%;
	border-top:none;
	padding: 10px 0 20px 0;
}

.footer-text {
	color:#08024c;
	font-weight:bold;
	letter-spacing:1px;
	font-size:18px;
}

.footer-address {
	margin-top:80px;
	text-align:right;
	font-size:40px;
	line-height:48px;
	color:#ffffff;
	letter-spacing:1px;
}

.deep-footer {
	background: -moz-linear-gradient(left,  rgba(151,165,184,0.96) 0%, rgba(244,244,244,0.98) 45%, rgba(244,244,244,0.98) 56%, rgba(151,165,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,165,184,0.96)), color-stop(45%,rgba(244,244,244,0.98)), color-stop(56%,rgba(244,244,244,0.98)), color-stop(100%,rgba(151,165,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f597a5b8', endColorstr='#97a5b8',GradientType=1 ); /* IE6-9 */
	padding: 10px 0;
}

.deep-footer .copyright {
	color: #08024C;
	font-size:18px;
	line-height: 75px;
}

.creatorLogo {
	color: #08024C;
	font-size:18px;
	text-align:center;
}

.creatorLogo img {
	vertical-align: top;
	float: right;
	margin-left:25px;
}

/* Product Page */

.tdProductBtns {
	font-size: 36px;
	font-weight:500;
	padding: 8px 36px;
	letter-spacing: 2px;
}

/* Product Page */

.widget-filled.widget-td {
	background: -moz-linear-gradient(left,  rgba(151,165,184,0.96) 0%, rgba(244,244,244,0.98) 45%, rgba(244,244,244,0.98) 56%, rgba(151,165,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,165,184,0.96)), color-stop(45%,rgba(244,244,244,0.98)), color-stop(56%,rgba(244,244,244,0.98)), color-stop(100%,rgba(151,165,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f597a5b8', endColorstr='#97a5b8',GradientType=1 ); /* IE6-9 */
	color: #08024c;
	border-radius: 8px;
}

.widget-td h3 {
	color: #08024c;
	border-bottom: none;
	font-size: 28px;
}

.td-unstyled li {
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 1px;
}

.td-form {
	border-radius: 8px;
	
	background: -moz-linear-gradient(left,  rgba(151,165,184,0.96) 0%, rgba(244,244,244,0.98) 45%, rgba(244,244,244,0.98) 56%, rgba(151,165,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,165,184,0.96)), color-stop(45%,rgba(244,244,244,0.98)), color-stop(56%,rgba(244,244,244,0.98)), color-stop(100%,rgba(151,165,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,165,184,0.96) 0%,rgba(244,244,244,0.98) 45%,rgba(244,244,244,0.98) 56%,rgba(151,165,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f597a5b8', endColorstr='#97a5b8',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px 1px 4px 1px #97a5b8, 2px 2px 1px 0px #08024c inset;
	-moz-box-shadow: 0px 1px 4px 1px #97a5b8, 2px 2px 1px 0px #08024c inset;
	box-shadow: 0px 1px 4px 1px #97a5b8, 2px 2px 1px 0px #08024c inset;
}

.form-transparent legend {
	border-bottom: none;
	color: #08024c;
	font-weight:500;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.td-form p {
	color: #08024c;
	font-weight:500;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 24px;
}

.form-transparent input[type="text"], .form-transparent textarea {
	-webkit-box-shadow: 3px 1px 0px #08024c;
	-moz-box-shadow: 3px 1px 0px #08024c;
	box-shadow: 3px 1px 0px #08024c;
	border:none;
}

.form-actions {
	background-color: transparent;
}

.td-btn_shadow {
	font-weight: bold;
	-webkit-box-shadow: 3px 1px 0px #08024c;
	-moz-box-shadow: 3px 1px 0px #08024c;
	box-shadow: 2px 2px 0px #08024c;
}

.color-black {
  color: #000000;
}

