body {font-family: 
    "Arial", 
    "HelveticaNeue",
    "Helvetica Neue",
    "Helvetica",
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",    
    Oxygen-Sans,
    Ubuntu,
    Cantarell,    
    sans-serif}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.container a {text-decoration: none;color: #bc360a}
a:not(.home-link):hover {text-decoration: underline;color: #bc360a}
a:visited {text-decoration: none;color: #bc360a}

strong {font-weight: 600; }

h5 {color :#333;}
p {text-align: justify; line-height: 1.5em;}
.container:not(header) {border-top: solid 2px #333;padding: 1em 0;}

.spaced {letter-spacing:20px;}

.header {text-align: center; border-bottom:  solid 1px #999;padding-bottom: 10px;margin: 5px 0px 20px 0px}


.greybg {background-color: #eee; padding: 10px;margin: 15px 0;}

.greybtn {background: #6C6C6C url('/images/download.png') no-repeat 15px 20px; padding: 20px; padding-left: 70px; color: #fff;width: 100px;height: 60px;display:block;float: left; margin-right: 20px;margin-bottom: 20px; border-radius: 7px;}

.greybtn:hover {background:#444 url('/images/download.png') no-repeat 15px 20px; color: #e2e2e2; }
a.greybtn {color: #Fff;}
a.greybtn strong {color: #fff;}
.limo-wrap-top {display:none;}
.limo-wrap-right {max-width: 460px;}

.site-title {
    font-size: 2em;
    text-transform: uppercase;
    text-align: left;
    font-family: times, 'Conv_KlinicSlabLight', serif;
    font-weight: normal;
	margin-bottom:  0;
	padding-bottom: 0;
	text-decoration: none !important;
}


.site-title span:not(.noWrap) {
    font-size: 1em;
    color: #ab1b1f;
}

.site-title span:nth-of-type(3) {
	color: #181818;
}

.noWrap {
	white-space: nowrap;
}

.site-description {
	font-family: 'Conv_KlinicSlabLight', serif;
	color: #000;
	font-size: 1.2em;
	text-transform: Capitalize;
	font-style: normal;
	line-height: normal;
	margin-bottom: 0;
}

.home-link {
	font-family: 'Conv_KlinicSlabLight',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.headerInner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 2em 0 0 0;
}

.headerInner a {
	color: #bc360a;
}

.headerRight {
   border-top:  solid 1px #999;
   margin-top: 0em;
   padding-top: 0em;
}

/*
.headerRight p:first-child {
	margin-bottom: 0;
}
*/

@media (min-width: 767px) {
	
	.headerRight {
		margin-left: auto;
		border-top: none;
		margin-top: 0;
		padding-top: 0;
		-webkit-align-self: flex-end;
		align-self: flex-end;
	}
	
}

@media (min-width: 980px) {
	.headerRight {
		padding-bottom: 8px;
	}

}

@media screen and (max-width: 980px) {
	.site-title {
	   font-size: 1.7em;
		line-height: 1.3em;
	}
}



 @media only screen and (min-width: 120px) and (max-width: 767px) {
	 
	 .headerInner {
		 -webkit-flex-flow: column;
		 flex-flow: column;
		}
 
 .limo-wrap-right {display:none;}
 .limo-wrap-top {display:block;max-width: 420px} 
 }
 
 
 .news-wrap {}
 .news-wrap a {display: block; margin-bottom: 10px;}