@font-face {
    font-family: "HelveticaCondensedBold";
    src: url("/themes/custom/WANA/fonts/HelveticaNeue-CondensedBold-05.ttf");
}

@font-face{
  src: url("/themes/custom/WANA/fonts/HelveticaNeue-CondensedBlack-10.ttf");
  font-family:"HelveticaNeue-CondensedBlack";
  font-weight: normal;
  font-style: normal;
}

/*@font-face {*/
/*font-family: 'HelveticaNeue-CondensedBlack';*/
/*src: url('/themes/custom/WANA/fonts/helveticaneue-condensedblack-10-webfont.woff2') format('woff2'),*/
/*url('/themes/custom/WANA/fonts/helveticaneue-condensedblack-10-webfont.woff') format('woff');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

/*@font-face {*/
/*font-family: 'HelveticaCondensedBold';*/
/*src: url('/themes/custom/WANA/fonts/helveticaneue-condensedbold-05-webfont.woff2') format('woff2'),*/
/*url('/themes/custom/WANA/fonts/helveticaneue-condensedbold-05-webfont.woff') format('woff');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/


/*@import url(https://db.onlinewebfonts.com/c/db43803fb4a7ccad71c4b2c69d32922f?family=HelveticaNeue-CondensedBlack); */
@font-face {
font-family: "FontAwesome4";
font-weight: normal;
font-style : normal;
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
body {
	font-size: 1rem;
	/*font-family: "HelveticaNeue";*/
	/*font-family: "Helvetica Neue Condensed, Open Sans";*/
	/*font-family: "HelveticaNeue, OpenSans";*/
	/*font-family: "HelveticaNeue";*/
	/*font-family:"helveticaNeueCondensedBlack";*/
	font-family: "HelveticaNeue-CondensedBlack";
	/*line-height: 0.8;*/
}
.text-green {
	color: #8ACE00;
}
a{
	text-underline-position: under;
}
*{
	-webkit-font-smoothing: antialias;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
@media only screen and (min-width: 1200px) {
	.header > .layout-container, .site-footer > .layout-container, .container {
		max-width: 2816px;
	}
	/*body {*/
	/*	line-height: 0.8;*/
	/*}*/
}