@charset "utf-8";

.mvc-form select, .mvc-form input[type="file"], .mvc-form input[type="email"], .mvc-form input[type="text"], .mvc-form input[type="date"], .mvc-form input[type="tel"], .mvc-form input[type="number"] { min-width: 220px; }

.mvc-form select::before, .mvc-form input[type="file"]::before, .mvc-form input[type="email"]::before, .mvc-form input[type="text"]::before, .mvc-form input[type="date"]::before, .mvc-form input[type="tel"]::before, .mvc-form input[type="number"]::before { display: none; }

.mvc-form select + span + label.error, .mvc-form input[type="file"] + span + label.error, .mvc-form input[type="email"] + span + label.error, .mvc-form input[type="text"] + span + label.error, .mvc-form input[type="date"] + span + label.error, .mvc-form input[type="tel"] + span + label.error, .mvc-form input[type="number"] + span + label.error { transform: translateY(-10px); }

.mvc-form .recaptcha-wrap + input + label.error { transform: translateY(-10px); }

.mvc-form input[type="checkbox"], .mvc-form input[type="radio"] { display: flex; min-height: 26px; background-color: rgb(255, 215, 0); }

.mvc-form input[type="checkbox"]::before, .mvc-form input[type="radio"]::before { display: none; }

.mvc-form input[type="checkbox"] .error, .mvc-form input[type="radio"] .error { position: absolute; }

.mvc-form textarea + .error { transform: translateY(-10px); }

.mvc-form .error { color: rgb(217, 73, 73); padding-left: 20px; position: relative; }

