@charset "UTF-8";


::selection 
{
  	background: #f1f1f1; 
  	color: #222222;
}

::-moz-selection 
{
	background: #f1f1f1; 
  	color: #222222;
}

strong
{
	font-family: '__Chevin_5', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

a, a:link, a:visited, a:hover
{
	color: inherit;
	text-decoration: none;
	transition: color 0.1s;
}

h1, h2, h3, h4, h5
{
  	font-weight: 200;
	font-size: 36px;
	line-height: 40px;
}

.ho-content a:hover
{
	color: #6A95C1;
}

p
{
	font-size: 16px;
	line-height: 22px
}

.ie a, .ie img 
{
    border: none;
    outline: none
}

*:focus
{
	outline: none;
}

.search-everything-highlight-color
{
	background-color: inherit !important;
}

@media screen and (max-width: 768px)
{
	h1, h2, h3, h4, h5
	{
		
	}
	
	/**
	p
	{
		font-size: 20px;
		line-height: 28px
	}
	**/
}