/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
body {
    font-weight: 400;
}


@media screen and ( min-width: 980px ) {
#main-content {
    margin-top: 10px;
}
}

/*.page-title h1 {
font-weight: 400 !important;
}*/

.heading-sub-text {
font-weight:500;
}

.heading-title-m {
padding-bottom:5px; 
}

#top-menu-nav > ul > li > a:hover {
	opacity: 1;
	color: #ff9100;
}

/*---------Vertical Align Rows---------*/
@media screen and ( min-width: 980px ) {
.ds-vertical-align { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 
}

/*---------Reverse Stacking of Columns---------*/
@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
} 

/*----jump issue----*/
@media (min-width: 981px){
#page-container{
    padding-top: 104px !important;
}

#main-header{
    /*top:  0px !important;*/
    top:  23px !important;
}

.logged-in #main-header{
    /*top: 32px !important;*/
    top: 56px !important;
}
}

/* Hide top header – secondary menu on scroll*/
.et_fixed_nav #top-header {
visibility: visible;
}

.et_fixed_nav #top-header.et-fixed-header {
visibility: hidden;
}

/*----jump issue scroll----*/
@media (min-width: 981px){

body #main-header.et-fixed-header{
    top:  0px !important;
}

body.logged-in #main-header.et-fixed-header{
    top: 32px !important;
}
}


  @media only screen and (min-width: 981px){
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
  padding: 20px 0 0 0  !important;
}

.et_fixed_nav.et_header_style_left .et-fixed-header #et-top-navigation {
    padding: 0px 0 0 0  !important;
}
}

.wpml-ls-slot-137 a:hover {
  color: #ff9100 !important;
  opacity: 1 !important;
}

.wpml-ls-slot-137.wpml-ls-current-language a {
  color: #ffffff !important;
}

.wpml-ls-slot-137.wpml-ls-current-language a:hover {
  color: #ffffff !important;
  opacity: 1 !important;
}

#ajaxsearchpro6_2 .probox .promagnifier .innericon, div.asp_m.asp_m_6 .probox .promagnifier .innericon {
  height: 55px !important;
}

/*---------Remove heading bottom padding---------*/
.heading-no-margin h1, .heading-no-margin h2, .heading-no-margin h3, .heading-no-margin h4, .heading-no-margin h5 {
	padding-bottom:3px;
}

/*---------Header Nav Area---------*/

#top-menu a {
    text-transform: uppercase;
    font-size: 12px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-weight: bold;
}

header #et_search_icon::before {
    font-size: 15px;
}

#top-menu li.last-nav {
    padding-right: 12px;
}

body #ajaxsearchprores6_2, div.asp_r.asp_r_6, body div.asp_s.asp_s_6.searchsettings, body div.asp_s.asp_s_6.searchsettings, body div.asp_s.asp_s_6.searchsettings {
z-index: 9999999;
}

#ajaxsearchpro6_2, div.asp_m.asp_m_6 {
	vertical-align: -12px;
}

body #ajaxsearchpro6_2 .probox .promagnifier .innericon svg, div.asp_m.asp_m_6 .probox .promagnifier .innericon svg {
	width: 18px;
}

body #top-menu li.current-menu-item.menu-timeline > a {
	color: #ede3c8;
}

/*---------HOME---------*/

div.et_pb_section.et_pb_section_0.hero {
background-position: center 45%;
}

.my-search-lable {
	float:left;width:40%;
	margin-top: .3em;
}

.my-search-box {
	float:left;width:60%;
}

@media screen and ( max-width: 479px ) {
.dont-stack.et_pb_column {
    width: 33% !important;
}
}

@media screen and ( max-width: 479px ) {
.dont-stack-logos.et_pb_column {
    width: 25% !important;
}
}

@media (min-width: 981px){
.et_pb_gutters1 .et_pb_column_1_2.hero-content-left, .et_pb_gutters1.et_pb_row .et_pb_column_1_2.hero-content-left{
    width: 75%;
}
}

/*---------SURVIVOR PROFILES---------*/

