.elementor-kit-12{--e-global-color-primary:#24A455;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#212121;--e-global-color-accent:#61CE70;--e-global-color-6bbf6217:#4054B2;--e-global-color-387a7dd5:#23A455;--e-global-color-2b66063d:#000;--e-global-color-2f37a85:#FFF;--e-global-color-72e7cfd:#1F7540;--e-global-color-d672d50:#F0F0F0;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Assistant";}.elementor-kit-12 a{color:var( --e-global-color-primary );}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{color:var( --e-global-color-secondary );}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-container{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS */:root {
  /* Color palette */
  --text: #212121;
  --text-alt: #fff;
  --text-heading: #212121;
  --link: #24a455;
  --link-hover: #1f7540;
  --bg: #f0f0f0;
  --bg-alt: #1f7540;
  --bg-footer: #1f7540;
  --bg-opacity: rgba(255, 255, 255, 0.9);
  /* Text styles */
  --base-size: 16px;
  --font-family: 'Assistant';
  --bold-weight: 800;
  --text-shadow: 0 1px 0 #CCC,
  0 2px 0 #C9C9C9,
  0 3px 0 #BBB,
  0 4px 0 #B9B9B9,
  0 5px 0 #AAA,
  0 6px 1px rgba(0, 0, 0, .1),
  0 0 5px rgba(0, 0, 0, .1),
  0 1px 3px rgba(0, 0, 0, .3),
  0 3px 5px rgba(0, 0, 0, .2),
  0 5px 10px rgba(0, 0, 0, .25),
  0 10px 10px rgba(0, 0, 0, .2),
  0 20px 20px rgba(0, 0, 0, .15);
  /* Other */
  --border-radius: 8rem;
  --shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  --shadow-hover: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
  --shadow-active: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 16px 16px rgba(0, 0, 0, 0.15), 8px 32px 32px rgba(0, 0, 0, 0.15);
  --transition: .6s cubic-bezier(0.33, 0.11, 0.02, 0.99);
  --margin: 50px;
  --font-scale: 1.0;
  --logo-width: 333px;
}

@media screen and (max-width: 767px) {
  :root {
    --base-size: 18px;
    --margin: 30px;
    --font-scale: 0.6;
  }
}

::selection {
  background-color: var(--link);
  color: var(--text-alt);
}
.alternative ::selection {
  background-color: var(--text-alt);
  color: var(--link);
}

body {
  color: var(--text);
  font-size: calc( var(--base-size) * 1.125 );
}

body,
.elementor-widget-text-editor,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-button .elementor-button {
  font-family: var(--font-family), sans-serif;
}

