/**************************
TYPOGRAPHY - START
**************************/
/*General - START*/
html, body, label {
  color: #3f5263;
}

body {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

h1, .h1 {
  font-size: 1.8rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.4rem;
}

h4, .h4 {
  font-size: 1.3rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1.1rem;
}

.lead {
  font-size: 20px;
  font-weight: 600;
}

ol, ul {
  margin-left: 40px;
}

.section-title {
  font-weight: 700;
}

.element-breadcrumbs {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.body-content img.alignnone, .body-content img.aligncenter, .body-content img.alignleft {
  margin-bottom: 20px;
}

.body-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.body-content img.alignleft {
  float: left;
  margin-right: 20px;
}

.body-content img.alignright {
  float: right;
  margin-left: 20px;
}

@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

.hero .hero-bg-overlay {
  display: none;
}

.wp-caption {
  background: #fff;
  padding: 0;
}

body .default-section .slick-arrow:before, body .grey-section .slick-arrow:before, body .light-section .slick-arrow:before {
  color: #000;
}

.hic-box.box-link .hic-title h3,
.hic-box.box-link .hic-blurb p {
  color: #535353;
}

.header-transparent .top-header button {
  cursor: pointer;
}

.header .dropdown.menu.medium-horizontal>li .is-dropdown-submenu li a {
  font-size: 15px;
}

.header .dropdown.menu.medium-horizontal>li .is-dropdown-submenu li.active a {
  background-color: rgba(36, 63, 127, 0.1);
  color: #fff;
}

.default-alignment .section-header, .default-alignment .section-footer {
  text-align: center;
}

.box-border.image-above-content .hic-image {
  margin-bottom: 0;
}

.accordion-element.yellow-border .accordion-title,
.accordion-element.yellow-border :last-child:not(.is-active)>.accordion-title {
  border-bottom: 2px solid #f0b924;
}

.accordion-element.blue-border .accordion-title,
.accordion-element.blue-border :last-child:not(.is-active)>.accordion-title {
  border-bottom: 2px solid #00abe6;
}

.accordion-element.green-border .accordion-title,
.accordion-element.green-border :last-child:not(.is-active)>.accordion-title {
  border-bottom: 2px solid #a0ce4e;
}

/*General - END*/
/**************************
TYPOGRAPHY - END
**************************/
/**************************
BUTTONS - START
**************************/
.button {
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

/*************************
BUTTONS - END
**************************/
/*************************
HELPERS - START
**************************/
/*Lists - START*/
.checklist li, .page-element.checklist ul li {
  padding-left: 26px;
}

.checklist li:before, .page-element.checklist ul li:before {
  font-weight: 900;
}

ol.steps-list, .page-element.steps-list ol {
  padding: 0;
}

ol.steps-list li, .page-element.steps-list ol li {
  padding: 20px 15px 20px 75px;
}

ol.steps-list li:before, .page-element.steps-list ol li:before {
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  margin-top: -3px;
  font-weight: bold;
  text-align: center;
}

/*Lists - END*/
/*No Border Table - START*/
.page-element table.no-border {
  margin: 0 0 32px;
}

.page-element table.no-border th {
  padding: 2px 14px 2px 0;
}

.page-element table.no-border td {
  padding: 2px 8px;
}

/*No Border Table - END*/
/*Slope - START*/
.slope-top-left-right, .slope-top-right-left, .slope-bottom-left-right, .slope-bottom-right-left {
  position: relative;
}

.slope-top-left-right:before, .slope-top-right-left:before, .slope-bottom-left-right:after, .slope-bottom-right-left:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 85px solid transparent;
  border-bottom: 85px solid transparent;
}

.slope-top-left-right:before, .slope-top-right-left:before {
  top: -85px;
}

.slope-bottom-left-right:before, .slope-bottom-right-left:after {
  bottom: -85px;
}

.slope-top-left-right:before, .slope-bottom-right-left:after {
  border-right: 100vw solid #fff;
}

.slope-top-right-left:before, .slope-bottom-left-right:after {
  border-left: 100vw solid #fff;
}

.modal-element .search-form input {
  margin-bottom: 0;
  height: 100%;
}

.modal-element .search-form .input-group {
  height: 50px;
}

/*Slope - END*/
/*************************
HELPERS - END
**************************/
/**************************
HEADER - START
**************************/
.header-transparent .top-header,
.header-transparent .top-header a {
  color: #FFF;
}

.header-transparent .top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .top-header .menu a {
  font-size: 13px;
  padding-left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.header .top-header .menu {
  text-align: left;
  display: inline-block;
  width: auto;
}

.header .top-header ul li.social-icon {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0;
}

.header .top-header ul li.social-icon a {
  padding: 5px 0;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
}

.header-transparent .top-header {
  background-color: #333333;
  color: #fff;
}

.header .top-header .menu a {
  border-right: 1px solid #fff;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.header .top-header .menu li:last-child a {
  border-right: 0;
}
.header .top-header .menu a {
  color: #fff !important;
}

.header .top-header .menu li.active a, .header .top-header .menu a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.header .top-header ul.menu.top-right-menu {
  text-align: right;
}

.header .top-header ul.menu.top-right-menu a {
  border: 0;
  font-size: 14px;
}

.header-default-color .header .top-header, .header-light .header .top-header {
  background: #16aae2;
  color: #fff;
}

.header-default-color .top-header ul.top-right-menu li button, .header-light .top-header ul.top-right-menu li button {
  color: #fff;
}

.header-default-color .header .top-header ul.menu.top-right-menu a, .header-light .header .top-header ul.menu.top-right-menu a {
  color: #fff;
}

.header .logo-wrap {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}

.header .logo-wrap .no-logo {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}

.header-transparent .header .top-bar {
  -webkit-box-shadow: inset -23px 88px 57px -23px rgba(51, 51, 51, 1);
  -moz-box-shadow: inset -23px 88px 57px -23px rgba(51, 51, 51, 1);
  box-shadow: inset -23px 88px 57px -23px rgba(51, 51, 51, 1);
}

.header .top-bar .top-bar-right.hide-for-large {
  margin-top: 10px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone i {
  font-size: 22px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
  display: none;
}

.header .top-bar-right.show-for-large {
  margin-top: 10px;
}

.header .top-bar .menu a {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
}

.header-transparent .header .top-bar .menu a {
  text-shadow: 1px 1px 2px #444;
}

.header-default-color .header .top-bar .menu a, .header-light .header .top-bar .menu a {
  color: #202e61;
  font-weight: 600;
}

.header-default-color .header .top-bar .menu>li.active a, .header-default-color .header .top-bar .menu>li a:hover, .header-default-color .header .top-bar .menu>li a:focus,
.header-light .header .top-bar .menu>li.active a, .header-light .header .top-bar .menu>li a:hover, .header-light .header .top-bar .menu>li a:focus {
  color: #16aae2;
}

.header-transparent .header .top-bar .menu>li.active a, .header-transparent .header .top-bar .menu>li a:hover, .header-transparent .header .top-bar .menu>li a:focus {
  color: #fff;
}

.header .top-bar .dropdown.menu.medium-horizontal>li.active.is-dropdown-submenu-parent .is-dropdown-submenu {
  border-top: 2px solid #fff;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
  padding-left: 0;
  margin-right: 20px;
  border: 0;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f107';
  font-weight: normal;
  border: none;
  right: 14px;
  margin-top: -8px;
}

.header .dropdown.menu.medium-horizontal>li .is-dropdown-submenu li a {
  padding: 10px 16px;
  background-color: rgba(250, 250, 250, 0.85);
  font-size: 16px;
  font-weight: 300;
  text-shadow: none;
  color: #243f7f;
  line-height: 1.2;
}

.header .dropdown.menu.medium-horizontal>li .is-dropdown-submenu li a:hover {
  border: 0;
  background-color: #243f7f;
  color: #fff;
}

.header .top-bar .menu .is-active.is-dropdown-submenu-parent>a,
.header .top-bar .menu .is-dropdown-submenu li a:hover {
  color: #fff;
}

.header .top-bar .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.is-active>a, .header .top-bar .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.is-active>a::after {
  color: #fff;
}

body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  color: #fff;
}

@media(max-width: 1023px) {
  .header-transparent .top-header {
    display: none;
  }

  .header .top-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
  }

  .off-canvas.is-open {
    background: #404040;
  }

  .header .top-bar .top-bar-right.hide-for-large .menu .phone i {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .header.header-layout-1 .top-bar .top-bar-left {
    width: 22%;
  }

  .header.header-layout-1 .top-bar .top-bar-right {
    margin-top: 12px;
  }

  .header-transparent .header.header-layout-1 .top-bar .top-bar-right {
    margin-top: 5px;
  }

  .header .menu .submenu li a:hover {
    padding-left: 15px;
  }

  .header-transparent .header .top-bar {
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .header-transparent .hero .hero-banner-message {
    margin-top: 116px;
  }
}

@media (max-width: 1279px) {
  .header .top-header ul li:not(:last-child) {
    margin-right: 0px;
  }
}

/* Sticky Header - START*/
.sticky-header.scrolled .header {
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .35);
}

.sticky-header .header .logo-wrap {
  width: 100%;
  transition: all 1s;
}

.sticky-header.scrolled .header .logo-wrap {
  width: 80%;
  transition: all 1s;
}

/* Sticky Header - END*/
/**************************
HEADER - END
**************************/
/**************************
MOBILE MENU - START
**************************/
.off-canvas .menu li.is-accordion-submenu-item a {
  padding-left: 30px;
}

.off-canvas .menu a {
  color: #fff;
  font-weight: 700;
}

.off-canvas .menu-button {
  margin-left: 0;
}

/**************************
MOBILE MENU - END
**************************/
/**************************
HERO - START
**************************/
.header-transparent.with-top-header .hero.short-banner {
  min-height: 425px;
}

.hero .hic-button-wrap .button {
  margin: 1rem 0 0;
  min-width: 140px;
}

.hero .hero-banner-message .secondary-white-button {
  margin-left: 20px;
}

.hero .hero-banner-message h1, .hero .article-header h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 0;
}


.hero .hero-banner-message, .hero .article-header h1 {
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  color: #fff;
  text-shadow: none;
  width: fit-content;
  width: -moz-fit-content;
}

.hero .article-header h1 {
  padding: 20px;
}

.hic-sitemap {
  background-color: #f9f9f9;
  margin-bottom: 24px;
}

.hic-sitemap .category:before,
.hic-sitemap .no-post:before {
  display: none;
}

.hic-sitemap .no-post {
  font-style: italic;
}

.hic-sitemap .category {
  font-weight: 700;
  padding: 16px 0;
  display: table;
}

.sitemap-items {
  margin-left: 0;
}

.hic-sitemap .hic-content {
  padding: 8px 16px 16px;
}

@media (min-width: 641px) {
  .hero.slider-carousel-banner .default-alignment .hero-banner-message, .hero.slider-carousel-banner .text-left .hero-banner-message {
    max-width: 400px;
    margin-left: 10%;
  }

  .hero .hero-banner-message h1, .hero .article-header h1 {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .hic-sitemap .category a {
    font-size: 24px;
  }

  .hic-sitemap .hic-content {
    padding: 0 24px 24px;
  }

  .hic-sitemap {
    margin-bottom: 34px;
  }

  .hero.slider-carousel-banner.default-height {
    min-height: 500px;
  }

  .header-transparent.page-banner-hidden .page-element:first-child {
    padding-top: 140px;
  }
  .hero .hero-banner-message h1 {
    font-size: 60px;
  }
  .hero .article-header h1 {
    font-size: 60px;
  }

  .header-transparent .hero .hero-banner-message {
    margin-top: 60px;
  }

  .hero .hero-banner-message {
    max-width: 800px;
  }

  .error404 .hero .hero-banner-message {
    padding: 32px;
  }
}

@media (min-width: 1280px) {
  .hero .hero-banner-message h1{
    font-size: 75px;
  }
  .hero .article-header h1 {
    font-size: 75px;
  }

  .hero.slider-carousel-banner.default-height {
    min-height: 536px;
  }

  .hero .hero-banner-message {
    max-width: 850px;
  }
	.page-banner .hero-banner-message h1 {
    	font-size: 50px;
	}
}

@media all and (max-width: 768px) {
  .hero .hero-banner-message .hero-subtitle {
    font-size: 16px;
    max-width: 380px;
  }
}

/**************************
HERO - END
**************************/
/**************************
PAGE ELEMENTS - START
**************************/
.page-element {
  padding: 30px 0;
}

.page-elements>.page-element.default-section:not(.has-bg-img)+.page-element.default-section:not(.has-bg-img),
.page-elements>.page-element.light-section+.page-element.light-section, .page-elements>.page-element.grey-section+.page-element.grey-section,
.page-elements>.page-element.dark-section+.page-element.dark-section, .page-elements>.page-element.theme-section+.page-element.theme-section {
  padding-top: 0;
}

/*Columns - START*/
.page-element.flexible-content li,
.accordion-element .accordion-content li,
.page-element.post-content li,
.page-content-element li,
.tabs-content .tabs-panel li,
.accordion-content li {
  list-style-type: none;
  position: relative;
}

.page-element.flexible-content li:before,
.accordion-element .accordion-content li:before,
.page-element.post-content li:before,
.page-content-element li:before,
.tabs-content .tabs-panel li:before,
.accordion-content li:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f105';
  position: absolute;
  left: -15px;
  top: 0;
}

/*Columns - END*/
/*General - START*/
.page-element.grid .section-body {
  margin-bottom: 0;
}

.dark-section, .theme-section {
  color: #fff;
}

.page-element.has-bg-img {
  color: #fff;
}

.page-element.has-bg-img .bg-image:before {
  background-color: rgba(10, 0, 0, .15);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.section-header {
  margin-bottom: 20px;
}

.default-alignment.content-box-element .section-header,
.default-alignment.content-box-element .section-footer,
.default-alignment.post-element .section-header,
.default-alignment.post-element .section-footer {
  text-align: center;
}

.page-element .grid .cell:not(:last-child) .hic-box {
  margin-bottom: 30px;
}

.page-element.box-shadow .hic-box {
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, .15);
}

.page-element.box-border .hic-box {
  border: 1px solid rgb(112, 112, 112);
}

.hic-image:before, .gallery-image:before {
  content: "";
  width: 100%;
  height: auto;
  padding-top: 45%;
  display: block;
}

.image-overlay-content .hic-box {
  position: relative;
  border: 0;
}

.image-overlay-content .hic-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  margin-bottom: 0;
  padding: 10px 0;
  border-top: 2px solid;
  color: #fff;
}

.image-overlay-content .hic-title h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.image-overlay-content .hic-title h3::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  position: relative;
  left: 5px;
}

