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

body {
  font-size: 16px;
}

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

h1, .h1 {
  font-size: 32px;
}
h2, .h2 {
  font-size: 26px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 14px;
}

@media (min-width: 641px) {
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 14px;
  }
}

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

ol, ul {
  margin-left: 40px;
}
.section-title {
	font-weight: 700;	
}

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

.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: left;}
.grey-section .accordion{
	background-color: #f3f3f3;
}
.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{
    background-color: #ce0e2d;
}

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

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

.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: #243f7f;
  color: #fff;
}

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

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

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

.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 .logo-wrap {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}

.header .top-bar .top-bar-left{
    height: 100%;
    display: flex;
    align-items: center;
}

.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;
}

.header .social-media a{
    color: #fff;
    font-size: 20px;
}

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

.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;
}

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

@media(max-width: 1023px) {
    .header-transparent .top-header {
        display: none;
      }
       .header .top-bar {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
  }

  .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: 5px;
  }

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

@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;
    }
    
}

@media (max-width: 768px){
    .top-header.two-column .grid-container > div > .cell:last-child,
     .header .top-header{
        display: none;
    }
}


/* 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 p{
    font-size: 16px;
}

.hero .hero-banner-message h1, .hero .article-header h1 {
  font-weight: 600;
  font-size: 24px;
	line-height:1.2;
	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;
}

.home .hero .hero-banner-message{
    width: 100%;
    margin: auto;
}

.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: 32px;
	}
}

@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;
  }
  .header-transparent .hero .hero-banner-message {
    margin-top: 60px;  
  }
  .hero .hero-banner-message {
    max-width: 800px;    
  }


 .error404 .hero .hero-banner-message {
     padding: 32px;
 }
 
 .error404 .hero.full-screen-banner {
    min-height: 600px !important;
}
 
}

@media (min-width: 1280px) {
     .hero .hero-banner-message h1, .hero .article-header h1 {
    font-size: 40px;
  }
  .hero.slider-carousel-banner.default-height {
    min-height: 600px;
  }
  .hero .hero-banner-message {
    max-width: 850px;    
  }
}

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

/**************************
HERO - END
**************************/
/**************************
PAGE ELEMENTS - START
**************************/
/*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 {
  position: relative;
}

.page-element.flexible-content img {
  margin: 20px 0;
}

a.external_icon::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f08e';
  padding-left: 5px;
  font-size: 12px
}

/*Columns - END*/
/*General - START*/
.dark-section, .theme-section {
  color: #fff;
}

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

.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;
}

@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;
  }
}

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

  .page-element {
    padding: 80px 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*/

/*Chapter*/
.section-with-border .section-body{
	padding: 20px;
}

.section-with-border .section-body > .cell{
	border: 1px solid #ce0e2d;
    padding: 30px;
}

/*Chapter End*/

/*sitemap*/

.hic-sitemap h3.header-style-1{
    border-color: #243f7f;
    font-weight: 700;
}
/**************************
PAGE ELEMENTS - END
**************************/
.accordion-title {
  border: 0;
    border-bottom: 1px solid #f3f3f3;
    font-size: 18px;
    color: #535353 !important;
    padding: 10px 30px 10px 0;
}

.accordion-title:hover, .is-active .accordion-title,
.accordion-title:focus{
  background-color: transparent !important;
}

.accordion-title:before {
  position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
    font-size: 20px;
}

.accordion-content {
  background-color: #F3F3F3;
  border: 0 !important;
}

.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;
}

.accordion-title:hover, 
.is-active .accordion-title {
    background-color: transparent;
}


/**************************
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 {
  background-color: #f3f3f3;
    padding: 24px;
}

.sidebar .widgettitle {
  	font-weight: 600;
	margin-top: 0;
	font-size: 24px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 5px;
}

.sidebar li a {
	font-weight: 300;
	padding: 5px 0;
	display: block;
/* 	border-bottom: 1px solid #e9e9e9; */
	color: #ce0e2d;
}

