
/* ----------FONT-------- */
@font-face {
	font-family: 'Conv_UTILITY';
	src: url('fonts/utility/UTILITY.eot');
	src: local('☺'), url('fonts/utility/UTILITY.woff') format('woff'), url('fonts/utility/UTILITY.ttf') format('truetype'), url('fonts/utility/UTILITY.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/league/League_Gothic-webfont.eot');
    src: url('fonts/league/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/league/League_Gothic-webfont.woff') format('woff'),
         url('fonts/league/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/league/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Capsuula';
    src: url('fonts/capsuula/capsuula.eot');
    src: url('fonts/capsuula/capsuula.eot?#iefix') format('embedded-opentype'),
         url('fonts/capsuula/capsuula.woff') format('woff'),
         url('fonts/capsuula/capsuula.ttf') format('truetype'),
         url('fonts/capsuula/capsuula.svg#capsuula') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*---------------------------------
	IMPORTS
-----------------------------------*/

@import url(forms.css);
@import url(tiptip.css);


/*---------------------------------
	HTML ELEMENTS
-----------------------------------*/
a, a:active, a:visited, a:hover {font-family: Arial, verdana, sans-serif;}
a{color:#ed1c24;outline:0;text-decoration: none;}
a:active{color:inherit;}
a:visited{color:#ed1c24;}
a:hover{color:#292627;}
a img{border:0;}
strong,b{color:#000;background:lightyellow;position:relative;top:0;left:0;padding:2px 5px;}
strike{}
em,i{}
.hide{display:none;}
.show{display:block;}

/*---------------------------------
	UTILITY
-----------------------------------*/
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.clear{clear:both;}

/*---------------------------------
	HR
-----------------------------------*/
hr{clear:both;border-bottom:0;border-top:1px dotted #ccc;border-right:0;border-left:0;margin:30px 0;min-height: 0px;height:1px;}
hr.alt1{border-style: solid;}
hr.alt2{border-style: dashed;}

/*---------------------------------
	HTML5 ELEMENTS (shim)
-----------------------------------*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

/*---------------------------------
	HEADINGS
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-weight:bold;
line-height:140%;
}

h1{
font-size:3em;
margin:10px 0 10px 0;
}

h2{
font-size:3.2em;
margin:0;
}

h3{
font-size:2em;
margin:10px 0 10px 0;
line-height:130%;
}

h4{
font-size:1.5em;
margin:10px 0 10px 0;
}

h5{
font-size:1.2em;
margin:10px 0 10px 0;
}

h6{
font-size:1em;
margin:10px 0 5px 0;
}

/*---------------------------------
	PARAGRAPHS
-----------------------------------*/
p{
line-height:150%;
color:#666;
margin:10px 0;
}
.league{
font-family: 'LeagueGothicRegular';
}

/*---------------------------------
	IMAGES
-----------------------------------*/
/*
	for img .style1, .style2, .style3
	view js/kickstart.js Image Style Helpers
*/
img{
margin:0;
padding:0;
display:inline-block;
position:relative;
zoom:1;
}


/*---------------------------------
	Color Utility
-----------------------------------*/


.red{
color:#ed1c24;
}
.dark_grey{
color:#292627;
}