.hic-title h3 {
  margin-bottom: 0;
}

.white-titles .hic-title h3 {
  color: #fff !important;
}

.white-boxes .hic-box {
  background-color: #fff;
  color: inherit;
}

.hic-box .hic-content .hic-title h3 {
  font-size: 18px;
  font-weight: bold;
}

.hic-box.title-border .hic-content .hic-title {
  border-top: 3px solid #777;
  border-bottom: 3px solid #777;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}

.hic-box.title-border .hic-content .hic-title h3 {
  margin: 0;
}

.hic-box.border-green .hic-content .hic-title {
  border-color: #78b342;
}

.hic-box.border-orange .hic-content .hic-title {
  border-color: orange;
}

.hic-box.border-purple .hic-content .hic-title {
  border-color: purple;
}

.hic-blurb {
  margin-top: 10px;
}

/* HIC IMAGE ABOVE CONTENT */
.grey-section.image-above-content .hic-box {
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, .15);
  background-color: #fff;
}

.grey-section.image-above-content .hic-image {
  margin-bottom: 10px;
}

.image-above-content .hic-content, .white-boxes .hic-content, .grey-boxes .hic-content, .box-shadow .hic-content, .box-border .hic-content {
  padding: 15px;
}

.useful-links .hic-blurb a {
  text-decoration: underline;
}

/* HIC VIDEO BOX */
.hic-video-box .hic-image::before {
  content: '';
  display: block;
  padding-top: 60%;
}

.hic-video-box .hic-image {
  height: auto;
  position: relative;
}

.hic-video-box {
  position: relative;
  margin-bottom: 30px;
}

.hic-video-box .hic-content * {
  color: #fff;
}

.hic-video-box .hic-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 30px;
}

