@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "Microgramma-D-OT-Bold-Extended_30403";
    src: url(../fonts/Microgramma-D-OT-Bold-Extended_30403.ttf);
}

@font-face {
    font-family: "Microgramma-D-OT-Medium-Extended_30404";
    src: url(../fonts/Microgramma-D-OT-Medium-Extended_30404.ttf);
}

@media (min-width:981px) {

h1 {
	height:auto;
	display:block;
	margin: auto;
	text-align:center;
  	font: 34px 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 20px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

h2 {
   height:auto;
	display:block;
	margin: auto;
	text-align:center;
  	font: 18px 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 20px 0;
	line-height: 34px;
}

h3 {
	margin: auto;
	text-align:left;
  	font: 18px 'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #fff;
}

h4 {
	margin: auto;
	text-align:left;
  	font: 18px 'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #2A4B9B;
}

h5 {
	font: 24px 'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #2A4B9B;
	padding-top: 0;
	margin-top: 0;
}

h6 {
	font: 18px 'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #7f8388;
}

p {
	font: 18px 'Source Sans Pro', sans-serif;
	font-weight: 500;
	text-align:left;
	color: #7f8388;
}

}

@media (max-width:980px) {

h1 {
	height:auto;
	display:block;
	margin: auto;
	text-align:center;
  	font: 24px 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 20px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

h2 {
   height:auto;
	display:block;
	margin: auto;
	text-align:center;
  	font: 16px 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 20px 0;
	line-height: 34px;
}

h3 {
	margin: auto;
	text-align:left;
  	font: 16px 'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #fff;
}

h4 {
	margin: auto;
	text-align:left;
  	font: 16px 'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #2A4B9B;
}

h5 {
	font: 24px 'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #2A4B9B;
	padding-top: 0;
	margin-top: 0;
}

h6 {
	font: 18px 'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #7f8388;
}

p {
	font: 14px 'Source Sans Pro', sans-serif;
	font-weight: 500;
	text-align:left;
	color: #7f8388;
}

}