<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Oswald:400,300,700");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 45%;
}

body {
  background: #e6e6e4;
  color: #63666f;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.32em;
  font-size: 23px;
  font-size: 2.3rem;
}
body.home p {
  font-size: 20px;
  font-size: 2rem;
}

#site-wrapper {
  width: 100%;
  display: block;
  position: relative;
}

#mobile-nav {
  background: #333 none repeat scroll 0 0;
  height: 100%;
  padding: 25px;
  position: fixed;
  right: -260px;
  top: 0;
  width: 260px;
  z-index: 999;
  overflow-y: scroll;
}
#mobile-nav a#close {
  color: #fff;
}
#mobile-nav ul.menu {
  margin: 25px 0;
}
#mobile-nav ul.menu ul {
  margin: 0 0 0 20px;
}
#mobile-nav ul.menu li &gt; a {
  color: #ccc;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  margin: 0 0 0.5em;
}
#mobile-nav ul.menu li:hover &gt; a {
  color: #fff;
  text-decoration: none;
}

.navtoggle {
  color: #333;
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 48px;
  z-index: 99;
}

.navtoggle.active {
  color: #63666f;
}

.container {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  max-width: 1480px;
}

#top {
  background: #63666f;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 99999;
}
#top ul {
  float: right;
  position: relative;
}
#top ul li {
  display: inline-block;
  position: relative;
  float: left;
}
#top ul li &gt; a {
  display: block;
  color: #fff;
  border-left: 1px solid #bbbdc7;
  padding: 0 9px;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
}
#top ul li .sub-menu {
  background: rgba(99, 102, 111, 0.95) none repeat scroll 0 0;
  display: none;
  padding: 15px 0 2px;
  position: absolute;
  width: 157px;
  top: 50px;
  left: 0;
}
#top ul li .sub-menu li {
  display: block;
  position: relative;
  float: none;
}
#top ul li .sub-menu li a {
  border: medium none;
  color: #fff;
  display: block;
  line-height: 1.2em;
  margin: 0 0 10px;
}
#top ul li .sub-menu li:hover a {
  background: transparent;
  color: #c5d800;
}
#top ul li:hover .sub-menu {
  display: block;
}
#top ul li:first-child a {
  border-left: none;
}
#top ul li:hover &gt; a {
  background: #000;
  color: #fff;
  text-decoration: none;
}
#top ul li.login a {
  background: #333;
  color: #fff;
}
#top ul li.login:hover a {
  color: #fff;
  background-color: #63666f;
}
#top ul li.login a {
  text-indent: -9999px;
  background-image: url(../img/SPARX-logo.svg);
  background-repeat: no-repeat;
  background-size: 75% auto;
  background-position: center center;
  width: 150px;
}

#signup {
}
#signup img {
  width: 100%;
}
#signup h3 {
  color: #fff;
}
#signup h3 span {
  color: #c5d800;
}
#signup p {
}
#signup .padding {
  padding: 25px;
}

#header {
  background: #fff none repeat scroll 0 0;
  min-height: 100px;
  position: relative;
  z-index: 9999;
}
#header #logo {
  display: block;
  margin: 33px 0 0;
  width: 75%;
  max-width: 375px;
}
#header &gt; .row &gt; div[class^="col-"] {
  position: static;
}
#header #main-nav {
  margin: 0;
  position: static;
}
#header #main-nav ul.menu {
  float: right;
  position: relative;
}
#header #main-nav ul.menu &gt; li {
  display: inline;
  float: left;
  margin: 0 24px;
  position: relative;
}
#header #main-nav ul.menu &gt; li &gt; a {
  border-bottom: 4px solid #fff;
  color: #000;
  display: block;
  font-weight: 600;
  padding: 5px 0 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
}
#header #main-nav ul.menu &gt; li ul.sub-menu {
  background: rgba(204, 204, 51, 0.8) none repeat scroll 0 0;
  display: none;
  left: -15px;
  padding: 10px 0;
  position: absolute;
  top: 35px;
  width: 165px;
  z-index: 99;
}
#header #main-nav ul.menu &gt; li ul.sub-menu li {
  display: block;
  position: relative;
}
#header #main-nav ul.menu &gt; li ul.sub-menu li a {
  color: #000;
  display: block;
  margin: 0 0 10px;
  padding: 0 15px;
  line-height: 1.2em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
