  /*-------------- Styling for Interior Pages ----------------*/


#header {
  background: #343b40;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#page-title {
  width: 100%;
  height: 36vh;
  background: url(/davidobelcher/img/hero-bg-old.jpg) top center #343b40;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #page-title {
    background-attachment: fixed;
  }
}

#page-title:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#page-title .title-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#page-title h1 {
  font-family: "freight-display-pro",serif;
  margin: 128px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

@media (max-width: 768px) {
  #page-title h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#page-title h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #page-title h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------*/

.interior {
  background: #fff;
  padding: 70px 0 60px 0;
}
.interior h1{
	font-weight:600;
	color: #343b40;
}
div.obit p {
	font-size: 20px;
	color: #444;
	line-height: 36px;
	margin-bottom: 18px;
}
div.portrait-photo {
    width: auto;
    float:left;
    margin: 20px;
}
@media only screen and (min-width: 768px){
div.portrait-photo {
    width: 38%;
    margin: 0px 30px 30px 0px;
}
    }

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-header .section-description {
  text-align: center;
  margin-left:auto;
  margin-right: auto;
  line-height:32px;
  padding-bottom: 32px;
  color: #666;
  max-width:90ch;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 40px 0;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #c1a875;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .form #sendmessage {
  color: #c1a875;
  border: 1px solid #c1a875;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
#contact .form button[type="submit"] {
  background: #c1a875;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 0;
}
#contact .form button[type="submit"]:hover {
  background: #592c88;
}
@media only screen and (min-width: 992px){
    #contact .share-line {
        border-left: 1px solid #dee2e6;
    }
}
@media only screen and (max-width: 991px){
    #contact .share-line {
        border-left: none;
    }
}

/* Form Styling
--------------------------------*/

form label {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #444;
	font-size: 18px;
	line-height: 20px;
	display: block;
	float: left;
	width: 100%;
}
form input, form select {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #444;
	font-size: 18px;
	line-height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	width: 100%;
	padding: 5px;
	position: relative;
	margin: 8px 0;
}
form .control-group {
	margin: 8px 0;
}
form .control-group .control {
	margin-top: 10px;
}
form .control-group .controls label {
	margin-top: 7px;
}
form input[type='checkbox'],
form input[type='radio'] {
	width: auto;
	margin: 16px;
}
form div {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
form div.required:before {
	content: '*';
	color: #F00;
	position: absolute;
	right: 6px;
	top: 14px;
	z-index: 1;
}
form div textarea {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #444;
	font-size: 18px;
	line-height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	max-width: 100%;
	margin: 8px 0;
}
form span {
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
}
form label span.required {
	width: auto;
	margin-top: 0px;
	margin-right: 2px;
}
form fieldset {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}
form .submit {
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #66288b;
	font-size: 16px;
	line-height: 22px;
	display: block;
	float: left;
	width: auto;
	margin: 10px 0;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 30px;
	text-transform: uppercase;
	cursor: pointer;
}
form .form-actions button.btn {
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #66288b;
	font-size: 16px;
	line-height: 22px;
	display: block;
	float: left;
	width: auto;
	margin: 10px 15px 10px 0;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 30px;
	text-transform: uppercase;
	cursor: pointer;
}
form .form-actions button.btn:nth-last-child(1) {margin-right:0;}
.ui-accordion {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}


/* #Timeline
================================================== */

#lifestory {
    background-color: #f7f7f7;
    border-top: solid 5px #C1A875;
    border-bottom: solid 5px #C1A875;
    width:100%;
}
#lifestory .timeline-container {
    margin-bottom: 0px;
    position: relative;
}
#lifestory .timeline-container .story-item {
    margin: 60px 0 0 0;
    float: left;
    margin-left: 10px; 
    margin-right: 10px; 
    padding-left: 60px;
}
#lifestory .timeline-container .story-item:last-child {
    margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
        #lifestory .timeline-container .story-item { padding-left: 48px; }
    }
@media only screen and (max-width: 767px) {  
        #lifestory .timeline-container .story-item { padding-left: 15px; }
    }
#lifestory hr {
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 2px solid #C1A875;
    margin: -8px 0 15px 0;; 
    padding: 0; 
}

.timeBox {
    background-color: #FFF;
}