.sp-title h2 {
	padding-bottom:0px;
}

.et-db #et-boc .et-l .print-icon.et_pb_blurb_position_left .et_pb_main_blurb_image {
    width: 20px;
}

.et-db #et-boc .et-l .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0px;
}

body .survivor-tile .card-icon { 
	text-align: left;
	margin-bottom: 0px !important;
	margin-top: -47px !important;
}

body .survivor-tile .image_card .card-icon img {
    width: 60px;
    height: 60px;
}

body .survivor-tile.et_pb_blurb_extended .image_card .et_pb_blurb_container {
    padding: 15px 20px;
}


/*---------TIMELINE PAGE---------*/

/* Disable Links on Non-Modal Events */
.wpex-timeline > li:not(.event_type-modal) .wpex-timeline-label h2 a,.wpex-timeline-list:not(.show-icon) .wpex-timeline.style-center > li:not(.event_type-modal) .wpex-timeline-icon .fa.no-icon{
  pointer-events: none;
}

.wpex-timeline-list.show-simple li:not(.event_type-modal) .wptl-readmore-center {
    display: none;
}

/* Remove category meta */
.wpex-timeline > li .wpex-timeline-label p + .wptl-more-meta {
	display: none;
}

/* Remove Margin From Bottom of Single Posts */
.single .et_pb_post {
    margin-bottom: 0px;
}

body .main-tl.wpex-timeline-list.show-simple-bod .timeline-details {
    border-bottom: 0px;
    background-color: #fff;
    padding: 20px;
}

body .main-tl.wpex-timeline-list.show-simple ul li .wpex-timeline-time .tll-date {
    margin-bottom: 0px;
}

body .main-tl.wpex-timeline-list.show-simple.show-simple-bod ul li .wpex-timeline-time .tll-date {
    background: #1e1e28;
    color: #fff !important;
    border-color: #1e1e28 !important;
	font-family: 'Barlow Condensed',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
	padding: 7px 25px 9px 25px;
font-weight: 400;
}

body .main-tl.wpex-timeline-list.show-simple.show-simple-bod ul li.event_type-modal .wpex-timeline-time .tll-date {
    background: #ff9100;
    border-color: #ff9100 !important;
}

body .main-tl.wpex-timeline-list.show-simple span.tll-date::before, body .main-tl .wpex-timeline > li:first-child::before, body .wpex-timeline > li::after {
    background: #1e1e28;
}



body .main-tl .wpex-timeline > li .wpex-timeline-icon .fa {
    box-shadow: 0 0 0 3px #1e1e28;
}

body .main-tl .wpex-timeline > li .wpex-timeline-icon .fa {
    background: #EAE6E1;
}

body .main-tl.wpex-timeline-list.show-simple-cent .timeline-details .img-left {
    padding: 0 0 0px 20px;
}

.main-tl .wpex-timeline .timeline-details img {
    padding-top: 3px;
}

/*body .main-tl.wpex-timeline-list.show-simple .wptl-readmore-center a  {
    padding: .5em 1.4em !important;
    font-size: 13px;
    background-color: #ff9100;
    border-color: #ff9100;
    border-radius: 5px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    color: #fff;
}
body .main-tl.wpex-timeline-list.show-simple .wptl-readmore-center a:hover {
background-color: #ea7c0f;
border-color: #ea7c0f !important;
}*/

