﻿@font-face {
    font-family: "Gilroy";
    src: url('fonts/Gilroy-Black.ttf') format("truetype");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "OpenSans";
    src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "OpenSans";
    src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format("truetype");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    src: url('fonts/MaterialSymbolsOutlined[FILL\,GRAD\,opsz\,wght].woff2') format('woff2');
    font-display: swap;
  }

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 24px;  /* Preferred icon size */
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
      font-variation-settings:
      'FILL' 1,
      'wght' 400,
      'GRAD' 0,
      'opsz' 24


  }


body {
    font-size: 16px;
    color: #252627;
    font-family: "OpenSans";
    background: linear-gradient(180deg, #E5F0FB 0%, #FEFFFF 100%);
    font-weight: 400;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gilroy";
    font-weight: 700;
    color:#003384;
}

.eyebrow{
    font-family: 'OpenSans';
    font-weight: 700;
    font-size:14px;
    text-transform: uppercase;
}

img {
    width: 100%;
}

.Hide {
    display: none;
}

#content-wrap {
    padding: 0;

    margin-bottom: 64px !important;
}

.nodisplay {
    display: none;
}

.logo {
    width: auto;
    height: 32px;
}

.microToolcontent {
    margin-top: 65px;
    /* padding: 16px; */
}

.header {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.09);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    right: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 15px;
}

.no-icon-wrapper-spacer {
    width: 55px;
}


.headerContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}


.intro {
    padding: 64px 32px 0px 32px;
}


a.dropdown-toggle:hover,
.globe:hover {
    color: #ff4c00;
}

.dropdown-menu ul li:hover {
    color: #ff4c00;
    cursor: pointer;
}

/*HERO*/
.hero_container {
    min-height: 460px;
    display: flex;
    align-items: center;
    /* max-width: 1072px; */
    width: 100%;
    margin: 0 auto;
}

.hero_wrapper {
    /* width: 80%; */
    /*padding-right: 50px;*/
    /* z-index: 1; */
    /* position: relative; */
    /* padding: 50px 0px 50px 0px; */
}

.hero_img_wrapper {
    /* position: relative; */
    /* padding: 20px; */
    /* width: 100%; */
    /* max-height: 501px; */
    /* display: block; */
    height: 465px;
    /* align-items: center; */
    /* display: flex; */
}

.hero_img_content {
    position: relative;
    height: 100%;
    /* padding: 20px; */
}


.hero_img {
    background-image: url(../img/brooke-cagle-JBwcenOuRCg-unsplash.jpg);
    background-size: cover;
    height:474px;
    /* width: 50%; */
    border-radius: 15px;
    background-position: center;
}

.contentTitle {
    text-align: center;
    margin: 64px 0px;
}

.input {}
.button-group {
    gap: 15px;
    display: inline-flex;
    flex-wrap: wrap;
}

label.btn{
    border-radius:100px;
    font-family: 'OpenSans';
    font-weight:700;
    padding:8px 24px;
    gap: 8px;
    display: inline-flex;
    /* flex-wrap: wrap; */
}
label.btn:hover {
    background-color: #003384;
    color: #FEFFFF;
}

.btn-outline{
    border:solid 2px #003384;
    color:#003384;
}

.btn-check:checked+.btn{
    color:#FEFFFF;
    background-color:#003384;
}


.inputRow,
.resultsRow {
    /* padding: 20px 80px; */
    /* position: relative; */
}

.contentBody {
    max-width: 1072px;
    margin: 0 auto;
    /* padding: 32px; */
    /* margin-left: 32px; */
}

.contentBody h2,
.contentBody .subtitle {
    text-align: center;
}

.subtitle a{
    color:#fff;
}

.contentDesc {
    text-align: center;
}

.figTitle {
    text-align: center;
    padding: 15px 0px;
}



#input-bg {
    /*position: absolute;*/
    background-image: url('../img/Wave-left-light-BW-1600x1600.jpg');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:25%;
}

/*CARD*/
.card-container {
    position: relative;
    margin-bottom: 15px;
}

