/* evenly space navigation items */
@media (min-width: 1200px) {
    .main-nav__item--level-0:not(:last-child) {
        margin-right: auto;
        flex-basis: min-content;
    }
}

@media (min-width: 768px) {
    .main-nav__item--level-0 {
        display: flex;
        flex-direction: column;
        flex: none;
        position: relative;
    }
}


/* remove blurred bg-image */
.blur-image__bg {
    background-image: none !important;
}


.main-nav__item__icon__icon svg,
.main-nav__item__icon__icon .svg {
    height: 1.3rem;
    width: 1.3rem;
    line-height: 1.5;
    list-style: none;
    font-family: Montserrat-Bold,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .625rem;
    letter-spacing: .0625rem;
    color: #FFFFFF;
    x: 0px;
    y: 0px;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: hidden;
}


/* Remove Metadata Tab */
ul.nav.nav-tabs.nav-level--1.nav-tabs--bar-sm li:nth-child(2) {
    display: none;
}


/*
    Created on : 28 Jan 2022, 08:34:04
    Author     : daniellazar
*/

/* header container */
header > nav  div.main-navbar__top > div.container {

}
/* header logo */
header > nav div.main-navbar__logo > a > img {
    width: 155px;
}


header > div.close-container a.close {
    position: absolute;
    right: 10px;
}

/* footer menu */

footer > div.main-footer {
    padding: 0;
}

footer > div.main-footer div.container.menu {
    padding: 15px 0 5px;
}

footer > div.main-footer div.container.menu ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;

}

@media (max-width: 768px){
    footer > div.main-footer div.container.menu ul{
        flex-direction: column;
    }
}

footer > div.main-footer div.container.menu ul li{
    padding: 10px 25px;
    line-height: 1.4;
}

footer > div.main-footer div.container.menu li a,
footer > div.main-footer div.copyright-bar{
    font-weight: 100;
    font-size: 90.25%;
}

/* footer copyright */
footer > div.main-footer div.container.copyright{
    padding-bottom: 20px;
}

footer > div.main-footer div.copyright-bar{
    padding: 10px 0;
}



/* footer link animations */
footer > div.main-footer  div.menu li > a {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: linear-gradient(#fff,#fff);
    background-repeat: no-repeat;
    background-position: 0 100%;
    -webkit-transition: background-size .2s;
    transition: background-size 200ms ease 0ms;
    background-size: 0 .125rem;
    padding-bottom: .375rem;
}

footer > div.main-footer div.menu li > a:hover,
footer > div.main-footer > a:active {
    background-size: 100% .125rem;
    color: #fff;
}

/* overlay dialog */
.og-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.og-dialog .underlay{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background-color: #fff;
    z-index: 101;
}

.og-dialog .dialog-container{
    position: relative;
    display: block;
    opacity: 1;
    width: 60%;
    height: 95%;
    z-index: 102;
    box-shadow: 2px 2px 14px 2px gray;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow-y: scroll;
}



.og-dialog .dialog-container .dialog-body {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 40px 30px;
    background-color: #fff;
}

.og-dialog .dialog-container .dialog-body .dialog-content h2 {
    margin-bottom: 10px;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 1.25rem;
    color: #343434;
    display: block;
    float: none;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
    position: static;
    text-align: left;
}

.og-dialog .dialog-container .dialog-body .dialog-content p {
    line-height: 1.54;
    font-family: Arial,sans-serif !important;
    color: #343434;
    margin-bottom: 12px;
    margin-top: 14px;
    text-align: left;

}

.og-dialog .dialog-container .dialog-body .dialog-content ol li {
    margin-bottom: 1rem;
}

.og-dialog .dialog-container .dialog-body .dialog-controls {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 0;
    display: inline-block;
}

.og-dialog .dialog-container .dialog-body .dialog-controls .button {

    min-width: 247px;
    width: auto;
    padding: 10px 15px;
    border: 2px solid #003b68;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    line-height: 1.3;
    background-color: #003b68;
    transition: background-color .25s ease-out,color .25s ease-out,-webkit-transform .25s ease-out,-webkit-box-shadow .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out,transform .25s ease-out,box-shadow .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out,transform .25s ease-out,box-shadow .25s ease-out,-webkit-transform .25s ease-out,-webkit-box-shadow .25s ease-out;
    margin-right: 10px;


}

.og-dialog .dialog-container .dialog-body .dialog-controls .button:hover {
    color: #003b68;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}

@media (max-width:991.98px) {

    .og-dialog .dialog-container{
        width: 95%;
    }

    .og-dialog .dialog-container .dialog-body .dialog-controls .button{
        margin-top: 5px;
    }
}

.registration-form-container a,
.confirmation-container a {
    color: #003b68;
}