#header #main-nav ul.menu &gt; li ul.sub-menu li:hover &gt; a {
  color: #fff;
}
#header #main-nav ul.menu &gt; li ul.sub-menu li ul {
  display: none;
  left: 145px;
  top: -10px;
}
#header #main-nav ul.menu &gt; li:hover &gt; a {
  color: #c5d800;
  text-decoration: none;
}
#header #main-nav ul.menu li:hover &gt; ul.sub-menu {
  display: block;
}
#header #main-nav ul.menu &gt; li.current-menu-item &gt; a,
#header #main-nav ul.menu &gt; li.current-page-ancestor &gt; a {
  text-decoration: none;
  border-bottom: 4px solid #c5d800;
}

#header-content {
  padding-top: 130px;
  padding-bottom: 100px;
}
#header-content h1 {
  color: #c5d800;
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
  background: #000;
  padding: 12px 15px 5px;
  white-space: normal;
  display: inline-block;
  margin: 0 0 15px;
  position: relative;
}
#header-content h2 {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
  background: #000;
  padding: 12px 15px 5px;
  white-space: normal;
  display: inline-block;
  margin: 0 0 15px;
}

#header .ubermenu-nav {
  text-align: right;
}

#header nav &gt; ul &gt; li &gt; a.ubermenu-target {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  padding: 44px 20px 28px;
  border-bottom: 10px solid #fff;
  transition: border-color 300ms ease-in-out;
  letter-spacing: 0.05em;
}
#header nav &gt; ul &gt; li:hover &gt; a.ubermenu-target {
  border-color: #c5d800;
}
#header nav &gt; ul &gt; li &gt; ul.ubermenu-submenu {
  background: rgba(99, 102, 111, 0.98);
  padding: 30px 0 80px;
  display: flex;
  justify-content: flex-start;
  padding-left: 40%;
  padding-right: 80px;
}
#header
  nav
  &gt; ul
  &gt; li
  &gt; ul.ubermenu-submenu
  li.ubermenu-item-object-ubermenu-custom
  .ubermenu-content-block.ubermenu-custom-content {
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  color: #bbbdc7;
  padding: 0 20px;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
#header
  nav
  &gt; ul
  &gt; li
  &gt; ul.ubermenu-submenu
  li.ubermenu-item-object-ubermenu-custom:first-child
  .ubermenu-content-block.ubermenu-custom-content {
  margin-top: 0;
}
#header nav.ubermenu &gt; ul &gt; li &gt; ul.ubermenu-submenu &gt; li {
  float: none;
  border-left: 1px solid #444;
  max-width: 25%;
  flex: 1;
}
#header nav.ubermenu &gt; ul &gt; li &gt; ul.ubermenu-submenu &gt; li:first-child {
  border-left: none;
}

#header nav ul.ubermenu-submenu li &gt; a.ubermenu-target {
  color: #fff;
  font-size: 14px;
}
#header nav ul.ubermenu-submenu li:hover &gt; a.ubermenu-target {
  color: #c5d800;
}

.page-template-page-full #header-content h1,
.page-template-page-full #header-content h2 {
  float: left;
  clear: left;
}
.page-template-page-full #header-content h2 {
  margin-bottom: 215px;
}

