/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,17): run-time error CSS1039: Token not allowed after unary operator: '-textcolor'
(48,39): run-time error CSS1046: Expect comma, found '0'
(48,43): run-time error CSS1046: Expect comma, found '/'
(106,28): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(115,28): run-time error CSS1039: Token not allowed after unary operator: '-lightgreen'
(116,28): run-time error CSS1039: Token not allowed after unary operator: '-lightgreen'
(175,28): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(176,28): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(186,28): run-time error CSS1039: Token not allowed after unary operator: '-green'
(187,28): run-time error CSS1039: Token not allowed after unary operator: '-green'
(197,28): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(205,39): run-time error CSS1046: Expect comma, found '0'
(205,43): run-time error CSS1046: Expect comma, found '/'
(227,17): run-time error CSS1039: Token not allowed after unary operator: '-textcolor'
(258,43): run-time error CSS1046: Expect comma, found '0'
(258,47): run-time error CSS1046: Expect comma, found '/'
(264,43): run-time error CSS1046: Expect comma, found '0'
(264,47): run-time error CSS1046: Expect comma, found '/'
(351,32): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(360,40): run-time error CSS1046: Expect comma, found '0'
(360,44): run-time error CSS1046: Expect comma, found '/'
(400,32): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(401,32): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(406,32): run-time error CSS1039: Token not allowed after unary operator: '-green'
(407,32): run-time error CSS1039: Token not allowed after unary operator: '-green'
(460,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(499,21): run-time error CSS1039: Token not allowed after unary operator: '-textcolor'
(556,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(562,21): run-time error CSS1039: Token not allowed after unary operator: '-textcolor'
(569,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(625,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(635,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(639,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(644,21): run-time error CSS1039: Token not allowed after unary operator: '-textcolor'
(648,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(667,21): run-time error CSS1039: Token not allowed after unary operator: '-textcolor'
(700,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(705,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(709,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(714,21): run-time error CSS1039: Token not allowed after unary operator: '-textcolor'
(718,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(728,32): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(732,43): run-time error CSS1046: Expect comma, found '0'
(732,47): run-time error CSS1046: Expect comma, found '/'
(776,43): run-time error CSS1046: Expect comma, found '0'
(776,47): run-time error CSS1046: Expect comma, found '/'
(812,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(853,43): run-time error CSS1046: Expect comma, found '0'
(853,47): run-time error CSS1046: Expect comma, found '/'
(874,43): run-time error CSS1046: Expect comma, found '0'
(874,47): run-time error CSS1046: Expect comma, found '/'
(1019,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(1029,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(1033,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(1042,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(1055,43): run-time error CSS1046: Expect comma, found '0'
(1055,47): run-time error CSS1046: Expect comma, found '/'
(1078,43): run-time error CSS1046: Expect comma, found '0'
(1078,47): run-time error CSS1046: Expect comma, found '/'
(1228,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(1238,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(1242,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
(1251,21): run-time error CSS1039: Token not allowed after unary operator: '-darkgreen'
 */

:root {
    --darkgreen: #5aa69d;
    --lightgreen: #9ccac5;
    --green: #7bb8b1;
    --darkgray: #4a4a4a;
    --textcolor: #4a4a4a;
}

body {
    margin: 0px auto;
    background-color: #9ccac5;
    padding: 0px;
    color: var(--textcolor);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
}

.offline-body {
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-grow: 1;
    flex-flow: strech;
    background-color: #9ccac5;
    height: 100vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.font-red{
    color: #900707;
}

label.error {
    color: red;
    font-size: .8rem;
    display: block;
    margin-top: 5px;
}


.nav-bar {
    margin: 0px auto;
    max-width: 1200px;
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 10%);
    background-color: #f7f7ef !important;
}

/* OVERRIDE BOOSTRAP SETTINGS */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(90, 166, 157, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(90, 166, 157, 0.6);
    outline: 0 none;
}

.carousel-item > img {
    max-width: 1200px;
    max-height: 409px;
}

.slide_image_box {
    max-width: 1200px;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}

.slide_image {
    max-width: 1200px;
    overflow: hidden;
}

.slide-image > img {
    max-width: 1200px;
}

/* MENU OPTIONS */
.menu-option {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 2px;
    border-radius: 5px;
    border: solid 1px transparent;
}

.menu-option:hover {
    border: solid 1px var(--darkgreen);
}

.menu-option-sel {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 2px;
    border-radius: 5px;
    color: #ffffff !important;
    border: solid 1px var(--lightgreen);
    background-color: var(--lightgreen);
}

.menu-option-flag {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 5px;
    border-radius: 5px;
    border: solid 1px transparent;
    float: right;
}

/* BUTTON TO TOP */

#btnGoTop {
    display: none;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
}

#btnGoTop::after {
    content: "\f077";
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#btnGoTop:hover {
    cursor: pointer;
    background-color: #333;
}

#btnGoTop:active {
    background-color: #555;
}

.hide {
    /*visibility: hidden !important;*/
    display: none !important;
}

.show {
    /*opacity: 1 !important;
    visibility: visible !important;*/
    display: inline-block !important;
}

.btn {
    background-color: var(--darkgreen);
    border: solid 1px var(--darkgreen);
    font-weight: bold;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: .9em;
    cursor: pointer;
}

.btn:hover {
    background-color: var(--green);
    border: solid 1px var(--green);
    color: #fff;
}


.offline-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    border: solid 1px var(--darkgreen);
    border-radius: 5px;
    background-color: #bbddd9;
    color: #3e3e3e;
    font-size: 12px;
    padding: 10px;
    width: 600px;
    height: 350px;
    box-shadow: 3px 3px 7px 3px rgb(0 0 0 / 10%);
}

/* SOCIAL LINKS */

.social-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 320px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
}

.social-links > a {
    border: 0px;
    text-decoration: none;
    width: 32px;
    margin-right: 15px;
    color: var(--textcolor);
}

.social-links > a:hover {
    color: #5e5e5e;
}

.social-links-wrapper {
    max-width: 32px !important;
}

.social-links-wrapper > i {
    font-size: 32px;
    max-width: 32px;
}


@media screen and (max-width: 7000px) {

    /* MAIN CONTAINERS */

    .main-content {
        display: flex;
        flex-direction: column;
        align-content: stretch;
        justify-content: stretch;
        margin: 0px auto;
        padding-top: 80px;
        max-width: 1200px;
        background-color: #fff;
        min-height: 100vh;
        box-shadow: 3px 3px 7px 3px rgb(0 0 0 / 10%);
    }

    .nav-bar {
        margin: 0px auto;
        max-width: 1200px;
        box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 10%);
        background-color: #f7f7ef !important;
    }
    
    .nav-logo {
        margin-left: 0px;
        margin-right: 20px;
    }

    .content-panel {
        /*padding-left: 15px;
    padding-right: 15px;*/
        /*display: flex;*/
        /*align-items: stretch;*/
    }


    /* FOOTER */
    .footer {
        display: flex;
        flex-flow: row;
        align-items: center;
        align-content: stretch;
        justify-content: space-between;
        color: #fff;
        font-size: .7em;
        padding: 10px;
        height: 60px;
        max-width: 1200px;
        background-color: rgb(53, 53, 53);
    }

    .offline-footer {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: flex-end;
        width: 200px;
        color: #797979;
        font-size: 12px;
        padding: 3px;
    }

    .footer-logo {
        display: flex;
        width: 170px !important;
    }

    .footer-copy {
        display: flex;
        min-width: 200px !important;
        flex-grow: 1;
    }

    .footer-links {
        display: flex;
        justify-content: flex-end;
        flex-grow: 2;
        padding-right: 30px;
    }

    .link {
        color: #ffffff !important;
        margin-left: 30px;
    }

    .box-content {
        background-color: rgb(250, 250, 250);
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        border-color: rgb(236, 236, 236);
        padding: 15px;
        margin: 10px;
        transition: all 700ms ease 0s;
        box-shadow: none;
        box-sizing: border-box;
    }

    .link-button {
        font: 12px Helvetica, Arial, Verdana, sans-serif;
        margin-bottom: 10px;
        padding-left: 13.333333333333px;
        padding-right: 13.333333333333px;
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: var(--darkgreen);
        background-image: none;
        color: #ffffff;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
    }

    .link-button:hover {
        box-shadow: 1px 1px 10px rgb(0 0 0 / 12%);
        color: #fff;
    }

    .link-button-wrapper {
        position: relative;
        z-index: 2;
        white-space: nowrap;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }


    /* BANNER */

    .image-banner {
        height: 430px;
        width: 100%;
    }

    .image-banner-box {
        position: relative;
        top: 200px;
        left: 50px;
        font: 32px "Roboto", Helvetica, Arial, Verdana, sans-serif;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .image-banner-title {
        font: 32px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    }

    .image-banner-description {
        font: 14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    }


    /* FORM PARA DOWNLOAD */

    .btn {
        background-color: var(--darkgreen);
        border: solid 1px var(--darkgreen);
        font-weight: bold;
    }

    .btn:hover {
        background-color: var(--green);
        border: solid 1px var(--green);
    }

    .form-download {
        background-color: rgb(196, 196, 196);
        width: 100%;
    }

    .form-download form {
        padding-left: 30px;
        padding-right: 30px;
        min-height: 50px;
    }

    .form-download-title {
        width: 100%;
        font-weight: bold;
        font-size: 1.5em;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .form-download-description {
        text-align: center;
        padding-bottom: 5px;
        margin-bottom: 10px;
        width: 100%;
    }

    .p-download-form {
        float: left;
        width: 33%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .p-download-form > input,
    button {
        width: 100%;
    }

    /* FORM PARA INPUT */

    .form-input {
        border-top: solid 1px #ededed;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px;
        max-width: 70%;
    }

    .form-input > * > h2 {
        color: var(--darkgreen);
        margin-bottom: 30px;
    }

    /* CAIXAS DE LINK PARA ARTIGOS */

    .link-main-container {
        display: flex;
        flex-flow: row;
        margin: 30px;
    }

    .link-container {
        display: flex;
        flex-flow: row;
        justify-content: stretch;
        flex-grow: 1;
        flex-wrap: wrap;
        margin-right: 30px;
        gap: 40px;
        max-width: 780px;
    }

    .link-highlight-container {
        justify-content: flex-start;
        align-items: center;
        flex-grow: 1;
        max-width: 320px;
        background-color: #fafafa;
        border-radius: 5px;
        padding: 10px;
        min-height: 300px;
    }

    .link-box {
        display: flex;
        flex-flow: column;
        max-width: 370px;
        margin-bottom: 20px;
        color: var(--textcolor);
    }

    .link-box-highlight {
        max-width: 370px;
        margin-bottom: 50px;
        color: #353535;
    }

    .link-box h4 {
        color: #7bb8b1;
        padding-right: 20px;
    }

    .link-box-highlight h4 {
        color: #7bb8b1;
        padding-right: 20px;
    }

    .link-box-image {
        border: solid 1px #ccc;
        padding: 5px;
        border-radius: 3px;
        margin-bottom: 35px;
        max-width: 100%;
    }

    .link-box-image-highlights {
        float: right;
        border: solid 1px #ccc;
        padding: 5px;
        border-radius: 3px;
        margin-left: 30px;
        margin-bottom: 35px;
        max-width: 100%;
        min-width: 50px;
    }

    /* AREAS */

    .section-main-container {
        display: flex;
        flex-flow: row;
        margin: 30px;
    }

    .section-container {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        flex-grow: 1;
        flex-wrap: wrap;
        margin-right: 30px;
        max-width: 780px;
    }

    .section-container > h2 {
        color: var(--darkgreen);
    }

    /* ARTIGOS */

    .article-container {
        color: var(--textcolor);
        margin-left: 30px;
        padding-right: 20px;
        text-align: justify;
    }

    .article-container > h2 {
        color: var(--darkgreen);
        margin-bottom: 40px;
    }

    .article-box-image {
        float: right;
        max-width: 250px;
        border-radius: 4px;
        border: solid 1px #efefef;
        background-color: #fafafa;
        padding: 10px;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .article-image {
        width: 100%;
    }

    .image_description {
        font-size: .7em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .related-article {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* BLOG */

    .blog-box-link {
        display: flex;
        flex-flow: row;
        border-radius: 4px;
        background-color: #f8f8f8;
        padding: 15px;
        max-width: 900px;
        margin-bottom: 20px;
    }

    .blog-image {
        width: 200px;
    }

    .blog-image > img {
        width: 200px;
    }

    .blog-text {
        margin-left: 15px;
    }

    .blog-text h4 {
        color: var(--darkgreen);
    }

    .blog-by {
        font-size: .7em;
        color: #636363;
    }

    .blog-link-title {
        text-decoration: none;
        color: var(--darkgreen);
    }

    .blog-link-title:hover {
        color: var(--darkgreen);
    }

    .blog-link {
        text-decoration: none;
        color: var(--textcolor);
    }

    .blog-link:hover {
        color: var(--darkgreen);
    }

    /* TESTEMUNHOS */

    .testimony-container {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-content: flex-start;
        align-items: flex-start;
    }

    .testimony-box {
        padding: 30px;
        background-color: #F6F6F6;
        display: flex;
        flex-flow: column;
        max-width: 370px;
        color: var(--textcolor);
        border-radius: 5px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    /* LINKS */

    .links-box {
        display: flex;
        flex-flow: row;
        border-radius: 4px;
        background-color: #f8f8f8;
        padding: 15px;
        max-width: 900px;
        margin-bottom: 20px;
    }

    .links-image {
        width: 200px;
    }

    .links-image > img {
        width: 200px;
        height: 120px;
        object-fit: cover;
    }

    .links-text {
        margin-left: 15px;
    }

    .links-text h4 {
        color: var(--darkgreen);
    }

    .links-title {
        text-decoration: none;
        color: var(--darkgreen);
    }

    .links-title:hover {
        color: var(--darkgreen);
    }

    .links-link {
        text-decoration: none;
        color: var(--textcolor);
    }

    .links-link:hover {
        color: var(--darkgreen);
    }

    /* LOGIN PAGE -> TO REMOVE */

    .login-container {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        border: solid 1px var(--darkgreen);
        border-radius: 5px;
        background-color: #fff;
        width: 300px;
        box-shadow: 3px 3px 7px 3px rgb(0 0 0 / 10%);
    }

    .logo-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        padding: 10px;
    }

    .login-footer {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: flex-end;
        width: 300px;
        color: #797979;
        font-size: .9em;
        padding: 3px;
    }

    .form-container {
        padding: 20px;
    }

    .form-field {
        padding: 5px;
    }

    .login-button {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        padding: 5px;
    }
}

@media screen and (max-width: 900px) {
    .navbar {
        margin: 0px auto;
        max-width: 1200px;
        box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 10%);
        background-color: #f7f7ef !important;
    }
    
    .section-main-container {
        display: flex;
        flex-flow: row;
        margin: 30px;
    }

    .section-container {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        flex-grow: 1;
        flex-wrap: wrap;
        width: 60%;
        margin-right: 30px;
        width: 100%;
    }

    .link-highlight-container {
        display: flex;
        flex-flow: column;
        justify-content: stretch;
        align-items: flex-start;
        flex-grow: 1;
        min-width: 30%;
        background-color: #fafafa;
        border-radius: 5px;
        padding: 10px;
        min-height: 300px;
    }


    .article-container > h2 {
        color: var(--darkgreen);
        margin-bottom: 40px;
    }

    .article-box-image {
        float: right;
        max-width: 250px;
        border-radius: 4px;
        border: solid 1px #efefef;
        background-color: #fafafa;
        padding: 10px;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .article-image {
        width: 100%;
    }

    .image_description {
        font-size: .7em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .related-article {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (max-width: 768px) {
    body {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 13px;
    }
    .navbar {
        margin: 0px auto;
        max-width: 1200px;
        box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 10%);
        background-color: #f7f7ef !important;
    }

    .slide_image_box {
        width: 100% !important;
        max-height: 100px;
    }
    .slide_image {
        width: 100%;
    }

    .main-content {
        display: flex;
        flex-direction: column;
        align-content: stretch;
        justify-content: stretch;
        margin: 0px auto;
        padding-top: 150px;
        background-color: #fff;
        min-height: 100vh;
        box-shadow: 3px 3px 7px 3px rgb(0 0 0 / 10%);
    }

    .footer {
        display: flex;
        flex-flow: column;
        align-items: center;
        align-content: flex-start;
        color: #fff;
        font-size: .7em;
        padding: 10px;
        background-color: rgb(53, 53, 53);
        min-height: 200px;
    }

    .link-main-container {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 30px;
        width: 100% !important;
    }

    .link-container {
        display: flex;
        flex-flow: column;
        justify-content: stretch;
        flex-wrap: wrap;
        margin-right: 30px;
        gap: 40px;
        max-width: 780px;
    }

    .link-highlight-container {
        display: flex;
        flex-flow: column;
        justify-content: stretch;
        align-items: flex-start;
        flex-grow: 1;
        width: 100% !important;
        background-color: #fafafa;
        border-radius: 5px;
        padding: 10px;
        min-height: 300px;
    }

    .link-box-highlight {
        margin-bottom: 50px;
        color: #353535;
    }

    .section-main-container {
        display: flex;
        flex-flow: Column;
        margin: 30px;
    }

    .section-container {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        flex-grow: 1;
        flex-wrap: wrap;
        margin-right: 30px;
        width: 70%;
    }

    .link-highlight-container {
        display: flex;
        flex-flow: column;
        justify-content: stretch;
        align-items: flex-start;
        flex-grow: 1;
        width: 30%;
        background-color: #fafafa;
        border-radius: 5px;
        padding: 10px;
        min-height: 300px;
    }

    /* SOCIAL LINKS */

    .social-links {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        background-color: #fff;
        border-radius: 5px;
        padding: 10px;
        margin: 5px;
    }

    .social-links > a {
        border: 0px;
        text-decoration: none;
        width: 32px;
        margin-right: 15px;
    }

    .social-links-wrapper {
        max-width: 32px !important;
    }

    .social-links-wrapper > i {
        font-size: 32px;
        max-width: 32px;
    }

    .form-input {
        border-top: solid 1px #ededed;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px;
        max-width: 100%;
    }

    /* BLOG */

    .blog-box-link {
        display: flex;
        flex-flow: row wrap;
        border-radius: 4px;
        background-color: #f8f8f8;
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-image {
        max-width: 150px;
        float: left;
    }

    .blog-image > img {
        max-width: 150px;
    }

    .blog-text {
        margin-left: 15px;
    }

    .blog-text h4 {
        color: var(--darkgreen);
    }

    .blog-by {
        font-size: .7em;
        color: #636363;
    }

    .blog-link-title {
        text-decoration: none;
        color: var(--darkgreen);
    }

    .blog-link-title:hover {
        color: var(--darkgreen);
    }

    .blog-link {
        text-decoration: none;
        color: #2c2c2c;
    }

    .blog-link:hover {
        color: var(--darkgreen);
    }
}

@media screen and (max-width: 550px) {
    body {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 13px;
    }

    .navbar {
        margin: 0px auto;
        max-width: 1200px;
        box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 10%);
        background-color: #f7f7ef !important;
    }

    .slide_image_box {
        width: 100%;
        max-height: 100px;
    }

    .slide_image {
        width: 100%;
        overflow: hidden;
    }

    .main-content {
        display: flex;
        flex-direction: column;
        align-content: stretch;
        justify-content: stretch;
        margin: 0px auto;
        padding-top: 150px;
        background-color: #fff;
        min-height: 100vh;
        box-shadow: 3px 3px 7px 3px rgb(0 0 0 / 10%);
    }

    .footer {
        display: flex;
        flex-flow: column;
        align-items: center;
        align-content: flex-start;
        color: #fff;
        font-size: .7em;
        padding: 10px;
        background-color: rgb(53, 53, 53);
        min-height: 200px;
    }

    .link-main-container {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 30px;
        width: 100% !important;
    }

    .link-container {
        display: flex;
        flex-flow: column;
        justify-content: stretch;
        flex-wrap: wrap;
        margin-right: 30px;
        gap: 40px;
        max-width: 780px;
    }

    .link-highlight-container {
        display: flex;
        flex-flow: column;
        justify-content: stretch;
        align-items: flex-start;
        flex-grow: 1;
        width: 100% !important;
        background-color: #fafafa;
        border-radius: 5px;
        padding: 10px;
        min-height: 300px;
    }

    .link-box-highlight {
        margin-bottom: 50px;
        color: #353535;
    }

    .section-main-container {
        display: flex;
        flex-flow: Column;
    }

    .section-container {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        flex-grow: 1;
        flex-wrap: wrap;
        margin-right: 30px;
        width: 100%;
    }

    .link-highlight-container {
        display: flex;
        flex-flow: column;
        justify-content: stretch;
        align-items: flex-start;
        flex-grow: 1;
        width: 100%;
        background-color: #fafafa;
        border-radius: 5px;
        padding: 10px;
        min-height: 300px;
        margin-right: 30px;
    }

    .link-box-highlight {
        width: 100%;
        margin-bottom: 50px;
        color: #353535;
    }

    /* SOCIAL LINKS */

    .social-links {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        background-color: #fff;
        border-radius: 5px;
        padding: 10px;
        margin: 5px;
    }

    .social-links > a {
        border: 0px;
        text-decoration: none;
        width: 32px;
        margin-right: 15px;
    }

    .social-links-wrapper {
        max-width: 32px !important;
    }

    .social-links-wrapper > i {
        font-size: 32px;
        max-width: 32px;
    }

    .form-input {
        border-top: solid 1px #ededed;
        margin-top: 30px;
        margin-bottom: 30px;
        max-width: 100%;
    }

    /* BLOG */

    .blog-box-link {
        display: flex;
        flex-flow: row wrap;
        border-radius: 4px;
        background-color: #f8f8f8;
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-image {
        max-width: 150px;
        float: left;
    }

    .blog-image > img {
        max-width: 150px;
    }

    .blog-text {
        margin-left: 0px;
    }

    .blog-text h4 {
        color: var(--darkgreen);
    }

    .blog-by {
        font-size: .7em;
        color: #636363;
    }

    .blog-link-title {
        text-decoration: none;
        color: var(--darkgreen);
    }

    .blog-link-title:hover {
        color: var(--darkgreen);
    }

    .blog-link {
        text-decoration: none;
        color: #2c2c2c;
    }

    .blog-link:hover {
        color: var(--darkgreen);
    }

    /* ARTICLES */

    .article-box-image {
        width: 100% !important;
        border-radius: 4px;
        border: solid 1px #efefef;
        background-color: #fafafa;
        padding: 10px;
        margin-bottom: 30px;
    }

    .article-image {
        width: 100% !important;
    }

}