a {
  color: var(--link);
  transition: color var(--transition);
}
a:hover {
  color: var(--link);
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
article p,
article .elementor-text-editor {
  margin: 0 0 1rem;
}
.alternative p,
.alternative a {
  color: var(--text-alt);
}
strong, b,
h1, h2, h3 {
  color: var(--link);
  font-weight: var(--bold-weight);
}
.alternative strong {
  color: var(--text-alt);
}
article h2,
.elementor-widget-heading h2.elementor-heading-title {
  font-size: calc( var(--base-size) * 2 ); /* 32px */
}
article h3,
.elementor-widget-heading h3.elementor-heading-title {
  color: var(--link);
  font-size: calc( var(--base-size) * 1.5 ); /* 24px */
  font-weight: var(--bold-weight);
}
article h4,
article strong,
.elementor-widget-heading h4.elementor-heading-title {
  color: var(--link);
}
article hr.wp-block-separator {
  background-color: var(--link);
  border-color: var(--link);
  border-width: 1px;
  height: 3px;
  margin: 2rem auto .5rem;
}
article hr.wp-block-separator:last-child {
  height: 3px;
  width: 76px;
  margin: 40px auto 40px;
}

.elementor-heading-title {
  color: var(--link);
  font-weight: var(--bold-weight);
}

section.hero {
  background-color: var(--bg-alt);
}
.hero .elementor-widget-heading,
article .elementor-widget-heading:not(:last-child),
article .elementor-widget-text-editor:not(:last-child) {
  margin: 0;
}
.hero h1 {
  color: var(--text-alt);
  font-size: 4rem;
  font-weight: var(--bold-weight);
  text-shadow: var(--text-shadow);
}
.hero h1,
.hero h2,
.hero h3,
.hero p,
.alternative h1,
.alternative h2,
.alternative h3,
.alternative p {
  color: var(--text-alt);
}
.page-content h3,
.elementor-widget-heading h3.elementor-heading-title {
  font-size: calc( var(--base-size) * 1.3125 );
}
.hero .alternative h3 {
  font-size: 2rem;
  font-weight: normal;
}

.hero .page-content p {
  /*max-width: 600px;*/
}
.home .page-content p > a {
  display: block;
  font-weight: var(--bold-weight);
  margin-left: 19px;
}

footer .elementor-widget-heading {
  margin-bottom: 10px;
  margin-top: 20px;
}
footer .elementor-heading-title {
  font-weight: bold;
}
footer .elementor-heading-title,
footer p {
  font-size: calc( var(--base-size) * 0.875 );
}
footer .elementor-text-editor p {
  color: var(--text-alt);
  margin-bottom: 10px;
}
footer.credits .elementor-text-editor p {
  font-size: calc( var(--base-size) * 0.6875 );
  margin: 0 auto;
  text-align: center;
}

.page-content p > a,
footer a,
.elementor-widget-icon-list .elementor-icon-list-icon i,
.elementor-widget-icon-list .elementor-icon-list-text,
.elementor-tabs-wrapper .elementor-tab-title.elementor-active > a:last-child,
.elementor-post__read-more {
  color: var(--link);
  display: inline-block;
  position: relative;
  transition: color var(--transition);
}
footer a {
  color: var(--text-alt);
}
.page-content p > a {
  /*font-weight: 400;*/
}
.page-content .elementor-image-box-description > a {
  font-weight: var(--bold-weight);;
}
.page-content p > a::after,
footer a::after,
.elementor-tabs-wrapper .elementor-tab-title.elementor-active > a:last-child::after,
.elementor-post__read-more::after {
  content: "";
  display: block;
  height: 2px;
  left: auto;
  right: 0;
  bottom: 0;
  line-height: 1.4em;
  position: absolute;
  background-color: var(--link);
  transition: width var(--transition);
  width: 0
}
footer a::after {
  background-color: var(--link-hover);
}
.page-content p > a:hover::after,
footer a:hover::after,
.elementor-tabs-wrapper .elementor-tab-title.elementor-active > a:last-child:hover::after,
.elementor-post__read-more:hover::after {
  width: 100%;
  left: 0;
  right: 0;
  background-color: var(--link);
}
.page-content p > a:hover {
  color: var(--link-hover);
}
footer a:hover {
  color: var(--text-alt);
}
.page-content .alternative a {
  color: var(--text-alt);
  font-weight: var(--bold-weight);
}
.page-content .alternative .elementor-text-editor p {
  /*text-align: center;*/
}
.page-content .alternative a::after {
  background: var(--text-alt);
}
.page-content .alternative a:hover::after {
  background: var(--text-alt);
}
.page-content .alternative a:hover {
  color: var(--text-alt);
}
.page-content .alternative a::before,
.page-content p > a::before {
  content: '';
  display: inline-block;
  background: url('/wp-content/themes/anatshoa/assets/images/arrow.svg') 50% / contain no-repeat;
  width: 12px;
  height: 10px;
  transition: left var(--transition);
  position: absolute;
  left: auto;
  right: 2px;
  filter: invert(50%) sepia(81%) saturate(1301%) hue-rotate(211deg) brightness(87%) contrast(81%);
}
.page-content .alternative a::before,
.page-content p > a::before {
  right: auto;
  left: -20px;
  top: 6px;
  will-change: right;
}
.page-content .alternative a::before {
  filter: brightness(10);
}
.page-content .alternative a:hover::before,
.page-content p > a:hover::before {
  right: auto;
  left: -25px;
}

.single .elementor-widget-heading h1.elementor-heading-title,
.archive .elementor-widget-heading h1.elementor-heading-title {
  color: var(--text-alt);
  font-size: calc(var(--base-size) * 4 * var(--font-scale));
  text-align: center;
}

/*
	Nav Menu
*/
.elementor-nav-menu--dropdown {
  background-color: var(--bg-opacity);
}
.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
  background-color: var(--link);
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
  background-color: var(--link);
}
.elementor-nav-menu--main .elementor-nav-menu ul {
  box-shadow: var(--shadow);
}
.elementor-menu-toggle {
  background-color: transparent;
  justify-content: flex-end;
}
.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
  background-color: var(--link);
  height: 1px;
}
.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
  bottom: 9px;
  left: 20%;
  width: 60%;
}