#header-content label {
  display: none;
}
#header-content input[type="submit"] {
  background: #c5d800;
  color: #000;
  text-transform: uppercase;
  border-radius: 1px;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: normal;
  border: none;
  background: #c5d800;
  border: 2px solid #c5d800;
  display: inline-block;
  line-height: 1;
}
#header-content input[type="submit"]:hover {
  background: transparent;
  border: 2px solid #c5d800;
  color: #c5d800;
}
#header-content .gf_left_half {
  float: left;
  display: inline;
  position: relative;
  clear: none;
  width: 45%;
}
#header-content .gf_left_half input {
  width: 100%;
}
#header-content .gf_right_half {
  float: left;
  display: inline;
  position: relative;
  clear: none;
  width: 45%;
}
#header-content .gf_right_half input {
  width: 100%;
}
#header-content input {
  margin-bottom: 15px;
}
#header-content input.large {
  width: 89.7%;
}
#header-content .gform_footer {
  padding: 0;
  margin-left: 0;
  width: 100%;
}

#content {
  background: #fff;
  padding: 0 0 45px;
  overflow: hidden;
}
#content .slider {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  line-height: 0;
}
#content .slider .textwidget {
  padding: 0;
}
#content .slider .ls-slide h2 {
  display: inline-block;
  background: #000;
  color: #c5d800;
  margin: 0;
  padding: 5px 75px 5px 10px;
  font-size: 26px;
  font-size: 2.6rem;
}
#content .slider .ls-slide p {
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 5px 30px 3px 10px;
  background: #000;
  font-size: 18px;
  font-size: 1.8rem;
}
.elementor-text-editor {
  font-size: 18px;
}
.home #content .textwidget {
  font-size: 18px;
  margin: 35px 25px 15px;
}
#content .full-width .textwidget {
  margin: 35px 0 15px;
}

#content sup {
  font-size: 0.7em;
}

.home #content .textwidget {
  margin: 0 0 15px;
}

.blog #content,
.single #content,
.archive #content {
  background: #fafafa none repeat scroll 0 0;
  padding: 45px 0;
}

.error404 #content {
  padding: 45px 0;
}

#content .intro {
  line-height: 1.32em;
}

#content .sidebar .widget {
  padding: 55px 25px 15px;
}
#content .sidebar.right .widget {
  padding: 0 0 35px;
}

#content .sidebar.right ul {
  margin: 0;
  list-style: none;
}
#content .sidebar.right ul li {
}
#content .sidebar.right ul li a {
  border-bottom: 1px solid #c5d800;
  color: #63666f;
  display: block;
  padding: 8px 0 5px;
  font-size: 20px;
  font-size: 2rem;
}
#content .sidebar.right ul li:hover &gt; a {
  text-decoration: none;
  background: #eee;
}

#content .sidebar ul.menu li &gt; a {
  border-bottom: 1px solid #c5d800;
  color: #63666f;
  display: block;
  padding: 8px 0 5px;
  font-size: 20px;
  font-size: 2rem;
}
#content .sidebar ul.menu li:hover &gt; a {
  text-decoration: none;
  background: #eee;
}
#content .sidebar ul.menu li.current-menu-item &gt; a {
  font-weight: 600;
}
#content
  .sidebar
  ul.menu
  li.page-item-8421.current-menu-item
  ul.sub-menu
  li.current-menu-item
  &gt; a {
  font-weight: normal;
}
#content .sidebar ul.sub-menu {
  list-style: outside none none;
  margin: 0;
}
#content .sidebar ul.sub-menu li a {
  color: #555;
  font-size: 1.7rem;
  padding-left: 20px;
}
#content .sidebar ul.sub-menu ul.sub-menu li a {
  padding-left: 40px;
}

#content .sidebar ul.sub-menu li:hover a {
  color: #63666f;
}

#content .panel-first-child {
  padding-top: 45px;
}
#content .map .panel-first-child {
  padding-top: 0;
}
#content .slider .panel-first-child {
  padding-top: 0;
}

.bb {
  border-bottom: 1px solid #c5d800;
}
#content .intro .textwidget {
  border-bottom: 1px solid #c5d800;
  padding: 0 15px;
}
.home #content .intro .textwidget {
  border-bottom: none;
}
#content .intro p {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.5em;
}

#content &gt; .container &gt; .row &gt; div {
  padding-left: 0;
  padding-right: 0;
}

#content ul {
  list-style: disc;
  margin: 0 0 1.5em 40px;
}
#content ul.wpc_msg_bulk_select {
  margin: 0 0 15px;
}

