
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}



input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background-color:white ;
	}

		

	body, input, select, textarea {
		color: black;
		font-family: "Open Sans", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 400;
		letter-spacing: 0.075em;
		line-height: 1.65em;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, select, textarea {
				font-size: 11pt;
				letter-spacing: 0.0375em;
			}

		}


	h1, h2, h3, h4, h5, h6 {
		color: black;
		font-weight: 800;
		letter-spacing: 0.225em;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.35em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {

			h2 {
				font-size: 1.1em;
				line-height: 1.65em;
			}

		}

	h3 {
		font-size: 1.15em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {

			h3 {
				font-size: 1em;
				line-height: 1.65em;
			}

		}

	h4 {
		font-size: 1em;
		line-height: 1.5em;
		margin-top: 3rem;
	}


	h5 {
		font-size: 0,9em;
		line-height: 1.5em;

	}
	hr {
		border: 0;
		border-bottom: solid 2px #fff;
		margin: 3em 0;
	}

		hr.major {
			margin: 4.5em 0;
		}


	

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}



/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #fff;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: #F0F8FF;
			}

		table td {
			padding: 0.75em 0.75em;
			color:black;
		}

		table th {
			color: #fff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #fff;
		}

		table tfoot {
			border-top: solid 2px #fff;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #fff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}


/* Wrapper */

	.wrapper {
		padding: 4em 0 4em 0 ;
	}

		.wrapper > .inner {
			width: 60em;
			margin: 0 auto;
		}

			@media screen and (max-width: 1280px) {

				.wrapper > .inner {
					width: 90%;
				}

			}

			@media screen and (max-width: 980px) {

				.wrapper > .inner {
					width: 100%;
				}

			}

		.wrapper.alt {
			padding: 0;
		}

		
			.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #ffffff;
			}

			
			.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

		
	
			@media screen and (max-width: 736px) {

				.wrapper.style1 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}
				.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
				color: #ffffff;
			}


			.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			
			@media screen and (max-width: 736px) {

				.wrapper.style3 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}


		@media screen and (max-width: 980px) {

			.wrapper {
				padding: 2em 3em 2em 3em ;
			}

		}

		@media screen and (max-width: 736px) {

			.wrapper {
				padding: 3em 2em 1em 2em ;
			}

		}

		.footer {
			background-color: rgba(29, 36, 42, 0.9);
			width: 100%;
			text-align: left;
			font-family: sans-serif;
			font-weight: bold;
			font-size: 16px;
			padding: 50px;
			
		  }
		  
		  .footer .footer-left,
		  .footer .footer-center,
		  .footer .footer-right {
			display: inline-block;
			vertical-align: top;
		  }
		  
		  
		  /* footer left*/
		  
		  .footer .footer-left {
			width: 33%;
			padding-right: 15px;
		  }
		  
		  .footer .about {
			line-height: 20px;
			color: rgba(255, 255, 255, 0.5);
			font-size: 13px;
			font-weight: normal;
			margin: 0;
			text-transform: uppercase;
		  }
		  
		  .footer .about span {
			display: block;
			color: rgba(255, 255, 255, 0.5);
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
			
		  }
		  
		  .footer .icons {
			margin-top: 25px;
		  }
		  
		  .footer .icons a {
			display: inline-block;
			width: 35px;
			height: 35px;
			cursor: pointer;
			background-color: #33383b;
			border-radius: 2px;
			font-size: 20px;
			color: rgba(255, 255, 255, 0.5);
			text-align: center;
			line-height: 35px;
			margin-right: 3px;
			margin-bottom: 5px;
			text-transform: uppercase;
		  }
		  
		  
		  /* footer center*/
		  
		  .footer .footer-center {
			width: 30%;
		  }
		  
		  .footer .footer-center i {
			background-color: #33383b;
			color:rgba(255, 255, 255, 0.5);;
			font-size: 25px;
			width: 38px;
			height: 38px;
			border-radius: 50%;
			text-align: center;
			line-height: 42px;
			margin: 10px 15px;
			vertical-align: middle;
		  }
		  
		  .footer .footer-center i.fa-envelope {
			font-size: 17px;
			line-height: 38px;
		  }
		  
		  .footer .footer-center p {
			display: inline-block;
			color: rgba(255, 255, 255, 0.5);
			vertical-align: middle;
			margin: 0;
		  }
		  
		  .footer .footer-center p span {
			display: block;
			font-weight: normal;
			font-size: 14px;
			line-height: 2;
		  }
		  
		  .footer .footer-center p a {
			color: rgba(255, 255, 255, 0.5);
			text-decoration: none;
		  }
		  
		  
		  /* footer right*/
		  
		  .footer .footer-right {
			width: 35%;
		  }
		  
		  .footer h2 {
			color: rgba(255, 255, 255, 0.5);
			font-size: 36px;
			font-weight: normal;
			margin: 0;
		  }
		  
		  .footer h2 span {
			color: rgba(255, 255, 255, 0.5);
		  }
		  
		  .footer .menu {
			color: #ffffff;
			margin: 20px 0 12px;
			padding: 0;
		  }
		  
		  .footer .menu a {
			display: inline-block;
			line-height: 1.8;
			text-decoration: none;
			color: inherit;
		  }
		  
		  .footer .menu a:hover {
			color: rgba(255, 255, 255, 0.5);
		  }
		  
		  .footer .name {
			color: rgba(255, 255, 255, 0.5);
			font-size: 14px;
			font-weight: normal;
			margin: 0;
		  }
		  
		  @media (max-width: 767px) {
			.footer {
			  font-size: 14px;
			}
			.footer .footer-left,
			.footer .footer-center,
			.footer .footer-right {
			  display: block;
			  width: 100%;
			  margin-bottom: 40px;
			  text-align: center;
			}
			.footer .footer-center i {
			  margin-left: 0;
			}
		  }
		
		  


