/* 
   Temporary Stylesheet for Mindmapping 
   --------------------------------------
   This file contains styles for testing and development.
   Finalized styles will be moved to appropriate stylesheets.  
*/

body {
	font-family: 'Source Sans Pro ', sans-serif;
	-webkit-font-smoothing: antialiased;
    color: #09142F;
}

.container-fluid {
    max-width: 1600px;
}

.content-wrapper {
    padding-top: 75px;
}

/* Nav */

.navbar {
    box-shadow: 0px 1px 6px -1px rgba(175, 175, 175, 175.66);
    z-index: 9000;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand {
    min-height: 75px;
    align-content: center;
    margin-right: 30px;
}

.nav-link  {
    color: #09142F;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-item {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #09142F;
}

/* Footer */

footer  {
    background-color:  #09142f;
}

footer a  {
    color:  #d1d1d1;
    text-decoration:  underline;
}

footer a:hover  {
    text-decoration:  underline #0089f7;
    color:  #0089f7;
}

/* Carousel */

.carousel-home .carousel-indicators {
    position: absolute;
    width: 320px;
    z-index: 95;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    bottom: -2em;
    margin: 0 auto;
    opacity: 1;
}

.carousel-home .carousel-indicators [data-bs-target] {
    position: relative;
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    background-color: #71bae9;
    background-clip: padding-box;
    border: none;
    border-top: none;
    border-bottom: none;
    transition: opacity .6s;
    border-radius: 50%
}

.carousel-home #yourCarousel .carousel-indicators .active {
    background-color: #71bae9;
    opacity: 1;
}

.carousel-home .carousel-indicators>li {
    margin-right: 10px;
}

.carousel-control-prev-icon {
    background-image: url(../../../../img/chevron-left-blue.svg);
}

.carousel-control-next-icon {
    background-image: url(../../../../img/chevron-right-blue.svg);
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

/* Icon Lists */

.footer-list li {
    position: relative;
    padding-left: 24px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: -30px;
    font-size: 18px;
}

.footer-list a {
    text-decoration: none;
}

.footer-list li:before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('../img-tmp/icons/icon-bluetri.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-list {
    --icon-url: url('../img-tmp/icons/icon-check-filled-light-blue.png');
    list-style-type: none;
    margin-left: -33px;
    padding: 0;
}

/* Icon modifiers for .icon-list */
.icon-list--check-yellow {
    --icon-url: url('../img-tmp/icons/icon-check-filled-yellow.png');
}

.icon-list--check-blue {
    --icon-url: url('../img-tmp/icons/icon-check-filled-blue.png');
}

.icon-list--check-black {
    --icon-url: url('../img-tmp/icons/icon-check-filled-black.png');
}

.icon-list a {
    display: inline;
    white-space: normal;
}

.icon-list li {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: .5em;
}

.icon-list li span {
    display: inline;
}

.icon-list li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: var(--icon-url);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-top: 4px;
}

.icon-list li.no-icon::before {
    visibility: hidden;
}

.arrow-up-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/* Utilities */

.divider-dotted  {
    border: none;
    border-top: 3px dotted #ffffff;
    width: 100%;
}

.divider-blue {
    border-top-color: #3B7DFF;
}

.divider-green-blue {
    border-top-color: #21C6BD;
}

.divider-dark-gray {
    border-top-color: #7a7a7a;
}

.divider-black {
    border-top-color: #000000;
}

.open-circle-list {
    list-style-type: circle;
}

.border-bottom-none {
    border-bottom: none;
}

/* Buttons */

