/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/** NEW HOME PAGE **/
@import url("https://fonts.googleapis.com/css2?family=Cookie&display=swap");
html {
  scroll-padding-top: 250px;
}
#g-main.new-alt-main {
  padding-bottom: 2.5rem;
}
.ignace-home-image .custom {
  background-repeat: no-repeat;
  height: 500px;
  object-fit: cover;
  object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ignace-home-image .custom .title1, .ignace-home-image .custom .title2, .ignace-home-image .custom .title3, .ignace-home-image .custom .title4, .ignace-home-image .custom .title5 {
  color: #fff;
  text-align: center;
}
.ignace-home-image .custom .title2 {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1;
}
.ignace-home-image .custom .title3 {
  font-family: "Cookie", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
}
.ignace-home-image .custom .title4 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 1;
}
.ignace-home-image .custom .title5 {
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  max-width: 800px;
  margin: 60px 20px 0 20px;
}
.drg-banner {
  background: rgba(244, 131, 33, 0.25) !important;
  background: rgba(0, 118, 190, 0.15) !important;
  display: flex;
  align-items: center;
}
.drg-banner .btn-dgr {
  background: #0076be;
  color: #fff;
  border: 2px solid #0076be;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 5px;
  font-weight: bold;
}
.drg-banner .btn-dgr:hover {
  background: #fff;
  color: #0076be;
}
.alt-main.dgr-banner .g-content {
  margin: 0;
  padding: 0;
}
.row-fluid.nwmo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new-notices {
  scroll-margin-top: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.new-notices {
  background: #333;
}
.new-notices .slider {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.new-notices .slides {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-points-x: repeat(100%);
  scroll-snap-type: mandatory;
}
.new-notices .slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.new-notices .slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.new-notices .slides::-webkit-scrollbar-track {
  background: transparent;
}
.new-notices .slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  height: 250px;
  margin-right: 50px;
  border-radius: 10px;
  background: #333;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.new-notices .slides div p, .new-notices .slides div h2 {
  text-align: left;
  color: #fff;
  margin: 8px 0;
  padding: 0;
  font-weight: bold;
}
.new-notices .slides div h2 a {
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
}
.new-notices .slides div h2 a:hover {
  border-bottom: 2px solid #f48321;
  color: #f48321 !important;
}
.new-notices .slider a.whatnum {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
  color: #f48321 !important;
  font-weight: bold;
  margin: 0 3px 8px;
}
.new-notices .slider a.whatnum:focus-visible, .new-notices .slider a.whatnum:focus, .new-notices .slider a.whatnum:hover, .new-notices .slider a.whatnum:active {
  background: #f48321 !important;
  color: #fff !important;
}
.new-notices .slider > a:active {
  top: 0px;
}
.new-notices #slide-1 div, .new-notices #slide-2 div, .new-notices #slide-3 div, .new-notices #slide-4 div, .new-notices #slide-5 div {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
@supports (scroll-snap-type) {
  .new-notices .slider > a {
    display: none;
  }
}
/* Core styles/functionality */
.ignace-home-image .tab {
  position: relative;
}
.ignace-home-image .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.ignace-home-image .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.ignace-home-image .tab input:checked ~ .tab__content {
  max-height: 100%;
}
/* Visual styles */
.ignace-home-image .accordion {
  color: #333;
  overflow: hidden;
  margin: 0;
  scroll-margin-top: 250px;
}
.ignace-home-image .tab__label, .ignace-home-image .tab__close {
  display: flex;
  color: white;
  background: #f48321;
  cursor: pointer;
}
.ignace-home-image .tab__label {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin: 0;
  padding-left: 5%;
  font-size: 1.75rem;
  font-weight: bold;
}
.ignace-home-image .tab__label::after {
  /**
        content: "\276F";
	    width: 1em;
	    height: 1em;
        transform: rotate(90deg);
        **/
  content: "OPEN";
  text-align: center;
  transition: all 0.35s;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}
.ignace-home-image .tab__label:hover:after {
  color: yellow;
}
.ignace-home-image .tab input:checked + .tab__label::after {
  /* transform: rotate(270deg); */
  content: "CLOSE";
}
.ignace-home-image .tab__content p {
  margin: 0;
  padding: 1rem;
}
.ignace-home-image .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.ignace-home-image .accordion--radio {
  --theme: var(--secondary);
}
/* Arrow animation 
	  .ignace-home-image .tab input:not(:checked) + .tab__label:hover::after {
	    animation: bounce .5s infinite;
	  }
	  @keyframes bounce {
	    25% {
	      transform: rotate(90deg) translate(.25rem);
	    }
	    75% {
	      transform: rotate(90deg) translate(-.25rem);
	    }
	  }
*/
.moduletable.new-homepage-icons {
  background: rgba(240, 247, 238, 0.5);
  padding: 20px 3px;
  margin: 20px 10px;
}
.moduletable.new-homepage-icons:hover {
  background: #E3E9C2;
  background: #F0F7EE;
}
.custom.new-homepage-icons img {
  width: 100%;
  max-width: 65px;
  height: auto;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.custom.new-homepage-icons svg {
  transition: all 0.2s ease-in-out;
}
.moduletable.new-homepage-icons:hover img, .moduletable.new-homepage-icons:hover svg {
  transform: scale(1.25);
}
.custom.new-homepage-icons a {
  color: #077044;
  font-weight: 500;
  text-align: center;
}
.moduletable.new-homepage-icons:hover h3 {
  text-decoration: underline;
}
.custom.new-homepage-icons h3 {
  margin: 8px 0 0 0px;
  font-size: 20px;
  line-height: 1;
}
.news.category-module .newsitem {
  display: flex;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid rgba(32, 56, 141, 0.5);
  padding: 10px 0 20px;
}
.news.category-module .newsitem:hover {
  background: #F0F7EE;
}
.news.category-module .container .row-fluid .span10 {
  padding-left: 0;
  font-weight: bold;
}
.news.category-module .container .row-fluid .span10 span.moduleItemDateCreated {
  display: block;
  font-weight: normal;
  font-size: 0.65em;
  color: #777;
}
.news.category-module .container .row-fluid .span2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.g-block.newsimg {
  background-image: url('../../../../images/headers/townhall.webp');
  background-size: cover;
  background-position: 25%;
  background-repeat: no-repeat;
}
/***
.g-block.event-img{
  background-image: url(/images/headers/img114.jpg);
  background-size:cover;
  background-position:left;
  background-repeat:no-repeat;
  padding:40px 0;
  margin:0;
}
***/
#g-subfeature .g-grid {
  align-items: stretch;
}
#g-subfeature .g-grid .g-block.feature-e-home .g-content, #g-subfeature .g-grid .g-block.feature-e-home .g-content .platform-content, #g-subfeature .g-grid .g-block.feature-e-home .g-content .main-town-event, #g-subfeature .g-grid .g-block.feature-e-home .g-content .general-town-events {
  height: 100%;
}
.g-block.event-img .custom.main-town-event, .g-block.event-img .custom.general-town-events {
  background-size: cover;
  align-items: center;
  background-repeat: no-repeat;
}
.g-block.event-img .moduletable.main-town-event {
  position: relative;
}
.g-block.event-img .moduletable.main-town-event:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
#g-subfeature .g-grid .g-block.feature-e-home .g-content .custom.main-town-event {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}
#g-subfeature .g-grid .g-block.feature-e-home .g-content .custom.main-town-event a {
  display: block;
  z-index: 3;
  width: 100%;
}
#g-subfeature .g-grid .g-block.feature-e-home .g-content .custom.main-town-event h4, #g-subfeature .g-grid .g-block.feature-e-home .g-content .custom.main-town-event p {
  margin: 0;
  color: #fff !important;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
