/* master mariners site

font-family: "proxima-nova"

*/
 @import url("https://use.typekit.net/hlg2bza.css");

:root {
    –blue: #0871ca;
    –navy: #00085a;
    -brightblue: #0e4fb3;
}

.login-button {
    background-color: #1c33b4;
    color: #fff !important;
    border-width: 0;
    border: 2px solid transparent;
    background-image: linear-gradient(90deg, #00085a 0, #0871ca 100%);
display: inline-block;
    box-sizing: border-box;
    padding: 0 30px !important;
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
        background-origin: border-box;
        border-radius: 2em;
            transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    font-family: proxima-nova;
    min-height: 20px !important;
    margin-top: 18px;
}

.login-button:hover {
    background-color: rgba(14, 79, 179, .85);
    color: #0e4fb3;
    border-color: #0e4fb3;
    background-image: none;
}

.uk-navbar-nav>li.uk-active>a::before, .uk-navbar-nav>li>a.current-menu-parent::before {
    background: #115189;
    width: 8px;
    height: 8px;
    position: absolute;
    content: " ";
    margin-top: 40px;
    border-radius: 4em;
}

.round img.el-image {
    border-radius: 2em;
}


.uk-drop.uk-navbar-dropdown {
    /* background-image: linear-gradient(0deg, rgba(218, 229, 235, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    background: #fff;
    box-shadow: 0 7px 4px rgba(0, 0, 0, .08);
    border-radius: 0px 0px 15px 15px;
    
}

.banner-col .uk-card-primary {
    background-image: linear-gradient(326deg, rgba(0,8,90,1) 0%, rgba(8,113,202,1) 100%);
    border-radius: 2em;
    overflow: hidden;
}


.banner-col .uk-tile-muted {
        background-image: linear-gradient(326deg, rgba(236,241,254,1) 0%, rgba(236,241,254,1) 33%, rgba(255,255,255,1) 100%);

    border-radius: 2em;
    overflow: hidden;
}


.banner-col .uk-slideshow-items {
    border-radius: 2em;
}

a.el-slidenav.uk-icon.uk-slidenav {
    background-color: #ffffff66;
}
.uk-slidenav {
    padding: 5px 10px;
    border-radius: 100px;
    margin-right: 10px;
}

.border-tr, .border-tl {
    position: relative;
}

.border-tr::after {
    content: '';
    background: url(/mm4/images/2024/top-right-border.png) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 137px;
    width: 350px;
    position: absolute;
    z-index: 2;
    top: -45px;
    pointer-events: none;
    right: -45px;
}

.border-tl::after {
    content: '';
    background: url(/mm4/images/2024/top-left-border.png) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 137px;
    width: 350px;
    position: absolute;
    z-index: 2;
    top: -45px;
    pointer-events: none;
    left: -20px;
}

.curved {
    position: relative;
}

.curved .uk-flex > div , .curved .uk-flex .uk-position-cover{
    border-radius: 2em;
    /* overflow: hidden; */
}


.curved-grid .uk-card-body {
    padding-top: 0px;
}
.curved-grid .el-title {
    text-align: center;
    position: relative;
    top: -18px;
}

.curved-grid  .uk-card-default {
    border: 1.5px solid #0e4fb3;
    border-radius: 2em;
}

.curved-grid .uk-card-hover .el-title {
    background: transparent;
}
.curved-grid .uk-card-hover:hover {
background: transparent !important;
}
.curved-grid .uk-card-hover {
        border-radius: 2em;

    border: 1.5px solid !important;
    border-color: #0e4fb3 !important;
    border-top: 0px !important;
    position: relative;
}
 
 /*
.curved-grid .uk-card-hover::before {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    background: #0e4fb3;
    left: 30px;
    top: 0px
}
.curved-grid .uk-card-hover::after {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    background: #0e4fb3;
    right: 30px;
    top: 0px
}
*/

.right-panel.uk-panel > * {
    position: relative;
    z-index: 2;

}
.right-panel.uk-panel {
            border-radius: 2em 0 0 2em;

}
.right-panel.uk-panel::before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    background-color: #ecf1fe;
    width: 100%;
    top: 0;
    right: -200px;
}

.left-panel.uk-panel > * {
    position: relative;
    z-index: 2;

}
.left-panel.uk-panel {
    border-radius: 0 2em 2em 0;
    left: -20%;
}

.left-panel.uk-panel::before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    background-color: #ecf1fe;
    width: 100%;
    top: 0;
    left: -90%;
}



.border-text h2 {
    background: white;
    position: absolute;
    top: -37px;
    max-width: fit-content;
    padding: 0px 20px 0px 20px;
    margin-left: -20px;
}

.border-text .uk-card-default.uk-card.uk-card-body {
    padding: 70px 90px 70px 90px;
	    margin-top: 30px;
	        border-radius: 2em;

}

.border-text .uk-card-default {
    border: 1px solid #0e4fb3;
}


.news-grid .el-item, .news-grid .el-image {
    border-radius: 2em;
}
.news-grid .el-item.uk-card.uk-card-primary {
    background-image: linear-gradient(326deg, rgba(0,8,90,1) 0%, rgba(8,113,202,1) 100%);
}

.branch-table p {
    margin-bottom: 0px;
}


@media (max-width: 2200px) and (min-width: 1700px) {
    .left-panel.uk-panel {
        left: -10%;
}

}

@media (max-width: 1820px) and (min-width: 1470px) {
    .uk-h1, h1  {
    font-size: 80px;
}
}

@media (max-width: 1700px) {
    .left-panel.uk-panel {
        left: 0;
}

}

@media (max-width: 1470px) and (min-width: 960px) {
    .uk-h1, h1 {
    font-size: 70px;
}
}

@media (max-width: 1200px) and (min-width: 960px) {
    .uk-navbar-nav {
        gap: 15px;
    }
    .uk-logo {
    width: 220px;
}
.uk-navbar-nav>li>a {
    font-size: 14px;
}


.border-text h2 {
    top: -24px;
	}
}

@media (max-width: 1200px) {
    .home-banner .uk-card-body {
    display: flow-root;
    padding: 40px 25px 25px 25px;
}
}	
	
@media (max-width: 960px) {
    h3, .uk-h3 {
        font-size: 40px;
    }
	

	.left-panel.uk-panel {
        top: 0px !important;
}
.border-tl::after {
    display: none;
}

.border-tr::after{
        right: -26px;

	
}
@media (max-width: 960px) and (min-width: 660px) {
.border-text h2 {
    top: -18px;
	}
}

@media (min-width: 800px) {
   .home-banner h1 {
    max-width: none;
    min-width: 200%;
}
}



@media (max-width: 660px) {
.border-text .uk-card-default.uk-card.uk-card-body {
    padding: 50px 40px 50px 40px;
}
.border-tr::after{
        height: 80px;
    width: 212px;
    top: -25px;
}
    .border-text h2 {
        top: -48px;
    }
}	
	
	
	
	