body {
    font-family: 'Nunito', sans-serif;
}

.top-bar, .title-bar, .marketing-site-footer-bottom {
    font-family: 'Lato', sans-serif;
}

.top-bar, .top-bar ul {
    background-color: #306ec5;
}

.title-bar {
    background-color: #306ec5;
}

.menu .menu-text {
    color: rgb(255, 255, 255);
    font-weight: normal;
    line-height: 1;
}

.font-bold {
    font-weight: 700;
}

.blue-color  {
    color: #023e97;
}

.blue-background  {
    background-color: #023e97;
}

.logo-image {
    width: 50px;
    height: 50px;
}
.logo-font {
    padding-left: 0 !important;
    font-size : 1.3rem;
}

.subtitle-font {
    font-size : 1rem;
    margin-top: 5px;
}

.button {
    padding-left: 25px;
    padding-right: 25px;
}

.button.warning {
    background-color: #ffae00;
    color: #31404A;
}

.button.primary {
    background-color: #2ba6cb;
    color: #31404A;
}

.text-bold {
    font-weight: bold;
}


@media screen and (max-width: 39.9375em) {
    .divider-border {
        border-bottom: 2px solid #023e97; 
        margin-bottom: 20px;
    }
}

@media print, screen and (min-width: 40em) {
    .divider-border {
        border-right: 2px solid #dadada; 
    }
}
  
@media print, screen and (min-width: 64em) {
    .divider-border {
        border-right: 2px solid #dadada; 
    }
    
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.column, .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    min-width: initial;
}

.fi-fontsize {
    font-size: 18px;
}

.grid-x > .small-12 {
    max-width: 100%;
}

.top10 {
    margin-top: 10px;
}

a {
    color: rgb(236, 241, 245);
}

.loading-height {
    min-height: 200px;
}

li.accordion-item a {
    color : #023e97;
    font-weight: bold;
    font-size: 0.9rem;
}