﻿.master-slider {
    /*background: var(--blue);*/
    padding-bottom: 15px;
}

.ms-slide .ms-caption {
    left: 0;
    right: initial !important;
}

.ms-layer.ms-caption {
    /*border-radius: 20px;*/
    background-color: transparent;
    padding: 0 20px;
    width: initial;
    max-width: 750px;
    /*max-width:calc(100% - 40px);*/
}

.ms-slide .ms-slide-layers {
   /* top: 40px;*/
}

body .ms-view {
    overflow: initial;
}

/*#banner:after
{
	width:100%;
	content: "";
	height:80px;
	display: block;
	position: relative;
	background-color: #017dc3;
}*/

.banCapBox p {
    display: none;
}

.banCapBox h2 {
    margin-bottom: 8px;
    color: var(--white);
}

.banCapBox a {
    color: var(--white);
    text-decoration: none;
    background: transparent;
    background-size: 16px auto;
    color:#fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding:14px 26px 14px 26px;
    margin-top:16px;
    margin-bottom:16px;
    display: inline-block;
    transition: all 0.2s ease;
    border-bottom:0;
    border: 2px solid var(--white);
    border-radius:10px;
}

    .banCapBox a:after, .contentArea ul li:before, .dropTitle:after {
        content: "";
        height: 7px;
        width: 6px;
        background: transparent;
        background-size: contain;
        display: inline-block;
        margin-left: 4px;
        transition: all 0.3s;
    }

.dropTitle:after {
    transform: rotate(90deg);
    right: 30px;
    top: 22px;
    position: absolute;
}

.contentArea ul li:before {
    position: absolute;
    top: 10px;
    left: -20px;
}

.banCapBox a:hover:after {
    margin-left: 8px;
}

#banner .ms-bullets.ms-dir-h {
    left: 48% !important;
}
