.mw-banner-header {
    background: url('');
    background-color: black;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 410px;
    display: flex;
    align-items: center;
}

.mw-hero {
    padding-left: 160px;
}

.mw-hero-title h2 {
    font-family: UniversCondensed, Arial;
    font-size: 100px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 86px;
    word-break: break-word;
}

@media (max-width: 1024px) {
    .mw-hero {
        padding: 20px;
    }
}

video.mw-video-no-controlls::-webkit-media-controls {
    display: none;
}

/* Could Use thise as well for Individual Controls */
video.mw-video-no-controlls::-webkit-media-controls-play-button {}

video.mw-video-no-controlls::-webkit-media-controls-volume-slider {}

video.mw-video-no-controlls::-webkit-media-controls-mute-button {}

video.mw-video-no-controlls::-webkit-media-controls-timeline {}

video.mw-video-no-controlls::-webkit-media-controls-current-time-display {}


/* Mw calc block styles*/

/**
Icon Years
 */
.mw-form .mw-input-icon.mw-icon-year:before {
    content: "/year";
}

/** calculator block */

.font-30-um {
    font-size: 35pt;
    font-family:  Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: normal;
}

.font-35-um {
    font-size: 35pt;
    font-family:  Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: normal;
}

.font-80-um {
    font-size: 80pt;
    font-family:  Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: normal;
    color: #3fc9d4;
    border-bottom: 2px solid #89898b;
    margin-bottom: 30px;
}

.calc-total-label {
    font-size: 1.8em;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
}
.calc-total-label span {
    position: absolute;
    right: 0;
}
.calc-apply-text {
    font-size: 25pt;
    font-family:  Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 25px;
}

.calc-apply {
    font-size: 25pt;
    font-family:  Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: normal;
    color: #ea7d1e;
}

.required-warning {
    border: 1px solid red !important;
}

/**
    Slider images block
 */
.mw-block-slider-item {
    /*display:flex !important;
    justify-content: center;*/
}
.mw-block-slider-item {
    max-height: 400px;
    /*margin: 0 auto;*/
}
img.mw-block-slider-item {
    width: auto !important;
}
.mw-block-slider-item > img {
    max-height: 400px;
    /*margin: 0 auto;*/
}

.mw-block-slider .slick-prev:before, .slick-next:before {
   color:#6495ED ;
}
.slick-dots li button:before {
    font-family: 'slick_f' !important;
}

.mw-block-slider-base-dots{
    position: relative;
}
.mw-block-slider-base-dots .slick-dots {
    bottom: 7px;
    left: 0;
}
/**
refinance calculator
 */
.mw-calc-2-column.refinance-calculator
{
    font-size: 10px;
}
.mw-calc-2-column.refinance-calculator::after {
    background: none;
}

.mw-calc-2-column.refinance-calculator .mw-form input[type=button] {
    height: auto;
    padding: 0.2rem;
    border: none !important;
}

.mw-calc-2-column.refinance-calculator .mw-form input, .mw-calc-2-column.refinance-calculator .mw-form select {
    padding: 1rem;
    height: auto;
    outline: none;
}

.mw-calc-2-column.refinance-calculator .mw-form input[type=button]:hover {
    background-color: #ea7d1e;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 1.6em;
    height: auto;
    cursor: pointer;
}
.mw-calc-2-column.refinance-calculator .form-label {
    text-transform: capitalize;
}