.video-play-container .video-play-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 12px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.video-play-container {
  width: 50px;
  height: 50px;
  background-color: rgba(26, 26, 26, .75);
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.page-element.stats-boxes {
  padding: 15px 0 0;
}

.page-element.stats-boxes.grid .section-body .cell {
  margin-bottom: 0;
}

.page-element.stats-boxes .hic-title h3 {
  font-size: 38px;
}

.page-element.stats-boxes .hic-title h3 sup {
  top: -13px;
  font-size: 50%;
}

.icon-above-content .hic-icon img {
  margin-bottom: 15px
}

.icon-above-content.default-section .hic-title, .icon-above-content.grey-section .hic-title, .icon-above-content.light-section .hic-title {
  color: #0c1a24;
  margin-bottom: 25px;
}

.icon-above-content .hic-box .hic-content .hic-title h3 {
  font-size: 24px;
}

.icon-above-content .hic-box .hic-content .hic-blurb {
  font-size: 16px;
}

.main-categories.page-element.grid {
  padding-bottom: 30px;
}

@media (min-width: 641px) {
  .page-element {
    padding: 50px 0;
  }

  .page-element .section-title {
    font-size: 26px;
  }

  .image-left-content .hic-content {
    padding-left: 30px;
  }

  .image-right-content .hic-content {
    padding-right: 30px;
  }

  .page-element.image-left-content.then-right .grid .hic-box, .page-element.image-right-content.then-left .grid .hic-box {
    margin-bottom: 0;
  }

  .image-left-content.then-right .grid .hic-content, .image-right-content.then-left .grid .hic-content {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: left;
  }

  .icon-above-content .hic-box .hic-content .hic-title h3 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .page-element .section-title {
    font-size: 30px;
  }

  .page-element {
    padding: 60px 0;
  }

  .page-element.stats-boxes .hic-title h3 {
    font-size: 60px;
  }

  .page-element.stats-boxes .hic-title h3 sup {
    top: -20px;
  }
}

@media (max-width: 640px) {
  .page-element.stats-boxes .grid-x>.medium-6 {
    width: 50%;
  }

  .page-element.stats-boxes .hic-blurb {
    font-size: 14px;
  }

  .main-categories.page-element.grid {
    padding: 0;
  }

  .icon-above-content.grid .section-body .cell {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icon-above-content.grid .section-body .cell:nth-child(odd) {
    background-color: #fff;
  }

  .icon-above-content.grid .hic-button-wrap .button {
    margin-bottom: 0;
  }
}

/*General - END*/
/*Grid Layouts - START*/
.page-element.grid-layout-1 .section-body.grid .cell:not(:last-child) .hic-box {
  margin-bottom: 12px;
}

.page-element.grid-layout-1 .section-body.grid .hic-image {
  height: 275px;
}

@media (min-width: 641px) {
  .grid-layout-1 .grid-x>.medium-4:first-child {
    width: 66.66667%;
  }

  .page-element.grid-layout-1 .section-body.grid {
    padding-left: 9px;
    padding-right: 9px;
  }

  .page-element.grid-layout-1 .section-body.grid .cell {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*Grid Layouts - END*/
/*sitemap*/
.hic-sitemap h3.header-style-1 {
  border-color: #243f7f;
  font-weight: 700;
}

/**************************
PAGE ELEMENTS - END
**************************/
.page-element.accordion-element+.page-element.accordion-element:not(:last-child) {
  padding-bottom: 30px;
}

.page-element.accordion-element .section-header {
  margin-bottom: 5px;
}

.page-element.accordion-element .section-title {
  font-size: 18px;
  text-transform: uppercase;
}

.accordion-element .accordion-title {
  border: 0;
  border-bottom: 1px solid #f5f4f1;
  font-size: 18px;
  color: #444 !important;
  padding: 15px 15px 15px 60px;
  font-weight: 700;
}

.accordion-element .accordion-item.is-active>.accordion-title, .accordion-element :last-child:not(.is-active)>.accordion-title {
  border-bottom: 0
}

.accordion-element .accordion-title:hover, .accordion-element .is-active .accordion-title {
  background-color: #fff !important;
}

.accordion-element .accordion-title:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
  font-size: 34px;
  width: 30px;
  height: 30px;
  background: #d6243c;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
}

.accordion-element .accordion-content {
  background-color: #fff;
  border: 0;
  padding-left: 60px;
}

.accordion-element .accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-element .is-active .accordion-content {
  border-bottom: 1px solid #f5f4f1;
}

.accordion-purple-border.accordion-title {
  border: 0;
  border-bottom: 2px solid #723996;
}

.accordion-orange-border .accordion-title,
.accordion-orange-border :last-child:not(.is-active)>.accordion-title {
  border-color: #f48044 !important;
}

.accordion-orange-border .accordion-title:hover,
.accordion-orange-border .is-active .accordion-title {
  color: #f48044 !important;
}

@media(min-width: 1024px) {
  .accordion-title {
    font-size: 22px;
    padding-right: 34px;
    line-height: 1.4;
  }
}

/**************************
ENTRY CONTENT - START
**************************/
.entry-content .wp-post-image {
  margin-bottom: 20px;
}

.post-byline li {
  display: inline-block;
  margin-right: 8px;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  line-height: 1;
  color: #8e8e8e;
  font-size: 14px;
}

.post-byline li:last-child {
  border-right: none;
}

/**************************
ENTRY CONTENT - END
**************************/
/**************************
SIDEBAR - START
**************************/
.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar .widgettitle {
  font-weight: 600;
}

.sidebar li a {
  color: inherit;
  font-weight: 300;
  padding: 6px 15px;
  display: block;
  border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 1024px) {
  .page-element.has-sidebar {
    padding: 0;
  }

  .page-element.has-sidebar .main-content, .page-element.has-sidebar .sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sidebar {
    width: 300px;
  }

  .has-sidebar .main-content {
    width: calc(100% - 360px);
  }

  .sidebar-right .main-content {
    padding-right: 30px;
  }

  .sidebar-right .sidebar {
    border-left: 1px solid #e9e9e9;
    padding-left: 0;
  }

  .sidebar-right .sidebar .widgettitle {
    padding-left: 15px;
  }

  .sidebar-right .sidebar li {
    padding: 0;
  }
}

/**************************
SIDEBAR - END
**************************/
/**************************
FORMS - START
**************************/
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url],
[type=week], textarea {
  box-shadow: none;
}

input[type]:focus, textarea:focus {
  border: 1px solid #cacaca;
}

label {
  font-weight: 600;
}

.gform_wrapper .gform_title {
  font-size: 32px;
  text-transform: uppercase;
}

.gform_wrapper .gfield_label {
  font-weight: 700;
}

.gform_validation_container.gfield_visibility_visible {
  display: none !important;
}

.gfield.hidden_label label.gfield_label {
  display: none;
}

.gfield .ginput_container span input {
  margin-bottom: 0;
}

.gfield .ginput_container span label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}

.gform_wrapper .gform_body ul li:before {
  display: none !important;
}

.gform_wrapper label {
  font-size: 17px;
}

.gform_wrapper .gfield_radio label {
  font-weight: normal;
}

.gform_wrapper .gform_footer {
  margin-top: 20px;
}

.print-button {
  border: 1px solid #535353 !important;
  background-color: transparent !important;
  text-shadow: none;
  color: #535353 !important;
  font-size: 17px;
  font-weight: 600;
}

.field-consent,
.consent-email {
  background-color: #f2f2f2;
  max-width: 708px;
}

.field-consent {
  padding: 10px;
  margin-top: 30px;
}

.consent-email {
  padding: 0px 20px 10px;
  margin-bottom: 30px;
}

form .notice-content {
  background-color: #f2f2f2;
  margin: 16px 0;
  padding: 5px 10px;
}

/**************************
FORMS - END
**************************/
/*TEMP CSS - START*/
.footer-head {
  display: none;
}

/*TEMP CSS - END*/
/*************************
Find my location
*************************/
.page-find-my-council .council-map iframe {
  max-width: 1000px;
  height: 600px;
}

.search-form .select2-selection__arrow::before {
  content: '\f002';
  position: absolute;
  width: 20px;
  height: 20px;
  font-family: 'Font Awesome 5 Pro';
  right: 9px;
  top: 10px;
  color: #7d7d7d;
}

.page-find-my-council .select2-container--default .select2-selection--single {
  height: 50px;
}

.page-find-my-council .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.page-find-my-council .council-content {
  padding-top: 20px;
}

.page-find-my-council .council-map {
  margin-top: 90px;
}

.page-find-my-council .select2-container {
  width: 100% !important;
}

.page-element.local-council-results {
  padding-top: 30px;
  margin-top: 25px;
}

.page-element.local-council-results>.inner-section {
  position: relative;
}

.local-council-results::before {
  content: '';
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fbfbfb;
}

.page-find-my-council .council-content .directory-details h3 {
  font-size: 28px;
}

.page-find-my-council .select2-container--default .select2-selection--single {
  border-radius: 0;
}

.select2-container {
  text-align: left;
  max-width: 900px;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 15px;
}

.council-content {
  padding-top: 30px;
}

.council-content-header {
  margin: 20px 0;
}

.council-map iframe {
  width: 100%;
  margin-bottom: 25px;
}

.council-content .directory-details .cell {
  margin-bottom: 25px;
  margin-left: -24px;
  margin-right: -24px;
}

.council-content .directory-details .cell h3.uppercase {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.council-content .directory-details .cell div {
  margin-bottom: 20px;
}

.council-content .directory-details .table-inline-block tbody {
  border: 0;
}

.search-form .search-location.button {
  margin-top: 25px;
}

.council-content .directory-details .cell div table tr td div {
  margin-bottom: 0;
}

.senior-staff-title b::after {
  content: ':';
}

.search-form .button.search-location {
  margin-top: 25px;
}

.table-inline-block {
  background: transparent;
  width: auto;
}

.table-inline-block {
  margin: 0px
}

.table-inline-block tbody {
  background: transparent;
}

.table-inline-block tbody tr td {
  padding: 0px;
  background: transparent;
}

.wp-block-table table {
  margin-bottom: 30px;
}

.wp-block-table:not(.is-style-stripes) tbody tr:first-child, .wp-block-table.is-style-regular tbody tr:first-child {
  font-weight: 600;
  background: #f3f3f3;
  color: #0a0a0a;
}

.wp-block-table:not(.is-style-stripes) tbody tr:not(:first-child) td, .wp-block-table.is-style-regular tbody tr:not(:first-child) td {
  padding: 12px 20px;
}

.wp-block-table:not(.is-style-stripes) tbody tr:first-child td, .wp-block-table.is-style-regular tbody tr:first-child td {
  padding: 20px;
}

.wp-block-table:not(.is-style-stripes) tbody tr td, .wp-block-table.is-style-regular tbody tr td {
  border: 1px solid #dcdcdc;
  max-width: 840px;
}

.wp-block-table:not(.is-style-stripes) tbody tr:nth-child(2n), .wp-block-table.is-style-regular tbody tr:nth-child(2n) {
  background: transparent;
}

.wp-block-table:not(.is-style-stripes) tbody tr td:nth-child(2n), .wp-block-table.is-style-regular tbody tr td:nth-child(2n) {
  text-align: right;
}

.wp-block-table.is-style-stripes {
  border-bottom: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.wp-block-table.is-style-stripes td {
  border: 1px solid #dcdcdc;
  padding: 12px 20px;
}

.wp-block-table+.wp-block-table.is-style-stripes {
  margin-top: -30px;
}

.wp-block-table+.wp-block-table.is-style-stripes td {
  border-top: 0;
}

@media (max-width: 640px) {
  .council-map iframe {
    height: 350px;
  }
}

@media (min-width: 1024px) {
  .council-content-header h3 {
    font-size: 32px;
    font-weight: 600;
  }

  .council-map iframe {
    width: 100%;
    margin-bottom: 40px;
  }

  .council-content .directory-details .cell {
    margin-bottom: 50px;
  }

  .council-content .directory-details .cell h3.uppercase {
    font-size: 28px;
  }
}

/**************************
Directory LIsting - START
**************************/
.directory-listing .grid-padding-x>.accordion-container {
  padding-left: 0;
  padding-right: 0;
}

.directory-listing .accordion-item .accordion-content .accordion-item:before {
  display: none;
}

.directory-listing .accordion-item .accordion-content .accordion {
  padding: 0;
}

.directory-listing .accordion-item .accordion-content .accordion-title {
  border-bottom: 0;
  padding: 0;
  font-size: 17px;
  color: #243f7f !important;
  margin-bottom: 3px;
}

.directory-listing .accordion-item .accordion-content .accordion-title:before {
  font-size: 12px;
  content: "Show Details";
  color: #555;
}

.directory-listing .accordion-item .accordion-content .is-active>.accordion-title:before {
  content: "Hide Details";
}

.directory-listing .accordion-content .accordion .accordion-content {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #f7f7f7;
}

.directory-listing .accordion-content .accordion .accordion-content h3 {
  font-size: 16px;
}

.directory-listing .accordion-content .table-inline-block tbody, .directory-listing .accordion-content .table-inline-block tbody tr td {
  border: 0;
}

.directory-listing .tabs-title {
  width: 100%
}

.page-element.flexible-content .directory-listing ul li:before {
  display: none
}

.directory-listing .tabs-panel {
  padding: 0px
}

/*****
404
*********/
.error404 .hero-banner-message {
  margin-left: auto !important;
  margin-right: auto !important;
}

.error404 .hero-banner-message h4 a {
  color: #fff !important;
  text-decoration: underline;
}

/**************************
MODAL - START
**************************/
.reveal {
  padding: 35px;
}

.reveal .button {
  margin-bottom: 0;
}

#modal-elem-0 .modal-title{
	text-align: center;
	font-weight: 700;
	display: none;
}

#modal-elem-0 .gform_page_footer{
	text-align: center;
}

#modal-elem-0 .gform_page_footer input.button{
	background-color: #d6243c;
	min-width: 150px;
}