body .main-tl.wpex-timeline-list.show-simple .wptl-readmore-center a  {
    
    font-size: 13px;
    color: #ff9100;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
body .main-tl.wpex-timeline-list.show-simple .wptl-readmore-center a:hover {

}

body .main-tl.wpex-timeline-list .wpex-taxonomy-filter li.active, body .main-tl.wpex-timeline-list .wpex-taxonomy-filter li:hover {
    background: #a09f95;
    color: #fff;
}

body .main-tl.wpex-timeline-list .wpex-taxonomy-filter li.item-pr {
    border: 0px;
    margin-right: 7px;
    border-radius: 0px;
	transition: all 300ms ease 0ms;
	-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-property: all !important;
transition-property: all !important;
}

body .main-tl.wpex-timeline-list.show-simple-cent .tlct-shortdes h2 {
    text-transform: none;
}

body .wpex-timeline-list.show-simple .style-center > li:nth-child(2n+1) .wpex-timeline-icon a i.fa.icon-img::before {
    margin-right: -210px;
}

body .wpex-timeline-list.show-simple li .wpex-timeline-icon i.fa.icon-img::before {
    margin-left: -210px;
}

body .wpex-timeline-list.show-simple li .wpex-timeline-icon a i.fa.icon-img {
    font-size: 120px;
}

body .main-tl.wpex-timeline-list .wpex-timeline-icon .fa.no-icon:hover::before {
    opacity: .8;
}

body .main-tl .timeline-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

 body .main-tl .timeline-details .img-left{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

 body .main-tl .timeline-details .tlct-shortdes {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
	 margin-bottom: 0px;
	 width: 100%;
  }

body .main-tl.wpex-timeline-list.show-simple-cent .timeline-details .img-left {
    width: 100%;
    float: none;
}

body .main-tl.wpex-timeline-list.show-simple.show-simple-bod ul li.event_type-modal img{
	max-height: 65px;
	width: auto;
}

body .main-tl.wpex-timeline-list.show-simple.show-simple-bod ul li.event_type-modal img {
transition: filter 300ms ease 0ms;
}


body .main-tl.wpex-timeline-list.show-simple.show-simple-bod ul li.event_type-modal img:hover {
    filter: brightness(70%) opacity(100%);
backface-visibility: hidden;
}


body .main-tl.wpex-timeline-list.show-simple-cent ul li .timeline-details .img-left {
    padding: 0px;
}

body .wpex-timeline > li .wpex-timeline-label h2 a{
	font-weight: 500 !important;
}


/*.wpex-timeline-list ul.wpex-timeline > li.event_type-hidden-modal {
	display: none;
}*/

.main-tl .wptl-readmore-center {
	display: none;
}

.main-tl .wpex-timeline > li .wpex-timeline-label h2 a,.wpex-timeline-list:not(.show-icon) .wpex-timeline.style-center > li .wpex-timeline-icon .fa.no-icon{
  pointer-events: none;
}

.more-s-links span {
display: inline-block;
width: 62px;
height: 65px;
	margin-right: 10px;
}

.wpex-timeline-list.show-simple:not(.left-tl) .wpex-timeline > li:nth-child(2n+1) .wpex-timeline-label .more-s-links span:last-child{
    margin-right:0px;
}

.main-tl.wpex-timeline-list ul.wpex-timeline > li, .wpex-timeline > li {
    padding-bottom: 0px;
}

.main-tl.wpex-timeline-list .wpex-taxonomy-filter li.item-pr[data-value="full-timeline"] {
	display:none;
}

.main-tl.wpex-timeline-list.show-simple-cent .tlct-shortdes h2 + p {
    padding-bottom: 1em;
}


@media (max-width: 767px){
	.main-tl.wpex-timeline-list ul.wpex-timeline > li, .wpex-timeline > li {
    padding-bottom: 60px;
}
	.main-tl .wpex-timeline > li .wpex-timeline-label {
    margin: 0 0 0 40px;
	}
	
	.main-tl .wpex-timeline > li::after {
		left: 0;
	}
	.main-tl.wpex-timeline-list:not(.show-icon) .wpex-timeline.style-center > li .wpex-timeline-icon .fa.no-icon {
    margin-left: -155px;
}
	.show-simple.main-tl .wpex-timeline > li:first-child::before {
    display: none;
}
	.main-tl .wptl-filter-box select {
		margin: 0px 0px 10px 0px;
	}
	
	.main-tl.wpex-timeline-list {
    padding-top: 0px;
}
}

@media (max-width: 520px){
.main-tl.wpex-timeline-list:not(.show-icon) .wpex-timeline.style-center > li .wpex-timeline-icon .fa.no-icon {
    margin-left: -54px;
}
}


.main-tl.wpex-timeline-list.show-simple ul.wpex-timeline > li {
    margin-bottom: -43px;
}

.main-tl.wpex-timeline-list {
	padding-bottom: 50px;
}


@media (max-width: 520px){
body .wpex-timeline-list.show-simple .wpex-timeline > li .wpex-timeline-icon .fa:before
	{
		font-size: 50px;
	}
}

.timeline-tabs ul.et_pb_tabs_controls {
    background-color: transparent;
	text-align: center;
}

.timeline-tabs ul.et_pb_tabs_controls::after {
    border-top: 0px;
}

.timeline-tabs .et_pb_tabs_controls li {
    float: none;
    display: inline-block;
}


/*---------TIMELINE MODALS---------*/


.et_right_sidebar .container-extend #left-area {
    padding-right: 0px;
    padding-bottom: 0px;
}


body.et-db #page-container #et-boc .et-l .et_pb_button_1.next-btn::after, body.et-db #page-container #et-boc .et-l .et_pb_button_0.next-btn::after {
    content: attr(data-icon);
    font-family: "ETmodules" !important;
    line-height: inherit;
    font-size: inherit !important;
    margin-left: .3em;
    left: auto;
    opacity: 1;
    display: inline-block;
}
.border-column:after {
content: '';
height: 60%;
width: 2px;
position: absolute;
right: 0;
top: 7px;
background-color: #000000;
}

.border-column-light:after {
content: '';
height: 60%;
width: 2px;
position: absolute;
right: 0;
top: 7px;
background-color: #fff;
}

.et-db #et-boc .et-l .et_pb_blurb_position_left.timeline-key
 .et-pb-icon-circle {
padding: 4.3px;
	 width: auto;
}

.et-db #et-boc .et-l .timeline-key .et-pb-icon-circle {
    border-radius: 0;
}

.et-db #et-boc .et-l .et_pb_blurb_position_left.timeline-key .et_pb_main_blurb_image {
    width: 28px;
padding-top: 0px;
}

body .et_pb_blurb.timeline-key .et_pb_blurb_description {
    color: #879eb9 !important;
}



@media screen and (max-width: 767px) {
.border-column:after,.border-column-light:after {
content: none;
}
}


@media screen and (max-width: 980px) {
.prev-next-btns {
	padding-bottom: 20px !important;
}
}

@media screen and (max-width: 767px) {
.prev-next-btns {
	padding-bottom: 40px !important;
}
}


/*---------Individual PROFILES---------*/
h1.entry-title{
font-weight: 400 !important;
font-size: 37px;
	padding-bottom: 0px;
}

.modal-title h1{
/*font-weight: 400 !important;*/
}

p.life-date{
text-transform: uppercase;
	line-height: 1.7em;
font-weight: 500;
	font-size: 16px;
	margin-top: -5px;
}

#main-content.with-sidebar {
    background-color: #405E7B;
}

.et-db #et-boc .et-l .et_pb_section.reference-footer {
    padding: 1% 0px;
}

h2.timeline-title {
	color:#fff;
}

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container.container-extend {
    padding-top: 0px;
}

.et_pb_gutters2.et_right_sidebar .container-extend #left-area {
    padding-right: 0px;
	padding-bottom: 0px;
}

.et_right_sidebar .container-extend #sidebar {
    padding-right: 30px;
    padding-top: 55px;
	overflow-y: scroll;
}

.container.container-extend {
    width: 100%;
    max-width: 100%;
}


.tl-link{
	margin-top:20px;
}

.tl-link a{
	color: #ede3c8;
	text-transform: uppercase;
	font-weight: 600;
}

.tl-link a:hover{
	color: #fff;
}

.et-db #et-boc .et-l .id-tl-v .et_pb_post {
    margin-bottom: 0px;
}

/*.id-tl-v .wpex-timeline > li.et_pb_post .wpex-timeline-icon .fa{
    background-color: #ff9100;
}*/

.timeline-side {
	height: 100%;
min-height: 100%;
}


@media screen and ( max-width: 980px ) {
.et_right_sidebar .container-extend #sidebar {
    width: 80% !important;
    margin: auto;
}
}

/*.et-db #et-boc .et-l .et_pb_section_3.timeline-side {
    top: 104px;
}

.et-fixed-header .et-db #et-boc .et-l .et_pb_section_3.timeline-side {
    top: 51px;
}*/

/*---------Vertical timeline on profiles---------*/

.id-tl-v .wpex-timeline > li:first-child::before, .id-tl-v .wpex-timeline > li::after {
    margin-left: -150px;
}

.id-tl-v.wpex-timeline-list.left-tl:not(.show-icon) li .wpex-timeline-icon a i.fa.no-icon, .id-tl-v.wpex-timeline-list.show-simple.left-tl li .wpex-timeline-icon a i.fa {
    left: 22px;
}

.id-tl-v .timeline-details p, .id-tl-v .wptl-readmore-center {
	display:none;
}

.id-tl-v .wpex-timeline > li .wpex-timeline-label {
    margin: 0 0 0 55px;
}

.id-tl-v.wpex-timeline-list ul.wpex-timeline > li, .id-tl-v .wpex-timeline > li {
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
}


/*-----line above------*/
.id-tl-v.wpex-timeline-list.show-simple:not(.show-clean) .wpex-timeline > li:first-child::before {
    top: -15px;
}

.id-tl-v.wpex-timeline-list .wpex.wpex-timeline, .wpex-timeline {
    margin: 0px;
}

.id-tl-v .wpex-timeline > li .wpex-timeline-time span:last-child {
    font-size: 12px;
}

.id-tl-v .wpex h2 a {
	font-size: 16px;
text-transform: none;
}

.id-tl-v.wpex-timeline-list.show-simple-bod .timeline-details {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.id-tl-v.wpex-timeline-list.show-simple.show-simple-bod ul li .wpex-timeline-time .tll-date {
    padding: 10px 0 0 0;
	text-transform: uppercase;
}

.id-tl-v.wpex-timeline-list.show-simple ul li .wpex-timeline-time .tll-date {
    margin-bottom: 4px;
}

.id-tl-v.wpex-timeline-list ul.wpex-timeline > li, .wpex-timeline > li {
    /*padding-bottom: 47px;*/
}

.id-tl-v .wpex-timeline > li .wpex-timeline-label h2 a, .id-tl-v .wpex-timeline > li .wpex-timeline-time span:last-child, .id-tl-v.wpex-timeline-list.show-simple.show-simple-bod ul li .wpex-timeline-time .tll-date {
    color: #879eb9;
font-weight: 500;
}

.id-tl-v .wpex-timeline > li .wpex-timeline-label h2 a{
color: #ff9100 !important;
font-weight: 500 !important;
font-size: 19px;
}

.id-tl-v .wpex-timeline > li .wpex-timeline-label h2 {
    line-height: 0.5;
}



.id-tl-v .wpex-timeline > li.active .wpex-timeline-label h2 a{
color: #fff !important;
	  pointer-events: none;
}

.id-tl-v .wpex-timeline > li.active p {
	display: inherit;
	color: #EDE3C8 !important;
margin-top: 2px !important;
	line-height: 1.2em;
}


body .id-tl-v .wpex-timeline > li.active p a.glossaryLink{
	color: #EDE3C8 !important;
	/*border-bottom: solid 1px #EDE3C8 !important;*/
	border-bottom: solid 0px #EDE3C8 !important;
}

.et-db #et-boc .et-l .timeline-side .et_pb_bg_layout_dark h2{
    color: #ff9100 !important;
}


body.et-db #et-boc .et-l .timeline-side .et_pb_text a:hover {
    color: #C9C0A9 !important;
}

body.et-db #et-boc .et-l .timeline-side .et_pb_text .id-tl-v .wpex-timeline > li .wpex-timeline-label h2 a:hover{
color: #ea7c0f !important;
}