/*
  List items
*/
.elementor-text-editor ul,
.elementor-widget-theme-post-content ul:not(.blocks-gallery-grid) {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 20px 20px 0;
}
.elementor-widget-theme-post-content ul:not(.blocks-gallery-grid) li {
  position: relative;
}
.elementor-text-editor ul li {
  position: relative;
}
.elementor-text-editor ul li::before,
.elementor-widget-theme-post-content ul:not(.blocks-gallery-grid) li::before {
  content: '';
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url('/wp-content/themes/sw-policy/assets/images/check-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: .5em;
  position: absolute;
  right: -19px;
  top: 4px;
  filter: invert(100%);
}

.elementor-button,
.elementor-form .elementor-button.elementor-size-sm,
.wp-block-button a,
.ee-post__read-more .ee-post__button {
  background-color: var(--link);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  font-weight: var(--bold-weight);
  transition: background-color var(--transition), box-shadow var(--transition), transform var(--transition);
  font-size: calc( var(--base-size) * 1.25 ); /* 20px */
  padding: 1rem 4rem;
  margin: 0 auto 1em;
}
.elementor-button:hover,
.elementor-form .elementor-button.elementor-size-sm:hover,
.wp-block-button a:hover,
.ee-post__read-more .ee-post__button:hover {
  background-color: var(--bg-alt);
  box-shadow: var(--shadow-hover);
  transform: scale(1.05) translateY(-0.5rem);
}
.elementor-button:active,
.elementor-form .elementor-button.elementor-size-sm:active,
.wp-block-button a:active,
.ee-post__read-more .ee-post__button:active {
  box-shadow: var(--shadow-active);
}

.elementor-field-textual.elementor-size-sm {
  background-color: transparent;
  border-color: var(--link);
  border-radius: 7px;
  transition: background-color var(--transition), box-shadow var(--transition), transform var(--transition);
  font-size: calc( var(--base-size) * 0.8125 ); /* 13px */
}
.elementor-field-textual.elementor-size-sm:focus {
  border-color: var(--bg-alt);
  box-shadow: var(--shadow-active);
}

footer {
  background-color: var(--bg-footer);
  z-index: 5;
}

/*
	Gutenberg
*/
.page article figure.wp-block-gallery.alignwide,
.page article figure.wp-block-gallery.alignfull,
.single article figure.wp-block-gallery.alignwide,
.single article figure.wp-block-gallery.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 920px) {
	.page article figure.alignwide,
	.single article figure.alignwide {
		margin: 32px calc( ( 767px - 920px ) / 2 );
		max-width: 920px;
		width: 920px;
	}
}