.btn-cta-secondary {
    background-color: #2589EE;
    border-color: #2589EE;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-cta-secondary:hover,
.btn-cta-secondary:focus {
    background-color: #1D72C3;
    border-color: #1D72C3;
    color: #fff;
}

.btn-cta-secondary:active {
    background-color: #1860A3;
    border-color: #1860A3;
}

/* Tables */

.table-header-blue {
    background: #163754 !important;
    color: white !important;
    border: 1px solid #163754 !important;
}

.table-header-light-blue {
    background: #ECF5FE !important;
}

.table-header-row-border {
    border: 1px solid #dee2e6 !important;
}

.table-header-border-none {
	border: none !important;
}

/* Tabs */

@media (min-width: 992px) {
    .underline-tabs .nav-tabs {
        display: flex;
        gap: 15px
    }
}

.underline-tabs .nav-tabs {
    border-bottom: 2px solid #e9ecef;
}

.underline-tabs .nav-link {
	background: #F8F8F8;
    border-top: 1px solid #C7C9CB;
    border-right: 1px solid #C7C9CB;
    border-left: 1px solid #C7C9CB;
    padding: 1rem 1.5rem;
    margin-bottom: -2px;
    transition: all 0.3s ease;
}

.underline-tabs .nav-link:hover {
    border-color: #9fa3a6;
    color: #0d6efd;
}

.underline-tabs .nav-link.active {
    border-bottom-color: #0d6efd;
    color: #0d6efd;
}

.tab-content {
    border: 1px solid #C7C9CB;
}

/* Accordions */

.accordion .listul li {
    font-size: 16px;
}

/* Colors */

.text-white-subtle {
    color: #d1d1d1;
}

.text-gray {
    color: #6a6a6a;
}

.bg-light-yellow {
    background-color: #FEF7E6;
}

.bg-light-orange {
    background-color: #FFE096;
}

.bg-orange {
    background-color: #FED061;
}

.bg-light-blue {
    background-color: #DAFCFA;
}

.bg-light-blue-gray {
    background-color: #F1F7FB;
}

.bg-light-gray {
    background-color: #FCFCFC;
}

/* Bootstrap Color Overrides */
:root {
    --primary-bg-color: #09142F;
    --primary-subtle-bg-color: #20293F;
    --secondary-bg-color: #FEBC20;
  }

    /* Backgrounds */

    .bg-primary {
        background-color: var(--primary-bg-color) !important;
    }

    .bg-primary-subtle {
        background-color: var(--primary-subtle-bg-color) !important;
    }

    .bg-secondary {
        background-color: var(--secondary-bg-color) !important;
    }

    /* Texts */

    .text-primary {
        color: var(--primary-bg-color) !important;
    }
      
    .text-secondary {
    color: var(--secondary-bg-color) !important;
    }

    /* Borders */

    .border-primary {
        background-color: var(--primary-bg-color) !important;
    }

/* Text */

h1, .text-header-h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5em;
}

h2, .text-header-h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5em;
}

h3, .text-header-h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1em;
}

h4, .text-header-h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5em;
}

h5, .text-header-h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1em;
}

p {
    font-size: 20px;
    line-height: 1.4;
}

li {
    font-size: 20px;
    line-height: 1.5;
}

.fs-18 {
    font-size: 18px;
}

/* Medium Screens (Tablets, 768px and below) */
@media (max-width: 992px) {
    h1, .text-header-h1 { font-size: 36px; }
    h2, .text-header-h2 { font-size: 34px; }
    h3, .text-header-h3 { font-size: 30px; }
    h4, .text-header-h4 { font-size: 22px; }
    h5, .text-header-h5 { font-size: 18px; }
    p { font-size: 18px; }
    li { font-size: 18px; }

    .rounded-sm {
        border-radius: 1em !important;
    }
}

/* Small Screens (Phones, 480px and below) */
@media (max-width: 575px) {
    h1, .text-header-h1 { font-size: 30px; }
    h2, .text-header-h2 { font-size: 28px; }
    h3, .text-header-h3 { font-size: 24px; }
    h4, .text-header-h4 { font-size: 20px; }
    h5, .text-header-h5 { font-size: 16px; }
    p { font-size: 16px; }
    li { font-size: 16px; }
}

/* Viewport-Based Styles */
@media (min-width: 320px)  {
	.mmlogos {
	    position: relative;
	    width: 100%;
	    max-width: 174px;
	}
}

@media (max-width: 575px) {  

}

