.elementor-widget-text-editor p:last-child {
		margin-bottom: 0px;
}


.bs-btn a {
  color: #FFFFFF;
	font-weight: 500;
	font-size: 1.25rem;
}

.bs-btn a:hover {
color: #FFFFFF;
	font-weight: 800;
}

a {
	color: #459DCB;
	font-weight: 500;
}

a:hover {
	color: #459DCB;
	font-weight: 800;
}

.headline_text {

	background: rgb(0, 0, 0, 0.3);
		width: 618.66px;
  padding: 3rem;
	display: flex;
		align-items:center;
		justify-content:center;
}

.headline_text h1 {
	word-break: normal;
}

.entry-title {
font-weight:600;
		opacity:1;
		
}

.ticker-content  {
		color: white;
		
}
.ticker-content a {
	font-size: 1.025rem;
		padding-left:.5rem;
}

.widget-image-caption {
font-weight: 600;
}


.tabs{
    width: 80vw;
    display: block;
    margin: 40px auto;
    position: relative;
}

.tabs .tab{
    float: left;
    display: block;
}

.tabs .tab>input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs .tab>label {
    display: block;
    padding: 6px 21px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #FFF;
    background: #4A83FD;
}

.tabs .content {
    z-index: 0;/* or display: none; */
    overflow: hidden;
    width: 100%;
    padding: 25px;
    position: absolute;
    top: 27px;
    left: 0;
    background: #303030;
    color: #DFDFDF;
    
    opacity:0;
    transition: opacity 400ms ease-out;
}

.tabs>.tab>[id^="tab"]:checked + label {
    top: 0;
    background: #303030;
    color: #F5F5F5;
}

.tabs>.tab>[id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 1;/* or display: block; */
   
    opacity: 1;
    transition: opacity 400ms ease-out;
}

object {
margin-bottom: 2rem;

}

.back-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.back-button:hover {
    background-color: #005a8c;
}

ul > li:before {
content:'';
}