@charset "UTF-8";

/* Mobile first styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*
========================================================
TIMELINE STYLE
========================================================
*/
.historybox img {
	height:137px;
	width:auto;
	/*border-radius:50%;*/
	border: 2px solid rgba(100,50,10,.3);
}
.horton-portrait {
	width:200px;
	height:auto;
	float:none;
	display:block;
	margin:10px auto 20px auto;
	border: 2px solid rgba(100,50,10,.3);
}
.HistoryDate {
	color: #006851;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}
.timeline {
	list-style: none;
	padding: 20px 0 50px;
	position: relative;
	margin-bottom: 50px;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #006851;
	left: 50%;
	margin-left: -1.5px;
	display:none;
}
.timeline > li {
	margin-bottom: -70px;
	position: relative;
}
.timeline > li:before,  .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,  .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border-radius: 0px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	background-color: #fff0d3;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: none;
	border-top: 15px solid transparent;
	border-left: 15px solid #fff0d3;
	border-right: 0 solid #fff0d3;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: none;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff0d3;
	border-right: 0 solid #fff0d3;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline li img {
	float: left;
	margin-right: 15px;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-panel p {
	text-align:left;
}
.timeline-panel h2 {
	text-align:left;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.sb-toggle-left {
	display: none;
}

@media (max-width: 1200px) {
.timeline > li > .timeline-panel {
	margin-left: 0px;
	margin-right: 0px;
}
.timeline-panel {
	margin-bottom: 10px;
}
}
 @media (max-width: 979px) {
 .timeline > li > .timeline-panel {
 margin-left: 0px;
 margin-right: 0px;
}
 .timeline > li {
 margin-bottom: -120px;
}
.timeline {
 margin-bottom: 90px;
}
 }
 @media (max-width: 767px) {
.timeline {
 margin-bottom: 0px;
}
 .timeline > li {
 margin-bottom: 20px;
}
 .timeline > li > .timeline-panel {
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
 ul.timeline:before {
 left: 40px;
}
 ul.timeline > li > .timeline-panel {
 width: calc(100% - 90px);
 width: -moz-calc(100% - 90px);
 width: -webkit-calc(100% - 90px);
}
 ul.timeline > li > .timeline-badge {
 left: 15px;
 margin-left: 0;
 top: 16px;
}
 ul.timeline > li > .timeline-panel {
 width:100%;
}
 ul.timeline > li > .timeline-panel:before {
 border-left-width: 0;
 border-right-width: 15px;
 left: -15px;
 right: auto;
}
 ul.timeline > li > .timeline-panel:after {
 border-left-width: 0;
 border-right-width: 14px;
 left: -14px;
 right: auto;
}
 .meganizr {
display:none !important;
float: none;
}
 .mobile-menu {
display:block !important;
}
 .search-form-wrapper {
display:none !important;
float: none;
}
 #mobile-search {
display:block !important;
}
 .sb-toggle-left {
display: block;
}
}
@media (max-width: 560px) {
.timeline li img {
	text-align:center;
	display:block;
	float:none!important;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.timeline-panel p, .timeline-panel h2 {
	text-align:center;
}
.timeline {
	margin-bottom: -40px;
}
}

@media (min-width: 520px) { 
	.horton-portrait {
		width:200px;
		float:right;
		margin:10px 0px 20px 30px;
	}
}
/* Extra small devices (portrait phones, less than 576px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) { 
}

/* Small devices (landscape phones, less than 768px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) { 
    .timeline:before {
		display:inherit;
	}
	.timeline > li > .timeline-panel:before {
		display: inline-block;
	}
	.timeline > li > .timeline-panel:after {
		display: inline-block;
	}
}

/* Medium devices (tablets, less than 992px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) { 
	.horton-portrait {
		width:280px;
	}   
}

/* Large devices (desktops, less than 1200px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) { 
}
@media (min-width: 1350px) { 
	.horton-portrait {
		width:250px;
	}  
}
@media (min-width: 1450px) { 
	.horton-portrait {
		width:230px;
	}  
}
@media (min-width: 1650px) { 
	.horton-portrait {
		width:180px;
	}  
}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */
