@import url('https://fonts.googleapis.com/css?family=Teko:400,600');
	@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Knockout';
    src: url('../fonts/Knockout-HTF26-JuniorFlyweight.eot');
    src: url('../fonts/Knockout-HTF26-JuniorFlyweight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Knockout-HTF26-JuniorFlyweight.woff2') format('woff2'),
        url('../fonts/Knockout-HTF26-JuniorFlyweight.woff') format('woff'),
        url('../fonts/Knockout-HTF26-JuniorFlyweight.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}





.content h1.h1, 
.content h2.h2, 
.content h3.h3, 
.content h4.h4, 
.content h5.h5,
 .proboxinner  a
{ font-family:"Teko", sans-serif;   color:#fdc833; text-transform:uppercase; position:relative;   }
.content h3.h3 { font-size:50px;}
.content h2.h2 { font-size:74px;}


.content h4.h4  { font-size:34px;}

 .proboxinner  a{ font-size:41px}
.content h4.h4.reverse { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc833+0,ee1d23+100 */
background: #fdc833; /* Old browsers */
background: -moz-linear-gradient(left, #fdc833 0%, #ee1d23 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #fdc833 0%,#ee1d23 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #fdc833 0%,#ee1d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc833', endColorstr='#ee1d23',GradientType=1 ); /* IE6-9 */


color:#fff; margin:0 0 10px 0; padding:10px}
 
.content h2.h2:after { 
background:  linear-gradient(
      to left, 
      #fdc833 0%,
      #fdc833  50%,
      #fdc833 100%
    )
    left 
    bottom
    rgba(255,255,255,0.00)    
    no-repeat; 
  background-size:100% 2px ;}
.content  h3.h3:after {content:" "; width:50px;  position:absolute; left:0; bottom:-5px; height:5px; 
background:  linear-gradient(
      to left, 
         #fdc833 0%,
      #fdc833  50%,
      #fdc833 100%
    )
    left 
    bottom
    rgba(255,255,255,0.00)    
    no-repeat; 
  background-size:100% 2px ;}
  
.btn.bluegrad
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc833+0,ee1d23+100 */
background: #fdc833; /* Old browsers */
background: -moz-linear-gradient(top, #fdc833 0%, #ee1d23 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fdc833 0%,#ee1d23 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fdc833 0%,#ee1d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc833', endColorstr='#ee1d23',GradientType=0 ); /* IE6-9 */
	}
	
	
 .language, .abovefooter
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc833+0,ee1d23+100 */
background: #fdc833; /* Old browsers */
background: -moz-linear-gradient(left, #fdc833 0%, #ee1d23 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #fdc833 0%,#ee1d23 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #fdc833 0%,#ee1d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc833', endColorstr='#ee1d23',GradientType=1 ); /* IE6-9 */

	}
 .textcontent a{ color:#fdc833}  
.textcontent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.textcontent li {
  padding-left: 1em; 
  text-indent: -.7em;
}

.textcontent li::before {
  content: "• ";
  color: #fdc833;  
}

p, li { font-size:17px;}


 .nav-tabs > li > a { border:none; padding:5px 20px; background-color:#fdc833 ; color:#fff; border-radius:25px; font-family:"Teko", sans-serif;  font-size:32px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{ background-color:#ee1d23; border:none; color:#fff;  }
.proboxholder .title { padding-top:2px;}