
/* TIME LINE AND HISTORY TICKER ARROW STYLE */

.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:before {
    border-top-color: #273896 !important;
    border-width: 16px;
    margin-left: -16px;
}

.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:after {
    border-top-color: #273896 !important;
    border-width: 10px;
    margin-left: -10px;
}

/* TIME LINE AND HISTORY TICKER ARROW STYLE */

/* Button Hovers */

button.btn-modal.btn-primary.btn-modal-md.overlay-show.ult-align-center {
	transition: all 0.3s !important;
}

button.btn-modal.btn-primary.btn-modal-md.overlay-show.ult-align-center:hover {
    background: #a6a5a6 !important;
    border-color:  #a6a5a6 !important;
}

/* Button Hovers */

/* Login footer*/

.wp-members .div_texbox input {
	height: 25px !important;
	width: 90% !important;
}

.wp-members .button_div input.buttons {
	width: 93% !important;
	font-size: 16px;
}


/* Login footer*/


.rw_column1 {
    width: 60.666%;
    float: left;
    padding-right: 40px;
    margin-bottom: 60px;
}

.rw_column2 {
    width: 33.333%;
    float: left;
}


@media only screen and (max-width: 700px) {
 .rw_column1 {
    width: 100%;
    float: left;
    padding-right: 0px;
    margin-bottom: 60px;
}

.rw_column2 {
    width: 100%;
    float: left;
}
}