.wpc_msg_content_wrapper * {
  font-size: 0.9em;
}

#content ul.menu {
  list-style: none;
  margin: 0;
}

.dark {
  background: #63666f;
  color: #fff;
}
.dark a {
  color: #c5d800;
}
.dark h3,
.dark .elementor-widget-heading h3 {
  background: transparent url("../img/div-green.png") no-repeat scroll 0 bottom;
  color: #fff;
  margin: 0 0 0.7em;
  padding: 0 0 0.7em;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.1em;
}
#content .dark .panel-first-child {
  padding-top: 0;
}
#content .dark .textwidget {
  margin: 0 !important;
  padding: 10px 25px;
}

.blog article,
.single article,
.archive article {
  clear: both;
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 0 0 2em;
}
.blog article .date,
.single article .date,
.archive article .date {
  border-right: 1px solid #ccc;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
  text-align: left;
  text-transform: uppercase;
}
.blog article .date .month,
.single article .date .month,
.archive article .date .month {
  font-weight: bold;
}
.blog article .content,
.single article .content,
.archive article .content {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px;
}
.blog a {
  color: #000;
}
.blog a:hover {
  color: #000;
}
/* Button Main Body */
.blog a.more,
a.btn,
.archive article.category-news .content a.more {
  color: #fff;
  border-radius: 12px 0 0 0;
  border: none;
  background: #c5d800;
  text-transform: none;
  font-weight: normal;
  position: relative;
  margin-right: 44px;
  line-height: 1;
  padding: 15px 20px;
}
/* Button Shadow */
.blog a.more::before,
a.btn::before,
.archive article.category-news .content a.more::before {
  content: " ";
  box-shadow: 0 0 2px -1px #000;
  border-radius: 12px 0 12px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  transition: box-shadow 250ms ease-in-out;
}
/* Button Arrow Extension */
.blog a.more::after,
a.btn::after,
.archive article.category-news .content a.more::after {
  content: " ";
  background-color: #bbcd00;
  background-image: url(/wp-content/uploads/2020/12/chevron-right-solid.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 12px 0;
  position: absolute;
  right: -44px;
  top: 0;
  bottom: 0;
  width: 44px;
}
.blog a.more:hover,
a.btn:hover,
.archive article.category-news .content a.more:hover {
  color: #5d6600 !important;
}
.blog a.more:hover::before,
a.btn:hover::before {
  box-shadow: 0 0 0 -1px #000;
}
.blog .sidebar .widget_search h3 {
  color: inherit;
  font-size: 30px;
}

.blog article h2,
.single article h2,
.archive article h2 {
  font-size: 25px;
  font-size: 2.5rem;
}
.blog article .meta,
.single article .meta,
.archive article .meta {
  color: #666;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0;
}

#footer {
  background: #63666f none repeat scroll 0 0;
  color: #fff;
  padding: 30px 0px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
#footer #footer-logo {
  position: absolute;
  top: 0;
  right: 15px;
}
#footer ul.menu &gt; li {
  position: relative;
  display: block;
}
#footer ul.menu &gt; li a {
  color: #fff;
  display: block;
}
#footer ul.menu &gt; li .sub-menu {
  display: block;
}
#footer .row &gt; div {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  color: #63666f;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.1em;
  margin: 0 0 0.5em;
}

h1 strong {
  color: #63666f;
  font-weight: 500;
}

.home h1,
.home h2.h1 {
  font-size: 57px;
  font-size: 5.7rem;
}

h2 {
  margin: 0 0 0.3em;
  line-height: 1.2em;
  font-size: 17px;
  font-size: 1.7rem;
}

h2.h1 {
  color: #63666f;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.1em;
  margin: 0 0 0.5em;
}

h2.h1 strong {
  color: #63666f;
  font-weight: 500;
}

/*h3 { color: #96938c; font-family: Oswald,sans-serif; line-height: 1.2em; margin: 0 0 1em; text-transform: uppercase; font-size: 34px; font-size: 3.4rem; }*/
h3 {
  color: #96938c;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-size: 34px;
  font-size: 3.4rem;
}

