



/*         typography          */
body {
    font-family: lato-light;
    font-size: 17px;
    line-height: 25px;
}

p,
li,
.T2 {
    font-size: 1.2rem;
}

.T1, .T2, .T3 {
    font-family: lato-light !important;
}


.btn-link {
    font-size: 1em;
    padding-left: 0;
}

    .btn-link:hover {
        color: #47b96c;
    }

li {
    padding: 5px;
}

.darkText h1,
.darkText h2,
.darkText h3,
.darkText h4,
.darkText h5,
.darkText h6,
.darkText .T1,
.darkText .T2,
.darkText .T3,
.blogPreviewTitle,
.categoryLink,
.tag {
    color: #111;
}


.lightText h1,
.lightText h2,
.lightText h3,
.lightText h4,
.lightText h5,
.lightText h6,
.lightText .T1,
.lightText .T2,
.lightText .T3,
.landing .blogPreviewTitle {
    color: #fff;
}

h1 {
    font-size: 3.6em;
    margin-bottom: 30px;
}

.T1 {
    font-size: 1.4rem !important;
}

h2 {
    font-size: 3em;
    margin-bottom: 30px;
}

h3 {
    font-size: 2.3em;
    margin-bottom: 30px;
}

.T3 {
    font-size: 1.0rem;
}

h4 {
    font-size: 1.9em;
    margin-bottom: 30px;
}

h5 {
    font-size: 1.4em;
    margin-bottom: 30px;
}