#g-subfeature .g-grid .g-block.feature-e-home .g-content .custom.main-town-event h4 {
  font-size: 50px !important;
}
#g-subfeature .g-grid .g-block.feature-e-home .g-content .custom.main-town-event p {
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  #g-subfeature .g-grid .g-block.feature-e-home {
    order: 1;
    height: 500px;
  }
  #g-subfeature .g-grid .g-block.jevent-block {
    order: 2;
  }
  .jevent-block .platform-content {
    justify-content: center !important;
    margin-right: 0 !important;
  }
}
#g-subfeature .g-block.box1 .moduletable.news.category-module {
  max-width: 600px;
  margin-left: 70px;
  padding-right: 40px;
}
#g-subfeature.flush.g-flushed .g-grid {
  margin-bottom: 50px;
}
.jevent-block .platform-content {
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
}
.jevent-block .platform-content .moduletable.new-upcoming {
  width: 100%;
  max-width: 600px;
  padding: 0 30px;
}
.news.category-module h3.g-title, .moduletable.new-upcoming h3.g-title {
  margin-bottom: 14px;
  font-size: 40px;
  color: #595959;
}
.g-block.jevent-block .callink {
  margin-top: 20px;
}
.newsybtns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsybtns .btn-1 {
  background: #fff;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  color: #0076bd;
  border-color: #0076bd;
  border-width: 2px;
}
.newsybtns .btn-1:hover {
  background: #0076bd;
  color: #fff;
}
.newsybtns .btn-2 {
  background: #fff;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  color: #077044;
  border-color: #077044;
  border-width: 2px;
}
.newsybtns .btn-2:hover {
  background: #077044;
  color: #fff;
}
/** END NEW HOME PAGE **/
.customthanks-otter {
  height: 610px;
  background-size: contain;
  background-repeat: no-repeat;
}
h3.menuhead {
  height: 50px;
  line-height: 46px;
  background: #1177bc;
  text-align: center;
  color: #fff;
  display: block;
  font-family: "Roboto", Helvetica, Arial;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500 !important;
  font-style: normal;
  margin-bottom: 0;
}
ul.sidemenu {
  margin-top: 10px;
}
ul.sidemenu li {
  margin-top: 0;
  padding: 10px 15px;
  font-size: 18px !important;
  border-bottom: 1px solid #cfcfcf;
}
ul.sidemenu li ul.nav-child {
  margin-left: 0;
}
ul.sidemenu li ul.nav-child li {
  padding: 5px !important;
  font-size: 16px !important;
  border-width: 0;
}
ul.sidemenu li ul.nav-child li.active {
  background: #ffffff;
}
ul.sidemenu li .separator {
  font-family: "Roboto", Arial, Helvetica;
  font-weight: 600;
}
.itemImageBlock img, .itemBody a[data-k2-modal="image"] img {
  width: 100%;
  min-width: 1100px;
}
.jobs div.itemAttachmentsBlock {
  margin-left: 30px;
  border-width: 0;
}
.jobs ul.itemAttachments {
  display: block;
}
.jobs ul.itemAttachments li a {
  background: #077044;
  display: block;
  padding: 8px 20px;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  border: 2px solid #077044;
}
.jobs ul.itemAttachments li a:hover {
  background: transparent;
  color: #077044;
}
.study-block h4 {
  margin-bottom: 0;
}
.study-block p {
  margin: 5px;
}
table.studies {
  width: 420px !important;
}
table.studies tr td.noborder {
  width: 50%;
  border-width: 0 !important;
}
.moduletable.alert-otter .custom.alert-otter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 485px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.moduletable.alert-otter .custom.alert-otter h3 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  text-shadow: 2px 2px #666;
}
.moduletable.alert-otter .custom.alert-otter h3 a {
  color: #fff;
}
.moduletable.alert-otter .custom.alert-otter h4 {
  color: #fff;
  margin-top: 0;
}
/* minitek system message */
.gantry .polipop {
  z-index: 99999 !important;
}
.disclaimer {
  font-size: 14px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  padding: 10px 0;
}
.disclaimer p {
  font-size: 14px;
  color: #444;
  margin: 0;
}
/** Agenda & Minutes **/
.custom.boxes {
  padding: 20px;
  border: 1px solid #aaa;
  text-align: center;
}
.custom.boxes h5.card-title {
  margin: 0 0 10px 0;
  font-size: 26px;
}
blockquote.news-quote {
  width: 30%;
  float: right;
  margin: 40px;
  font-size: 1.2em;
  font-style: italic;
}
.k2ItemsBlock.ig-news2 .btn a.sub-news, .filterBucket.itemListView.news .btn a.sub-news {
  color: #fff;
}
/**Willingness**/
.willingness p {
  margin-top: 0;
}
/**  CONFERENCE **/
body.interior-pages.bigevent div.itemFullText {
  padding: 0px;
}
.rl_sliders.accordion > .accordion-group.mayor > .accordion-heading > a.accordion-toggle {
  background: #0076be;
  color: #fff;
}
.event-schedule .nav-tabs {
  margin-bottom: 30px !important;
}
.bigevent .row-fluid.welcome-para {
  margin-bottom: 50px;
}
.rl_sliders.accordion > .accordion-group.mayor div.k2ItemsBlock ul li a.moduleItemTitle {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
.rl_sliders.accordion > .accordion-group.mayor .catItemReadMore {
  display: none;
}
.bigevent .row-fluid.welcome-para .btn-secondary {
  font-size: 20px;
  padding: 8px 30px 12px;
  border-radius: 30px;
}
.bigevent .nav-tabs > li > a {
  padding: 8px 5px !important;
}
.bigevent .blueBkgd .accordion-toggle {
  background: #0076be;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
}
.bigevent .rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle, .bigevent .rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
  background: #0076be;
}
.intro-para {
  background-image: url('../../../../images/nne-event.jpg');
  background-size: cover;
  background-position: center;
}
.intro-para {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "area1 p1" "area1 p2" "area1 p3";
  align-items: center;
}
.intro-para .area1 {
  grid-area: area1;
}
.intro-para .p1 {
  grid-area: p1;
  padding: 30px;
}
.intro-para .p2 {
  grid-area: p2;
  padding: 30px;
}
.intro-para .p3 {
  grid-area: p3;
  padding: 30px;
}
.intro-para .area1 {
  padding: 30px 50px;
}
.intro-para h1, .intro-para h2, .intro-para, .intro-para strong {
  color: #fff;
}
.intro-para h1 {
  margin-top: 0;
}
.intro-para h2 {
  margin-bottom: 0;
}
.intro-para .p2 {
  background: #333;
}
.intro-para .p3 {
  background: #0076be;
}
body.interior-pages.bigevent .event-schedule {
  padding: 20px 50px;
}
.event-schedule .event-details-item {
  margin-bottom: 30px;
  position: relative;
}
.event-schedule .event-details .time {
  overflow: hidden;
  margin-top: 55px;
  text-align: center;
  width: 150px;
  float: left;
}
.event-schedule .event-details .time .start {
  color: #444;
  font-family: play, Sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}