.has-sidebar .inner-body-content { 
    display: flex; 
    margin: 0 auto; 
}

.default-width .has-sidebar .inner-body-content { 
    max-width: 1170px; 
    margin: 0 auto; 
}

.sidebar-element .sidebar-content{
	background-color: #f3f3f3;
    padding: 24px;
}

.sidebar .sidebar-element .sidebar-content{
    background-color: transparent;
}

.sidebar-left .sidebar{
    order:1;
}

.sidebar-left .main-content{
    order: 2;
}

.sidebar ul{
    margin-bottom: 0;
}

.sidebar .sidebar-content{
    padding: 0;
}

@media (max-width: 1023px){
    .has-sidebar .inner-body-content{
        flex-flow: column;
    }
    
    .primary-sidebar .sidebar-element{
        padding-bottom: 0;
    }
    
    .sidebar .sidebar-content{
        border: none !important;
    }
    
    body:not(.search-results) .sidebar-element .sidebar-content{
        display: block !important;
    }
    
    body:not(.search-results) .sidebar-element .custom-mobile-menu{
        display: none !important;
    }

}

@media (max-width: 641px){
    .has-sidebar .inner-body-content{
        flex-direction: column;
    }
    
    .has-sidebar .page-element{
        padding-top: 0;
    }
    
    .sidebar-element{
        padding-top:0;
    }
}

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

@media (min-width: 1024px) {
     
    .sidebar .widget {
      margin-bottom: 30px;
    }
    .sidebar {
        width: 300px;
      }
      
      
    .has-sidebar .main-content {
        width: calc(100% - 300px);
    }
  .page-element.has-sidebar {
    padding: 0;
  }

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

  .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 .sidebar-content{
        padding: 0 0 0 24px;
    }
  
   .sidebar {
        width: 360px;
      }
      
      
    .has-sidebar .main-content {
        width: calc(100% - 360px);
    }
}

/**************************
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;}

/**************************
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 - 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;
}

@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;
}

.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 .bottom-footer {
  background-color: #ce0e2d;
}

.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;
}

.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;
}

.hicaliber-custom .footer {
  background: #f6f9fe;
}

.footer-layout-1 .footer-col{
    margin-bottom: 10px;
    text-align: center;
}
@media (min-width: 641px) {
  .footer {
    padding: 40px 0;
  }

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

  .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-layout-1 .footer-col {
        margin-bottom: 30px;
    }
}

/**************************
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;
}

.header .top-bar .menu a{
	padding-left: 20px;
	color: #000;
}


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

.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 .body-content{*/
/*    padding-top: 120px;*/
/*}*/