#modal-elem-0 .gform_body label{
	line-height: 1.2;
	margin-bottom: 20px;
}


#gform_confirmation_message_5{
	text-align: center;
    font-size: 20px;
}

#gform_confirmation_message_5 h2{
	font-size: 28px;
	font-weight: 700;
}

#gform_confirmation_message_5 br{
	display: none;
}

#gform_confirmation_wrapper_5{
	background-color: #f2f2f2;
    padding: 25px;
}

#modal-elem-0 .gfield_html h2{
	text-align: center;
	font-weight: 700;
	font-size: 28px;
}

#gform_wrapper_5{
	background-color: transparent;
	padding: 0;
}

#gform_wrapper_5 .gfield_contains_required{
	background-color: #f2f2f2;
    padding: 30px;
    margin: 20px 0;
}


#gform_wrapper_5 .gfield_contains_required textarea{
	margin-bottom: 0;
}

/**************************
MODAL - END
**************************/
/**************************
#ELEMENT CONTACT FORM - START
**************************/
@media (min-width: 1024px) {
  .map-form-element.has-bg-img .bg-float:before {
    background: rgba(27, 31, 42, 0.8);
  }

  .contact-layout-4.has-map .inner-section .grid-x>.cell:nth-child(3) {
    order: 2;
    width: 41.66%;
    align-self: stretch;
  }

  .contact-layout-4 .inner-section .grid-x>.cell:nth-child(2) {
    order: 4;
    width: 25%;
    padding: 0px;
  }

  .contact-layout-4.has-map .inner-section .grid-x>.cell:nth-child(4) {
    order: 3;
    width: 33.33%;
  }

  .contact-layout-4.has-map .sub-map {
    position: relative;
    height: 400px;
  }

  .contact-layout-4.has-map .sub-map p {
    margin: 0;
  }

  .contact-layout-4.has-map .sub-map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }

  .contact-layout-4.has-bg-img input,
  .contact-layout-4.has-bg-img select,
  .contact-layout-4.has-bg-img textarea {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #f4f4f4;
    color: #FFF;
  }

  .contact-layout-4.has-bg-img input[type="submit"] {
    min-width: 200px;
    border: 1px solid;
  }
}

/**************************
#ELEMENT CONTACT FORM - END
**************************/
/**************************
#HOMEPAGE - START
**************************/
.xlarge-buttons .section-footer {
  margin-top: 10px;
}

.xlarge-buttons .section-footer .button {
  width: 100%;
  display: inline-block;
  padding: 26px 10px;
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 4px;
}

