#topbutton {
    position: fixed;
    display: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    bottom: 15%;
	right:5%;
    z-index: 1;
    background: transparent;
    border: none;
    text-decoration: none;
    color: var(--greencolor);
    text-align: center;
}
@media only screen and (min-width: 1920px){
		#topbutton { right: 10%;}
}
#topbutton:after {
    content: "\f062";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    height: 1em;
    line-height: 1.618;
    color: var(--bluecolor);
    font-size: 30px;
}





.bind-red-text{
	color:#DD0B18;
} 
.bind-dark-text{
	color:#1A2441;
} 
.bind-white-text{
	color:white;
} 
.bind-blue-text{
	color:#72B5CC;
} 
h2.bind-header-image-text {
	font-size: 60px;
	line-height:60px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.bind-borderedwhite-button{}
.entry-title{display:none;}

html body .bind-borderedwhite-button button{
	border:solid 2px white !important;
}

.bind-redbg-icon-section .bind-transparent-overlay:before{
	    background-color: #DD0B18;
    opacity: 58%;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
	
}

.main-content {
    padding-bottom: 0px!important;
}
.comment-content article>div, .entry-content article>div {
    margin: 0 !important;
}
  .fixed-column {
      position: fixed;
      top: 99px;
      width:50vw!important;
    }

.bind-fixto-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
	top:auto;
    /* Add any other styles as needed */
  }