.id-tl-v.wpex-timeline-list {
    padding-top: 34px;
} 

.id-tl-v .wpex-timeline > li:first-child:before {
    background: #879eb9;
}

.id-tl-v .wpex-timeline > li .wpex-timeline-icon .fa {
    box-shadow: 0 0 0 3px #879eb9;
}


/* Disable Links on Non-Modal Events */



 body .id-tl-v .wpex-timeline > li::after {
    background: #879eb9;
}

 body .id-tl-v.wpex-timeline-list.show-simple span.tll-date::before {
    background: #879eb9;
}

.id-tl-v .wpex-timeline > li .wpex-timeline-icon .fa {
    background: #405E7B;
}

.id-tl-v li:last-of-type {
    margin-top: -15px;
	padding-bottom: 10px !important;
}

.id-tl-v.wpex-timeline-list ul li .wpex-timeline-icon i.fa.fa-square.icon-img::before {
    display: none;
}


.id-tl-v .wpex-timeline > li .wpex-timeline-time span.tll-date {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}


.id-tl-v .more-s-links, .id-tl-v .wptl-more-meta {
	display: none;
}

@media (max-width: 520px){
.id-tl-v.wpex-timeline-list.left-tl:not(.show-icon):not(.show-clean) li .wpex-timeline-icon a i.fa.no-icon, .id-tl-v.wpex-timeline-list.show-simple.left-tl:not(.show-clean) li .wpex-timeline-icon a i.fa, .id-tl-v.wpex-timeline-list.show-simple.left-tl li .wpex-timeline-icon a i.fa{
    left: 22px !important;
}
	
	.id-tl-v .wpex-timeline > li:first-child::before, .id-tl-v .wpex-timeline > li::after {
    margin-left: -49px;
}
}


.et-db #et-boc .et-l .timeline-sb-tabs ul.et_pb_tabs_controls {
    background-color: #405E7B;
}

.et-db #et-boc .et-l .timeline-sb-tabs ul.et_pb_tabs_controls::after {
    border-top: 0px;
}

.et-db #et-boc .et-l .timeline-sb-tabs .et_pb_tabs_controls li a {
    padding: 4px 20px;
    min-width: 130px;;
	text-align: center;
}

.et-db #et-boc .et-l .timeline-sb-tabs .et_pb_tabs_controls li {
    border-right: 0px;
}

.et-db #et-boc .et-l .et_pb_tabs_0.et_pb_tabs.timeline-sb-tabs .et_pb_tabs_controls li {
    margin-bottom: 5px;
	width: 130px;
}

