

body {
	font-family: Times New Roman, serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: #f9f6f1;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ddd;
}

h1 {
	font-weight: 100;
	font-size: 38px;
	line-height: 1.2em;
}

h2 {
	font-weight: 100;
	font-size: 24px;
}

a {
	color: #000;
}

p {
	font-size: 17px;
	line-height: 1.5em;
}


.italic {
	font-style: italic;
}


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


.body-container {
	width: 1170px;
	margin: 0 auto;
}

.only-sm {
	display: none;
}

@media only screen and (max-width: 1250px) {
  .body-container {
	  width: 900px;
	  margin: 0 auto;
  }
  
  	
}


@media only screen and (max-width: 980px) {
  .body-container {
	  width: 90%;
	  margin: 0 auto;
  }
  
  .only-sm {
		display: inline;
	}

}

.top-menu {
	height: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
}


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

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

}


.top-menu .logo  {
	position: absolute;
	margin-top: 22px;
}

.top-menu .logo img {
	height: 22px;
}


.content {
	padding: 50px 0;
	overflow: hidden;
}



.landing {
	width: calc(70% - 200px);
	line-height: 1.35em;
}


@media only screen and (max-width: 1250px) {
	.landing {
		width: calc(70% - 70px);
	}
}

@media only screen and (max-width: 980px) {
	.landing {
		width: 80%;
	}
}


@media only screen and (max-width: 720px) {
	.landing {
		width: 100%;
	}
}


.landing h1 {
	margin-top: 0;
}



.pastel-green {
	background-color: rgba(50, 255, 0, 0.143);
}
.pastel-orange {
	background-color: rgba(255, 174, 0, 0.143);
}
.pastel-soft-orange {
	background-color: rgba(255, 113, 0, 0.175);
}

.pastel-burgundy {
	background-color: rgba(170, 33, 0, 0.143);
}
.pastel-yello {
	background-color: rgba(224, 255, 0, 0.544);
}
.pastel-tealo {
	background-color: rgba(0, 255, 200, 0.2);
}
.pastel-orango {
	background-color: rgba(255, 98, 0, 0.2);
}
.pastel-pinko {
	background-color: rgba(255, 0, 132, 0.2);
}
.pastel-greeno {
	background-color: rgba(0, 255, 93, 0.2);
}
.pastel-yeloosh {
	background-color: rgba(134, 223, 0, 0.3);
}
.pastel-greenos {
	background-color: rgba(112, 255, 0, 0.2);
}


.pastel-blu {
	background-color: rgba(74, 97, 255, 1);
	color: #fff;
}
.pastel-brg {
	background-color: #1b4626;
	color: #fff;
}
.pastel-burg {
	background-color: #70273e;
	color: #fff;
}


.footer {
	border-top: 1px solid #ddd;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 60px;
}

.footer .logo {
	display: inline-block; 
	height: 17px; 
	opacity: 0.4;
	position: relative; 
	top:2px;
}


.footer .disclaimer p {
}

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

	.footer .disclaimer {
		width: 100%;
		float: left;
	}

}




.box-button {
	display: inline-block;
	padding: 12px 20px;
	text-decoration: none;
	border: 2px solid #000;
	margin-right: 10px;
}

.box-button:hover {
	background-color: #fff;
}

