/* News wrapper background
-------------------------------------------------- */
.h-news-background {
	background: #e6e6e6;
}
.h-news-wrapper {
	padding: 90px 0 60px 0;
}

a.va-highlight {
   color: #222 !important;
}

/* Latest news item
-------------------------------------------------- */
.h-latest-wrapper {
	border: 1px solid #DDD;
	border-radius: 0px;
	overflow: hidden;
	margin: 0 0 30px 0;
	background: #FFF;
}
.h-latest-content {
	height: 220px;
	padding: 10px 10px 5px 15px;
}
.h-latest-content a {
  	color: #f18d30;
  	text-decoration: none;
	font-weight: 500;
	outline: none;
}
.h-latest-content a:hover,
.h-latest-content a:focus {
  	color: #222222;
  	text-decoration: none;
	outline: none;
}
.h-latest-title {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	color: #444;
	margin: 3px 5px 5px 0;
}
.h-latest-description {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #444;
	margin: 0 5px 10px 0;
}
.h-latest-read-more {
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	color: #444;
	cursor: pointer;
	margin: 0;
}
.h-latest-related {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	color: #888888;
	background: #C6C6C6;
	padding: 10px 10px 10px 0;
}
.h-latest-related a {
  	color: #666666;
  	text-decoration: none;
	font-weight: 400;
}
.h-latest-related a:hover,
.h-latest-related a:focus {
  	color: #222;
  	text-decoration: none;
}
.h-latest-related i {
	color: #222;
	margin: 0 0 0 10px;
}
.h-latest-date-author {
	background: #999999;
	padding: 10px;
	text-align: center;
}
.h-latest-date {
	background: #FFF;
	width: 70px;
	height: 70px;
	border-radius: 10px;
	text-align: center;
}
.h-latest-month {
	font-size: 12px;
	line-height: 12px;
	color: #999;
	margin: 12px 0 0 0;
}
.h-latest-day {
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	color: #666;
	margin: 0;
}
.h-latest-author {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	color: #444444;
	margin: 14px 0 0 0;
}
.h-latest-author small {
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
}
.h-latest-author-img {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	overflow: hidden;
}
/* Archive
-------------------------------------------------- */

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	padding-top: 4px;
}
.panel-title a {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
    color: #555555;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
  	text-decoration: none;
	padding: 10px 10px 1px 15px;
	outline: none;
	color: #888888;
}
.panel-title a:hover,
.panel-title a:focus {
  	text-decoration: none;
	outline: none;
	color: #222222;
}
.panel-collapse .panel-body {
    border-top: 0!important;
	padding-top: 10px;
	padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
.panel-body a {
  	text-decoration: none;
	outline: none;
	color: #888888;
	line-height: 1.7;
}
.panel-body a:hover,
.panel-body a:focus {
  	text-decoration: none;
	outline: none;
	color: #222222;
}
/* Tag cloud
-------------------------------------------------- */
.h-tags-wrapper {
	padding-top: 10px;
}
.h-tags {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	color: #666;
	border-radius: 0px;
	border: 1px solid #c6c6c6;
	padding: 6px;
	margin: 0 10px 10px 0;
}
.h-tags i {
	color: #222;
}
.h-tags a {
  	color: #777777;
  	text-decoration: none;
	font-weight: 500;
}
.h-tags a:hover,
.h-tags a:focus {
  	color: #222;
  	text-decoration: none;
}
.badge {
	margin: 0 0 0 10px;
	padding: 5px 7px 3px 7px;
	background-color: #f18d30;
}
/* Modal
-------------------------------------------------- */
.modal-content {
	border-radius: 10px;
	overflow: hidden;
}
.modal-body {
	padding: 0 0 20px 0;
}
.h-modal-close {
	position: fixed;
	top: 0px;
	right: 3px;
	font-size: 30px;
	line-height: 30px;
	padding: 8px 10px;
	color: #FFF;
	cursor: pointer;
}
.h-modal-close:hover,
.h-modal-close:focus {
  	color: #e6e6e6;
}
.h-modal-button-close {
	margin: 20px 5px 0 0;
}
.h-modal-title {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	color: #444;
	margin: 30px;
}
.h-modal-description {
	margin: 30px;
}
.h-modal-description img {
	margin: 3px 14px 0 0;
}
.h-modal-description p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0px;
	color: #444;
	margin-bottom: 20px;
}
.modal hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #E5E5E5;
}
.h-modal-related {
	padding: 0 30px 25px 30px;
}
.h-modal-related-title {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	margin: 0 0 10px 0;
}






/* RESPONSIVE
-------------------------------------------------- */



/* DESKTOP LARGE
------------------------- */
@media (min-width: 1200px) {



}