.page article h3.alignfull,
.page article ul.alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
h2.alignfull,
h3.alignfull,
h4.alignfull {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
ul.alignfull {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
ul.alignfull li {
  margin: 0px auto 5px;
  max-width: 400px;
  font-size: calc( var(--base-size) * 0.9375 ); /* 15px */
  position: relative;
}

/*
  Header
*/
header.sticky-header {
  background-color: var(--bg);
  transition: background-color var(--transition);
}
header.sticky-header.elementor-sticky--effects {
  webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
  background-color: rgba(255, 255, 255, .95);
  box-shadow: var(--shadow);
}

header.sticky-header > .elementor-container {
  min-height: 79px;
  transition: -heightcolor var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: 66px;
}

/*
  Logo
*/
.elementor-widget-theme-site-title .elementor-heading-title > a {
  /*color: var(--text);
  text-shadow: var(--text-shadow);*/
}
header.sticky-header > .elementor-container .logo svg,
header.sticky-header > .elementor-container .logo img {
  transition: max-width var(--transition), transform var(--transition), margin-bottom var(--transition);
  max-width: calc( var(--logo-width) * .75 );
}
@media (min-width: 1024px) {
  header.sticky-header > .elementor-container .logo svg,
  header.sticky-header > .elementor-container .logo img {
    max-width: var(--logo-width);
  }
}
header.sticky-header > .elementor-container .logo svg {
  width: var(--logo-width);
  height: 48px;
}
header.sticky-header.elementor-sticky--effects > .elementor-container .logo svg,
header.sticky-header.elementor-sticky--effects > .elementor-container .logo img {
  max-width: calc( var(--logo-width) * .75 );
}
header.sticky-header > .elementor-container .logo:hover img,
header.sticky-header > .elementor-container .logo:hover svg {
  transform: scale(1.05);
}
header .elementor-widget-image {
  text-align: right;
}
/*
  Nav
*/
header.sticky-header .elementor-nav-menu--main .elementor-item {
  color: var(--text);
  font-weight: var(--bold-weight);
}
header.sticky-header .elementor-nav-menu--main .elementor-item:hover,
header.sticky-header .elementor-nav-menu--main .current-menu-item .elementor-item {
  color: var(--link);
}

/*
  Blog
*/
article .wp-block-image img,
article .wp-block-video video {
  margin: 0 auto 1em;
}
article .wp-block-image figcaption,
article .wp-block-video figcaption {
  margin-bottom: 1em;
  margin-top: -1em;
  color: inherit;
  text-align: center;
  font-size: inherit;
  font-style: normal;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item a::before {
  display: none;
}

.elementor-widget-theme-post-content ol {
  margin: 0;
  padding: 0 20px 0 0;
  list-style-position: outside;
}
.elementor-widget-theme-post-content ol li {
  padding-bottom: 10px;
}

.ee-pagination {
  margin-top: 1rem;
  padding: 1rem 0;
  text-align: center;
}
.ee-pagination .page-numbers:first-child {
  font-weight: bold;
}
.ee-pagination .page-numbers {
  font-size: 1rem;
}

/*
	Video
*/
.wp-block-video video {
	border-radius: var(--border-radius);
	box-shadow: var(--shadow);
}

/*
	Drop down indicator bug (just hide it)
*/
@media (min-width: 1025px) {
	.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu {
	padding-left: 0;
	}
}

::-moz-placeholder {
  opacity: 1;
}
input::placeholder {
  color: var(--text);
}
input:focus::placeholder {
  color: var(--link);
}

.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
article h1,
article h2,
article h3 {
  margin-bottom: .4rem;
  margin-top: 1rem;
}
.hero h1,
.elementor-widget-heading h1.elementor-heading-title,
.highlight.elementor-widget-heading h2.elementor-heading-title,
.elementor-price-table .elementor-price-table__heading {
  padding-bottom: 1rem;
  font-size: calc(var(--base-size) * 5.625 * var(--font-scale));
}

article.elementor-section.post-content > .elementor-container {
  max-width: 700px;
}

.alternative p,
.alternative .elementor-widget-heading .elementor-heading-title {
  color: var(--text-alt);
}

.page section.hero,
.page section.alternative {
  background-color: var(--link);
}

.elementor-popup-modal .dialog-widget-content {
  box-shadow: var(--shadow);
}

.elementor-column.shadow {
  box-shadow: var(--shadow-hover);
  margin: 20px;
  border-radius: var(--border-radius);
}

section.alternative {
  background-color: var(--bg-alt);
}
.alternative > .elementor-container {
  color: var(--text-alt);
  padding: 2rem 0;
}

h1 abbr[title] {
  text-decoration: none;
}
/*
  Search
*/
.elementor-search-form__input {
  color: var(--text);
  }
.elementor-search-form__container {
  background-color: var(--bg);
  border-color: var(--link);
  border-radius: 7px;
  box-shadow: none;
  transition: background-color var(--transition), box-shadow var(--transition), transform var(--transition);
}
.elementor-search-form__container:focus-within {
  background-color: #fff;
  box-shadow: var(--shadow);
  color: var(--text);
  transform: scale(1.05) translateY(-0.5rem);
}

/*
  Posts
*/
.elementor-kit-12 .elementor-posts .elementor-post {
  border-radius: 7px;
  box-shadow: var(--shadow);
  margin-bottom: var(--margin);
  position: relative;
  transition: box-shadow var(--transition), transform var(--transition);
}
.elementor-kit-12 .elementor-posts .elementor-post__excerpt {
  min-height: 80px;
}
.elementor-kit-12 .elementor-posts .elementor-post__title {
  min-height: 40px;
}
.elementor-kit-12 .elementor-posts .elementor-post__title {
  font-size: calc(1.25 * var(--base-size));
  margin-bottom: 10px;
}
.elementor-kit-12 .elementor-posts .elementor-post__excerpt p {
  font-size: var(--base-size);
}
.elementor-kit-12 .elementor-posts .elementor-post:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}
.elementor-kit-12 .elementor-posts .elementor-post__title a,
.elementor-kit-12 article.elementor-post .elementor-post__text .elementor-post__read-more {
  color: var(--link);
  transition: color var(--transition), border-color var(--transition);
}
.elementor-kit-12 article.elementor-post .elementor-post__text .elementor-post__read-more {
  position: absolute;
  left: 1em;
  margin: 0;
  z-index: 99;
  bottom: 1em;
  font-size: .7em;
}
.elementor-kit-12 .elementor-posts .elementor-post .elementor-post__thumbnail {
  transition: background-color var(--transition);
}
.elementor-kit-12 .elementor-posts .elementor-post .elementor-post__thumbnail:hover {
  background-color: var(--link);
  background-blend-mode: darken;
}
.elementor-kit-12 .elementor-posts .elementor-post .elementor-post__thumbnail img {
  transition: filter var(--transition);
  filter: opacity(1);
}
.elementor-kit-12 .elementor-posts .elementor-post .elementor-post__thumbnail img:hover {
  filter: opacity(.2);
}
.elementor-kit-12 article.elementor-post .elementor-post__text .elementor-post__excerpt p {
  color: var(--text);
}
.elementor-kit-12 .elementor-posts .elementor-post__card .elementor-post__title {
  font-size: calc( var(--base-size) * 1.125 );
}
.elementor-kit-12 .elementor-card-shadow-yes .elementor-post__card {
  box-shadow: none;
}

#cat {
  display: block;
    font-size: 1em;
    font-weight: var(--bold-weight);
    color: var(--text);
    line-height: 1.3;
    padding: .6em 0.8em .5em 1.4em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: left .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
#cat::-ms-expand {
  display: none;
}
#cat:hover {
  border-color: #888;
}
#cat:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
#cat option {
  font-weight: normal;
}/* End custom CSS */