@charset "utf-8";
/* CSS Document */

@import url("../Fonts/Alt1-SemiBold/lota-stylesheet.css");
@import url("../Fonts/Light/futura-light-stylesheet.css");
@import url("../Fonts/Medium/futura-medium-stylesheet.css");

h1,h3{
	font-family:'Lota Grotesque - Semi Bold' !important;
	color: #0068ac !important;
}

h4{
	font-family:'Lota Grotesque - Semi Bold';
	color: #000 !important;
	font-size:120% !important;
	text-decoration: underline;
}

h5{
	font-size:100% !important;
	font-weight:bold !important;
}

p{
	font-family:'futuralight' !important;
	font-weight:bold;
	font-size: 12pt !important;
}
li{
	font-family:'futuralight' !important;
	font-weight:bold;
	font-size: 12pt !important;
}

.dropdown a{
	color: #0068ac!important;
	text-rendering: optimizeLegibility;
}