.mvc-form .error::before { background-image: url(data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23d94949' d='M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-11.49 120h22.979c6.823 0 12.274 5.682 11.99 12.5l-7 168c-.268 6.428-5.556 11.5-11.99 11.5h-8.979c-6.433 0-11.722-5.073-11.99-11.5l-7-168c-.283-6.818 5.167-12.5 11.99-12.5zM256 340c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28z' class=''%3E%3C/path%3E%3C/svg%3E); background-repeat: no-repeat; background-size: 16px; content: ""; height: 18px; left: 0px; top: 2px; position: absolute; width: 18px; }

.mvc-form select { border-radius: 0px; min-width: 240px; min-height: 42px; padding: 8px 10px; margin-top: 3px; margin-bottom: 15px; }

.mvc-form select * { padding-top: 8px; padding-bottom: 8px; }

.mvc-form h3 { margin-top: 20px; color: rgb(53, 53, 53); display: flex; font-size: 18px; font-weight: 700; line-height: 20px; margin-bottom: 5px; padding: 0px 0px 20px; text-decoration: none; text-transform: uppercase; margin-left: 0px; }

.mvc-form h3::after { background-color: rgb(0, 0, 0); content: ""; height: 1px; flex-grow: 1; margin-left: 10px; transform: translateY(10px); }

.mvc-form input, .mvc-form label { display: block; }

.mvc-form .required { position: relative; }

.mvc-form .required::after { content: "*"; color: rgb(217, 73, 73); font-weight: 700; padding-left: 5px; }

.mvc-form input, .mvc-form textarea { border: 1px solid rgb(68, 68, 68); padding: 8px 10px; font-size: 16px; line-height: 22px; margin-top: 3px; margin-bottom: 15px; }

.mvc-form input[type="checkbox"] { margin-bottom: 0px; }

.mvc-form input[type="radio"] { display: inline-block; margin: 3px 3px 10px 5px; }

.mvc-form input[type="text"], .mvc-form input[type="email"], .mvc-form textarea { min-width: 540px; }

.mvc-form .mf-lbl-checkbox, .mvc-form .mf-lbl-radio { margin: 3px 0px 5px; display: flex; min-height: 40px; }

.mvc-form .mf-lbl-checkbox > input[type="radio"], .mvc-form .mf-lbl-radio > input[type="radio"], .mvc-form .mf-lbl-checkbox > input[type="checkbox"], .mvc-form .mf-lbl-radio > input[type="checkbox"] { margin-top: -2px; }

.mvc-form .mf-lbl-checkbox label.error, .mvc-form .mf-lbl-radio label.error { position: absolute; margin-top: 22px; }

.mvc-form label.mf-lbl-checkboxlist, .mvc-form label.mf-lbl-radiolist { margin-top: 15px; margin-bottom: 10px; }

.mvc-form input[type="checkbox"] { display: inline-block; }

.mvc-form input[type="submit"] { border: 1px solid rgb(68, 68, 68); padding: 8px 10px; background-color: rgb(67, 142, 206); color: rgb(255, 255, 255); display: inline-block; font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 12px; font-weight: 400; text-decoration: none; text-transform: uppercase; }

.mvc-form input[type="submit"]:hover { background-color: rgb(245, 245, 245); color: rgb(67, 142, 206); cursor: pointer; }

.mvc-form .recaptcha-wrap { margin-bottom: 15px; }

#widgets .mvc-form select, #widgets .mvc-form input[type="file"], #widgets .mvc-form input[type="email"], #widgets .mvc-form input[type="text"], #widgets .mvc-form input[type="date"], #widgets .mvc-form input[type="tel"], #widgets .mvc-form input[type="number"] { width: 90%; min-width: unset; }

#left-side-column { width: 280px; float: left; min-height: 1px; }

#left-side-column .mvc-form input[type="text"], #left-side-column .mvc-form input[type="email"], #left-side-column .mvc-form textarea { width: calc(100% - 40px); min-width: 0px; }

#left-side-column .recaptcha-wrap { width: 99%; }

#left-side-column .recaptcha-wrap > div { overflow: hidden; width: 265px !important; }

#left-side-column .recaptcha-wrap .rc-anchor-checkbox-label { width: 120px !important; }

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: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline; }

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

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

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

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

strong { color: rgb(53, 53, 53); font-weight: bold; }

em { font-style: italic; }

.crazyBigFont { font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 95px; line-height: 120px; }

.largeFont { font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 30px; line-height: 50px; }

hr { background-color: rgb(235, 235, 235); border: 0px; color: rgb(235, 235, 235); height: 1px; }

ol { list-style-type: decimal; list-style-position: outside; margin-left: 2em; padding-bottom: 10px; }

.img-responsive { display: block; max-width: 100%; height: auto; }

#banners img { display: block; max-width: 100%; height: auto; width: 100%; }

.ui-accordion-content ul li, .ui-accordion-content ol li { font-family: "Open Sans", sans-serif; }

body { background: rgb(255, 255, 255); font-size: 87.5%; line-height: 160%; }

body, p { color: rgb(51, 51, 51); font-family: "Open Sans", sans-serif; }

.ui-widget-content ul { font-family: "Open Sans", sans-serif; }

p { margin-bottom: 1em; }

h1 { color: rgb(31, 51, 73); font-size: 40px; font-weight: 300; line-height: 43px; margin-bottom: 8px; }

h2 { color: rgb(31, 51, 73); font-size: 28px; line-height: 33px; margin-bottom: 8px; }

h3, .resourcesTitle, .documentsTitle { color: rgb(31, 51, 73); font-size: 21px; line-height: 26px; margin-bottom: 5px; }

h4, h5, h6 { color: rgb(53, 53, 53); font-size: 15px; font-weight: 600; line-height: 21px; margin-bottom: 0px; text-transform: none; }

a { color: rgb(67, 142, 206); cursor: pointer; text-decoration: none; }

a:hover { text-decoration: underline; }

ul { list-style: outside url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhJREFUeNpiNDY2tmBgYMgA4gAg3gDEM1igAvEMEACmmaAqkEEAE1QLMtjALCUl9QLIYAViRSBeCTKT8f///wzogIkBCwAIMACm/guhW3D0OAAAAABJRU5ErkJggg==) disc; margin-left: 2em; margin-bottom: 1em; }

li { margin-bottom: 6px; padding-left: 5px; }

.clear { clear: both; height: 0px; }

input, select { font-size: 14px; line-height: 14px; }

.caption { font-size: 11px; font-style: italic; line-height: 15px; }

.imageLeft { float: left; padding: 0px 20px 20px 0px; }

.imageRight { float: right; padding: 0px 0px 20px 20px; }

.left { float: left; }

.right { float: right; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

.text-center { text-align: center; }

.feature { background-color: rgb(245, 245, 245); padding: 20px; overflow: hidden; }

.feature img { float: right; margin: -20px -20px -20px 20px; padding: 0px; right: 0px; top: 0px; height: auto !important; width: 50% !important; }

.call-out-info { border: 1px solid rgb(51, 51, 51); margin: 20px auto; min-height: 36px; max-width: calc(100% - 12px); }

.call-out-info .call-out-info-columns { display: flex; padding: 15px; }

.call-out-info i { color: rgb(0, 0, 0); font-size: 40px; left: 28px; margin-top: 12px; padding-left: 24px; padding-right: 32px; }

@media screen and (max-width: 360px) {
  .call-out-info .call-out-info-columns { flex-direction: column; }
  .call-out-info .call-out-info-columns > i { margin: 10px auto 15px; }
}

.infoPanel { margin-bottom: 20px; overflow: hidden; }

.infoPanel table, .ui-widget-content table, .ui-tabs table { color: rgb(68, 68, 68); font-family: "Open Sans", sans-serif; line-height: 1.4; width: 100%; }

.infoPanel table thead, .ui-widget-content table thead, .ui-tabs table thead { background: rgb(0, 70, 127); color: rgb(255, 255, 255); font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; text-transform: uppercase; }

.infoPanel table tbody tr, .ui-widget-content table tbody tr, .ui-tabs table tbody tr { background-color: rgb(255, 255, 255); }

.infoPanel table tbody tr.odd, .ui-widget-content table tbody tr.odd, .ui-tabs table tbody tr.odd { background-color: rgb(245, 245, 245); }

.infoPanel table.noZebraStripes tbody tr, .ui-tabs table.noZebraStripes tbody tr, .ui-widget-content table.noZebraStripes tbody tr, .infoPanel table.noZebraStripes tbody tr.odd, .ui-widget-content table.noZebraStripes tbody tr.odd, .ui-tabs table.noZebraStripes tbody tr.odd { background-color: transparent; }

.infoPanel table td, .ui-widget-content table td, .ui-tabs table td { padding: 8px 12px; }

.infoPanel table tfoot, .ui-widget-content table tfoot, .ui-tabs table tfoot { background: rgb(244, 244, 244); color: rgb(126, 126, 126); }

.ui-tabs .ui-tabs-nav li a * { color: rgb(87, 87, 88); font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 400; margin: 0px; line-height: unset; }

.buttonFilter, .scfSubmitButtonBorder input { background-color: rgb(67, 142, 206); border: 0px; color: rgb(255, 255, 255); display: inline-block; font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 12px; font-weight: 400; padding: 12px 20px; text-decoration: none; text-transform: uppercase; }

.buttonFilter:hover, .scfSubmitButtonBorder input:hover { background-color: rgb(245, 245, 245); color: rgb(67, 142, 206); cursor: pointer; }

.buttonFilter a, a.buttonFilter { color: rgb(255, 255, 255); }

.buttonFilter a:hover, a.buttonFilter:hover { text-decoration: none; }

#btnTopSearchGo { background-color: rgb(190, 190, 190); padding: 9px 9px 4px; }

.buttonGray a { background: rgb(160, 160, 163); border: 0px; display: inline-block; font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 12px; font-weight: normal; padding: 12px 20px; text-decoration: none; }

.buttonGray a:hover { background-color: rgb(223, 223, 223); }

.buttonGray a, a.buttonGray { color: rgb(255, 255, 255); }

.buttonGray a:hover, a.buttonGray:hover { text-decoration: none; }

.buttonBlue { background-color: rgb(67, 142, 206); border: 0px; color: rgb(255, 255, 255); display: inline-block; font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 12px; font-weight: normal; padding: 12px 20px; text-decoration: none; }

.buttonBlue:hover { background-color: rgb(0, 70, 127); }

.buttonBlue:active { position: relative; top: 1px; }

.buttonBlue a, a.buttonBlue { color: rgb(255, 255, 255); }

.buttonBlue a:hover, a.buttonBlue:hover { text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border-color: rgb(205, 205, 205) !important; }

.ui-accordion .ui-accordion-content { padding: 12px 20px; }

.ui-tabs + .ui-accordion { display: none; }

.hidden-panel { display: none; }

.hidden-panel + .ui-accordion { display: block; }

.mobile-accordion { display: block; }

.mobile-accordion .ui-accordion-header { font-size: 13px; font-weight: 400; padding: 12px 40px 12px 20px; }

.mobile-accordion h3.ui-accordion-header { color: rgb(31, 51, 73); font-size: 21px; line-height: 26px; }

.mobile-accordion h3.ui-accordion-header.ui-state-hover { color: rgb(255, 255, 255); }

.mobile-accordion h2.ui-accordion-header { color: rgb(31, 51, 73); font-size: 28px; line-height: 33px; }

.mobile-accordion h2.ui-accordion-header.ui-state-hover { color: rgb(255, 255, 255); }

.mobile-accordion .ui-state-default, .mobile-accordion .ui-widget-content .ui-state-default, .mobile-accordion .ui-widget-header .ui-state-default { background: rgb(245, 245, 245); }

.mobile-accordion .ui-state-active, .mobile-accordion .ui-widget-content .ui-state-active, .mobile-accordion .ui-widget-header .ui-state-active { background-color: rgb(255, 255, 255); background-image: none; }

.mobile-accordion .ui-widget-content { border-width: 0px 1px 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: rgb(205, 205, 205); border-bottom-color: rgb(205, 205, 205); border-left-color: rgb(205, 205, 205); border-image: initial; border-top-style: initial; border-top-color: initial; font-size: 14px; }

.mobile-accordion .ui-state-active .ui-icon, .mobile-accordion .ui-state-default .ui-icon { display: inherit; background: none; position: absolute; right: 16px; top: 14px; width: auto; height: auto; margin: 0px; text-indent: 0px; left: auto; }

.mobile-accordion .ui-state-active .ui-icon::after, .mobile-accordion .ui-state-default .ui-icon::after { content: ""; color: rgb(67, 142, 206); font-family: "Font Awesome 6 Pro"; font-size: 18px; font-weight: 900; }

.mobile-accordion .ui-state-active .ui-icon::after { content: ""; }

.mobile-accordion .ui-state-hover { background-color: rgb(67, 142, 206); color: rgb(255, 255, 255); }

.mobile-accordion .ui-state-hover .ui-icon::after { color: rgb(255, 255, 255); }

.topHeader { line-height: 21px; margin: 15px 0px; position: relative; }

.topHeader *, .topHeader ::before, .topHeader ::after { box-sizing: border-box; }

.topLogo { float: left; }

.topLogo img.mobile-logo { display: none; }

.topLogo img.desktop-logo { display: block; }

.header-right { text-align: right; }

.search-section { overflow: hidden; position: absolute; right: 0px; bottom: 0px; }

.weather { float: right; margin-right: 15px; }

.weatherFeed { position: relative; bottom: -13px; }

.weatherFeed > a { float: left; text-align: right; width: 140px; }

.weatherFeed > a:hover { text-decoration: none; }

.weatherFeed .date, .weatherFeed .weatherTemp, .weatherFeed .weatherImg { display: inline-block; }

.weatherFeed .date, .weatherFeed .weatherTemp { margin: 5px 5px 0px 0px; }

.weatherFeed .weatherTemp { color: rgb(0, 131, 194); font-weight: 700; }

.weatherFeed .weatherImg img { left: 7px; position: relative; top: -2px; width: 34px; }

.topQuickSearch { bottom: 0px; float: right; }

#postHeader { margin-bottom: 1em; font-weight: bold; }

#BlogPostAddComment { margin-bottom: 20px; }

.topQuickSearch select { display: none; padding: 6px; position: relative; right: -35px; top: 1px; }

.topQuickSearch input[type="text"] { border: 1px solid rgb(194, 194, 194); height: 37px; padding: 11px 6px 8px 10px; position: relative; right: -38px; width: 230px; z-index: 50; }

.topQuickSearch a { z-index: 99; position: relative; }

.topQuickSearch a img { vertical-align: middle; transform: rotate(-60deg); position: relative; top: -2px; }

.page-layout { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; height: 100%; min-height: 100vh; }

#container, .container, #home-top-banner { margin: 0px auto; text-align: left; width: 100%; }

#home-top-banner .banners { padding-bottom: 25.5%; }

@media screen and (max-width: 830px) {
  #home-top-banner .banners { height: auto !important; }
}

#home-top-banner .banners > div:not(nth:first-of-type) { display: none; }

#home-top-banner.with-popular-links { position: relative; }

#home-top-banner.with-popular-links .bannerBox { height: auto; }

#home-top-banner.with-popular-links .home-top-banner-right { position: absolute; top: 0px; display: flex; flex-direction: column; right: 0px; z-index: 5; height: 100%; }

#home-top-banner.with-popular-links .home-top-banner-right > * { flex: 1 1 auto; }

#home-top-banner.with-popular-links .slideshowPager { right: auto; left: 4px; }

#home-top-banner.with-popular-links .landingSlideshow { width: 100%; }

#home-top-banner.with-popular-links .contentWrapper.topright, #home-top-banner.with-popular-links .contentWrapper.bottomright { right: auto; left: 0px; }

@media screen and (max-width: 1160px) {
  #home-top-banner.with-popular-links { display: flex; }
  #home-top-banner.with-popular-links .home-top-banner-right { width: 250px; }
  #home-top-banner.with-popular-links .home-top-banner-right > .bannerBox { max-height: 100%; }
  #home-top-banner.with-popular-links .home-top-banner-right .bannerBoxContent { padding: 15px 32px; }
  #home-top-banner.with-popular-links .contentWrapper { width: 100%; }
}

@media screen and (max-width: 990px) {
  #home-top-banner.with-popular-links { flex-direction: column; }
  #home-top-banner.with-popular-links .home-top-banner-right { position: relative; width: 100%; }
  #home-top-banner.with-popular-links .home-top-banner-right > .bannerBox { max-height: 100%; }
  #home-top-banner.with-popular-links .home-top-banner-right .bannerBoxContent { padding: 15px 32px; }
  #home-top-banner.with-popular-links .contentWrapper { width: 100%; }
}

.content-width { margin-left: auto; margin-right: auto; width: 1140px; }

.content { box-sizing: border-box; margin: 0px auto; overflow: hidden; padding: 0px; width: 1140px; }

#left-side-column { width: 285px; float: left; }

.layout-columns { display: flex; }

.layout-columns #left-side-column { border-right: 1px solid rgb(214, 215, 218); padding-top: 30px; padding-right: 20px; }

.layout-columns .side-nav ul { padding: 0px; margin: 0px; list-style: none; }

.layout-columns .side-nav ul li a.active { color: rgb(0, 70, 127); font-weight: 700; }

.layout-columns .side-nav ul li a.active::after { content: "|"; font-weight: 700; position: absolute; left: -15px; font-size: 24px; margin-top: -3px; }

.layout-columns .side-nav ul li { padding-left: 0px; position: relative; margin-bottom: 0px; }

.layout-columns .side-nav ul li > a { width: 100%; display: flex; align-items: center; min-height: 34px; font-size: 14px; font-weight: 400; color: rgb(51, 51, 51); line-height: 1.5; border-bottom: 1px solid rgb(214, 215, 218); }

.layout-columns .side-nav ul li > a:hover { color: rgb(0, 70, 127); text-decoration: none; }

.layout-columns .side-nav ul li > a.active { color: rgb(0, 70, 127); font-weight: 600; }

.layout-columns .side-nav ul li > a.has-children + .toggler { width: 30px; position: absolute; display: flex; align-items: center; justify-content: center; height: 30px; margin: 2px 0px; top: 0px; right: 0px; cursor: pointer; z-index: 2; }

.layout-columns .side-nav ul li > a.has-children + .toggler::before { content: "+"; font-size: 24px; color: rgb(51, 51, 51); margin: auto; }

.layout-columns .side-nav ul li > a.has-children.expanded + .toggler::before { content: "--"; letter-spacing: -2px; }

.layout-columns .side-nav ul li > a:not(.has-children) { width: 100%; }

.layout-columns .side-nav ul ul { margin: 0px 0px 0px 17px; list-style: none; }

.layout-columns .side-nav ul ul ul li { margin-bottom: 0px; width: calc(100% - 30px); }

.layout-columns .side-nav ul ul ul li a { font-size: 14px; position: relative; }

@media screen and (max-width: 1160px) {
  .layout-columns { flex-direction: column; }
  .layout-columns .side-nav { display: none !important; }
  .layout-columns #left-side-column { border-right: 0px; padding-right: 0px; padding-top: 0px; }
  .layout-columns #page-content { margin: 30px 0px 0px; }
}

#page-content { float: left; margin: 30px 0px 0px 60px; position: relative; width: 772px; }

#page-content .content { width: auto; }

.home-page-content { float: left; margin: 0px 82px 0px 0px; position: relative; width: 772px; }

.homeNewsPanel .firstLineTitle { background-color: transparent; border-bottom: 1px solid rgb(67, 142, 206); color: rgb(31, 51, 73); font-size: 35px; font-weight: 300; letter-spacing: 0px; line-height: 35px; margin: 0px 0px 15px; padding: 0px 0px 14px; text-transform: none; }

.homeNewsPanel .eventItem { border-top: 0px; }

.homeNewsPanel .home-news-title, .homeNewsPanel .eventTitle { font-size: 22px; line-height: 26px; padding-top: 16px; padding-bottom: 3px; }

.homeNewsPanel .eventAbstract { font-size: 14px; line-height: 22px; color: rgb(100, 95, 95); }

.homeNewsPanel .learnMore { text-align: right; }

.homeNewsPanel .eventLink a { font-size: 12px; line-height: 130%; }

.alert { background-color: rgb(245, 245, 245); }

.alertMessage { padding: 14px; text-align: center; }

.alertMessage, .alertMessage p { color: rgb(255, 0, 0); font-size: 16px; font-weight: 600; }

.alertMessage a, .alertMessage p a { color: rgb(255, 0, 0); text-decoration: underline; }

.home-links { margin-top: 40px; }

.home-links .column-wide { float: left; margin-right: 50px; width: calc(63% - 50px); }

.home-links .column-narrow { float: left; width: 37%; }

.home-links .links-title { background-color: transparent; border-bottom: 1px solid rgb(67, 142, 206); color: rgb(31, 51, 73); font-size: 30px; font-weight: 300; letter-spacing: 0px; line-height: 35px; margin: 0px 0px 12px; padding: 0px 0px 10px; text-transform: none; }

.home-links .links-list { float: left; width: 50%; }

.home-links a { display: inline-block; font-size: 16px; margin-bottom: 12px; }

.home-side-column { width: 286px; float: left; padding-top: 63px; }

.home-side-column .widget-panel { background-color: rgb(245, 245, 245); border-top-left-radius: 14px; border-top-right-radius: 14px; padding: 20px 18px; border: 0px !important; }

.home-side-column .widget-panel a::after { content: none; }

.home-side-column .firstLineTitle { color: rgb(124, 125, 128); font-size: 11px; letter-spacing: normal; line-height: 12px; margin: 0px; padding: 0px 0px 8px 69px; position: relative; text-transform: none; background-color: transparent !important; }

.home-side-column .firstLineTitle::before { content: url(https://www.cnv.org/CNV/Images/layout/twitter-lg.jpg); left: 10px; position: absolute; }

.home-side-column .secondLineTitle { border-bottom: 1px solid rgb(211, 226, 238); color: rgb(0, 0, 0); display: block; font-size: 26px; font-weight: 300; line-height: 24px; margin-bottom: 18px; padding: 0px 0px 12px 69px; position: relative; text-transform: uppercase; top: -3px; }

.home-side-column .secondLineTitle::after { border-bottom: 1px solid rgb(67, 142, 206); bottom: -2px; content: ""; height: 1px; left: 0px; position: absolute; width: 100%; }

.home-side-column .twitter-timeline { background-color: rgb(255, 255, 255); }

.sectionTitle { color: rgb(0, 70, 127); border-bottom: 2px solid rgb(0, 70, 127); padding-bottom: 12px; display: block; font-size: 22px; font-weight: 700; line-height: 24px; margin-bottom: 14px; }

.sectionTitle a { color: rgb(0, 70, 127); }

.sectionTitle a:hover { text-decoration: none; }

.homeContainer h1 { font-size: 35px; }

.top-menu-wrapper { background-color: rgb(67, 142, 206); position: relative; zoom: 1; height: 64px; }

ul.top-menu { list-style: none; position: relative; float: left; clear: both; margin: 0px; display: flex; flex-wrap: nowrap; align-items: center; min-height: 64px; width: 100%; }

ul.top-menu > li { padding: 0px; margin: 0px; float: left; position: static; flex-grow: 1; }

ul.top-menu > li.active > a { background-color: rgb(0, 70, 127); }

ul.top-menu > li > a { color: rgb(255, 255, 255); justify-content: center; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; line-height: 14px; padding: 0px 12px; position: relative; display: flex; align-items: center; min-height: 64px; text-align: center; }

ul.top-menu > li > a:hover, ul.top-menu > li.selected > a { background: none rgb(0, 70, 127); opacity: 1; text-decoration: none; }

.top-menu-wrapper ul.hovered > li > a { background: rgb(255, 255, 255); text-shadow: rgb(255, 255, 255) 0px 0px 1px; }

ul.top-menu div ul li a { text-decoration: none; color: rgb(51, 107, 152); display: block; font-size: 11px; margin-bottom: 5px; line-height: 28px; }

ul.top-menu div ul li a:hover { text-decoration: underline; }

ul.top-menu li ul { list-style: none; margin: 0px; }

ul.top-menu ul.menu-full { margin-bottom: 9px; }

.menu-full li { color: rgb(43, 41, 42); font-size: 12px; line-height: 15px; padding: 0px; margin: 0px 0px 5px; }

.menu-full li.menu-item-heading a { font-size: 14px; font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; line-height: 18px; margin-bottom: 3px; text-transform: uppercase; }

.top-item { border-top: 3px solid rgb(0, 70, 127); position: absolute; background: rgb(255, 255, 255); display: none; left: 0px; padding-top: 14px; width: 1080px; box-shadow: black 0px 1px 2px 0px; z-index: 9999 !important; }

.top-item .menuColumn ul, .top-item .menuColumn ul li { list-style: none none !important; background: none !important; }

.menuColumn { float: left; width: 280px; margin-left: 75px; }

.menuColumn:first-child { margin-left: 0px; }

.links-sections { margin: 0px 40px; }

.featured-page-title { font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 18px; margin-bottom: 5px; text-transform: uppercase; color: rgb(134, 134, 134); }

.featured-page-short-title { color: rgb(53, 53, 53); font-family: NovecentowideUltraLightBold, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; margin: 12px 0px 7px; }

.featured-page-abstract { color: rgb(53, 53, 53); margin-bottom: 6px; font-family: arial; font-size: 11px; line-height: 15px; }

.featured-page-action-link { text-align: right; }

.featured-page-action-link a { color: rgb(53, 53, 53); font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; }

.popular-pages-section { background-color: rgb(128, 128, 132); color: rgb(255, 255, 255); height: 28px; margin-top: 5px; padding: 0px 32px; }

.top-menu-popular-pages-title { font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 12px; float: left; line-height: 28px; }

.top-menu-popular-pages { float: left; }

ul.top-menu li .top-menu-popular-pages ul { float: none; margin: 0px 0px 0px 32px; padding: 0px; width: auto; }

ul.top-menu li .top-menu-popular-pages ul li { background-image: url(https://www.cnv.org/CNV/Images/layout/list-separator.png); background-repeat: no-repeat; background-position: 0px 50%; display: inline-block; float: left; margin: 0px; padding: 0px 8px; }

ul.top-menu li .top-menu-popular-pages ul li:first-child { background-image: none; }

ul.top-menu li .top-menu-popular-pages ul li a { color: rgb(255, 255, 255); margin: 0px; padding: 0px; }

#textSize { float: right; font-size: 12px; line-height: 21px; margin: 9px 20px 0px 0px; display: none; }

#textSize img { margin-right: 3px; position: relative; top: 4px; }

.textSizeText { padding-left: 3px; font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 12px; color: rgb(255, 255, 255); }

.landingSlideshow { width: 100%; }

.with-popular-links .landingSlideshow { float: left; width: 830px; }

.home-top-banner-right { float: left; width: 250px; }

.home-top-banner-right select { width: 180px; }

.slideshow { position: relative; }

.slideshowBg { position: relative; top: 15px; z-index: 20; }

.banners > div { height: auto; width: 100%; }

.slideshowPager { background-image: url(https://www.cnv.org/CNV/images/layout/slide-Pagination-bg.png); background-repeat: repeat; height: 12px; padding: 4px 9px; position: absolute; right: 4px; text-align: right; top: 9px; z-index: 20; border-radius: 11px; }

.slideshowPager a { background-color: rgb(160, 187, 220); border-radius: 50%; display: inline-block; height: 12px; margin-left: 3px; width: 12px; text-decoration: none; }

.slideshowPager a:hover, .slideshowPager a.activeSlide { background-color: rgb(175, 175, 179); }

.bannerBox { border-bottom: 1px solid rgb(77, 126, 166); font-size: 12px; line-height: 21px; height: 60px; padding: 35px 32px; background-color: rgb(0, 70, 127); color: rgb(255, 255, 255); overflow: hidden; }

.banner-right-bottom { border-bottom: 0px; height: 94px; }

.top-right-title { font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 18px; }

.banners a { display: block; position: relative; }

.banner-overlay { height: 100%; position: absolute; right: 50%; top: 0px; width: 100%; }

.banner-overlay .content-width { height: 100%; position: relative; right: -50%; }

.contentWrapper { box-sizing: border-box; color: rgb(0, 0, 0); font-size: 14px; max-width: 100%; padding: 35px; position: absolute; width: 600px; }

.contentWrapper:empty { display: none; }

.contentWrapper.top, .contentWrapper.topleft { top: 0px; }

.contentWrapper.bottom, .contentWrapper.bottomleft { bottom: 0px; }

.contentWrapper.topright { right: 0px; top: 0px; }

.contentWrapper.bottomright { bottom: 0px; right: 0px; }

.contentWrapper a { color: rgb(0, 0, 0); display: inline-block; }

.contentWrapper .title { font-family: NovecentowideBookRegular, Helvetica, Arial, sans-serif; font-size: 32px; line-height: 35px; margin-bottom: 6px; padding: 0px; text-transform: uppercase; }

.contentWrapper .subtitle { font-size: 20px; font-weight: 300; line-height: 22px; margin-bottom: 10px; }

.contentWrapper .overlay-content { font-size: 16px; font-weight: 300; }

@media screen and (max-width: 560px) {
  .contentWrapper .title { font-size: 26px; line-height: 1.2; }
  .contentWrapper .subtitle { font-size: 18px; line-height: 1.2; }
  .contentWrapper .overlay-content { font-size: 15px; line-height: 1.5; }
}

#homeCarouselWidget { width: 825px; position: relative; margin-bottom: -18px; margin-left: auto; margin-right: auto; z-index: 20; height: 50px; top: -30px; }

#homeCarouselWidget .home-carousel-wrapper { width: 735px; margin: 0px 45px; overflow: hidden; position: relative; }

#homeCarouselWidget ul { width: 735px; float: left; margin: 0px; padding: 0px; list-style: none; height: 150px; }

#homeCarouselWidget ul ul { margin: 0px; padding: 0px; }

#homeCarouselWidget ul li, #homeCarouselWidget ul li.carousel-item { float: left; position: relative; margin: 0px 3px; padding: 0px; border: 3px solid rgb(255, 255, 255); width: 233px; height: 137px; }

#homeCarouselWidget #archivePrev { width: 34px; height: 34px; background-image: url(https://www.cnv.org/CNV/images/layout/arrow-right.png); background-repeat: no-repeat; position: absolute; top: 50px; left: 0px; cursor: pointer; display: block; text-indent: -9999px; }

#homeCarouselWidget #archivePrev:hover { background-image: url(https://www.cnv.org/CNV/images/layout/arrow-right-hover.png); }

#homeCarouselWidget #archiveNext { width: 34px; height: 34px; background-image: url(https://www.cnv.org/CNV/images/layout/arrow-left.png); background-repeat: no-repeat; position: absolute; top: 50px; right: 0px; cursor: pointer; display: block; text-indent: -9999px; }

#homeCarouselWidget #archiveNext:hover { background-image: url(https://www.cnv.org/CNV/images/layout/arrow-left-hover.png); }

#homeCarouselWidget a.fixPNG { zoom: 1; background-color: rgb(255, 255, 255); }

#homeCarouselWidget a:hover { zoom: 1; }

#breadcrumbs-navigation { border-bottom: 1px solid rgb(241, 241, 242); }

#breadcrumbs-navigation ul { list-style: none; padding: 12px 12px 12px 0px; clear: both; margin: 0px; }

#breadcrumbs-navigation ul li { color: rgb(31, 51, 73); display: inline; padding: 0px; font-size: 13px; font-weight: 600; line-height: 21px; }

.breadcrumb-separator { display: inline; color: rgb(67, 142, 206); font-size: 10px; margin-left: 10px; margin-right: 10px; }

@media screen and (max-width: 1159px) {
  #breadcrumbs-navigation { border-top: 1px solid rgb(214, 215, 218); border-bottom: 0px; }
}

#left-side-navigation { margin-bottom: 20px; }

#top-banner img { height: 100%; width: 100%; }

.top-banner-content-section { float: left; }

.top-banner-content-section.message { background-color: rgb(0, 70, 127); height: 180px; position: relative; width: 307px; }

.top-banner-content-section-text { color: rgb(255, 255, 255); font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; position: absolute; bottom: 10px; right: 20px; text-align: right; }

.bannerTeaser { font-size: 15px; }

.bannerTitle { font-family: NovecentowideBookRegular, Helvetica, Arial, sans-serif; font-size: 18px; }

.widget-panel { color: rgb(31, 51, 73); font-size: 13px; font-weight: 400; line-height: 18px; padding-left: 15px; padding-right: 15px; margin-bottom: 30px; border-width: 1px 0px 1px 1px !important; border-top-style: solid !important; border-bottom-style: solid !important; border-left-style: solid !important; border-top-color: rgb(231, 235, 238) !important; border-bottom-color: rgb(231, 235, 238) !important; border-left-color: rgb(231, 235, 238) !important; border-image: initial !important; border-right-style: initial !important; border-right-color: initial !important; }

.widget-panel a { position: relative; }

.widget-panel a::after { content: ""; font-family: "Font Awesome 6 Pro"; font-size: 10px; font-weight: 700; padding-left: 8px; }

.widget-panel .eventTitle { padding: 16px 0px; }

.widget-panel .eventDate { color: rgb(169, 169, 169); margin-bottom: -10px; padding-top: 16px; }

.widget-panel .panel-abstract p { margin-bottom: 0px; }

.widget-panel .panel-abstract .home-news-abstract { display: none; }

.widget-panel .panel-abstract a { display: none; }

.widget-panel .panel-abstract .home-news-title { padding: 16px 0px; display: block; }

.widget-panel .panel-abstract .home-news-title + br { display: none; }

.widget-panel .panel-abstract .home-news-title a { display: block; }

.firstLineTitle { background-color: rgb(67, 142, 206); color: rgb(255, 255, 255); font-size: 16px; line-height: 20px; margin-left: -15px; margin-right: -16px; padding: 15px 0px 15px 15px; text-transform: none; }

.firstLineTitle a { color: rgb(255, 255, 255); }

.secondLineTitle { color: rgb(53, 53, 53); display: none; font-size: 16px; margin-bottom: 5px; }

.eventItem:first-child { border-top: 0px; }

.eventItem { border-top: 1px solid rgb(213, 224, 240); }

.eventDate { font-size: 11px; font-weight: bold; line-height: 11px; }

.featuredEvents { background-color: rgb(244, 248, 252); padding: 25px; }

.featuredEvents .eventListItem, #filterResults .content .eventListItem:first-child { border-top: 1px solid rgb(255, 255, 255); }

#filterResults .content .featuredEvents .isFeatured:first-child { border-top: 0px !important; }

.featuredEvents + .eventListItem { border-top: 0px; }

.text-widget p { border-top: 1px solid rgb(213, 224, 240); margin: 0px; padding: 16px 1px; }

.text-widget p:first-of-type { border-top: 0px; }

.image-widget .image-wrapper { margin-left: -15px; }

.image-widget .image-text { padding-top: 16px; padding-bottom: 16px; }

.image-widget a::after { content: none; }

#footer-background { margin-top: auto; }

#footer .background { background-image: url(https://www.cnv.org/CNV/Images/layout/footer-bg.png); background-repeat: repeat-y; background-position: center center; }

#footer { clear: both; text-align: left; padding: 0px; margin: 60px 0px 0px; }

#footer, #footer a { color: rgb(255, 255, 255); font-size: 12px; line-height: 18px; }

#footer a { cursor: pointer; }

#footer .logo { padding-right: 23px; }

.footer-top-section { background-color: rgb(0, 70, 127); border-bottom: 1px solid rgb(255, 255, 255); overflow: hidden; padding: 11px 20px; }

.footer-top-section ul { list-style: none; height: 25px; line-height: 25px; margin: 0px; vertical-align: middle; }

.footer-top-section ul li { background-image: url(https://www.cnv.org/CNV/Images/layout/list-separator-white.png); background-repeat: no-repeat; background-position: 0px 6px; display: inline-block; padding: 0px 7px; margin: 0px; }

.footer-top-section ul li:first-child { background-image: none; padding-left: 0px; }

.footer-top-section .right ul li { background-image: none; padding: 0px 0px 0px 14px; }

.footer-top-section div { display: inline; }

.footer-middle-section { background: rgb(0, 70, 127); overflow: hidden; padding: 40px 50px 22px; }

.footer-middle-section ul { vertical-align: middle; list-style: none; margin: 0px; }

.footer-middle-section > ul { float: right; width: 500px; }

.footer-middle-section ul li { padding: 0px; }

.footer-middle-section > ul > li > a { margin-bottom: 20px; display: block; }

.footer-middle-section ul li ul li { float: none; font-family: helvetica, Arial; font-size: 12px; margin: 0px; padding-top: 5px; }

#footer .footer-bottom-section { background: rgb(216, 216, 216); color: rgb(0, 0, 0); overflow: hidden; padding: 16px 50px; }

#footer .footer-bottom-section a { color: rgb(0, 0, 0); }

.social-translate { float: right; }

.translate-panel { margin-top: 20px; text-align: right; }

.footer-bottom-section ul { margin: 0px; list-style: none; }

.footer-bottom-section li { float: left; margin: 0px; padding: 0px; }

.icon-large { float: left; margin-left: 3px; position: relative; top: -7px; }

.footer-middle-section ul li.addressLabel { float: right; font-size: 14px; }

.footer-middle-section ul li.addressLabel p { color: rgb(255, 255, 255); }

#footer .links { margin-top: 0px; text-transform: uppercase; }

#footer .links li { padding-left: 22px; position: relative; }

#footer .links li:first-of-type { padding-left: 0px; }

#footer .links li:first-of-type::before { content: none; }

#footer .links li::before { content: "|"; position: absolute; left: 7px; top: -1px; }

#footer .links a { font-size: 11px; }

#footer .copyright { float: right; font-size: 10px; }

#footer .copyright p { margin-bottom: 0px; }

.translate-panel { float: right; }

.translate { min-width: 166px; }

.translate img { display: initial; }

.tileView { background-image: url(https://www.cnv.org/CNV/Images/layout/tileView.png); background-repeat: no-repeat; height: 14px; text-decoration: none; margin-right: 20px; padding: 0px 0px 5px 20px; color: rgb(99, 99, 101); }

.litWiews .tileView { background-image: url(https://www.cnv.org/CNV/Images/layout/tileView-active.png); color: rgb(51, 107, 152); }

.listView { background-image: url(https://www.cnv.org/CNV/Images/layout/listView-active.png); background-repeat: no-repeat; height: 14px; text-decoration: none; margin-right: 20px; padding: 0px 0px 5px 20px; color: rgb(51, 107, 152); }

.litWiews a.listView:hover, .litWiews .listView:hover { text-decoration: none; }

.litWiews .listView { background-image: url(https://www.cnv.org/CNV/Images/layout/listView.png); color: rgb(99, 99, 101); }

.litWiews a.listView:hover { text-decoration: none; }

.calendarView .tileView:hover { text-decoration: none; }

.calendarView #viewMode { margin-top: 5px; }

a.listView, a.tileView, .listView, .tileView { text-transform: uppercase; }

#eventDescription p { margin-bottom: 0px; }

.alphabet li { display: inline; font-weight: 600; margin-left: 0px; color: rgb(136, 136, 136); }

.alignRight { float: right; }

.resources-documents { border-top: 1px solid rgb(204, 218, 229); padding: 20px 0px 0px; display: block; float: none; margin-top: 20px; width: 100%; }

.buttonGray:active { position: relative; top: 1px; }

.buttonGray a, a.buttonGray { color: rgb(255, 255, 255); }

.buttonGray a:hover, a.buttonGray:hover { text-decoration: none; }

.buttonBlue { background: rgb(67, 142, 206); color: rgb(255, 255, 255); display: inline-block; font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 12px; font-weight: normal; padding: 8px 16px; text-decoration: none; }

.buttonBlue:hover { background: rgb(0, 70, 127); }

.buttonBlue:active { position: relative; top: 1px; }

.buttonBlue a, a.buttonBlue { color: rgb(255, 255, 255); }

.buttonBlue a:hover, a.buttonBlue:hover { text-decoration: none; }

.buttonRed, .blogComment input[type="submit"] { background: rgb(198, 23, 78); border: 0px; color: rgb(255, 255, 255); display: inline-block; font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 12px; font-weight: normal; padding: 8px 16px; text-decoration: none; margin-top: 10px; }

.buttonRed:hover, .blogComment input[type="submit"]:hover { background: rgb(196, 68, 107); }

.blogComment input[type="submit"] { filter: none !important; }

.buttonRed:active { position: relative; top: 1px; }

.buttonRed a, a.buttonRed { color: rgb(255, 255, 255); }

.buttonRed a:hover, a.buttonRed:hover { text-decoration: none; }

.urlResult a { color: rgb(170, 170, 170); }

.filterResults li { list-style: none; }

.eventListItem { border-top: 1px solid rgb(235, 235, 235); float: left; margin: 8px 0px 0px; padding: 12px 0px 5px; }

.eventListItem:first-child { border-top: 0px none; margin-top: 0px; padding-top: 5px; }

.newsData { border-top: 1px solid rgb(235, 235, 235); padding: 20px 0px 16px; overflow: hidden; }

li:first-child .newsData { border-top: 0px; }

.resourceData { border-top: 1px solid rgb(235, 235, 235); padding: 20px 0px 16px; }

li:first-child .resourceData { border-top: 0px; }

.eventDetails { float: left; margin-left: 17px; width: 400px; }

#eventDescription { margin-top: 30px; }

.eventImage { float: left; width: 152px; height: 90px; }

.eventTitle { padding: 16px 1px; }

.newsImage { float: left; height: 90px; margin-right: 20px; width: 152px; display: none; }

.newsDetails { float: left; margin-left: 0px; }

.floatLeft { float: left; }

#Pagination { float: right; }

.filterHeader select { height: 35px; width: 200px; }

.filterHeader .button { float: right; position: relative; }

.filterHeader #txtSearch { height: 31px; padding-left: 4px; padding-right: 4px; width: 170px; }

.eventData { margin-bottom: 10px; border-bottom: 0.2px solid rgb(128, 128, 128); padding-bottom: 10px; }

#ui-datepicker-div { font-size: 12px; }

.watermark { color: rgb(153, 153, 153) !important; }

#searchHelp { position: absolute; right: 10px; top: 0px; }

#searchHelp a { background-image: url(https://www.cnv.org/CNV/Images/layout/help-icon.png); background-repeat: no-repeat; display: inline-block; padding-left: 26px; }

.pdfResource { background-image: url(https://www.cnv.org/CNV/Images/layout/pdf-icon.png); background-repeat: no-repeat; display: inline-block; height: 18px; margin-right: 8px; width: 18px; text-indent: -9999px; }

.pdf { background-image: url(https://www.cnv.org/CNV/Images/layout/pdf.png); background-repeat: no-repeat; background-position: center center; display: inline-block; height: 20px; width: 46px; text-indent: -9999px; }

#filterResults .content { padding-left: 17px; }

#filterResults li { list-style: none; padding: 0px; }

#filterResults .mediaList li { list-style: inside; }

.filterResultsHeader { font-size: 12px; line-height: 21px; padding-left: 0px; }

.categoriesDropdown { display: none; }

.eventTable .label { color: rgb(68, 68, 68); font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 15px; width: 106px; }

.eventTable td { font-size: 13px; line-height: 21px; }

tr.locatioRow a { text-transform: uppercase; }

#lblDate { font-size: 12px; line-height: 21px; }

.resultsLabel { font-size: 16px; font-weight: 700; line-height: 23px; margin-top: 15px; margin-bottom: 15px; padding-left: 17px; }

.resultsFilters { font-size: 14px; padding-left: 17px; }

.filterLabel { font-weight: 700; }

.sortLabel { font-weight: 700; padding-left: 20px; }

.resultsViewIcons { float: left; line-height: 21px; margin-left: 0px; margin-bottom: 15px; }

.floatLeft a.tileView:hover, .litWiews a.listView:hover { text-decoration: none; }

.importedBylaws input[type="text"] { border: 1px solid rgb(201, 201, 201); float: left; padding: 6px; width: 170px; }

.importedBylaws .titleSection { margin: 30px 0px 15px; }

.importedBylaws .greyBackground { background: rgb(249, 249, 249); padding: 25px; overflow: hidden; }

.importedBylaws .customField { display: inline-block; width: 182px; text-align: left; }

.importedBylaws .spasing, .listBylawsResults .spasing { font-weight: 600; padding: 0px 10px; text-transform: uppercase; }

.importedBylaws .spasing.first { padding-left: 0px; }

.alphabet + hr + div.spasing { margin-top: 25px; }

.listBylawsResults select, .listBylawsResults input { margin-bottom: 10px; }

.JFrontierCal-Modal-Agenda-Item .color span { background-color: rgb(127, 173, 0); }

.columnCalendar #toolbar { background: none 0px 0px repeat scroll transparent; border: medium none; color: rgb(17, 17, 17); }

.columnCalendar .ui-state-default, .columnCalendar .ui-widget-content .ui-state-default, .columnCalendar .ui-widget-header .ui-state-default { background: none 0px 0px repeat scroll transparent; border: medium none; }

.calendarLegend { border-bottom: 1px solid rgb(230, 228, 228); float: left; padding-left: 1px; width: 645px; }

.filterResults .calendarLegend { border: 0px; }

.filterResults .calendarLegend .Type div, .filterResults .calendarLegend .Type label { cursor: pointer; }

.calendarLegend .color { float: left; height: 10px; margin-right: 5px; margin-top: 8px; width: 10px; }

.calendarLegend .color:hover { cursor: pointer; }

.calendarLegend label { float: left; font-size: 14px; line-height: 24px; }

.calendarLegend label:hover { cursor: pointer; color: rgb(51, 107, 152); }

.calendarEventsCategory { float: right; margin-right: 10px; }

.calendarLegend .Type { float: left; width: 300px; }

#map_canvas { width: 300px; height: 300px; margin: 10px; }

.addthis_button_compact { text-decoration: none; }

.linkEvent { text-decoration: none; }

#sharingOptions { border-top: 0.2px solid rgb(128, 128, 128); padding: 10px; }

a.headerLabel { color: rgb(51, 107, 152); font-size: 15px; line-height: 21px; }

.eventDetail { margin-top: 20px; }

.eventButtons { margin-top: 26px; text-align: right; }

.iCalLink { font-size: 12px; line-height: 21px; }

#socialSharing { clear: both; display: none; padding-top: 20px; }

.socialSharing { border-top: 1px solid rgb(235, 235, 235); padding-top: 15px; font-size: 12px; line-height: 21px; }

#date { color: rgb(68, 68, 68); font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 20px; }

.news-link { margin-top: 25px; padding-top: 15px; border-top: 1px solid rgb(213, 224, 240); }

#filterResults .filterResultsHeader { margin-bottom: 19px; }

#filterResults .content .listDataItem { border-top: 1px solid rgb(197, 197, 197); margin-top: 12px; padding-top: 14px; }

#filterResults .content .listDataItem:first-child { border-top: medium none; margin-top: 0px; padding-top: 0px; }

.filterResultsFooter { margin-top: 10px; clear: both; }

.listDataItem .bylawData, .adData, .bidData { border-top: 1px solid rgb(235, 235, 235); padding: 20px 0px; }

.listDataItem:first-child, .bylawData:first-child, .adData:first-child, .bidData:first-child { border-top: 0px; }

.floatLeft { float: left; }

.bidCloseDate { color: rgb(0, 0, 0); font-size: 12px; font-weight: bold; line-height: 16px; padding-top: 5px; }

#lblbAwardedTo { font-style: italic; line-height: 15px; margin-bottom: 8px; }

.amendedIcon { background-image: url(https://www.cnv.org/CNV/Images/layout/tooltip-icon.png); background-repeat: no-repeat; width: 15px; height: 15px; margin-top: 2px; margin-left: 8px; margin-right: 8px; float: left; }

.amendedDateTooltipContainer { margin-top: -20px; margin-left: 3px; float: left; }

.amendedDateTooltip { position: absolute; background-color: rgb(0, 70, 127); border: 0px solid; width: 125px; height: 55px; }

.amendedDateTooltip::after { content: ""; position: absolute; width: 0px; height: 0px; border-width: 10px; border-style: solid; border-color: transparent rgb(0, 70, 127) transparent transparent; top: 19px; left: -15px; }

.amendedTitle { color: rgb(255, 255, 255); font-size: 1.2em; margin-left: 14px; margin-top: 10px; float: left; }

.amendedDate { color: rgb(255, 255, 255); font-size: 0.9em; margin-left: 14px; margin-top: -5px; float: left; }

.featureTitle { font-size: 18px; font-weight: 700; line-height: 24px; padding: 11px 0px 7px; }

.featureTitle a { color: rgb(31, 51, 73); }

.featureItem p { margin-bottom: 0px; }

.featureItem .learnMore { margin-top: 16px; }

.featureItem { float: left; margin-left: 24px; margin-bottom: 28px; overflow: hidden; }

.featureItem img { display: block; max-width: 100%; height: auto; width: 100%; }

.homeCTAs { margin-top: 40px; }

.homeCTAs .featureItem { border-bottom: 0px; margin-left: 0px; margin-right: 1%; width: 24.25%; }

.homeCTAs .featureItem:last-of-type { margin-right: 0px; }

.homeCTAs .featureItem .learnMore { margin: 8px 0px 10px; }

.featureListings { margin-bottom: 20px; }

.featureListings .row { overflow: hidden; }

.featureListings .featureItem { border-bottom: 1px solid rgb(231, 235, 238); float: none; margin-left: 0px; padding-bottom: 28px; width: auto; }

.featureListings .featureImage { float: left; margin-right: 40px; max-width: 100%; width: 344px; }

.featureListings .featureText { float: left; width: calc(100% - 384px); }

.featureCTAs .row { margin-bottom: 40px; overflow: hidden; }

.featureCTAs .featureItem { float: left; margin-left: 80px; margin-right: 0px; width: 346px; }

.featureCTAs .featureItem:first-child { margin-left: 0px; }

.featureCTAs .featureImage { float: none; }

.featureCTAs .featureText { float: none; }

.featureListingsThreeColumn { margin-bottom: 15px; }

.featureListingsThreeColumn .row { overflow: hidden; }

.featureListingsThreeColumn .featureItem { margin-left: 30px; width: 237px; }

.featureListingsThreeColumn .featureItem:first-child { margin-left: 0px; }

.featureListingsThreeColumn img { height: auto; width: 100%; }

.featureListingInfoPanel { margin-bottom: 15px; }

.featureListingInfoPanel img { display: block; max-width: 100%; height: auto; width: 100%; }

.featureListingInfoPanelLeft { float: left; width: calc(100% - 234px); }

.featureListingInfoPanelRight { float: right; margin-left: 40px; width: 194px; }

.featureRightItem { margin-bottom: 12px; }

.call-out-5050-anchor { background-color: rgb(245, 245, 245); margin: 20px 0px; }

.call-out-5050-anchor a:hover { text-decoration: none; }

.call-out-5050-anchor .call-out-5050-columns { color: rgb(51, 51, 51); display: flex; }

.call-out-5050-anchor .call-out-5050-columns:hover { text-decoration: none; }

.call-out-5050-anchor .call-out-5050-columns .call-out-5050-image-wrapper { width: 50%; }

.call-out-5050-anchor .call-out-5050-columns .call-out-5050-image-wrapper img { min-width: 100%; }

@media (max-width: 1160px) {
  .call-out-5050-anchor .call-out-5050-columns .call-out-5050-image { min-height: unset; }
}

.call-out-5050-anchor .call-out-5050-columns .call-out-5050-image + .img-responsive { max-width: 100%; height: auto; width: 100%; }

.call-out-5050-anchor .call-out-5050-content { width: 50%; }

.call-out-5050-anchor .call-out-5050-content-inner { padding: 15px 25px; }

.call-out-5050-anchor .call-out-content { margin-bottom: 16px; }

.call-out-5050-anchor .call-out-link { color: rgb(67, 142, 206); }

.call-out-5050-anchor .call-out-link:empty::after { content: none; }

.call-out-5050-anchor .image-right .call-out-5050-content { position: relative; right: 50%; }

.call-out-5050-anchor .image-right .call-out-5050-image-wrapper { position: relative; left: 50%; }

@media (max-width: 600px) {
  .call-out-5050-anchor .call-out-5050-columns { display: block; }
  .call-out-5050-anchor .call-out-5050-columns .call-out-5050-image-wrapper { position: static !important; width: 100%; }
  .call-out-5050-anchor .call-out-5050-content { position: static !important; width: 100%; }
}

ul#video-gallery { margin: 0px; }

#video-gallery .row { float: left; clear: both; margin-top: 25px; }

#video-gallery .row:first-child { margin-top: 10px; }

.witdhInputText { width: 300px; float: left; }

.listPosition { margin-left: 10px; float: left; }

.listPosition input, .listPosition select { font-size: 13px; }

.btnGoGreyPosition { margin-left: 125px; float: right; }

.video-gallery { margin-left: -24px; float: left; }

.video-gallery li { width: 292px; list-style: none; padding: 12px; float: left; }

.title { font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 1.2em; padding-top: 10px; }

.title a { color: rgb(51, 107, 152); }

.pagination { float: right; }

#videoContainer { margin: 12px 0px; }

.featureRowsListing { overflow: hidden; }

.featureRowsListing .row { float: left; margin-bottom: 20px; }

.featureRowImage { float: left; margin-right: 30px; width: 215px; }

.featureRowImage img { height: auto; width: 100%; }

.featureRowDataContainer { float: left; width: 526px; }

.featureRowTitle { font-size: 15px; line-height: 20px; }

.featureRowTitle a { color: rgb(51, 107, 152); font-size: 15px; line-height: 20px; }

.featureRowDataContainer p { margin-top: 10px; color: rgb(83, 83, 83); }

.scDMSPollOptionItem label { color: rgb(85, 85, 85); font-family: Verdana; font-style: normal; }

.councilMeetingsFilter .filterTitle { font-weight: bold; margin-right: 6px; }

.councilMeetingsPagination.topPagination { clear: both; height: 0px; }

.councilMeetingsPagination.bottomPagination { border-top: 1px solid rgb(204, 204, 204); }

.councilMeetingsPagination a.prev { background: none; float: left; font-size: 16px; font-weight: 700; margin: 10px 0px; padding-left: 20px; }

.councilMeetingsPagination a.prev::before { padding-right: 10px; top: 3px; position: relative; }

.councilMeetingsPagination a.next { background: none; float: right; font-size: 16px; font-weight: 700; margin: 10px 0px; padding-right: 20px; }

.councilMeetingsPagination a.next::after { padding-left: 10px; top: 3px; position: relative; }

a#backSearchLink { background-position: left center; font-size: 16px; font-weight: 700; margin: 10px 0px; padding-left: 20px; }

a#backSearchLink::before { padding-right: 10px; top: 3px; position: relative; }

.council-meeting-table { clear: both; float: none; }

.council-meetings-list { width: 100%; }

.council-meetings-list th { font-weight: bold; line-height: 14px; }

.council-meetings-list tr { border-top: 1px solid rgb(204, 204, 204); }

.council-meetings-list td, .council-meetings-list th { padding: 15px 5px 15px 0px; max-width: 165px; text-align: center; }

.council-meetings-list td:first-child, .council-meetings-list th:first-child { font-weight: bold; text-align: left; padding-left: 10px; padding-right: 10px; }

.council-meetings-list td:nth-child(2) { text-align: left; }

.council-meetings-list td a { display: block; width: 100%; }

.council-meetings-list td:nth-child(n+4) a { border-left: 1px solid rgb(204, 204, 204); padding-left: 3px; }

.blog { font-size: 13px; }

.blog #filterResults .content { padding-left: 0px; }

.blog .content ul { margin-left: 0px; }

.borders { border-top: 0.2px solid rgb(197, 197, 197); border-bottom: 0.2px solid rgb(197, 197, 197); }

.blogPostItem { padding: 10px 0px; margin-bottom: 10px; }

.blogTitle { margin: 40px 0px 5px; }

.blogTitle a { font-family: NovecentowideUltraLightBold, Helvetica, Arial, sans-serif; font-size: 15px; line-height: 21px; }

.blogDate { margin-bottom: 22px; overflow: hidden; padding: 4px 0px; }

.blogDate .labelValue { margin-bottom: 9px; }

.blogImage img { margin-bottom: 12px; }

.blogCategories { padding: 0px 0px 25px; }

.blogCategories a { font-weight: bold; }

.BlogCategory a { background-color: rgb(128, 128, 132); float: left; height: 16px; margin: 0px 2px 5px 0px; padding: 5px 13px; }

.BlogCategory a { color: rgb(255, 255, 255); display: block; font-size: 11px; font-weight: bold; line-height: 16px; text-decoration: none; }

.BlogCategory:hover, .BlogCategory:hover a { background-color: rgb(78, 137, 189); color: rgb(255, 255, 255); }

.blogCategory a { font-weight: bold; }

#BlogPostComments { margin-top: 30px; margin-bottom: 20px; }

#commentsContainer { font-family: NovecentowideUltraLightBold, Helvetica, Arial, sans-serif; font-size: 20px; line-height: 23px; }

.blogPostComment { border-bottom: 0.1px solid rgb(216, 216, 216); margin-bottom: 15px; margin-top: 5px; padding-bottom: 15px; }

.commentHeader { font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 12px; }

.blog .learnMore { float: right; margin-bottom: 10px; }

.feature a, .learnMore a, a .learn-more, .call-out-link { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; line-height: 12px; text-transform: uppercase; }

.feature a::after, .learnMore a::after, a .learn-more::after, .call-out-link::after { content: ""; font-family: "Font Awesome 6 Pro"; padding-left: 8px; }

.feature a:hover, .learnMore a:hover, a .learn-more:hover, .call-out-link:hover { color: rgb(0, 70, 127); text-decoration: none; }

.link-no-arrow::after { content: none !important; }

.resourceSection { float: left; width: 45%; }

.documentSection { float: left; width: 45%; }

.resources-documents div:first-child { margin-right: 10%; }

.fullWidthSection { width: 100%; }

.importedBylaws .titleSection { margin: 20px 0px 15px; }

.importedBylaws .titleSection span, .importedBylaws .titleSection h2 { display: inline-block; }

.importedBylaws .titleSection span { background: url(https://www.cnv.org/CNV/Images/layout/help-icon.png) 100% 0px no-repeat scroll rgba(0, 0, 0, 0); height: 21px; margin: 2px 0px 0px 5px; position: relative; top: 4px; width: 21px; }

.importedBylaws .alphabet { margin-left: 5px; }

.importedBylaws .greyBackground strong { display: block; margin: 20px 0px 0px; }

.importedBylaws .buttonFilter { margin-right: 15px; }

.importedBylaws .greyBackground { margin-bottom: 1em; }

.listBylawsResultsContainer { margin-top: 30px; }

.listBylawsResultsContainer h2, .listBylawsResultsContainer a.back { float: left; }

.listBylawsResultsContainer #filterResults h2.group { float: none; }

.listBylawsResultsContainer a.back + div.greyBackground { clear: both; }

.listBylawsResultsContainer h2.subtitle, .listBylawsResultsContainer a.back, .listBylawsResultsContainer strong, .listBylawsResultsContainer table { display: inline-block; }

.listBylawsResultsContainer a.back { font-weight: bold; margin: 0px 0px 0px 10px; position: relative; }

.listBylawsResultsContainer table { margin: 0px 0px 0px 10px; position: relative; top: 6px; }

.listBylawsResultsContainer table input[type="radio"] { margin: 0px 10px 0px 5px; }

.listBylawsResultsContainer #infoKeywords span { font-size: 12px; }

.listBylawsResultsContainer strong { font-size: 10px; }

.listBylawsResultsContainer .filterHeader { padding-bottom: 10px; }

.listBylawsResultsContainer #filterResults .content { padding-left: 0px; }

.listDataItem { border-top: 1px solid rgb(197, 197, 197) !important; margin-top: 12px !important; padding-top: 14px !important; }

.listBylawsResultsContainer #spanSearchTerm { font-size: 12px; }

.listBylawsResultsContainer #currentLetter { margin: 15px 0px; font-weight: bold; }

.listBylawsResultsContainer .alphabet { margin: 10px 0px 0px; }

.listBylawsResultsContainer .alphabet li:first-child { padding-left: 0px; }

.listBylawsResultsContainer .resultsLabel { padding-left: 0px; }

.qtip-default { background-color: rgb(249, 249, 249) !important; border-color: rgb(153, 153, 153) !important; border-style: solid !important; border-width: 1px !important; }

.qtip-default p { font-size: 11px !important; line-height: 18px !important; }

.pagination span, .pagination a { font-size: 14px !important; padding: 4px 3px 0px !important; }

.pagination a.next, .pagination a.prev, .pagination .next, .pagination .prev, .pagination a.nextset, .pagination a.prevset, .pagination .nextset, .pagination .prevset { background-image: none !important; height: auto !important; padding: 4px 3px !important; width: auto !important; }

a.prev::before { content: ""; color: rgb(67, 142, 206); font-family: "Font Awesome 6 Pro"; font-size: 24px; font-weight: 300; }

a.next::after { content: ""; color: rgb(67, 142, 206); font-family: "Font Awesome 6 Pro"; font-size: 24px; font-weight: 300; }

a.prevset::after { content: ""; color: rgb(67, 142, 206); font-family: "Font Awesome 6 Pro"; font-size: 24px; font-weight: 300; }

a.nextset::after { content: ""; color: rgb(67, 142, 206); font-family: "Font Awesome 6 Pro"; font-size: 24px; font-weight: 300; }

#content-columns { margin-bottom: 30px; }

.login-form-container { padding-top: 20px; padding-bottom: 20px; }

.login-form-container h1 { text-transform: capitalize; }

.login-form { margin-top: 15px; }

.login-form .form-group { margin-bottom: 15px; }

.login-form .form-group input[type="text"].form-control, .login-form .form-group input[type="password"].form-control { padding: 5px 10px; width: 220px; }

.login-form .form-group > label { padding: 5px 0px; width: 170px; display: block; float: left; margin-right: 10px; }

.login-form .buttonFilter, .login-form .scfSubmitButtonBorder input, .login-form input[type="submit"] { background-color: rgb(67, 142, 206); border: 0px; color: rgb(255, 255, 255); display: inline-block; font-family: NovecentowideLightBold, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 12px; font-weight: 400; padding: 12px 20px; text-decoration: none; text-transform: uppercase; }

.login-form div.checkbox { margin-bottom: 15px; }

.login-form .error-message { color: rgb(204, 0, 0); }

.headline { border-bottom: 4px solid rgb(0, 85, 150); color: rgb(0, 85, 150); padding: 10px 0px; margin-bottom: 0px; }

.widget-project-timeline { padding: 20px 0px; position: relative; }

.widget-project-timeline dt { font-weight: 700; padding-left: 45px; position: relative; }

.widget-project-timeline dt::before { background-color: rgb(238, 238, 238); border-radius: 50%; border: 4px solid rgb(144, 144, 144); box-sizing: content-box; content: ""; display: inline-block; height: 22px; left: 0px; position: absolute; width: 22px; z-index: 1; }

.widget-project-timeline dt.checked { position: relative; }

.widget-project-timeline dt.checked::after { display: none; }

.widget-project-timeline dt.checked::before { content: ""; z-index: 2; height: 22px; background-color: rgb(238, 238, 238); background-position: 2px 4px; background-size: 18px; background-repeat: no-repeat; left: 0px; margin: 0px; position: absolute; top: 2px; width: 22px; background-image: url(data:image/svg+xml,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15pt' height='11.25pt' viewBox='0 0 15 11.25'%3E%3Cdefs%3E%3Cmarker id='DefaultArrow2' markerUnits='strokeWidth' viewBox='0 0 1 1' markerWidth='1' markerHeight='1' overflow='visible' orient='auto'%3E%3C!-- REF_ARROW_STRAIGHT (-2) --%3E%3Cg transform='scale(0.0092592592)'%3E%3C!-- 1/108 --%3E%3Cpath d='M -9 54 L -9 -54 L 117 0 z'/%3E%3C/g%3E%3C/marker%3E%3Cmarker id='DefaultArrow3' markerUnits='strokeWidth' viewBox='0 0 1 1' markerWidth='1' markerHeight='1' overflow='visible' orient='auto'%3E%3C!-- REF_ARROW_ANGLED --%3E%3Cg transform='scale(0.0092592592)'%3E%3Cpath d='M -27 54 L -9 0 L -27 -54 L 135 0 z'/%3E%3C/g%3E%3C/marker%3E%3Cmarker id='DefaultArrow4' markerUnits='strokeWidth' viewBox='0 0 1 1' markerWidth='1' markerHeight='1' overflow='visible' orient='auto'%3E%3C!-- REF_ARROW_ROUNDED --%3E%3Cg transform='scale(0.0092592592)'%3E%3Cpath d='M -9,0 L -9,-45 C -9,-51.708 2.808,-56.580 9,-54 L 117,-9 C 120.916,-7.369 126.000,-4.242 126,0 C 126,4.242 120.916,7.369 117,9 L 9,54 C 2.808,56.580 -9,51.708 -9,45 z'/%3E%3C/g%3E%3C/marker%3E%3Cmarker id='DefaultArrow5' markerUnits='strokeWidth' viewBox='0 0 1 1' markerWidth='1' markerHeight='1' overflow='visible' orient='auto'%3E%3C!-- REF_ARROW_SPOT --%3E%3Cg transform='scale(0.0092592592)'%3E%3Cpath d='M -54, 0 C -54,29.807 -29.807,54 0,54 C 29.807,54 54,29.807 54,0 C 54,-29.807 29.807,-54 0,-54 C -29.807,-54 -54,-29.807 -54,0 z'/%3E%3C/g%3E%3C/marker%3E%3Cmarker id='DefaultArrow6' markerUnits='strokeWidth' viewBox='0 0 1 1' markerWidth='1' markerHeight='1' overflow='visible' orient='auto'%3E%3C!-- REF_ARROW_DIAMOND --%3E%3Cg transform='scale(0.0092592592)'%3E%3Cpath d='M -63,0 L 0,63 L 63,0 L 0,-63 z'/%3E%3C/g%3E%3C/marker%3E%3Cmarker id='DefaultArrow7' markerUnits='strokeWidth' viewBox='0 0 1 1' markerWidth='1' markerHeight='1' overflow='visible' orient='auto'%3E%3C!-- REF_ARROW_FEATHER --%3E%3Cg transform='scale(0.0092592592)'%3E%3Cpath d='M 18,-54 L 108,-54 L 63,0 L 108,54 L 18, 54 L -36,0 z'/%3E%3C/g%3E%3C/marker%3E%3Cmarker id='DefaultArrow8' markerUnits='strokeWidth' viewBox='0 0 1 1' markerWidth='1' markerHeight='1' overflow='visible' orient='auto'%3E%3C!-- REF_ARROW_FEATHER2 --%3E%3Cg transform='scale(0.0092592592)'%3E%3Cpath d='M -36,0 L 18,-54 L 54,-54 L 18,-18 L 27,-18 L 63,-54 L 99,-54 L 63,-18 L 72,-18 L 108,-54 L 144,-54 L 90,0 L 144,54 L 108,54 L 72,18 L 63,18 L 99,54 L 63,54 L 27,18 L 18,18 L 54,54 L 18,54 z'/%3E%3C/g%3E%3C/marker%3E%3Cmarker id='DefaultArrow9' markerUnits='strokeWidth' viewBox='0 0 1 1' markerWidth='1' markerHeight='1' overflow='visible' orient='auto'%3E%3C!-- REF_ARROW_HOLLOWDIAMOND --%3E%3Cg transform='scale(0.0092592592)'%3E%3Cpath d='M 0,45 L -45,0 L 0, -45 L 45, 0 z M 0, 63 L-63, 0 L 0, -63 L 63, 0 z'/%3E%3C/g%3E%3C/marker%3E%3Cfilter id='StainedFilter'%3E%3CfeBlend mode='multiply' in2='BackgroundImage' in='SourceGraphic' result='blend'/%3E%3CfeComposite in='blend' in2='SourceAlpha' operator='in' result='comp'/%3E%3C/filter%3E%3Cfilter id='BleachFilter'%3E%3CfeBlend mode='screen' in2='BackgroundImage' in='SourceGraphic' result='blend'/%3E%3CfeComposite in='blend' in2='SourceAlpha' operator='in' result='comp'/%3E%3C/filter%3E%3Cfilter id='InvertTransparencyBitmapFilter'%3E%3CfeComponentTransfer%3E%3CfeFuncR type='gamma' amplitude='1.055' exponent='.416666666' offset='-0.055'/%3E%3CfeFuncG type='gamma' amplitude='1.055' exponent='.416666666' offset='-0.055'/%3E%3CfeFuncB type='gamma' amplitude='1.055' exponent='.416666666' offset='-0.055'/%3E%3C/feComponentTransfer%3E%3CfeComponentTransfer%3E%3CfeFuncR type='linear' slope='-1' intercept='1'/%3E%3CfeFuncG type='linear' slope='-1' intercept='1'/%3E%3CfeFuncB type='linear' slope='-1' intercept='1'/%3E%3CfeFuncA type='linear' slope='1' intercept='0'/%3E%3C/feComponentTransfer%3E%3CfeComponentTransfer%3E%3CfeFuncR type='gamma' amplitude='1' exponent='2.4' offset='0'/%3E%3CfeFuncG type='gamma' amplitude='1' exponent='2.4' offset='0'/%3E%3CfeFuncB type='gamma' amplitude='1' exponent='2.4' offset='0'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -11.25)'%3E%3Cg id='Layer 1'%3E%3Cpath d='M 5.108,0.233 L 3.89,1.427 C 3.838,1.476 3.794,1.532 3.76,1.593 L 0.22,5.065 C -0.075,5.353 -0.075,5.825 0.22,6.114 L 1.632,7.497 C 1.926,7.785 2.409,7.785 2.703,7.497 L 5.709,4.552 L 12.339,11.049 C 12.635,11.338 13.116,11.338 13.412,11.049 L 14.779,9.711 C 15.074,9.421 15.074,8.947 14.779,8.66 L 7.558,1.586 C 7.526,1.53 7.486,1.476 7.438,1.429 L 6.218,0.234 C 6.119,0.138 6.002,0.075 5.866,0.051 C 5.825,0.035 5.778,0.027 5.705,0.022 C 5.701,0.016 5.699,0.016 5.696,0.016 C 5.484,0.004 5.267,0.075 5.108,0.233 Z' fill='%23005596' stroke-linejoin='miter' stroke-linecap='round' stroke-width='1.054' stroke='none' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A) !important; }

.widget-project-timeline dt::after { content: ""; background-image: none; background-color: rgb(0, 85, 150); border-radius: 50%; display: inline-block; height: 15px; left: 0px; position: absolute; top: 0px; width: 15px; z-index: 2; margin: 7px; }

.widget-project-timeline dd { position: relative; padding: 0px 45px; margin: 10px 0px; }

.widget-project-timeline dd::before { background-color: rgb(144, 144, 144); content: ""; height: calc(100% + 50px); left: 14px; position: absolute; top: -30px; width: 2px; }

.widget-project-timeline dd:last-child::before { display: none; }

.scfValidatorRequired, .scfRequired { float: none !important; }

.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel { width: 550px !important; float: none !important; clear: both !important; }

@media screen and (max-width: 600px) {
  .scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel { width: 100% !important; }
}

.scfListBoxGeneralPanel, .scfDropListGeneralPanel, .scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel { display: inline-block !important; width: 550px !important; float: none !important; clear: both !important; }

@media screen and (max-width: 600px) {
  .scfListBoxGeneralPanel, .scfDropListGeneralPanel, .scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel { width: 100% !important; }
}

@media screen and (max-width: 600px) {
  .scfSingleLineTextBorder .scfRequired { display: none; }
}

.scfForm input, .scfForm select, .scfForm textarea { border: 1px solid rgb(68, 68, 68); padding: 8px 10px; }

.halfAvailableWidth .scfRadioButtonListGeneralPanel table { width: 225px !important; }

.pagination a:hover { text-decoration: none; }

.next, .prev, a.next, a.prev { background-image: none; }

.next:hover, .prev:hover, a.next:hover, a.prev:hover { text-decoration: none; color: rgb(78, 137, 189); }

.pagination a { color: rgb(78, 137, 189); font-size: 12px; line-height: 12px; }

.full-width-page-content { display: flex; }

.full-width-page-content #filterResults .item-type { margin: 5px 0px; font-size: 13px; color: rgb(101, 117, 149); }

.full-width-page-content .urlResult { margin-top: 2px; font-size: 13px; }

.full-width-page-content .urlResult a { color: rgb(110, 110, 110); }

.full-width-page-content a.next::after, .full-width-page-content a.nextset::after { font-size: 13px; font-weight: 600; }

.full-width-page-content .pagination > span:empty { display: none; }

.full-width-page-content .resultsLabel { display: flex; font-size: 120%; justify-content: flex-start; padding-left: 0px; margin-top: 0px; margin-bottom: 0px; }

.full-width-page-content .resultsLabel strong { margin-left: 5px; }

.full-width-page-content .filterHeader { background-color: transparent; font-size: 14px; line-height: 14px; margin-bottom: 0px; overflow: hidden; padding: 25px 0px; clear: both; display: flex; align-items: center; width: 80%; }

.full-width-page-content .filterHeader #txtSearch { flex: 1 0 auto; width: auto; height: 34px; }

.full-width-page-content .filterHeader .buttonFilter { border: 2px solid rgb(67, 142, 206); color: rgb(255, 255, 255); transition: 0.35s ease-out; transform: translateY(0px) !important; }

.full-width-page-content .filterHeader .buttonFilter:hover { background-color: rgb(255, 255, 255); border: 2px solid rgb(67, 142, 206); transition: 0.35s ease-in; color: rgb(67, 142, 206); }

@media screen and (max-width: 1160px) {
  .full-width-page-content .filterHeader #txtSearch { width: auto; height: 40px; }
}

@media screen and (max-width: 830px) {
  .full-width-page-content .filterHeader { width: 100%; }
  .full-width-page-content .filterHeader #txtSearch { width: auto; height: 40px; }
}

.full-width-page-content a.headerLabel { font-weight: 600; }

.full-width-page-content .resultsFilters { display: flex; justify-content: flex-end; font-size: 120%; }

.full-width-page-content .resultsFilters { padding-left: 0px; }

.full-width-page-content #search-result-content { padding-left: 0px; }

.full-width-page-content #search-result-content > .listDataItem:first-child { border-top: 0px !important; }

.full-width-page-content #filterResults .filterResultsHeader { margin-bottom: 0px; }

.full-width-page-content .filterResultsFooter, .full-width-page-content .filterResultsHeader { display: flex; justify-content: space-between; align-items: center; }

@media screen and (max-width: 1160px) {
  .full-width-page-content { flex-direction: column; }
  .full-width-page-content .filterResultsFooter, .full-width-page-content .filterResultsHeader { padding-left: 0px; }
  .full-width-page-content .resultsFilters { padding-left: 0px; }
}

@media screen and (max-width: 560px) {
  .full-width-page-content .filterResultsFooter, .full-width-page-content .filterResultsHeader { flex-direction: column; align-items: flex-start; }
  .full-width-page-content .filterHeader { margin-bottom: 0px; padding-bottom: 15px; }
}

.search-filters { margin-top: 26px; }

.search-filters .search-filters-title { margin-bottom: 10px; font-weight: 600; }

.search-filters input[type="checkbox"] { position: absolute; opacity: 0; }

.search-filters input[type="checkbox"] + label { position: relative; cursor: pointer; padding: 0px; display: flex; align-items: center; margin-bottom: 10px; }

.search-filters input[type="checkbox"] + label::before { border: 1px solid rgb(68, 68, 68); content: ""; margin-right: 10px; display: inline-block; vertical-align: text-top; width: 20px; height: 20px; background: rgb(255, 255, 255); transition: 0.3s ease-in-out; }

.search-filters input[type="checkbox"]:checked + label::before { background: rgb(67, 142, 206); }

.search-filters input[type="checkbox"]:checked + label::after { background-image: url(data:image/svg+xml,%3Csvg class='svg-icon' style='width: 2em; height: 1em;vertical-align: middle;fill: %23ffffff;overflow: hidden;' viewBox='0 0 1025 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M960.005813 324.073949l-80.827237-80.822237L418.499226 703.930062l-273.738802-273.740802-80.869237 80.875237 354.539039 354.493039 77.465227-77.517227 0.098 0.098L960.005813 324.073949zM960.005813 324.073949' /%3E%3C/svg%3E); content: ""; background-size: 20px; background-position: center center; position: absolute; left: 0px; top: 0px; width: 20px; height: 20px; }

ul.top-menu > li a { position: relative; padding: 0px 5px; }

ul.top-menu > li a::before { display: none; }

ul.top-menu > li a.has-children::after { width: 6px; height: 6px; content: ""; border-width: 2px; border-color: rgb(255, 255, 255); border-style: solid solid none none; transform: rotate(135deg); margin-left: 8px; }

.top-menu-mega-wrap { width: 1140px; margin: 0px auto; display: flex; z-index: 100; position: relative; }

.top-menu-mega-wrap .mega-wrap-inner { width: auto; }

.top-menu-mega-wrap .mega-wrap-inner.active { display: flex; flex-direction: row; }

.top-menu-mega-wrap .mega-container { margin-left: auto; margin-right: auto; display: flex; width: 100%; max-height: 600px; }

.top-menu-mega-wrap .mega-container .left-col { background-color: rgb(0, 70, 127); flex: 0 0 auto; width: 250px; margin-right: auto; border-right: 3px solid rgb(0, 70, 127); box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 10px -4px; }

.top-menu-mega-wrap .mega-container .right-col { background: rgb(199, 214, 227); flex: 1 0 auto; }

.top-menu-mega-wrap .mega-container .right-col > .mCustomScrollBox { width: 100%; }

.top-menu-mega-wrap .mega-container .right-col .mCSB_container { display: flex; box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 10px -4px; }

.top-menu-mega-wrap .mega-container .right-col.active { display: flex; flex-direction: row; padding: 25px 0px 15px 45px; }

.top-menu-mega-wrap .mega-container .right-col .col { flex: 0 0 auto; width: 225px; margin-right: 35px; }

.top-menu-mega-wrap .mega-container .left-col ul { background-color: rgb(0, 70, 127); list-style-type: none; padding: 0px; margin-left: 0px; margin-bottom: 0px; }

.top-menu-mega-wrap .mega-container .left-col ul li { position: relative; display: flex; align-items: center; margin-bottom: 0px; padding-left: 0px; }

.top-menu-mega-wrap .mega-container .left-col ul li > a { color: rgb(255, 255, 255); display: flex; align-items: center; font-size: 14px; font-weight: 600; padding: 12px 35px 12px 20px; width: 100%; transition: 0.35s ease-out; }

.top-menu-mega-wrap .mega-container .left-col ul li a:hover { background-color: rgb(199, 214, 227); color: rgb(51, 51, 51); text-decoration: none; transition: 0.35s ease-in; }

.top-menu-mega-wrap .mega-container .left-col ul li.active a { background-color: rgb(199, 214, 227); color: rgb(51, 51, 51); text-decoration: none; }

.top-menu-mega-wrap .mega-container .left-col ul li::marker { content: ""; }

.top-menu-mega-wrap .mega-container .left-col ul li a.has-children::after { content: ""; font-family: "Font Awesome 6 Pro"; right: 25px; font-size: 125%; margin-left: auto; position: absolute; }

.top-menu-mega-wrap .mega-container .left-col ul li a.has-children.active::after, .top-menu-mega-wrap .mega-container .left-col ul li a.has-children:hover::after { color: rgb(51, 51, 51); transition: 0.3s ease-in; }

.top-menu-mega-wrap .mega-container .right-col .col .section-title { font-size: 20px; display: block; font-weight: 400; margin-bottom: 10px; color: rgb(51, 51, 51); }

.top-menu-mega-wrap .mega-container .right-col .col .section-title:hover { text-decoration: none; color: rgb(0, 70, 127); }

.top-menu-mega-wrap .mega-container .links-section { list-style-type: none; margin: 0px 0px 30px; padding: 0px; }

.top-menu-mega-wrap .mega-container .links-section > li { border-left: 3px solid rgba(0, 70, 127, 0.35); padding-left: 0px; margin-bottom: 0px; }

.top-menu-mega-wrap .mega-container .links-section > li::marker { content: ""; width: 3px; background-color: rgb(0, 70, 127); }

.top-menu-mega-wrap .mega-container .links-section > li > a.regular { font-size: 14px; color: rgb(51, 51, 51); display: block; padding: 5px 10px; line-height: 1.5; }

.top-menu-mega-wrap .mega-container .links-section > li > a.regular:hover { background-color: rgb(0, 70, 127); text-decoration: none; color: rgb(255, 255, 255); }

.top-menu-mega-wrap .mega-container.fit-menu .right-col { background-color: transparent; }

.top-menu-mega-wrap .mega-container.fit-menu .right-col.active { padding: 0px; }

.top-menu-mega-wrap .mega-container.fit-menu .right-col.active .inner { background: rgb(199, 214, 227); display: flex; padding: 25px 0px 15px 45px; }

@media screen and (max-width: 1160px) {
  .mobile-menu .main-navigation-bar .navbar-nav { padding: 0px; margin: 0px; list-style-type: none; }
  .mobile-menu .main-navigation-bar .navbar-nav li.firstLevelItem a.firstLevelItemLink { background-color: rgb(67, 142, 206); color: rgb(255, 255, 255); cursor: pointer; font-size: 14px; font-weight: 700; padding: 15px 30px 15px 20px; position: relative; transition: 0.3s ease-out; display: flex; align-items: center; justify-content: space-between; margin-bottom: 1px; }
  .mobile-menu .main-navigation-bar .navbar-nav li.firstLevelItem a.firstLevelItemLink.has-children::after { content: ""; width: 10px; height: 10px; border-style: none none solid solid; border-width: 2px; border-color: rgb(255, 255, 255); transform: rotate(-45deg); position: relative !important; top: unset !important; right: unset !important; }
  .mobile-menu .main-navigation-bar .navbar-nav li.firstLevelItem a.firstLevelItemLink:not(.has-children)::after { display: none; }
  .mobile-menu .main-navigation-bar .navbar-nav li.firstLevelItem a.firstLevelItemLink.opened::after { transform: rotate(135deg); }
  .mobile-menu .main-navigation-bar .navbar-nav li.firstLevelItem a.firstLevelItemLink.opened { background-color: rgb(0, 70, 127); }
  .mobile-menu .main-navigation-bar .navbar-nav li.firstLevelItem a.firstLevelItemLink + ul { max-height: 365px; overflow: auto; }
  .mobile-menu .main-navigation-bar .navbar-nav li.firstLevelItem a.firstLevelItemLink + ul > li > a { display: flex; align-items: center; justify-content: space-between; }
  .mobile-menu .main-navigation-bar .navbar-nav li.firstLevelItem a.firstLevelItemLink + ul > li > a.has-children::after { content: ""; width: 10px; height: 10px; border-style: none none solid solid; border-width: 2px; border-color: rgb(51, 51, 51); transform: rotate(-45deg); position: relative !important; top: unset !important; right: 10px !important; }
  .mobile-menu .main-navigation-bar .navbar-nav li.firstLevelItem a.firstLevelItemLink + ul > li > a:not(.has-children)::after { display: none; }
  .mobile-menu .main-navigation-bar .navbar-nav li.firstLevelItem a.firstLevelItemLink + ul > li > a.opened::after { transform: rotate(135deg); }
  .mobile-menu .main-navigation-bar .navbar-nav .firstLevelItem ul.navbar-nav { list-style-type: none; margin: 0px; padding: 0px; }
  .mobile-menu .main-navigation-bar .navbar-nav .firstLevelItem ul.navbar-nav > li { padding: 0px; }
  .mobile-menu .main-navigation-bar .navbar-nav .firstLevelItem ul.navbar-nav > li > a { background-color: rgb(244, 244, 244); color: rgb(51, 51, 51); font-size: 14px; font-weight: 700; padding: 13px 20px; margin-bottom: 3px; }
  .mobile-menu .search-container-mobile .search-box { display: flex; align-items: center; margin-top: 0px; }
  .mobile-menu .search-container-mobile .search-box .search-input { background: rgb(255, 255, 255); border: 1px solid rgb(213, 213, 213); width: 100%; padding: 24px 30px 24px 18px; height: 50px; }
  .mobile-menu .search-container-mobile .search-box .search-icon { background-image: url(data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9 17.3L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13C4.68333 13 3.146 12.371 1.888 11.113C0.629333 9.85433 0 8.31667 0 6.5C0 4.68333 0.629333 3.14567 1.888 1.887C3.146 0.629 4.68333 0 6.5 0C8.31667 0 9.85433 0.629 11.113 1.887C12.371 3.14567 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L17.325 15.925C17.5083 16.1083 17.6 16.3333 17.6 16.6C17.6 16.8667 17.5 17.1 17.3 17.3C17.1167 17.4833 16.8833 17.575 16.6 17.575C16.3167 17.575 16.0833 17.4833 15.9 17.3ZM6.5 11C7.75 11 8.81267 10.5627 9.688 9.688C10.5627 8.81267 11 7.75 11 6.5C11 5.25 10.5627 4.18733 9.688 3.312C8.81267 2.43733 7.75 2 6.5 2C5.25 2 4.18733 2.43733 3.312 3.312C2.43733 4.18733 2 5.25 2 6.5C2 7.75 2.43733 8.81267 3.312 9.688C4.18733 10.5627 5.25 11 6.5 11Z' fill='%23333333'/%3E%3C/svg%3E%0A); border: medium none; height: 40px; position: relative; right: 0px; text-indent: -9999px; top: 0px; width: 40px; margin-left: -50px; }
  .level-1 + ul > li > a { padding-left: 35px !important; }
  .level-2 + ul > li > a { padding-left: 45px !important; font-size: 13px; }
  .level-3 + ul > li > a { padding-left: 55px !important; font-size: 12px; }
}

html .mCSB_inside > .mCSB_container { margin-right: 0px !important; }

html .mCSB_scrollTools { width: 10px; }

html .mCSB_scrollTools .mCSB_draggerRail { display: none; }

html .mCSB_scrollTools_onDrag .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: rgba(67, 142, 206, 0.4) !important; }

html .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: rgba(67, 142, 206, 0.05) !important; width: 7px; }

html .top-links { text-transform: uppercase; }

html .top-links span { margin-left: 10px; }

html .top-links span * { text-transform: uppercase; }

@media screen and (max-width: 1160px) {
  html .top-links { display: flex; justify-content: center; width: 100%; padding: 15px 0px 10px; }
  html .top-links span { position: relative; flex: 0 0 auto; margin: 0px; padding: 0px 10px; }
  html .top-links span::after { content: "|"; position: absolute; right: -1px; width: 2px; }
  html .top-links span:last-child::after { display: none; }
  html .top-links span > a { text-transform: none; color: rgb(51, 51, 51); }
}

@media screen and (max-width: 1160px) {
  html #left-side-navigation .sectionTitle { border-bottom: 0px; }
  html #left-side-navigation .sectionTitle > a { margin-bottom: 0px; }
  html #left-side-navigation .mobileSideMenu .sectionTitle { color: rgb(255, 255, 255); padding: 20px; margin-bottom: 0px; background-color: rgb(67, 142, 206) !important; }
  html #left-side-navigation .mobileSideMenu .sectionTitle > a { padding: 0px; background-color: rgb(67, 142, 206); position: relative; display: flex; align-items: center; justify-content: space-between; }
  html #left-side-navigation .mobileSideMenu .sectionTitle > a::after { width: 25px; display: flex; align-items: center; justify-content: center; height: 25px; content: "+"; font-weight: 300; font-size: 35px; }
  html #left-side-navigation .mobileSideMenu .sectionTitle > a.expanded::after { content: "--"; letter-spacing: -4px; }
  html #left-side-navigation .mobileSideMenu .sectionTitle > a:focus, html #left-side-navigation .mobileSideMenu .sectionTitle > a:focus { text-decoration: none; }
  html #left-side-navigation .mobileSideMenuSuitems { background-color: rgb(255, 255, 255); position: relative; padding: 0px; margin-top: 2px; }
  html #left-side-navigation .mobileSideMenuSuitems .left-side-navigation-item { margin: 0px 0px 2px; }
  html #left-side-navigation .mobileSideMenuSuitems .left-side-navigation-item a { background-color: rgb(67, 142, 206); color: rgb(255, 255, 255); font-size: 16px; padding: 15px 20px; display: flex; align-items: center; }
  html .topHeader { display: flex; flex-direction: column; }
  html .topHeader .topLogo { width: 165px; margin: auto; }
  html .topHeader .topLogo img.mobile-logo { display: block; margin: auto; height: 42px; }
  html .topHeader .topLogo img.desktop-logo { display: none !important; }
  html .topHeader .hamburger { position: absolute; right: 0px; top: -4px; }
  html #left-side-navigation .mobileSideMenu .navigation-title.selected .sectionTitle > a::after { content: "--"; letter-spacing: -4px; overflow: hidden; }
}

@media screen and (max-width: 560px) {
  .mvc-form input[type="text"], .mvc-form input[type="email"], .mvc-form textarea { min-width: 0px; }
}

.featured-grid { display: flex; flex-wrap: wrap; position: relative; margin-left: -6px; margin-right: -6px; }

.featured-grid .grid-item-icon { font-size: 36px; margin-bottom: 15px; }

.featured-grid .grid-item-title { font-size: 15px; line-height: 1.35; padding-left: 8px; padding-right: 8px; margin: auto; max-width: 165px; overflow-wrap: break-word; }

.featured-grid a { border-radius: 0px; text-align: center; padding: 1.25rem 0px 1rem; line-height: 1.2; background-color: rgb(255, 255, 255); transition: background-color 0.2s ease-in-out; font-weight: 500; flex: 0 0 auto; margin: 12px; box-shadow: rgb(214, 214, 215) 0px 0px 1px 1px inset !important; }

.featured-grid a:hover { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(41, 72, 130); }

.featured-grid a:hover .grid-item-icon { color: rgb(255, 255, 255); }

.featured-grid.featured-grid-size-5 a { width: calc(20% - 24px); }

.featured-grid.featured-grid-size-4 a { width: calc(25% - 24px); }

.featured-grid.featured-grid-size-3 a { width: calc(33.3333% - 24px); }

.featured-grid.featured-grid-size-2 a { width: calc(50% - 24px); }

@media screen and (max-width: 680px) {
  .featured-grid[class*="featured-grid-size-"] > * { width: calc(50% - 24px) !important; }
}