.sidebar h3 {
  margin-bottom: 0.4em;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1.32em;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: /*  #c5d800 */ #000;
}
a:hover {
  text-decoration: none;
  color: #666;
}

a.more,
.elementor-widget-heading .elementor-heading-title &gt; a.more {
  border: 1px solid #c5d800;
  border-radius: 1px;
  color: #cccc33;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 6px 13px 4px;
  text-transform: uppercase;
  line-height: 2.32em;
}
a.more:hover,
.elementor-widget-heading .elementor-heading-title &gt; a.more:hover {
  background: #c5d800;
  color: #000;
}

.alignleft,
.alignright {
  display: block;
  margin: 0 auto 25px;
  text-align: center;
}

table {
  margin: 0 0 2em;
}

.panel-widget-style {
  padding-bottom: 1px;
}

#content ul {
}
#content ul li {
}

.social {
}
.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #333;
  border-radius: 50px;
  vertical-align: middle;
  margin: 0 3px;
}
.social a i {
  color: #fff;
}

form label {
  font-size: 20px;
  font-size: 2rem;
}

form input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #c5d800;
  border-radius: 1px;
  color: #c5d800;
  display: inline-block;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  font-weight: 600;
  padding: 6px 13px 4px;
  text-transform: uppercase;
}
form input[type="submit"]:hover {
  background: #c5d800;
  color: #000;
}

form input[type="submit"]#gform_submit_button_1,
form input[type="submit"]#gform_submit_button_2 {
  background: #c5d800;
  color: #000;
}
form input[type="submit"]#gform_submit_button_1:hover,
form input[type="submit"]#gform_submit_button_2:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #c5d800;
}

.login .gform_wrapper form {
}
.login .gform_wrapper form label {
  display: none !important;
}
.login .gform_wrapper form input[type="text"],
.login .gform_wrapper form input[type="password"] {
  font-size: 1.8rem;
  padding: 12px 10px 10px;
  width: 100%;
}
.login .gform_wrapper form .gfield_checkbox input {
}
.login .gform_wrapper form .gfield_checkbox label {
  display: inline-block !important;
}
.login .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

.location {
  background: #e5e4e0 none repeat scroll 0 0;
  color: #63666f;
  margin: 0 0 1.5em;
  padding-bottom: 10px;
  padding-top: 16px;
}
.location .title {
  color: #63666f;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 1em 0 0.2em;
}
.location .type {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.location .desc {
}
.location .flexslider {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  margin: 0 0 1em;
  padding: 0;
  position: relative;
}
.location .flexslider ul {
  list-style: outside none none !important;
  margin: 0 !important;
  padding: 0;
}

.location .flex-control-paging li a {
  display: block;
  height: 8px;
  position: relative;
  width: 8px;
}

.flex-control-nav {
  bottom: -20px !important;
  height: 8px;
  line-height: 8px;
}

.footnote,
.footnote p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2em;
}

.row &gt; div {
  padding-left: 30px;
  padding-right: 30px;
}

#pgc-4-1-0,
#pgc-4-1-2 {
  display: none;
}

#login {
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
#login form input[type="submit"] {
  background: #c5d800;
  border-color: #c5d800;
  color: #000;
}
#login form input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #c5d800;
}

#login form input[type="text"],
#login form input[type="password"] {
  font-size: 1.8rem;
  padding: 12px 10px 10px;
  width: 100%;
  border-radius: 0;
}
#login form .gfield_checkbox label {
  display: inline-block !important;
}
#login form label {
  width: 100%;
}

#content .wpc_filelist {
}
#content .file_item {
  width: 50%;
}
#content .wpc_filedata_wrapper {
  display: block;
  padding: 0;
  width: 95%;
}
#content .wpc_filename a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
}
#content .wpc_filename a {
  color: #484848;
}
#content .wpc_file_actions {
  font-size: 15px;
  font-size: 1.5rem;
}
#content .wpc_file_actions a {
  font-size: 15px;
  font-size: 1.5rem;
}