.xlarge-buttons .section-footer .button:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  font-weight: normal !important;
  position: absolute;
  right: 30px;
}

.home .main-categories .hic-blurb {
  flex: 1;
}

.home .main-categories .hic-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home .hic-box.button-link {
  height: 100%;
}

@media (min-width: 641px) {
  .xlarge-buttons .section-footer {
    margin-top: 35px;
  }

  .xlarge-buttons .section-footer .hic-button-wrap {
    display: flex;
    justify-content: space-between;
  }

  /*.xlarge-buttons .section-footer .button:first-child {*/
  /*  margin-right: 20px;*/
  /*}*/
  /*.xlarge-buttons .section-footer .button:last-child {*/
  /*  margin-left: 20px;*/
  /*}*/
  .xlarge-buttons .section-footer .button {
    width: calc(50% - 8px);
    float: left;
    padding: 32px 10px;
  }
}

@media (min-width:1024px) {
  .xlarge-buttons .section-footer .button {
    font-size: 30px;
  }

  .xlarge-buttons .section-footer .button {
    width: calc(50% - 20px);
  }
}

/**************************
#HOMEPAGE - END
**************************/
/**************************
#CPT ARCHIVE - START
**************************/
.page-elements .widget-form-wrap {
  background-color: #f3f3f3;
}

/**************************
CPT ARCHIVE - END
**************************/
/**************************
FOOTER - START
**************************/
.footer {
  padding: 30px 0;
  margin: 0;
}

.footer .footer-col {
  margin-bottom: 30px;
}

.footer-layout-1 .contact-details>div, .footer-layout-1 .menu li a {
  padding: 8px 0;
}

.contact-details div {
  margin-bottom: 10px;
}

.footer-layout-1 .contact-details i {
  position: absolute;
  left: -20px;
  top: 12px;
}

.hicaliber-custom .footer .footer-col h4 {
  color: #d7153a;
  font-size: 17px;
  font-weight: bold;
}

.hicaliber-custom .footer .footer-col .menu li a {
  font-size: 16px;
}

.hicaliber-custom .footer .footer-col .menu li.active a {
  background: none;
  text-decoration: underline;
}

.bottom-footer {
  padding: 15px 0;
  text-align: center;
}

.bottom-footer .inner-content .copyright p {
  margin-bottom: 0;
}

.bottom-footer .inner-content .menu {
  display: inline-block;
  margin: 0 auto;
}

.bottom-footer .inner-content .menu a {
  padding-top: 0;
}

.hicaliber-custom .footer .footer-col .menu li:not(.link-as-title) a {
  color: #333;
}

.hicaliber-custom .bottom-footer {
  background-color: #202e61;
}

.hicaliber-custom .bottom-footer p,
.hicaliber-custom .bottom-footer a {
  color: #fff;
  font-size: 13px;
}

.hicaliber-custom .bottom-footer a:hover {
  text-decoration: underline;
}

.hicaliber-custom .bottom-footer .inner-content .colophon-link ul li {
  display: inline-block;
  border-right: 1px solid #fff;
}

.hicaliber-custom .bottom-footer .inner-content .colophon-link ul li:last-child {
  border-right: 0;
}

.hicaliber-custom .bottom-footer .inner-content ul li a {
  padding: 0 10px;
}

@media (min-width: 641px) {
  .footer {
    padding: 40px 0;
  }

  .footer-layout-1 .footer-col {
    text-align: left;
    margin-bottom: 30px;
  }

  .footer-layout-1 .contact-details div {
    padding-left: 25px;
  }

  .footer-layout-1 .contact-details i {
    left: 0px;
  }

  .bottom-footer .inner-content {
    text-align: left;
  }

  .bottom-footer .inner-content .copyright {
    display: inline-block;
  }

  .bottom-footer .inner-content .colophon-link {
    display: inline-block;
    float: right;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}

/**************************
FOOTER - END
**************************/
/* START GO Custom CSS */
.hicaliber-custom .tabs {
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}

.hicaliber-custom .tabs li.tabs-title a {
  font-size: 16px;
  color: #434343;
}

.hicaliber-custom .tabs li.tabs-title a:hover {
  color: #243f7f;
}

.hicaliber-custom .tabs li.tabs-title.is-active {
  border-top: 2px solid #434343;
  border-bottom: 2px solid #434343;
  border-left: 0;
  border-right: 0;
}

.hicaliber-custom .tabs-content,
.accordion-content {
  color: #535353;
  font-size: 17px;
  border: 0;
}

.hicaliber-custom .tabs-content .tabs-panel h3 {
  margin: 15px 0;
  font-size: 20px;
  color: #243f7f;
}

.table-1 {
  display: block;
  overflow-x: auto;
}

.table-1 table {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .08), inset 0 0 0 1px rgba(255, 255, 255, .5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08), inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.table-1 table th {
  font-weight: 600;
  border: 1px solid #dcdcdc;
  background: #f6f6f6;
  padding: 20px;
  text-align: left;
}

.table-1 tr td {
  border: 1px solid #dcdcdc;
  padding: 20px;
}

@media all and (max-width: 768px) {
  .tabs .tabs-title {
    float: none;
    width: 100%;
    text-align: center;
  }
}

/* END GO Custom CSS */
/**************************
#GENERAL STYLING - START
**************************/
.map-form-element a[target=_blank]::after,
.event-social-media a[target=_blank]::after {
  display: none !important;
}

ul.social-media li {
  display: inline-block;
  padding-right: 6px;
}

ul.social-media {
  margin-left: 0;
}

.contact-us-form_wrapper {
  background-color: #f2f2f2;
  padding: 30px;
}

.header-style-1 {
  background-color: #F2F2F2;
  padding: 16px 24px;
  border-bottom: 3px solid #ffce00;
}

.header-style-1 h3 {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}

.avatar {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: auto;
}

.profile-picture a {
  display: block;
  margin-top: 10px;
}

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

.header .menu .is-dropdown-submenu {
  background-color: #ccc;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
  margin-right: 0;
  margin-left: 20px;
}

.link-as-title a {
  color: #d7153a;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.hicaliber-custom .footer .footer-col h4 {
  display: none;
}

.gf_login_links a[title="Register"] {
  display: none;
}

.gf_login_links br {
  display: none;
}

.gf_login_links a {
  font-size: 12px;
  text-decoration: underline;
}

.top-header ul.top-right-menu li:not(:last-child) {
  margin-right: 24px;
  padding-right: 0;
}

.top-header ul.top-right-menu li:last-child {
  margin-right: 24px;
}

.top-header ul.top-right-menu li a {
  padding-right: 0;
}

.top-header ul.top-right-menu li button {
  padding-right: 0;
  padding-left: 0;
}

.top-header a[target=_blank]:after, .page-element a[target=_blank]:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f08e';
  padding-left: 5px;
  font-size: 12px;
}

.page-element.darker-overlay.has-bg-img .bg-image:before {
  background-color: rgba(10, 0, 0, .30);
}

@media (min-width: 1024px) {
  .page-banner-hidden .header.header-layout-1 .top-bar .top-bar-right {
    margin-top: 20px;
  }
}

@media (min-width: 641px) {
  .profile-picture {
    margin-right: 20px;
  }

  .with-watermark,
  .with-watermark .inner-section {
    position: relative;
  }

  .with-watermark {
    overflow: hidden;
  }

  .with-watermark:before {
    content: '';
    background-image: url(../images/olg-logo.png);
    height: 700px;
    width: 780px;
    left: -216px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -26px;
    opacity: .04;
  }
}

@media (min-width: 1024px) {
  .with-watermark:before {
    height: 800px;
    width: 800px;
    left: -150px;
    top: -16px;
  }
}

/**************************
#COUNCIL PORTAL STYLING - START
**************************/
.council-profile {
  margin-bottom: 50px;
}

.council-profile h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.profile-preferences {
  text-align: left;
}

.profile-preferences ul {
  margin-top: 20px;
}

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

.follow-list .header-style-1 {
  border-bottom: 3px solid #61437d;
}

.upcoming-events-list .header-style-1 {
  border-bottom: 3px solid #da8560;
}

.upcoming-activity-list .header-style-1 {
  border-bottom: 3px solid #7ba24d;
}

