.header #navBar .nav-link {
color: #1e2022;
margin: 0 0.6rem;
font-size: 1rem;
}
/*
.header .navbar-nav-item:last-child .nav-link {
background-color:#231f20;
border-radius: 6.1875rem;
color: #ffffff!important;
padding:0.2rem 1rem;
}
*/
.header .navbar-nav-item:last-child .nav-link {
background-color: #f59300;
border-radius: 6.1875rem;
color: #000 !important;
padding: 0.2rem 1rem;
}

.header .navbar-nav-item:last-child .nav-link:hover {
background-color:#000000;
color:#ffffff!important;
}

.header .navbar-nav-item:last-child .nav-link:after {
content: "\f061";
font-family: "Font Awesome 5 Free";
margin-left:10px;
color:#000;
font-weight:800;
}


#content .space-top-3{padding-top:0!important}


@media only screen and (min-width: 992px) {
.navbar-brand, .navbar-brand > img {
width: 15rem!important;
}
}


@media only screen and (max-width: 991px) {
.navbar-brand, .navbar-brand > img {
width: 8rem!important;
}}

.DnnModule-2413{
border-width: 0;
box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
padding:3rem;
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 0.0625rem solid #dddddd;
border-radius: 0.75rem;
margin:0 auto 4rem auto;
max-width:100%;
}

.alpaca-icon-required::before {
content: "★";
color: red;
font-size: 1em;
margin-right: 4px;
}