#content .wpc_client_files_list .wpc_category_line {
  box-shadow: none;
  border-color: #c5d800;
}

#content .wpc_pagetitle a {
  font-size: 17px;
  font-size: 1.7rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

#logout a {
  background: #c5d800 none repeat scroll 0 0;
  border: 1px solid #c5d800;
  color: #000;
  display: inline-block;
  font-size: 1.5rem;
  padding: 5px 15px 2px;
}
#logout a:hover {
  border: 1px solid #c5d800;
  background: transparent;
  color: #c5d800;
}

.wpc_client_files_list .wpc_file_actions {
  visibility: visible !important;
}

#search {
  display: block;
  float: right;
  font-size: 0.6em;
  padding: 0;
  margin: 0;
}
#search form {
  margin: 4px;
  padding: 0;
  line-height: 0.9em;
  padding: 7px 7px 5px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /*   background: rgba(255,255,255,.1); */
}
#search form i {
  color: #bbbdc7;
}
#search form input {
  background: transparent;
  border: none;
  padding: 4px 0 0 5px;
  margin: 0;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
#search form input::placeholder {
  color: #fff;
}
#search form input:focus {
  outline: none;
}

/* Landing Page */
.page-template-page-landing #content {
  padding-bottom: 0;
}

.email-header a {
  color: #000;
  font-weight: 500;
  display: block;
  line-height: 105px;
  position: relative;
}
.landing-block {
  padding: 0 30px;
}
.landing-block img {
  margin-bottom: 70px;
}
.landing-block h3 {
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 0.7em;
}

#bottom {
  color: #fff;
}
#bottom .panel-grid-cell {
  padding: 0 30px;
}
#bottom h3 {
  color: #c5d800;
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
}
#bottom p {
  font-size: 0.9em;
  line-height: 1.4em;
}

.alignnone {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.tribe-events-list-separator-month {
  padding: 0 !important;
  text-align: left !important;
}
.tribe-events-list-separator-month span {
  background-color: #fafafa !important;
  padding: 0 10% 0 0 !important;
}
.tribe-events-list-separator-month:after {
  top: 35px !important;
}
.location {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 16px !important;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar
  td.tribe-events-present
  div[id*="tribe-events-daynum-"]
  &gt; a {
  background-color: #666 !important;
  border-radius: 0 !important;
}

#webinar {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
}
#webinar-close {
  position: absolute;
  left: 50%;
  top: -5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #000;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 30px;
  margin: -17.5px 0 0 -17.5px;
  color: #fff;
  z-index: 99;
}
#webinar img {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

#content div.gridfx-bar {
  text-align: left;
  margin: 0;
}
#content div.gridfx * {
  margin: 0;
}
#content .gridfx-sort.open-category ul li {
  height: auto;
  margin: 0 10px 10px 0;
}
#content .gridfx-sort.open-category ul li:hover,
#content .active_tab {
  background: #d4d06c !important;
  color: #000 !important;
}

i.tg-icon-play {
  color: rgba(255, 255, 255, 0.85) !important;
}

div#pg-7202-1 {
  margin: 0 -8px;
}
.career-box {
  background: #63666f;
  margin: 0 8px;
}
.career-box &gt; div {
  padding: 50px 20px 20px !important;
}
.career-box .textwidget {
  padding: 0;
  margin: 0 !important;
}
/*
.career-box img {}
.career-box a.btn {
	border: 1px solid  #c5d800;
	color: #c5d800;
	font-weight: bold;
	border-radius: 1px;
}
.career-box a.btn:hover{
	background:  #c5d800;
	color: #63666f;
}
*/
.career-box h4 {
  color: #fff;
  margin: 0 0 1.5em;
}
img.alignnone.size-full.wp-image-7191 {
  margin-top: -25px;
}
img.alignnone.size-full.wp-image-7195 {
  margin-top: -4px;
}