.hic-notice-message {
  background-color: #f7f7f7;
  border-top: 2px solid #d7153a;
  padding: 10px 20px;
}

.hic-notice-message h2,
.hic-notice-message p {
  margin-bottom: 0;
  font-weight: 700;
}

.table-responsive {
  overflow: auto;
}

.account-element .account-image {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  margin: 0 auto;
}

.account-element .hic-image.account-image:before {
  padding-top: 100%;
}

.account-element .top-back-link {
  text-align: center;
  margin-bottom: 25px;
}

.account-element a.bottom-back-link {
  display: block;
  margin-top: 5px;
}

.recent-updates.table-listing table tr:not(:first-child) td b {
  display: block;
  margin-top: 15px;
}

/**************************
#COUNCIL PORTAL STYLING - END
**************************/
/**************************
#TABLE LISTING STYLING - START
**************************/
.table-listing .section-body {
  padding: 16px 0;
}

.table-listing table tr td {
  font-size: 12px;
}

.table-listing table tr td:first-child {
  width: 40%;
}

.table-listing table tr td:nth-child(2),
.table-listing table tr td:last-child {
  width: 30%;
}

@media (min-width: 641px) {
  .table-listing .section-body {
    padding: 16px 24px;
  }

  .table-listing tbody {
    border: none;
  }

  .table-listing tbody tr {
    background-color: transparent !important;
  }

  .table-listing table tr td {
    padding: 2px 0;
    font-size: inherit;
  }

  .table-listing table tr td:first-child {
    width: 60%;
  }

  .table-listing table tr td:nth-child(2),
  .table-listing table tr td:last-child {
    width: 20%;
  }
}

@media (max-width: 641px) {
  .profile-preferences li::before {
    display: none;
  }

  .profile-preferences {
    text-align: center;
    margin-top: 20px;
  }

  .profile-preferences ul {
    margin-left: 0;
  }

  .profile-details {
    margin-top: 10px;
  }
}

/**************************
#TABLE LISTING - END
**************************/
/**************************
#SEARCH STYLING - START
**************************/
.search-wrapper {
  margin-top: 40px;
}

.search-wrapper article,
.listing-element .hic-box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
}

.search-wrapper .entry-header,
.listing-element .hic-title {
  margin-bottom: 24px;
}

.listing-element .hic-title h3,
.listing-element .hic-title a {
  margin-bottom: 10px;
  font-size: 17px;
}

.search-wrapper .entry-header .published-date {
  font-size: 14px;
}

.page-banner-hidden.header-transparent
.page-banner-hidden .body-content {
  padding-top: 30px;
}

.page-my-account.page-banner-hidden .body-content,
.page-edit-account.page-banner-hidden .body-content {
  padding-top: 0;
}

.hic-simple-search-element input:not([type=submit]) {
  width: calc(100% - 90px);
  height: 49px;
  padding: 0 15px;
}

.hic-simple-search-element input[type=submit] {
  margin-bottom: 1px;
}

@media (min-width: 641px) {
  .hic-simple-search-element input:not([type=submit]) {
    width: 80%;
  }
}

@media (max-width: 1023px) {
  .listing-element .main {
    margin: 30px 0 0;
  }

  .listing-element .section-body>.cell {
    padding: 0;
  }

  .search-filter-left .widget-form-wrap {
    padding-bottom: 0;
  }

  .header .menu.top button {
    color: #FFF;
  }

  .header .menu.top {
    display: flex;
    align-items: center;
  }

  .header .menu.top li a {
    padding: 0;
  }

  .header .menu.top li {
    line-height: 1;
    margin-right: 20px;
  }

  .header .menu.top li:last-child {
    margin-right: 0;
  }
}

/**************************
#SEARCH STYLING - START
**************************/
.wide-layout .body-content.has-sidebar .inner-body-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
}

.green-check li:before {
  color: #00d40a;
}

.gform_fields {
  margin-left: 0;
  list-style: none;
}

.header-transparent .top-header button {
  color: #FFF;
}

@media(min-width: 641px) {
  .search-form .input-group {
    height: 50px;
  }

  .search-form input[type="text"] {
    width: calc(100% - 150px);
    height: 100%;
  }

  .search-form .search-submit {
    min-width: 150px;
  }

  .profile-picture {
    float: left;
  }

  .profile-details {
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .wide-layout .body-content.has-sidebar .inner-body-content {
    flex-flow: column;
  }

  .wide-layout .body-content.has-sidebar .main-content {
    order: 2;
  }

  .wide-layout .body-content.has-sidebar .sidebar {
    order: 1;
  }
}

/**************************
#GENERAL STYLING - START
**************************/
/**************************
#BANNER MENU - START
**************************/
.banner-menu {
  position: relative;
  z-index: 4;
}

.banner-menu.grey-section,
.custom-mobile-menu {
  background: #5a606d;
  box-shadow: 1px 1px 10px #535353 !important;
}

.banner-menu .child-page-menu {
  display: flex;
  margin-bottom: 0;
  justify-content: center;
}

.banner-menu .grid-container {
  position: relative;
}

.banner-menu .page_item {
  text-align: center;
}

.banner-menu .page_item .children {
  display: none;
}

.theme-section a {
  color: #FFF;
}

.banner-menu .child-page-menu a {
  font-size: 16px;
  color: #fff;
}

.banner-menu .custom-menu a {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
}

.banner-menu .custom-menu {
  position: absolute;
  top: -35px;
  right: 24px;
}

.banner-menu .custom-menu .is-active a {
  background-color: #000;
}

.custom-mobile-menu {
  display: none;
  color: #FFF;
  width: 100%;
  padding: 16px 24px;
}

.banner-menu .child-page-menu li:last-child {
  border-bottom: none
}

.banner-menu .slick-arrow:before {
  color: #000;
}

.banner-menu .menu-icon:after {
  background: #FFFFFF;
  box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
}

.banner-menu ul li::before {
  display: none;
}

.banner-menu .custom-menu .menu-item a {
  padding: .6rem 1rem;
}

@media (min-width: 1024px) {
  .banner-menu .custom-menu {
    top: -39px;
  }

  .banner-menu .page_item a,
  .banner-menu .menu-item a {
    padding: 20px;
    line-height: 1.2;
    height: 100%;
  }

  .child-page-menu .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .banner-menu .child-page-menu li {
    height: inherit;
  }

  .banner-menu .child-page-menu li {
    border-left: 1px solid #747882;
    border-right: 1px solid #747882;
    margin-left: -1px;
  }

  .banner-menu .child-page-menu .page_item:hover a {
    background-color: #d6243c;
  }
}

@media (max-width: 1023px) {
  .banner-menu .child-page-menu {
    display: none;
  }

  .custom-mobile-menu {
    display: block;
  }

  .custom-mobile-menu i {
    float: right;
    margin-top: 5px;
  }

  .banner-menu .child-page-menu li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .child-page-menu {
    display: none;
  }

  .banner-menu .child-page-menu a {
    padding: 0;
  }
  
    .header .top-bar .top-bar-left  {
    width: 55%;
  }

  .header .menu.top button {
    color: #3f5263;
  }

  .menu-icon:after {
    background: #3f5263;
    box-shadow: 0 7px 0 #3f5263, 0 14px 0 #3f5263;
  }
  
  .header .menu.top li {    
    margin-right: 15px;
  }

  .header .top-bar .top-bar-right.hide-for-large {
    margin-top: 7px;
  }

}

@media (max-width: 641px) {
  .hero .hero-banner-message, .hero .article-header h1 {
    margin-top: 72px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }


  

}

/**************************
#BANNER MENU - END
**************************/
body.font-size-14 {
  font-size: 14px
}

body.font-size-16 {
  font-size: 16px
}

body.font-size-18 {
  font-size: 18px
}

body.font-size-14 a.small-font,
body.font-size-16 a.medium-font,
body.font-size-18 a.large-font {
  text-decoration: underline;
}

.header .top-header ul.menu.top-right-menu a.small-font {
  font-size: 10px;
}

.header .top-header ul.menu.top-right-menu a.medium-font {
  font-size: 14px;
}

.header .top-header ul.menu.top-right-menu a.large-font {
  font-size: 18px;
}

.header .top-header ul.menu.top-right-menu li:first-child a {
  display: inline-block;
  padding-right: 0;
}

.header .top-header ul.menu.top-right-menu li:first-child a:not(:last-child) {
  padding-right: 8px;
}

.accordion-content,
.accordion-content .accordion {
  background-color: #eaeaea;
}

.accordion-content .accordion {
  padding-left: 30px;
  padding-right: 30px;
}

.accordion-content .accordion .accordion-content {
  background-color: #f1f1f1;
}

.accordion-child .accordion-content .grid-container h3 {
  font-weight: bold;
}

.accordion-child .accordion-content .grid-container>div>.cell {
  margin-bottom: 24px;
}

.accordion-child .accordion-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 641px) {
  .directory-listing .accordion-item .accordion-content .accordion-title {
    width: 70%;
    position: static;
  }

  .directory-listing .accordion-item .accordion-child .accordion-title:before {
    top: 13px;
  }

  .directory-listing .accordion-item .accordion-child>li {
    margin-bottom: 8px;
  }
}