.card {
    /*margin: 0px 15px;*/
    /*max-width: 250px;*/
    width: 100%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 0px;
    border: none;
}

.card-header img {
    width: auto;
    height: 24px;
}

.card-header {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 15px;
}

.card:after {
    content: "";
    height: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.card-title {
    width: 100px;
}

.form-check-input {
    height: 22px;
    width: 42px !important;
    padding: 0;
}

.form-check-input:checked {
    background-color: #17EBA0;
    border-color: #0000005c;
}

/*Nav Tab*/

.tab-container .nav {
    max-width: 223px;
    width: 100%;
}

.nav-item {
    margin-bottom: 27px;
}

.nav-pills .nav-link {
    text-align: left;
    padding: 0px 0px 0px 28px;
    font-size: 22px;
    font-weight: 600;
    color: #999999;
    line-height: 26px;
    ;
}

.sub-nav.nav-link {
    font-size: 18px;
}

.nav-pills .nav-link.active {
    color: #000;
    position: relative;
    background: none;
}

.nav-link.active:after {
    content: "";
    width: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tab-content{
    width:100%;
}

.tab-collapse.collapse {
    width: 100%;
    display: block;
}

.nav-link-responsive{
    display:none !important;
}

.tab-collapse .collapse{
    display:block !important;
}


/*Inputs*/
.regInput{
    border-radius:8px;
}
.inputContainer {
    background-color: #FEFFFF;
    padding: 32px;
    border-radius: 16px;
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.inputContainer .subtitle{
    text-align:left;
}

.form-control.microToolInput {
    text-align: right;
}

.row-input {
    margin: 16px 0px;
}

.formContainer {
    background-color: #fff;
    padding: 40px;
}

.form {
    max-width: 617px;
    width: 100%;
    margin: 0 auto;
}

.form-label {
    margin-bottom: 0;
}

.form div {
    margin: 0px 0px 20px;
    align-items: end;
}

span.icon-wrapper {
    padding: 10px;
}

.icon {
    width: 24px;
    height: 24px;
}

svg.icon path {
    stroke: #01A982;
}

.legend{
    border-radius: 100px;
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto;
    /* padding: 5px; */
}

.legendContainer span{
    font-weight:700;
    font-size:14px;
}

.cat1{
    background-color:#F72485;
}

.cat2{
    background-color:#B5169E;
}

.cat3{
    background-color:#7208B7;
}

.cat4{
    background-color:#550CAD;
}

.cat5{
    background-color:#480CA8;
}

.cat6{
    background-color:#3A0BA3;
}

.cat7{
    background-color:#3F37C9;
}

.cat8{
    background-color:#4261EE;
}

.cat9{
    background-color:#4895EF;
}
.cat10{
    background-color:#4CC9F0;
}

.figContainer {
   background-color:#FEFFFF;
   border-radius: 16px;
   box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
   max-width: 870px;
   margin:0 auto;
   margin-bottom: 60px;
   padding: 64px 32px;
   gap: 16px;
   display: flex;
   flex-direction: column;
}

.figContainer h3, .figContainer h4{
    text-align: center;
}

.legendContainer{
    margin:0 auto;
    /* align-content: center; */
    max-width: 500px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.results {
    /* padding: 60px 0px; */
}

.resultsContent {
    z-index: -1;
    position: relative;
}

.resultsContent.diclaimer p {
    font-size: 12px;
    color: #8a8a8a;
}

.downloadContainer{
   background-color:#003384;
   border-radius:16px;
   padding: 64px 32px;
   color: #FEFFFF;
   text-align:center;
   gap: 15px;
   display: flex;
   flex-direction: column;
}

.downloadContainer h2{
    color:#FEFFFF;
}

a.microToolButton {
    text-decoration: none;
    color: #fff;
    height: fit-content;
}

.modal-body p.small {
    font-size: 12px;
    color: #8a8a8a;
}

.small {
    font-size: 12px;
}

.microToolButton:hover {
    background-color: #01A982;
}

div.cta {
    /* text-align: center; */
    /* margin-top: 20px; */
    /* height: auto; */
    /* padding: 20px; */
}

.microToolButton.cta{
  width: auto;
    padding: 16px 40px;  
    font-size: 18px;
    border: none;
    border-radius: 48px;
    font-weight:700;
    align-items: center;
  display: flex;
  margin: 0 auto;
  margin-bottom:15px;
}

.microToolButton.cta.cta-secondary {
    
    background-color: #FEFFFF;
    color: #0068D9;
    
}

.microToolButton.cta.cta-primary {
    
    background-color: #0068D9;
    color: #FEFFFF;
}

.inputContainer .microToolButton.cta{
    float:right;
}
/*Modal*/
.modal-xl .modal-body{
    max-height: 800px;
}

.contact {
    padding-bottom: 50px;
}

.contactContent {
    background-color: #0F2A45;
    padding: 80px;
    text-align: center;
    overflow: hidden;
    max-width: 1235px;
    margin: 0 auto;
    position: relative;
}

.contactContent h2.contentTitle {
    color: #fff;
}

.gdprBottom {
    position: fixed;
    bottom: 0;
}

.minMaxValidationMessage {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.error {
    color: red;
}

.minMaxValidationMessage {
    top: 100%;
    z-index: 1;
    /* width: 100%; */
    margin-top: .1rem;
    position: absolute;
    background-color: rgba(220, 53, 69, .9);
    color: #fff;
    font-size: 14px;
    padding: 5px;
    opacity: 0.98;
    /* width: 100%; */
    text-align: center;
    right: 0;
}

#footer {
    color: #252627;
    height: 80px;
    margin: 0 auto;
    background-color:#EDF2F5;
    /* background-position: bottom; */
    width: 100%;
    /* position: fixed; */
}

    #footer a {
        text-decoration: none;
        color: #0068D9;
    }

.footer {
    margin: 0 auto;
    max-width: 1200px;
}

#console {
    overflow: hidden;
}

.container-fluid {
    position: relative;
    max-width: 1235px;
    margin: 0 auto;
}

.content-wrap {
    position: relative;
    height: 100%;
    min-height: 100px;
    padding: 0 0 0 15px;
    overflow-y: auto;
    overflow-x: hidden;   
}

.console-menu {
    min-width: 100%;
    height: 100%;
}

.contentPanel {
    min-height: calc(100vh - 80px);
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.btnContainer {
    display: flex;
    /* justify-content: space-between; */
    /* max-width: 753px; */
    margin: 0 auto;
    margin-top: 20px;
}

.btnContainer .btn {
    margin-bottom: 10px;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: transparent;
    border: none;
    color: #000;
    box-shadow: none;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu.dropdown-menu-left.show {
    width: 200px;
}

ul {
    padding: 1em;
    margin-bottom: 0;
}

ul li {
    list-style: none;
    margin-bottom: 10px;
    padding: 0;

}

.registration {
    margin-bottom: 15px;
}

span.registrationPanel.microToolButton:hover {
    color: #fff;
}

.form-control:read-only {
    background-color: #fff;
    border-color: #fff
}

    .form-control:read-only:focus {
        box-shadow: 0 0 0 0;       
    }
    

@media (max-width: 991px) {}

@media (max-width: 900px) {


}

@media(max-width: 768px) {
    .hero_wrapper {
        width: 100%;
        padding: 20px 0px 20px;
    }

    .hero_container {
        min-height: 350px;
    }


    .hero_wrapper h1 {
        font-size: 36px;
    }

    .inputContent {
        padding: 0px 50px;
    }

    #footer {
        position: relative;
    }


    .form-check-input {
        height: 32px;
        width: 62px !important;
    }

    .intro, .inputContainer, .figContainer{
        padding:32px 16px;
    }

    .contentTitle{
        margin:32px 16px;
    }

    .inputContainer, .figContainer, .downloadContainer{
        border-radius:0px;
    }

    .microToolButton.cta{
        width:100%;
        justify-content: center;
    }

}
@media(max-width: 425px) {

    .inputContent {
        padding: 0px 20px;
    }

}