Deprecated: Return type of Leafo\ScssPhp\Node\Number::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/src/Node/Number.php on line 141
Deprecated: Return type of Leafo\ScssPhp\Node\Number::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/src/Node/Number.php on line 165
Deprecated: Return type of Leafo\ScssPhp\Node\Number::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/src/Node/Number.php on line 191
Deprecated: Return type of Leafo\ScssPhp\Node\Number::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/src/Node/Number.php on line 209
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/example/Server.php on line 326
Warning: Cannot modify header information - headers already sent by (output started at /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/src/Node/Number.php:29) in /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/example/Server.php on line 355
Warning: Cannot modify header information - headers already sent by (output started at /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/src/Node/Number.php:29) in /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/example/Server.php on line 356
Warning: Cannot modify header information - headers already sent by (output started at /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/src/Node/Number.php:29) in /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/example/Server.php on line 357
Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/example/Server.php on line 368
Warning: Cannot modify header information - headers already sent by (output started at /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/src/Node/Number.php:29) in /srv/users/prod-local802afm-org/apps/prod-local802afm-org/public/wp-content/plugins/sinking-dropdowns/lib/scssphp/example/Server.php on line 375
/* compiled by scssphp v0.6.5 on Sun, 26 Jan 2020 04:19:35 +0000 (0.016s) */
/** positioning styles **/
.sink_dropdown {
list-style: none;
position: relative;
margin: 0; }
.sink_dropdown:before, .sink_dropdown:after {
content: " ";
display: table; }
.sink_dropdown:after {
clear: both; }
.sink_dropdown ul {
list-style: none;
margin: 0;
padding: 0; }
.sink_dropdown a {
text-decoration: none;
padding: 10px 15px;
color: #000;
padding: 0.25em 0.75em;
display: block; }
.sink_dropdown > li {
float: left;
z-index: 200;
height: 50px;
margin: 0; }
.sink_dropdown > li > a {
display: block;
z-index: 200;
position: relative;
height: 50px; }
.sink_dropdown li ul {
position: absolute;
z-index: 100;
display: block;
top: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
visibility: hidden;
/* hides sub-menu */ }
.sink_dropdown li ul li {
display: block; }
.sink_dropdown li li a {
display: block;
position: relative;
z-index: 100; }
.sink_dropdown li li li a {
z-index: 200; }
.sink_dropdown li {
position: relative; }
.sink_dropdown li ul.sub-menu {
min-width: 180px; }
/** prefer hover class, not psuedo class so we can use js **/
.sink_dropdown > li.hover > ul {
visibility: visible;
transform: translateY(50px);
opacity: 0.95;
z-index: 10;
height: auto; }
.sink_dropdown li li.hover > ul {
left: 100%;
top: 0;
opacity: 0.95;
visibility: visible; }
/* for no-js */
.no-js .sink_dropdown > li:hover > ul {
left: 0; }
.no-js .sink_dropdown li li:hover ul {
left: 100%;
top: 0;
opacity: 0.95; }
/** visual/graphic styles **/
/** applies to all items that have a submenu **/
ul.sink_dropdown > li.menu-item-has-children > a:after {
content: ' ▼';
font-size: 8px;
margin-left: 2px;
vertical-align: middle; }
.sink_dropdown_container li li.menu-item-has-children > a:after {
content: ' ▶';
font-size: 9px;
vertical-align: middle;
margin-left: 5px; }
/* submenu style if there's no js */
.sink_dropdown_container > li > .parent {
background-position: 95% 50%; }
.sink_dropdown_container li li .parent {
background-repeat: no-repeat;
background-position: 95% 50%; }
@media screen and (max-width: 767px) {
.sink_dropdown > li {
float: none;
height: inherit; }
.sink_dropdown ul {
display: block;
width: 100%; }
.sink_dropdown > li.hover > ul, .sink_dropdown li li.hover ul {
position: static;
transform: translateY(0px); }
.sink_dropdown > li > a {
display: block;
height: inherit; }
.nav > li > .parent {
background-position: 95% 50%; }
.nav li li .parent {
background-repeat: no-repeat;
background-position: 95% 50%; } }