body {
margin:0;
overflow-x: hidden;
}
hr {
display:none;
}
#footer {
display:none;
}
.menu-item-258 .sub-menu {
margin-left:-24px !important;
margin-top:15px !important;
}
.menu-item-258 .sub-menu a {
padding: 12px 20px 12px 14px !important;
}
.menu-item-258 .sub-menu a:hover {
background:#494A4B !important;
}
.menu-item-1887 a, .menu-item-3311 a {
background:#7A96A0;
color:#F8F5F2 !important;
}
.menu-item-3311 a:hover, .menu-item-3310 a:hover, .menu-item-3312 a:hover, .menu-item-3309 a:hover {
background:#494A4B !important;
color:#F8F5F2 !important;
}
.menu-item-1888 a, .menu-item-3310 a {
background:#6F7251;
color:#F8F5F2 !important;
}
.menu-item-1886 a, .menu-item-3312 a {
background:#C07F93;
color:#F8F5F2 !important;
}
.menu-item-3178 a, .menu-item-3309 a {
background:#BA7D3E;
color:#F8F5F2 !important;
}
.menu-item-3178 a:hover {
color:#F8F5F2 !important;
} .header-nav {
text-align: right;
}
.header-nav ul,
.header-nav li {
display: inline;
list-style: none;
}
.header-nav a {
position: relative;
display: inline-block;
padding: 8px 20px;
vertical-align: middle;
font-weight: 300; letter-spacing: 0.1rem;
color: inherit;
text-decoration: none;
text-transform: uppercase;
font-size: 1rem;
font-family: 'Pathway Gothic One', sans-serif;
} .header-nav a:after {
content: "";
position: absolute;
bottom: 0; right: 20px; left: 20px;
height: 2px;
background-color: rgb(89, 140, 250); opacity: 0;
transform: translateY(5px);
transition: all .4s;
} .header-nav a:hover:after,
.header-nav a:focus:after {
opacity: .6;
transform: translateY(0);
} .header-nav a:focus {
outline: none;
}
.nav-is-stuck #header-sticky {
z-index: 12;
position: fixed;
display:block;
top: 0;
left: 0;
right: 0;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
animation: stickAnim .3s;
}
.grecaptcha-badge {
display:none;
}
#toTop {
display: none;
position: fixed;
right: 20px;
bottom: 20px;
z-index: 20000;
background: #2d2d2d;
border-radius: 50%;
padding: 10px;
cursor: pointer;
width: 50px;
height: 50px;
box-sizing: border-box;
}