.event-details .details {
  margin-left: 180px;
  background: #fff;
  box-shadow: 0 0 2px 1px #ddd;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-schedule .event-details-item:hover .details {
  box-shadow: 0 3px 20px 0 rgba(165, 165, 165, 0.55);
  margin-left: 180px;
  background: #fff;
  padding: 30px;
  position: relative;
  transition: all 0.3s ease;
}
.event-schedule .pull-left {
  float: left !important;
}
.event-schedule .ev-info .name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}
.event-schedule .event-details-item .description {
  margin-top: -20px;
}
.ev-info .venue {
  background: #f71111;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 20px;
  margin: -30px 0 30px -30px;
  display: table;
}
.ev-info .venue.ph {
  background: #FCE762;
  color: #333;
}
.ev-info .venue.kez {
  background: #26F0F1;
  color: #000;
}
.ev-info .venue.ef {
  background: #f48321;
  color: #fff;
}
.clearfix {
  clear: both;
  line-height: 0;
}
.event-schedule .description p:first-of-type {
  font-style: italic;
}
.event-schedule .rl_tabs.align_justify > ul.nav-tabs > li a, .event-schedule .rl_tabs.outline_content > .tab-content, .event-schedule .nav-tabs {
  border-width: 0;
}
.rl_tabs.top > ul.nav-tabs > li.active a, .rl_tabs.top > ul.nav-tabs > li.active a:hover, .rl_tabs.top > ul.nav-tabs > li a:hover {
  background: #077044;
  color: #fff;
}
.event-schedule .rl_tabs.align_justify > ul.nav-tabs > li a {
  box-shadow: 0 2px 2px 0 #077044;
  border-radius: 30px;
}
.event-schedule .alert.youth {
  background: #26F0F1;
  color: #000;
  margin-left: 180px;
}
.exhibit p, .exhibit ul {
  margin-top: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .event-schedule .rl_tabs.align_justify > ul.nav-tabs {
    display: none;
  }
  .event-schedule .nav-tabs.nav-stacked {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .event-schedule .nav-tabs.nav-stacked a {
    box-shadow: 0 2px 2px 0 #077044;
    border-radius: 0px;
  }
  .event-schedule .nav-tabs.nav-stacked a:hover {
    background: #077044;
    color: #fff;
  }
  .intro-para {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "area1 area1" "p1 p2" "p3 p3";
    align-items: center;
  }
  .event-schedule .event-details .time {
    float: none;
    display: block;
    text-align: center;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }
  .event-details .details {
    margin: 0;
  }
  .event-schedule .event-details-item:hover .details {
    margin: 0;
  }
  .event-schedule .alert.youth {
    margin: 0;
  }
}
/* vjm for offline */
body.g-offline #logo-4113-particle {
  display: none;
}
.committee-table table td p {
  margin: 5px 0 !important;
}
.moduletable.pastmeet {
  line-height: 1.2;
  border-top: 1px solid #aaa;
  margin-top: 20px;
}
.ig-news2.pastmeet h3.g-title {
  margin-bottom: 10px;
}
#toolbar-save .icon-save, #toolbar-cancel .icon-cancel {
  width: 100%;
}
body.interior-pages div#k2Container.itemListView.cat-taxsales, body.interior-pages div#k2Container.itemListView.jobs {
  background-image: url('../../../../images/interior/townhall.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  max-width: 880px;
  padding-top: 282px;
}
div#k2Container.itemListView.cat-taxsales .catItemExtraFields ul li {
  display: flex;
}
div#k2Container.itemListView.cat-taxsales .catItemExtraFields ul li span.catItemExtraFieldsLabel {
  min-width: 245px;
}
/**TEST **/
#slideout {
  position: fixed;
  top: 0px;
  right: 0;
  width: 35px;
  padding: 12px 0;
  text-align: center;
  background: #6DAD53;
  background: #f48321;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  z-index: 9999;
}
/**END **/
/** Election 2022 home page box **/
.moduletable.alert3 .custom.alert3.election {
  padding: 0;
  border: 1px solid #444;
}
.moduletable.alert3 .custom.alert3.election p {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.moduletable.alert3 .custom.alert3.election p a {
  color: transparent;
  display: block;
  width: 100%;
  height: 100%;
}
/** LETS TALK **/
#k2Container.apm div.itemAttachmentsBlock {
  border-top: 1px solid #ccc;
  margin: 0 30px;
  border-bottom-width: 0;
}
#k2Container.apm div.itemAttachmentsBlock span {
  display: none;
}
#k2Container.apm ul.itemAttachments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
}
#k2Container.apm ul.itemAttachments:before {
  content: "Resource Material";
  display: block;
  font-weight: bold;
  font-size: 20px;
}
#k2Container.apm ul.itemAttachments li {
  padding: 4px 0;
}
#k2Container.apm ul.itemAttachments li a:before {
  content: "";
  font-family: "FontAwesome";
  padding-right: 5px;
}
#k2Container.apm .moduletable .k2ItemsBlock ul.apm-docs li p a {
  display: flex;
  line-height: 1.2;
  margin-bottom: 12px;
}
div.k2ItemsBlock ul.apm-docs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 2px solid #ddd;
}
div.k2ItemsBlock ul.apm-docs li {
  margin: 10px;
  max-width: 280px;
}
div.k2ItemsBlock ul.apm-docs li h4 {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
  margin: 0;
}
div.k2ItemsBlock ul.apm-docs li p {
  margin: 5px 0;
}
div.k2ItemsBlock ul.apm-docs .moduleAttachments a:before {
  content: "";
  font-family: "FontAwesome";
  padding-right: 5px;
}
.itemListView.bulletins .catItemAttachmentsBlock {
  border-width: 0;
  padding: 0;
}
.itemListView.bulletins .catItemAttachmentsBlock span {
  display: none;
}
.itemListView.bulletins ul.catItemAttachments {
  display: flex;
  flex-direction: column;
}
.itemListView.bulletins ul.catItemAttachments li {
  text-align: left;
}
/* CMM */
.k2Newsletters .moduleAttachments p {
  margin: 0;
}
#g-header .g-main-nav .g-toplevel li.ebills {
  background: #f48321;
}
#g-header .g-main-nav .g-toplevel li.ebills:hover {
  background: #00639f;
}
body.jobs div.catItemView {
  margin-bottom: 0;
}
body.jobs div.catItemView div.catItemBody {
  padding: 0;
}
.moduletable.alert5 {
  overflow: hidden;
  padding-top: 28px;
}
#g-footer .g-grid:last-of-type {
  font-size: 12px;
}
#g-footer h3 {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 5px;
}
.moduletable.alert5 .custom.alert5:hover, .moduletable.alert-nne .custom.alert-nne:hover {
  transform: scale(1.1);
}
.moduletable.alert5 .custom.alert5, .moduletable.alert-nne .custom.alert-nne {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 457px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.moduletable.alert5 .custom.alert5 h3 {
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 52px;
  font-family: "Noto Sans";
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Safari 3-8 */
  transform: rotate(-10deg);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.moduletable.alert-nne .custom.alert-nne h3 {
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 36px;
  font-family: "Noto Sans";
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.moduletable.alert5 .custom.alert5 h3 a, .moduletable.alert-nne .custom.alert-nne h3 a {
  color: #ffffff;
}
.moduletable.alert5 .custom.alert5 h3 a span {
  font-family: "Satisfy", sans-serif;
  font-size: 1.5em;
  font-weight: 100;
}
.com_finder .finder #search-form {
  padding: 30px 30px 0;
}
.com_finder .finder #search-results {
  padding: 0 30px 30px;
}
span.itemImageCredits {
  float: left;
  width: 100%;
  padding-left: 180px;
}
span.itemImageCaption {
  width: 100%;
  padding-left: 180px;
}
/*vjm for flipbox controls */
.flipbook-ui-controls {
  height: 50px !important;
}
p.submit-line1, p.submit-line2, p.submit-line3 {
  color: #fff;
}
p.submit-line1, p.submit-line3 {
  font-size: 1.2em;
  margin-bottom: 8px;
}
p.submit-line2 {
  font-size: 3.5em;
  font-family: "oswald";
  line-height: 1em;
  margin: 0;
}
.staff-page .catItemExtraFieldsValue a {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: auto;
}
.staff-page .catItemExtraFieldsValue a:before {
  content: "";
  font-family: FontAwesome;
}
body {
  font-size: 100% !important;
}
div.itemBackToTop {
  display: none;
}
h1, h2, h3, h4, h5 {
  color: #077044;
}
h3 {
  font-size: 1.35rem;
}
body.interior-pages #g-main {
  background: #f7f7f7;
}
body.interior-pages #g-main .g-container .g-grid .g-block.size-75 .g-content, body.interior-pages #g-main .g-container .g-grid .g-block.size-100 .g-content {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  margin-top: 55px;
  margin-bottom: 30px;
  padding: 0;
}
body.interior-pages div.itemBody, body.interior-pages div.itemImageBlock {
  padding: 0;
}
body.interior-pages div.itemFullText {
  padding: 0 30px;
}
body.interior-pages div#k2Container.itemListView {
  padding: 30px;
}
#jevents {
  padding: 30px;
}
#g-navigation {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.35);
}
a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {
  font-size: 12px !important;
}
#g-footer iframe {
  height: 350px;
}
.plusmore {
  position: fixed;
  top: -8px;
  right: 0;
  z-index: 999999;
}
#g-header {
  z-index: 999;
}
#g-header, #g-header .g-container, #g-header .g-grid {
  height: 42px;
}
#g-navigation .g-main-nav {
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: transparent;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: transparent;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 4px 15px;
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li {
  padding: 8px 26px 6px;
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li.g-menu-item-type-particle {
  padding-top: 10px;
}
#g-navigation {
  z-index: 9999;
}
#g-navigation .style1-logo {
  position: relative;
  margin-top: -35px;
}
#g-navigation .style1-menu {
  position: relative;
  margin-top: 12px;
}
#g-header form {
  margin: 0;
}
#g-header form input[type="text"] {
  padding: 4px 6px;
}
#g-navigation .g-main-nav {
  margin-top: 0px;
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0;
  padding: 25px 26px 0px;
  text-align: center;
  -webkit-transition: background 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: background 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/*** Residents ***/
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-167:hover, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-167 {
  background-color: transparent !important;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected.g-menu-item-167 .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-selected.g-menu-item-167 .fa, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-167 .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-167 .fa {
  color: #0076be;
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li.g-selected.g-menu-item-167 .g-menu-item-title, #g-navigation.uk-active .g-main-nav .g-toplevel > li.active.g-menu-item-167 .g-menu-item-title {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-167 .g-dropdown {
  background: #0076be;
  padding: 30px 5%;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-167 .g-sublevel > li:not(.g-menu-item-type-separator):not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-167 .g-sublevel > li:not(.g-menu-item-type-separator):not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #004771;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-167 .g-sublevel > li.g-menu-item-type-separator:hover {
  background: transparent;
  cursor: none;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-167.g-selected .g-dropdown li .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-167.g-selected .g-dropdown li .fa, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-167.active .g-dropdown li .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-167.active .g-dropdown li .fa {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected .res-menu:after, #g-navigation .g-main-nav .g-toplevel > li.g-selected .b-menu:after, #g-navigation .g-main-nav .g-toplevel > li.g-selected .v-menu:after, #g-navigation .g-main-nav .g-toplevel > li.g-selected .rec-menu:after, #g-navigation .g-main-nav .g-toplevel > li.g-selected .t-menu:after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 27px);
  top: 75px;
  border-width: 0 25px 30px 25px;
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li.g-selected .res-menu:after, #g-navigation.uk-active .g-main-nav .g-toplevel > li.g-selected .b-menu:after, #g-navigation.uk-active .g-main-nav .g-toplevel > li.g-selected .v-menu:after, #g-navigation.uk-active .g-main-nav .g-toplevel > li.g-selected .rec-menu:after, #g-navigation.uk-active .g-main-nav .g-toplevel > li.g-selected .t-menu:after {
  top: 40px;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected .res-menu:after {
  border-color: transparent transparent #0076be transparent;
}
/*** Business ***/
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-166:hover, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-166 {
  background-color: transparent !important;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected.g-menu-item-166 .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-selected.g-menu-item-166 .fa, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-166 .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-166 .fa {
  color: #004771;
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li.g-selected.g-menu-item-166 .g-menu-item-title, #g-navigation.uk-active .g-main-nav .g-toplevel > li.active.g-menu-item-166 .g-menu-item-title {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-166 .g-dropdown {
  background: #004771;
  padding: 30px 5%;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-166 .g-sublevel > li:not(.g-menu-item-type-separator):not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-166 .g-sublevel > li:not(.g-menu-item-type-separator):not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #0076be;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-166 .g-sublevel > li.g-menu-item-type-separator:hover {
  background: transparent;
  cursor: none;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-166.g-selected .g-dropdown li .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-166.g-selected .g-dropdown li .fa, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-166.active .g-dropdown li .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-166.active .g-dropdown li .fa {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected .b-menu:after {
  border-color: transparent transparent #004771 transparent;
}
/*** Visitors ***/
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-169:hover, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-169 {
  background-color: transparent !important;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected.g-menu-item-169 .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-selected.g-menu-item-169 .fa, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-169 .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-169 .fa {
  color: #f58220;
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li.g-selected.g-menu-item-169 .g-menu-item-title, #g-navigation.uk-active .g-main-nav .g-toplevel > li.active.g-menu-item-169 .g-menu-item-title {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-169 .g-dropdown {
  background: #f58220;
  padding: 30px 5%;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-169 .g-sublevel > li:not(.g-menu-item-type-separator):not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-169 .g-sublevel > li:not(.g-menu-item-type-separator):not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #c36009;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-169 .g-sublevel > li.g-menu-item-type-separator:hover {
  background: transparent;
  cursor: none;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-169.g-selected .g-dropdown li .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-169.g-selected .g-dropdown li .fa, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-169.active .g-dropdown li .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-169.active .g-dropdown li .fa {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected .v-menu:after {
  border-color: transparent transparent #f58220 transparent;
}
/*** Recreation ***/
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-266:hover, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-266 {
  background-color: transparent !important;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected.g-menu-item-266 .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-selected.g-menu-item-266 .fa, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-266 .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-266 .fa {
  color: #077044;
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li.g-selected.g-menu-item-266 .g-menu-item-title, #g-navigation.uk-active .g-main-nav .g-toplevel > li.active.g-menu-item-266 .g-menu-item-title {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-266 .g-dropdown {
  background: #077044;
  padding: 30px 5%;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-266 .g-sublevel > li:not(.g-menu-item-type-separator):not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-266 .g-sublevel > li:not(.g-menu-item-type-separator):not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #003b21;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-266 .g-sublevel > li.g-menu-item-type-separator:hover {
  background: transparent;
  cursor: none;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-266.g-selected .g-dropdown li .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-266.g-selected .g-dropdown li .fa, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-266.active .g-dropdown li .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-266.active .g-dropdown li .fa {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected .rec-menu:after {
  border-color: transparent transparent #077044 transparent;
}
/*** Town Hall ***/
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-165:hover, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-165 {
  background-color: transparent !important;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected.g-menu-item-165 .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-selected.g-menu-item-165 .fa, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-165 .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.active.g-menu-item-165 .fa {
  color: #003b21;
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li.g-selected.g-menu-item-165 .g-menu-item-title, #g-navigation.uk-active .g-main-nav .g-toplevel > li.active.g-menu-item-165 .g-menu-item-title {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-165 .g-dropdown {
  background: #003b21;
  padding: 30px 5%;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-165 .g-sublevel > li:not(.g-menu-item-type-separator):not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-165 .g-sublevel > li:not(.g-menu-item-type-separator):not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #077044;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-165 .g-sublevel > li.g-menu-item-type-separator:hover {
  background: transparent;
  cursor: none;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-165.g-selected .g-dropdown li .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-165.g-selected .g-dropdown li .fa, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-165.active .g-dropdown li .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-165.active .g-dropdown li .fa {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected .t-menu:after {
  border-color: transparent transparent #003b21 transparent;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected:nth-of-type(1):not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: transparent !important;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected:nth-of-type(2):not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: transparent !important;
}
#g-navigation .g-toplevel .g-menu-item-container.main-home .fa {
  padding-bottom: 0;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-decoration: none;
  padding: 1.2rem 0rem;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 8px 0 36px;
  line-height: 1;
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle) > .g-menu-item-container {
  padding: 20px 0 15px;
}
#g-navigation .g-main-nav .g-toplevel li.g-menu-item-type-particle .g-menu-item-container {
  padding-bottom: 0;
}
#g-navigation .g-toplevel .g-menu-item-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #4c4f55;
}
#g-navigation .g-toplevel .g-menu-item-container .fa {
  display: block;
  color: #4c4f55;
  font-size: 20px;
  padding-bottom: 5px;
  opacity: 1;
}
#g-navigation .g-sublevel .g-separator .g-menu-item-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
#g-navigation .g-sublevel .g-menu-item-title, #g-navigation .g-sublevel .g-menu-item-type-url .g-menu-item-title {
  font-size: 16px;
  text-transform: none;
}
#g-navigation .g-main-nav .g-sublevel li.g-menu-item-type-separator .g-menu-item-container {
  border-top: 1px solid #fff;
  margin-right: 30px;
  padding-bottom: 5px;
  margin-top: 20px;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.5rem 1rem;
}
#g-feature {
  padding: 0 0 5px 0;
}
.front-tab {
  padding: 10px 0;
}
.front-tab a {
  cursor: pointer !important;
}
.front-tab:hover {
  background: #D3D8C6;
}
.front-tab:hover p.btn a {
  color: #ffffff;
}
.front-tab div, .front-tab h2 {
  display: inline-block;
}
.front-tab div {
  position: relative;
  top: -5px;
}
.front-tab div i {
  font-size: 40px;
  color: #26544A;
}
.front-tab h2 {
  line-height: 1em;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
  color: #26544A;
  margin: 0;
}
.front-tab h2 span {
  font-family: Georgia, serif;
  text-transform: capitalize;
  font-style: italic;
}
.ig-heading {
  padding: 20px 40px;
  border-radius: 30px;
}
.ig-heading h3.g-title {
  font-size: 1.9em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #0c0c0c;
}
.ig-heading .mod_events_latest_callink {
  background: #a1c47e;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  margin-left: 20px;
}
.ig-heading .mod_events_latest_callink a {
  color: #ffffff;
}
#g-navigation .style1-menu .g-content {
  margin-top: 0;
  padding-top: 0;
}
#g-navigation.home-alt, #g-header.home-alt {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252525", endColorstr="#252525",GradientType=0);
  background: -moz-linear-gradient(top, #252525 0%, rgba(37, 37, 37, 0) 100%);
  background: -webkit-linear-gradient(top, #252525 0%, rgba(37, 37, 37, 0) 100%);
  background: linear-gradient(to bottom, #252525 0%, rgba(37, 37, 37, 0) 100%);
  z-index: 12;
}
#g-navigation.home-alt .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-header.home-alt .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #ffffff;
}
#g-navigation.home-alt .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-header.home-alt .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #ffffff;
}
/**
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active, #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active, #g-header.home-alt .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover{background:transparent !important;}

#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):after {
	position: absolute;
    top: 80%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #0076be;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
  	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):after {background:#fff;}
#g-navigation .g-main-nav .g-toplevel > li:not(:first-of-type):not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover:after {
    height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
**/
#g-navigation.home-alt .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-header.home-alt .g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-decoration: none;
  padding: 1.2rem 0.938rem 5px;
}
#g-navigation.home-alt .g-main-nav .g-toplevel > li, #g-header.home-alt .g-main-nav .g-toplevel > li {
  margin: 0 3px;
}
/**
#g-header .g-main-nav {
    margin: 82px -1.563rem -1.563rem;

}
**/
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: none;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container.main-home {
  padding: 34px 0 0;
  line-height: 1em;
}
#g-navigation.uk-active .g-main-nav .g-toplevel > li > .g-menu-item-container.main-home {
  padding: 5px 0 0;
  height: 30px;
}
#g-navigation.uk-active .style1-logo {
  margin-top: 0;
}
.header-logo .g-content {
  position: relative;
}
.header-logo .full-logo {
  opacity: 1;
}
.header-logo .shrunk-logo {
  opacity: 0;
  margin-top: -42px;
  left: 22px;
}
#g-navigation .header-logo .shrunk-logo img {
  width: 0;
}
#g-navigation.uk-active {
  background: #4c4f55 !important;
}
#g-navigation.uk-active .header-logo .full-logo {
  opacity: 0;
}
#g-navigation.uk-active .header-logo .full-logo img {
  width: 0;
}
#g-navigation.uk-active .header-logo .shrunk-logo {
  opacity: 1;
  margin-top: -26px;
  display: block;
}
#g-navigation.uk-active .header-logo .shrunk-logo img {
  display: block;
  width: 200px;
}
#g-navigation.uk-active .g-main-nav {
  margin-top: 0;
}
#g-navigation.uk-active .g-content {
  margin-top: 0;
  padding-top: 0;
}
#g-navigation.uk-active .g-toplevel .g-menu-item .fa {
  display: none;
  margin-right: 0;
}
#g-navigation.uk-active .g-toplevel .g-menu-item .fa.fa-home {
  display: block;
  font-size: 22px;
  color: #fff;
  padding-top: 10px;
}
#g-navigation.uk-active .g-toplevel .g-menu-item-title {
  font-size: 16px;
  color: #fff;
}
#g-header .g-toplevel .g-menu-item-title {
  text-transform: uppercase;
  font-size: 14px;
}
#g-header.home-alt {
  position: relative;
  z-index: 6;
}
.outline-10 #g-showcase .moduletable.bigimage {
  margin-top: 0px;
}
#g-showcase .moduletable.bigimage {
  margin-top: -190px;
}
#g-subfeature {
  padding: 0;
  background: #ffffff;
  color: #030303;
  margin-top: 0px;
  position: relative;
  z-index: 3;
}
.front-tab {
  padding: 15px 0;
  max-width: 75%;
  margin: auto;
}
.front-tab div {
  display: block;
}
.front-tab .line2 {
  margin-top: 20px;
}
.front-tab h2 a {
  color: #0c0c0c;
}
.front-tab div span {
  font-size: 45px;
  color: #077044;
}
.front-tab:hover {
  background: transparent;
}
.front-tab:hover div span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front-tab:hover h2 {
  color: #26544a;
  font-weight: bold;
}
.front-tab:hover .line4 .btn {
  background: #077044;
  color: #ffffff;
}
.front-tab div {
  position: relative;
  top: 0px;
}
.front-tab h2 {
  line-height: 1em;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 300;
  padding-left: 0px;
  color: #077044;
  margin: 0;
}
.front-tab h2 span {
  font-family: Georgia, serif;
  text-transform: capitalize;
  font-style: italic;
}
.line4 .btn {
  padding: 12px 32px 13px !important;
  background: transparent;
  text-transform: uppercase;
  color: #077044;
  border-color: #077044;
  border-radius: 2px;
  font-size: 18px !important;
  display: block;
}
.line4 .btn a:hover, .line4 .btn:hover a {
  color: #fff;
}
.btn {
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0);
}
.line3 {
  height: 96px;
  overflow: hidden;
}
.g-block .moduletable.ig-box {
  border-right: 1px solid #aaa;
}
.g-block:last-of-type .moduletable.ig-box {
  border-right-width: 0px;
}
.k2ItemsBlock.ig-heading {
  background: transparent;
  padding: 12px 0 0;
}
.k2ItemsBlock.ig-heading .moduleItemTitle {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
}
.k2ItemsBlock.ig-heading p {
  margin: 0;
}
.custominterior.toursim {
  background-size: cover;
  height: 440px;
  margin-top: -175px;
}
.custominterior.toursim h2 {
  text-align: center !important;
  padding: 310px 0 0px;
  color: #fff !important;
  font-size: 4.5em;
  font-weight: 700;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
}
#g-main.interior-main {
  padding: 0;
}
#g-main.interior-main .g-block.size-25 {
  margin: 30px 0;
}
.off-menu_118 > .sm-level, #off-menu_118, .off-menu_96 > .sm-level, #off-menu_96, .off-menu_119 > .sm-level, #off-menu_119, .off-menu_141 > .sm-level, #off-menu_141, .off-menu_142 > .sm-level, #off-menu_142 {
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0) !important;
  border-radius: 0px 0px 0px 0px;
}
#g-subfeature.sub-interior {
  background: #000;
  padding: 0;
}
#g-subfeature.sub-interior a {
  color: #ffffff;
}
#g-subfeature.sub-interior .front-tab h2 {
  line-height: 1em;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
  color: #ffffff;
  margin: 0;
}
#g-subfeature.sub-interior .front-tab div i {
  color: #aaaaaa;
}
#g-subfeature.sub-interior .front-tab:hover {
  background: #26544A;
}
.tourism-date {
  margin: 30px 0 0;
}
.itemid-456 hr {
  margin: 10px 0;
  width: 100%;
  max-width: 350px;
}
.wf_caption {
  font-size: 12px;
}
#g-footer {
  background: transparent url('../../../../images/topo.jpg') repeat;
  color: #ffffff;
}
#g-footer h3.g-title, #g-footer a {
  color: #ffffff;
}
.ig-heading.style-news {
  padding: 0px;
}
.k2ItemsBlock.ig-heading.news-style1 .span4 {
  margin-left: 0%;
  padding: 0 0.9375em;
  border-top: 1px solid #bbb;
  padding-top: 12px;
}
.k2ItemsBlock.ig-heading.news-style1 .span4:first-of-type {
  padding: 0;
  border-width: 0px;
  padding-top: 0;
}
.k2ItemsBlock.ig-heading.news-style1 h3 {
  line-height: 1;
  margin: 0 0 10px;
}
.k2ItemsBlock.ig-heading.news-style1 h3 .moduleItemTitle {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.k2ItemsBlock.ig-heading.news-style1 .span4 h3 .moduleItemTitle {
  font-size: 16px;
}
.k2ItemsBlock.ig-heading.news-style1 .span4 h3 {
  line-height: 0.7em;
}
.k2ItemsBlock.ig-heading.news-style1 .moduleItemIntrotext {
  font-size: 14px;
}
.k2ItemsBlock.ig-heading.news-style1 .moduleItemDateCreated {
  margin-bottom: 4px;
  color: #26544a;
}
.k2ItemsBlock.ig-heading.news-style1 .span4 .moduleItemDateCreated {
  font-size: 14px;
}
.k2ItemsBlock.ig-heading.news-style1 .moduleItemReadMore {
  margin-top: 4px;
  padding-bottom: 12px;
}
.k2ItemsBlock.ig-heading.news-style1 .moduleItemReadMore a {
  color: #26544a;
}
.ig-heading.ig-events {
  padding: 0;
}
.ig-heading.ig-events h3.g-title {
  font-size: 1.5em;
  padding-top: 10px;
}
/**
#g-main.alt-main{
  background:#eceff1;
}
**/
#g-feature.feature-alt .g-content {
  padding: 0.938rem 0;
}
.moduletable.alert1, .moduletable.alert2, .moduletable.alert3, .moduletable.alert4 {
  overflow: hidden;
}
.moduletable.alert1 .custom.alert1 {
  display: block;
  padding: 310px 48px 0;
  height: 450px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.moduletable.alert1 .custom.alert1:hover {
  transform: scale(1.1);
}
.moduletable.alert1 .custom.alert1 h3 {
  display: block;
  background: #fff;
  padding: 10px;
  font-size: 20px;
}
g-block.size-33-3:nth-of-type(2) .platform-content {
  margin-bottom: 10px;
}
.moduletable.alert2 .custom.alert2:hover {
  transform: scale(1.1);
}
.moduletable.alert3 .custom.alert3:hover {
  transform: scale(1.1);
}
.moduletable.alert4 .custom.alert4:hover {
  transform: scale(1.1);
}
.moduletable.alert2 .custom.alert2, .moduletable.alert3 .custom.alert3, .moduletable.alert4 .custom.alert4 {
  display: block;
  padding: 50px 48px 0;
  height: 220px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.moduletable.alert2 .custom.alert2 h3, .moduletable.alert3 .custom.alert3 h3 {
  display: block;
  padding: 10px;
  font-size: 16px;
  background: #fff;
}
.moduletable.alert4 .custom.alert4 {
  padding-top: 20px;
}
.moduletable.alert4 .custom.alert4 h3 {
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 52px;
  font-family: "Noto Sans";
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Safari 3-8 */
  transform: rotate(-10deg);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.moduletable.alert4 .custom.alert4 h3 a {
  color: #ffffff;
}
.moduletable.alert4 .custom.alert4 h3 a span {
  font-family: "Satisfy", sans-serif;
  font-size: 1.5em;
  font-weight: 100;
}
.ig-news2 h3.g-title {
  font-size: 30px;
}
div.k2ItemsBlock.ig-news2 ul li {
  padding-left: 20px;
  position: relative;
}
div.k2ItemsBlock.ig-news2 ul li a {
  color: #26544a;
}
div.k2ItemsBlock.ig-news2 ul li:before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
  color: #26544a;
  position: absolute;
  left: -4px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
div.k2ItemsBlock.ig-news2 ul li:hover {
  text-decoration: underline;
}
div.k2ItemsBlock.ig-news2 ul li:hover:before {
  left: 0px;
}
div.k2ItemsBlock.ig-news2 ul li.clearList:before {
  content: "";
}
.moduletable.ig-news2 {
  margin-left: 22px;
  border-bottom: 1px solid #aaa;
}
.moduletable.ig-more {
  margin-left: 22px;
}
.moduletable.ig-more p {
  margin: 0;
  padding-top: 15px;
  font-size: 18px;
}
.dgr-banner.alt-main:before {
  border-color: transparent;
}
.alt-main:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 22.5px 0 22.5px;
  border-color: #ffffff transparent transparent transparent;
  position: relative;
  left: 48.5%;
}
#jev_maincal {
  background-color: #ffffff;
}
.month_title_year, .month_date, .month_title {
  text-align: center;
  font-weight: 600;
}
.month_title_year {
  font-size: 2em;
}
#jevents_body {
  border: 0px solid #fff;
  background-color: #ffffff;
  border-radius: 0px;
}
.jev_toprow .jev_daysnames {
  background: #464646;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 0.6em 0;
  text-align: center;
  text-transform: uppercase;
}
.saturday, .sunday {
  color: #ffffff;
}
div.jev_daynum span {
  font-size: 14px;
}
#jevents_body .jev_underlay .jev_underlay_outofmonth_start div, #jevents_body .jev_underlay .jev_underlay_outofmonth_end div {
  background-color: #f1f1f1;
}
div.jevdaydata div.jev_daynum {
  background: #d2d2d2;
}
td.jevdaydata {
  min-height: 135px;
}
div.jev_daynum_noevents a.cal_daylink:link, div.jev_daynum_noevents a.cal_daylink:visited, div.jev_daynum_noevents a.cal_daylink:hover {
  color: #ffffff;
}
a.cal_daylink:link, a.cal_daylink:visited, a.cal_daylink:hover {
  font-size: 14px;
}
div.jevdaydata div.jev_daynum {
  padding-bottom: 4px;
}
div.jevdaydata div.jev_daynum.jev_daynum_today {
  background: #a1c47e;
}
#jevents_body .jev_underlay .jev_underlay_daynum_today div {
  background: #ffffff;
}
div.jev_daynum_outofmonth span {
  color: #000a05;
}
div.jev_daynum_outofmonth {
  opacity: 0.7;
}
#jevents #jevents_body .jev_toprow div.previousmonth, #jevents #jevents_body .jev_toprow div.nextmonth {
  background-color: #a1c47e !important;
  border: 1px solid #a1c47e !important;
}
#jevents #jevents_body .jev_toprow div.currentmonth {
  border-top: 1px solid #a1c47e !important;
  border-bottom: 1px solid #a1c47e !important;
}
#jevents #jevents_body .nav-items div.active a, #jevents .jev_header2 .active a {
  background-color: #a1c47e !important;
}
#jevents #jevents_body .nav-items > div {
  border-color: #a1c47e !important;
}
a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
div.eventfull div {
  border-width: 0px;
  background-color: transparent;
}
#jevents_body .eventstyle span a:hover {
  background: transparent;
  color: #26544a;
}
.eventstyle:hover {
  background-color: transparent;
}
#jev_maincal {
  border-width: 0px;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames {
  border-width: 0px;
  background: transparent;
}
#jevents_body .jev_listview .jev_listrow li, .jev_listview .jev_listrow {
  border-width: 0 !important;
}
#jevents_body h2.ig-evtitle {
  font-size: 1.5em;
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 0;
}
#jevents_body h2.ig-evtitle a:hover {
  color: #a1c47e;
}
#jevents_body p.ig-evdate, #jevents_body p.ig-evloc {
  font-size: 13px;
  font-weight: bold;
  color: #777;
  margin-bottom: 0;
}
#jevents_body p span.ig-evtime1:empty, #jevents_body p span.ig-evtime2:empty, #jevents_body p span.ig-evfmonth:empty {
  display: none;
}
#jevents_body p span.ig-evtime1:before {
  content: " @ ";
}
#jevents_body p span.ig-evtime2:before, #jevents_body p span.ig-evfmonth:before {
  content: " - ";
}
#jevents_body p.ig-evdesc {
  margin: 15px 0 20px;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #999;
  padding: 6px 0px;
  background-color: #ededed;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames:after {
  content: "";
  border-bottom: 1px solid #c2c2c2;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
