@font-face {
    font-family: proximaNova;
    src: url("../fonts/ProximaNovaRegular.otf"),
    url("../fonts/ProximaNovaBold.otf"),
    url("../fonts/ProximaNovaExtrabold.otf");
}

body {
    background-color: #E5E5E5;
    font-family: proximaNova, sans-serif;
}

.brand---bg_custom {
    background-color: #47B462;
}

.btn--login {
    color: #47B462;
    border: 2px solid #47B462;
}

.brand--color {
    color: #47B462;
}

.brand--bg_color {
    background-color: #47B462;
}

#desktop_header {
    display: none;
}

.menu--link, .sub--menu--link {
    color: #424A52;
    font-family: proximaNova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}

.menu--link:hover, .sub--menu--link:hover {
    color: #000000;
    font-weight: bold;
}

.menu--link {
    margin-top: 3px;
}

.about--dropdown {
    position: relative;
    display: inline-block;
    align-items: center;
}

.about--dropbtn:hover, .resource--dropbtn:hover {
    border-bottom: 3px solid #FF7E53;
    padding-bottom: 33px!important;
}

.about--dropdown_content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 36px;
}

.about--dropdown_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    opacity: 90%;
    font-size: 14px;
    width: 100%;
}
nav div a, div a{
    text-decoration: none!important;
}

.about--dropdown_content a:hover {
    color: #47B462;
}

.about--dropdown:hover .about--dropdown_content {
    display: block;
}

.about--dropdown:hover .about--dropbtn a {
    background-color: #000000;
}

.resource--dropdown {
    position: relative;
    display: inline-block;
}

.resource--dropdown_content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 36px;
}

.resource--dropdown_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    opacity: 90%;
    font-size: 14px;
    width: 100%;
}

.resource--dropdown_content a:hover {
    color: #47B462;
}

.resource--dropdown:hover .resource--dropdown_content {
    display: block;
}

.resource--dropdown:hover .resource--dropbtn a {
    background-color: #000000;
}

#desktop_header div div a:active {
    color: #000000;
    font-weight: bold;
}

#desktop_header a:hover~._current {
    height: 3px;
    width: 52px;
    margin-top: 53px;
    margin-left: -53px;
}

#desktop_header a:active~._current {
    height: 3px;
    width: 52px;
    margin-top: 53px;
    margin-left: -53px;
}

#desktop_header a:hover~._current:after {
    display: block;
    content: '';
    z-index: 1;
    border-bottom: solid 3px #FF7E53;
}

#desktop_header a:active~._current:after {
    display: block;
    content: '';
    z-index: 1;
    border-bottom: solid 3px #FF7E53;
}

input[type="search"]::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 16px!important;
    font-weight: bold;
}
input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    font-weight: bold;
}
input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    font-weight: bold;
}
input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 16px;
    font-weight: bold;
}