@media (min-width: 576px)  {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .gradient-divider-light-yellow {
        background: linear-gradient(to right,
        #FEF7E6 0%,
        #FEF7E6 50%,
        #ffffff 50%,
        #ffffff 100%);
    }

    .mmlogos {
	    position: relative;
	    width: 100%;
	    max-width: 130px;
	}
}

@media (min-width: 1200px) {
    .navbar {
        display: flex;
        align-items: center;
    }

    .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 5px;
        column-gap: 20px;
    }

    .navbar-nav .nav-item {
        position: relative;
        line-height: 1;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 600;
    }

    .navbar-expand-xl .navbar-nav .nav-link, 
    .nav-item {
        padding: 0 !important;
    }

    .navbar-nav .nav-link {
        position: relative;
        display: inline-block;
        line-height: 1.5;
        text-decoration: none;
    }

    /* Underline Animation */
    .navbar-nav .nav-link:after,
    .navbar-nav .nav-link.active:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background-color: #0089f7;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-nav .nav-link:after {
        transform: scaleX(0);
    }

    .navbar-nav .nav-link:hover:after {
        transform: scaleX(1);
    }

    .navbar-nav .nav-link.active:after {
        transform: scaleX(1);
    }
    
    .navbar-brand {
        margin-left: 1.5rem;
    }

    .dropdown-item {
        font-size: 14px;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    ul.dropdown-menu {
        min-width: auto;
    }
}

@media (min-width: 1400px) {

}

/* Modal */


.st-top span {
	color: #fff
}

.ab-btngreen {
	background-color: #090;
	border: none;
	padding: .5rem 1rem !important
}

.ab-btngreen:hover {
	background-color: #0099005e;
	border: none;
	color: #fff;
	padding: .5rem 1rem !important
}

.mdhd,
.mdsbhd,
.mdul li {
	font-weight: 500
}

.closea,
.greenbtn-a {
	position: relative;
	width: 100%
}

.face.animate {
	animation: .82s cubic-bezier(.36, .07, .19, .97) both shake;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0)
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0)
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0)
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0)
	}
}

.modal.fade.modal-right .modal-dialog {
	transform: translate(125%, 0)
}

.modal.show.modal-right .modal-dialog {
	transform: none
}

.modal.fade.modal-right .modal-dialog {
	position: relative;
	bottom: 0;
	right: 0;
	transform: scale(0);
	transform-origin: right bottom;
	transition: transform .29s cubic-bezier(.36, .07, .19, .97)
}

.modal.show.modal-right .modal-dialog {
	transform: scale(1);
	transform-origin: right bottom
}

.mdhd {
	color: #00488e;
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 33px
}

.mdsbhd {
	color: #000;
	font-size: 20px
}

.mdul {
	position: relative;
	max-width: 370px;
	left: -30px
}

.mdul li {
	list-style-type: none;
	position: relative;
	border-bottom: 2px solid #a7a7a7;
	font-size: 14px;
	line-height: 35px
}

.mhdinner {
	position: relative;
	padding: 0px
}

.greenbtn-a {
	background-color: #4caf50;
	color: #fff;
	border: 2px solid #7bb78c;
	border-radius: 5px;
	padding: 7px 15px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600
}

.greenbtn-a:hover {
	background-color: #00b12c;
	border: 2px solid #7bb78c
}

.closea {
	height: 100%;
	right: 0
}

.xit {
	position: absolute;
	right: 8px;
	top: 4px;
	margin: 15px;
	width: 26px;
	height: 26px;
	color: #000;
	font-weight: 600;
	border: none;
	background-color: #fff;
	cursor: pointer;
	z-index: 1000
}

.xit:hover {
	background-color: #dbdbdb
}

.modal-content {
	border-radius: 20px !important
}

.checkicon {
	position: relative;
	display: inline-block;
	top: 0;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(/img/grnchck.png);
	background-size: contain;
	padding-right: 23px
}

@media (min-width:320px) {
	.modal-dialog {
		max-width: 100%;
		margin: 1.75rem auto;
		border-radius: 50px;
        padding-right: 15px;
        padding-left: 15px;
	}
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
}

@media (min-width:992px) {
	.modal-dialog {
		max-width: 955px;
		margin: 1.75rem auto
	}
}

@media (min-width:1200px) {
	.modal-dialog {
		max-width: 1040px;
		margin: 1.75rem auto
	}
}

@media (min-width:1400px) {
	.modal-dialog {
		max-width: 960px;
		margin: 1.75rem auto
	}
}

@media (min-width:1649px) {
	.modal-dialog {
		max-width: 970px;
		margin: 1.75rem auto
	}
}