div.ig-tooltip {
  padding: 10px;
  background: #fff;
}
div.ig-tooltip h2.ig-evtitle a {
  color: #a1c47e;
}
.upcoming table.mod_events_latest_table {
  border-width: 0px;
}
.upcoming table.mod_events_latest_table tr {
  display: block;
  float: left;
  width: 30%;
  margin: 0 1.5%;
  background: #fff;
  border-radius: 3px;
}
.upcoming table.mod_events_latest_table tr td {
  border-width: 0;
  display: flex;
  padding: 20px;
}
.upcoming table.mod_events_latest_table tr td div.com_date {
  width: 62px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: solid 1px black;
}
.upcoming table.mod_events_latest_table tr td div.com_date .com_month {
  font-size: 1.2em;
}
.upcoming table.mod_events_latest_table tr td div.com_date .com_day {
  font-size: 2em;
  line-height: 1em;
}
.upcoming table.mod_events_latest_table tr td div.com_event {
  padding-left: 18px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.upcoming table.mod_events_latest_table tr td div.com_title {
  font-size: 1.23em;
  font-weight: bold;
}
.outline-10 #g-main {
  background-color: #FFFFFF !important;
  background-image: url('../../../../images/calendar-bkgd.jpg') !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  padding: 25px 0 100px 0;
}
.upcoming h3.g-title {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}
.upcoming .mod_events_latest_callink {
  text-align: center;
  margin: 30px auto;
  padding: 12px 32px 13px !important;
  border: 1px solid #077044;
  background: #fff;
  display: block;
  width: 260px;
  border-radius: 3px;
}
.upcoming .mod_events_latest_callink a {
  text-transform: uppercase;
  font-size: 18px;
}
.upcoming .mod_events_latest_callink:hover {
  background: #077044;
}
.upcoming .mod_events_latest_callink:hover a {
  color: #fff;
}
#g-footer h5 {
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 5px;
}
#g-footer p {
  margin-top: 5px;
}
.footer-d .g-content {
  margin-left: 0;
  padding-left: 0;
}
#g-navigation .g-toplevel .g-menu-item-container .menu-item-particle .mod_events_latest_data {
  background: rgba(255, 255, 255, 0.12);
  padding: 5px 10px;
}
#g-navigation .g-toplevel .g-menu-item-container .menu-item-particle .mod_events_latest_data .span2 {
  width: 30px;
}
#g-navigation .g-toplevel .g-menu-item-container .menu-item-particle .mod_events_latest_data .span2 .fa {
  padding: 0;
  position: relative;
  top: 3px;
}
#g-navigation .g-toplevel .g-menu-item-container .menu-item-particle table.mod_events_latest_table td {
  padding: 5px 0;
}
#g-navigation.uk-active .g-toplevel .menu-item-particle .mod_events_latest_data .span2 .fa {
  display: block;
}
#g-navigation .g-toplevel .menu-item-particle .mod_events_latest_data .mod_events_latest_date {
  color: #ffffff;
}
#g-navigation .g-toplevel .menu-item-particle .mod_events_latest_data .mod_events_latest_content a:hover {
  color: #ffffff;
}
.feature-d-home, .feature-e-home {
  margin: 40px 0;
}
.k2ItemsBlock.popular-links ul li {
  display: inline-block;
  width: 45%;
  padding: 15px 20px;
  margin: 0 25px 14px 8px;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.k2ItemsBlock.popular-links ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.k2ItemsBlock.popular-links ul li:hover a, .k2ItemsBlock.popular-links ul li:focus a, .k2ItemsBlock.popular-links ul li:active a {
  color: #333;
}
.k2ItemsBlock.popular-links ul li:hover:before, .k2ItemsBlock.popular-links ul li:focus:before, .k2ItemsBlock.popular-links ul li:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.k2ItemsBlock.popular-links ul li a {
  color: #333;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2em;
}
.k2ItemsBlock.popular-links ul li {
  background: #dbddec;
}
.k2ItemsBlock.popular-links ul li.clearList {
  background: transparent;
}
div.cemetery-table p, div.lib-hours p {
  margin: 0;
}
div.cemetery-table #droptablestable3.droptablestable table {
  width: 305px !important;
}
div.cemetery-table .tablesorter-bootstrap thead th:last-of-type {
  font-weight: normal;
}
div.cemetery-table #droptablestable3.droptablestable table thead tr th, div.cemetery-table #droptablestable3.droptablestable table tbody tr td {
  border-width: 0;
  padding: 8px !important;
  font-family: "Open Sans" !important;
  font-size: 16px !important;
}
div.cemetery-table .tablesorter-bootstrap .tablesorter-header-inner, div.lib-hours .tablesorter-bootstrap .tablesorter-header-inner {
  padding: 0;
}
div.lib-hours h4 {
  margin-top: 0;
}
div.lib-hours #droptablestable1.droptablestable thead tr th, div.lib-hours #droptablestable1.droptablestable tbody tr td {
  border-width: 0;
  padding: 0px !important;
  font-family: "Open Sans" !important;
  font-size: 16px !important;
}
div.lib-hours #droptablestable1.droptablestable thead tr th {
  border-bottom: 1px solid #ccc;
}
div.itemExtraFields.res-contact {
  width: 30%;
  float: right;
  margin: 15px 20px 10px 30px;
  border: 1px solid #ddd;
  padding: 15px 15px;
}
div.itemExtraFields.res-contact ul li span.itemExtraFieldsLabel, div.catItemExtraFields.res-group-contact ul li span.catItemExtraFieldsLabel {
  width: 100%;
}
.catItemExtraFields.res-group-contact {
  width: 30%;
  float: right;
  margin: 5px 20px 10px 30px;
  border: 1px solid #ddd;
  padding: 15px 15px;
}
div.itemContainer div.resident.catItemView {
  margin-bottom: 15px;
  padding: 0 0 20px 0px;
  border-bottom: 1px solid #ccc;
}
div.resident.catItemView .catItemIntroText p:first-of-type {
  margin-top: 0;
}
div.itemListCategory {
  background: transparent;
  border-width: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0px;
}
body.interior-pages.churches div#k2Container.itemListView.churches, body.interior-pages.staff-page div#k2Container.itemListView.staff-page {
  padding: 0;
}
body.interior-pages.churches div#k2Container.itemListView.churches {
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  max-width: 880px;
  padding-top: 282px;
}
body.interior-pages.churches div#k2Container.itemListView.churches {
  background-image: url('../../../../images/church-banner.jpg');
}
/* removed vjm 26/may/20
body.interior-pages.staff-page div#k2Container.itemListView.staff-page{
  background-image: url(/images/Staff_ignace.jpg);
}
*/
body.interior-pages.churches div#k2Container.itemListView.churches div.itemListCategoriesBlock, body.interior-pages.staff-page div#k2Container.itemListView.staff-page div.itemListCategoriesBlock {
  padding: 0px 30px 0 30px;
}
body.interior-pages.churches div#k2Container.itemListView.churches div.itemListCategoriesBlock div.itemListCategory h2, body.interior-pages.staff-page div#k2Container.itemListView.staff-page div.itemListCategoriesBlock div.itemListCategory h2 {
  margin-top: 5px;
}
body.interior-pages.churches div#k2Container.itemListView.churches div.itemList, body.interior-pages.staff-page div#k2Container.itemListView.staff-page div.itemList {
  padding: 0 30px 30px 30px;
}
body.interior-pages.place-stay div#k2Container.itemListView.place-stay {
  background-image: url('../../../../images/places-to-stay.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  max-width: 880px;
  padding-top: 282px;
}
body.interior-pages.place-eat div#k2Container.itemListView.place-eat {
  background-image: url('../../../../images/places-to-eat.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  max-width: 880px;
  padding-top: 282px;
}
body.interior-pages.res-schools div#k2Container.itemListView.res-schools {
  padding: 0;
}
body.interior-pages.res-schools div#k2Container.itemListView.res-schools {
  background-image: url('../../../../images/school-bus.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  max-width: 880px;
  padding-top: 282px;
}
body.interior-pages.res-schools div#k2Container.itemListView.res-schools div.itemListCategoriesBlock {
  padding: 0px 30px 0 30px;
}
body.interior-pages.res-schools {
  margin-top: 5px;
}
body.interior-pages.res-schools div#k2Container.itemListView.res-schools div.itemList {
  padding: 0 30px 30px 30px;
}
div[id^="droptablestable"].droptablestable table.table-bordered th, div[id^="droptablestable"].droptablestable table th {
  border-width: 0 0 1px 0;
  padding: 4px 8px !important;
  font-family: "Open Sans" !important;
  font-size: 1rem !important;
}
div[id^="droptablestable"].droptablestable table.table-bordered td, div[id^="droptablestable"].droptablestable table td {
  border-width: 0;
  padding: 4px 8px !important;
  font-family: "Open Sans" !important;
  font-size: 1rem !important;
}
body.interior-pages.biz-listing div#k2Container.itemListView.biz-listing {
  background-image: url('../../../../images/interior/biz-directory.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  padding-top: 282px;
}
.componentheadingbiz-listing {
  font-family: Oswald, "Open Sans", sans-serif;
  font-weight: 500;
  margin: 0.75rem 0 1.5rem 0;
  color: #077044;
  font-size: 1.9rem;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
  color: #252525;
}
.rl_sliders.accordion > .accordion-group.icon > .accordion-heading > a.accordion-toggle span.rl_sliders-toggle-inner:before {
  padding-right: 10px;
}
.ignace-slide p {
  margin-top: 0;
}
.rl_sliders.accordion > .accordion-group.active > div > a:focus, .rl_sliders.accordion > .accordion-group > div > a:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0px #ffffff;
  box-shadow: inset 0 0 0px #ffffff;
}
div.catItemView.biz {
  margin-bottom: 18px;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
div.catItemView.biz div.catItemBody {
  padding: 10px 15px;
  margin: 0;
}
div.catItemView.biz div.catItemExtraFields ul li span.catItemExtraFieldsLabel {
  width: auto;
}
div.catItemView.biz div.catItemExtraFields {
  margin: 0;
  padding: 0;
  border-width: 0;
}
div.catItemView.biz p.catItemTitle {
  margin: 0;
  color: #077044;
  font-size: 1.1em;
  font-weight: 800;
}
body.interior-pages.staff-page div#k2Container.itemListView.staff-page div.itemListCategoriesBlock {
  padding: 0 30px;
}
body.interior-pages.staff-page div#k2Container.itemListView.staff-page table {
  margin: 0 auto 50px;
  width: 92%;
}
.admin-table .tablesorter-bootstrap thead th {
  background: #077044;
  color: #ffffff;
}
.rl_tabs > ul.nav-tabs > li.active > a:focus, .rl_tabs > ul.nav-tabs > li > a:focus, .rl_tabs.top > ul.nav-tabs > li.active > a:focus, .rl_tabs.top > ul.nav-tabs > li > a:focus {
  border-color: #ddd;
  -webkit-box-shadow: 0 0px 0px rgba(234, 176, 63, 0);
  -moz-box-shadow: 0 0px 0px rgba(234, 176, 63, 0);
  box-shadow: 0 0px 0px rgba(234, 176, 63, 0);
}
.rl_tabs.top > ul.nav-tabs > li.active > a:focus {
  border-color: #ddd #ddd transparent;
}
.clockwrapper {
  width: 100%;
  background-color: #333;
  color: white;
}
.clockwrapper h3 {
  font-size: 40px;
  text-align: center;
}
#clockContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  padding: 10px 0 30px 0;
}
#clockContainer > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  flex-direction: column;
  align-items: center;
  width: 40%;
  line-height: normal;
}
#clockContainer div > span {
  font-size: 100px;
  font-weight: 800;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding: 10px;
}
.intervalsText {
  font-size: 26px;
  font-weight: 700;
}
.rl_tabs > ul.nav-tabs > li.elect a:before {
  content: url('../../../../images/icons_elections.png');
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
}
.rl_tabs > ul.nav-tabs > li.candid a:before {
  content: url('../../../../images/icons_candidates.png');
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
}
.rl_tabs > ul.nav-tabs > li.vote a:before {
  content: url('../../../../images/icons_voters.png');
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
}
.rl_tabs > ul.nav-tabs > li.employ a:before {
  content: url('../../../../images/icons_employ.png');
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
}
.rl_tabs > ul.nav-tabs > li.key a:before {
  content: url('../../../../images/icons_dates.png');
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
}
.rl_tabs.align_justify > ul.nav-tabs {
  display: inline-block;
}
.rl_tabs.align_justify > ul.nav-tabs > li {
  display: inline-grid;
  width: 19.5%;
}
.rl_tabs.align_justify > ul.nav-tabs > li a, .rl_tabs.align_justify > ul.nav-tabs > li a:hover {
  margin-bottom: 0;
}
div.council-pages div.catItemImageBlock {
  padding: 0;
  margin: 0;
}
div.council-pages div.catItemImageBlock span.catItemImage {
  margin: 0;
}
div.council-pages div.catItemExtraFields {
  margin: 0;
  padding: 0;
  border-top: 0px dotted #fff;
}
div.council-pages h5 {
  margin: 5px 0 0;
  text-align: center;
  color: #252525;
  font-size: 22px;
  font-family: "Merriweather", serif;
  font-style: italic;
  line-height: 1.2em;
}
div.council-pages h3.catItemTitle {
  margin: 0;
  text-align: center;
}
.itemBody.row-fluid.council-member {
  padding: 30px;
}
.itemBody.row-fluid.council-member h2.itemTitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #077044;
}
body.interior-pages .itemBody.row-fluid.council-member div.itemFullText {
  padding: 0;
}
body.interior-pages .itemBody.row-fluid.council-member div.itemImageBlock {
  padding-top: 60px;
  margin: 0;
}
body.interior-pages .itemBody.row-fluid.council-member div.itemImageBlock span.itemImage {
  margin: 0;
}
body.interior-pages .itemBody.row-fluid.council-member div.itemImageBlock span.itemImage img {
  width: 100% !important;
}
.itemBody.row-fluid.council-member .itemExtraFieldsValue.ctitle {
  text-align: center;
  font-size: 22px !important;
  font-family: "Merriweather", serif;
}
.itemBody.row-fluid.council-member .itemExtraFieldsValue.cname {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 8px;
  font-size: 18px !important;
}
.itemBody.row-fluid.council-member div.itemExtraFields {
  margin: 0;
  padding: 8px;
  border-top: 0px dotted #ddd;
  text-align: center;
  line-height: 1.6em;
  border-color: #ddd;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}
.itemBody.row-fluid.council-member div.itemExtraFields .itemExtraFieldsValue {
  font-size: 15px;
}
.itemBody.row-fluid.council-member div.itemExtraFields .even {
  padding: 0 2px;
}
.rl_sliders.utilities {
  width: 65%;
}
.row-fluid.things2do p {
  margin-bottom: 0;
}
.row-fluid.things2do img {
  width: 1000%;
}
.row-fluid.things2do h4 {
  padding: 8px 30px;
  background: #077044;
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.row-fluid.things2do ul, .row-fluid.things2do ul li {
  list-style: none;
}
.row-fluid.things2do ul {
  margin-top: 0;
  padding: 0 30px;
}
.row-fluid.things2do ul li {
  background: #f38130;
  color: #fff;
  margin: 8px 0;
  text-align: center;
}
.row-fluid.things2do ul li a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  display: block;
}
div.itemListView div.componentheading, div.itemListView div.componentheadingig-news, div.genericView.ig-news div.componentheadingig-news {
  color: #077044;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "Oswald";
  margin: 0;
  text-rendering: optimizeLegibility;
}
div.catItemHeader h3.catItemTitle {
  padding-top: 0;
}
div.catItemIntroText p:first-of-type {
  margin-top: 0;
}
div.catItemIntroText p:last-of-type {
  margin-bottom: 0;
}
div.catItemReadMore {
  display: inline;
  float: right;
  background: #0076BA;
  border: 2px solid #0076BA;
  padding: 5px 10px;
  position: relative;
  margin-top: -45px;
}
div.catItemReadMore a {
  color: #fff;
}
div.catItemReadMore:hover {
  background: #fff;
}
div.catItemReadMore:hover a {
  color: #0076BA;
}
#k2Container.ig-news {
  padding: 30px;
}
#k2Container.ig-news div.itemHeader h2.itemTitle {
  padding: 0;
}
body.interior-pages #k2Container.ig-news div.itemFullText {
  padding: 0;
}
body.interior-pages #k2Container.ig-news div.itemIntroText {
  color: #252525;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  padding: 0;
}
div.itemHeader h2.itemTitle {
  padding: 30px 30px 0px;
}
.k2Pagination ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.k2Pagination ul li {
  display: inline !important;
  text-align: center;
}
div.k2Pagination ul li a.pagenav, div.k2Pagination ul li span.pagenav {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  margin: 0 2px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
}
div.k2Pagination ul li a.pagenav {
  background: #0076bd;
}
div.k2Pagination ul li span.pagenav {
  background: rgba(0, 118, 189, 0.65);
}
.k2Pagination ul li.pagination-start a.pagenav, .k2Pagination ul li.pagination-start span.pagenav {
  border-radius: 15px 0 0 15px;
  padding: 0 15px;
  width: auto;
}
.k2Pagination ul li.pagination-prev a.pagenav, .k2Pagination ul li.pagination-prev span.pagenav {
  border-radius: 0px;
  padding: 0 15px;
  width: auto;
}
.k2Pagination ul li.pagination-end a.pagenav, .k2Pagination ul li.pagination-end span.pagenav {
  border-radius: 0 15px 15px 0;
  padding: 0 15px;
  width: auto;
}
.k2Pagination ul li.pagination-next a.pagenav, .k2Pagination ul li.pagination-next span.pagenav {
  border-radius: 0px;
  padding: 0 15px;
  width: auto;
}
.hexagon {
  position: relative;
  top: 42px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 80px;
  border-radius: 1em/0.8em;
  background: url('../../../../images/hex-bkgd.png') no-repeat scroll 0% 0% / 300px auto transparent;
  z-index: 1;
  background-position: -78px 0px;
}
.hexagon span {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 1em;
}
.news div.itemList {
  margin-top: 0;
}
.news div.catItemImageBlock {
  padding: 0;
  margin: 0px;
}
.news span.catItemImage {
  margin: 0;
}
.news div.catItemBody {
  border: 1px solid #dedede;
  padding: 10px 20px;
}
.news .catItemImageBlock {
  width: 100%;
  height: 433px;
  background-position: center;
  background-size: contain;
  border-top-width: 5px;
  border-top-style: solid;
}
.news .catItemImageBlock img {
  opacity: 0;
}
.news .catItemBody h3 {
  text-align: center;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0px;
  margin-top: 24px;
  padding-bottom: 8px;
}
.news .catItemBody h3 a {
  color: #373737;
}
.news .border {
  width: 70px;
  margin: 0 auto;
  height: 1px;
  margin-top: -1px;
  margin-bottom: 15px;
}
.news div.catItemIntroText {
  padding: 0 0 30px 0;
  color: #505050;
  text-align: center;
}
.news div.catItemReadMore {
  display: block;
  margin: 0 auto 20px;
  width: 200px;
  text-align: center;
  padding: 10px 32px;
  border-radius: 30px;
  float: none;
  border-width: 0px;
}
.news div.catItemReadMore:hover {
  opacity: 0.8;
}
.news div.catItemReadMore a {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: bold;
}
.news .datecreate {
  border-top: 1px solid #dddddd;
  padding: 20px 0 3px;
  font-size: 12px;
  text-align: center;
  color: #7c7c82;
}
.news div.itemHeader {
  margin-top: 30px;
}
.news div.itemHeader h2.itemTitle {
  font-size: 1.6rem;
  line-height: 1.2em;
  border-bottom: 1px solid #edeff0;
  text-align: center;
  padding-bottom: 12px;
  display: block;
  width: 93%;
  margin: auto;
}
.news .border.op {
  width: 70px;
  margin: 0 auto;
  height: 1px;
  margin-top: -1px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
}
.news.itemView .itemDateCreated {
  border-bottom: 1px solid #edeff0;
  text-align: center;
  font-size: 0.75em;
  color: #808080;
  padding-bottom: 15px;
  margin: 0 auto 12px;
  display: block;
  width: 93%;
}
.news.itemView .itemDateCreated:before {
  content: "";
  font-family: FontAwesome;
  padding-right: 8px;
}
.news.itemView div.itemExtraFields {
  color: #7c7c82;
  display: block;
  width: 93%;
  margin: auto;
}
.news.itemView div.itemExtraFields ul {
  display: inline-block;
}
.news.itemView div.itemExtraFields ul li {
  text-transform: capitalize;
}
.news.itemView .attributed {
  font-size: 0.9em;
  color: #7c7c82;
  font-style: italic;
}
.news .itemListCategory {
  background: transparent;
  border: 0px solid #ddd;
  border-radius: 0px;
  margin: 20px 0 0px 0;
  padding: 0px;
}
.news .itemListCategory h2 {
  margin: 0;
}
body.interior-pages.news div.itemIntroText {
  color: #252252;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 30px;
}
.k2filter-field-multi h3 {
  display: none;
}
.k2filter-cell {
  margin-left: 0;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #g-navigation.uk-active .g-main-nav .g-toplevel > li {
    padding: 8px 20px 6px;
  }
}
@media (max-width: 767px) {
  #g-header .g-main-nav .g-toplevel li.g-menu-item-229, #g-header .g-main-nav .g-toplevel li.g-menu-item-230, #g-header .g-main-nav .g-toplevel li.g-menu-item-685, #g-header .g-main-nav .g-toplevel li.g-menu-item-707, #g-header .g-main-nav .g-toplevel li.g-menu-item-1144 {
    display: none;
  }
  #g-header .g-main-nav .g-toplevel {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