/*.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: #000;
    }
    .header .menu.top {
        display: flex;
        align-items: center;
    }
    .header .menu.top li a {
        padding: 0;
    }
    .header .menu.top li {
        line-height: 1;
        margin-right: 8px;
    }
    .header .menu.top li:last-child {
        margin-right: 0;
    }
    
    .child-page-menu li a{
        border-bottom: none;
    }
}


@media (min-width: 1024px){
    /*.page-banner-hidden .body-content{*/
    /*    padding-top: 200px;*/
    /*}*/

}
/**************************
#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;
}

.hero .search-form .search-submit,
.hero .search-form input[type="text"]{
    height: 50px;
}

@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 #menu-chapters-menu > .page_item:hover > a {
    color: #ce0e2d;
}

.banner-menu.grey-section,
.custom-mobile-menu{background: #4a4b4d; }

.banner-menu .child-page-menu {
	display: flex;
    margin-bottom: 0;
    justify-content: center;
    margin-left: 0;
}
.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: 14px;  
	color: #fff;
	display: block;
}
.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: #242424;
	width: 100%;
	padding: 16px 24px;
}

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

.banner-menu.grey-section .slick-arrow:before{
    color: #fff;
}

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

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

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

.banner-menu .slick-next{
    right: -10px;
}

.banner-menu .slick-prev {
    left: -10px;
}

.show-chapter-menu .banner-menu{
    display:none;
}

.page.show-chapter-menu .banner-menu.chapter-menu{
    display: block;
}

.show-chapter-menu .banner-menu ul li{
    list-style: none;
    text-align: center;
}

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

.banner-menu h3{
    color: #fff;
    height: 100%;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    font-size: 18px;
}


.banner-menu .child-page-menu li {
    border-left: 1px solid rgba(218, 218, 218, 0.3);
    border-right: 1px solid rgba(218, 218, 218, 0.3);
    margin-left: -1px;
}

.has-banner-title .cell.small-3{
    max-width: 140px;
    padding-right: 0;
}


.banner-menu .child-page-menu li{
   width: 36px;
}

.hide-banner-menu .banner-menu{
    display: none !important;
}

.child-chapter-menu.child-page-menu > .menu-item-has-children .sub-menu,
.child-chapter-menu.child-page-menu .slick-track > .menu-item-has-children .sub-menu{
    display: none;
    position: absolute;
    width: 200px;
    margin-left: 0;
    background-color: #4a4b4d;
}

.child-chapter-menu.child-page-menu > .menu-item-has-children .sub-menu li:hover{
    background-color: #ce0e2d;
}

.child-chapter-menu.child-page-menu > .menu-item-has-children .sub-menu li,
.child-chapter-menu.child-page-menu .slick-track > .menu-item-has-children .sub-menu li{
    width: 100%;
    padding: 0px 10px;
    text-align: left;
    border-bottom: 1px solid;
    max-width: auto;
    z-index: 9;
}

.child-chapter-menu.child-page-menu > .menu-item-has-children:hover > .sub-menu,
.child-chapter-menu.child-page-menu .slick-track > .menu-item-has-children:hover > .sub-menu{
    display: block;
}


@media(min-width: 768px){
    
    .banner-menu .slick-next{
        right: -25px;
    }
    
    .banner-menu .slick-prev {
        left: -25px;
    }

}

@media ( min-width: 1024px){
    
    .banner-menu .custom-menu {
        top: -39px;
    }
    
    .banner-menu .page_item a,
	.banner-menu .menu-item a,
	.banner-menu .child-chapter-menu a{
    	padding: 10px 0;
        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;
    }
    
}

@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;
    }
    
    

    .child-chapter-menu.child-page-menu .sub-menu{
        display: none !important;
    }

}

@media (max-width: 641px){
	.hero .hero-banner-message, .hero .article-header h1{
		/*margin-top: 72px;*/
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.show-chapter-menu .banner-menu ul li{
	    max-width: 50px;
	}
	
}
/**************************
#BANNER MENU - END
**************************/

/*************************
GLOSSARY
*************************/

.glossary-image{
    height: 100px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.glossary-content{
    background-color: #f3f3f3;
    padding: 20px;
}

.glossary-content .glossary-title{
    font-style: italic;
    color: #ce0e2d;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    
}

.glossary-content h3{
    font-size: 20px;
}

@media (min-width: 1024px){
    #glosarry-modal{
        width: 700px;
    }

}
/************************
GLOSSARY - 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: #f3f3f3;
}

.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";
}

/*added*/
.search-filter-left.page-element .section-search-form{
    text-align: left;   
	background-color: #f3f3f3;
    padding: 24px;
	width: 100%;
}

.search-filter-left.page-element .blog-search-form{
	width: 100%;
}

.search-filter-left.page-element .section-search-form .filter-checkbox ul li {
    display: block;
}


.blog-search-form h2{
	font-size: 24px;
}

.blog-search-form ul{
	margin-left: 0;
}
.blog-search-form ul li{
	list-style: none;
}

.blog-search-form .button{
	margin-top: 20px;
	margin-bottom:0;
	width: 100%;
}

