<style>
/*https://knowledgebase.proprofs.com/css for more help. */

/*Google webfonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,700,900');
/* latin-ext */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/bebasneue/v9/JTUSjIg69CK48gW7PXoo9Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/bebasneue/v9/JTUSjIg69CK48gW7PXoo9Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
	
	
/*body controls the default font, padding, and margins*/
body {
	background-color:#FFF;
	color:#4d4d4d;
	font-family: 'Montserrat', medium;
	font-size:16px;
	padding:15px;
	margin: 0px auto;
	max-width:1024px;
	margin-bottom: 20px;
	font-weight: 300;
}

/*text transform*/
	div.uppercase {
  text-transform: uppercase;
}

div.lowercase {
  text-transform: lowercase;
}

div.capitalize {
  text-transform: capitalize;
}
/*HR this is a 1px divider line*/
HR {
	border: 0;
	color: #E4E4E4;
	background-color: #E4E4E4;
	height: 2px;
	width: 100%;
	text-align: left;
	overflow:hidden;
	margin: 0;
	margin-top:15px;
	margin-bottom: 5px; 
}

/*Removes the border to all images*/
img {
	border: 0px;
}

	.bg-img
	{
		opacity: .3
	}

/*Hyperlink styles*/
a {
	color: #267EC2;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #555555;
}

/*Paragraph spacing*/
p {
  font-family: 'Montserrat', medium;
	line-height: 1.6em;
	margin:0;
	padding:0;
}

/*Heading 1. Apply it by 'format > Heading 1' in the editor */
H1 {
	font-family:'Bebas Neue';
	font-style: normal;
	font-size: 27px;
	font-weight: 400;
	line-height: 36px;
	color:#063E63;
}

/*Heading 2. Apply it by 'format > Heading 2' in the editor */
H2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: #499ec4;
	text-align: center
}
	
/*Heading 3. Apply it by 'format > Heading 3' in the editor */
H3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	color: #3d3d3d;
}

/*Heading 4. Apply it by 'format > Heading 4' in the editor */
H4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	color:#3d3d3d;
	margin-left: 10;
	margin-right: 10;
	text-align:justify
}

/*Heading 5. Apply it by 'format > Heading 5' in the editor */
H5 {
	font-size: 1.125em;
	font-weight: 400;
	margin-bottom: 15px;
	color: #3d3d3d;
}


/* Lists Styles*/
ul {
	list-style-type:disc;
	margin: 5px 0 0 9px;
	padding: 0 0 0 12px;
}

li {
	margin-bottom: 7px;
	line-height:160%;
}

ol {
	list-style-type:decimal;
	margin:0 0 10px 30px;
	line-height:180%;
}

ol li {
	margin-bottom: 6px;
}


/* Global align classes */
.left {
	text-align:inherit;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.full {
	text-align:justify;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Image aligns. This are optional*/
img.left, table.left {
	float:left;
	text-align:inherit;
}
img.center, table.center {
	margin-left:auto;
	margin-right:auto;
	text-align:inherit;
}
img.center {
	display:block;
}
img.right, table.right {
	float:right;
	text-align:inherit;
}
.column {
    float: left;
    width: 50%;
}
.column30 {
    float: left;
    width: 30%;
}
.column70 {
    float: left;
    width: 70%;
}
/* Home page styles. You can edit or delete them if you want to change the home page.*/

.container{
	position: relative;
  text-align: center;

}
.h4 {
}
</style>/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/