@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Core Styles */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    line-height: 1.7;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

p {
    font-weight: 400;
}

.notices a {
    text-decoration: underline;
}

.sc-notice > div {
    color: #222 !important;
}

#body {
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #008996;
    text-align: left;
    font-weight: 600;
    letter-spacing: unset;
    margin: 0 0 1.7rem 0;
}

h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.6rem;
}
.construction h3 {
    color: #2e353e;
}
h4 {
    font-size: 1.4rem;
    padding-left: 1rem;
    text-transform: unset;
}
h4 {
    background: none;
    color: #253646;
    border-bottom: #2e353e 3px solid;
    border-radius: 5px;
}
h5 {
    font-size: 1.2rem;    
}
h6 {
    font-size: 1rem;    
}

a {
    color: #128b98;
    text-decoration: none;
}

#body-inner a {
    border-bottom: #128b98 1px solid;
}

#body-inner a:has(img) {
    border: none;
}

a:hover {
    color: #175E91;
}

pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #eee;
    margin: 0;
    padding: 0 2rem;
}

#body img, #body .video-container {
    margin: unset;
    display: unset;
    text-align: unset;
}

/* Notices */

.notices {
    padding-right: 30px !important;
}

.notices p {
    font-weight: 500;
}

.notices.blue {
    border-left: 10px solid #008996 !important;
    background: #ecf6f7 !important;
    color: #008996 !important;
}

/* Utility Classes */
.wrapper {
    margin: 0 3rem;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* Layout */

#header {
    background: #fff;
}

nav#sidebar {
    box-shadow: 0 0 28px 8px #10182840;
    background: #253646;
    z-index: 99;
}

/* Content Styling */
#header p {
    margin: 0;
    color: #000;
    font-weight: 600;
}

h6:empty,
p:empty {
    display: none;
}

h6 {
    font-size: .775em;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    background: #63c7c759;
    padding: .25em 1em;
    border-radius: 20px;
    border: #148b98 1px solid;
    color: #048996;
    margin-bottom: 1em;
}

p em {
    font-size: 0.775em;
    text-transform: uppercase;
    font-weight: 600;
}

.esp .sc-notice.note > div:first-child:after {
    content: 'Nota';
}

.sc-notice.note > div:first-child {
    border-top: 30px solid #048996 !important;
    background: #63c7c759 !important;
}

.sc-columns p:empty,
.accordion-wrapper p:empty {
    display: none !important;
}

.accordion-wrapper p {
    margin: 1em 0 !important;
}

.smcx-iframe-container,
iframe {
    border: #d3d3d3 10px solid;
}

.header .padding {
    padding: 1rem 0;
}

.header {
    background-color: #1F8DD6;
    color: #eee;
}

.header a {
    color: #fff;
}

.header .logo {
    font-size: 1.7rem;
    text-transform: uppercase;
}

table .fa.fa-leaf {
    color: green;
}

table th:first-of-type,
table th:nth-of-type(2),
table th:nth-of-type(3) {
    width: 33%;
}

.footer {
    background-color: #eee;
}

/* Page Styles */

.two-col {
    max-width: 48% !important;
    margin-right: 1em;
    display: inline-grid;
}

@media screen and (min-width : 960px) {
    #body-inner > h1:first-of-type {
        display: block;
        background: #008996;
        padding: 1em;
        margin-top: -1.5em;
        margin-left: -3em;
        margin-right: -3em;
        color: #fff;
    }
    .construction #body-inner > h1:first-of-type {
        background: #f26a27;
    }
}

@media screen and (max-width : 959px) {
    .two-col {
        max-width: 100%;
    }
    .construction h1 {
        color: #f26a27;
    }
}

.project-funding #body-inner ul,
.title-center #body-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-funding #body-inner ul li,
.title-center #body-inner ul li {
    margin: 0 0 1em 0;
    padding: 1em 1em 1em 3em;
    background: #63c7c759;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
}

.project-funding #body-inner ul li:before,
.title-center #body-inner ul li:before {
    font-family: FontAwesome;
    content: "\f14a";
    position: absolute;
    display: inline-block;
    left: 1em;
}


/* Menu Settings */
.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
}

.main-nav > ul > li > a {
    border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
    background-color: #175E91;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
    background-color: #fff;
    color: #175E91;
}

/* Dropdown CSS */
.main-nav ul li {position: relative;}

.main-nav ul li ul {
    position: absolute;
    background-color: #1F8DD6;
    min-width: 100%;
    text-align: left;
    z-index: 999;

    display: none;
}
.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
    display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}
.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children > a:after {
    content: '\f105';
}

/* Icon color */
#sidebar ul li.visited > a .read-icon {
    color: #128b98;
}

/* Accordions */
.accordion-wrapper label {
    color: #fff !important;
    background: #253646 !important;
}

.accordion-wrapper label:after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    right: 15px;
    top: 2px;
    background: unset;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 22px;
    transform: rotate(-90deg);
}

.accordion-wrapper input:checked + label:after {
    transform: rotate(0);
    right: 0;
}

.accordion-wrapper input:checked + label:hover:after {
    transform: rotate(-180deg) !important;
    top: 17px !important;
}

.accordion-wrapper label:hover:after {
    opacity: 1 !important;
    position: absolute;
    width: 30px;
    height: 20px;
    top: 2px !important;
    right: 15px;
    background: unset !important;
    font-family: FontAwesome !important;
    content: '\f107' !important;
    font-size: 22px !important;
}

/*.accordion-wrapper input:checked + label:hover:after*/

/* Mobile Fixes */
@media screen and (max-width : 959px) {
    .sc-columns {
        columns: 1 auto !important;
    }
    
    table th {
        display: none;
    }

    table tr,
    table td {
        display:block;
        width:99.9%;
    }
}