/**************************
#MODAL REGISTRATION STYLING - START
**************************/
#modal-elem-2 {
  display: flex;
  flex-wrap: wrap;
}

#modal-elem-2 .modal-title {
  width: 100%;
}

@media (min-width: 1024px) {

  #modal-elem-2 .modal-blurb,
  #modal-elem-2 .modal-content {
    width: 50%;
  }

  #modal-elem-2 .modal-blurb {
    order: 2;
    padding-left: 16px;
    border-left: 1px solid #ccc;
  }

  #modal-elem-2 .modal-content {
    padding-right: 16px;
  }
}

/**************************
#MODAL REGISTRATION STYLING - END
**************************/
/**************************
REGISTRATION STYLING - START
**************************/
.registration-form form li::before {
  display: none;
}

.registration-form .checklist li:before {
  content: '\f00c' !important;
  left: 0 !important;
}

.registration-form .gform_wrapper .gform_title,
.registration-form h3 {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.registration-form [type=text],
.registration-form [type=password],
.registration-form select {
  width: 100%;
}

.registration-form .section-body .cell:first-child {
  margin-right: auto;
  margin-left: 0;
  border-right: 1px solid #f2f2f2;
}

.registration-form .section-body .cell>.grid-x>div:first-child,
.registration-form .section-body .cell>.grid-x>div:last-child {
  margin-bottom: 20px;
}

.registration-form .section-body .cell>.grid-x>div:first-child {
  order: 2;
}

.registration-form .section-body .cell>.grid-x>div:last-child {
  order: 1;
}

.logged-in .registration-form .section-body>.cell:last-child {
  text-align: center;
}

.registration-form ul.gfield_checkbox {
  margin-left: 0;
}

@media(min-width: 1024px) {
  .registration-form .section-body .cell>.grid-x>div:first-child {
    order: 1;
  }

  .registration-form .section-body .cell>.grid-x>div:last-child {
    order: 2;
  }

  .registration-form .section-body .cell:last-child {
    margin-left: 0;
    padding-right: 0;
  }

  .registration-form .section-body .cell {
    padding: 50px 50px;
  }
}

/**************************
REGISTRATION STYLING - END
**************************/
/**************************
My ACCOUNT STYLING - Start
**************************/
.account-element .section-body>.cell>.grid-container {
  max-width: 800px;
  border: 1px solid #f2f2f2;
  padding: 20px 0;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  background-color: #fff;
}

.page-edit-account .page-element .grid-container .section-body {
  padding-top: 40px;
}

.account-element .section-body .grid-container>div .cell {
  margin-bottom: 30px;
}

.account-element .section-body .grid-container>div .cell div:first-child {
  font-weight: 700;
}

.account-element .section-body .grid-container>div .cell:first-child {
  text-align: center;
}

.account-element .section-body .grid-container>div .cell:first-child img {
  height: 200px;
}

.account-element .section-body .grid-container>div .cell:last-child {
  text-align: center;
}

.account-element .section-body .grid-container>div .cell ul {
  margin-top: 30px;
}

.account-element .section-body .grid-container h2 {
  background-color: #F2F2F2;
  padding: 16px 24px 10px 16px;
  border-bottom: 3px solid #243f7f;
  font-weight: 700;
}

.page-banner-hidden .top-bar {
  background-color: #f3f3f3;
}

@media (min-width: 641px) {
  .account-element .inner-section>.grid-container {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .account-element .section-body>.cell>.grid-container {
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-transparent.page-banner-hidden page-element:first-child {
    padding-top: 220px;
  }
}

/**************************
My ACCOUNT STYLING - End
**************************/
/**************************
Page Edit ACCOUNT STYLING - Start
**************************/
.page-edit-account .page-element .grid-container {
  max-width: 800px;
  margin-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-edit-account .page-element .grid-container .section-body {
  border: 1px solid #f2f2f2;
  padding: 20px 0;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  background-color: #fff;
}

.page-edit-account form li::before {
  display: none;
}

.page-edit-account form ul {
  display: flex;
  flex-flow: row wrap;
}

.page-edit-account form ul .council-category-options li {
  width: 100%;
}

.page-edit-account form .gform_footer {
  margin: 20px auto 0;
  text-align: center;
}

.table-listing table tr td:nth-child(2) {
  padding-left: 20px;
}

@media (min-width: 641px) {
  .page-edit-account .page-element .grid-container .section-body {
    margin-left: 20px;
    margin-right: 20px;
  }

  .page-edit-account form .medium-6 {
    width: 50%;
  }

  .page-edit-account form .medium-4 {
    width: 33.33333%;
  }

  .page-edit-account form ul .cell {
    margin-bottom: 10px;
  }

  .page-edit-account form ul .cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-edit-account form .gform_footer {
    margin: 50px auto 0;
  }

  .page-edit-account .page-element .grid-container {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .page-edit-account .page-element .grid-container .section-body {
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-edit-account .page-element .grid-container .section-body>.cell {
    padding: 0;
  }
}

@media (max-width: 320px) {
  .page-edit-account .section-body>.cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-edit-account form ul label {
    margin-right: 0;
  }
}

/**************************
Page Edit ACCOUNT STYLING - End
**************************/
/**************************
Contacts STYLING - Start
**************************/
.page-contact-us .page-element .section-body h2 {
  background-color: #F2F2F2;
  padding: 16px 24px;
  border-bottom: 3px solid #243f7f;
  margin-bottom: 0;
  font-weight: 700;
}

.page-contact-us .page-element .section-body tbody {
  border-top: 0;
}

.gf_left_small {
  width: 20%;
  float: left;
  margin-right: 2%;
}

.gform_wrapper .field-left-small,
.gform_wrapper .field-right-small {
  width: 38%
}

.gform_wrapper .field-left-small {
  float: left;
}

.gform_wrapper .field-right-small {
  float: right;
}

.contact-details i {
  color: #243f7f;
}

.contact-details a {
  color: #535353;
}

/**************************
Contacts STYLING - END
**************************/
/**************************
Event STYLING - Start
**************************/
.event-details {
  padding-top: 0;
  padding-bottom: 0;
}

.experience-contact-block .cell {
  vertical-align: middle;
}

.experience-contact-block .event-detail div {
  display: inline-block;
  position: relative;
}

.experience-contact-block .event-detail i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #243f7f;
  width: 20px;
  text-align: center;
}

.experience-contact-block .event-detail h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  border-right: 2px solid #78b342;
  text-align: right;
  padding-right: 20px;
}

.experience-contact-block .event-detail {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #78b342;
}

.experience-contact-block .event-detail div:first-child {
  padding-right: 20px;
}

.experience-contact-block .event-detail .title {
  padding-left: 25px;
}

.experience-contact-block .event-detail .secondary-title {
  font-weight: 700;
}

.event-social-media {
  padding-top: 0;
}

.experience-contact-block-bottom {
  text-align: center;
}

.experience-contact-block-bottom .icon-text {
  margin-bottom: 10px;
}

.experience-contact-block-bottom a {
  padding: 0 5px;
  font-size: 30px;
}

.experience-contact-block-bottom .website a {
  font-size: 18px;
  margin-top: 20px;
}

.event-follow-button .grid-container {
  position: relative;
}

.event-follow-button .single-title {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}

.single-post .hero {
  min-height: calc(200px + 88px);
}

.single-post .hero .hero-banner-message ul {
  display: none;
}

.event-follow-button {
  padding-bottom: 0;
}

@media (min-width: 768px) {}

@media (min-width: 1024px) {
  .single-post .hero {
    min-height: calc(250px + 88px);
  }

  .single .single-title {
    margin-bottom: 24px;
  }
}

@media (min-width: 1280px) {
  .single-post .hero {
    min-height: calc(200px + 88px + 37px);
  }
}

/**************************
Event STYLING - END
**************************/
/**************************
Search STYLING - Start
**************************/
.search-filter-left .hic-button-wrap,
.search-results .hic-button-wrap,
.archive.category .hic-button-wrap,
.listing-element .hic-button-wrap {
  margin-top: 24px;
}

.search-filter-left .hic-button-wrap a,
.listing-element .hic-button-wrap a {
  margin-bottom: 0;
}

.search-filter-left .hic-box.article-inner {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
}

.search-filter-left.wide-layout .inner-body-content {
  padding: 0 24px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.search-filter-left .widget-form-wrap {
  background-color: transparent;
}

.widget-form-wrap .button {
  width: 100%;
}

.widget-form-wrap .qs-ul,
.widget-form-wrap .button {
  margin-bottom: 0;
}

.wide-layout .sidebar,
.search-filter-left .widget-form-wrap,
.wide-layout .widget-form-wrap {
  width: 100%;
}

.widget-form-wrap .grid-container>div>.cell {
  padding: 0;
}

.expand-icon.add-icon::before {
  content: "\f068";
}

@media (min-width: 1024px) {
  .search-filter-left .main-content {
    display: flex;
  }

  .search-filter-left .listing-element {
    width: calc(100% - 360px);
    order: 2;
  }

  .wide-layout .sidebar,
  .search-filter-left .widget-form-wrap,
  .wide-layout .widget-form-wrap {
    width: 360px;
  }

  .widget-form-wrap .grid-container>div>.cell {
    padding-left: 0;
    padding-right: 15px;
  }
}

/**************************
Search STYLING - End
**************************/
.hic-paginate-pagination {
  margin-top: 0;
}

ul.pagination {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
}

ul.pagination li {
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

ul.pagination li a {
  background: transparent;
}

ul.pagination li a,
ul.pagination li .current {
  border: none;
  box-shadow: none;
  padding: 5px 10px;
  line-height: 1;
  transition: all .3s;
  height: 100%;
  border-radius: 5px;
  min-width: auto;
  min-height: auto;
}

ul.pagination li a:hover {
  background-color: #07305a;
  color: #fff;
}

ul.pagination li a.current {
  background-color: #07305a;
}

ul.pagination li.disabled a.prev {
  background-color: #ccc;
}

.search-widget ul {
  margin-left: 0;
}

.search-widget ul li {
  list-style: none;
}

.search-widget ul li label {
  margin-right: 0;
}

.copyright p {
  margin-bottom: 0;
}

/**************************
Event STYLING - Start
*********************/
/**************************
Sidebar - Start
*********************/
.sidebar h3,
.sidebar h2,
.sidebar h4,
.sidebar h5,
.widget-form-wrap h2,
.widget-form-wrap h3,
.widget-form-wrap h4,
.widget-form-wrap h5 {
  font-weight: 700;
}

.sidebar h3 {
  margin-top: 24px;
}

.sidebar hr {
  margin-top: 8px;
}

.sidebar .button {
  margin-bottom: 0;
  width: 100%;
}

.sidebar form,
.widget-form-wrap .widget-form-inner-wrap {
  background: #f3f3f3;
  padding: 24px;
}

.sidebar form p:last-child {
  margin-bottom: 0;
}

.sidebar .custom-mobile-menu,
#hic-search-filter-form .custom-mobile-menu {
  box-shadow: none !important;
  font-weight: 700;
  background-color: #f3f3f3;
}

@media (max-width: 1023px) {

  .sidebar form,
  .widget-form-inner-wrap {
    display: none;
  }
}

/*checkbox styling*/
input[type=checkbox]+label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]+label:before {
  content: "\f00c";
  border-radius: 0.2em;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  color: transparent;
  transition: .2s;
  background: transparent;
  text-align: center;
  border: 1px solid #535353;
  font-size: 19px;
  line-height: .5;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

input[type=checkbox]+label:active:before {
  transform: scale(1);
}

input[type=checkbox]:checked+label:before {
  background-color: transparent;
  border-color: #243f7f;
  color: #243f7f;
}

input[type=checkbox]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

/**************************
Sidebar - End
*********************/
/**********************
FOOTER
***********************/
.colophon-link .menu li {
  display: inline-block;
}

.colophon-link .menu,
.colophon-link {
  line-height: 1;
}

/**********************
AT A GLANCE
***********************/
.council-number, .council-number .title{
	font-weight: bold;
}

.council-number .calendar {
    display: inline-block;
	text-align: center;
}
.council-number .calendar i, .council-number .calendar img{
	display: block;
	margin: auto;
}

.council-number2 .top i.fa-large {
    display: inline-block;
    color: #8cc251;
    font-size: 72px;
    margin-right: 5px;
}
.council-number2 .top-right {
    display: inline-block;
    vertical-align: top;
    color: #3f5263;
    font-size: 2em;
    font-weight: 700;
}

.grey-bg {
    background: #f5f4f1;
}

.council-number2 .col-2{
	position:relative;
}

.council-number2 .col-2 .num {
    position: absolute;
    bottom: 0;
    right: 200px;
}
.council-number2 .date {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.1666em;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
}
.council-number3 {
    color: #FFF;
}
/**********************
DATA PAGE
***********************/
.table-download{
	margin-top: 80px;
	font-size: 14px;
}
.table-last a::after{
	display: none;
}
.table-last {
    text-align: center;
}
.table-header {
    font-size: 21px;
    font-weight: bold;
}
/*******************************
#CUSTOMIZER STYLING PAGE START
********************************/
.page-element.local-council-results {margin-top: 0;}  
.local-council-results::before {display: none;} 
.local-council-results .search-form {max-width: 900px; margin: 0 auto;} 
.wide-layout .row-fluid .map-top .grid-container {max-width: 1440px !important; padding-right: 15px; padding-left: 15px;} 
.default-width .row-fluid .map-top .grid-container {max-width: 1170px !important; padding-right: 15px; padding-left: 15px;} 
.page-element.flexible-content .map-top li:before {display: none;}  
.page-banner-hidden.header-transparent .header {position: relative;}  
.page-banner-hidden.header-transparent .body-content {padding-top: 0;}

.theme-section .button {background-color: #fff; color: #333;}
.section-footer-mt-0 .section-footer {margin-top: 0;}

@media (min-width: 641px) {
.footer-layout-3.footer {padding: 50px 0 10px;}
.footer-layout-3 .grid-x>.medium-4.footer-col-2 {width: 75%;}
.footer-layout-1 ul.menu.vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 32px;
}
.footer-layout-3 ul.menu.vertical li {display: inline-block;}
  .hicaliber-custom .footer.footer-layout-3 .footer-col .menu li a {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .header.header-layout-1 .top-bar .top-bar-left {width: 25%;}
}

.page-olg-group-classification .content-box-element.white-boxes .section-body {
    background: #FFF;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    padding: 30px 30px 0 30px;
}

.page-olg-group-classification .content-box-element.white-boxes .section-body .cell{
  padding: 0;
}

.page-olg-group-classification .content-box-element.white-boxes .section-body .hic-box{
  border: 2px solid #e7e7e7;
  border-radius: 5px;
}

.page-olg-group-classification .content-box-element.white-boxes .hic-blurb h2{
  color: #202e61;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 27px;
}
.page-olg-group-classification .content-box-element.white-boxes .grid-container{
  max-width: 950px;
}

.content-sm .hic-content{
  max-width: 560px;
  margin: auto;
}
.page-olg-group-classification .content-box-element.white-boxes {
  padding-top: 20px;
}

.page-olg-group-classification #top-bar-menu {
    background: #FFF;
    border-bottom: 2px solid #e7e7e7;
}

.power-bi-graph iframe {width: 100% !important;}

@media(max-width: 641px){
  .page-olg-group-classification .content-box-element.white-boxes .section-body{
    padding: 20px 20px 0 20px;
  }
  .page-olg-group-classification .content-box-element.white-boxes .section-body .cell{
    margin-bottom: 20px;
  }
}