:root {
    --lightgrey: #666;
    --fontSize-reg: 14px;
    --fontSize-sm: 12px;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', serif;
    font-size: var(--fontSize-reg);
}

/* Utility */
.smallerText {
    font-size: var(--fontSize-sm);
}
.greyText {
    color: var(--lightgrey);
}
.fffText {
    font-family: 'Playfair Display', serif !important; 
}
.fancyText {
    font-family: 'Playfair Display', serif !important;
    font-size: 13px !important;
    margin: 5px 0 14px 0 !important;
    color: #999;
    line-height: 1;
    float: none;
    text-align: center;
}
.fancyBBText {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    text-align: center;
}
.thinBlackLine {
    border: solid 1px black;
}

.bolderText {
    font-weight: bolder;
}
.textLeft {
    text-align: start;
}
a.nav-link.active {
    color: #222 !important;
}


li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: black;
}
.topBlackBar {
    height: 50px;
    width: 100%;
    position: sticky;
    top: -1px;
    z-index: 5000;
    background-color: #000;
}
.header {
    height: 115px;
    display: flex;
    justify-content: center;
    
}
button.navbar-toggler {
    position: fixed;
    top: -5px;
}


.navbar-brand {
    font-weight: 600;
    font-size: 200% !important;
    line-height: 1 !important;
}
nav {
    height: 115px;
}
nav.navbar {
    right: unset;
    left: unset;
    width: 100%;
    padding: 2rem;
    flex-flow: row nowrap;
    justify-content: center;
}
.navItemsWrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
#navbarCollapse {
    position: fixed;
    top: 48px;
    background: black !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Fonts  */
/* h1, h2, h3, h4, h5, h6, .nav-link {
    font-family: 'Lato', sans-serif;
} */
.businessNews, .businessNews_item > a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}


.businessNews_item > a {
    font-size: 14px !important;
    margin: 10px 0 0px 0 !important;
    color: #666;
    line-height: 1;
    text-align: center;
}
.businessNews > hr {
    margin-bottom: 4em;
}



.covidBanner, .footer1, .footer2 {
    padding: 1em;
}

.oldCovidBanner {
    background: #e2373f;
    color: white;
    padding: 1em;
}
.oldCovidBanner > h2 {
    font-size: 1.5em;
}
.oldCovidBanner > p {
    font-size: .9em;
    line-height: 1;
}

.footer1 {
    flex-flow: column nowrap;
}
.footer2 {
    display: flex;
}
section.footer2 {
    background: #fafafa;
    padding-left: 2em;
    color: #999;
    height: 50px;
}

.tx-div-small {
    display: block;
    height: 3px;
    background-color: #000;
    opacity: 0.1;
    margin: 15px 0 15px;
}
.tx-div-small-dark {
    display: block;
    height: 3px;
    background-color: #FFF;
    opacity: 0.3;
    margin: 15px 0 15px;
    width: 30px;
}
.tx-div-small-dark-center {
    display: block;
    height: 3px;
    background-color: #FFF;
    opacity: 0.3;
    margin: 0 auto;
    width: 30px;
}
.tx-div-medium-dark-center {
    display: block;
    height: 3px;
    background-color: #FFF;
    opacity: 0.3;
    margin: 1em auto;
    width: 60px;
}
.whiteText {
    color: white;
}
.footer_linkWrapper {
    display: flex;
    justify-content: space-between;
    margin: .5em 0;
}
.footer_linkWrapper > a{
    color: black !important;
}
.footerLinkPushLeft {
    margin-right: 2em;
}
.footer1Col {
    margin: 0 1em;
    width: 260px;
}
.footer1Col > h6 {
    color: black;
}
.footer1 {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
}
.footer2>p {
    color: #555555;
    font-size: .75em;
    margin-left: 30em;
}
ul.footerContactInfoUl > li {
    margin-bottom: .25em;
}
.desktopOnly {
    height: 0;
    max-height: 0;
    width: 0;
    max-width: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.mobileOnly {
    border-top: 1px solid rgba(0,0,0,.1);
    margin: 2em 0;
}
.oldCovidBanner {
    margin-bottom: 2em;
}
form#contactForm > * {
    margin-bottom: 1em;
}



@media (max-width: 768px) {
    .navbar-brand {
        text-align: center;
    }
    button.navbar-toggler {
        border: none;
        position: fixed;
        left: 0;
        top: 10px;
        z-index: 100000;
    }
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
        transition: height 0s;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
}

@media only screen and (min-width: 768px) {
    .footer1 {
        flex-flow: row nowrap;
        justify-content: center;
    }
    .oldCovidBanner {
        margin-bottom: 0;
    }
    section.businessNews {
        flex-flow: row nowrap;
        justify-content: center;
    }
    .businessNews_item {
        margin: 0 2em;
    }
}

@media only screen and (min-width: 1024px){
    .topBlackBar {
        height: 0;
        max-height: 0;
        width: 0;
        position: absolute;
        overflow: hidden;
    }
    #navbarCollapse {
        position: unset;
        top: unset;
        background: unset !important;
        color: black;
    }
    .header {
        height: 150px;
        display: flex;
        justify-content: center;
    }
    .navItemsWrapper {
        margin-top: 4em;
        width: 100%;
    }
    .navbar-brand {
        margin-bottom: 1em;
    }
    .desktopOnly {
        height: unset;
        max-height: unset;
        width: unset;
        max-width: unset;
        position: unset;
        overflow: unset;
        padding: 0;
        margin: 0 25em;
        border-color: #dbdbdb;
    }
    li.nav-item {
        margin: 0 1em;
    }
    li.nav-item  > a{
        color: var(--lightgrey) !important;
    }
    .mobileOnly {
        height: 0;
        max-height: 0;
        width: 0;
        max-width: 0;
        position: absolute;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    hr {
        border-color: black;
        padding: 0 5em;
        /* margin-top: 2em; */
        margin: 0m 35em;
    }
    .businessNews_item {
        margin: 0 6em;
    }
    
    
}