/*---------OLD-horizontal timeline on profiles---------*/
body .id-tl.wpex.horizontal-timeline:not(.ex-multi-item) .horizontal-nav li.ex_s_lick-current span.tl-point {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

body .id-tl.wpex.horizontal-timeline .horizontal-nav li span.tl-point {
    color: #ede3c8;
}

.id-tl .wptl-more-meta {
	display: none;
}

body .id-tl.wpex.horizontal-timeline .wpex-timeline-label h2 {
    text-transform: none;
}

body .id-tl.wpex.horizontal-timeline .wpex-timeline-label h2 {
    margin-bottom: 0px;
}

body .id-tl .wptl-excerpt {
    color: #fff;
}

body .id-tl.wpex .timeline-details .wptl-readmore > a {
	color:#fff !important;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
background-color: #ff9100;
border-color: #ff9100;
border-radius: 5px;
font-weight: bold;
font-style: normal;
text-transform: none;
text-decoration: none;
}

body .id-tl.wpex .timeline-details .wptl-readmore > a:hover {
background-color: #ea7c0f;
border-color: #ea7c0f !important;
}

body .id-tl.wpex .timeline-details .wptl-readmore i {
	display: none;
}

.id-tl.wpex.horizontal-timeline .horizontal-nav li.ex_s_lick-current span.tl-point::before, .id-tl.wpex.horizontal-timeline .timeline-pos-select, .id-tl.wpex.horizontal-timeline .horizontal-nav li.prev_item span.tl-point::before {
    border-color: #ff9100;
}

.id-tl.wpex.horizontal-timeline .horizontal-nav li.ex_s_lick-current span.tl-point::before {
    background: #ff9100;
}

body .id-tl.wpex.horizontal-timeline .horizontal-nav li span.tl-point::before {
	background-color: #405e7a;
}

body .id-tl li.et_pb_post{
    margin-bottom: 0px !important;
}


/*---------MAP---------*/
div.cspml_details_container div.cspml_details_title {
    white-space: normal !important;
}


div.cspml_details_container div.cspml_details_title, div.cspml_details_container div.cspml_details_title a {
    font: 24px 'Barlow Condensed',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1em !important;
}

/*.cspml_thumb_container.cspm-col-lg-5 {
    width: 15% !important;
}

.cspml_details_container.cspm-col-lg-7 {
    width: 84.333%  !important;
}*/

.cspml_resize_map{
	display: none;
}

.cspml_listing_items_container{
	display: none;
}


body .si-wrapper-top {
	margin-top: -47px !important;
}

body div.cspm_infobox_container {
    height: auto !important;
}

body div.cspm_infobox_content_container.cspm_type6 div.cspm_infobox_content {
    padding: 17px;
}


body div.cspm_infobox_content_container.cspm_type6 div.cspm_infobox_content div.description, body div.cspm_infobox_content_container.cspm_type6 div.cspm_infobox_content, body div.cspm_infobox_content_container.cspm_type6 {
    height: min-content;
}

.map-read-more {
    margin-top: 5px;
}

.cspm_infobox_container.no-info-link .map-read-more {
	display: none;
}

body .cspm_infobox_container.other .title {
	padding-bottom: 0px !important;
}

.cspml_reset_lsitings_filter:first-of-type {
    border-right: 1px solid rgba(0,0,0,.24);
}

#cspml_listings_filter_form .icr-item {
	border-color: #202020 !important;
}

body div.cspml_fs_item_container label {
    font-weight: 400;
}

body .codespacing_progress_map_area * {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

body div.cspm_infobox_content_container.cspm_type6 div.cspm_infobox_content div.title a {
    font-size: 20px;
    font-family: 'Barlow Condensed',Helvetica,Arial,Lucida,sans-serif;
    color: #1d1e28 !important;
	pointer-events: none;
  cursor: default;
}

body div.cspm_infobox_content_container.cspm_type6 div.cspm_infobox_content div.description {
    font-size: 13px;
    font-weight: 300;
}

body div.cspm_infobox_content_container.cspm_type6 div.cspm_infobox_content div.map-read-more a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
}

/*---------GLOSSARY---------*/
body .cmtt-categories-filter a.cmtt-glossary-category {
    background: #ff9100;
    border-radius: 5px;
    padding: 8px 20px !Important;
}

body .cmtt-categories-filter a.cmtt-glossary-category:first-child {
    padding: inherit;
}

body .cmtt-categories-filter a.cmtt-glossary-category.selected {
    text-decoration: none;
}

body .cmtt-categories-filter a.selected {
    background: #1d1e28 !important;
}

body .ln-letters a {
    font-weight: 700;
}

body  .cm-glossary.table.classic ul.glossaryList li.the-index-letter {
    width: 100%;
    font-size: 20px;
    background-color: #f2efec;
    padding-left: 10px;
	margin-bottom: 10px;
}

body .cm-glossary.table.classic ul.glossaryList li.the-letter-separator {
    border-top: 0px solid #eaeaea;
    margin: 15px 1px 0 0;
}

body .cm-glossary.table.classic ul.glossaryList li {
    margin: 0px 20px 18px 0px;
}

.entry-content ul#glossaryList  {
	line-height: 1.3em;
}

body .ln-letters a.ln-selected {
    background-color: #1d1e28;
    color: #fff;
}

body .et_pb_bg_layout_dark span.glossaryLink, body .et_pb_bg_layout_dark a.glossaryLink {
    border-bottom: dotted 1px #fff !important;
    color: #fff !important;
}