#lifestory h3 a {
    color: #ffffff;
    text-decoration: none;
}

/*1st Tier Images*/
.timeBox > div > img {
    width: 100%;
    margin-bottom: 20px;
}

.timeBox > div > img:only-child {
    margin-bottom: 0;
}

.timeBox .headshot {
    width: 80px;
    height: 100px; 
    margin-right: 25px;
    float: left;
    background-color: #592C88;
}

.timeBox .leader {
    width: 120px;
    height: auto; 
    margin-right: 25px;
    float: left;
    background-color: #592C88;
}

.timeBox div:nth-of-type(1) {
    float: left;
    display: inline-block;
    width: 44%;
    margin: 4% 2% 0% 4%;
}

.timeBox div:nth-of-type(2) {
    float: right;
    display: inline-block;
    width: 44%;
    margin: 4% 4% 0% 2%;
}

.timeBox div:nth-of-type(2) p {
    margin-bottom: 4%;
}

.timeBox div:only-of-type {
    display: inline-block;
    width: 92%;
    margin: 4%;
}

.timeBox div:nth-of-type(3) {
    display: inline-block;
    width: 92%;
    margin: 4%;
}

.timeHex {
    position: absolute;
    left: 45px;
    float: left;
}

.timeIco {
    position: absolute;
    float: left;
    left: -20px;
    height: 50px;
}

.timeBox h3 {
    font-size: 21px;
    background-color: #C1A875;
    color: #FFFFFF;
    height: 50px;
    padding: 0 2%;
    margin: 0;
    line-height: 50px;
}

.timeBox h4 {
    text-transform: uppercase;
}

.timeBox p {
    margin-bottom: 10px;
}

.timeStream {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #C1A875;
}

#positioner {
    position: absolute;
    right: 90px;
        
    -webkit-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    -moz-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    -ms-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    -o-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

.timeNavHide {
    right: -1000px !important;
}

.timeNav {
    position: fixed;
    top: 130px;
    color: #FFF;
}

.timeNav li {
    font-family: 'edmondsansmedium';
    text-align: center;
    width: 70px;
    height: 40px;
    line-height: 40px;
    background-color: #C1A875;
    margin: 0;
    border-top: solid 1px #592C88;
}

.timeNav li:hover {
    background-color: #AE8E4C;
}

.timeNav a {
    color: #fff;
    text-decoration: none;
}

timeNav a:hover {
    color: #fff;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

    .timeBox h3 {
        font-size: 20px !important;
    }

    .timeHex {
        position: absolute;
        left: 33px;
        float: left;
    }

}

@media only screen and (max-width: 767px) {
    
    .timeBox {
        position: relative;
        z-index: 2;
    }
    
    .timeBox h3 {
        height: auto;
        line-height: 20px;
        font-size: 16px;
        padding: 10px 10px 10px 50px;
    }
    
    .timeHex {
        display: none;
    }
    
    .timeStream {
        left: 50%;
        z-index: 1;
    }

    .timeNav {
    display: none;
    }

    .timeBox div:first-of-type,
    .timeBox div:last-of-type,
    .timeBox div:only-of-type {
        display: block;
        width: 86%;
        margin: 7%;
    
    }

    .timeIco {
        left: 5px !important;
        height: 30px;
        top: 5px;
    }
  
}
/* Timeline Clearing
================================================== */

    .timeline-container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    #lifestory .clearfix:before,
    #lifestory .clearfix:after,
    #lifestory .row:before,
    #lifestory .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    #lifestory .row:after,
    #lifestory .clearfix:after {
      clear: both; }
    #lifestory .row,
    #lifestory .clearfix {
      zoom: 1; }

/*--------------------------------------------*/

#support {
  background: #fff;
  padding: 70px 0 60px 0;
}
#support h2 {
    font-size: 30px;
    font-weight: 600;
}
#support .card p.card-text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.card.card-group-1, .card.card-group-2 {
    height:auto;
}
@media only screen and (min-width: 992px) {
    .card.card-group-1 {
    height:53em;
}
    .card.card-group-2 {
    height:38em;
}
}
@media only screen and (min-width: 1200px) {
      .card.card-group-1 {
    height:47em;
}
    .card.card-group-2 {
    height:39em;
}  
}