@media only screen and (max-width: 580px) {
  #g-header .g-main-nav .g-toplevel {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media only all and (min-width: 75rem) {
  #g-navigation.uk-active .g-main-nav .g-toplevel > li {
    padding: 8px 20px 6px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-navigation .g-main-nav .g-toplevel > li {
    padding: 40px 15px 0px;
  }
  #g-navigation.uk-active .g-main-nav .g-toplevel > li {
    padding: 10px 25px 6px;
  }
  #g-navigation.uk-active .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle) > .g-menu-item-container {
    padding: 16px 0 15px;
  }
  #g-navigation.uk-active .g-toplevel .g-menu-item .fa.fa-home {
    padding-top: 0px;
  }
  .feature-d-home, .feature-e-home {
    padding: 0 0 0 40px;
  }
  .k2ItemsBlock.popular-links ul li {
    margin: 0 8px 14px 8px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-navigation .g-main-nav .g-toplevel > li {
    padding: 40px 12px 0px;
  }
  #g-navigation .g-toplevel .g-menu-item-title {
    font-size: 14px;
  }
  div.itemExtraFields.res-contact {
    width: 45%;
  }
  #g-navigation.uk-active .g-main-nav .g-toplevel > li {
    padding: 10px 8px 6px;
  }
  #g-navigation.uk-active .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle) > .g-menu-item-container {
    padding: 16px 0 15px;
  }
  #g-navigation.uk-active .g-toplevel .g-menu-item .fa.fa-home {
    padding-top: 0px;
  }
  .feature-d-home, .feature-e-home {
    padding: 0 0 0 40px;
  }
  .k2ItemsBlock.popular-links ul li {
    margin: 0 8px 14px 8px;
  }
  #g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.6rem 0.438rem;
    font-size: 12px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-navigation .g-main-nav .g-toplevel > li {
    padding: 40px 8px 0px;
  }
  #g-navigation .g-toplevel .g-menu-item-title {
    font-size: 14px;
  }
  .uk-sticky-placeholder, #g-navigation {
    display: none;
  }
  .off-menu_146 .sm-logo img {
    width: 50%;
  }
  div#n2-ss-2 [data-mode="fit"] .n2-ss-background-image {
    background-size: cover !important;
  }
  #g-header, #g-header .g-container, #g-header .g-grid {
    height: 50px;
  }
  .upcoming table.mod_events_latest_table tr {
    width: 100%;
  }
  #g-feature.feature-alt .g-content {
    padding: 0;
  }
  .g-block .moduletable.ig-box {
    border-right: 0px solid #aaa;
  }
  .feature-d-home h2 {
    text-align: center;
  }
  .k2ItemsBlock.popular-links ul li {
    width: 95%;
  }
  .feature-d-home, .feature-e-home {
    margin: 8px 0;
  }
  #g-main.interior-main .g-block.size-25 {
    margin: 0;
  }
  #g-main.interior-main .g-block.size-25 .g-content {
    padding: 0;
    margin: 0;
  }
  body.interior-pages div.itemFullText img {
    margin: 0 0 20px 0 !important;
    float: left !important;
    width: 400px;
  }
  #droppicsgallery29.droppicsgallerydefault .wimg {
    width: 100% !important;
  }
  div.itemExtraFields.res-contact, .catItemExtraFields.res-group-contact {
    width: 90%;
    float: none;
    margin: auto;
  }
  .rl_sliders.utilities {
    width: 100%;
  }
  .jevbootstrap h2 {
    font-size: 22.5px;
  }
  #jevents_body h2.ig-evtitle {
    font-size: 1.25em;
  }
  #jevents_body p.ig-evdate, #jevents_body p.ig-evloc {
    font-weight: bold;
    color: #000;
  }
  #jevents_body p.ig-evdesc {
    margin: 10px 0 20px;
    font-size: 14px;
  }
  .jev_listrowblock .jev_daysnames {
    width: 96% !important;
    border-width: 1px;
  }
  a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {
    font-size: 14px !important;
  }
  div.catItemReadMore {
    margin-top: 0px;
  }
  .n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image + .n2-ss-slide-background-image, .n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image {
    background-size: cover !important;
  }
  div#n2-ss-2 .n2-ss-slider-1 {
    height: 300px !important;
  }
  .moduletable.alert1 .custom.alert1 {
    display: block;
    padding: 110px 48px 0;
    height: 220px;
  }
  .moduletable.alert1 .custom.alert1 h3 {
    font-size: 16px;
  }
  div#k2Container.itemListView.cat-taxsales .catItemExtraFields ul li {
    flex-direction: column;
  }
}
@media only all and (max-width: 30rem) {
  .uk-sticky-placeholder, #g-navigation {
    display: none;
  }
  .off-menu_146 .sm-logo img {
    width: 40%;
  }
  div#n2-ss-2 [data-mode="fit"] .n2-ss-background-image {
    background-size: cover !important;
  }
  #g-header, #g-header .g-container, #g-header .g-grid {
    height: 50px;
  }
  .upcoming table.mod_events_latest_table tr {
    width: 100%;
  }
  #g-feature.feature-alt .g-content {
    padding: 0;
  }
  .g-block .moduletable.ig-box {
    border-right: 0px solid #aaa;
  }
  .feature-d-home h2 {
    text-align: center;
  }
  .k2ItemsBlock.popular-links ul li {
    width: 95%;
  }
  .feature-d-home, .feature-e-home {
    margin: 8px 0;
  }
  #g-main.interior-main .g-block.size-25 {
    margin: 0;
  }
  #g-main.interior-main .g-block.size-25 .g-content {
    padding: 0;
    margin: 0;
  }
  body.interior-pages div.itemFullText img {
    margin: 0 0 20px 0 !important;
    float: left !important;
    width: 400px;
  }
  div.itemExtraFields.res-contact, .catItemExtraFields.res-group-contact {
    width: 90%;
    float: none;
    margin: 24px auto;
  }
  #g-header .g-main-nav ul.g-toplevel li.g-menu-item-323, #g-header .g-main-nav ul.g-toplevel li.g-menu-item-229, #g-header .g-main-nav ul.g-toplevel li.g-menu-item-230, #g-header .g-main-nav ul.g-toplevel li.g-menu-item-685 {
    display: none;
  }
  body.interior-pages #g-main .g-container .g-grid .g-block.size-75 .g-content {
    margin: 0 0 30px 0;
  }
  h2 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
  h3 {
    font-size: 1.15rem;
  }
  body.interior-pages.res-schools div#k2Container.itemListView.res-schools, body.interior-pages.churches div#k2Container.itemListView.churches, body.interior-pages.staff-page div#k2Container.itemListView.staff-page, body.interior-pages.biz-listing div#k2Container.itemListView.biz-listing {
    background-size: contain;
    padding-top: 130px;
  }
  a.droppicssingleimage {
    display: block;
    width: 100%;
    margin: auto;
  }
  a.droppicssingleimage img {
    width: 90%;
    margin: 9px auto !important;
    float: none !important;
    display: block;
  }
  .rl_sliders.utilities {
    width: 100%;
  }
  .jevbootstrap h2 {
    font-size: 22.5px;
  }
  #jevents_body h2.ig-evtitle {
    font-size: 16px;
  }
  #jevents_body p.ig-evdate, #jevents_body p.ig-evloc {
    font-weight: bold;
    color: #000;
  }
  #jevents_body p.ig-evdesc {
    margin: 10px 0 20px;
    font-size: 14px;
  }
  .jev_listrowblock .jev_daysnames {
    width: 96% !important;
    border-width: 1px;
  }
  a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {
    font-size: 14px !important;
  }
  div.catItemReadMore {
    margin-top: 0px;
  }
  .componentheadingbiz-listing {
    font-size: 1.3rem;
  }
  .n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image + .n2-ss-slide-background-image, .n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image {
    background-size: cover !important;
  }
  div#n2-ss-2 .n2-ss-slider-1 {
    height: 300px !important;
  }
  .moduletable.alert1 .custom.alert1 {
    display: block;
    padding: 110px 48px 0;
    height: 220px;
  }
  .moduletable.alert1 .custom.alert1 h3 {
    font-size: 16px;
  }
  div#k2Container.itemListView.cat-taxsales .catItemExtraFields ul li {
    flex-direction: column;
  }
}
@media only all and (min-width: 60rem) {
  #g-navigation.uk-active .g-main-nav .g-toplevel > li {
    padding: 8px 20px 6px;
  }
}
/*# sourceMappingURL=custom_15.css.map */