/*body span.glossaryLink, body a.glossaryLink {
    border-bottom: dotted 1px #231f20 !important;
    color: #231f20 !important;
}

body span.glossaryLink, body a.glossaryLink {
    border-bottom: solid 1px rgba(0, 0, 0, 0.5) !important;
}*/


body span.glossaryLink, body a.glossaryLink {
    border-bottom: solid 0px rgba(0, 0, 0, 0.5) !important;
color: #FF9100 !important;
	font-weight: 700;
}

body span.glossaryLink:hover, body a.glossaryLink:hover {
    border-bottom: solid 0px rgba(0, 0, 0, 0.5) !important;

}


body select#glossary-categories {
padding: 5px 15px;
font-size: 13px;
font-weight: 600;
	float: left;
}


body .et_pb_bg_layout_dark a.glossaryLink, body .et_pb_bg_layout_dark body span.glossaryLink {
    /*border-bottom: solid 1px #FFFFFF !important;
	color: #FFFFFF !important;*/
	border-bottom: solid 0px rgba(0, 0, 0, 0.5) !important;
color: #FF9100 !important;
font-weight: 700;
} 

body .et_pb_bg_layout_dark a.glossaryLink:hover, body .et_pb_bg_layout_dark body span.glossaryLink:hover {
	color:#fff !important;
}

body #glossaryList a:hover {
    color: #231f20;
}

body ul#glossaryList {
    display: flex;
    flex-wrap: wrap;
}


body #ttcont div.glossaryTooltipMoreLinkWrapper {
  padding: 2px 12px 3px 0px;
}

@media only screen and (min-width:980px) {
body #ttcont div.glossaryTooltipMoreLinkWrapper {
  display: none !important;
}
}

/*---------CONTACT---------*/
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    border: 0px;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #ff9100;
    border-color: #ff9100;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
	transition: all 300ms ease 0ms;
    transition-property: all;
}
div.wpforms-container-full .wpforms-form input[type="submit"]:hover, div.wpforms-container-full .wpforms-form button[type="submit"]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
background-color: #ea7c0f;
	border: 0px;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0px 0px 10px 0px;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half {
	margin-left: 2%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half{
	width: 49%;
}

/*---------TABLE OF CONTENTS---------*/
.name-card.et_pb_blurb .et_pb_blurb_container h4.et_pb_module_header{
  text-transform: none;
}

.name-card .et_pb_blurb_container {
padding-left: 15px !important;
border-left: 2px solid #b5b3b1;
}

/*---------SEARCH---------*/

body div.asp_res_text p.tl-date{
    padding-bottom: 5px;
    margin-top: -5px;
}
 p.tl-date:blank {
	display: none;
}

/*---------FOOTER---------*/
#footer-widgets {
    padding: 3% 0 0;
}

footer p {
    line-height: 1.3em;
}

.et_pb_gutters3 .footer-widget {
    margin-bottom: 1.5%;
}

/*footer img {
    width: 30%;
}*/

.et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
    text-align: center;
}

.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
    margin-bottom: 0px;
}

.footer-menu.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
    margin-top: 0px;
}

#menu-footer > li {
    margin-top: 0px !important;
}

@media only screen and (max-width:499px) {
#menu-footer > li {
    margin-bottom: 5px !important;
}
}
/*
@media only screen and (max-width:980px) {
  #top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    display:block!important;
  }
  #et_mobile_nav_menu, .et_mobile_nav_menu { 
    display: none!important;
  }
}*/

.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none !important;
}

/*@media screen and ( max-width: 301px ) {
.lwp-hide-mobile-menu .et_pb_menu__menu > nav > ul > li {
    width:100%
}
}*/

a.downloadLink:before {
content: "\e059";
position:relative;
font-family: 'ETmodules';
font-size: 20px;
color: #FF9100;
font-weight: 400 !important;
top: 3px;
  padding-right: 8px;
}

a.downloadLink{
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

a.downloadLink:hover{
	color: #FF9100;
}