.footer-button-wrap{
	padding-bottom: 50px;
}

.footer-button-wrap .cell {
    display: flex;
    justify-content: space-between;
}

a.back-button,
a#print{
	font-size: 18px;
	transition: all .3s
}

.back-button a:hover{
	color: #000;
}

@media (min-width: 641px){

	.search-filter-left.page-element .section-body{
		width: calc(100% - 320px);
	}

	.search-filter-left.page-element .inner-section > .grid-container{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	
	.search-filter-left.page-element .section-search-form{
		width: 300px;
	}
	
}

@media (max-width: 640px){
	.search-filter-left.page-element .section-body{
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 20px;
	}
}
/*added*/

@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-filter-left.page-element .inner-section > .grid-container > div:first-child{
	    width: 360px;
	}
	
	
	.search-filter-left.page-element .inner-section > .grid-container > .section-body,
	.search-filter-left.page-element .inner-section > .grid-container > div:last-child:not(.section-body){
        width: calc(100% - 360px);
	}
	
	.search-filter-left.page-element .inner-section > .grid-container > div:last-child:not(.section-body){
	    margin-left: 360px;
	}
}


/**************************
Search STYLING - End
**************************/
.chapter-pagination{
    text-align: right;
    margin: 30px 0;
}
.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: #ce0e2d;
	color: #fff;
}

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

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

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

.hic-pagination-page.pagination .disabled{
    display: none;
}

.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;
	padding-left: 25px;
	position:relative;  /* moi them*/
}

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

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

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;
}

/* Focus state (optional, for accessibility) */
input[type=checkbox]:focus + label:before {
  outline: 2px solid #ffa500;  /* Orange outline for focus */
  outline-offset: 2px;  /* Ensure the outline does not overlap the checkbox */
}

/**************************
Sidebar - End
*********************/

.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;
}
form .disabled textarea {
    height: auto;
    border: none;
    pointer-events: none;
    color: #535353;
    margin-bottom: 0;
    margin-top: 16px;
    padding: 16px 16px 0;
    border: 1px solid #f2f2f2;
}
/***********************
MAIN CONTENT
************************/
/*TEMP CSS - START*/
h1, h2, h3, h4, h5, h6 {font-weight: 600;}
.content-box-element .hic-box .button, .search-wrapper .button {padding: 10px 15px;	font-size: 14px;}
.search-results .sidebar h3 {font-size: 22px;}
.sidebar form .button {margin-top: 15px;}
.header .top-header.one-column .grid-x>.small-6 {width: 100%; text-align: right;}
.header .top-header .menu {width: auto;
}
.hide-pagination .element-breadcrumbs {
	display: none;
}
.page-element.default-section h4 {color: #ce0e2d;}
.reveal .close-button {background: #333;   border-radius: 50%; width: 40px;
height: 40px; color: #fff; top: 1rem;}

.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;
}
.hic-box .hic-content .hic-title h3 {
	font-size: 22px;}
.top-header ul.top-right-menu li button {cursor: pointer; color: #fff;}

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

.body-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
ul.horizontal-list {margin-left: 0;}
ul.horizontal-list li {display: inline-block; margin-right: 10px;}
ul.horizontal-list li:before {display: none;}
.accordion-content h3 {font-size: 20px;}
.has-buttons .accordion-content p:last-child a:not(.glossary-modal-btn) {background-color: #ce0e2d; color: #fff; padding: 5px 10px; margin-top: 10px;
display: inline-block;}
.search-wrapper .post-not-found .article-header h1 {font-size: 24px;}
.black-font {color: #000 !important;}

@media (min-width: 641px) {
.body-content img.alignleft {
  float: left;
  margin-right: 20px;
}
.body-content img.alignright {
  float: right;
  margin-left: 20px;
}
}

@media (max-width: 640px) {
	.body-content img.alignnone, .body-content img.aligncenter, .body-content img.alignleft, .body-content img.alignright {width: 100%;}
}
/*TEMP CSS - END*/

.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;
	display: none;
}
.page-element.darker-overlay.has-bg-img .bg-image:before {
	background-color: rgba(10, 0, 0, .30);}
/*  
.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;} 
*/	

@media (min-width: 1024px) {
	.hero .hero-banner-message h1.small-h1 {font-size: 32px}
	.hero .hero-banner-message p {    font-size: 18px; line-height: 1.4;
margin-top: 15px;}
.page-banner-hidden .header.header-layout-1 .top-bar .top-bar-right {margin-top: 20px;}
	.page-banner-hidden.search-results .body-content {padding-top: 30px;}
}

/*Select-2 - START*/
.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;}
/*Select-2 - END*/

/*Child Theme CSS - START*/
.home .glossary-modal-btn {color: inherit !important;}
.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: left;}
.grey-section .accordion{
	background-color: #f3f3f3;
}
.box-border.image-above-content .hic-image {margin-bottom: 0;}