.home-slider .slick-slide-inner &gt; div {
  opacity: 0;
}
.home-slider .slick-active .slick-slide-inner &gt; div {
  /* 	opacity: 1; */
  animation-name: slider-content;
  animation-duration: 0s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@keyframes slider-content {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 1024px) {
  #header nav &gt; ul &gt; li &gt; a.ubermenu-target {
    padding: 44px 10px 28px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #header {
    padding-bottom: 22px;
  }
  #header nav &gt; ul &gt; li &gt; a.ubermenu-target {
    padding: 44px 5px 28px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  #pgc-4-1-0,
  #pgc-4-1-2 {
    display: block;
  }

  #content .intro .textwidget {
    padding: 0;
  }

  #content .dark .textwidget {
    padding: 60px 70px;
  }

  #header #logo {
    margin: 41px 0 0;
    width: 100%;
  }

  .row &gt; div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
    text-align: left;
  }
  .alignright {
    float: right;
    margin: 0 0 20px 20px;
    text-align: left;
  }

  .home #content .textwidget {
  }
  .home #content .slider .textwidget {
    line-height: 0;
    margin: 0 !important;
    padding: 0 !important;
  }
  .home #content .textwidget {
  }
  #content .slider .textwidget {
    margin: 0;
    padding: 55px 0 15px;
  }

  #header #main-nav ul.menu &gt; li {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 992px) {
  #header #main-nav ul.menu &gt; li {
    margin: 0 18px;
  }

  #header #logo {
    margin: 22px 0 0;
    width: 100%;
    max-width: 250px;
  }

  #top ul li &gt; a {
    padding: 0 15px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 1200px) {
  #header #main-nav ul.menu &gt; li {
    margin: 0 21px;
  }

  #header #logo {
    margin: 17px 0 0;
  }

  #header #main-nav ul.menu &gt; li &gt; a {
    font-size: 13.5px;
    font-size: 1.35rem;
    letter-spacing: 0.05em;
  }
}
/* Css added by Niresh Dec */
#searchxs  {
  display: none;
}
.archive article.category-news .content &gt; img {
  border-top-left-radius: 80px 80px !important;
  border-bottom-right-radius: 80px 80px !important;
}
body.parent-pageid-9222 #nav_menu-9 {
  display: block !important;
}
body.search #content {
  top: 20px !important;
  position: relative;
  padding-bottom: 30px;
}
.hiddensearch {
	opacity: 0;
	height: 0;
}
#header #main-nav nav &gt; ul &gt; li &gt; a.ubermenu-target{
border-bottom: 10px solid transparent !important;
}
#header #main-nav nav &gt; ul &gt; li &gt; a.ubermenu-target:hover {
  border-bottom: 10px solid #cc0 !important;
}
#searchxs  {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .header-right-sm {
    position: absolute;
    right: 30px;
    display: flex;
    bottom: 15px;
    gap: 20px;
  }
  .navtoggle {
    right: 0;
    position: relative;
    bottom: 0 !important;
  }

	.hiddensearch-wrapper {
		background-color: rgba(0, 0, 0, 0.5);
		padding: 15px 0;
		margin-top: 4px;
		opacity: 1;
        height: 62px;
		transition: height .25s,padding-bottom .25s,opacity .25s;
		
	}
	.hiddensearch {
		opacity: 0;
		height: 0;
		transition: height .25s,padding-bottom .25s,opacity .25s;
}
  #searchxs {
  display: block;
}
	#searchxs form {
		position: relative;
	}
	#searchxs form input[type='search'] {
		width: 100%;
    line-height: 0.9em;
    padding: 7px 7px 5px;
    border-radius: 5px;
    padding-right: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
	}
	#searchxs form button {
		background: #bbcd00;
    border: none;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: -1px;
	}
  .searchbtn i {
    color: #fff;
  }
  html body.blog #content,
  html body.single-post #content {
    top: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  html body.search #content {
    top: 90px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
	html body.page-id-7754 #header-content {
    padding-top: 90px;
    padding-bottom: 0;
}
  article.category-news .row &gt; div {
    padding-left: 0;
    padding-right: 0;
		margin-left: 0;
  }
}
</pre></body></html>