@charset "utf-8";
/*Default Styles*/
a, button, i, nav, nav * {
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

a, a:hover { color: #0063AA; }

h1, h2, h3, .h1, .h2, .h3 { font-weight: 400; }
h1, .h1 { font-size: 2.8125rem;}


.bg_cover { background-repeat: no-repeat; background-position: center center; background-size: cover; }
.bg_dark { background-color: #323C47; }
.bg_light { background-color: #F5F5F5;}
.bg_overlay { background-color: rgba(0,0,0,0.60);}
.bg_primary { background-color: #0063AA; }

.border_bottom { border-bottom: 1px solid #ddd; }
.border_left { border-left: 1px solid #ddd; }

.d_grid { display: grid; }
.gap_2 { gap: .5rem; }


.size_1 { font-size: 1.5rem; }
.size_2 { font-size: 1.25rem; }
.size_3 { font-size: 1.125rem; }
.size_4 { font-size: 0.875rem; }
.size_5 { font-size: 0.75rem; }

.text_primary { color: #0063AA; }
.text_white { color: rgba(255,255,255,1); }
.text_white_80 { color: rgba(255,255,255,0.80); }
.text_white_60 { color: rgba(255,255,255,0.60); }
.text_white_45 { color: rgba(255,255,255,0.45); }

/* Custom */
.btn-lg, .btn-group-lg>.btn { font-size:1.125rem; padding: .875rem 1rem; }
.btn-outline-primary { border-color: #0063AA; color: #0063AA; } 
.btn-primary { background-color: #0063AA; border-color: #0063AA; } 

.icon { border-radius: 50%; width: 3rem; height: 3rem; }
.icon i { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.icon_primary { background-color: rgba(0,99,170,.14); }

.media { border-bottom: 1px solid #DDD; }

.rounded_lg { border-radius: .45rem; }

/*Active, Focus & Hover Styles*/
.btn-outline-primary:hover { background-color: #0063AA; color: #FFF; }
.btn-primary:hover { background-color: #2384C9; border-color: #2384C9; }
.text_white:hover { color: rgba(255,255,255,0.45); }

@media (min-width: 768px) {
    .media { border-bottom: 0; border-right: 1px solid #DDD; }

}

@media (min-width: 992px) {
    h1, .h1 { font-size: 3.125rem;}
    h2, .h2 { font-size: 2.5rem;}

    .mt_lg_n7 { margin-top: -3.5rem !important; }
}

@media (min-width: 1200px) {
}