/*Council Portal - START*/
.table-listing table tr td:nth-child(2) {padding-left: 20px;}
/*Council Portal - END*/
/*Directory - 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
}
/*Directory - END*/

/*Find My Council - START*/
.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;}

@media (max-width: 640px) {
	.council-map iframe {height: 350px;}
}
/*Find My Council - END*/

.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;
}

/*WordPress Blocks - START*/
.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, .page-content-container .wp-block-table + .wp-block-table {margin-top: -30px;}
.wp-block-table + .wp-block-table.is-style-stripes td, .page-content-container .wp-block-table + .wp-block-table td {border-top: 0; padding-top: 12px !important; padding-bottom: 12px !important; color: #535353; font-weight: normal;}
/*WordPress Blocks - END*/

/*Council Portal - START*/
.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 - END*/

/*Gravity Form - START*/
.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;}
/*Gravity Form - END*/
.print-button {border: 1px solid #535353 !important; background-color: transparent !important; text-shadow: none; color: #535353 !important;
font-size: 17px; font-weight: 600;}
/*Gravity Form - END*/

/*Chapters - START*/
.has-sidebar .page-element:not(:first-child) {padding-top: 0 !important;}
.has-sidebar .page-element {padding-bottom: 0;}
.has-sidebar .page-element p:last-child {margin-bottom: 0;}
.has-sidebar .page-element.grey-section {background-color: #fff;}
.has-sidebar .page-element.grey-section .section-body {padding: 20px;}
.has-sidebar .page-element.grey-section .section-body > .cell {padding: 20px; background-color: #f3f3f3;}
.has-sidebar .section-with-border .section-body > .cell {padding: 20px;}
.has-sidebar .default-alignment .section-footer {text-align: right; margin-top: 15px;}
.has-sidebar .section-footer {margin-bottom: 30px;}
/*Chapters - END*/

/*Footer - START*/
.hicaliber-custom.footer-default-color .footer {background: #eee;}
.hicaliber-custom.footer-default-color .footer .footer-col h4, .hicaliber-custom.footer-default-color .footer .social-media li a {color: #000;}

@media (min-width: 641px) {
.footer-layout-1 .footer-col-1 {width: 130px; padding-top: 5px; padding-right: 0;;}
	.footer-layout-1 .footer-col-2 {width: calc(75% - 140px);}
	.footer-layout-1 .footer-col-3 {
		text-align: right; padding-right: 15px;}
}

@media (min-width: 1024px) {
	.footer {padding: 30px 0 0;}
}
/*Footer - END*/

/**********************
FOOTER
***********************/

.colophon-link .menu li{
    display: inline-block;
}

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

.single-post .chapter-menu{
	display: none !important;
}

.fab.fa-twitter::before {
  content: "";
  background: url(../images/x-twitter-brands-solid.svg) center bottom no-repeat;
  height: 18px;
  width: 18px;
  display: inline-block;
  bottom: -2px;
  position: relative;
}