/* DESKTOP
------------------------- */
@media (max-width: 1199px) {

.h-news-wrapper {
	padding: 30px 5px 0 5px;
}
.h-latest-title {
	font-size: 20px;
	line-height: 24px;
	margin: 3px 5px 5px 0;
}
.h-latest-description {
	font-size: 13px;
	line-height: 18px;
	margin: 0 5px 10px 0;
}
.h-latest-read-more {
	font-size: 15px;
	line-height: 19px;
}
.h-latest-date {
	width: 60px;
	height: 60px;
}
.h-latest-month {
	font-size: 10px;
	line-height: 10px;
	margin: 9px 0 0 0;
}
.h-latest-day {
	font-size: 36px;
	line-height: 36px;
}
.h-latest-author {
	font-size: 14px;
	line-height: 13px;
	margin: 14px 0 0 0;
}
.h-latest-author small {
	font-size: 9px;
}
.h-latest-author-img {
	width: 60px;
	height: 60px;
}
.h-tags {
	font-size: 14px;
	line-height: 14px;
	margin: 0 8px 8px 0;
}

}



/* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

.h-news-wrapper {
	padding: 30px 5px 0 5px;
}
.h-latest-content {
	height: 220px;
	padding: 7px 7px 0 11px;
}
.h-latest-title {
	font-size: 18px;
	line-height: 22px;
	margin: 3px 4px 4px 0;
}
.h-latest-description {
	font-size: 12px;
	line-height: 17px;
	margin: 0 4px 8px 0;
}
.h-latest-read-more {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
.h-latest-related {
	font-size: 11px;
	padding: 10px 10px 8px 0;
}
.h-latest-date {
	width: 40px;
	height: 40px;
	border-radius: 6px;
}
.h-latest-month {
	font-size: 7px;
	line-height: 7px;
	margin: 5px 0 0 0;
}
.h-latest-day {
	font-size: 24px;
	line-height: 24px;
}
.h-latest-author {
	font-size: 11px;
	line-height: 10px;
	margin: 7px 0 0 0;
}
.h-latest-author small {
	font-size: 7px;
}
.h-latest-author-img {
	width: 40px;
	height: 40px;
	border-radius: 6px;
}
.h-tags {
	font-size: 12px;
	line-height: 12px;
	margin: 0 6px 6px 0;
}


}



/* LANDSCAPE PHONE TO PORTRAIT TABLET
------------------------- */
@media (max-width: 767px) {

.h-news-wrapper {
	padding: 30px 5px 30px 5px;
}
.h-latest-content {
	height: auto;
	padding: 7px 7px 10px 12px;
}
.h-latest-title {
	font-size: 24px;
	line-height: 28px;
	margin: 3px 5px 5px 0;
}
.h-latest-description {
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px 10px 0;
}
.h-latest-read-more {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 15px 0;
}
.h-tags {
	font-size: 16px;
	line-height: 20px;
	margin: 0 10px 10px 0;
}
.h-modal-title {
	font-size: 28px;
	line-height: 34px;
	margin: 20px;
}
.h-modal-description {
	margin: 20px;
}
.h-modal-description p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

}



/* LANDSCAPE PHONE AND DOWN
------------------------- */
@media (max-width: 480px) {

.h-news-wrapper {
	padding: 30px 5px 30px 5px;
}
.h-latest-content {
	height: auto;
	padding: 7px 7px 10px 13px;
}
.h-latest-title {
	font-size: 24px;
	line-height: 26px;
	margin: 5px 30px 10px 0;
}
.h-latest-description {
	font-size: 14px;
	line-height: 18px;
	margin: 0 6px 10px 0;
}
.h-latest-read-more {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 15px 0;
}
.h-latest-related {
	font-size: 16px;
	padding: 10px 10px 8px 0;
}
.h-latest-related i {
	margin: 0 0 0 12px;
}
.h-latest-author {
	font-size: 20px;
	line-height: 18px;
	margin: 6px 0 0 0;
}
.h-latest-author small {
	font-size: 12px;
}
.h-modal-title {
	font-size: 28px;
	line-height: 34px;
	margin: 20px;
}
.h-modal-description {
	margin: 20px;
}
.h-modal-description p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

}


/* LANDSCAPE PHONE AND DOWN
------------------------- */
@media (max-width: 320px) {

.h-news-wrapper {
	padding: 30px 5px 30px 5px;
}
.h-latest-content {
	height: auto;
	padding: 7px 7px 10px 13px;
}
.h-latest-description {
	font-size: 14px;
	line-height: 18px;
	margin: 0 6px 10px 0;
}
.h-latest-read-more {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 13px 0;
}
.h-latest-author {
	font-size: 16px;
	line-height: 14px;
	margin: 11px 0 0 0;
}
.h-latest-author small {
	font-size: 10px;
}
.h-modal-title {
	font-size: 28px;
	line-height: 34px;
	margin: 20px;
}
.h-modal-description {
	margin: 20px;
}
.h-modal-description p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

}