@media (max-width:990px) {
    h1 {
        font-size: 2.9em;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 2em;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 1.3em;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    h5 {
        font-size: 1.2em;
        margin-bottom: 20px;
    }
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}


a,
a:hover,
a:focus,
.blogPreviewTitle:hover {
    color: #47b96c;
    text-decoration: none;
}

a:focus {
    outline: 0
}

a:hover,
.categoryLink:hover,
.tag:hover {
    color: #47b96c;
    text-decoration:underline;
}

.darkText p a,
.darkText p a:hover,
.darkText p a:focus,
.darkText p a *,
.darkText a *{
    color: #47b96c !important;
}

.lightText p a,
.lightText p a *,
.lightText a * {
    color: #8bffb1 !important;
}

.lightText p a:hover {
    color: #8bffb1 !important;
    text-decoration: underline;
}


.linkedHeader,
.headerLink,
.darkText .linkedHeader,
.darkText .headerLink {
    text-decoration: none;
}

.linkedHeader::after,
.headerLink::after,
.darkText .linkedHeader::after,
.darkText .headerLink::after {
    content: ' ';
    display: block;
    margin-top: 15px;
}


.linkedHeader:hover,
.headerLink:hover .darkText .linkedHeader:hover,
.darkText .headerLink:hover

{
    color: rgba(51,51,51,1) !important;
    opacity:0.8;
}

.darkText .header,
.darkText .linkedHeader,
.darkText .headerLink {
    color: rgba(51,51,51,1) !important;
}

.lightText .header,
.lightText .linkedHeader,
.lightText .headerLink {
    color: rgba(255,255,255,1) !important;
}

.lightText .linkedHeader:hover,
.lightText .headerLink:hover,
.lightText .linkedHeader.header:hover {
    color: rgba(255,255,255,1) !important;
    opacity: 0.8;
}




.headerLink {
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

    .headerLink:hover {
        text-decoration: none;
    }

.darkText .linkedHeader {
    display: inline;
    border-bottom: 0px solid #111;
}

.lightText .linkedHeader {
    display: inline;
    border-bottom: 0px solid #fff;
}

.linkedHeader:hover {
    display: inline;
    border-color: #47b96c;
}

.linkedHeader::after {
    content: "\A";
    white-space: pre;
    display: block;
    width: 20px;
    height: 1.5rem;
}

footer a,
footer a:hover {
    text-decoration: none;
}


.darkText * {
    color: #444;
}

.lightText * {
    color: #fff;
}

.lightText a:hover *,
.darkText a:hover * {
    color: #47b96c;
}



/* user classes */
.large-width {
    max-width: 1300px !important;
}

.normal-width {
    max-width: 1140px !important;
}

.medium-width {
    max-width: 960px !important;
}



.footerContainer {
    background-color: #454545;
    padding: 20px;
    padding-top: 40px;
}

    .footerContainer li {
        padding: 3px 0;
    }

    .footerContainer .row {
        flex-flow: row nowrap;
    }

@media (max-width: 630px) {
    .footerContainer {
        display: none;
    }
}


.blackFooter {
    background-color: #333333;
    padding-top: 10px;
    padding-bottom: 0;
}

    .blackFooter .btn-link {
        color: #808080 !important;
        font-size: 1.1rem !important;
    }


.footerContainer a {
    color: #cccccc !important;
    font-size: 0.9em !important;
}

    .footerContainer a:hover {
        color: #29a653 !important;
        cursor: pointer;
    }

.footerContainer p {
    color: #808080 !important;
    font-size: 0.9em !important;
    margin-top: 5px;
    white-space: normal;
}

.footerContainer li.nav-menu-item {
    white-space: normal;
}

.footerContainer li {
    line-height: 1.2;
    font-size: 0.9em;
}

.firstLevelFooterMenu a {
    color: #cccccc !important;
    font-size: 1.1em !important;
}

    .firstLevelFooterMenu a:hover {
        color: #29a653 !important;
        cursor: pointer;
        font-size: 1.1em !important;
    }




.esri img {
    margin: 0;
}

.last-string {
    color: #808080 !important;
    font-size: 0.8665em !important;
}



/* nav */

.navbar {
    padding: 0 30px;
}

nav a {
    text-decoration: none;
}

.nav-item {
    padding: 0 7px;
}


.nav-link {
    color: rgb(68, 68, 68);
    font-family: roboto-regular !important;
    font-weight: 500;
    font-size: 0.82em;
}

.nav-link.active {
    font-weight: 600;
}

.nav-link:hover {
    color: #47b96c !important;
}



/* nav second-level */
.navbar.navbar-second-level {
    padding: 5px 30px;
    border-top: 1px solid #ccc;
    background-color: #fff !important;
}

.navbar-second-level * {
    color: #000 !important;
}

@media (max-width: 990px) {
    .navbar.navbar-second-level {
        padding: 0px 0px;
        border-top: 0;
    }
}


.navbar-second-level.fixed-top {
    margin-top: 60px;
    top: 0px !important;
}

.stripe_Grid .media-left {
    padding-right: 30px;
    padding-left: 30px;
}

.peopleInSnow {
    background-position-y: 30%;
    min-height: 250px;
}

section {
    background-position: center;
    background-size: cover;
}

table, td {
    border: 1px solid black;
    border-collapse: collapse;
}

td {
    padding: 10px;
    text-align: left !important;
}


/* journal */

.postHeader.lightText .tag {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    margin-right: 10px;
    padding: 7px 15px 7px 15px;
}

    .postHeader.lightText .tag:hover {
        border: 1px solid rgba(255, 255, 255, 1);
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
    }

.postHeader .previewImage > img {
    max-width: 100%;
}

.dateInBlog {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    font-size: 1.2em;
}

.blogPostTitle {
    font-size: 3.2em;
    margin: 20px 0 20px 0;
}

.tagsListInPost {
    display: inline-block;
    margin-top: 20px;
}

.logo {
    width: 250px;
    height: 50px;
}

    .logo > img {
        display: none;
    }

@media (max-width:990px) {
    .navbar-second-level > div {
        padding-left: 30px;
        padding: 30px;
        height: 100%;
    }

    .language {
        text-align: right;
    }
}
.NoPaddingBottom {
    padding-bottom: 20px;
    padding-top: 100px;
}

.btn-primary {
    border: 1px solid white;
    background-color: transparent;
    color: #8bffb1;
}
    .btn-primary:disabled {
        opacity: 0.5;
        background-color: transparent;
        border-color: white;
        color: white;
    }
    .btn-primary:hover:not(:disabled),
    .btn-primary:focus:not(:disabled) {
        background-color: transparent;
        border-color: white;
        text-decoration: underline;
        color: #8bffb1;
    }

    .btn-primary:active {
        color: #47b96c !important;
        border-color: #47b96c !important;
        background-color: transparent !important;
    }

#CookiesNotify {
    display: block;
    background-color: rgba(255,255,255,0.95);
    padding: 20px;
    text-align: left;
    font-size: 1.2rem;
    color: #444;
    font-family: MuseoSansCyrl-100, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-top: 1px solid #E6E6E6;
    max-height: 90vh;
}
#CookiesNotify div {
    overflow: auto;
}

.cookiesNotifyContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-flow: row;
    min-height: 70px;
}

@media (max-width: 900px) {
    .cookiesNotifyContainer {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-flow: column;
    }

    .cookieButton {
        margin-left: 0px;
        margin-top: 20px;
    }
}